![]() |
MoCSI API Reference
|
#include <functional>#include <map>#include <memory>#include <utility>#include <valarray>#include <vector>#include "GenericBoundaryCondition.h"#include "GenericMatrix.h"#include "SimulationClassBase.h"

Go to the source code of this file.
Classes | |
| struct | ElementProperties< T > |
| Struct carrying the element properties that are needed to create the different element types. Will be expanded when new element types and higher dimensions are added. More... | |
| class | GenericElement< T > |
| Cell/Element abstract base class for the finite element method. All 1D/2D/3D elements should inherit from this class. More... | |