Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/jacobi/
H A Djacobi.c71 PCJacobiType old_type; in PCJacobiSetType_Jacobi() local
74 PetscCall(PCJacobiGetType(pc, &old_type)); in PCJacobiSetType_Jacobi()
75 if (old_type == type) PetscFunctionReturn(PETSC_SUCCESS); in PCJacobiSetType_Jacobi()