Home
last modified time | relevance | path

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

/petsc/src/tao/snes/
H A Dtaosnes.c83 PetscCall(SNESSetSolution(taosnes->snes, tao->solution)); in TaoSetUp_SNES()
/petsc/doc/changes/
H A D300.md131 - SNESSetRhs() and SNESSetSolution() were removed. Use instead
/petsc/src/ts/utils/
H A Ddmplexts.c506 PetscCall(SNESSetSolution(snes, u)); in DMTSCheckFromOptions()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscsnes.pxi137 PetscErrorCode SNESSetSolution(PetscSNES, PetscVec)
H A DSNES.pyx1918 getSolution, petsc.SNESSetSolution
1921 CHKERR(SNESSetSolution(self.snes, vec.vec))
/petsc/src/snes/utils/
H A Ddmplexsnes.c1035 PetscCall(SNESSetSolution(snes, sol)); in DMSNESCheckFromOptions()
/petsc/src/ts/interface/sensitivity/
H A Dtssen.c2021 PetscCall(SNESSetSolution(snes, x)); in TSComputeSNESJacobian()
/petsc/include/
H A Dpetscsnes.h83 PETSC_EXTERN PetscErrorCode SNESSetSolution(SNES, Vec);
/petsc/src/snes/interface/
H A Dsnes.c5065 PetscErrorCode SNESSetSolution(SNES snes, Vec u) in SNESSetSolution() function