Zoltan2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Classes | Namespaces | Enumerations
Zoltan2_MeshAdapter.hpp File Reference

Defines the MeshAdapter interface. More...

#include <Zoltan2_Adapter.hpp>
#include "TpetraExt_MatrixMatrix.hpp"
Include dependency graph for Zoltan2_MeshAdapter.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Zoltan2::MeshAdapter< User >
 MeshAdapter defines the interface for mesh input. More...
 

Namespaces

 Zoltan2
 Created by mbenlioglu on Aug 31, 2020.
 

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

Detailed Description

Defines the MeshAdapter interface.

Definition in file Zoltan2_MeshAdapter.hpp.