Searched refs:PetscSectionCheckValidField (Results 1 – 2 of 2) sorted by relevance
| /petsc/include/petsc/private/ |
| H A D | sectionimpl.h | 108 void PetscSectionCheckValidField(PetscInt, PetscInt); 118 …#define PetscSectionCheckValidField(field, nfields) PetscSectionCheckValid_("field number", field,… macro
|
| /petsc/src/vec/is/section/interface/ |
| H A D | section.c | 430 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 …]
|