proteus
1.8.1
C/C++/Fortran libraries
|
#include </Users/cekees/proteus/proteus/postprocessing.h>
Public Attributes | |
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 19 of file postprocessing.h.
int NodeStarFactorStruct::N |
Definition at line 21 of file postprocessing.h.
PROTEUS_LAPACK_INTEGER** NodeStarFactorStruct::subdomain_column_pivots |
Definition at line 27 of file postprocessing.h.
int* NodeStarFactorStruct::subdomain_dim |
Definition at line 22 of file postprocessing.h.
double** NodeStarFactorStruct::subdomain_L |
Definition at line 23 of file postprocessing.h.
PROTEUS_LAPACK_INTEGER** NodeStarFactorStruct::subdomain_pivots |
Definition at line 26 of file postprocessing.h.
double ** NodeStarFactorStruct::subdomain_R |
Definition at line 24 of file postprocessing.h.
double ** NodeStarFactorStruct::subdomain_U |
Definition at line 25 of file postprocessing.h.