annotate INDEX @ 231:e3f57f92fa66

Avoid just-in-time compilation when not needed * inst/private/check_hash.m: check whether the previous compilation used the same ufl file * inst/private/save_hash.m: save to disk ufl file's md5sum for future comparison * inst/private/check_oct_files.m: ensure the expected oct files are present * inst/import_ufl_*.m: add checks using the logic above
author Eugenio Gianniti <eugenio.gianniti@mail.polimi.it>
date Sat, 14 Jun 2014 15:27:43 +0200
parents 9adf76893ce4
children 8f309b85bb7e
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
dc7080ca15f7 Update pkg info
gedeone-octave <marcovass89@hotmail.it>
parents: 58
diff changeset
26 assemble
dc7080ca15f7 Update pkg info
gedeone-octave <marcovass89@hotmail.it>
parents: 58
diff changeset
27 assemble_system
dc7080ca15f7 Update pkg info
gedeone-octave <marcovass89@hotmail.it>
parents: 58
diff changeset
28 Post processing
149
a8fa1d276f35 Maint: update notes for the release
gedeone-octave <marcovass89@hotmail.it>
parents: 146
diff changeset
29 @function/save
a8fa1d276f35 Maint: update notes for the release
gedeone-octave <marcovass89@hotmail.it>
parents: 146
diff changeset
30 @function/plot
a8fa1d276f35 Maint: update notes for the release
gedeone-octave <marcovass89@hotmail.it>
parents: 146
diff changeset
31 @mesh/plot
150
e97587f9f662 Fix another small issue
gedeone-octave <marcovass89@hotmail.it>
parents: 149
diff changeset
32 @function/feval