petsc-3.5.4 2015-05-23
Report Typos and Errors

PetscDualSpaceViewFromOptions

Processes command line options to determine if/how a PetscDualSpace is to be viewed.

Synopsis

#include "petscfe.h" 
PetscErrorCode PetscDualSpaceViewFromOptions(PetscDualSpace sp, const char prefix[], const char optionname[])
Collective on PetscDualSpace

Input Parameters

sp - the PetscDualSpace
prefix - prefix to use for viewing, or NULL to use prefix of 'rnd'
optionname - option to activate viewing

Keywords

PetscDualSpace, view, options, database

See Also

VecViewFromOptions(), MatViewFromOptions()

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