![]() |
LehrFEM++ 1.0.0
A simple Finite Element Library for teaching
|
| ▼Nlf | |
| ▼Nassemble | D.o.f. index mapping and assembly facilities |
| REntityMatrixProvider | Provides the local element matrix for a mesh entity |
| REntityVectorProvider | Provides the local element vector for a mesh entity |
| ▼Nbase | Contains basic functionality that is used by other parts of LehrFEM++ |
| REigenMatrix | Check if a given type T is an Eigen::Matrix |
| REigenArray | Check if a given type T is a Eigen::Array<...>& |
| RScalar | Concept which is fulfilled if a type T is a scalar type, i.e. if it is a "field" in the mathematical sense |
| ▼Nmesh | Defines a set of interface classes that define a mesh manager and provides mesh-related tools that build on these interfaces |
| ▼Nutils | Contains helper functions and classes that all operate on the interface classes defined in lf::mesh |
| RMeshFunction | A MeshFunction is a function object that can be evaluated at any point on the mesh |