Searched refs:eu (Results 1 – 7 of 7) sorted by relevance
| /petsc/src/sys/tests/ |
| H A D | ex47-options.yaml | 5 $$eu: &eu 2.72 anchor 38 - *eu
|
| /petsc/src/ts/tutorials/ |
| H A D | ex11.c | 477 Physics_Euler *eu = (Physics_Euler *)phys->data; in PhysicsSolution_Euler() local 486 gamma = eu->gamma; in PhysicsSolution_Euler() 488 if (eu->type == EULER_IV_SHOCK || eu->type == EULER_SS_SHOCK) { in PhysicsSolution_Euler() 495 if (x[0] < 0.0 + x[1] * eu->itana) { in PhysicsSolution_Euler() 498 amach = eu->amach; in PhysicsSolution_Euler() 511 uu->r = eu->rhoR; in PhysicsSolution_Euler() 514 } else if (eu->type == EULER_SHOCK_TUBE) { in PhysicsSolution_Euler() 523 } else if (eu->type == EULER_LINEAR_WAVE) { in PhysicsSolution_Euler() 525 } else SETERRQ(mod->comm, PETSC_ERR_SUP, "Unknown type %d", eu->type); in PhysicsSolution_Euler() 541 Physics_Euler *eu = (Physics_Euler *)phys->data; in PhysicsBoundary_Euler_Wall() local [all …]
|
| H A D | ex11.h | 363 Physics_Euler *eu = (Physics_Euler *)phys->data; in EulerFlux() local 368 PetscCall(Pressure_PG(eu->gamma, x, &p)); in EulerFlux() 786 Physics_Euler *eu = (Physics_Euler *)phys->data; in PhysicsRiemann_Euler_Godunov() local 787 const PetscReal gamma = eu->gamma; in PhysicsRiemann_Euler_Godunov() 844 const Physics_Euler *eu = (Physics_Euler *)ctx; in PhysicsRiemann_Euler_Godunov_CEED() local 847 phys.data = (void *)eu; in PhysicsRiemann_Euler_Godunov_CEED()
|
| /petsc/src/snes/tutorials/ |
| H A D | ex15.c | 413 PetscScalar eu; in FormFunctionLocal() local 431 if (sc) eu = PetscExpScalar(u); in FormFunctionLocal() 432 else eu = 0.; in FormFunctionLocal() 437 f[j][i] = uxx + uyy - sc * eu; in FormFunctionLocal() 730 PetscScalar **x, **b, bij, F, F0 = 0, J, y, u, eu; in NonlinearGS() local 786 if (sc) eu = PetscExpScalar(u); in NonlinearGS() 787 else eu = 0; in NonlinearGS() 789 F = uxx + uyy - sc * eu - bij; in NonlinearGS() 791 J = hxdhy * (newt_N + newt_S) + hydhx * (newt_E + newt_W) - sc * eu; in NonlinearGS()
|
| H A D | ex5.c | 519 PetscScalar **x, **b, bij, F, F0 = 0, J, u, un, us, ue, eu, uw, uxx, uyy, y; in NonlinearGS() local 582 eu = PetscExpScalar(u); in NonlinearGS() 585 F = uxx + uyy - sc * eu - bij; in NonlinearGS() 587 J = 2.0 * (hydhx + hxdhy) - sc * eu; in NonlinearGS()
|
| H A D | ex55.c | 463 PetscScalar **x, **b, bij, F, F0 = 0, J, u, un, us, ue, eu, uw, uxx, uyy, y; in NonlinearGS() local 526 eu = PetscExpScalar(u); in NonlinearGS() 529 F = uxx + uyy - sc * eu - bij; in NonlinearGS() 531 J = 2.0 * (hydhx + hxdhy) - sc * eu; in NonlinearGS()
|
| /petsc/doc/tutorials/ |
| H A D | in_person.md | 40 - PETSc Tutorial/Implicit Solvers, [PRACE Summer School](http://events.prace-ri.eu/conferenceDispla…
|