MeshKit
1.0
|
#include <Mesh.hpp>
Public Member Functions | |
StructuredMesh2D () | |
void | clearAll () |
bool | operator< (const StructuredMesh2D &rhs) const |
size_t | getSize (int e) const |
Public Attributes | |
int | nx |
int | ny |
FaceSequence | faces |
NodeSequence | nodes |
NodeSet | cornerNodes |
int | myID |
vector< int > | neighs |
StructuredMesh2D | ( | ) | [inline] |
bool operator< | ( | const StructuredMesh2D & | rhs | ) | const [inline] |