Searched refs:precomputeElementTensors (Results 1 – 2 of 2) sorted by relevance
77 …PetscBool precomputeElementTensors; /* Precompute all element tensors (each cell is assemble… member
345 patch->precomputeElementTensors = flg; in PCPatchSetPrecomputeElementTensors()355 *flg = patch->precomputeElementTensors; in PCPatchGetPrecomputeElementTensors()1900 …PetscCheck(!patch->precomputeElementTensors, PetscObjectComm((PetscObject)pc), PETSC_ERR_ARG_WRONG… in PCPatchComputeFunction_DMPlex_Private()2044 if (patch->precomputeElementTensors) { in PCPatchComputeOperator_Internal()2088 if (patch->precomputeElementTensors) { in PCPatchComputeOperator_Internal()2413 if (patch->precomputeElementTensors) PetscCall(PCPatchPrecomputePatchTensors_Private(pc)); in PCSetUp_PATCH_Linear()3010 …, "PCPatchSetPrecomputeElementTensors", patch->precomputeElementTensors, &patch->precomputeElement… in PCSetFromOptions_PATCH()3128 …if (!patch->precomputeElementTensors) PetscCall(PetscViewerASCIIPrintf(viewer, "Not precomputing e… in PCView_PATCH()3197 patch->precomputeElementTensors = PETSC_FALSE; in PCCreate_Patch()