Searched refs:softplus_velocity (Results 1 – 3 of 3) sorted by relevance
| /honee/problems/ |
| H A D | bc_outflow.c | 127 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 D | bc_freestream_type.h | 18 …CeedScalar softplus_velocity; // "width" of the softplus velocity regulariz… member
|
| H A D | bc_outflow.h | 59 …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()
|