NeoPZ
Classes | Variables
TPZParFrontMatrix.cpp File Reference

Contains the implementation of the TPZParFrontMatrix methods. More...

#include "TPZParFrontMatrix.h"
#include "TPZFrontMatrix.h"
#include "pzsfulmat.h"
#include "TPZFront.h"
#include "pzstack.h"
#include "pzreal.h"
#include <math.h>
#include "pz_pthread.h"
#include "tpzeqnarray.h"
#include <iostream>
#include <stdio.h>
#include <stdlib.h>
#include <fstream>
#include "pzlog.h"
Include dependency graph for TPZParFrontMatrix.cpp:

Go to the source code of this file.

Classes

class  TPZStackEqnStorage< TVar >
 Responsible for storing arrays of equations (mostly in a decomposed form). Frontal. More...
 
class  TPZFileEqnStorage< TVar >
 Has the same porpouse of EqnStack but stores the EqnArrays in a different form (binary files). Frontal. More...
 
class  TPZFrontSym< TVar >
 Abstract class implements storage and decomposition process of the frontal matrix involving simmetry characteristics. Frontal. More...
 
class  TPZFrontNonSym< TVar >
 Abstract class implements storage and decomposition process of the frontal matrix involving non-simetry characteristics. Frontal. More...
 

Variables

pthread_mutex_t mutex_write
 Initializing semaphore. More...
 
pthread_cond_t conda_write
 Initializing condition. More...
 

Detailed Description

Contains the implementation of the TPZParFrontMatrix methods.

Definition in file TPZParFrontMatrix.cpp.

Variable Documentation

◆ conda_write

pthread_cond_t conda_write

Initializing condition.

Definition at line 35 of file TPZParFrontMatrix.cpp.

◆ mutex_write

pthread_mutex_t mutex_write

Initializing semaphore.

Definition at line 33 of file TPZParFrontMatrix.cpp.