Searched refs:intFacets (Results 1 – 2 of 2) sorted by relevance
| /petsc/include/petsc/private/ |
| H A D | pcpatchimpl.h | 26 IS intFacets; member
|
| /petsc/src/ksp/pc/impls/patch/ |
| H A D | pcpatch.c | 1146 …reateGeneral(PETSC_COMM_SELF, numIntFacets, intFacetsArray, PETSC_OWN_POINTER, &patch->intFacets)); in PCPatchCreateCellPatches() 1147 PetscCall(PetscObjectSetName((PetscObject)patch->intFacets, "Patch Interior Facets")); in PCPatchCreateCellPatches() 1152 …PetscCall(ObjectView((PetscObject)patch->intFacets, patch->viewerIntFacets, patch->formatIntFacets… in PCPatchCreateCellPatches() 1775 PetscCall(ISGetIndices(patch->intFacets, &intFacetsArray)); in PCPatchCreateMatrix_Private() 1824 PetscCall(ISGetIndices(patch->intFacets, &intFacetsArray)); in PCPatchCreateMatrix_Private() 1863 PetscCall(ISGetIndices(patch->intFacets, &intFacetsArray)); in PCPatchCreateMatrix_Private() 2080 PetscCall(ISGetIndices(patch->intFacets, &intFacetsArray)); in PCPatchComputeOperator_Internal() 2138 PetscCall(ISRestoreIndices(patch->intFacets, &intFacetsArray)); in PCPatchComputeOperator_Internal() 2290 PetscCall(ISGetIndices(patch->intFacets, &intFacetsArray)); in PCPatchPrecomputePatchTensors_Private() 2299 PetscCall(ISRestoreIndices(patch->intFacets, &intFacetsArray)); in PCPatchPrecomputePatchTensors_Private() [all …]
|