Home
last modified time | relevance | path

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

/petsc/src/snes/impls/qn/
H A Dqn.c18 SNESQNRestartType restart_type; /* determine the frequency and type of restart conditions */
324 SNESQNRestartType rtype = qn->restart_type; in SNESSetFromOptions_QN()
393 PetscErrorCode SNESQNSetRestartType(SNES snes, SNESQNRestartType rtype) in SNESQNSetRestartType()
397 PetscTryMethod(snes, "SNESQNSetRestartType_C", (SNES, SNESQNRestartType), (snes, rtype)); in SNESQNSetRestartType()
435 static PetscErrorCode SNESQNSetRestartType_QN(SNES snes, SNESQNRestartType rtype) in SNESQNSetRestartType_QN()
/petsc/include/
H A Dpetscsnes.h1214 } SNESQNRestartType; typedef
1241 PETSC_EXTERN PetscErrorCode SNESQNSetRestartType(SNES, SNESQNRestartType);
/petsc/doc/manual/
H A Dsnes.md706 SNESQNSetRestartType(SNES snes, SNESQNRestartType rtype);