Home
last modified time | relevance | path

Searched refs:DMDAGetHeightStratum (Results 1 – 4 of 4) sorted by relevance

/petsc/src/dm/field/impls/da/
H A Ddmfieldda.c252 PetscCall(DMDAGetHeightStratum(dm, 0, &cStart, &cEnd)); in DMFieldEvaluateFE_DA()
331 PetscCall(DMDAGetHeightStratum(dm, 0, &cStart, &cEnd)); in DMFieldEvaluateFV_DA()
367 PetscCall(DMDAGetHeightStratum(dm, h, NULL, &hEnd)); in DMFieldGetDegree_DA()
389 PetscCall(DMDAGetHeightStratum(dm, h, &hStart, &hEnd)); in DMFieldCreateDefaultQuadrature_DA()
/petsc/include/
H A Dpetscdmda.h229 PETSC_EXTERN PetscErrorCode DMDAGetHeightStratum(DM, PetscInt, PetscInt *, PetscInt *);
/petsc/src/dm/field/tutorials/
H A Dex1.c326 PetscCall(DMDAGetHeightStratum(dm, 0, &cStart, &cEnd)); in main()
/petsc/src/dm/impls/da/
H A Ddalocal.c234 PetscErrorCode DMDAGetHeightStratum(DM dm, PetscInt height, PeOp PetscInt *pStart, PeOp PetscInt *p… in DMDAGetHeightStratum() function