annotate INDEX @ 218:8a3361bfa434

interpolate function added
author Eugenio Gianniti <eugenio.gianniti@mail.polimi.it>
date Mon, 12 May 2014 21:38:35 +0200
parents 536ee96a8cd0
children 9adf76893ce4
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
dc7080ca15f7 Update pkg info
gedeone-octave <marcovass89@hotmail.it>
parents: 58
diff changeset
8 Problem geometry and FE space
dc7080ca15f7 Update pkg info
gedeone-octave <marcovass89@hotmail.it>
parents: 58
diff changeset
9 Mesh
149
a8fa1d276f35 Maint: update notes for the release
gedeone-octave <marcovass89@hotmail.it>
parents: 146
diff changeset
10 FunctionSpace
146
dc7080ca15f7 Update pkg info
gedeone-octave <marcovass89@hotmail.it>
parents: 58
diff changeset
11 SubSpace
dc7080ca15f7 Update pkg info
gedeone-octave <marcovass89@hotmail.it>
parents: 58
diff changeset
12 Problem variables
dc7080ca15f7 Update pkg info
gedeone-octave <marcovass89@hotmail.it>
parents: 58
diff changeset
13 Constant
dc7080ca15f7 Update pkg info
gedeone-octave <marcovass89@hotmail.it>
parents: 58
diff changeset
14 Expression
dc7080ca15f7 Update pkg info
gedeone-octave <marcovass89@hotmail.it>
parents: 58
diff changeset
15 Function
dc7080ca15f7 Update pkg info
gedeone-octave <marcovass89@hotmail.it>
parents: 58
diff changeset
16 DirichletBC
218
8a3361bfa434 interpolate function added
Eugenio Gianniti <eugenio.gianniti@mail.polimi.it>
parents: 183
diff changeset
17 interpolate
146
dc7080ca15f7 Update pkg info
gedeone-octave <marcovass89@hotmail.it>
parents: 58
diff changeset
18 Definition of the abstract Variational problem
dc7080ca15f7 Update pkg info
gedeone-octave <marcovass89@hotmail.it>
parents: 58
diff changeset
19 BilinearForm
dc7080ca15f7 Update pkg info
gedeone-octave <marcovass89@hotmail.it>
parents: 58
diff changeset
20 LinearForm
dc7080ca15f7 Update pkg info
gedeone-octave <marcovass89@hotmail.it>
parents: 58
diff changeset
21 ResidualForm
dc7080ca15f7 Update pkg info
gedeone-octave <marcovass89@hotmail.it>
parents: 58
diff changeset
22 JacobianForm
dc7080ca15f7 Update pkg info
gedeone-octave <marcovass89@hotmail.it>
parents: 58
diff changeset
23 Functional
dc7080ca15f7 Update pkg info
gedeone-octave <marcovass89@hotmail.it>
parents: 58
diff changeset
24 Creation of the discretized problem
dc7080ca15f7 Update pkg info
gedeone-octave <marcovass89@hotmail.it>
parents: 58
diff changeset
25 assemble
dc7080ca15f7 Update pkg info
gedeone-octave <marcovass89@hotmail.it>
parents: 58
diff changeset
26 assemble_system
dc7080ca15f7 Update pkg info
gedeone-octave <marcovass89@hotmail.it>
parents: 58
diff changeset
27 Post processing
149
a8fa1d276f35 Maint: update notes for the release
gedeone-octave <marcovass89@hotmail.it>
parents: 146
diff changeset
28 @function/save
a8fa1d276f35 Maint: update notes for the release
gedeone-octave <marcovass89@hotmail.it>
parents: 146
diff changeset
29 @function/plot
a8fa1d276f35 Maint: update notes for the release
gedeone-octave <marcovass89@hotmail.it>
parents: 146
diff changeset
30 @mesh/plot
150
e97587f9f662 Fix another small issue
gedeone-octave <marcovass89@hotmail.it>
parents: 149
diff changeset
31 @function/feval