Searched refs:SNESGetType (Results 1 – 6 of 6) sorted by relevance
294 PetscCall(SNESGetType(snes, &snestype)); in main()
689 PetscCall(SNESGetType(snes, &stype)); in TSCreate_Pseudo()
100 PetscErrorCode SNESGetType(PetscSNES, PetscSNESType*)
208 setType, petsc.SNESGetType212 CHKERR(SNESGetType(self.snes, &cval))
122 PETSC_EXTERN PetscErrorCode SNESGetType(SNES, SNESType *);
474 PetscCall(SNESGetType(snes, &type)); in SNESView()5043 PetscErrorCode SNESGetType(SNES snes, SNESType *type) in SNESGetType() function