Home
last modified time | relevance | path

Searched refs:DivDiffFluxProjectionCreate (Results 1 – 4 of 4) sorted by relevance

/honee/include/
H A Dnavierstokes.h347 PetscErrorCode DivDiffFluxProjectionCreate(Honee honee, DivDiffFluxProjectionMethod divFdiffproj_me…
/honee/src/
H A Ddiff_flux_projection.c22 PetscErrorCode DivDiffFluxProjectionCreate(Honee honee, DivDiffFluxProjectionMethod divFdiffproj_me… in DivDiffFluxProjectionCreate() function
/honee/problems/
H A Dadvection.c570 …PetscCall(DivDiffFluxProjectionCreate(honee, honee->app_ctx->divFdiffproj_method, 1, &honee->diff_… in NS_ADVECTION()
H A Dnewtonian.c572 …PetscCall(DivDiffFluxProjectionCreate(honee, honee->app_ctx->divFdiffproj_method, 4, &honee->diff_… in NS_NEWTONIAN_IG()