Struct ae108::meshing::MeshGeometry
template <class Point_, class Cell_>
ClassList > ae108 > meshing > MeshGeometry
Very light weight mesh class. More...
#include <MeshGeometry.h>
Public Attributes
Type | Name |
---|---|
std::vector< Cell_ > | connectivity = {} |
std::vector< Point_ > | positions |
Detailed Description
Useful when constructing meshes prior to a conversion to a petsc mesh, using cpppetsc::Mesh::fromConnectivity
Public Attributes Documentation
variable connectivity
std::vector<Cell_> ae108::meshing::MeshGeometry< Point_, Cell_ >::connectivity;
variable positions
std::vector<Point_> ae108::meshing::MeshGeometry< Point_, Cell_ >::positions;
The documentation for this class was generated from the following file meshing/src/include/ae108/meshing/MeshGeometry.h