Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/
H A Dex3.c294 PetscCall(SNESGetType(snes, &snestype)); in main()
/petsc/src/ts/impls/pseudo/
H A Dposindep.c689 PetscCall(SNESGetType(snes, &stype)); in TSCreate_Pseudo()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscsnes.pxi100 PetscErrorCode SNESGetType(PetscSNES, PetscSNESType*)
H A DSNES.pyx208 setType, petsc.SNESGetType
212 CHKERR(SNESGetType(self.snes, &cval))
/petsc/include/
H A Dpetscsnes.h122 PETSC_EXTERN PetscErrorCode SNESGetType(SNES, SNESType *);
/petsc/src/snes/interface/
H A Dsnes.c474 PetscCall(SNESGetType(snes, &type)); in SNESView()
5043 PetscErrorCode SNESGetType(SNES snes, SNESType *type) in SNESGetType() function