#include <Partition.H>
Public Member Functions | |
bool | ReadPartitionPatchASCII (ifstream &Inf) |
bool | WritePartitionPatchASCII (ofstream &Ouf) |
bool | ReadPartitionPatch (ifstream &Inf) |
PartitionPatch () | |
PartitionPatch (const GEM_DomainBoundary &db) | |
![]() | |
unsigned int | NNodes (void) |
bool | SetSolverDataBlock (const std::string &wname, double *cell_data, int nval_cells, double *node_data, int nval_nodes) |
GEM_DomainBoundary (const GEM_DomainBoundary &db) | |
GEM_DomainBoundary () | |
GEM_DomainBoundary & | operator= (const GEM_DomainBoundary &db) |
bool | debug (bool s=true) |
void | report () |
void | PopulateSurfaceArrays (const std::vector< double > &, unsigned int) |
bool | Register_com_surfmesh (const std::string &wname) |
void | Create_com_surfsoln (const std::string &wname, const std::string &fname, std::vector< double > &fvec, unsigned int ncomp, const std::string &unit) |
Public Attributes | |
unsigned int | _nfaces |
unsigned int | _ngfaces |
vector< unsigned int > | _faceconn |
![]() | |
unsigned int | _id |
unsigned int | _ngtri |
unsigned int | _ngquad |
unsigned int | _nnodes |
std::vector< unsigned int > | _triconn |
std::vector< unsigned int > | _quadconn |
std::vector< double > | surface_coordinates |
unsigned int | surface_ngnodes |
std::vector< unsigned int > | surface_tri |
std::vector< unsigned int > | surface_quad |
GEM_UserData | _data |
GEM_UserData | _solver_data |
bool | _debug |
std::ostream * | _out |
int | pane_id |
Definition at line 68 of file Partition.H.
|
inline |
|
inline |
Definition at line 82 of file Partition.H.
References _nfaces, _ngfaces, GEM_DomainBoundary::_ngquad, GEM_DomainBoundary::_ngtri, GEM_DomainBoundary::_quadconn, and GEM_DomainBoundary::_triconn.
bool ReadPartitionPatch | ( | ifstream & | Inf | ) |
Definition at line 42 of file Partition.C.
Referenced by Partition::ReadPartitionPatches().
bool ReadPartitionPatchASCII | ( | ifstream & | Inf | ) |
Definition at line 57 of file Partition.C.
Referenced by Partition::ReadPartitionPatchesASCII().
bool WritePartitionPatchASCII | ( | ofstream & | Ouf | ) |
Definition at line 96 of file Partition.C.
Referenced by Partition::WritePartitionPatchesASCII().
vector<unsigned int> _faceconn |
Definition at line 72 of file Partition.H.
unsigned int _nfaces |
Definition at line 70 of file Partition.H.
Referenced by PartitionPatch().
unsigned int _ngfaces |
Definition at line 71 of file Partition.H.
Referenced by PartitionPatch().