Home
last modified time | relevance | path

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

/petsc/src/snes/impls/fas/
H A Dfasimpls.h34 …PetscInt full_stage; /* stage of the full cycle -- 0 is the upswing, 1 is the downs… member
H A Dfas.c731 fas->full_stage = 0; in SNESFASCycleSetupPhase_Full()
751 if (fas->full_stage == 0) { in SNESFASCycle_Full()
766 fas->full_stage = 1; in SNESFASCycle_Full()
767 } else if (fas->full_stage == 1) { in SNESFASCycle_Full()