7 #ifndef GENERATINGSPECIALGRIDSHH 8 #define GENERATINGSPECIALGRIDSHH 50 static void UniformRefinement(
const int nUniformRefs,
TPZGeoMesh *gmesh,
const int dimelfordivision,
bool allmaterial=
true,
const int matidtodivided=0);
Implements the generation of a polygonal mesh approximating a geometric element from another simple p...
Contains declaration of TPZMesh class which defines a geometrical mesh and contains a corresponding l...
static void UniformRefinement(const int nUniformRefs, TPZGeoMesh *gmesh, const int dimelfordivision, bool allmaterial=true, const int matidtodivided=0)
Make uniform refinement of the geometric mesh. This method finishs making the new connectivities for ...
This class implements a geometric mesh for the pz environment. Geometry.
static TPZGeoMesh * GeneratePolygonalSphereFromOctahedron(TPZVec< REAL > ¢er, REAL radius, int nUniformRefs)
Static function to generate a polygonal mesh approximating a sphere from a octahedron mesh (polygonal...
Contains the declaration of TPZFlopCounter class and TPZCounter struct.