6 #ifndef TPZPARFRONTMATRIX_H 7 #define TPZPARFRONTMATRIX_H 38 template <
class TVar,
class store,
class front>
60 pthread_mutex_t mlocal = PTHREAD_MUTEX_INITIALIZER;
62 pthread_cond_t clocal = PTHREAD_COND_INITIALIZER;
104 template <
class TVar,
class store,
class front>
108 #endif //TPZPARFRONTMATRIX_H Contains the TPZFrontSym class which implements decomposition process of the frontal matrix (case sym...
TPZParFrontMatrix()
Simple Constructor.
FrontMatrix with parallel techniques included. Frontal.
Responsible for the frontal method as a whole. Frontal.
int fFinish
Boolean responsibility. Assumes values 0 and 1.
It is an equation array, generally in its decomposed form. Frontal.
Contains the TPZFront class which implements decomposition process of the frontal matrix...
virtual TPZMatrix< TVar > * Clone() const override
Templated vector implementation.
TPZParFrontMatrix(const TPZParFrontMatrix &cp)
Contains the TPZFrontNonSym class which implements storage and decomposition process of the frontal m...
static void * WriteFile(void *t)
Used in an independent thread to write decomposed equations to a binary file.
TPZStack< TPZEqnArray< TVar > * > fEqnStack
Buffer of pointers to decomposed equations. Stored in a Stack.
virtual void Resize(const int64_t newsize, const T &object)
Resizes the vector object.
pthread_cond_t fwritecond
Condition variable used in management of writeing to disk and decomposition.
Contains TPZMatrixclass which implements full matrix (using column major representation).
int ClassId() const override
Define the class id associated with the class.
Full matrix class. Matrix.
Contains the TPZFileEqnStorage class which implements an equation array and stores the EqnArrays...
virtual void AddKel(TPZFMatrix< TVar > &elmat, TPZVec< int64_t > &sourceindex, TPZVec< int64_t > &destinationindex) override
Add a contribution of a stiffness matrix.
int32_t Hash(std::string str)
Contains TPZMatrix<TVar>class, root matrix class.
~TPZParFrontMatrix()
Simple Destructor.
This class associates an element matrix with the coeficients of its contribution in the global stiffn...
This class implements a stack object. Utility.
Contains the TPZStackEqnStorage class responsible for storing arrays of equations.
Implements computational mesh. Computational Mesh.
Contains the TPZAbstractFrontMatrix class which implements a matrix stored in a frontal decomposition...
void FinishWriting()
Sets the flag fFinish to its true value.
pthread_mutex_t fwritelock
Mutual exclusion locks used in management of writeing to disk and decomposition.
int ClassId() const override
Define the class id associated with the class.
Root matrix class (abstract). Matrix.