petsc-3.14.6 2021-03-30
Report Typos and Errors

PetscSectionViewFromOptions

View from Options

Synopsis

#include "petscsection.h"   
PetscErrorCode  PetscSectionViewFromOptions(PetscSection A,PetscObject obj,const char name[])
Collective on PetscSection

Input Parameters

A - the PetscSection object to view
obj - Optional object
name - command line option

See Also

PetscSection, PetscSectionView, PetscObjectViewFromOptions(), PetscSectionCreate()

Level

intermediate

Location

src/vec/is/section/interface/section.c

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