Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/power_grid/
H A Dpetscopt_ex69 -PM_min 1.0
H A Dex8.c31 PetscScalar PM_min; /* Mean mechanical power input */ member
160 user->PM_min = user->Pmax * PetscSinScalar(user->mux); in ini_bou()
162 …ser->mux), (double)PetscRealPart(user->muy), (double)PetscRealPart(user->PM_min), (double)PetscRea… in ini_bou()
193 …f = (user->ws / (2 * user->H)) * (user->PM_min - user->Pmax * PetscSinScalar(x) - user->D * (y … in adv2()
304 …c3 = (user->ws / (2.0 * user->H)) * (user->PM_min - user->Pmax * PetscSinScalar(xi) - use… in IJacobian()
347 user->PM_min = 1.0; in Parameter_settings()
350 user->mux = PetscAsinScalar(user->PM_min / user->Pmax); in Parameter_settings()
367 PetscCall(PetscOptionsGetScalar(NULL, NULL, "-PM_min", &user->PM_min, &flg)); in Parameter_settings()
H A Dpetscopt_ex78 -PM_min 1.0
H A Dpetscopt_ex89 -PM_min 1.0
H A Dex7.c25 PetscScalar PM_min; /* Mean mechanical power input */ member
182 user->PM_min = user->Pmax * PetscSinScalar(mux); in ini_bou()
223 f = (user->ws / (2 * user->H)) * (user->PM_min - user->Pmax * PetscSinScalar(x)); in adv2()
328 …c3 = (user->ws / (2.0 * user->H)) * (user->PM_min - user->Pmax * PetscSinScalar(xi)) / us… in IJacobian()
370 user->PM_min = 1.0; in Parameter_settings()
373 user->mux = PetscAsinScalar(user->PM_min / user->Pmax); in Parameter_settings()
394 PetscCall(PetscOptionsGetScalar(NULL, NULL, "-PM_min", &user->PM_min, &flg)); in Parameter_settings()
H A Dex6.c24 PetscScalar PM_min; /* Mean mechanical power input */ member
206 f = (user->ws / (2 * user->H)) * (user->PM_min - user->Pmax * PetscSinScalar(x)); in adv2()
228 fthetac = user->ws / (2 * user->H) * (user->PM_min - user->Pmax * PetscSinScalar(theta)); in BoundaryConditions()
337 fthetac = user->ws / (2 * user->H) * (user->PM_min - user->Pmax * PetscSinScalar(xi)); in IJacobian()
435 …c3 = (user->ws / (2.0 * user->H)) * (user->PM_min - user->Pmax * PetscSinScalar(xi)) / (2 *… in IJacobian()
476 user->PM_min = 1.0; in Parameter_settings()
479 user->mux = PetscAsinScalar(user->PM_min / user->Pmax); in Parameter_settings()
494 PetscCall(PetscOptionsGetScalar(NULL, NULL, "-PM_min", &user->PM_min, &flg)); in Parameter_settings()
/petsc/src/ts/tutorials/power_grid/output/
H A Dex8_1.out2 Corrected user->mux = 0.502655, user->muy = 1.000000 user->PM_min = 1.011683,user->dx = 0.031574