NGSolve
4.9
|
Registered FESpace classes. More...
#include <fespace.hpp>
Classes | |
struct | FESpaceInfo |
descriptor for register fespaces. More... | |
Public Member Functions | |
FESpaceClasses () | |
initialize | |
~FESpaceClasses () | |
cleans up | |
void | AddFESpace (const string &aname, FESpace *(*acreator)(const MeshAccess &ma, const Flags &flags)) |
add a descriptor | |
const Array< FESpaceInfo * > & | GetFESpaces () |
returns all creators | |
const FESpaceInfo * | GetFESpace (const string &name) |
returns a creator structure | |
void | Print (ostream &ost) const |
print available fespaces to stream |
Registered FESpace classes.