NeoPZ
|
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>
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... | |
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.
#define GMESHNOMATERIAL |
Identifier indicating the no material is associated.
Definition at line 24 of file pzgmesh.h.
Referenced by TPZMultiphysicsElement::CreateInterface(), and TPZGeoMesh::InterfaceMaterial().