| /petsc/src/ts/tutorials/power_grid/ |
| H A D | ex2.c | 35 PetscReal tf, tcl; member 51 …if ((t > ctx->tf) && (t < ctx->tcl)) Pmax = 0.0; /* A short-circuit on the generator terminal that… in IFunction() 52 else if (t >= ctx->tcl) Pmax = ctx->E / 0.745; in IFunction() 75 …if ((t > ctx->tf) && (t < ctx->tcl)) Pmax = 0.0; /* A short-circuit on the generator terminal that… in IJacobian() 76 else if (t >= ctx->tcl) Pmax = ctx->E / 0.745; in IJacobian() 162 ctx.tcl = 1.05; in main() 164 PetscCall(PetscOptionsReal("-tcl", "Time to end fault", "", ctx.tcl, &ctx.tcl, NULL)); in main() 168 ctx.tcl = -1; in main() 182 ctx.tcl = -1; in main()
|
| H A D | ex9.c | 35 PetscReal tf, tcl; member 50 …if ((t > ctx->tf) && (t < ctx->tcl)) Pmax = 0.0; /* A short-circuit on the generator terminal that… in RHSFunction() 72 …if ((t > ctx->tf) && (t < ctx->tcl)) Pmax = 0.0; /* A short-circuit on the generator terminal that… in RHSJacobian() 142 ctx.tcl = 1.05; in main() 144 PetscCall(PetscOptionsReal("-tcl", "Time to end fault", "", ctx.tcl, &ctx.tcl, NULL)); in main() 148 ctx.tcl = -1; in main() 162 ctx.tcl = -1; in main()
|
| H A D | ex3.c | 87 ctx.tcl = 1.05; in main() 89 PetscCall(PetscOptionsReal("-tcl", "Time to end fault", "", ctx.tcl, &ctx.tcl, NULL)); in main() 93 ctx.tcl = -1; in main() 107 ctx.tcl = -1; in main()
|
| H A D | petscopt_ex8 | 43 -tcl 0.2 46 #-tcl 10000.2
|
| H A D | ex9adj.c | 36 PetscReal tf, tcl; member 66 …if ((t > ctx->tf) && (t < ctx->tcl)) Pmax = 0.0; /* A short-circuit on the generator terminal that… in RHSFunction() 88 …if ((t > ctx->tf) && (t < ctx->tcl)) Pmax = 0.0; /* A short-circuit on the generator terminal that… in RHSJacobian() 246 ctx.tcl = 0.2; in main() 248 PetscCall(PetscOptionsReal("-tcl", "Time to end fault", "", ctx.tcl, &ctx.tcl, NULL)); in main() 252 ctx.tcl = -1; in main() 266 ctx.tcl = -1; in main()
|
| H A D | ex3sa.c | 93 ctx.tcl = 0.2; in main() 95 PetscCall(PetscOptionsReal("-tcl", "Time to end fault", "", ctx.tcl, &ctx.tcl, NULL)); in main() 99 ctx.tcl = -1; in main() 113 ctx.tcl = -1; in main()
|
| H A D | ex9opt.c | 38 PetscReal tf, tcl, dt; member 56 …if ((t > ctx->tf) && (t < ctx->tcl)) Pmax = 0.0; /* A short-circuit on the generator terminal that… in RHSFunction() 78 …if ((t > ctx->tf) && (t < ctx->tcl)) Pmax = 0.0; /* A short-circuit on the generator terminal that… in RHSJacobian() 214 ctx.tcl = PetscRealConstant(0.2); in main() 216 PetscCall(PetscOptionsReal("-tcl", "Time to end fault", "", ctx.tcl, &ctx.tcl, NULL)); in main()
|
| H A D | ex3opt_fd.c | 87 ctx.tcl = 0.2; in main() 89 PetscCall(PetscOptionsReal("-tcl", "Time to end fault", "", ctx.tcl, &ctx.tcl, NULL)); in main()
|
| H A D | ex3opt.c | 87 ctx.tcl = 0.2; in main() 89 PetscCall(PetscOptionsReal("-tcl", "Time to end fault", "", ctx.tcl, &ctx.tcl, NULL)); in main()
|
| H A D | ex3.h | 12 PetscReal tf, tcl; member 31 fvalue[1] = t - user->tcl; in EventFunction()
|
| H A D | ex8.c | 50 PetscReal tf, tcl; /* Fault incidence and clearing times */ member 130 …if ((t > user->tf) && (t < user->tcl)) user->Pmax = 0.0; /* A short-circuit that drives the electr… in PostStep() 358 user->tf = user->tcl = -1; in Parameter_settings() 381 PetscCall(PetscOptionsGetReal(NULL, NULL, "-tcl", &user->tcl, &flg)); in Parameter_settings()
|
| /petsc/doc/manualpages/doctext/ |
| H A D | html.def | 50 # If the location variable is changed, then maint/exampleindex.tcl MUST be changed accordingly!
|
| /petsc/doc/ |
| H A D | petsc.bib | 13115 @Unpublished{ tcl-tk-web-page, 13117 note = {http://www.sunlabs.com/research/tcl/},
|