petsc-3.7.1 2016-05-15
Report Typos and Errors

DMOutputSequenceLoad

Retrieve the sequence value from a Viewer

Synopsis

#include "petscdm.h"          
#include "petscdmlabel.h"     
PetscErrorCode DMOutputSequenceLoad(DM dm, PetscViewer viewer, const char *name, PetscInt num, PetscReal *val)

Input Parameters

dm - The original DM Many br
name - The sequence name Many br
num - The output sequence number Many br

Output Parameter

val -The output sequence value Many br

Many br

Note: This is intended for output that should appear in sequence, for instance Many bra set of timesteps in an HDF5 file, or a set of realizations of a stochastic system. Many br

See Also

DMGetOutputSequenceNumber(), DMSetOutputSequenceNumber(), VecView()

Level:intermediate
Location:
src/dm/interface/dm.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages