Searched refs:SNESComputeNGS (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/snes/impls/gs/ |
| H A D | snesgs.c | 263 PetscCall(SNESComputeNGS(snes, B, X)); in SNESSolve_NGS()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscsnes.pxi | 159 PetscErrorCode SNESComputeNGS(PetscSNES, PetscVec, PetscVec)
|
| H A D | SNES.pyx | 1163 setNGS, getNGS, petsc.SNESComputeNGS 1168 CHKERR(SNESComputeNGS(self.snes, bvec, x.vec))
|
| /petsc/include/ |
| H A D | petscsnes.h | 719 PETSC_EXTERN PetscErrorCode SNESComputeNGS(SNES, Vec, Vec);
|
| /petsc/src/snes/interface/ |
| H A D | snes.c | 2584 PetscErrorCode SNESComputeNGS(SNES snes, Vec b, Vec x) in SNESComputeNGS() function
|