Skip to content
Snippets Groups Projects
Commit 4f130030 authored by Tomáš Oberhuber's avatar Tomáš Oberhuber
Browse files

Adding postIterate to Lax-Fridrichs 1D.

parent fb828e69
No related branches found
No related tags found
No related merge requests found
......@@ -87,6 +87,12 @@ class eulerProblem:
Matrix& matrix,
DofVectorType& rightHandSide,
MeshDependentDataType& meshDependentData );
bool postIterate( const RealType& time,
const RealType& tau,
const MeshType& mesh,
DofVectorType& dofs,
MeshDependentDataType& meshDependentData );
protected:
......
......@@ -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_ */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment