Home
last modified time | relevance | path

Searched refs:PetscSectionCheckValidFieldComponent (Results 1 – 2 of 2) sorted by relevance

/petsc/include/petsc/private/
H A Dsectionimpl.h109 void PetscSectionCheckValidFieldComponent(PetscInt, PetscInt);
116 …#define PetscSectionCheckValidFieldComponent(comp, nfieldcomp) PetscSectionCheckValid_("section fi… macro
/petsc/src/vec/is/section/interface/
H A Dsection.c493 PetscSectionCheckValidFieldComponent(comp, s->numFieldComponents[field]); in PetscSectionGetComponentName()
526 PetscSectionCheckValidFieldComponent(comp, s->numFieldComponents[field]); in PetscSectionSetComponentName()