Home
last modified time | relevance | path

Searched refs:divFdiffproj_method (Results 1 – 7 of 7) sorted by relevance

/honee/src/
H A Ddiff_flux_projection.c22 …vDiffFluxProjectionCreate(Honee honee, DivDiffFluxProjectionMethod divFdiffproj_method, PetscInt n… in DivDiffFluxProjectionCreate() argument
29 if (divFdiffproj_method == DIV_DIFF_FLUX_PROJ_NONE) { in DivDiffFluxProjectionCreate()
36 .method = divFdiffproj_method, in DivDiffFluxProjectionCreate()
90 DivDiffFluxProjectionMethods[divFdiffproj_method]); in DivDiffFluxProjectionCreate()
322 switch (honee->app_ctx->divFdiffproj_method) { in DivDiffFluxProjectionSetup()
331 DivDiffFluxProjectionMethods[honee->app_ctx->divFdiffproj_method]); in DivDiffFluxProjectionSetup()
H A Dsetuplibceed.c130 if (app_ctx->divFdiffproj_method != DIV_DIFF_FLUX_PROJ_NONE) { in SetupLibceed()
172 if (app_ctx->divFdiffproj_method != DIV_DIFF_FLUX_PROJ_NONE) in SetupLibceed()
182 if (app_ctx->divFdiffproj_method != DIV_DIFF_FLUX_PROJ_NONE) in SetupLibceed()
202 if (app_ctx->divFdiffproj_method != DIV_DIFF_FLUX_PROJ_NONE) in SetupLibceed()
214 if (app_ctx->divFdiffproj_method != DIV_DIFF_FLUX_PROJ_NONE) in SetupLibceed()
291 …if (app_ctx->divFdiffproj_method != DIV_DIFF_FLUX_PROJ_NONE) PetscCall(DivDiffFluxProjectionSetup(… in SetupLibceed()
H A Dcloptions.c198 …ffFluxProjectionMethods, (PetscEnum)app_ctx->divFdiffproj_method, (PetscEnum *)&app_ctx->divFdiffp… in ProcessCommandLineOptions()
H A Dsetupts.c48 …if (honee->app_ctx->divFdiffproj_method != DIV_DIFF_FLUX_PROJ_NONE) PetscCall(DivDiffFluxProjectio… in RHS_NS()
136 …if (honee->app_ctx->divFdiffproj_method != DIV_DIFF_FLUX_PROJ_NONE) PetscCall(DivDiffFluxProjectio… in IFunction_NS()
/honee/include/
H A Dnavierstokes.h115 DivDiffFluxProjectionMethod divFdiffproj_method; member
347 …vDiffFluxProjectionCreate(Honee honee, DivDiffFluxProjectionMethod divFdiffproj_method, PetscInt n…
/honee/problems/
H A Dadvection.c531 advection_ctx->divFdiff_method = honee->app_ctx->divFdiffproj_method; in NS_ADVECTION()
570 …PetscCall(DivDiffFluxProjectionCreate(honee, honee->app_ctx->divFdiffproj_method, 1, &honee->diff_… in NS_ADVECTION()
592 DivDiffFluxProjectionMethods[honee->app_ctx->divFdiffproj_method]); in NS_ADVECTION()
H A Dnewtonian.c499 newtonian_ig_ctx->divFdiff_method = honee->app_ctx->divFdiffproj_method; in NS_NEWTONIAN_IG()
572 …PetscCall(DivDiffFluxProjectionCreate(honee, honee->app_ctx->divFdiffproj_method, 4, &honee->diff_… in NS_NEWTONIAN_IG()
606 DivDiffFluxProjectionMethods[honee->app_ctx->divFdiffproj_method]); in NS_NEWTONIAN_IG()