Home
last modified time | relevance | path

Searched refs:Physics (Results 1 – 9 of 9) sorted by relevance

/honee/include/
H A Dnavierstokes.h74 typedef struct Physics_private *Physics; typedef
161 Physics phys;
267 PetscErrorCode PrintRunInfo(Honee honee, Physics phys_ctx, ProblemData problem, TS ts);
287 PetscErrorCode TSSolve_NS(DM dm, Honee honee, AppCtx app_ctx, Physics phys, ProblemData problem, Ve…
294 PetscErrorCode SetUpDM(DM dm, ProblemData problem, PetscInt degree, PetscInt q_extra, Physics phys);
295 PetscErrorCode VizRefineDM(DM dm, Honee honee, ProblemData problem, Physics phys);
/honee/problems/
H A Dstg_shur14.h13 extern PetscErrorCode SetupStrongStg(DM dm, ProblemData problem, Physics phys);
H A Dstg_shur14.c334 PetscErrorCode SetupStrongStg(DM dm, ProblemData problem, Physics phys) { in SetupStrongStg()
/honee/doc/
H A Dreferences.bib93 journal = {Communications in Computational Physics},
229 journal = {The Physics of Fluids},
233 publisher = {{American Institute of Physics}},
241 journal = {Journal of Computational Physics},
/honee/src/
H A Dsetupdm.c74 PetscErrorCode SetUpDM(DM dm, ProblemData problem, PetscInt degree, PetscInt q_extra, Physics phys)… in SetUpDM()
123 PetscErrorCode VizRefineDM(DM dm, Honee honee, ProblemData problem, Physics phys) { in VizRefineDM()
H A Dstrong_boundary_conditions.c12 PetscErrorCode SetupStrongSTG_Ceed(Ceed ceed, Honee honee, DM dm, ProblemData problem, Physics phys… in SetupStrongSTG_Ceed()
H A Dmisc.c264 PetscErrorCode PrintRunInfo(Honee honee, Physics phys_ctx, ProblemData problem, TS ts) { in PrintRunInfo()
H A Dsetupts.c410 PetscErrorCode TSSolve_NS(DM dm, Honee honee, AppCtx app_ctx, Physics phys, ProblemData problem, Ve… in TSSolve_NS()
/honee/examples/
H A Dnavierstokes.c30 Physics phys_ctx = honee->phys; in main()