Lines Matching refs:Physics
51 typedef PetscErrorCode (*SetUpBCFunction)(DM, PetscDS, Physics);
53 typedef PetscErrorCode (*SetupFields)(Physics, PetscSection);
69 Physics physics;
83 PetscErrorCode (*setupCEED)(DM, Physics);
146 Physics phys = (Physics)ctx; in PhysicsBoundary_Advect_Inflow()
161 …cScalar *xR, PetscInt numConstants, const PetscScalar constants[], PetscScalar *flux, Physics phys) in PhysicsRiemann_Advect()
213 Physics phys = (Physics)ctx; in PhysicsSolution_Advect()
252 Physics phys = (Physics)ctx; in PhysicsFunctional_Advect()
263 static PetscErrorCode SetUpBC_Advect(DM dm, PetscDS prob, Physics phys) in SetUpBC_Advect()
276 static PetscErrorCode PhysicsCreate_Advect(Model mod, Physics phys, PetscOptionItems PetscOptionsOb… in PhysicsCreate_Advect()
361 Physics phys = (Physics)ctx; in PhysicsFunctional_SW()
376 static PetscErrorCode SetUpBC_SW(DM dm, PetscDS prob, Physics phys) in SetUpBC_SW()
388 static PetscErrorCode CreateQFunctionContext_SW(Physics phys, Ceed ceed, CeedQFunctionContext *qfCt… in CreateQFunctionContext_SW()
406 static PetscErrorCode SetupCEED_SW(DM dm, Physics physics) in SetupCEED_SW()
423 static PetscErrorCode PhysicsCreate_SW(Model mod, Physics phys, PetscOptionItems PetscOptionsObject) in PhysicsCreate_SW()
443 … *, const PetscScalar *, const PetscScalar *, PetscInt, const PetscScalar, PetscScalar *, Physics); in PhysicsCreate_SW()
476 Physics phys = (Physics)ctx; in PhysicsSolution_Euler()
540 Physics phys = (Physics)ctx; in PhysicsBoundary_Euler_Wall()
562 Physics phys = (Physics)ctx; in PhysicsFunctional_Euler()
577 static PetscErrorCode SetUpBC_Euler(DM dm, PetscDS prob, Physics phys) in SetUpBC_Euler()
595 static PetscErrorCode CreateQFunctionContext_Euler(Physics phys, Ceed ceed, CeedQFunctionContext *q… in CreateQFunctionContext_Euler()
613 static PetscErrorCode SetupCEED_Euler(DM dm, Physics physics) in SetupCEED_Euler()
630 static PetscErrorCode PhysicsCreate_Euler(Model mod, Physics phys, PetscOptionItems PetscOptionsObj… in PhysicsCreate_Euler()
649 … *, const PetscScalar *, const PetscScalar *, PetscInt, const PetscScalar, PetscScalar *, Physics); in PhysicsCreate_Euler()
1220 Physics phys = mod->physics; in Transfer()
1243 Physics phys; in main()
1317 PetscErrorCode (*physcreate)(Model, Physics, PetscOptionItems); in main()