Searched refs:setupnewmatrix (Results 1 – 5 of 5) sorted by relevance
159 …PetscBool setupnewmatrix; /* true if we need to call ksp->ops->setup with KSP_SETUP_NEWMATRIX … member
852 …ksp->setupnewmatrix = PETSC_FALSE; // restore default (setup not called in case of new matrix) in KSPSetType()
393 if (ksp->setupnewmatrix) PetscUseTypeMethod(ksp, setup); in KSPSetUp()
930 ksp->setupnewmatrix = PETSC_TRUE; in KSPCreate_Chebyshev()
1408 ksp->setupnewmatrix = PETSC_TRUE; in KSPCreate_FETIDP()