Loading src/matrix/tnlMatrix.h +2 −1 Original line number Diff line number Diff line Loading @@ -127,7 +127,8 @@ class tnlMatrix : public tnlObject bool load( const tnlString& fileName ); tnlMatrix< Real, Device, Index >& operator = ( const tnlMatrix< Real, Device, Index >& matrix ); template< typename Real2 > tnlMatrix< Real, Device, Index >& operator = ( const tnlMatrix< Real2, Device, Index >& matrix ); /*! * Computes permutation of the rows such that the rows would be Loading src/schemes/diffusion/tnlLinearDiffusion.h +1 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,7 @@ #include <mesh/tnlGrid.h> #include <mesh/tnlIdenticalGridGeometry.h> #include <core/tnlHost.h> #include <core/tnlSharedVector.h> template< typename Mesh > class tnlLinearDiffusion Loading src/schemes/euler/fvm/tnlLaxFridrichs.h +1 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ #include <schemes/gradient/tnlCentralFDMGradient.h> template< typename MeshType, typename PressureGradient > typename PressureGradient = tnlCentralFDMGradient > class tnlLaxFridrichs { }; Loading Loading
src/matrix/tnlMatrix.h +2 −1 Original line number Diff line number Diff line Loading @@ -127,7 +127,8 @@ class tnlMatrix : public tnlObject bool load( const tnlString& fileName ); tnlMatrix< Real, Device, Index >& operator = ( const tnlMatrix< Real, Device, Index >& matrix ); template< typename Real2 > tnlMatrix< Real, Device, Index >& operator = ( const tnlMatrix< Real2, Device, Index >& matrix ); /*! * Computes permutation of the rows such that the rows would be Loading
src/schemes/diffusion/tnlLinearDiffusion.h +1 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,7 @@ #include <mesh/tnlGrid.h> #include <mesh/tnlIdenticalGridGeometry.h> #include <core/tnlHost.h> #include <core/tnlSharedVector.h> template< typename Mesh > class tnlLinearDiffusion Loading
src/schemes/euler/fvm/tnlLaxFridrichs.h +1 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ #include <schemes/gradient/tnlCentralFDMGradient.h> template< typename MeshType, typename PressureGradient > typename PressureGradient = tnlCentralFDMGradient > class tnlLaxFridrichs { }; Loading