Searched refs:precomputedTensorLocations (Results 1 – 2 of 2) sorted by relevance
85 …PetscInt *precomputedTensorLocations; /* Locations of the precomputed tensors for each … member
2053 … 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()