Home
last modified time | relevance | path

Searched refs:do_not_cache_J0_products (Results 1 – 4 of 4) sorted by relevance

/petsc/src/ksp/ksp/utils/lmvm/
H A Dlmvmimpl.c265 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()
H A Dlmvm.h98 PetscBool do_not_cache_J0_products; member
H A Dlmvmutils.c1099 } 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()
/petsc/src/ksp/ksp/utils/lmvm/sr1/
H A Dsr1.c222 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()