Home
last modified time | relevance | path

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

/petsc/src/snes/impls/qn/
H A Dqn.c16 SNESQNType type; /* the type of quasi-newton method used */
326 SNESQNType qtype = qn->type; in SNESSetFromOptions_QN()
460 PetscErrorCode SNESQNSetType(SNES snes, SNESQNType qtype) in SNESQNSetType()
464 PetscTryMethod(snes, "SNESQNSetType_C", (SNES, SNESQNType), (snes, qtype)); in SNESQNSetType()
468 static PetscErrorCode SNESQNSetType_QN(SNES snes, SNESQNType qtype) in SNESQNSetType_QN()
/petsc/include/
H A Dpetscsnes.h1236 } SNESQNType; typedef
1239 PETSC_EXTERN PetscErrorCode SNESQNSetType(SNES, SNESQNType);
/petsc/doc/manual/
H A Dsnes.md680 - ``SNESQNType``