Bridge++  Ver. 1.3.x
GradientFlow::RungeKutta_4th Class Reference
Inheritance diagram for GradientFlow::RungeKutta_4th:
GradientFlow::RungeKutta

Public Member Functions

 RungeKutta_4th (Action *action, int nprec, Bridge::VerboseLevel vl)
 
void flow (double &t, double &Estep, Field_G &U)
 
int order () const
 
- Public Member Functions inherited from GradientFlow::RungeKutta
 RungeKutta (Action *action, int nprec, Bridge::VerboseLevel vl)
 
virtual ~RungeKutta ()
 
void update_u (Field_G &W, const double Estep, Field_G &iP, Field_G &U)
 

Private Attributes

Field_G w1
 
Field_G w2
 
Field_G w3
 
Field_G w4
 
Field_G z0
 
Field_G z1
 
Field_G z2
 
Field_G z3
 
Field_G z4
 
Field_G zt
 

Additional Inherited Members

- Protected Attributes inherited from GradientFlow::RungeKutta
Actionm_action
 
int m_Nprec
 
int m_Ndim
 
int m_Nvol
 
Bridge::VerboseLevel m_vl
 

Detailed Description

Definition at line 405 of file gradientFlow.cpp.

Constructor & Destructor Documentation

GradientFlow::RungeKutta_4th::RungeKutta_4th ( Action action,
int  nprec,
Bridge::VerboseLevel  vl 
)
inline

Definition at line 408 of file gradientFlow.cpp.

Member Function Documentation

void GradientFlow::RungeKutta_4th::flow ( double &  t,
double &  Estep,
Field_G U 
)
virtual

Implements GradientFlow::RungeKutta.

Definition at line 436 of file gradientFlow.cpp.

int GradientFlow::RungeKutta_4th::order ( ) const
inlinevirtual

Implements GradientFlow::RungeKutta.

Definition at line 427 of file gradientFlow.cpp.

Member Data Documentation

Field_G GradientFlow::RungeKutta_4th::w1
private

Definition at line 430 of file gradientFlow.cpp.

Field_G GradientFlow::RungeKutta_4th::w2
private

Definition at line 430 of file gradientFlow.cpp.

Field_G GradientFlow::RungeKutta_4th::w3
private

Definition at line 430 of file gradientFlow.cpp.

Field_G GradientFlow::RungeKutta_4th::w4
private

Definition at line 430 of file gradientFlow.cpp.

Field_G GradientFlow::RungeKutta_4th::z0
private

Definition at line 431 of file gradientFlow.cpp.

Field_G GradientFlow::RungeKutta_4th::z1
private

Definition at line 431 of file gradientFlow.cpp.

Field_G GradientFlow::RungeKutta_4th::z2
private

Definition at line 431 of file gradientFlow.cpp.

Field_G GradientFlow::RungeKutta_4th::z3
private

Definition at line 431 of file gradientFlow.cpp.

Field_G GradientFlow::RungeKutta_4th::z4
private

Definition at line 431 of file gradientFlow.cpp.

Field_G GradientFlow::RungeKutta_4th::zt
private

Definition at line 432 of file gradientFlow.cpp.


The documentation for this class was generated from the following file: