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
fermbcs
fermbcs_aggregate_s.cc
Go to the documentation of this file.
1
/*! \file
2
* \brief All Wilson-type fermion boundary conditions
3
*/
4
5
#include "
actions/ferm/fermbcs/fermbcs_aggregate_s.h
"
6
#include "
actions/ferm/fermbcs/simple_fermbc_s.h
"
7
8
namespace
Chroma
9
{
10
11
//! Registration aggregator
12
namespace
StaggeredTypeFermBCEnv
13
{
14
static
bool
registered
=
false
;
15
16
bool
registerAll
()
17
{
18
bool
success =
true
;
19
if
(!
registered
)
20
{
21
success &=
StaggeredTypeSimpleFermBCEnv::registerAll
();
22
registered
=
true
;
23
}
24
return
success;
25
}
26
}
27
28
}
fermbcs_aggregate_s.h
All Staggered-type fermion boundary conditions.
Chroma::StaggeredTypeFermBCEnv::registerAll
bool registerAll()
Definition:
fermbcs_aggregate_s.cc:16
Chroma::StaggeredTypeFermBCEnv::registered
static bool registered
Definition:
fermbcs_aggregate_s.cc:14
Chroma::StaggeredTypeSimpleFermBCEnv::registerAll
bool registerAll()
Register all objects.
Definition:
simple_fermbc_s.cc:31
Chroma
Asqtad Staggered-Dirac operator.
Definition:
klein_gord.cc:10
simple_fermbc_s.h
Simple fermionic BC.
Generated by
1.9.1