Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dpcpatchimpl.h87 …PetscInt *precomputedIntFacetTensorLocations; /* Locations of the precomputed tensors for each … member
/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c2096 …const PetscScalar *v = elementTensors + patch->precomputedIntFacetTensorLocations[facet - fSta… in PCPatchComputeOperator_Internal()
2302 PetscCall(PetscMalloc1(fEnd - fStart, &patch->precomputedIntFacetTensorLocations)); in PCPatchPrecomputePatchTensors_Private()
2307 patch->precomputedIntFacetTensorLocations[allIntFacets[i] - fStart] = i; in PCPatchPrecomputePatchTensors_Private()
2950 PetscCall(PetscFree(patch->precomputedIntFacetTensorLocations)); in PCReset_PATCH()