Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/multirate/
H A Dex5.c168 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 Dfinitevolume1d.h51 RiemannFunction riemann; member
H A Dfinitevolume1d.c593 …PetscCall((*ctx->physics.riemann)(ctx->physics.user, dof, uL, uR, ctx->flux, &maxspeed, ctx->xmin … in FVRHSFunction()
/petsc/src/ts/tutorials/
H A Dex9.c197 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 Dex11.c282 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 Dex11.h53 …void (*riemann)(PetscInt, PetscInt, const PetscReal[], const PetscReal[], const PetscScalar[], con… member
/petsc/src/dm/dt/fv/interface/
H A Dfv.c1909 …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()