proteus  1.8.1
C/C++/Fortran libraries
Public Attributes | List of all members
NodeStarFactorStruct Struct Reference

#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
 

Detailed Description

Definition at line 19 of file postprocessing.h.

Member Data Documentation

◆ N

int NodeStarFactorStruct::N

Definition at line 21 of file postprocessing.h.

◆ subdomain_column_pivots

PROTEUS_LAPACK_INTEGER** NodeStarFactorStruct::subdomain_column_pivots

Definition at line 27 of file postprocessing.h.

◆ subdomain_dim

int* NodeStarFactorStruct::subdomain_dim

Definition at line 22 of file postprocessing.h.

◆ subdomain_L

double** NodeStarFactorStruct::subdomain_L

Definition at line 23 of file postprocessing.h.

◆ subdomain_pivots

PROTEUS_LAPACK_INTEGER** NodeStarFactorStruct::subdomain_pivots

Definition at line 26 of file postprocessing.h.

◆ subdomain_R

double ** NodeStarFactorStruct::subdomain_R

Definition at line 24 of file postprocessing.h.

◆ subdomain_U

double ** NodeStarFactorStruct::subdomain_U

Definition at line 25 of file postprocessing.h.


The documentation for this struct was generated from the following file: