Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

RK2TMover.h

Go to the documentation of this file.
00001 // RK2TMover.h: interface for the CRK2TMover class.
00002 //
00004 
00005 #if !defined(AFX_RK2TMOVER_H__EE149042_6D16_4809_A824_85938A13E2AF__INCLUDED_)
00006 #define AFX_RK2TMOVER_H__EE149042_6D16_4809_A824_85938A13E2AF__INCLUDED_
00007 
00008 #if _MSC_VER > 1000
00009 #pragma once
00010 #endif // _MSC_VER > 1000
00011 
00012 #include "RungeKuttaMover.h"
00013 
00014 class CRK2TMover : public CRungeKuttaMover  
00015 {
00016 public:
00017         CRK2TMover();
00018         CRK2TMover(double frequency,double stepSize);
00019         virtual ~CRK2TMover();
00020         void RungeKuttaStep(int nRHS, double *y, double *dydt);
00021 };
00022 
00023 #endif // !defined(AFX_RK2TMOVER_H__EE149042_6D16_4809_A824_85938A13E2AF__INCLUDED_)

Generated on Mon Nov 3 09:38:12 2003 by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002