Home
last modified time | relevance | path

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

/honee/src/
H A Dcloptions.c21 PetscCall(PetscFunctionListAdd(&app_ctx->problems, "advection", NS_ADVECTION)); in RegisterProblems_NS()
/honee/include/
H A Dnavierstokes.h265 extern PetscErrorCode NS_ADVECTION(ProblemData problem, DM dm, void *ctx);
/honee/problems/
H A Dadvection.c381 PetscErrorCode NS_ADVECTION(ProblemData problem, DM dm, void *ctx) { in NS_ADVECTION() function