Home
last modified time | relevance | path

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

/petsc/src/snes/impls/fas/
H A Dfasgalerkin.c82 SNES_FAS *prevfas; in SNESFASGalerkinFunctionDefault() local
91 prevfas = (SNES_FAS *)prevsnes->data; in SNESFASGalerkinFunctionDefault()
93 PetscCall(MatInterpolate(prevfas->interpolate, X, prevfas->Xg)); in SNESFASGalerkinFunctionDefault()
97 PetscCall(SNESComputeFunction(prevsnes, prevfas->Xg, prevfas->Fg)); in SNESFASGalerkinFunctionDefault()
100 PetscCall(MatRestrict(prevfas->restrct, prevfas->Fg, F)); in SNESFASGalerkinFunctionDefault()