Loading examples/advection/advectionProblem.h +1 −1 Original line number Diff line number Diff line Loading @@ -69,7 +69,7 @@ class advectionProblem: void bindDofs( const MeshPointer& mesh, DofVectorPointer& dofs ); void getExplicitRHS( const RealType& time, void getExplicitUpdate( const RealType& time, const RealType& tau, const MeshPointer& mesh, DofVectorPointer& _u, Loading examples/advection/advectionProblem_impl.h +1 −1 Original line number Diff line number Diff line Loading @@ -242,7 +242,7 @@ template< typename Mesh, typename DifferentialOperator > void advectionProblem< Mesh, BoundaryCondition, RightHandSide, DifferentialOperator >:: getExplicitRHS( const RealType& time, getExplicitUpdate( const RealType& time, const RealType& tau, const MeshPointer& mesh, DofVectorPointer& _u, Loading examples/inviscid-flow/1d/eulerProblem.h +1 −1 Original line number Diff line number Diff line Loading @@ -75,7 +75,7 @@ class eulerProblem: void bindDofs( const MeshPointer& mesh, DofVectorPointer& dofs ); void getExplicitRHS( const RealType& time, void getExplicitUpdate( const RealType& time, const RealType& tau, const MeshPointer& mesh, DofVectorPointer& _u, Loading examples/inviscid-flow/1d/eulerProblem_impl.h +1 −1 Original line number Diff line number Diff line Loading @@ -250,7 +250,7 @@ template< typename Mesh, typename DifferentialOperator > void eulerProblem< Mesh, BoundaryCondition, RightHandSide, DifferentialOperator >:: getExplicitRHS( const RealType& time, getExplicitUpdate( const RealType& time, const RealType& tau, const MeshPointer& mesh, DofVectorPointer& _u, Loading examples/inviscid-flow/2d/eulerProblem.h +1 −1 Original line number Diff line number Diff line Loading @@ -76,7 +76,7 @@ class eulerProblem: void bindDofs( const MeshPointer& mesh, DofVectorPointer& dofs ); void getExplicitRHS( const RealType& time, void getExplicitUpdate( const RealType& time, const RealType& tau, const MeshPointer& mesh, DofVectorPointer& _u, Loading Loading
examples/advection/advectionProblem.h +1 −1 Original line number Diff line number Diff line Loading @@ -69,7 +69,7 @@ class advectionProblem: void bindDofs( const MeshPointer& mesh, DofVectorPointer& dofs ); void getExplicitRHS( const RealType& time, void getExplicitUpdate( const RealType& time, const RealType& tau, const MeshPointer& mesh, DofVectorPointer& _u, Loading
examples/advection/advectionProblem_impl.h +1 −1 Original line number Diff line number Diff line Loading @@ -242,7 +242,7 @@ template< typename Mesh, typename DifferentialOperator > void advectionProblem< Mesh, BoundaryCondition, RightHandSide, DifferentialOperator >:: getExplicitRHS( const RealType& time, getExplicitUpdate( const RealType& time, const RealType& tau, const MeshPointer& mesh, DofVectorPointer& _u, Loading
examples/inviscid-flow/1d/eulerProblem.h +1 −1 Original line number Diff line number Diff line Loading @@ -75,7 +75,7 @@ class eulerProblem: void bindDofs( const MeshPointer& mesh, DofVectorPointer& dofs ); void getExplicitRHS( const RealType& time, void getExplicitUpdate( const RealType& time, const RealType& tau, const MeshPointer& mesh, DofVectorPointer& _u, Loading
examples/inviscid-flow/1d/eulerProblem_impl.h +1 −1 Original line number Diff line number Diff line Loading @@ -250,7 +250,7 @@ template< typename Mesh, typename DifferentialOperator > void eulerProblem< Mesh, BoundaryCondition, RightHandSide, DifferentialOperator >:: getExplicitRHS( const RealType& time, getExplicitUpdate( const RealType& time, const RealType& tau, const MeshPointer& mesh, DofVectorPointer& _u, Loading
examples/inviscid-flow/2d/eulerProblem.h +1 −1 Original line number Diff line number Diff line Loading @@ -76,7 +76,7 @@ class eulerProblem: void bindDofs( const MeshPointer& mesh, DofVectorPointer& dofs ); void getExplicitRHS( const RealType& time, void getExplicitUpdate( const RealType& time, const RealType& tau, const MeshPointer& mesh, DofVectorPointer& _u, Loading