Searched refs:prevsnes (Results 1 – 2 of 2) sorted by relevance
83 SNES prevsnes; in SNESFASGalerkinFunctionDefault() local90 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()
80 SNES prevsnes; in SNESFASSetLevels() local96 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()