Home
last modified time | relevance | path

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

/libCEED/examples/fluids/src/
H A Dcloptions.c24 PetscCall(PetscFunctionListAdd(&app_ctx->problems, "advection", NS_ADVECTION)); in RegisterProblems_NS()
/libCEED/examples/fluids/problems/
H A Dadvection.c84 PetscErrorCode NS_ADVECTION(ProblemData problem, DM dm, void *ctx, SimpleBC bc) { in NS_ADVECTION() function
/libCEED/examples/fluids/
H A Dnavierstokes.h258 extern PetscErrorCode NS_ADVECTION(ProblemData problem, DM dm, void *ctx, SimpleBC bc);