Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dsectionimpl.h108 void PetscSectionCheckValidField(PetscInt, PetscInt);
118 …#define PetscSectionCheckValidField(field, nfields) PetscSectionCheckValid_("field number", field,… macro
/petsc/src/vec/is/section/interface/
H A Dsection.c430 PetscSectionCheckValidField(field, s->numFields); in PetscSectionGetFieldName()
457 PetscSectionCheckValidField(field, s->numFields); in PetscSectionSetFieldName()
492 PetscSectionCheckValidField(field, s->numFields); in PetscSectionGetComponentName()
525 PetscSectionCheckValidField(field, s->numFields); in PetscSectionSetComponentName()
557 PetscSectionCheckValidField(field, s->numFields); in PetscSectionGetFieldComponents()
594 PetscSectionCheckValidField(field, s->numFields); in PetscSectionSetFieldComponents()
1028 PetscSectionCheckValidField(field, s->numFields); in PetscSectionGetFieldDof()
1063 PetscSectionCheckValidField(field, s->numFields); in PetscSectionSetFieldDof()
1098 PetscSectionCheckValidField(field, s->numFields); in PetscSectionAddFieldDof()
1201 PetscSectionCheckValidField(field, s->numFields); in PetscSectionGetFieldConstraintDof()
[all …]