Lines Matching refs:facetIS
2864 IS facetIS; in DMPlexComputeBdIntegral() local
2876 PetscCall(DMLabelGetStratumIS(depthLabel, dim - 1, &facetIS)); in DMPlexComputeBdIntegral()
2897 PetscCall(ISIntersect_Caching_Internal(facetIS, pointIS, &isectIS)); in DMPlexComputeBdIntegral()
2911 PetscCall(ISDestroy(&facetIS)); in DMPlexComputeBdIntegral()
4918 …mputeBdResidualSingleByKey(DM dm, PetscWeakForm wf, PetscFormKey key, IS facetIS, Vec locX, Vec lo… in DMPlexComputeBdResidualSingleByKey() argument
4960 PetscCall(ISIntersect_Caching_Internal(facetIS, pointIS, &isectIS)); in DMPlexComputeBdResidualSingleByKey()
5089 IS facetIS; in DMPlexComputeBdResidualSingle() local
5095 PetscCall(DMLabelGetStratumIS(depthLabel, dim - 1, &facetIS)); in DMPlexComputeBdResidualSingle()
5097 …PetscCall(DMPlexComputeBdResidualSingleByKey(dm, wf, key, facetIS, locX, locX_t, t, coordField, lo… in DMPlexComputeBdResidualSingle()
5098 PetscCall(ISDestroy(&facetIS)); in DMPlexComputeBdResidualSingle()
5107 IS facetIS = NULL; in DMPlexComputeBdResidual_Internal() local
5115 PetscCall(DMLabelGetStratumIS(depthLabel, dim - 1, &facetIS)); in DMPlexComputeBdResidual_Internal()
5132 if (!facetIS) { in DMPlexComputeBdResidual_Internal()
5138 PetscCall(DMLabelGetStratumIS(depthLabel, dim - 1, &facetIS)); in DMPlexComputeBdResidual_Internal()
5146 …PetscCall(DMPlexComputeBdResidualSingleByKey(dm, wf, key, facetIS, locX, locX_t, t, coordField, lo… in DMPlexComputeBdResidual_Internal()
5149 PetscCall(ISDestroy(&facetIS)); in DMPlexComputeBdResidual_Internal()
5906 … label, PetscInt numValues, const PetscInt values[], PetscInt fieldI, IS facetIS, Vec locX, Vec lo… in DMPlexComputeBdJacobianSingleByLabel() argument
5963 PetscCall(ISIntersect_Caching_Internal(facetIS, pointIS, &isectIS)); in DMPlexComputeBdJacobianSingleByLabel()
6101 IS facetIS; in DMPlexComputeBdJacobianSingle() local
6107 PetscCall(DMLabelGetStratumIS(depthLabel, dim - 1, &facetIS)); in DMPlexComputeBdJacobianSingle()
6109 …PetscCall(DMPlexComputeBdJacobianSingleByLabel(dm, wf, label, numValues, values, fieldI, facetIS, … in DMPlexComputeBdJacobianSingle()
6110 PetscCall(ISDestroy(&facetIS)); in DMPlexComputeBdJacobianSingle()
6120 IS facetIS; in DMPlexComputeBdJacobian_Internal() local
6126 PetscCall(DMLabelGetStratumIS(depthLabel, dim - 1, &facetIS)); in DMPlexComputeBdJacobian_Internal()
6143 …ComputeBdJacobianSingleByLabel(dm, wf, label, numValues, values, fieldI, facetIS, locX, locX_t, t,… in DMPlexComputeBdJacobian_Internal()
6145 PetscCall(ISDestroy(&facetIS)); in DMPlexComputeBdJacobian_Internal()