Home
last modified time | relevance | path

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

/petsc/src/snes/impls/patch/
H A Dsnespatch.c265 PetscCall(SNESGetRhs(snes, &rhs)); in SNESSolve_Patch()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscsnes.pxi135 PetscErrorCode SNESGetRhs(PetscSNES, PetscVec*)
H A DSNES.pyx1888 petsc.SNESGetRhs
1892 CHKERR(SNESGetRhs(self.snes, &vec.vec))
H A Dlibpetsc4py.pyx2233 CHKERR(SNESGetRhs(snes, &b))
/petsc/include/
H A Dpetscsnes.h86 PETSC_EXTERN PetscErrorCode SNESGetRhs(SNES, Vec *);
/petsc/src/snes/interface/
H A Dsnes.c2426 PetscErrorCode SNESGetRhs(SNES snes, Vec *rhs) in SNESGetRhs() function