Home
last modified time | relevance | path

Searched refs:softplus_velocity (Results 1 – 3 of 3) sorted by relevance

/libCEED/examples/fluids/qfunctions/
H A Dbc_freestream_type.h22 …CeedScalar softplus_velocity; // "width" of the softplus velocity regulariz… member
H A Dbc_freestream.h199 …onst CeedScalar proj = (1 - outflow->recirc) * Softplus(-u_normal, outflow->softplus_velocity); in RiemannOutflow()
276 …nst CeedScalar proj = (1 - outflow->recirc) * Softplus(-u_normal, outflow->softplus_velocity); in RiemannOutflow_Jacobian()
277 …proj = (1 - outflow->recirc) * Softplus_fwd(-u_normal, -du_normal, outflow->softplus_velocity); in RiemannOutflow_Jacobian()
/libCEED/examples/fluids/problems/
H A Dbc_freestream.c145 CeedScalar recirc = 1, softplus_velocity = 1e-2; in OutflowBCSetup() local
154 …_softplus_velocity", "Characteristic velocity of softplus regularization", NULL, softplus_velocity, in OutflowBCSetup()
155 &softplus_velocity, NULL)); in OutflowBCSetup()
210 outflow_ctx->softplus_velocity = softplus_velocity; in OutflowBCSetup()