MoCSI API Reference
Loading...
Searching...
No Matches
Classes
GenericElement.h File Reference
#include <functional>
#include <map>
#include <memory>
#include <utility>
#include <valarray>
#include <vector>
#include "GenericBoundaryCondition.h"
#include "GenericMatrix.h"
#include "SimulationClassBase.h"
Include dependency graph for GenericElement.h:
This graph shows which files directly or indirectly include this file:

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...