|
Ifpack Package Browser (Single Doxygen Collection)
Development
|

Go to the source code of this file.
Functions | |
| void | distrib_vbr_matrix (int *proc_config, int *N_global, int *N_blk_global, int *n_nonzeros, int *n_blk_nonzeros, int *N_update, int **update, double **val, int **indx, int **rpntr, int **cpntr, int **bpntr, int **bindx, double **x, double **b, double **bt, double **xexact) |
| void distrib_vbr_matrix | ( | int * | proc_config, |
| int * | N_global, | ||
| int * | N_blk_global, | ||
| int * | n_nonzeros, | ||
| int * | n_blk_nonzeros, | ||
| int * | N_update, | ||
| int ** | update, | ||
| double ** | val, | ||
| int ** | indx, | ||
| int ** | rpntr, | ||
| int ** | cpntr, | ||
| int ** | bpntr, | ||
| int ** | bindx, | ||
| double ** | x, | ||
| double ** | b, | ||
| double ** | bt, | ||
| double ** | xexact | ||
| ) |
Definition at line 48 of file distrib_vbr_matrix.c.
1.8.5