Loading examples/transport-equation/transportEquationProblem.h +0 −5 Original line number Diff line number Diff line Loading @@ -96,11 +96,6 @@ public PDEProblem< Mesh, DofVectorPointer& rightHandSide, MeshDependentDataPointer& meshDependentData ); template< typename Matrix > void saveFailedLinearSystem( const Matrix& matrix, const DofVectorType& dofs, const DofVectorType& rightHandSide ) const; protected: MeshFunctionPointer uPointer; Loading examples/transport-equation/transportEquationProblem_impl.h +0 −13 Original line number Diff line number Diff line Loading @@ -223,17 +223,4 @@ assemblyLinearSystem( const RealType& time, { } template< typename Mesh, typename BoundaryCondition, typename RightHandSide, typename DifferentialOperator > template< typename Matrix > void transportEquationProblem< Mesh, BoundaryCondition, RightHandSide, DifferentialOperator >:: saveFailedLinearSystem( const Matrix& matrix, const DofVectorType& dofs, const DofVectorType& rightHandSide ) const { } } // namespace TNL src/TNL/Problems/HeatEquationProblem.h +0 −5 Original line number Diff line number Diff line Loading @@ -108,11 +108,6 @@ class HeatEquationProblem : public PDEProblem< Mesh, DofVectorPointer& rightHandSidePointer, MeshDependentDataPointer& meshDependentData ); template< typename Matrix > void saveFailedLinearSystem( const Matrix& matrix, const DofVectorType& dofs, const DofVectorType& rightHandSide ) const; protected: MeshFunctionPointer uPointer; Loading src/TNL/Problems/HeatEquationProblem_impl.h +0 −13 Original line number Diff line number Diff line Loading @@ -250,18 +250,5 @@ assemblyLinearSystem( const RealType& time, bPointer ); } template< typename Mesh, typename BoundaryCondition, typename RightHandSide, typename DifferentialOperator > template< typename Matrix > void HeatEquationProblem< Mesh, BoundaryCondition, RightHandSide, DifferentialOperator >:: saveFailedLinearSystem( const Matrix& matrix, const DofVectorType& dofs, const DofVectorType& rightHandSide ) const { } } // namespace Problems } // namespace TNL src/TNL/Problems/MeanCurvatureFlowProblem.h +0 −5 Original line number Diff line number Diff line Loading @@ -97,11 +97,6 @@ class MeanCurvatureFlowProblem : public PDEProblem< Mesh, DofVectorType& rightHandSide, MeshDependentDataPointer& meshDependentData ); template< typename Matrix > void saveFailedLinearSystem( const Matrix& matrix, const DofVectorType& dofs, const DofVectorType& rightHandSide ) const; protected: SharedVector< RealType, DeviceType, IndexType > solution; Loading Loading
examples/transport-equation/transportEquationProblem.h +0 −5 Original line number Diff line number Diff line Loading @@ -96,11 +96,6 @@ public PDEProblem< Mesh, DofVectorPointer& rightHandSide, MeshDependentDataPointer& meshDependentData ); template< typename Matrix > void saveFailedLinearSystem( const Matrix& matrix, const DofVectorType& dofs, const DofVectorType& rightHandSide ) const; protected: MeshFunctionPointer uPointer; Loading
examples/transport-equation/transportEquationProblem_impl.h +0 −13 Original line number Diff line number Diff line Loading @@ -223,17 +223,4 @@ assemblyLinearSystem( const RealType& time, { } template< typename Mesh, typename BoundaryCondition, typename RightHandSide, typename DifferentialOperator > template< typename Matrix > void transportEquationProblem< Mesh, BoundaryCondition, RightHandSide, DifferentialOperator >:: saveFailedLinearSystem( const Matrix& matrix, const DofVectorType& dofs, const DofVectorType& rightHandSide ) const { } } // namespace TNL
src/TNL/Problems/HeatEquationProblem.h +0 −5 Original line number Diff line number Diff line Loading @@ -108,11 +108,6 @@ class HeatEquationProblem : public PDEProblem< Mesh, DofVectorPointer& rightHandSidePointer, MeshDependentDataPointer& meshDependentData ); template< typename Matrix > void saveFailedLinearSystem( const Matrix& matrix, const DofVectorType& dofs, const DofVectorType& rightHandSide ) const; protected: MeshFunctionPointer uPointer; Loading
src/TNL/Problems/HeatEquationProblem_impl.h +0 −13 Original line number Diff line number Diff line Loading @@ -250,18 +250,5 @@ assemblyLinearSystem( const RealType& time, bPointer ); } template< typename Mesh, typename BoundaryCondition, typename RightHandSide, typename DifferentialOperator > template< typename Matrix > void HeatEquationProblem< Mesh, BoundaryCondition, RightHandSide, DifferentialOperator >:: saveFailedLinearSystem( const Matrix& matrix, const DofVectorType& dofs, const DofVectorType& rightHandSide ) const { } } // namespace Problems } // namespace TNL
src/TNL/Problems/MeanCurvatureFlowProblem.h +0 −5 Original line number Diff line number Diff line Loading @@ -97,11 +97,6 @@ class MeanCurvatureFlowProblem : public PDEProblem< Mesh, DofVectorType& rightHandSide, MeshDependentDataPointer& meshDependentData ); template< typename Matrix > void saveFailedLinearSystem( const Matrix& matrix, const DofVectorType& dofs, const DofVectorType& rightHandSide ) const; protected: SharedVector< RealType, DeviceType, IndexType > solution; Loading