NeoPZ
|
Implements ... Geometry Topology. More...
#include <pznoderep.h>
Public Member Functions | |
virtual void | SetNeighbourInfo (int side, TPZGeoElSide &neigh, TPZTransform<> &trans) |
bool | IsLinearMapping () const |
bool | IsGeoBlendEl () const |
bool | ResetBlendConnectivity (const int64_t &side, const int64_t &index) |
TPZNodeRep (TPZVec< int64_t > &nodeindexes) | |
Constructor with list of nodes. More... | |
TPZNodeRep () | |
Empty constructor. More... | |
TPZNodeRep (const TPZNodeRep &cp, std::map< int64_t, int64_t > &gl2lcNdMap) | |
Constructor with node map. More... | |
TPZNodeRep (const TPZNodeRep< N, Topology > &cp) | |
Copy constructor. More... | |
void | Read (TPZStream &buf, void *context) override |
void | Write (TPZStream &buf, int withclassid) const override |
void | Initialize (TPZVec< int64_t > &nodeindexes) |
void | Initialize (TPZGeoEl *) |
void | Print (std::ostream &out) const |
int | ClassId () const override |
Public Attributes | |
int64_t | fNodeIndexes [N] |
Node indexes of the element. More... | |
Static Public Attributes | |
static const int | NNodes |
Implements ... Geometry Topology.
Definition at line 40 of file pznoderep.h.
|
inline |
Constructor with list of nodes.
Definition at line 66 of file pznoderep.h.
|
inline |
Empty constructor.
Definition at line 81 of file pznoderep.h.
Referenced by pzgeom::TPZNodeRep< 15, pztopology::TPZPrism >::TPZNodeRep().
pzgeom::TPZNodeRep< N, Topology >::TPZNodeRep | ( | const TPZNodeRep< N, Topology > & | cp, |
std::map< int64_t, int64_t > & | gl2lcNdMap | ||
) |
Constructor with node map.
Definition at line 30 of file pznoderep.h.h.
|
inline |
Copy constructor.
Definition at line 92 of file pznoderep.h.
|
override |
Definition at line 151 of file pznoderep.h.
Referenced by pzgeom::TPZQuadraticQuad::ClassId(), pzgeom::TPZQuadraticTetra::ClassId(), pzgeom::TPZArc3D::ClassId(), and pzgeom::TPZNodeRep< 15, pztopology::TPZPrism >::Print().
|
inline |
Definition at line 107 of file pznoderep.h.
|
inline |
Definition at line 128 of file pznoderep.h.
|
inline |
Definition at line 53 of file pznoderep.h.
bool pzgeom::TPZNodeRep< N, Topology >::IsLinearMapping | ( | ) | const |
Definition at line 35 of file pznoderep.cpp.
Referenced by pzgeom::TPZNodeRep< 15, pztopology::TPZPrism >::SetNeighbourInfo().
|
inline |
Definition at line 133 of file pznoderep.h.
Referenced by pzgeom::TPZArc3D::Print().
|
inlineoverride |
Definition at line 97 of file pznoderep.h.
Referenced by pzgeom::TPZArc3D::Read().
|
inline |
Definition at line 58 of file pznoderep.h.
|
inlinevirtual |
Definition at line 45 of file pznoderep.h.
|
inlineoverride |
Definition at line 102 of file pznoderep.h.
Referenced by pzgeom::TPZArc3D::Write().
int64_t pzgeom::TPZNodeRep< N, Topology >::fNodeIndexes[N] |
Node indexes of the element.
Definition at line 64 of file pznoderep.h.
Referenced by pzgeom::TPZNodeRep< 15, pztopology::TPZPrism >::TPZNodeRep().
|
static |
Definition at line 62 of file pznoderep.h.