15 #include "CeeUnstructGrid/Base.h" 16 #include "CeeUnstructGrid/DataNodes.h" 17 #include "CeeUnstructGrid/DataElements.h" 49 CEE_DISALLOW_COPY_AND_ASSIGN(
DataPart);
A part in the geometry. Consists of a collection of node coordinates and a collection element connect...
Definition: DataPart.h:28
Namespace cee contains all functionality and structures under the Core component. ...
Definition: AppComponent.cpp:26
Vector result values for a part.
Definition: DataPartVector.h:31
Scalar result values for a part.
Definition: DataPartScalar.h:31
Base class for all reference counted objects with built-in support for intrusive reference counting...
Definition: RefCountedObject.h:34
Collection of coordinates (and optionally ids) of the element nodes in a part.
Definition: DataNodes.h:32
Collection of elements in a part. Examples of element types are points, triangles or hexahedrons...
Definition: DataElements.h:31
The geometry of the model for a certain state.
Definition: DataGeometry.h:28