Searched refs:is_implicit (Results 1 – 13 of 13) sorted by relevance
| /honee/qfunctions/ |
| H A D | bc_outflow.h | 43 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 D | bc_freestream.h | 20 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 D | bc_slip.h | 16 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 D | channel.h | 85 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 D | blasius.h | 131 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 D | stg_shur14_type.h | 21 …bool is_implicit; // !< Whether using implicit time integration member
|
| H A D | newtonian_types.h | 34 bool is_implicit; member
|
| H A D | newtonian.h | 485 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 D | stg_shur14.h | 343 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 D | eulervortex.h | 525 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 D | advection.h | 504 const bool is_implicit = context->implicit; in Advection_InOutFlowGeneric() local 513 wdetJb *= is_implicit ? -1. : 1.; in Advection_InOutFlowGeneric()
|
| /honee/problems/ |
| H A D | stg_shur14.c | 269 .is_implicit = honee->phys->implicit, in SetupStg()
|
| H A D | newtonian.c | 496 newtonian_ig_ctx->is_implicit = implicit; in NS_NEWTONIAN_IG()
|