petsc-3.13.6 2020-09-29
Report Typos and Errors

PetscSectionSetUseFieldOffsets

Set the flag to use field offsets directly in a global section, rather than just the point offset

Synopsis

#include "petscsection.h"   
PetscErrorCode PetscSectionSetUseFieldOffsets(PetscSection s, PetscBool flg)
Not collective

Input Parameters

s - the global PetscSection
flg - the flag

See Also

PetscSectionGetUseFieldOffsets(), PetscSectionSetChart(), PetscSectionCreate()

Level

developer

Location

src/vec/is/section/interface/section.c
Index of all PetscSection routines
Table of Contents for all manual pages
Index of all manual pages