52 for(int64_t el=0; el<elData.
size(); el++) eldata2[el] = elData[el];
static void PrintGMeshVTK(TPZAutoPointer< TPZGeoMesh > gmesh, std::ofstream &file, bool matColor=true)
Generate an output of all geomesh to VTK.
static void PrintGMeshVTKmy_material(TPZGeoMesh *gmesh, std::ofstream &file, std::set< int > myMaterial, bool matColor=true)
Based on a given geomesh, just the elements that have the given material id will be exported to an VT...
Contains declaration of TPZCompEl class which defines the interface of a computational element...
static void PrintGMeshVTK(TPZGeoMesh *gmesh, std::ofstream &file, TPZVec< int64_t > &elData)
Generate an output of all geomesh to VTK, associating to each one the given data. ...
int64_t size() const
Returns the number of elements of the vector.
static void PrintPOrderPoints(TPZCompMesh &cmesh, std::set< int > dimensions, std::ofstream &outfile)
Defines the behaviour of all geometric elements. GeometryTPZGeoEl is the common denominator for all g...
static void PrintCMeshVTK(TPZCompMesh *cmesh, std::ofstream &file, bool matColor=true)
Generate an output of all geometric elements that have a computational counterpart to VTK...
static void PrintGMeshVTK(TPZGeoMesh *gmesh, std::ofstream &file, bool matColor=true)
Default constructor for graphical mesh with VTK format.
To export a graphical mesh to VTK environment to geometric mesh. Post processing. ...
static void PrintGMeshVTKneighbourhood(TPZGeoMesh *gmesh, int64_t elIndex, std::ofstream &file)
Print the elements that surround a givel geoel.
static void PrintGMeshVTKneighbour_material(TPZGeoMesh *gmesh, std::ofstream &file, int neighMaterial, bool matColor=false)
Based on a given geomesh, just the elements that have an neighbour with a given material id will be e...
This class implements a geometric mesh for the pz environment. Geometry.
Implements computational mesh. Computational Mesh.
static void SetMaterialVTK(TPZGeoEl *gel, int mat)
static int GetVTK_ElType(TPZGeoEl *gel)
Get type of the geometric element.