DALoad

Creates an appropriate DA and loads its global vector from a file.

Synopsis

#include "petscda.h"   
int DALoad(PetscViewer viewer,int M,int N,int P,DA *da)

Input Parameter

viewer - a binary viewer (created with PetscViewerBinaryOpen())
M - number of processors in x direction
N - number of processors in y direction
P - number of processors in z direction

Output Parameter

da -the DA object

Level:intermediate
Location:
src/dm/da/src/daload.c
Index of all DA routines
Table of Contents for all manual pages
Index of all manual pages