Home
last modified time | relevance | path

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

/libCEED/examples/fluids/src/
H A Dsetupdm.c45 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 Dnavierstokes.c175 PetscCall(SetUpDM(dm, problem, app_ctx->degree, app_ctx->q_extra, bc, phys_ctx)); in main()
H A Dnavierstokes.h325 PetscErrorCode SetUpDM(DM dm, ProblemData problem, PetscInt degree, PetscInt q_extra, SimpleBC bc, …