|
Ifpack Package Browser (Single Doxygen Collection)
Development
|
#include <stdlib.h>#include <stdio.h>#include "paz_aztec.h"
Go to the source code of this file.
Functions | |
| void | create_vbr (char *partition_file, int *proc_config, int *N_global, int *N_blk_global, int *n_nonzeros, int *n_blk_nonzeros, int *N_update, int **update, int *bindx_msr, double *val_msr, double **val, int **indx, int **rpntr, int **cpntr, int **bpntr, int **bindx) |
| void create_vbr | ( | char * | partition_file, |
| int * | proc_config, | ||
| int * | N_global, | ||
| int * | N_blk_global, | ||
| int * | n_nonzeros, | ||
| int * | n_blk_nonzeros, | ||
| int * | N_update, | ||
| int ** | update, | ||
| int * | bindx_msr, | ||
| double * | val_msr, | ||
| double ** | val, | ||
| int ** | indx, | ||
| int ** | rpntr, | ||
| int ** | cpntr, | ||
| int ** | bpntr, | ||
| int ** | bindx | ||
| ) |
Definition at line 47 of file create_vbr.c.
1.8.5