conservation-laws / ryujin

High-performance high-order finite element solver for hyperbolic conservation equations
https://conservation-laws.org
Other
103 stars 25 forks source link

Change the debug output to match new function name. #123

Closed jerett-cc closed 2 months ago

jerett-cc commented 2 months ago

HyperbolicModule::apply_boundary_conditions has been renamed to HyperbolicModule::prepare_state_vector(), so the debug output should reflect this.

tamiko commented 2 months ago

Thanks!