Home
last modified time | relevance | path

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

/petsc/include/petsc/private/ !
H A Dpcpatchimpl.h85 …PetscInt *precomputedTensorLocations; /* Locations of the precomputed tensors for each … member
/petsc/src/ksp/pc/impls/patch/ !
H A Dpcpatch.c2053 … const PetscScalar *v = elementTensors + patch->precomputedTensorLocations[cell] * ndof * ndof; in PCPatchComputeOperator_Internal()
2246 PetscCall(PetscMalloc1(cEnd - cStart, &patch->precomputedTensorLocations)); in PCPatchPrecomputePatchTensors_Private()
2251 patch->precomputedTensorLocations[allCells[i]] = i; in PCPatchPrecomputePatchTensors_Private()
2949 PetscCall(PetscFree(patch->precomputedTensorLocations)); in PCReset_PATCH()