#include "Trilinos_Util.h"#include "Epetra_Comm.h"#include "Epetra_Map.h"

Functions | |
| void | Trilinos_Util_distrib_msr_matrix (const Epetra_Comm &Comm, int *N_global, int *n_nonzeros, int *N_update, int **update, double **val, int **bindx, double **x, double **b, double **xexact) |
| void | Trilinos_Util_distrib_msr_matrix (const Epetra_Comm &Comm, int *N_global, int *n_nonzeros, int *N_update, int **update, double **val, int **bindx) |
| void Trilinos_Util_distrib_msr_matrix | ( | const Epetra_Comm & | Comm, | |
| int * | N_global, | |||
| int * | n_nonzeros, | |||
| int * | N_update, | |||
| int ** | update, | |||
| double ** | val, | |||
| int ** | bindx | |||
| ) |
| void Trilinos_Util_distrib_msr_matrix | ( | const Epetra_Comm & | Comm, | |
| int * | N_global, | |||
| int * | n_nonzeros, | |||
| int * | N_update, | |||
| int ** | update, | |||
| double ** | val, | |||
| int ** | bindx, | |||
| double ** | x, | |||
| double ** | b, | |||
| double ** | xexact | |||
| ) |
References Trilinos_Util_smsrres().
1.5.9