Bridge++
Ver. 1.1.x
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
integrator.h
Go to the documentation of this file.
1
14
#ifndef INTEGRATOR_INCLUDED
15
#define INTEGRATOR_INCLUDED
16
17
#include "
defs.h
"
18
#include "
parameters.h
"
19
#include "
commonParameters.h
"
20
#include "
field_G.h
"
21
22
#include "
bridgeIO.h
"
23
25
31
class
Integrator
32
{
33
public
:
34
35
Integrator
()
36
:
m_vl
(
CommonParameters
::Vlevel()) {}
37
38
virtual
~Integrator
() {}
39
40
virtual
void
set_parameters
(
const
Parameters
&) = 0;
41
42
void
set_parameter_verboselevel
(
const
Bridge::VerboseLevel
vl
) {
m_vl
=
vl
; }
43
44
virtual
void
evolve
(
Field_G
& iP,
Field_G
& U) = 0;
45
46
protected
:
47
Bridge::VerboseLevel
m_vl
;
48
};
49
#endif
src
HMC
integrator.h
Generated on Tue Jul 23 2013 10:48:48 for Bridge++ by
1.8.3.1