Home
last modified time | relevance | path

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

/petsc/src/snes/impls/ncg/
H A Dsnesncg.c93 SNESNCGType ncgtype = ncg->type; in SNESSetFromOptions_NCG() local
100 …ta type used", "SNESNCGSetType", SNESNCGTypes, (PetscEnum)ncg->type, (PetscEnum *)&ncgtype, NULL)); in SNESSetFromOptions_NCG()
101 PetscCall(SNESNCGSetType(snes, ncgtype)); in SNESSetFromOptions_NCG()