Skip to content
Snippets Groups Projects
Commit ca4e7eb7 authored by Tomáš Oberhuber's avatar Tomáš Oberhuber
Browse files

Fixing the Lax-Fridrichs scheme.

parent add8a248
No related branches found
No related tags found
No related merge requests found
...@@ -106,7 +106,8 @@ class tnlLaxFridrichs< tnlGrid< 2, Real, Device, Index, tnlIdenticalGridGeometry ...@@ -106,7 +106,8 @@ class tnlLaxFridrichs< tnlGrid< 2, Real, Device, Index, tnlIdenticalGridGeometry
void getExplicitRhs( const IndexType centralVolume, void getExplicitRhs( const IndexType centralVolume,
RealType& rho_t, RealType& rho_t,
RealType& rho_u1_t, RealType& rho_u1_t,
RealType& rho_u2_t ) const; RealType& rho_u2_t,
const RealType& tau ) const;
void setRegularization( const RealType& epsilon ); void setRegularization( const RealType& epsilon );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment