Home
last modified time | relevance | path

Searched refs:is_implicit (Results 1 – 13 of 13) sorted by relevance

/honee/qfunctions/
H A Dbc_outflow.h43 CeedScalar(*jac_data_sur) = outflow->newt_ctx.is_implicit ? out[1] : NULL; in RiemannOutflow()
46 const bool is_implicit = outflow->newt_ctx.is_implicit; in RiemannOutflow() local
51 wdetJb *= is_implicit ? -1. : 1.; in RiemannOutflow()
82 if (is_implicit) { in RiemannOutflow()
115 const bool is_implicit = outflow->newt_ctx.is_implicit; in RiemannOutflow_Jacobian() local
120 wdetJb *= is_implicit ? -1. : 1.; in RiemannOutflow_Jacobian()
191 CeedScalar(*jac_data_sur) = outflow->newt_ctx.is_implicit ? out[1] : NULL; in PressureOutflow()
194 const bool is_implicit = outflow->newt_ctx.is_implicit; in PressureOutflow() local
203 wdetJb *= is_implicit ? -1. : 1.; in PressureOutflow()
223 if (is_implicit) { in PressureOutflow()
[all …]
H A Dbc_freestream.h20 CeedScalar(*jac_data_sur) = context->newt_ctx.is_implicit ? out[1] : NULL; in Freestream()
23 const bool is_implicit = context->newt_ctx.is_implicit; in Freestream() local
31 wdetJb *= is_implicit ? -1. : 1.; in Freestream()
46 if (is_implicit) StoredValuesPack(Q, i, 0, 5, qi, jac_data_sur); in Freestream()
85 const bool is_implicit = context->newt_ctx.is_implicit; in Freestream_Jacobian() local
91 wdetJb *= is_implicit ? -1. : 1.; in Freestream_Jacobian()
H A Dbc_slip.h16 CeedScalar(*jac_data_sur) = newt_ctx->is_implicit ? out[1] : NULL; in Slip()
26 wdetJb *= newt_ctx->is_implicit ? -1. : 1.; in Slip()
40 if (newt_ctx->is_implicit) StoredValuesPack(Q, i, 0, 5, qi, jac_data_sur); in Slip()
70 wdetJb *= newt_ctx->is_implicit ? -1. : 1.; in Slip_Jacobian()
H A Dchannel.h85 const bool is_implicit = context->implicit; in Channel_Inflow() local
92 wdetJb *= is_implicit ? -1. : 1.; in Channel_Inflow()
146 const bool is_implicit = context->implicit; in Channel_Outflow() local
151 wdetJb *= is_implicit ? -1. : 1.; in Channel_Outflow()
H A Dblasius.h131 const bool is_implicit = context->implicit; in Blasius_Inflow() local
141 wdetJb *= is_implicit ? -1. : 1.; in Blasius_Inflow()
185 const bool is_implicit = context->implicit; in Blasius_Inflow_Jacobian() local
196 wdetJb *= is_implicit ? -1. : 1.; in Blasius_Inflow_Jacobian()
H A Dstg_shur14_type.h21 …bool is_implicit; // !< Whether using implicit time integration member
H A Dnewtonian_types.h34 bool is_implicit; member
H A Dnewtonian.h485 CeedScalar(*jac_data_sur) = context->is_implicit ? out[1] : NULL; in BoundaryIntegral()
487 const bool is_implicit = context->is_implicit; in BoundaryIntegral() local
496 wdetJb *= is_implicit ? -1. : 1.; in BoundaryIntegral()
515 if (is_implicit) { in BoundaryIntegral()
548 const bool is_implicit = context->is_implicit; in BoundaryIntegral_Jacobian() local
553 wdetJb *= is_implicit ? -1. : 1.; in BoundaryIntegral_Jacobian()
H A Dstg_shur14.h343 const bool is_implicit = stg_ctx->is_implicit; in StgShur14Inflow() local
360 wdetJb *= is_implicit ? -1. : 1.; in StgShur14Inflow()
421 const bool implicit = stg_ctx->is_implicit; in StgShur14Inflow_Jacobian()
H A Deulervortex.h525 const bool is_implicit = context->implicit; in TravelingVortex_Inflow() local
544 wdetJb *= is_implicit ? -1. : 1.; in TravelingVortex_Inflow()
586 const bool is_implicit = context->implicit; in Euler_Outflow() local
600 wdetJb *= is_implicit ? -1. : 1.; in Euler_Outflow()
H A Dadvection.h504 const bool is_implicit = context->implicit; in Advection_InOutFlowGeneric() local
513 wdetJb *= is_implicit ? -1. : 1.; in Advection_InOutFlowGeneric()
/honee/problems/
H A Dstg_shur14.c269 .is_implicit = honee->phys->implicit, in SetupStg()
H A Dnewtonian.c496 newtonian_ig_ctx->is_implicit = implicit; in NS_NEWTONIAN_IG()