Searched refs:do_not_cache_J0_products (Results 1 – 4 of 4) sorted by relevance
265 mctx->do_not_cache_J0_products = bctx->do_not_cache_J0_products; in MatCopy_LMVM()332 …all(PetscViewerASCIIPrintf(pv, "Cache J0 products: %s\n", lmvm->do_not_cache_J0_products ? "false"… in MatView_LMVM()361 …PetscBool cache_J0 = lmvm->do_not_cache_J0_products ? PETSC_FALSE : PETSC_TRUE; // Defa… in MatSetFromOptions_LMVM()376 lmvm->do_not_cache_J0_products = cache_J0 ? PETSC_FALSE : PETSC_TRUE; in MatSetFromOptions_LMVM()
98 PetscBool do_not_cache_J0_products; member
1099 } else if (lmvm->do_not_cache_J0_products) { in MatLMVMBasisGetVecRead()1144 } else if (lmvm->do_not_cache_J0_products) { in MatLMVMBasisRestoreVecRead()1223 PetscBool cache_J0_products = lmvm->do_not_cache_J0_products ? PETSC_FALSE : PETSC_TRUE; in MatLMVMBasisGEMVH()1259 PetscBool cache_J0_products = lmvm->do_not_cache_J0_products ? PETSC_FALSE : PETSC_TRUE; in MatLMVMBasisGEMV()
222 if (lmvm->do_not_cache_J0_products) { in SR1Kernel_CompactDense()274 …_SmH0YtF = (lmvm->mult_alg != MAT_LMVM_MULT_RECURSIVE && !lmvm->do_not_cache_J0_products) ? lmvm->… in MatUpdate_LMVMSR1()