Home
last modified time | relevance | path

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

/honee/examples/
H A Dnavierstokes.c86 PetscCall(CreateDM(honee, problem, mat_type, vec_type, &dm)); in main()
/honee/src/
H A Dsetupdm.c15 PetscErrorCode CreateDM(Honee honee, ProblemData problem, MatType mat_type, VecType vec_type, DM *d… in CreateDM() function
/honee/include/
H A Dnavierstokes.h293 PetscErrorCode CreateDM(Honee honee, ProblemData problem, MatType, VecType, DM *dm);