| /petsc/src/ts/tutorials/multirate/ |
| H A D | ex5.c | 168 ctx->physics.riemann = PhysicsRiemann_Advect; in PhysicsCreate_Advect() 260 …PetscCall((*ctx->physics.riemann)(ctx->physics.user, dof, uL, uR, ctx->flux, &maxspeed, ctx->xmin … in FVRHSFunctionslow() 276 …PetscCall((*ctx->physics.riemann)(ctx->physics.user, dof, uL, uR, ctx->flux, &maxspeed, ctx->xmin … in FVRHSFunctionslow() 363 …PetscCall((*ctx->physics.riemann)(ctx->physics.user, dof, uL, uR, ctx->flux, &maxspeed, ctx->xmin … in FVRHSFunctionfast() 379 …PetscCall((*ctx->physics.riemann)(ctx->physics.user, dof, uL, uR, ctx->flux, &maxspeed, ctx->xmin … in FVRHSFunctionfast() 464 …PetscCall((*ctx->physics.riemann)(ctx->physics.user, dof, uL, uR, ctx->flux, &maxspeed, ctx->xmin … in FVRHSFunctionslow2() 480 …PetscCall((*ctx->physics.riemann)(ctx->physics.user, dof, uL, uR, ctx->flux, &maxspeed, ctx->xmin … in FVRHSFunctionslow2() 493 …PetscCall((*ctx->physics.riemann)(ctx->physics.user, dof, uL, uR, ctx->flux, &maxspeed, ctx->xmin … in FVRHSFunctionslow2() 580 …PetscCall((*ctx->physics.riemann)(ctx->physics.user, dof, uL, uR, ctx->flux, &maxspeed, ctx->xmin … in FVRHSFunctionfast2() 596 …PetscCall((*ctx->physics.riemann)(ctx->physics.user, dof, uL, uR, ctx->flux, &maxspeed, ctx->xmin … in FVRHSFunctionfast2()
|
| H A D | finitevolume1d.h | 51 RiemannFunction riemann; member
|
| H A D | finitevolume1d.c | 593 …PetscCall((*ctx->physics.riemann)(ctx->physics.user, dof, uL, uR, ctx->flux, &maxspeed, ctx->xmin … in FVRHSFunction()
|
| /petsc/src/ts/tutorials/ |
| H A D | ex9.c | 197 RiemannFunction riemann; member 367 ctx->physics.riemann = PhysicsRiemann_Advect; in PhysicsCreate_Advect() 507 ctx->physics.riemann = r; in PhysicsCreate_Burgers() 634 ctx->physics.riemann = r; in PhysicsCreate_Traffic() 783 PetscCall(RiemannListFind(rlist, rname, &ctx->physics.riemann)); in PhysicsCreate_Acoustics() 994 PetscCall(RiemannListFind(rlist, rname, &ctx->physics.riemann)); in PhysicsCreate_IsoGas() 1151 PetscCall(RiemannListFind(rlist, rname, &ctx->physics.riemann)); in PhysicsCreate_Shallow() 1232 PetscCall((*ctx->physics.riemann)(ctx->physics.user, dof, uL, uR, ctx->flux, &maxspeed)); in FVRHSFunction()
|
| H A D | ex11.c | 282 phys->riemann = (PetscRiemannFn *)(PetscVoidFn *)PhysicsRiemann_Advect; in PhysicsCreate_Advect() 448 phys->riemann = (PetscRiemannFn *)(PetscVoidFn *)PhysicsRiemann_SW; in PhysicsCreate_SW() 636 phys->riemann = (PetscRiemannFn *)(PetscVoidFn *)PhysicsRiemann_Euler_Godunov; in PhysicsCreate_Euler() 660 phys->riemann = (PetscRiemannFn *)(PetscVoidFn *)PhysicsRiemann_Euler; in PhysicsCreate_Euler() 1429 PetscCall(PetscDSSetRiemannSolver(prob, 0, user->model->physics->riemann)); in main()
|
| H A D | ex11.h | 53 …void (*riemann)(PetscInt, PetscInt, const PetscReal[], const PetscReal[], const PetscScalar[], con… member
|
| /petsc/src/dm/dt/fv/interface/ |
| H A D | fv.c | 1909 …void (*riemann)(PetscInt, PetscInt, const PetscReal[], const PetscReal[], const PetscScalar[], con… in PetscFVIntegrateRHSFunction_Upwind() local 1919 PetscCall(PetscDSGetRiemannSolver(prob, field, &riemann)); in PetscFVIntegrateRHSFunction_Upwind() 1925 …(*riemann)(dim, pdim, fgeom[f].centroid, fgeom[f].normal, &uL[f * Nc], &uR[f * Nc], numConstants, … in PetscFVIntegrateRHSFunction_Upwind() 2191 …void (*riemann)(PetscInt, PetscInt, const PetscReal[], const PetscReal[], const PetscScalar[], con… in PetscFVIntegrateRHSFunction_LeastSquares() local 2201 PetscCall(PetscDSGetRiemannSolver(prob, field, &riemann)); in PetscFVIntegrateRHSFunction_LeastSquares() 2207 …(*riemann)(dim, pdim, fgeom[f].centroid, fgeom[f].normal, &uL[f * Nc], &uR[f * Nc], numConstants, … in PetscFVIntegrateRHSFunction_LeastSquares()
|