13 template <
class T,
int N>
int CheckConnectSeqNumberConsistency()
This method verifies if the sequence numbers of dependent connects and/or condensed connect are order...
void BuildDependList(int connect, TPZStack< int > &dependlist)
This method will build a list of all connect indices which depend on the connect passed in the argume...
Implements computational element and a side. Computational Element.
void DependencyReport(int connect)
This method will write a report to the std::ostream about all connects which potentially depend on th...
int CheckConnectOrderConsistency()
This method will verify whether the fSiderOrder data structure is in sink with the Order of the Conne...
Contains declaration of TPZCompEl class which defines the interface of a computational element...
int CheckConstraintDimension()
int VerifyAllConnects()
Loop over all connects verifying dependency and the compatibility between number of shapes in connect...
int VerifyConnect(int connect)
This method will verify if the connects which depend on the connect passed in the argument list will ...
TPZCompElSide FindElement(int connect)
This method will search in the mesh for an element/side which corresponds to the connect index passed...
Contains declaration of TPZCompMesh class which is a repository for computational elements...
This class implements a stack object. Utility.
Implements computational mesh. Computational Mesh.
int CheckElementShapeDimension()
TPZCheckMesh(TPZCompMesh *mesh, std::ostream *out)
Constructor.
This class verifies the consistency of the datastructure of a TPZCompMesh object. Computational Mesh...
int VerifyCompatibilityBetweenNShapesAndBlockSize(int connect)
This method will verify if the number of shape functions in connect is compatible with the size of th...