AFEPack
|
#include <DBMesh.h>
公有成员 | |
DBMesh () | |
virtual | ~DBMesh () |
void | readData (const std::string &) |
virtual void | generateMesh (Mesh< 2, 2 > &) |
DeclException1 (ExcMeshData, char *,<< "Mesh data error: "<< arg1) | |
私有成员 | |
void | readNode (std::istream &) |
void | readTriangleElement (std::istream &) |
void | readQuadrilateralElement (std::istream &) |
私有属性 | |
std::vector< int > | bm |
This class provides interface to input data from the triangulation data file generated by the grid generation software {bamg}. See reference from the software to know the data format.
DBMesh::DBMesh | ( | ) |
DBMesh::~DBMesh | ( | ) | [virtual] |
DBMesh::DeclException1 | ( | ExcMeshData | , |
char * | , | ||
<< "Mesh data error: "<< | arg1 | ||
) |
void DBMesh::generateMesh | ( | Mesh< 2, 2 > & | m | ) | [virtual] |
void DBMesh::readData | ( | const std::string & | filename | ) |
void DBMesh::readNode | ( | std::istream & | is | ) | [private] |
void DBMesh::readQuadrilateralElement | ( | std::istream & | is | ) | [private] |
void DBMesh::readTriangleElement | ( | std::istream & | is | ) | [private] |
std::vector<int> DBMesh::bm [private] |