16 #ifndef TPZCOMPMESHREFERRED_H 17 #define TPZCOMPMESHREFERRED_H 61 virtual void Print(std::ostream & out = std::cout)
const override;
int ClassId() const override
Returns the unique identifier for reading/writing objects to streams.
TPZCompEl * ReferredEl(int64_t index)
void Read(TPZStream &buf, void *context) override
Read the element data from a stream.
void Write(TPZStream &buf, int withclassid) const override
Save the element data to a stream.
void LoadReferred(TPZCompMesh *mesh)
virtual void Print(std::ostream &out=std::cout) const override
Prints mesh data.
Implements the structure to allow one mesh to refer to the solution of another. Geometry.
Contains declaration of TPZCompMesh class which is a repository for computational elements...
static void DivideReferredEl(TPZVec< TPZCompEl *> WhichRefine, TPZCompMesh *cmesh)
Divide computational element recursively over referred elements.
TPZCompMesh * ReferredMesh() const
This class implements a geometric mesh for the pz environment. Geometry.
Implements computational mesh. Computational Mesh.
virtual ~TPZCompMeshReferred()
Defines the interface for saving and reading data. Persistency.
Defines the interface of a computational element. Computational Element.
TPZVec< int64_t > fReferredIndices