NeoPZ
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
TPZGraphElQ2d Class Reference

To export a graphical two dimensional element. Post processing. More...

#include <pzgraphelq2d.h>

Inheritance diagram for TPZGraphElQ2d:
[legend]
Collaboration diagram for TPZGraphElQ2d:
[legend]

Public Member Functions

 TPZGraphElQ2d (TPZCompEl *cel, TPZGraphMesh *gmesh)
 Constructor for graphical element to computational quadrilateral element. More...
 
virtual ~TPZGraphElQ2d (void)
 
virtual int NConnects ()
 Number of connects for the element. More...
 
virtual MElementType Type ()
 Get the type of the graphical element. More...
 
virtual int ExportType (TPZDrawStyle st)
 Sets the style to export (format) More...
 
virtual int NNodes ()
 Number of corner nodes (geometric information) More...
 
virtual TPZGraphNodeConnect (int64_t i)
 Return the graphical connect. More...
 
virtual int NPoints (TPZGraphNode *n)
 Number of points to graphical resolution. More...
 
virtual int NElements ()
 
virtual void SetNode (int64_t i, TPZGraphNode *n)
 Sets a ith graphical node. More...
 
virtual int64_t EqNum (TPZVec< int > &co)
 Number of equations. More...
 
virtual void Connectivity (TPZDrawStyle st=EDXStyle)
 Set dx style for connectivity information. More...
 
virtual int Dimension ()
 the parametric dimension of the element More...
 
- Public Member Functions inherited from TPZGraphEl
 TPZGraphEl (TPZCompEl *cel, TPZGraphMesh *gmesh, TPZGraphNode **connectvec)
 Constructor of the graphical element. More...
 
 TPZGraphEl (TPZCompEl *cel, TPZGraphMesh *gmesh, TPZGraphNode *&connect)
 Constructor of the graphical element. More...
 
virtual ~TPZGraphEl (void)
 Default destructor. More...
 
virtual int ClassId () const override
 Define the class id associated with the class. More...
 
virtual void Read (TPZStream &buf, void *context) override
 read objects from the stream More...
 
virtual void Write (TPZStream &buf, int withclassid) const override
 Writes this object to the TPZStream buffer. Include the classid if withclassid = true. More...
 
int64_t Id ()
 Get the Id of the graphical element. More...
 
void SetId (int64_t id)
 Set graphical element id. More...
 
void DrawCo (TPZGraphNode *n, TPZDrawStyle st)
 Draw coordinates of the graphical node. More...
 
void DrawSolution (TPZGraphNode *n, TPZBlock< REAL > &Sol, TPZDrawStyle st)
 Draw solution of the graphical node. More...
 
void DrawSolution (TPZGraphNode *n, int solind, TPZDrawStyle st)
 
void DrawSolution (TPZGraphNode *n, TPZVec< int > &solind, TPZDrawStyle st)
 
void Print (std::ostream &out)
 Print the information of the graphical element. More...
 
- Public Member Functions inherited from TPZSavable
 TPZSavable ()
 
virtual ~TPZSavable ()
 
virtual std::list< std::map< std::string, uint64_t > > VersionHistory () const
 
virtual std::pair< std::string, uint64_t > Version () const
 
virtual bool Compare (TPZSavable *copy, bool override=false)
 Compares the object for identity with the object pointed to, eventually copy the object. More...
 
virtual bool Compare (TPZSavable *copy, bool override=false) const
 Compares the object for identity with the object pointed to, eventually copy the object. More...
 
- Public Member Functions inherited from TPZRegisterClassId
template<typename T >
 TPZRegisterClassId (int(T::*)() const)
 
 TPZRegisterClassId ()=default
 

Protected Member Functions

virtual void FirstIJ (int connect, TPZVec< int > &co, int &incr)
 
virtual void NextIJ (int connect, TPZVec< int > &co, int incr)
 
- Protected Member Functions inherited from TPZGraphEl
int ConnectNum (TPZGraphNode *n)
 Returns the number of the graphical node in the vector of connects. More...
 
virtual void QsiEta (TPZVec< int > &i, int imax, TPZVec< REAL > &qsieta)
 This method maps the index of a point to parameter space as a function of the number of divisions. More...
 

Protected Attributes

TPZGraphNodefConnects [9]
 Graphical nodes vector (by connect of the computational element) More...
 
- Protected Attributes inherited from TPZGraphEl
TPZCompElfCompEl
 Computational element associated with graphical element. More...
 
TPZGraphMeshfGraphMesh
 Graphical mesh associated with graphical element. More...
 
int64_t fId
 Id of the graphical element. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from TPZGraphEl
static int StaticClassId ()
 
- Static Public Member Functions inherited from TPZSavable
static std::set< TPZRestoreClassBase * > & RestoreClassSet ()
 This static function guarantees that the gMap object is available when needed. More...
 
static std::map< int, TPZRestore_t > & ClassIdMap ()
 This static function guarantees that the gMap object is available when needed. More...
 
static std::pair< std::string, uint64_t > NeoPZVersion ()
 
static void Register (TPZRestoreClassBase *restore)
 
static void RegisterClassId (int classid, TPZRestore_t fun)
 
static TPZSavableCreateInstance (const int &classId)
 

Detailed Description

To export a graphical two dimensional element. Post processing.

Definition at line 15 of file pzgraphelq2d.h.

Constructor & Destructor Documentation

◆ TPZGraphElQ2d()

TPZGraphElQ2d::TPZGraphElQ2d ( TPZCompEl cel,
TPZGraphMesh gmesh 
)

Constructor for graphical element to computational quadrilateral element.

Definition at line 13 of file pzgraphelq2d.cpp.

◆ ~TPZGraphElQ2d()

TPZGraphElQ2d::~TPZGraphElQ2d ( void  )
virtual

Definition at line 21 of file pzgraphelq2d.cpp.

Member Function Documentation

◆ Connect()

TPZGraphNode * TPZGraphElQ2d::Connect ( int64_t  con)
virtual

Return the graphical connect.

Implements TPZGraphEl.

Definition at line 17 of file pzgraphelq2d.cpp.

References fConnects.

Referenced by Type().

◆ Connectivity()

void TPZGraphElQ2d::Connectivity ( TPZDrawStyle  st = EDXStyle)
virtual

Set dx style for connectivity information.

Implements TPZGraphEl.

Definition at line 231 of file pzgraphelq2d.cpp.

References EDXStyle, EMVStyle, EqNum(), EV3DStyle, TPZGraphEl::fGraphMesh, TPZGraphEl::fId, TPZGraphMesh::Out(), TPZGraphMesh::Res(), and test::res.

Referenced by Type().

◆ Dimension()

virtual int TPZGraphElQ2d::Dimension ( )
inlinevirtual

the parametric dimension of the element

Implements TPZGraphEl.

Definition at line 43 of file pzgraphelq2d.h.

References FirstIJ(), and NextIJ().

◆ EqNum()

int64_t TPZGraphElQ2d::EqNum ( TPZVec< int > &  co)
virtual

◆ ExportType()

int TPZGraphElQ2d::ExportType ( TPZDrawStyle  st)
virtual

Sets the style to export (format)

Implements TPZGraphEl.

Definition at line 265 of file pzgraphelq2d.cpp.

References EVTKStyle.

Referenced by Type().

◆ FirstIJ()

void TPZGraphElQ2d::FirstIJ ( int  connect,
TPZVec< int > &  co,
int &  incr 
)
protectedvirtual

Implements TPZGraphEl.

Definition at line 100 of file pzgraphelq2d.cpp.

References fConnects, TPZGraphEl::fGraphMesh, TPZGraphMesh::Res(), and test::res.

Referenced by Dimension().

◆ NConnects()

virtual int TPZGraphElQ2d::NConnects ( )
inlinevirtual

Number of connects for the element.

Implements TPZGraphEl.

Definition at line 22 of file pzgraphelq2d.h.

◆ NElements()

int TPZGraphElQ2d::NElements ( )
virtual

Implements TPZGraphEl.

Definition at line 51 of file pzgraphelq2d.cpp.

References TPZGraphEl::fGraphMesh, TPZGraphMesh::Res(), and test::res.

Referenced by Type().

◆ NextIJ()

void TPZGraphElQ2d::NextIJ ( int  connect,
TPZVec< int > &  co,
int  incr 
)
protectedvirtual

Implements TPZGraphEl.

Definition at line 202 of file pzgraphelq2d.cpp.

References TPZGraphEl::fGraphMesh, TPZGraphMesh::Res(), and test::res.

Referenced by Dimension().

◆ NNodes()

int TPZGraphElQ2d::NNodes ( )
virtual

Number of corner nodes (geometric information)

Implements TPZGraphEl.

Definition at line 275 of file pzgraphelq2d.cpp.

Referenced by Type().

◆ NPoints()

int TPZGraphElQ2d::NPoints ( TPZGraphNode n)
virtual

Number of points to graphical resolution.

Implements TPZGraphEl.

Definition at line 26 of file pzgraphelq2d.cpp.

References TPZGraphEl::ConnectNum(), TPZGraphEl::fGraphMesh, TPZGraphMesh::Res(), and test::res.

Referenced by Type().

◆ SetNode()

void TPZGraphElQ2d::SetNode ( int64_t  i,
TPZGraphNode n 
)
virtual

Sets a ith graphical node.

Reimplemented from TPZGraphEl.

Definition at line 260 of file pzgraphelq2d.cpp.

References fConnects.

Referenced by Type().

◆ Type()

virtual MElementType TPZGraphElQ2d::Type ( )
inlinevirtual

Get the type of the graphical element.

Implements TPZGraphEl.

Definition at line 24 of file pzgraphelq2d.h.

References co, Connect(), Connectivity(), EDXStyle, EqNum(), EQuadrilateral, ExportType(), NElements(), NNodes(), NPoints(), and SetNode().

Member Data Documentation

◆ fConnects

TPZGraphNode* TPZGraphElQ2d::fConnects[9]
protected

Graphical nodes vector (by connect of the computational element)

Definition at line 58 of file pzgraphelq2d.h.

Referenced by Connect(), EqNum(), FirstIJ(), and SetNode().


The documentation for this class was generated from the following files: