Searched refs:Physics (Results 1 – 9 of 9) sorted by relevance
| /honee/include/ |
| H A D | navierstokes.h | 74 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 D | stg_shur14.h | 13 extern PetscErrorCode SetupStrongStg(DM dm, ProblemData problem, Physics phys);
|
| H A D | stg_shur14.c | 334 PetscErrorCode SetupStrongStg(DM dm, ProblemData problem, Physics phys) { in SetupStrongStg()
|
| /honee/doc/ |
| H A D | references.bib | 93 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 D | setupdm.c | 74 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 D | strong_boundary_conditions.c | 12 PetscErrorCode SetupStrongSTG_Ceed(Ceed ceed, Honee honee, DM dm, ProblemData problem, Physics phys… in SetupStrongSTG_Ceed()
|
| H A D | misc.c | 264 PetscErrorCode PrintRunInfo(Honee honee, Physics phys_ctx, ProblemData problem, TS ts) { in PrintRunInfo()
|
| H A D | setupts.c | 410 PetscErrorCode TSSolve_NS(DM dm, Honee honee, AppCtx app_ctx, Physics phys, ProblemData problem, Ve… in TSSolve_NS()
|
| /honee/examples/ |
| H A D | navierstokes.c | 30 Physics phys_ctx = honee->phys; in main()
|