#include <Mesh.H>

Public Types | |
| enum | MeshConType { EN =0, ENDUAL, ED, EDDUAL, EF, EFDUAL, DN, DNDUAL, DF, DFDUAL, FN, FNDUAL, NCONS } |
Public Member Functions | |
| MeshUtilityObject () | |
| int | NumberOfNodes () const |
| int | NumberOfElements () const |
| NodalCoordinates & | NC () |
| const NodalCoordinates & | NC () const |
| Connectivity & | ECon () |
| const Connectivity & | ECon () const |
| Connectivity & | Con (const MeshConType type) |
| const Connectivity & | Con (const MeshConType type) const |
| Connectivity & | GetCon (const MeshConType type) |
| const Connectivity & | GetCon (const MeshConType type) const |
| int | FormConnectivity (const MeshConType type) |
| int | DestroyConnectivity (const MeshConType type) |
| ~MeshUtilityObject () | |
Protected Attributes | |
| NodalCoordinates | _nodal_coordinates |
| std::vector< Connectivity > | _connectivities |
| enum MeshConType |
| Enumerator | |
|---|---|
| EN | |
| ENDUAL | |
| ED | |
| EDDUAL | |
| EF | |
| EFDUAL | |
| DN | |
| DNDUAL | |
| DF | |
| DFDUAL | |
| FN | |
| FNDUAL | |
| NCONS | |
Definition at line 457 of file Mesh.H.
|
inline |
Definition at line 462 of file Mesh.H.
References _connectivities, and NCONS.
|
inline |
Definition at line 541 of file Mesh.H.
References _connectivities, _nodal_coordinates, and Mesh::NodalCoordinates::destroy().

|
inline |
Definition at line 487 of file Mesh.H.
References _connectivities.
|
inline |
Definition at line 493 of file Mesh.H.
References _connectivities.
|
inline |
Definition at line 532 of file Mesh.H.
References _connectivities.
|
inline |
Definition at line 479 of file Mesh.H.
References _connectivities, and EN.
Referenced by FormConnectivity(), and Mesh::Partition::Read().

|
inline |
Definition at line 483 of file Mesh.H.
References _connectivities, and EN.
|
inline |
Definition at line 513 of file Mesh.H.
References _connectivities, ECon(), ENDUAL, Mesh::Connectivity::Inverse(), and NC().
Referenced by GetCon().


|
inline |
Definition at line 500 of file Mesh.H.
References _connectivities, empty(), and FormConnectivity().
Referenced by Mesh::Partition::GetBorderElements().


|
inline |
Definition at line 506 of file Mesh.H.
References _connectivities, and empty().

|
inline |
Definition at line 471 of file Mesh.H.
References _nodal_coordinates.
Referenced by FormConnectivity(), and Mesh::Partition::Read().

|
inline |
Definition at line 475 of file Mesh.H.
References _nodal_coordinates.
|
inline |
Definition at line 470 of file Mesh.H.
References _connectivities, and EN.
Referenced by Mesh::Partition::GetBorderElements(), and Mesh::Partition::Read().

|
inline |
Definition at line 469 of file Mesh.H.
References _nodal_coordinates, and Mesh::NodalCoordinates::Size().
Referenced by Mesh::Partition::GetBorderElements(), and Mesh::Partition::Read().


|
protected |
Definition at line 460 of file Mesh.H.
Referenced by Con(), DestroyConnectivity(), ECon(), FormConnectivity(), GetCon(), MeshUtilityObject(), NumberOfElements(), and ~MeshUtilityObject().
|
protected |
Definition at line 459 of file Mesh.H.
Referenced by NC(), NumberOfNodes(), and ~MeshUtilityObject().