|
TriUtils
Development
|

Functions | |
| void | Trilinos_Util_read_hb (const char *data_file, int MyPID, int *N_global, int *n_nonzeros, double **val, int **bindx, double **x, double **b, double **xexact) |
| void | Trilinos_Util_read_hb (const char *data_file, int MyPID, int *N_global, int *n_nonzeros, double **val, int **bindx) |
| void Trilinos_Util_read_hb | ( | const char * | data_file, |
| int | MyPID, | ||
| int * | N_global, | ||
| int * | n_nonzeros, | ||
| double ** | val, | ||
| int ** | bindx, | ||
| double ** | x, | ||
| double ** | b, | ||
| double ** | xexact | ||
| ) |
References readHB_aux_double(), readHB_header(), readHB_mat_double(), TEUCHOS_TEST_FOR_EXCEPT_MSG, Trilinos_Util_csrcsc(), Trilinos_Util_csrmsr(), Trilinos_Util_scscmv(), Trilinos_Util_scscres(), Trilinos_Util_smsrres(), and Trilinos_Util_ssrcsr().
Referenced by SET(), and Trilinos_Util_ReadHb2EpetraVbr().
| void Trilinos_Util_read_hb | ( | const char * | data_file, |
| int | MyPID, | ||
| int * | N_global, | ||
| int * | n_nonzeros, | ||
| double ** | val, | ||
| int ** | bindx | ||
| ) |
1.8.11