![]() |
NeoPZ
|
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"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... | |
Contains the implementation of the TPZParFrontMatrix methods.
Definition in file TPZParFrontMatrix.cpp.
| pthread_cond_t conda_write |
Initializing condition.
Definition at line 35 of file TPZParFrontMatrix.cpp.
| pthread_mutex_t mutex_write |
Initializing semaphore.
Definition at line 33 of file TPZParFrontMatrix.cpp.
1.8.13