Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F90568443
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
Sat, Nov 2, 20:43
Size
412 B
Mime Type
text/x-c++
Expires
Mon, Nov 4, 20:43 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22100125
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