int CheckElement(TPZGeoEl *gel)
This class performs a series of consistency tests on geometric transformations between elements...
void CheckUniqueId()
Verify is the ids of the elements and nodes are unique.
int DivideandCheck()
divide all elements and call PerformCheck
void UniformRefine(int nDiv)
Uniform refine the geometric mesh.
int CheckSideTransform(TPZGeoEl *gel, int sidefrom, int sideto)
int CheckInternalTransforms(TPZGeoEl *)
check the internal side transformations
int CheckNeighbourMap(TPZGeoEl *gel)
verify if the mapping between neighbouring elements is conforming
Contains declaration of TPZMesh class which defines a geometrical mesh and contains a corresponding l...
Defines the behaviour of all geometric elements. GeometryTPZGeoEl is the common denominator for all g...
int PerformCheck()
verify compatibility between elements and their father and between elements and their neighbours ...
int CheckSubFatherTransform(TPZGeoEl *subel, int sidesub)
verify if the transformation between sons and father are conforming
int CheckRefinement(TPZGeoEl *gel)
check the maps between the element and its father
TPZCheckGeom(TPZGeoMesh *gmesh=NULL)
This class implements a geometric mesh for the pz environment. Geometry.