annotate INDEX @ 255:072aee55bb75

Import UFL in a parallel-safe fashion
author Eugenio Gianniti <eugenio.gianniti@mail.polimi.it>
date Wed, 30 Jul 2014 18:09:13 +0200
parents 8f309b85bb7e
children 598c5e9e0a9e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
146
dc7080ca15f7 Update pkg info
gedeone-octave <marcovass89@hotmail.it>
parents: 58
diff changeset
1 FEM-FENICS >> FEM-FENICS pkg for the resolution of partial differential equation based on fenics
dc7080ca15f7 Update pkg info
gedeone-octave <marcovass89@hotmail.it>
parents: 58
diff changeset
2 Import problem defined with ufl
dc7080ca15f7 Update pkg info
gedeone-octave <marcovass89@hotmail.it>
parents: 58
diff changeset
3 import_ufl_BilinearForm
149
a8fa1d276f35 Maint: update notes for the release
gedeone-octave <marcovass89@hotmail.it>
parents: 146
diff changeset
4 import_ufl_LinearForm
146
dc7080ca15f7 Update pkg info
gedeone-octave <marcovass89@hotmail.it>
parents: 58
diff changeset
5 import_ufl_Functional
183
536ee96a8cd0 Fix other errors in the documentation.
gedeone-octave <marcovass89@hotmail.it>
parents: 181
diff changeset
6 import_ufl_FunctionSpace
146
dc7080ca15f7 Update pkg info
gedeone-octave <marcovass89@hotmail.it>
parents: 58
diff changeset
7 import_ufl_Problem
220
9adf76893ce4 Added ufl.m
Eugenio Gianniti <eugenio.gianniti@mail.polimi.it>
parents: 218
diff changeset
8 ufl
146
dc7080ca15f7 Update pkg info
gedeone-octave <marcovass89@hotmail.it>
parents: 58
diff changeset
9 Problem geometry and FE space
dc7080ca15f7 Update pkg info
gedeone-octave <marcovass89@hotmail.it>
parents: 58
diff changeset
10 Mesh
149
a8fa1d276f35 Maint: update notes for the release
gedeone-octave <marcovass89@hotmail.it>
parents: 146
diff changeset
11 FunctionSpace
146
dc7080ca15f7 Update pkg info
gedeone-octave <marcovass89@hotmail.it>
parents: 58
diff changeset
12 SubSpace
dc7080ca15f7 Update pkg info
gedeone-octave <marcovass89@hotmail.it>
parents: 58
diff changeset
13 Problem variables
dc7080ca15f7 Update pkg info
gedeone-octave <marcovass89@hotmail.it>
parents: 58
diff changeset
14 Constant
dc7080ca15f7 Update pkg info
gedeone-octave <marcovass89@hotmail.it>
parents: 58
diff changeset
15 Expression
dc7080ca15f7 Update pkg info
gedeone-octave <marcovass89@hotmail.it>
parents: 58
diff changeset
16 Function
dc7080ca15f7 Update pkg info
gedeone-octave <marcovass89@hotmail.it>
parents: 58
diff changeset
17 DirichletBC
218
8a3361bfa434 interpolate function added
Eugenio Gianniti <eugenio.gianniti@mail.polimi.it>
parents: 183
diff changeset
18 interpolate
146
dc7080ca15f7 Update pkg info
gedeone-octave <marcovass89@hotmail.it>
parents: 58
diff changeset
19 Definition of the abstract Variational problem
dc7080ca15f7 Update pkg info
gedeone-octave <marcovass89@hotmail.it>
parents: 58
diff changeset
20 BilinearForm
dc7080ca15f7 Update pkg info
gedeone-octave <marcovass89@hotmail.it>
parents: 58
diff changeset
21 LinearForm
dc7080ca15f7 Update pkg info
gedeone-octave <marcovass89@hotmail.it>
parents: 58
diff changeset
22 ResidualForm
dc7080ca15f7 Update pkg info
gedeone-octave <marcovass89@hotmail.it>
parents: 58
diff changeset
23 JacobianForm
dc7080ca15f7 Update pkg info
gedeone-octave <marcovass89@hotmail.it>
parents: 58
diff changeset
24 Functional
dc7080ca15f7 Update pkg info
gedeone-octave <marcovass89@hotmail.it>
parents: 58
diff changeset
25 Creation of the discretized problem
250
8f309b85bb7e Add function to set linear algebra back-end
Eugenio Gianniti <eugenio.gianniti@mail.polimi.it>
parents: 220
diff changeset
26 linear_algebra_backend
146
dc7080ca15f7 Update pkg info
gedeone-octave <marcovass89@hotmail.it>
parents: 58
diff changeset
27 assemble
dc7080ca15f7 Update pkg info
gedeone-octave <marcovass89@hotmail.it>
parents: 58
diff changeset
28 assemble_system
dc7080ca15f7 Update pkg info
gedeone-octave <marcovass89@hotmail.it>
parents: 58
diff changeset
29 Post processing
149
a8fa1d276f35 Maint: update notes for the release
gedeone-octave <marcovass89@hotmail.it>
parents: 146
diff changeset
30 @function/save
a8fa1d276f35 Maint: update notes for the release
gedeone-octave <marcovass89@hotmail.it>
parents: 146
diff changeset
31 @function/plot
a8fa1d276f35 Maint: update notes for the release
gedeone-octave <marcovass89@hotmail.it>
parents: 146
diff changeset
32 @mesh/plot
150
e97587f9f662 Fix another small issue
gedeone-octave <marcovass89@hotmail.it>
parents: 149
diff changeset
33 @function/feval
255
072aee55bb75 Import UFL in a parallel-safe fashion
Eugenio Gianniti <eugenio.gianniti@mail.polimi.it>
parents: 250
diff changeset
34 MPI
072aee55bb75 Import UFL in a parallel-safe fashion
Eugenio Gianniti <eugenio.gianniti@mail.polimi.it>
parents: 250
diff changeset
35 barrier
072aee55bb75 Import UFL in a parallel-safe fashion
Eugenio Gianniti <eugenio.gianniti@mail.polimi.it>
parents: 250
diff changeset
36 is_master_node