Loading src/TNL/Functions/Analytic/Constant.h +1 −0 Original line number Diff line number Diff line Loading @@ -27,6 +27,7 @@ class Constant : public Domain< dimensions, NonspaceDomain > typedef Real RealType; typedef Containers::StaticVector< dimensions, RealType > PointType; __cuda_callable__ Constant(); static void configSetup( Config::ConfigDescription& config, Loading src/TNL/Functions/Analytic/Constant_impl.h +1 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,7 @@ namespace Analytic { template< int Dimension, typename Real > __cuda_callable__ Constant< Dimension, Real >:: Constant() : constant( 0.0 ) Loading Loading
src/TNL/Functions/Analytic/Constant.h +1 −0 Original line number Diff line number Diff line Loading @@ -27,6 +27,7 @@ class Constant : public Domain< dimensions, NonspaceDomain > typedef Real RealType; typedef Containers::StaticVector< dimensions, RealType > PointType; __cuda_callable__ Constant(); static void configSetup( Config::ConfigDescription& config, Loading
src/TNL/Functions/Analytic/Constant_impl.h +1 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,7 @@ namespace Analytic { template< int Dimension, typename Real > __cuda_callable__ Constant< Dimension, Real >:: Constant() : constant( 0.0 ) Loading