Home
last modified time | relevance | path

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

/petsc/src/snes/impls/fas/
H A Dfasgalerkin.c83 SNES prevsnes; in SNESFASGalerkinFunctionDefault() local
90 prevsnes = fas->previous; in SNESFASGalerkinFunctionDefault()
91 prevfas = (SNES_FAS *)prevsnes->data; in SNESFASGalerkinFunctionDefault()
95 b_temp = prevsnes->vec_rhs; in SNESFASGalerkinFunctionDefault()
96 prevsnes->vec_rhs = NULL; in SNESFASGalerkinFunctionDefault()
97 PetscCall(SNESComputeFunction(prevsnes, prevfas->Xg, prevfas->Fg)); in SNESFASGalerkinFunctionDefault()
98 prevsnes->vec_rhs = b_temp; in SNESFASGalerkinFunctionDefault()
H A Dfasfunc.c80 SNES prevsnes; in SNESFASSetLevels() local
96 prevsnes = snes; in SNESFASSetLevels()
117 ((SNES_FAS *)fas->next->data)->previous = prevsnes; in SNESFASSetLevels()
119 prevsnes = fas->next; in SNESFASSetLevels()
120 fas = (SNES_FAS *)prevsnes->data; in SNESFASSetLevels()