39 void Print(std::ostream &out);
40 void Print(std::ostream &out,
char * title);
Implements renumbering for elements of a mesh. Utility.
void Print(std::ostream &out)
Prints the current object data structure.
Contains the TPZRenumbering class which defines the behavior to implementing node sequence numbering ...
void Subdivide(int nParts, TPZVec< int > &Domains)
Subdivides a Graph in nParts.
virtual void Resequence(TPZVec< int64_t > &perm, TPZVec< int64_t > &inverseperm)
Perform the renumbering of elements. The aim of this operation is to minimize the band of the resulti...
TPZMetis(int NElements, int NNodes)
Constructor.
This abstract class which defines the behavior which derived classes need to implement for implement...
virtual ~TPZMetis()
Destructor.