linearFEM.hh

Go to the documentation of this file.
1 // include files for the linearFEM subdirectory
2 
3 #ifndef linearFEM_hh
4 #define linearFEM_hh
5 
6 #include "linearFEM/element.hh"
7 #include "linearFEM/element1D.hh"
8 #include "linearFEM/space1D.hh"
12 #include "linearFEM/element2D.hh"
13 #include "linearFEM/space2D.hh"
18 #include "linearFEM/element3D.hh"
19 #include "linearFEM/space3D.hh"
20 #include "linearFEM/tetGraphics.hh"
21 
26 namespace linearFEM {
27  // leav this emtpy, just for documentation
28 } // namespace linearFEM
29 
30 #endif // linearFEM_hh
Linear FEM in 1D, 2D and 3D.
Definition: spaceTraits.hh:19
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich