CHROMA
Main Page
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
i
k
l
m
n
o
p
q
r
s
t
u
z
Typedefs
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
Enumerations
c
e
f
g
h
m
o
p
q
r
s
t
v
w
Enumerator
a
b
c
d
e
f
g
h
i
k
m
n
o
p
q
r
s
t
u
w
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
Enumerations
Enumerator
e
h
i
k
r
s
t
v
Related Functions
:
a
g
h
i
l
o
p
r
s
t
u
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
o
p
q
r
s
t
u
v
w
z
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
e
l
m
p
q
s
t
u
Enumerations
Enumerator
c
e
f
g
h
l
n
o
s
t
w
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
z
lib
actions
ferm
fermacts
ovext_tuning_strategy_aggregate.cc
Go to the documentation of this file.
1
// -*- C++ -*-
2
/*! \file
3
* \brief Ovext tuning strategy
4
*/
5
6
#include "
ovext_tuning_strategy_aggregate.h
"
7
#include "
actions/ferm/fermacts/ovext_constant_strategy.h
"
8
#include "
actions/ferm/fermacts/ovext_const_div_by_resp_strategy.h
"
9
#include "
actions/ferm/fermacts/ovext_neuberger_strategy.h
"
10
11
namespace
Chroma
12
{
13
namespace
OvExtTuningStrategyAggregateEnv
14
{
15
//! Local registration flag
16
static
bool
registered
=
false
;
17
18
//! Register all the factories
19
bool
registerAll
()
20
{
21
bool
success =
true
;
22
if
(!
registered
)
23
{
24
success &=
OvExtConstantStrategyEnv::registerAll
();
25
success &=
OvExtConstDivByResPStrategyEnv::registerAll
();
26
success &=
OvExtNeubergerStrategyEnv::registerAll
();
27
registered
=
true
;
28
}
29
return
success;
30
}
31
}
32
}
Chroma::OvExtConstDivByResPStrategyEnv::registerAll
bool registerAll()
Register all the factories.
Definition:
ovext_const_div_by_resp_strategy.cc:36
Chroma::OvExtConstantStrategyEnv::registerAll
bool registerAll()
Register all the factories.
Definition:
ovext_constant_strategy.cc:39
Chroma::OvExtNeubergerStrategyEnv::registerAll
bool registerAll()
Register all the factories.
Definition:
ovext_neuberger_strategy.cc:28
Chroma::OvExtTuningStrategyAggregateEnv::registered
static bool registered
Local registration flag.
Definition:
ovext_tuning_strategy_aggregate.cc:16
Chroma::OvExtTuningStrategyAggregateEnv::registerAll
bool registerAll()
Register all the factories.
Definition:
ovext_tuning_strategy_aggregate.cc:19
Chroma
Asqtad Staggered-Dirac operator.
Definition:
klein_gord.cc:10
ovext_const_div_by_resp_strategy.h
Ovext rescale strategy.
ovext_constant_strategy.h
Ovext rescale strategy.
ovext_neuberger_strategy.h
Ovext Neuberger rescale strategy.
ovext_tuning_strategy_aggregate.h
Ovext tuning strategy.
Generated by
1.9.1