Bridge++  Version 1.5.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
GradientFlow_RungeKutta_1st Class Reference

GradientFlow_RungeKutta_1st construction. More...

#include <gradientFlow_RungeKutta_1st.h>

Inheritance diagram for GradientFlow_RungeKutta_1st:
GradientFlow_RungeKutta

Public Member Functions

 GradientFlow_RungeKutta_1st (Action *action, const int Nprec, const Bridge::VerboseLevel vl)
 
 ~GradientFlow_RungeKutta_1st ()
 
void flow (double &t, double &Estep, Field_G &U)
 
int Norder_RK () const
 
- Public Member Functions inherited from GradientFlow_RungeKutta
 GradientFlow_RungeKutta (Action *action, const int Nprec, const Bridge::VerboseLevel vl)
 
virtual ~GradientFlow_RungeKutta ()
 

Static Public Attributes

static const std::string class_name = "GradientFlow_RungeKutta_1st"
 

Protected Attributes

Bridge::VerboseLevel m_vl
 

Private Attributes

Actionm_action
 
int m_Nprec
 
int m_Ndim
 
int m_Nvol
 
Field_G m_z0
 

Detailed Description

GradientFlow_RungeKutta_1st construction.

This class implements 1st order Runge-Kutta method for GradientFlow. No commutator appears at 1st order RK. [10 Oct 2014 Y.Namekawa]

Definition at line 29 of file gradientFlow_RungeKutta_1st.h.

Constructor & Destructor Documentation

GradientFlow_RungeKutta_1st::GradientFlow_RungeKutta_1st ( Action action,
const int  Nprec,
const Bridge::VerboseLevel  vl 
)
inline

Definition at line 46 of file gradientFlow_RungeKutta_1st.h.

GradientFlow_RungeKutta_1st::~GradientFlow_RungeKutta_1st ( )
inline

Definition at line 57 of file gradientFlow_RungeKutta_1st.h.

Member Function Documentation

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

Implements GradientFlow_RungeKutta.

Definition at line 19 of file gradientFlow_RungeKutta_1st.cpp.

int GradientFlow_RungeKutta_1st::Norder_RK ( ) const
inlinevirtual

Implements GradientFlow_RungeKutta.

Definition at line 61 of file gradientFlow_RungeKutta_1st.h.

Member Data Documentation

const std::string GradientFlow_RungeKutta_1st::class_name = "GradientFlow_RungeKutta_1st"
static

Definition at line 32 of file gradientFlow_RungeKutta_1st.h.

Action* GradientFlow_RungeKutta_1st::m_action
private

Definition at line 38 of file gradientFlow_RungeKutta_1st.h.

int GradientFlow_RungeKutta_1st::m_Ndim
private

Definition at line 40 of file gradientFlow_RungeKutta_1st.h.

int GradientFlow_RungeKutta_1st::m_Nprec
private

Definition at line 39 of file gradientFlow_RungeKutta_1st.h.

int GradientFlow_RungeKutta_1st::m_Nvol
private

Definition at line 40 of file gradientFlow_RungeKutta_1st.h.

Bridge::VerboseLevel GradientFlow_RungeKutta_1st::m_vl
protected

Definition at line 35 of file gradientFlow_RungeKutta_1st.h.

Field_G GradientFlow_RungeKutta_1st::m_z0
private

Definition at line 43 of file gradientFlow_RungeKutta_1st.h.


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