LehrFEM++ 1.0.0
A simple Finite Element Library for teaching
Loading...
Searching...
No Matches
Concepts
Here is a list of all C++20 concepts. Every concept defined in LehrFEM++ has an associated archetype.
[detail level 1234]
 Nlf
 NassembleD.o.f. index mapping and assembly facilities
 REntityMatrixProviderProvides the local element matrix for a mesh entity
 REntityVectorProviderProvides the local element vector for a mesh entity
 NbaseContains basic functionality that is used by other parts of LehrFEM++
 REigenMatrixCheck if a given type T is an Eigen::Matrix
 REigenArrayCheck if a given type T is a Eigen::Array<...>&
 RScalarConcept which is fulfilled if a type T is a scalar type, i.e. if it is a "field" in the mathematical sense
 NmeshDefines a set of interface classes that define a mesh manager and provides mesh-related tools that build on these interfaces
 NutilsContains helper functions and classes that all operate on the interface classes defined in lf::mesh
 RMeshFunctionA MeshFunction is a function object that can be evaluated at any point on the mesh