PetscSectionViewFromOptions#
View from Options
Synopsis#
#include "petscsection.h"
PetscErrorCode PetscSectionViewFromOptions(PetscSection A, PetscObject obj, const char name[])
Collective
Input Parameters#
A - the PetscSection object to view
obj - Optional object
name - command line option
See Also#
PetscSection
, PetscSectionView
, PetscObjectViewFromOptions()
, PetscSectionCreate()
Level#
intermediate
Location#
Examples#
src/dm/impls/plex/tutorials/ex6.c.html
Index of all PetscSection routines
Table of Contents for all manual pages
Index of all manual pages