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

Go to the source code of this file.

Functions

void distrib_msr_matrix (int *proc_config, int *N_global, int *n_nonzeros, int *N_update, int **update, double **val, int **bindx, double **x, double **b, double **bt, double **xexact)
 

Function Documentation

void distrib_msr_matrix ( int *  proc_config,
int *  N_global,
int *  n_nonzeros,
int *  N_update,
int **  update,
double **  val,
int **  bindx,
double **  x,
double **  b,
double **  bt,
double **  xexact 
)

Definition at line 48 of file distrib_msr_matrix.c.