NeoPZ
|
Definition of the retraint associated with the top of the pyramid. More...
#include <TPZOneShapeRestraint.h>
Public Member Functions | |
TPZOneShapeRestraint () | |
TPZOneShapeRestraint (const TPZOneShapeRestraint ©) | |
TPZOneShapeRestraint & | operator= (const TPZOneShapeRestraint ©) |
bool | IsInitialized () const |
void | Print (std::ostream &out) const |
void | Write (TPZStream &buf) const |
void | Read (TPZStream &buf) |
Public Attributes | |
TPZManVector< std::pair< int64_t, int >, 4 > | fFaces |
Faces which are related. First item is the connect index, second item is the degree of freedom. More... | |
TPZManVector< int, 4 > | fOrient |
Orientation of each face. More... | |
Definition of the retraint associated with the top of the pyramid.
Definition at line 21 of file TPZOneShapeRestraint.h.
|
inline |
Definition at line 29 of file TPZOneShapeRestraint.h.
|
inline |
Definition at line 36 of file TPZOneShapeRestraint.h.
|
inline |
Definition at line 48 of file TPZOneShapeRestraint.h.
Referenced by TPZCompElHDivBound2< TSHAPE >::AddShapeRestraint(), TPZCompElHDivBound2< TSHAPE >::GetShapeRestraints(), and TPZCompElHDivBound2< TSHAPE >::Print().
|
inline |
Definition at line 41 of file TPZOneShapeRestraint.h.
|
inline |
Definition at line 53 of file TPZOneShapeRestraint.h.
References substruct_tst15.test::first.
Referenced by TPZCompElHDivBound2< TSHAPE >::Print().
|
inline |
Definition at line 75 of file TPZOneShapeRestraint.h.
References TPZStream::Read().
Referenced by TPZCompElHDiv< TSHAPE >::Read().
|
inline |
Definition at line 62 of file TPZOneShapeRestraint.h.
References TPZStream::Write().
TPZManVector<std::pair<int64_t,int>,4> TPZOneShapeRestraint::fFaces |
Faces which are related. First item is the connect index, second item is the degree of freedom.
Definition at line 24 of file TPZOneShapeRestraint.h.
Referenced by TPZBuildMultiphysicsMesh::AddConnects(), TPZMultiphysicsCompMesh::AddConnects(), TPZCompMeshTools::ExpandHDivPyramidRestraints(), operator=(), and SetupPyramidRestraint().
TPZManVector<int,4> TPZOneShapeRestraint::fOrient |
Orientation of each face.
Definition at line 27 of file TPZOneShapeRestraint.h.
Referenced by operator=(), and SetupPyramidRestraint().