Bridge++  Ver. 2.0.2
asolver_CG.cpp
Go to the documentation of this file.
1 
11 
13 
16 
18 
19 //====================================================================
20 // explicit instanciation for AField<double,QXS>.
21 template<>
22 const std::string ASolver_CG<AField<double, QXS> >::class_name
23  = "ASolver_CG<Afield<double,QXS> >";
24 
25 #ifdef USE_FACTORY_AUTOREGISTER
26 namespace {
27  bool init1 = ASolver_CG<AField<double, QXS> >::register_factory();
28 }
29 #endif
30 
31 template class ASolver_CG<AField<double, QXS> >;
32 
33 //====================================================================
34 // explicit instanciation for AField<float,QXS>.
35 template<>
36 const std::string ASolver_CG<AField<float, QXS> >::class_name
37  = "ASolver_CG<Afield<float,QXS> >";
38 
39 #ifdef USE_FACTORY_AUTOREGISTER
40 namespace {
41  bool init1 = ASolver_CG<AField<float, QXS> >::register_factory();
42 }
43 #endif
44 
45 template class ASolver_CG<AField<float, QXS> >;
46 
47 //============================================================END=====
afield-inc.h
afield.h
ASolver_CG
Definition: asolver_CG.h:16
asolver_CG-tmpl.h
threadManager.h
asolver_CG.h