Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/output/
H A Dex3_4.out6 Checking candidate step at iteration 1 with tolerance 1.
10 Checking candidate step at iteration 2 with tolerance 1.
13 Checking candidate step at iteration 3 with tolerance 1.
/petsc/src/ksp/ksp/tutorials/output/
H A Dex39_1.out12 Adding candidate vector 2
18 Adding candidate vector 3
24 Adding candidate vector 4
H A Dex40_1.out13 Adding candidate vector 2
19 Adding candidate vector 3
25 Adding candidate vector 4
H A Dex38_1.out16 Adding candidate vector 2
/petsc/src/snes/impls/ngmres/
H A Dsnesngmres.c87 …s_ngmres_candidate", "Use candidate storage", "SNES", ngmres->candidate, &ngmres->candidate, NULL)… in SNESSetFromOptions_NGMRES()
296 if (ngmres->candidate) { in SNESSolve_NGMRES()
516 ngmres->candidate = PETSC_FALSE; in SNESCreate_NGMRES()
H A Dsnesngmres.h32 PetscBool candidate; /* use candidate storage approach */ member