You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems there is a mismatch between the mathematical expressions on the web interface and the code implementation in the PorousFlowDarcyBase::fullyUpwind(JacRes res_or_jac, unsigned int ph, unsigned int pvar) function. Specifically, the following two lines:
It seems there is a mismatch between the mathematical expressions on the web interface and the code implementation in the
PorousFlowDarcyBase::fullyUpwind(JacRes res_or_jac, unsigned int ph, unsigned int pvar)
function. Specifically, the following two lines:as it does not align with the mathematical expressions described on the moose webpage https://mooseframework.inl.gov/modules/porous_flow/upwinding.html.
Then
and the code meaning:
The text was updated successfully, but these errors were encountered: