Loading examples/inviscid-flow/1d/eulerProblem.h +6 −0 Original line number Diff line number Diff line Loading @@ -88,6 +88,12 @@ class eulerProblem: DofVectorType& rightHandSide, MeshDependentDataType& meshDependentData ); bool postIterate( const RealType& time, const RealType& tau, const MeshType& mesh, DofVectorType& dofs, MeshDependentDataType& meshDependentData ); protected: DifferentialOperator differentialOperator; Loading examples/inviscid-flow/1d/eulerProblem_impl.h +6 −0 Original line number Diff line number Diff line Loading @@ -359,4 +359,10 @@ assemblyLinearSystem( const RealType& time, b ); } bool postIterate( const RealType& time, const RealType& tau, const MeshType& mesh, DofVectorType& dofs, MeshDependentDataType& meshDependentData ); #endif /* eulerPROBLEM_IMPL_H_ */ Loading
examples/inviscid-flow/1d/eulerProblem.h +6 −0 Original line number Diff line number Diff line Loading @@ -88,6 +88,12 @@ class eulerProblem: DofVectorType& rightHandSide, MeshDependentDataType& meshDependentData ); bool postIterate( const RealType& time, const RealType& tau, const MeshType& mesh, DofVectorType& dofs, MeshDependentDataType& meshDependentData ); protected: DifferentialOperator differentialOperator; Loading
examples/inviscid-flow/1d/eulerProblem_impl.h +6 −0 Original line number Diff line number Diff line Loading @@ -359,4 +359,10 @@ assemblyLinearSystem( const RealType& time, b ); } bool postIterate( const RealType& time, const RealType& tau, const MeshType& mesh, DofVectorType& dofs, MeshDependentDataType& meshDependentData ); #endif /* eulerPROBLEM_IMPL_H_ */