NeoPZ
|
Represents a graphical mesh used for post processing purposes. Post processing. More...
#include <pzgraphmesh.h>
Public Member Functions | |
TPZGraphMesh (TPZCompMesh *cm, int dimension, const std::set< int > &matids, const TPZVec< std::string > &scalarnames, const TPZVec< std::string > &vecnames) | |
Constructor for graphical mesh. More... | |
TPZGraphMesh (TPZCompMesh *cm, int dimension, const std::set< int > &matids, const TPZVec< std::string > &scalarnames, const TPZVec< std::string > &vecnames, const TPZVec< std::string > &tensornames) | |
Constructor with tensorial names for graphical mesh. More... | |
virtual | ~TPZGraphMesh (void) |
Default destructor. More... | |
int | ClassId () const override |
Define the class id associated with the class. More... | |
void | Read (TPZStream &buf, void *context) override |
read objects from the stream More... | |
void | Write (TPZStream &buf, int withclassid) const override |
Writes this object to the TPZStream buffer. Include the classid if withclassid = true. More... | |
TPZGraphNode & | FindNode (int64_t side) |
Find graphical node (connect) More... | |
TPZGraphEl * | FindElement (int64_t sid) |
TPZAdmChunkVector< TPZGraphEl * > & | ElementList () |
Vector of the graphical elements. More... | |
TPZAdmChunkVector< TPZGraphNode > & | NodeMap () |
Vector of the graphical nodes. More... | |
int64_t | NPoints () |
Number of points to drawing, depending on the resolution. More... | |
int64_t | NElements (MElementType type) |
int | Res () |
Get the resolution of the draw. More... | |
virtual void | SetCompMesh (TPZCompMesh *mesh, const std::set< int > &matids) |
Sets the computational mesh to associate. More... | |
virtual void | DrawNodes () |
Draw the graphical nodes information. More... | |
virtual void | DrawMesh (int numcases) |
Draw the graphical mesh. More... | |
virtual void | DrawConnectivity (MElementType type) |
Draw the connectivity information. More... | |
virtual void | DrawSolution (int step, REAL time) |
Draw solution depending on the resolution. More... | |
TPZDrawStyle | Style () |
Gets the style of the graphical mesh. More... | |
virtual void | SetFileName (const std::string &filename) |
Sets the filename to output of graph. More... | |
std::ostream & | Out () |
void | SetResolution (int res) |
Sets resolution. More... | |
void | Print (std::ostream &out) |
Print object attributes. More... | |
void | SetNames (const TPZVec< std::string > &scalarnames, const TPZVec< std::string > &vecnames) |
Set names with scalar and vector variable names. More... | |
void | SetNames (const TPZVec< std::string > &scalarnames, const TPZVec< std::string > &vecnames, const TPZVec< std::string > &tensornames) |
Set names with scalar, vectorial and tensorial variable names. More... | |
void | SetMaterialIds (const std::set< int > &matids) |
Set material ids. More... | |
std::set< int > | MaterialIds () |
Get material ids. More... | |
bool | Material_Is_PostProcessed (int matid) |
Return a directive if the material id is being postprocessed. More... | |
virtual TPZCompMesh * | Mesh () |
Return of the material for graphical mesh. More... | |
TPZVec< std::string > | ScalarNames () |
Return scalar variable names. More... | |
TPZVec< std::string > | VecNames () |
Return vectorial variable names. More... | |
TPZVec< std::string > | TensorNames () |
Return tensorial variable names. 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 | SequenceNodes () |
TPZCompEl * | FindFirstInterpolatedElement (TPZCompMesh *mesh, int dimension) |
Protected Attributes | |
TPZCompMesh * | fCompMesh |
Computational mesh associated. More... | |
TPZGeoMesh * | fGeoMesh |
Geometric mesh related. More... | |
std::set< int > | fMaterialIds |
Set of material ids being post-processed. More... | |
int | fDimension |
Dimension of the graphical mesh. More... | |
TPZAdmChunkVector< TPZGraphEl * > | fElementList |
Vector of graphical elements. More... | |
TPZAdmChunkVector< TPZGraphNode > | fNodeMap |
Vector of graphical nodes (connects) More... | |
int | fResolution |
Resolution of the graphical object. More... | |
TPZDrawStyle | fStyle |
Style of the graphical file. More... | |
std::ofstream | fOutFile |
std::string | fFileName |
TPZVec< std::string > | fScalarNames |
Vectors of the variables names (scalar, vectorial, and tensorial) More... | |
TPZVec< std::string > | fVecNames |
TPZVec< std::string > | fTensorNames |
Additional Inherited Members | |
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 TPZSavable * | CreateInstance (const int &classId) |
Represents a graphical mesh used for post processing purposes. Post processing.
The graphical mesh represents a logically refined version of the computational mesh
This logical refinement means that the refined element object are not actually created
They only exist in the output file.
Definition at line 34 of file pzgraphmesh.h.
TPZGraphMesh::TPZGraphMesh | ( | TPZCompMesh * | cm, |
int | dimension, | ||
const std::set< int > & | matids, | ||
const TPZVec< std::string > & | scalarnames, | ||
const TPZVec< std::string > & | vecnames | ||
) |
Constructor for graphical mesh.
Definition at line 25 of file pzgraphmesh.cpp.
References TPZAdmChunkVector< T, EXP >::CompactDataStructure(), TPZCompEl::CreateGraphicalElement(), TPZCompMesh::ElementVec(), fCompMesh, fElementList, fNodeMap, TPZChunkVector< T, EXP >::NElements(), TPZAdmChunkVector< T, EXP >::NOW, and TPZAdmChunkVector< T, EXP >::Resize().
TPZGraphMesh::TPZGraphMesh | ( | TPZCompMesh * | cm, |
int | dimension, | ||
const std::set< int > & | matids, | ||
const TPZVec< std::string > & | scalarnames, | ||
const TPZVec< std::string > & | vecnames, | ||
const TPZVec< std::string > & | tensornames | ||
) |
Constructor with tensorial names for graphical mesh.
Definition at line 45 of file pzgraphmesh.cpp.
References TPZAdmChunkVector< T, EXP >::CompactDataStructure(), TPZCompEl::CreateGraphicalElement(), TPZCompMesh::ElementVec(), fCompMesh, fElementList, fNodeMap, TPZChunkVector< T, EXP >::NElements(), TPZAdmChunkVector< T, EXP >::NOW, and TPZAdmChunkVector< T, EXP >::Resize().
|
virtual |
Default destructor.
Definition at line 65 of file pzgraphmesh.cpp.
References fElementList, and TPZChunkVector< T, EXP >::NElements().
|
overridevirtual |
Define the class id associated with the class.
This id has to be unique for all classes A non unique id is flagged at the startup of the program
Implements TPZSavable.
Definition at line 294 of file pzgraphmesh.cpp.
References Hash().
|
virtual |
Draw the connectivity information.
Reimplemented in TPZMVGraphMesh, and TPZVTKGraphMesh.
Definition at line 164 of file pzgraphmesh.cpp.
References TPZGraphEl::Connectivity(), fElementList, fStyle, TPZChunkVector< T, EXP >::NElements(), and TPZGraphEl::Type().
Referenced by TPZV3DGraphMesh::DrawMesh(), TPZDXGraphMesh::DrawMesh(), and Res().
|
virtual |
Draw the graphical mesh.
Reimplemented in TPZDXGraphMesh, TPZV3DGraphMesh, TPZMVGraphMesh, and TPZVTKGraphMesh.
Definition at line 157 of file pzgraphmesh.cpp.
Referenced by TPZAnalysis::PostProcess(), and Res().
|
virtual |
Draw the graphical nodes information.
Reimplemented in TPZMVGraphMesh, and TPZVTKGraphMesh.
Definition at line 148 of file pzgraphmesh.cpp.
References TPZGraphNode::DrawCo(), fNodeMap, fStyle, and TPZChunkVector< T, EXP >::NElements().
Referenced by TPZV3DGraphMesh::DrawMesh(), TPZDXGraphMesh::DrawMesh(), and Res().
|
virtual |
Draw solution depending on the resolution.
Reimplemented in TPZDXGraphMesh, TPZV3DGraphMesh, TPZMVGraphMesh, and TPZVTKGraphMesh.
Definition at line 160 of file pzgraphmesh.cpp.
Referenced by TPZAnalysis::PostProcess(), and Res().
TPZAdmChunkVector< TPZGraphEl * > & TPZGraphMesh::ElementList | ( | ) |
Vector of the graphical elements.
Definition at line 104 of file pzgraphmesh.cpp.
References fElementList, and TPZAdmChunkVector< T, EXP >::Resize().
Referenced by TPZGraphEl::TPZGraphEl().
TPZGraphEl * TPZGraphMesh::FindElement | ( | int64_t | sid | ) |
Definition at line 89 of file pzgraphmesh.cpp.
References fElementList, TPZGraphEl::Id(), and TPZChunkVector< T, EXP >::NElements().
|
protected |
Definition at line 262 of file pzgraphmesh.cpp.
References DebugStop, TPZAgglomerateElement::Dimension(), TPZGeoEl::Dimension(), EAgglomerate, EDiscontinuous, TPZCompMesh::ElementVec(), TPZCompMesh::NElements(), TPZCompEl::Reference(), and TPZCompEl::Type().
Referenced by TPZDXGraphMesh::TPZDXGraphMesh().
TPZGraphNode & TPZGraphMesh::FindNode | ( | int64_t | side | ) |
Find graphical node (connect)
Definition at line 78 of file pzgraphmesh.cpp.
References fNodeMap, gn, TPZChunkVector< T, EXP >::NElements(), and TPZGraphNode::SequenceNumber().
bool TPZGraphMesh::Material_Is_PostProcessed | ( | int | matid | ) |
Return a directive if the material id is being postprocessed.
Definition at line 235 of file pzgraphmesh.cpp.
References fMaterialIds.
Referenced by TPZReducedSpace::CreateGraphicalElement(), TPZAgglomerateElement::CreateGraphicalElement(), TPZMultiphysicsInterfaceElement::CreateGraphicalElement(), TPZMultiphysicsCompEl< TGeometry >::CreateGraphicalElement(), TPZCompElDisc::CreateGraphicalElement(), and SetResolution().
std::set< int > TPZGraphMesh::MaterialIds | ( | ) |
Get material ids.
Definition at line 231 of file pzgraphmesh.cpp.
References fMaterialIds.
Referenced by TPZDXGraphMesh::DrawMesh(), TPZVTKGraphMesh::DrawSolution(), TPZMVGraphMesh::DrawSolution(), TPZV3DGraphMesh::DrawSolution(), TPZDXGraphMesh::DrawSolution(), and SetResolution().
|
inlinevirtual |
Return of the material for graphical mesh.
Return a pointer of the computational mesh
Definition at line 137 of file pzgraphmesh.h.
References fCompMesh.
int64_t TPZGraphMesh::NElements | ( | MElementType | type | ) |
Definition at line 188 of file pzgraphmesh.cpp.
References fElementList, TPZGraphEl::NElements(), TPZChunkVector< T, EXP >::NElements(), numel, and TPZGraphEl::Type().
Referenced by TPZV3DGraphMesh::DrawMesh(), and TPZDXGraphMesh::DrawMesh().
TPZAdmChunkVector< TPZGraphNode > & TPZGraphMesh::NodeMap | ( | ) |
Vector of the graphical nodes.
Definition at line 113 of file pzgraphmesh.cpp.
References fNodeMap.
Referenced by TPZGraphEl::TPZGraphEl().
int64_t TPZGraphMesh::NPoints | ( | ) |
Number of points to drawing, depending on the resolution.
Definition at line 177 of file pzgraphmesh.cpp.
References fNodeMap, TPZChunkVector< T, EXP >::NElements(), and TPZGraphNode::NPoints().
Referenced by TPZV3DGraphMesh::DrawMesh(), TPZDXGraphMesh::DrawMesh(), TPZVTKGraphMesh::DrawSolution(), TPZMVGraphMesh::DrawSolution(), TPZV3DGraphMesh::DrawSolution(), and TPZDXGraphMesh::DrawSolution().
|
inline |
Definition at line 80 of file pzgraphmesh.h.
References fOutFile.
Referenced by TPZGraphEl1dd::Connectivity(), TPZGraphElTd::Connectivity(), TPZGraphElT::Connectivity(), TPZGraphElQ2d::Connectivity(), TPZGraphElQ2dd::Connectivity(), TPZGraphElQ3dd::Connectivity(), TPZGraphEl1d::Connectivity(), and TPZEulerAnalysis::Run().
void TPZGraphMesh::Print | ( | std::ostream & | out | ) |
Print object attributes.
Definition at line 199 of file pzgraphmesh.cpp.
References fElementList, fNodeMap, TPZChunkVector< T, EXP >::NElements(), TPZGraphNode::Print(), and TPZGraphEl::Print().
Referenced by SetResolution().
|
overridevirtual |
read objects from the stream
Forcing to close the previously open file, if any.
Reimplemented from TPZSavable.
Definition at line 298 of file pzgraphmesh.cpp.
References fCompMesh, fDimension, fElementList, fFileName, fGeoMesh, fMaterialIds, fNodeMap, fResolution, fScalarNames, fStyle, fTensorNames, fVecNames, TPZPersistenceManager::GetInstance(), TPZAdmChunkVector< T, EXP >::Read(), TPZStream::Read(), TPZStream::ReadPointers(), SetFileName(), and TPZStream::Write().
|
inline |
Get the resolution of the draw.
Definition at line 64 of file pzgraphmesh.h.
References DrawConnectivity(), DrawMesh(), DrawNodes(), DrawSolution(), stats::filename, fResolution, SetCompMesh(), SetFileName(), and Style().
Referenced by TPZGraphEl1dd::Connectivity(), TPZGraphElTd::Connectivity(), TPZGraphElT::Connectivity(), TPZGraphElQ2d::Connectivity(), TPZGraphElQ2dd::Connectivity(), TPZGraphElQ3dd::Connectivity(), TPZGraphEl1d::Connectivity(), TPZGraphElQ2d::EqNum(), TPZGraphElTd::EqNum(), TPZGraphElQ2dd::EqNum(), TPZGraphElT::EqNum(), TPZGraphElQ3dd::EqNum(), TPZGraphEl1d::EqNum(), TPZGraphElQ2d::FirstIJ(), TPZGraphElT::FirstIJ(), TPZGraphEl1d::FirstIJ(), TPZGraphElTd::NElements(), TPZGraphEl1dd::NElements(), TPZGraphElT::NElements(), TPZGraphElQ2d::NElements(), TPZGraphElQ2dd::NElements(), TPZGraphEl1d::NElements(), TPZGraphElQ3dd::NElements(), TPZGraphElQ2d::NextIJ(), TPZGraphElTd::NextIJ(), TPZGraphElT::NextIJ(), TPZGraphElQ2dd::NextIJ(), TPZGraphElQ3dd::NextIJ(), TPZGraphEl1dd::NPoints(), TPZGraphElQ2d::NPoints(), TPZGraphElQ2dd::NPoints(), TPZGraphElT::NPoints(), TPZGraphElTd::NPoints(), TPZGraphEl1d::NPoints(), and TPZGraphElQ3dd::NPoints().
|
inline |
Return scalar variable names.
Definition at line 140 of file pzgraphmesh.h.
References fScalarNames.
Referenced by TPZMultiphysicsInterfaceElement::CreateGraphicalElement().
|
protectedvirtual |
Reimplemented in TPZV3DGraphMesh, TPZMVGraphMesh, and TPZVTKGraphMesh.
Definition at line 117 of file pzgraphmesh.cpp.
References fElementList, fNodeMap, TPZGraphEl::NElements(), TPZChunkVector< T, EXP >::NElements(), TPZGraphNode::NPoints(), TPZGraphEl::SetId(), and TPZGraphNode::SetPointNumber().
Referenced by TPZVTKGraphMesh::SequenceNodes(), TPZMVGraphMesh::SequenceNodes(), TPZV3DGraphMesh::SequenceNodes(), and SetResolution().
|
virtual |
Sets the computational mesh to associate.
Definition at line 239 of file pzgraphmesh.cpp.
References TPZCompEl::CreateGraphicalElement(), TPZCompMesh::ElementVec(), fCompMesh, fDimension, fElementList, fMaterialIds, fNodeMap, TPZChunkVector< T, EXP >::NElements(), and TPZAdmChunkVector< T, EXP >::Resize().
Referenced by TPZAnalysis::PostProcess(), Res(), and SetMaterialIds().
|
virtual |
Sets the filename to output of graph.
Reimplemented in TPZDXGraphMesh.
Definition at line 139 of file pzgraphmesh.cpp.
References fFileName, stats::filename, and fOutFile.
Referenced by TPZAnalysis::DefineGraphMesh(), main(), Read(), Res(), TPZDXGraphMesh::SetFileName(), and TPZNonLinMultGridAnalysis::SmoothingSolution2().
void TPZGraphMesh::SetMaterialIds | ( | const std::set< int > & | matids | ) |
Set material ids.
Definition at line 227 of file pzgraphmesh.cpp.
References fCompMesh, and SetCompMesh().
Referenced by SetResolution().
void TPZGraphMesh::SetNames | ( | const TPZVec< std::string > & | scalarnames, |
const TPZVec< std::string > & | vecnames | ||
) |
Set names with scalar and vector variable names.
Definition at line 214 of file pzgraphmesh.cpp.
References fScalarNames, fTensorNames, fVecNames, and TPZVec< T >::resize().
Referenced by SetResolution().
void TPZGraphMesh::SetNames | ( | const TPZVec< std::string > & | scalarnames, |
const TPZVec< std::string > & | vecnames, | ||
const TPZVec< std::string > & | tensornames | ||
) |
Set names with scalar, vectorial and tensorial variable names.
Definition at line 220 of file pzgraphmesh.cpp.
References fScalarNames, fTensorNames, and fVecNames.
|
inline |
Sets resolution.
Definition at line 86 of file pzgraphmesh.h.
References fResolution, Material_Is_PostProcessed(), MaterialIds(), Print(), test::res, SequenceNodes(), SetMaterialIds(), and SetNames().
Referenced by TPZAnalysis::AnimateRun(), TPZMulticamadaOrthotropic::ComputeSolution(), TPZAnalysis::PostProcess(), TPZEulerAnalysis::PrepareDXMesh(), TPZNonLinMultGridAnalysis::SmoothingSolution2(), and TPZNonLinMultGridAnalysis::TwoGridAlgorithm().
|
inline |
Gets the style of the graphical mesh.
Definition at line 158 of file pzgraphmesh.h.
References fStyle.
Referenced by Res().
|
inline |
Return tensorial variable names.
Definition at line 152 of file pzgraphmesh.h.
References fTensorNames.
|
inline |
Return vectorial variable names.
Definition at line 146 of file pzgraphmesh.h.
References fVecNames.
Referenced by TPZMultiphysicsInterfaceElement::CreateGraphicalElement().
|
overridevirtual |
Writes this object to the TPZStream buffer. Include the classid if withclassid = true.
Writes this object to the TPZStream buffer. Include the classid if withclassid = true
Reimplemented from TPZSavable.
Definition at line 321 of file pzgraphmesh.cpp.
References as_integer(), fCompMesh, fDimension, fElementList, fFileName, fGeoMesh, fMaterialIds, fNodeMap, fResolution, fScalarNames, fStyle, fTensorNames, fVecNames, TPZStream::Write(), TPZAdmChunkVector< T, EXP >::Write(), TPZPersistenceManager::WritePointer(), and TPZStream::WritePointers().
|
protected |
Computational mesh associated.
Definition at line 109 of file pzgraphmesh.h.
Referenced by TPZDXGraphMesh::DrawMesh(), TPZVTKGraphMesh::DrawSolution(), TPZMVGraphMesh::DrawSolution(), TPZV3DGraphMesh::DrawSolution(), TPZDXGraphMesh::DrawSolution(), Mesh(), Read(), SetCompMesh(), SetMaterialIds(), TPZGraphMesh(), and Write().
|
protected |
Dimension of the graphical mesh.
Definition at line 115 of file pzgraphmesh.h.
Referenced by TPZDXGraphMesh::Close(), Read(), SetCompMesh(), and Write().
|
protected |
Vector of graphical elements.
Definition at line 117 of file pzgraphmesh.h.
Referenced by TPZVTKGraphMesh::DrawConnectivity(), TPZMVGraphMesh::DrawConnectivity(), DrawConnectivity(), ElementList(), FindElement(), NElements(), Print(), Read(), SequenceNodes(), SetCompMesh(), TPZGraphMesh(), Write(), and ~TPZGraphMesh().
|
protected |
Definition at line 125 of file pzgraphmesh.h.
Referenced by TPZVTKGraphMesh::DrawSolution(), Read(), SetFileName(), TPZDXGraphMesh::TPZDXGraphMesh(), and Write().
|
protected |
Geometric mesh related.
Definition at line 111 of file pzgraphmesh.h.
|
protected |
Set of material ids being post-processed.
Definition at line 113 of file pzgraphmesh.h.
Referenced by Material_Is_PostProcessed(), MaterialIds(), Read(), SetCompMesh(), and Write().
|
protected |
Vector of graphical nodes (connects)
Definition at line 119 of file pzgraphmesh.h.
Referenced by TPZVTKGraphMesh::DrawNodes(), TPZMVGraphMesh::DrawNodes(), DrawNodes(), TPZVTKGraphMesh::DrawSolution(), TPZMVGraphMesh::DrawSolution(), TPZV3DGraphMesh::DrawSolution(), TPZDXGraphMesh::DrawSolution(), FindNode(), NodeMap(), NPoints(), Print(), Read(), TPZMVGraphMesh::SequenceNodes(), TPZV3DGraphMesh::SequenceNodes(), SequenceNodes(), SetCompMesh(), TPZGraphMesh(), and Write().
|
protected |
Definition at line 124 of file pzgraphmesh.h.
Referenced by TPZDXGraphMesh::Close(), TPZVTKGraphMesh::DrawConnectivity(), TPZMVGraphMesh::DrawConnectivity(), TPZMVGraphMesh::DrawMesh(), TPZV3DGraphMesh::DrawMesh(), TPZDXGraphMesh::DrawMesh(), TPZVTKGraphMesh::DrawNodes(), TPZMVGraphMesh::DrawNodes(), TPZDXGraphMesh::DrawNormals(), TPZVTKGraphMesh::DrawSolution(), TPZMVGraphMesh::DrawSolution(), TPZV3DGraphMesh::DrawSolution(), TPZDXGraphMesh::DrawSolution(), Out(), TPZDXGraphMesh::SetFileName(), SetFileName(), and TPZDXGraphMesh::TPZDXGraphMesh().
|
protected |
Resolution of the graphical object.
Definition at line 121 of file pzgraphmesh.h.
Referenced by TPZMVGraphMesh::DrawConnectivity(), Read(), Res(), SetResolution(), and Write().
|
protected |
Vectors of the variables names (scalar, vectorial, and tensorial)
Definition at line 127 of file pzgraphmesh.h.
Referenced by TPZDXGraphMesh::Close(), TPZVTKGraphMesh::DrawSolution(), TPZMVGraphMesh::DrawSolution(), TPZV3DGraphMesh::DrawSolution(), TPZDXGraphMesh::DrawSolution(), Read(), ScalarNames(), SetNames(), TPZVTKGraphMesh::TPZVTKGraphMesh(), and Write().
|
protected |
Style of the graphical file.
Definition at line 123 of file pzgraphmesh.h.
Referenced by DrawConnectivity(), DrawNodes(), TPZV3DGraphMesh::DrawSolution(), TPZDXGraphMesh::DrawSolution(), Read(), Style(), TPZDXGraphMesh::TPZDXGraphMesh(), TPZMVGraphMesh::TPZMVGraphMesh(), TPZV3DGraphMesh::TPZV3DGraphMesh(), TPZVTKGraphMesh::TPZVTKGraphMesh(), and Write().
|
protected |
Definition at line 127 of file pzgraphmesh.h.
Referenced by TPZVTKGraphMesh::DrawSolution(), Read(), SetNames(), TensorNames(), TPZVTKGraphMesh::TPZVTKGraphMesh(), and Write().
|
protected |
Definition at line 127 of file pzgraphmesh.h.
Referenced by TPZDXGraphMesh::Close(), TPZVTKGraphMesh::DrawSolution(), TPZMVGraphMesh::DrawSolution(), TPZV3DGraphMesh::DrawSolution(), TPZDXGraphMesh::DrawSolution(), Read(), SetNames(), TPZVTKGraphMesh::TPZVTKGraphMesh(), VecNames(), and Write().