Ifpack Package Browser (Single Doxygen Collection)  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
distrib_vbr_matrix.c File Reference
#include <stdlib.h>
#include <stdio.h>
#include "paz_aztec.h"
#include "prototypes.h"
Include dependency graph for distrib_vbr_matrix.c:

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)
 

Function Documentation

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.