Bridge++
Ver. 1.3.x
|
#include <integrator_Leapfrog.h>
Public Member Functions | |
Integrator_Leapfrog (Integrator *update_p, Integrator *update_u) | |
constructor More... | |
~Integrator_Leapfrog () | |
destructor More... | |
void | set_parameters (const Parameters ¶ms) |
void | set_parameters (int level, int nstep) |
void | set_parameter_level (const int level) |
void | set_parameter_nstep (const int nstep) |
void | set_parameter_nsteps (const std::vector< int > &nsteps) |
void | evolve (const double step_size, Field_G &iP, Field_G &U) |
void | invalidate_cache () |
![]() | |
Integrator () | |
virtual | ~Integrator () |
void | set_parameter_verboselevel (const Bridge::VerboseLevel vl) |
Static Public Attributes | |
static const std::string | class_name = "Integrator_Leapfrog" |
Private Attributes | |
int | m_level |
int | m_Nstep |
Integrator * | m_update_p |
Integrator * | m_update_u |
Additional Inherited Members | |
![]() | |
Bridge::VerboseLevel | m_vl |
Definition at line 41 of file integrator_Leapfrog.h.
|
inline |
constructor
Definition at line 56 of file integrator_Leapfrog.h.
|
inline |
destructor
Definition at line 63 of file integrator_Leapfrog.h.
Implements Integrator.
Definition at line 114 of file integrator_Leapfrog.cpp.
|
inlinevirtual |
Implements Integrator.
Definition at line 79 of file integrator_Leapfrog.h.
void Integrator_Leapfrog::set_parameter_level | ( | const int | level | ) |
Definition at line 85 of file integrator_Leapfrog.cpp.
|
virtual |
Reimplemented from Integrator.
Definition at line 92 of file integrator_Leapfrog.cpp.
|
virtual |
Reimplemented from Integrator.
Definition at line 99 of file integrator_Leapfrog.cpp.
|
virtual |
Implements Integrator.
Definition at line 44 of file integrator_Leapfrog.cpp.
void Integrator_Leapfrog::set_parameters | ( | int | level, |
int | nstep | ||
) |
Definition at line 68 of file integrator_Leapfrog.cpp.
|
static |
Definition at line 44 of file integrator_Leapfrog.h.
|
private |
Definition at line 47 of file integrator_Leapfrog.h.
|
private |
Definition at line 48 of file integrator_Leapfrog.h.
|
private |
Definition at line 50 of file integrator_Leapfrog.h.
|
private |
Definition at line 51 of file integrator_Leapfrog.h.