Bridge++  Ver. 2.0.2
asolver_CGNR.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_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