![]() |
MechSys
1.0
Computing library for simulations in continuum and discrete mechanics
|
#include <mechsys/geomtype.h>
#include <mechsys/fem/quadrature.h>
#include <mechsys/fem/node.h>
#include <mechsys/util/string.h>
#include <mechsys/linalg/matvec.h>
Go to the source code of this file.
Classes | |
class | FEM::GeomElem |
Namespaces | |
namespace | FEM |
Finite Element Method. | |
Typedefs | |
typedef GeomElem *(* | FEM::GeomElemMakerPtr )(int NDim) |
typedef std::map< String, GeomElemMakerPtr > | FEM::GeomElemFactory_t |
Functions | |
GeomElem * | FEM::AllocGeomElem (String const &Name, int NDim) |
Variables | |
SDPair | FEM::GEOM |
GeomElemFactory_t | FEM::GeomElemFactory |