NeoPZ
pzgeoelbc.h
Go to the documentation of this file.
1 
6 #ifndef PZGEOELBCH
7 #define PZGEOELBCH
8 
9 #include <iostream>
10 #include "TPZSavable.h"
11 
12 
13 class TPZGeoMesh;
14 class TPZGeoEl;
15 class TPZGeoElSide;
16 
21 struct TPZGeoElBC {
22 
23 private:
24 
27 
28 public:
29 
32  TPZGeoElBC(TPZGeoEl *el,int side,int matid);
33 
36  TPZGeoElBC(const TPZGeoElSide &elside,int matid);
37 
40 };
41 
42 #endif
Contains declaration of the TPZSavable class which defines the interface to save and restore objects ...
TPZGeoElBC(TPZGeoEl *el, int side, int matid)
Creates a geometric element along side of el.
Definition: pzgeoelbc.cpp:11
Utility class which represents an element with its side. The Geometric approximation classes Geometry...
Definition: pzgeoelside.h:83
Defines the behaviour of all geometric elements. GeometryTPZGeoEl is the common denominator for all g...
Definition: pzgeoel.h:43
TPZGeoEl * fCreatedElement
Pointer to the geometric element created in the class constructor.
Definition: pzgeoelbc.h:26
TPZGeoEl * CreatedElement()
Recovers pointer to the geometric element created.
Definition: pzgeoelbc.h:39
Structure to help the construction of geometric elements along side of a given geometric element...
Definition: pzgeoelbc.h:21
This class implements a geometric mesh for the pz environment. Geometry.
Definition: pzgmesh.h:48