proteus
1.5.1
C/C++/Fortran libraries
|
#include </home/cekees/proteus/proteus/postprocessing.h>
Public Attributes | |
PyObject_HEAD int | N |
int * | subdomain_dim |
double ** | subdomain_L |
double ** | subdomain_R |
double ** | subdomain_U |
PROTEUS_LAPACK_INTEGER ** | subdomain_pivots |
PROTEUS_LAPACK_INTEGER ** | subdomain_column_pivots |
Definition at line 20 of file postprocessing.h.
PyObject_HEAD int NodeStarFactor::N |
Definition at line 23 of file postprocessing.h.
PROTEUS_LAPACK_INTEGER** NodeStarFactor::subdomain_column_pivots |
Definition at line 30 of file postprocessing.h.
int * NodeStarFactor::subdomain_dim |
Definition at line 24 of file postprocessing.h.
double ** NodeStarFactor::subdomain_L |
Definition at line 26 of file postprocessing.h.
PROTEUS_LAPACK_INTEGER ** NodeStarFactor::subdomain_pivots |
Definition at line 29 of file postprocessing.h.
double ** NodeStarFactor::subdomain_R |
Definition at line 26 of file postprocessing.h.
double ** NodeStarFactor::subdomain_U |
Definition at line 26 of file postprocessing.h.