Zoltan2
|
Defines the MeshAdapter interface. More...
Go to the source code of this file.
Classes | |
class | Zoltan2::MeshAdapter< User > |
MeshAdapter defines the interface for mesh input. More... | |
Namespaces | |
Zoltan2 | |
Enumerations | |
enum | Zoltan2::MeshEntityType { Zoltan2::MESH_VERTEX, Zoltan2::MESH_EDGE, Zoltan2::MESH_FACE, Zoltan2::MESH_REGION } |
Enumerate entity types for meshes: Regions, Faces, Edges, or Vertices. More... | |
enum | Zoltan2::EntityTopologyType { Zoltan2::POINT, Zoltan2::LINE_SEGMENT, Zoltan2::POLYGON, Zoltan2::TRIANGLE, Zoltan2::QUADRILATERAL, Zoltan2::POLYHEDRON, Zoltan2::TETRAHEDRON, Zoltan2::HEXAHEDRON, Zoltan2::PRISM, Zoltan2::PYRAMID } |
Enumerate entity topology types for meshes: points,lines,polygons,triangles,quadrilaterals, polyhedrons, tetrahedrons, hexhedrons, prisms, or pyramids. More... | |
Defines the MeshAdapter interface.
Definition in file Zoltan2_MeshAdapter.hpp.