Bridge++
Ver. 2.0.2
asolver_CGNR.cpp
Go to the documentation of this file.
1
10
#include "
lib_alt/Solver/asolver_CGNR.h
"
11
12
#include "
lib/ResourceManager/threadManager.h
"
13
14
#include "
lib_alt_QXS/Field/afield.h
"
15
#include "
lib_alt_QXS/Field/afield-inc.h
"
16
17
#include "
lib_alt/Solver/asolver_CGNR-tmpl.h
"
18
19
//====================================================================
20
// explicit instanciation for AField<double,QXS>.
21
template
<>
22
const
std::string
ASolver_CGNR<AField<double, QXS>
>::class_name
23
=
"ASolver_CGNR<Afield<double,QXS> >"
;
24
25
#ifdef USE_FACTORY_AUTOREGISTER
26
namespace
{
27
bool
init1 =
ASolver_CGNR<AField<double, QXS>
>::register_factory();
28
}
29
#endif
30
31
template
class
ASolver_CGNR<AField<double, QXS>
>;
32
33
//====================================================================
34
// explicit instanciation for AField<float,QXS>.
35
template
<>
36
const
std::string
ASolver_CGNR<AField<float, QXS>
>::class_name
37
=
"ASolver_CGNR<Afield<float,QXS> >"
;
38
39
#ifdef USE_FACTORY_AUTOREGISTER
40
namespace
{
41
bool
init1 =
ASolver_CGNR<AField<float, QXS>
>::register_factory();
42
}
43
#endif
44
45
template
class
ASolver_CGNR<AField<float, QXS>
>;
46
47
//============================================================END=====
afield-inc.h
afield.h
asolver_CGNR-tmpl.h
ASolver_CGNR
CGNR solver.
Definition:
asolver_CGNR.h:31
threadManager.h
asolver_CGNR.h
src
lib_alt_QXS
Solver
asolver_CGNR.cpp
Generated on Sat Feb 10 2024 14:20:01 for Bridge++ by
1.8.17