Home
last modified time | relevance | path

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

/honee/problems/
H A Dbc_outflow.c127 CeedScalar recirc = 1, softplus_velocity = 1e-2; in OutflowBCSetup() local
136 …_softplus_velocity", "Characteristic velocity of softplus regularization", NULL, softplus_velocity, in OutflowBCSetup()
137 &softplus_velocity, NULL)); in OutflowBCSetup()
147 .softplus_velocity = softplus_velocity, in OutflowBCSetup()
/honee/qfunctions/
H A Dbc_freestream_type.h18 …CeedScalar softplus_velocity; // "width" of the softplus velocity regulariz… member
H A Dbc_outflow.h59 …onst CeedScalar proj = (1 - outflow->recirc) * Softplus(-u_normal, outflow->softplus_velocity); in RiemannOutflow()
136 …nst CeedScalar proj = (1 - outflow->recirc) * Softplus(-u_normal, outflow->softplus_velocity); in RiemannOutflow_Jacobian()
137 …proj = (1 - outflow->recirc) * Softplus_fwd(-u_normal, -du_normal, outflow->softplus_velocity); in RiemannOutflow_Jacobian()