Searched refs:SNESQNType (Results 1 – 3 of 3) sorted by relevance
16 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()
1236 } SNESQNType; typedef1239 PETSC_EXTERN PetscErrorCode SNESQNSetType(SNES, SNESQNType);
680 - ``SNESQNType``