Home
last modified time | relevance | path

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

/petsc/src/dm/dt/dualspace/impls/refined/
H A Ddualspacerefined.c96 PetscInt hStart, hEnd; in PetscDualSpaceSetUp_Refined() local
98 PetscCall(DMPlexGetHeightStratum(dm, h, &hStart, &hEnd)); in PetscDualSpaceSetUp_Refined()
99 for (c = hStart; c < hEnd; c++) { in PetscDualSpaceSetUp_Refined()
/petsc/src/dm/field/impls/da/
H A Ddmfieldda.c365 PetscInt hEnd; in DMFieldGetDegree_DA() local
367 PetscCall(DMDAGetHeightStratum(dm, h, NULL, &hEnd)); in DMFieldGetDegree_DA()
368 if (imin < hEnd) break; in DMFieldGetDegree_DA()
387 PetscInt hStart, hEnd; in DMFieldCreateDefaultQuadrature_DA() local
389 PetscCall(DMDAGetHeightStratum(dm, h, &hStart, &hEnd)); in DMFieldCreateDefaultQuadrature_DA()
390 if (imin >= hStart && imax < hEnd) break; in DMFieldCreateDefaultQuadrature_DA()
/petsc/src/dm/field/impls/ds/
H A Ddmfieldds.c473 PetscInt hEnd; in DMFieldEvaluateFV_DS() local
475 PetscCall(DMPlexGetHeightStratum(field->dm, h, NULL, &hEnd)); in DMFieldEvaluateFV_DS()
476 if (imin < hEnd) break; in DMFieldEvaluateFV_DS()
670 PetscInt hEnd; in DMFieldGetDegree_DS() local
672 PetscCall(DMPlexGetHeightStratum(field->dm, h, NULL, &hEnd)); in DMFieldGetDegree_DS()
673 if (imin < hEnd) break; in DMFieldGetDegree_DS()
731 PetscInt hStart, hEnd; in DMFieldCreateDefaultQuadrature_DS() local
733 PetscCall(DMPlexGetHeightStratum(dm, h, &hStart, &hEnd)); in DMFieldCreateDefaultQuadrature_DS()
734 if (imax >= hStart && imin < hEnd) break; in DMFieldCreateDefaultQuadrature_DS()
765 PetscInt hStart, hEnd; in DMFieldCreateDefaultFaceQuadrature_DS() local
[all …]
/petsc/src/dm/dt/dualspace/interface/
H A Ddualspace.c1641 PetscInt hStart, hEnd; in PetscDualSpaceGetHeightSubspace() local
1643 PetscCall(DMPlexGetHeightStratum(dm, h, &hStart, &hEnd)); in PetscDualSpaceGetHeightSubspace()
1644 if (hEnd > hStart) { in PetscDualSpaceGetHeightSubspace()
/petsc/src/dm/dt/fe/interface/
H A Dfe.c1160 PetscInt hStart, hEnd; in PetscFECreateHeightTrace() local
1170 PetscCall(DMPlexGetHeightStratum(dm, height, &hStart, &hEnd)); in PetscFECreateHeightTrace()
1171 if (hEnd <= hStart) PetscFunctionReturn(PETSC_SUCCESS); in PetscFECreateHeightTrace()