Home
last modified time | relevance | path

Searched refs:PetscSectionGetField (Results 1 – 5 of 5) sorted by relevance

/petsc/include/
H A Dpetscsection.h80 PETSC_EXTERN PetscErrorCode PetscSectionGetField(PetscSection, PetscInt, PetscSection *);
/petsc/src/ts/utils/
H A Dtsconvest.c211 PetscCall(PetscSectionGetField(s, f, &fs)); in PetscConvEstGetConvRateTS_Spatial_Private()
/petsc/src/snes/utils/
H A Dconvest.c410 PetscCall(PetscSectionGetField(s, f, &fs)); in PetscConvEstGetConvRateSNES_Private()
/petsc/src/dm/field/impls/ds/
H A Ddmfieldds.c122 PetscCall(PetscSectionGetField(s, dsfield->fieldNum, &s)); in DMFieldGetClosure_Internal()
167 PetscCall(PetscSectionGetField(section, dsfield->fieldNum, &section)); in DMFieldEvaluateFE_DS()
/petsc/src/vec/is/section/interface/
H A Dsection.c3405 PetscErrorCode PetscSectionGetField(PetscSection s, PetscInt field, PetscSection *subs) in PetscSectionGetField() function