Searched refs:cache_J0 (Results 1 – 1 of 1) sorted by relevance
361 …PetscBool cache_J0 = lmvm->do_not_cache_J0_products ? PETSC_FALSE : PETSC_TRUE; // Defa… in MatSetFromOptions_LMVM() local372 …0_products", "Cache applications of the kernel J0 or its inverse", "", cache_J0, &cache_J0, NULL)); in MatSetFromOptions_LMVM()376 lmvm->do_not_cache_J0_products = cache_J0 ? PETSC_FALSE : PETSC_TRUE; in MatSetFromOptions_LMVM()