Searched refs:snestype (Results 1 – 1 of 1) sorted by relevance
293 SNESType snestype; in main() local294 PetscCall(SNESGetType(snes, &snestype)); in main()295 PetscCall(PetscPrintf(PETSC_COMM_WORLD, "SNES Type %s\n", snestype)); in main()