NeoPZ
|
Contains the implementation of the TPZCompElHDivBound2 methods. More...
#include "pzelchdivbound2.h"
#include "pzgeoel.h"
#include "TPZMaterial.h"
#include "pzlog.h"
#include "TPZShapeDisc.h"
#include "TPZCompElDisc.h"
#include "pzmaterialdata.h"
#include "pzelchdiv.h"
#include "pzshapetriang.h"
#include "pzshapepoint.h"
#include "pzshapelinear.h"
#include "pzshapequad.h"
#include "pzreferredcompel.h"
Go to the source code of this file.
Functions | |
TPZCompEl * | CreateRefHDivBoundPointEl (TPZGeoEl *gel, TPZCompMesh &mesh, int64_t &index) |
Creates computational point element for HDiv approximate space. More... | |
TPZCompEl * | CreateRefHDivBoundLinearEl (TPZGeoEl *gel, TPZCompMesh &mesh, int64_t &index) |
Creates computational linear element for HDiv approximate space. More... | |
TPZCompEl * | CreateRefHDivBoundQuadEl (TPZGeoEl *gel, TPZCompMesh &mesh, int64_t &index) |
Creates computational quadrilateral element for HDiv approximate space. More... | |
TPZCompEl * | CreateRefHDivBoundTriangleEl (TPZGeoEl *gel, TPZCompMesh &mesh, int64_t &index) |
Creates computational triangular element for HDiv approximate space. More... | |
Contains the implementation of the TPZCompElHDivBound2 methods.
Definition in file pzelchdivbound2.cpp.