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
fprop_Domainwall_4d.h
Go to the documentation of this file.
1
15
#ifndef FPROP_DOMAINWALL_4D_INCLUDED
16
#define FPROP_DOMAINWALL_4D_INCLUDED
17
18
#include "
fopr_Domainwall.h
"
19
#include "
solver.h
"
20
21
#include "
bridgeIO.h
"
22
using
Bridge::vout
;
23
25
34
class
Fprop_Domainwall_4d
35
{
36
protected
:
37
Bridge::VerboseLevel
m_vl
;
38
39
private
:
40
Fopr_Domainwall
*
m_fopr_dw
;
41
Solver
*
m_solver
;
42
43
public
:
44
Fprop_Domainwall_4d
(
Fopr_Domainwall
*fopr_dw,
Solver
*solver)
45
:
m_vl
(
CommonParameters
::Vlevel()),
m_fopr_dw
(fopr_dw),
m_solver
(solver) {}
46
47
~Fprop_Domainwall_4d
() {}
48
49
void
set_config
(
Field
*);
50
51
void
invert_D
(
Field
&,
const
Field
&,
int
&,
double
&);
52
void
invert_DdagD
(
Field
&,
const
Field
&,
int
&,
double
&);
53
};
54
#endif
src
Measurements
Fermion
fprop_Domainwall_4d.h
Generated on Tue Jul 23 2013 10:48:49 for Bridge++ by
1.8.3.1