Searched refs:SNESSetSolution (Results 1 – 9 of 9) sorted by relevance
83 PetscCall(SNESSetSolution(taosnes->snes, tao->solution)); in TaoSetUp_SNES()
131 - SNESSetRhs() and SNESSetSolution() were removed. Use instead
506 PetscCall(SNESSetSolution(snes, u)); in DMTSCheckFromOptions()
137 PetscErrorCode SNESSetSolution(PetscSNES, PetscVec)
1918 getSolution, petsc.SNESSetSolution1921 CHKERR(SNESSetSolution(self.snes, vec.vec))
1035 PetscCall(SNESSetSolution(snes, sol)); in DMSNESCheckFromOptions()
2021 PetscCall(SNESSetSolution(snes, x)); in TSComputeSNESJacobian()
83 PETSC_EXTERN PetscErrorCode SNESSetSolution(SNES, Vec);
5065 PetscErrorCode SNESSetSolution(SNES snes, Vec u) in SNESSetSolution() function