| 
    TriUtils
    Development
    
   | 
 
#include "Trilinos_Util.h"#include "Epetra_ConfigDefs.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, | ||
| 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 | ||
| ) | 
 1.8.5