MeshKit  1.0
StructuredMesh2D Struct Reference

#include <Mesh.hpp>

List of all members.

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

Detailed Description

Definition at line 2061 of file Mesh.hpp.


Constructor & Destructor Documentation

StructuredMesh2D ( ) [inline]

Definition at line 2063 of file Mesh.hpp.


Member Function Documentation

void clearAll ( ) [inline]

Definition at line 2073 of file Mesh.hpp.

size_t getSize ( int  e) const [inline]

Definition at line 2086 of file Mesh.hpp.

bool operator< ( const StructuredMesh2D rhs) const [inline]

Definition at line 2082 of file Mesh.hpp.


Member Data Documentation

Definition at line 2071 of file Mesh.hpp.

Definition at line 2068 of file Mesh.hpp.

int myID

Definition at line 2092 of file Mesh.hpp.

vector<int> neighs

Definition at line 2093 of file Mesh.hpp.

Definition at line 2069 of file Mesh.hpp.

int nx

Definition at line 2066 of file Mesh.hpp.

int ny

Definition at line 2066 of file Mesh.hpp.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines