Home
last modified time | relevance | path

Searched defs:_p_SNES (Results 1 – 1 of 1) sorted by relevance

/petsc/include/petsc/private/
H A Dsnesimpl.h39 struct _p_SNES { struct
41 DM dm;
42 PetscBool dmAuto; /* SNES created currently used DM automatically */
43 SNES npc;
44 PCSide npcside;
45 PetscBool usesnpc; /* type can use a nonlinear preconditioner */
48 PetscCtx ctx; /* user-defined context */
50 Vec vec_rhs; /* If non-null, solve F(x) = rhs */
51 Vec vec_sol; /* pointer to solution */
53 Vec vec_func; /* pointer to function */
[all …]