Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/power_grid/stability_9bus/
H A Dex9bus.c128 PetscBool semiexplicit; /* If the flag is set then a semi-explicit method is used using TSRK */ member
1119 user.semiexplicit = PETSC_FALSE; in main()
1129 …PetscCall(PetscOptionsBool("-dae_semiexplicit", "", "", user.semiexplicit, &user.semiexplicit, NUL… in main()
1167 if (user.semiexplicit) { in main()
1221 if (user.semiexplicit) { in main()