Home
last modified time | relevance | path

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

/petsc/src/snes/impls/gs/
H A Dgsimpl.h13 PetscBool secant_mat; /* use the Jacobian to get the coloring for the secant */ member
H A Dsnesgs.c192 …the graph coloring of the Jacobian for the secant GS", "", gs->secant_mat, &gs->secant_mat, &flg)); in SNESSetFromOptions_NGS()
H A Dgssecant.c22 PetscBool mat = gs->secant_mat, equal, isdone, alldone; in SNESComputeNGSDefaultSecant()