Home
last modified time | relevance | path

Searched refs:DIV_DIFF_FLUX_PROJ_NONE (Results 1 – 8 of 8) sorted by relevance

/honee/src/
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 Ddiff_flux_projection.c29 if (divFdiffproj_method == DIV_DIFF_FLUX_PROJ_NONE) { in DivDiffFluxProjectionCreate()
88 case DIV_DIFF_FLUX_PROJ_NONE: in DivDiffFluxProjectionCreate()
329 case DIV_DIFF_FLUX_PROJ_NONE: in DivDiffFluxProjectionSetup()
411 case DIV_DIFF_FLUX_PROJ_NONE: in DivDiffFluxProjectionApply()
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/qfunctions/
H A Dstabilization_types.h24 DIV_DIFF_FLUX_PROJ_NONE = 0, enumerator
H A Dadvection.h273 …const CeedScalar(*divFdiff) = context->divFdiff_method != DIV_DIFF_FLUX_PROJ_NONE ? in[5]… in IFunction_AdvectionGeneric()
330 … CeedScalar divFdiff_i = context->divFdiff_method != DIV_DIFF_FLUX_PROJ_NONE ? divFdiff[i] : 0.; in IFunction_AdvectionGeneric()
408 …const CeedScalar(*divFdiff) = context->divFdiff_method != DIV_DIFF_FLUX_PROJ_NONE ? in[4] : N… in RHSFunction_AdvectionGeneric()
465 … CeedScalar divFdiff_i = context->divFdiff_method != DIV_DIFF_FLUX_PROJ_NONE ? divFdiff[i] : 0.; in RHSFunction_AdvectionGeneric()
H A Dnewtonian.h189 const bool use_divFdiff = context->divFdiff_method != DIV_DIFF_FLUX_PROJ_NONE; in RHSFunction_Newtonian()
310 const bool use_divFdiff = context->divFdiff_method != DIV_DIFF_FLUX_PROJ_NONE; in IFunction_Newtonian()
/honee/problems/
H A Dadvection.c590 case DIV_DIFF_FLUX_PROJ_NONE: in NS_ADVECTION()
H A Dnewtonian.c604 case DIV_DIFF_FLUX_PROJ_NONE: in NS_NEWTONIAN_IG()