Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/power_grid/stability_9bus/
H A Dex9busdmnetwork.c94 PetscReal tfaulton, tfaultoff; /* Fault on and off times */ member
1040 user.tfaultoff = 0.05; in main()
1044 PetscCall(PetscOptionsReal("-tfaultoff", "", "", user.tfaultoff, &user.tfaultoff, NULL)); in main()
1104 PetscCall(TSSetMaxTime(ts, user.tfaultoff)); in main()
1122 PetscCall(TSSetTime(ts, user.tfaultoff)); in main()
H A Dex9busadj.c85 PetscReal tfaulton, tfaultoff; /* Fault on and off times */ member
827 user.tfaultoff = 1.2; in main()
831 PetscCall(PetscOptionsReal("-tfaultoff", "", "", user.tfaultoff, &user.tfaultoff, NULL)); in main()
934 PetscCall(TSSetMaxTime(ts, user.tfaultoff)); in main()
959 PetscCall(TSSetTime(ts, user.tfaultoff)); in main()
H A Dex9busoptfd.c82 PetscReal tfaulton, tfaultoff; /* Fault on and off times */ member
865 user.tfaultoff = 1.2; in main()
869 PetscCall(PetscOptionsReal("-tfaultoff", "", "", user.tfaultoff, &user.tfaultoff, NULL)); in main()
1098 PetscCall(TSSetMaxTime(ts, ctx->tfaultoff)); in FormFunction()
1125 PetscCall(TSSetTime(ts, ctx->tfaultoff)); in FormFunction()
H A Dex9busopt.c92 PetscReal tfaulton, tfaultoff; /* Fault on and off times */ member
1071 user.tfaultoff = 1.2; in main()
1075 PetscCall(PetscOptionsReal("-tfaultoff", "", "", user.tfaultoff, &user.tfaultoff, NULL)); in main()
1344 PetscCall(TSSetMaxTime(ts, ctx->tfaultoff)); in FormFunctionGradient()
1373 PetscCall(TSSetTime(ts, ctx->tfaultoff)); in FormFunctionGradient()
H A Dex9bus.c116 PetscReal tfaulton, tfaultoff; /* Fault on and off times */ member
154 fvalue[1] = t - user->tfaultoff; in EventFunction()
1116 user.tfaultoff = 1.2; in main()
1122 PetscCall(PetscOptionsReal("-tfaultoff", "", "", user.tfaultoff, &user.tfaultoff, NULL)); in main()