NeoPZ
|
#include <TPZGeoMeshBuilder.h>
Static Public Member Functions | |
static void | InsertNodes (TPZGeoMesh *gmesh, std::vector< std::size_t > &node_identifiers, std::vector< double > &coord) |
static void | InsertElement (TPZGeoMesh *gmesh, int &physical_identifier, int &el_type, int &el_identifier, std::vector< int > &node_identifiers) |
static int | GetNumberofNodes (int &el_type) |
static void | PrintGeometry (TPZGeoMesh *gmesh, std::string &name) |
Definition at line 42 of file TPZGeoMeshBuilder.h.
|
static |
Definition at line 145 of file TPZGeoMeshBuilder.cpp.
References DebugStop.
|
static |
Definition at line 38 of file TPZGeoMeshBuilder.cpp.
References DebugStop, TPZManVector< T, NumExtAlloc >::Resize(), and TPZVec< T >::size().
|
static |
Inserting nodes
Definition at line 10 of file TPZGeoMeshBuilder.cpp.
References TPZGeoMesh::NodeVec(), TPZAdmChunkVector< T, EXP >::Resize(), TPZGeoNode::SetCoord(), TPZGeoMesh::SetMaxNodeId(), and TPZGeoNode::SetNodeId().
|
static |
Definition at line 244 of file TPZGeoMeshBuilder.cpp.
References TPZGeoMesh::Print(), and TPZVTKGeoMesh::PrintGMeshVTK().