Loading src/implementation/mesh/tnlLinearGridGeometry_impl.h +4 −4 Original line number Diff line number Diff line Loading @@ -50,6 +50,7 @@ void tnlLinearGridGeometry< 1, Real, Device, Index > :: getElementCenter( const VertexType& center ) const { center. x() = ( coordinates. x() + 0.5 ) * parametricStep. x(); //getVertex<0, 0>(coordinates, origin, center); } template< typename Real, Loading Loading @@ -185,8 +186,7 @@ void tnlLinearGridGeometry< 2, Real, Device, Index > :: getElementCenter( const const CoordinatesType& coordinates, VertexType& center ) const { center. x() = ( coordinates. x() + 0.5 ) * parametricStep. x(); center. y() = ( coordinates. y() + 0.5 ) * parametricStep. y(); getVertex<0, 0>( coordinates, origin, center ); } template< typename Real, Loading src/schemes/diffusion/tnlLinearDiffusion.h +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ #include <mesh/tnlGrid.h> #include <mesh/tnlIdenticalGridGeometry.h> #include <core/tnlHost.h> #include <core/tnlSharedVector.h> #include <core/vectors/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 @@ -18,7 +18,7 @@ #ifndef TNLLAXFRIDRICHS_H_ #define TNLLAXFRIDRICHS_H_ #include <core/tnlSharedVector.h> #include <core/vectors/tnlSharedVector.h> #include <mesh/tnlGrid.h> #include <mesh/tnlIdenticalGridGeometry.h> #include <schemes/gradient/tnlCentralFDMGradient.h> Loading Loading
src/implementation/mesh/tnlLinearGridGeometry_impl.h +4 −4 Original line number Diff line number Diff line Loading @@ -50,6 +50,7 @@ void tnlLinearGridGeometry< 1, Real, Device, Index > :: getElementCenter( const VertexType& center ) const { center. x() = ( coordinates. x() + 0.5 ) * parametricStep. x(); //getVertex<0, 0>(coordinates, origin, center); } template< typename Real, Loading Loading @@ -185,8 +186,7 @@ void tnlLinearGridGeometry< 2, Real, Device, Index > :: getElementCenter( const const CoordinatesType& coordinates, VertexType& center ) const { center. x() = ( coordinates. x() + 0.5 ) * parametricStep. x(); center. y() = ( coordinates. y() + 0.5 ) * parametricStep. y(); getVertex<0, 0>( coordinates, origin, center ); } template< typename Real, Loading
src/schemes/diffusion/tnlLinearDiffusion.h +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ #include <mesh/tnlGrid.h> #include <mesh/tnlIdenticalGridGeometry.h> #include <core/tnlHost.h> #include <core/tnlSharedVector.h> #include <core/vectors/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 @@ -18,7 +18,7 @@ #ifndef TNLLAXFRIDRICHS_H_ #define TNLLAXFRIDRICHS_H_ #include <core/tnlSharedVector.h> #include <core/vectors/tnlSharedVector.h> #include <mesh/tnlGrid.h> #include <mesh/tnlIdenticalGridGeometry.h> #include <schemes/gradient/tnlCentralFDMGradient.h> Loading