Loading tests/benchmarks/heat-equation-benchmark/HeatEquationBenchmarkProblem_impl.h +5 −2 Original line number Diff line number Diff line Loading @@ -608,10 +608,13 @@ void HeatEquationBenchmarkProblem< Mesh, BoundaryCondition, RightHandSide, DifferentialOperator >:: applyBoundaryConditions( const RealType& time, DofVectorPointer& uDofs ) { if( this->cudaKernelType == "templated" ) { this->bindDofs( uDofs ); this->explicitUpdater.template applyBoundaryConditions< typename Mesh::Cell >( this->getMesh(), time, this->u ); } } template< typename Mesh, Loading Loading
tests/benchmarks/heat-equation-benchmark/HeatEquationBenchmarkProblem_impl.h +5 −2 Original line number Diff line number Diff line Loading @@ -608,10 +608,13 @@ void HeatEquationBenchmarkProblem< Mesh, BoundaryCondition, RightHandSide, DifferentialOperator >:: applyBoundaryConditions( const RealType& time, DofVectorPointer& uDofs ) { if( this->cudaKernelType == "templated" ) { this->bindDofs( uDofs ); this->explicitUpdater.template applyBoundaryConditions< typename Mesh::Cell >( this->getMesh(), time, this->u ); } } template< typename Mesh, Loading