Searched refs:SetUpDM (Results 1 – 3 of 3) sorted by relevance
| /libCEED/examples/fluids/src/ |
| H A D | setupdm.c | 45 PetscErrorCode SetUpDM(DM dm, ProblemData problem, PetscInt degree, PetscInt q_extra, SimpleBC bc, … in SetUpDM() function 130 PetscCall(SetUpDM(dm_hierarchy[i + 1], problem, d, q_order, bc, phys)); in VizRefineDM()
|
| /libCEED/examples/fluids/ |
| H A D | navierstokes.c | 175 PetscCall(SetUpDM(dm, problem, app_ctx->degree, app_ctx->q_extra, bc, phys_ctx)); in main()
|
| H A D | navierstokes.h | 325 PetscErrorCode SetUpDM(DM dm, ProblemData problem, PetscInt degree, PetscInt q_extra, SimpleBC bc, …
|