54 void Print(std::ostream &out);
Represents a graphical mesh used for post processing purposes. Post processing.
TPZGraphMesh * fGraphMesh
Graphical mesh related.
void Write(TPZStream &buf, int withclassid) const override
Writes this object to the TPZStream buffer. Include the classid if withclassid = true.
void Print(std::ostream &out)
Represents a set of shape functions associated with a computational element/side. Computational Eleme...
void SetGraphMesh(TPZGraphMesh *mesh)
TPZGraphNode()
Default constructor.
void DrawSolution(int solutionid, TPZDrawStyle st=EDXStyle)
Draw solution on the current connect for solutionid variable.
Templated vector implementation.
void SetConnect(TPZConnect *connect)
int ClassId() const override
Define the class id associated with the class.
void SetPointNumber(int64_t num)
void Read(TPZStream &buf, void *context) override
read objects from the stream
Contains declaration of TPZConnect class which represents a set of shape functions associated with a ...
void SetElement(TPZGraphEl *gel)
void DrawCo(TPZDrawStyle st=EDXStyle)
Draw coordinates of the graphical node.
Implements block matrices. Matrix utility.
TPZConnect * fConnect
Connect associated with current graphical node.
void SetSequenceNumber(int64_t seqnum)
Abstract class to graphical one-, two- and three-dimensional element. Post processing.
Defines the interface for saving and reading data. Persistency.
~TPZGraphNode(void)
Simple destructor.
This class defines the interface to save and restore objects from TPZStream objects. Persistency.
To export a graphical node. Post processing.
TPZGraphEl * fGraphEl
Graphical element related.