Home
last modified time | relevance | path

Searched refs:SetUpDM (Results 1 – 3 of 3) sorted by relevance

/honee/src/
H A Dsetupdm.c74 PetscErrorCode SetUpDM(DM dm, ProblemData problem, PetscInt degree, PetscInt q_extra, Physics phys)… in SetUpDM() function
142 PetscCall(SetUpDM(dm_hierarchy[i + 1], problem, d, q_order, phys)); in VizRefineDM()
/honee/examples/
H A Dnavierstokes.c100 PetscCall(SetUpDM(dm, problem, app_ctx->degree, app_ctx->q_extra, phys_ctx)); in main()
/honee/include/
H A Dnavierstokes.h294 PetscErrorCode SetUpDM(DM dm, ProblemData problem, PetscInt degree, PetscInt q_extra, Physics phys);