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

PetscSectionGetValueLayout

Get the PetscLayout associated with a section, usually the default global section.

Synopsis

#include "petscvec.h"   
PetscErrorCode PetscSectionGetValueLayout(MPI_Comm comm, PetscSection s, PetscLayout *layout)

Input Parameters

comm - The MPI_Comm Many br
s - The PetscSection Many br

Output Parameter

layout -The layout for the section Many br

Many br

See Also

PetscSectionCreate()

Level:developer
Location:
src/vec/is/utils/vsectionis.c
Index of all IS routines
Table of Contents for all manual pages
Index of all manual pages