15 #ifndef TPZEXTENDGRID_HPP 16 #define TPZEXTENDGRID_HPP void PrintGeneratedMesh(std::ostream &out=std::cout)
Prints the generated mesh.
std::ifstream fFineFileMesh
Name of the fine mesh to be extended.
void SetElType(int eltype)
static void DeformMesh(TPZFMatrix< REAL > &Tr, TPZGeoMesh *GeoSurface)
Apply transformation to a given geomesh.
TPZAutoPointer< TPZGeoMesh > fFineGeoMesh
Fine geometric mesh generated by the NeoPZ.
TPZExtendGridDimension(char *geofile, REAL thickness)
Constructor using filename with gmesh data and thickness.
This class implements a simple vector storage scheme for a templated class T. Utility.
int fEltype
type of element to be generated =1 -> RefPattern =0 -> Uniform Refinement
TPZGeoMesh * ExtendedMesh()
It reads the mesh since the archive of entrance finemesh, or since the fFineGeoMesh passed in the con...
TPZVec< TPZAutoPointer< TPZGeoMesh > > fSurfaces
Vector of n surfaces to be connected the first one correpsonds to the base.
Generates a three dimensional mesh as an extension of a two dimensional mesh. Getting Data...
Contains declaration of the TPZAutoPointer class which has Increment and Decrement actions are mutexe...
Contains TPZMatrix<TVar>class, root matrix class.
REAL fThickness
Thickness of the mesh (+ or -)
~TPZExtendGridDimension()
Destructor default.
This class implements a geometric mesh for the pz environment. Geometry.