Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/
H A Dex3.c293 SNESType snestype; in main() local
294 PetscCall(SNESGetType(snes, &snestype)); in main()
295 PetscCall(PetscPrintf(PETSC_COMM_WORLD, "SNES Type %s\n", snestype)); in main()