NeoPZ
Classes | Macros
pzgmesh.h File Reference

Contains declaration of TPZMesh class which defines a geometrical mesh and contains a corresponding lists of elements, nodes and conditions. More...

#include "TPZSavable.h"
#include "pzreal.h"
#include "pzeltype.h"
#include "pzgnode.h"
#include "pzadmchunk.h"
#include "tpzautopointer.h"
#include "pzgeoel.h"
#include <iostream>
#include <string>
#include <map>
#include <list>
Include dependency graph for pzgmesh.h:

Go to the source code of this file.

Classes

class  TPZVec< T >
 This class implements a simple vector storage scheme for a templated class T. Utility. More...
 
class  TPZGeoElRefPattern< TGeo >
 Implements a generic geometric element which is refined according to a generic refinement pattern. Geometry. More...
 
class  TPZGeoMesh
 This class implements a geometric mesh for the pz environment. Geometry. More...
 

Macros

#define GMESHNOMATERIAL
 Identifier indicating the no material is associated. More...
 

Detailed Description

Contains declaration of TPZMesh class which defines a geometrical mesh and contains a corresponding lists of elements, nodes and conditions.

Definition in file pzgmesh.h.

Macro Definition Documentation

◆ GMESHNOMATERIAL

#define GMESHNOMATERIAL

Identifier indicating the no material is associated.

Definition at line 24 of file pzgmesh.h.

Referenced by TPZMultiphysicsElement::CreateInterface(), and TPZGeoMesh::InterfaceMaterial().