Home
last modified time | relevance | path

Searched refs:facetIS (Results 1 – 2 of 2) sorted by relevance

/petsc/src/dm/impls/plex/
H A Dplexfem.c2864 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()
[all …]
/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c645 …ts(PC pc, PetscErrorCode (*func)(PC pc, PetscInt point, Vec x, Vec f, IS facetIS, PetscInt n, cons… in PCPatchSetComputeFunctionInteriorFacets() argument
683 …(PC pc, PetscErrorCode (*func)(PC pc, PetscInt point, Vec x, Mat mat, IS facetIS, PetscInt n, cons… in PCPatchSetComputeOperator() argument
721 …(PC pc, PetscErrorCode (*func)(PC pc, PetscInt point, Vec x, Mat mat, IS facetIS, PetscInt n, cons… in PCPatchSetComputeOperatorInteriorFacets() argument
2076 IS facetIS = NULL; in PCPatchComputeOperator_Internal() local
2133 …eral(PETSC_COMM_SELF, numIntFacets, intFacetsArray + intFacetOffset, PETSC_USE_POINTER, &facetIS)); in PCPatchComputeOperator_Internal()
2134 …PetscCall(patch->usercomputeopintfacet(pc, point, x, mat, facetIS, 2 * numIntFacets * patch->total… in PCPatchComputeOperator_Internal()
2135 PetscCall(ISDestroy(&facetIS)); in PCPatchComputeOperator_Internal()