annotate INDEX @ 212:ca7eb016cf64

Extend feval function to support also passing the coordinates separately as multiple arguments and evaluating the function at multiple points at once. From Daniel Kraft.
author gedeone-octave <marcovass89@hotmail.it>
date Tue, 04 Mar 2014 12:09:26 +0000
parents 536ee96a8cd0
children 8a3361bfa434
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
dc7080ca15f7 Update pkg info
gedeone-octave <marcovass89@hotmail.it>
parents: 58
diff changeset
17 Definition of the abstract Variational problem
dc7080ca15f7 Update pkg info
gedeone-octave <marcovass89@hotmail.it>
parents: 58
diff changeset
18 BilinearForm
dc7080ca15f7 Update pkg info
gedeone-octave <marcovass89@hotmail.it>
parents: 58
diff changeset
19 LinearForm
dc7080ca15f7 Update pkg info
gedeone-octave <marcovass89@hotmail.it>
parents: 58
diff changeset
20 ResidualForm
dc7080ca15f7 Update pkg info
gedeone-octave <marcovass89@hotmail.it>
parents: 58
diff changeset
21 JacobianForm
dc7080ca15f7 Update pkg info
gedeone-octave <marcovass89@hotmail.it>
parents: 58
diff changeset
22 Functional
dc7080ca15f7 Update pkg info
gedeone-octave <marcovass89@hotmail.it>
parents: 58
diff changeset
23 Creation of the discretized problem
dc7080ca15f7 Update pkg info
gedeone-octave <marcovass89@hotmail.it>
parents: 58
diff changeset
24 assemble
dc7080ca15f7 Update pkg info
gedeone-octave <marcovass89@hotmail.it>
parents: 58
diff changeset
25 assemble_system
dc7080ca15f7 Update pkg info
gedeone-octave <marcovass89@hotmail.it>
parents: 58
diff changeset
26 Post processing
149
a8fa1d276f35 Maint: update notes for the release
gedeone-octave <marcovass89@hotmail.it>
parents: 146
diff changeset
27 @function/save
a8fa1d276f35 Maint: update notes for the release
gedeone-octave <marcovass89@hotmail.it>
parents: 146
diff changeset
28 @function/plot
a8fa1d276f35 Maint: update notes for the release
gedeone-octave <marcovass89@hotmail.it>
parents: 146
diff changeset
29 @mesh/plot
150
e97587f9f662 Fix another small issue
gedeone-octave <marcovass89@hotmail.it>
parents: 149
diff changeset
30 @function/feval