Searched defs:_p_SNES (Results 1 – 1 of 1) sorted by relevance
39 struct _p_SNES { struct41 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 …]