NeoPZ
|
Contains the implementation of the TPZSkylParMatrix methods. More...
#include <math.h>
#include <stdlib.h>
#include <stdio.h>
#include <fstream>
#include "pzfmatrix.h"
#include "pzskylmat.h"
#include "pzskylmatpar.h"
#include "pzlog.h"
#include "pz_pthread.h"
Go to the source code of this file.
Variables | |
pthread_mutex_t | skymutex |
Semaphore. More... | |
pthread_cond_t | condition |
Condition to waiting. More... | |
Contains the implementation of the TPZSkylParMatrix methods.
Definition in file pzskylmatpar.cpp.
pthread_cond_t condition |
Condition to waiting.
Definition at line 37 of file pzskylmatpar.cpp.
pthread_mutex_t skymutex |
Semaphore.
Definition at line 35 of file pzskylmatpar.cpp.