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