Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/utils/lmvm/
H A Dlmvmutils.c1223 PetscBool cache_J0_products = lmvm->do_not_cache_J0_products ? PETSC_FALSE : PETSC_TRUE; in MatLMVMBasisGEMVH() local
1229 if (cache_J0_products || type == LMBASIS_S || type == LMBASIS_Y) { in MatLMVMBasisGEMVH()
1259 PetscBool cache_J0_products = lmvm->do_not_cache_J0_products ? PETSC_FALSE : PETSC_TRUE; in MatLMVMBasisGEMV() local
1263 if (cache_J0_products || type == LMBASIS_S || type == LMBASIS_Y) { in MatLMVMBasisGEMV()