|
Bridge++
Ver. 1.3.x
|
#include <integrator_UpdateU.h>
Public Member Functions | |
| Integrator_UpdateU (const std::vector< Director * > &director=std::vector< Director * >()) | |
| ~Integrator_UpdateU () | |
| destructor More... | |
| void | set_parameters (const Parameters ¶ms) |
| void | set_parameters (int Nprec) |
| void | set_parameter_nprec (const int Nprec) |
| void | evolve (const double step_size, Field_G &iP, Field_G &U) |
| void | invalidate_cache () |
| void | append_notify (Integrator *const integ) |
| void | notify_update () |
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_UpdateU" |
| static const int | default_nprec = 8 |
Private Attributes | |
| int | m_Nprec |
| std::vector< Director * > | m_director |
| std::vector< Integrator * > | m_integs |
Additional Inherited Members | |
Protected Attributes inherited from Integrator | |
| Bridge::VerboseLevel | m_vl |
Definition at line 43 of file integrator_UpdateU.h.
|
inline |
Definition at line 58 of file integrator_UpdateU.h.
|
inline |
destructor
Definition at line 64 of file integrator_UpdateU.h.
|
inline |
Definition at line 81 of file integrator_UpdateU.h.
Implements Integrator.
Definition at line 114 of file integrator_UpdateU.cpp.
|
inlinevirtual |
Implements Integrator.
Definition at line 76 of file integrator_UpdateU.h.
| void Integrator_UpdateU::notify_update | ( | ) |
Definition at line 135 of file integrator_UpdateU.cpp.
| void Integrator_UpdateU::set_parameter_nprec | ( | const int | Nprec | ) |
Definition at line 86 of file integrator_UpdateU.cpp.
|
virtual |
Implements Integrator.
Definition at line 43 of file integrator_UpdateU.cpp.
| void Integrator_UpdateU::set_parameters | ( | int | Nprec | ) |
Definition at line 65 of file integrator_UpdateU.cpp.
|
static |
Definition at line 46 of file integrator_UpdateU.h.
|
static |
Definition at line 48 of file integrator_UpdateU.h.
|
private |
Definition at line 53 of file integrator_UpdateU.h.
|
private |
Definition at line 54 of file integrator_UpdateU.h.
|
private |
Definition at line 51 of file integrator_UpdateU.h.