|
Bridge++
Ver. 1.3.x
|
#include <integrator_UpdateP.h>
Public Member Functions | |
| Integrator_UpdateP (const std::vector< Action * > &action) | |
| constructor when no director is necessary More... | |
| ~Integrator_UpdateP () | |
| destructor More... | |
| void | set_parameters (const Parameters ¶ms) |
| void | set_parameters () |
| void | evolve (const double step_size, Field_G &iP, Field_G &U) |
| void | invalidate_cache () |
| bool | is_cache_valid () const |
| void | cache_validated () |
Public Member Functions inherited from Integrator | |
| Integrator () | |
| virtual | ~Integrator () |
| virtual void | set_parameter_nstep (const int nstep) |
| virtual void | set_parameter_nsteps (const std::vector< int > &nsteps) |
| void | set_parameter_verboselevel (const Bridge::VerboseLevel vl) |
Static Public Attributes | |
| static const std::string | class_name = "Integrator_UpdateP" |
Private Attributes | |
| std::vector< Action * > | m_action |
| Field_G | m_workfield |
| Field_G | m_force |
| bool | m_cache_valid |
Additional Inherited Members | |
Protected Attributes inherited from Integrator | |
| Bridge::VerboseLevel | m_vl |
Definition at line 46 of file integrator_UpdateP.h.
|
inline |
constructor when no director is necessary
Definition at line 65 of file integrator_UpdateP.h.
|
inline |
destructor
Definition at line 73 of file integrator_UpdateP.h.
|
inline |
Definition at line 85 of file integrator_UpdateP.h.
Implements Integrator.
Definition at line 77 of file integrator_UpdateP.cpp.
|
inlinevirtual |
Implements Integrator.
Definition at line 82 of file integrator_UpdateP.h.
|
inline |
Definition at line 84 of file integrator_UpdateP.h.
|
virtual |
Implements Integrator.
Definition at line 40 of file integrator_UpdateP.cpp.
| void Integrator_UpdateP::set_parameters | ( | ) |
Definition at line 59 of file integrator_UpdateP.cpp.
|
static |
Definition at line 49 of file integrator_UpdateP.h.
|
private |
Definition at line 52 of file integrator_UpdateP.h.
|
private |
Definition at line 60 of file integrator_UpdateP.h.
|
private |
Definition at line 58 of file integrator_UpdateP.h.
|
private |
Definition at line 55 of file integrator_UpdateP.h.