linearFEM Namespace Reference
Linear FEM in 1D, 2D and 3D. More...
Classes | |
class | CIdentity1d |
Discrete equivalent for a reaction term in 1D for linear FEM. More... | |
class | Element |
Base class for the element for linear FEM. More... | |
class | Identity1d |
Discrete equivalent for a reaction term in 1D for linear FEM. More... | |
class | Identity2d |
Discrete equivalent for a reaction term in 2D for linear FEM. More... | |
class | Laplace1d |
Discrete equivalent of the Laplacian in 1D for linear FEM. More... | |
class | Laplace2d |
Discrete equivalent of the Laplacian in 2D for linear FEM. More... | |
class | Line |
Line element with linear shape function in 1D. More... | |
class | Linear1d |
Space for linear FEM in 1D. More... | |
class | Linear2d |
Space for linear triangular and bilinear quadrilateral FEM in 2D. More... | |
class | Linear3d |
Space for linear FEM in 3D using tetrahedra. More... | |
class | LineGraphics |
Handles graphics for linear finite elements in 1D. More... | |
class | Quad |
Quadrilateral element with bilinear shape functions in 2D. More... | |
class | QuadGraphics |
Handles graphics for bilinear quadrilateral FEM elements in 2D. More... | |
class | Riesz1d |
Linear form form 1D linear FEM. More... | |
class | Riesz2d |
Linear form form 2D linear FEM. More... | |
class | Tetrahedron |
Tetrehedral element with linear shape functions in 2D. More... | |
class | TetrahedronGraphics |
Handles graphics for linear finite elements in 3D: tetrahedra. More... | |
class | Triangle |
Triangular element with linear shape functions in 2D. More... | |
class | TriangleGraphics |
Handles graphics for linear triangles FEM elements in 2D. More... | |
Detailed Description
Linear FEM in 1D, 2D and 3D.
These classes are used in the tutorials.