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