Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F122184444
ForwardEulerSolver.hpp
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Wed, Jul 16, 10:47
Size
412 B
Mime Type
text/x-c++
Expires
Fri, Jul 18, 10:47 (2 d)
Engine
blob
Format
Raw Data
Handle
27446328
Attached To
R9360 PCSC_git
ForwardEulerSolver.hpp
View Options
/*
* ForwardEulerSolver.hpp
*
* Created on: Oct 25, 2012
* Author: rpopescu
*/
#ifndef FORWARDEULERSOLVER_HPP_
#define FORWARDEULERSOLVER_HPP_
#include "AbstractOdeSolver.hpp"
class ForwardEulerSolver : public AbstractOdeSolver {
public:
ForwardEulerSolver();
virtual ~ForwardEulerSolver();
virtual void SolveEquation(std::ostream &stream) override;
};
#endif /* FORWARDEULERSOLVER_HPP_ */
Event Timeline
Log In to Comment