AFEPack
公有成员 | 私有成员 | 私有属性
DBMesh类参考

#include <DBMesh.h>

类DBMesh继承关系图:
SimplestMesh< 2, 2 >

所有成员的列表。

公有成员

 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 ( ) [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]

该类的文档由以下文件生成: