Bridge++  Ver. 2.0.2
Fprop_alt_QWS< AFIELD > Class Template Reference

#include <fprop_alt_QWS.h>

Inheritance diagram for Fprop_alt_QWS< AFIELD >:
Fprop_alt< AFIELD > Fprop

Public Types

typedef AFIELD::real_t real_t
 
- Public Types inherited from Fprop_alt< AFIELD >
typedef AFIELD::real_t real_t
 

Public Member Functions

 Fprop_alt_QWS (const Parameters &params_fopr, const Parameters &params_solver)
 
 ~Fprop_alt_QWS ()
 
void set_config (Field *)
 
void invert (Field &, const Field &, int &, double &)
 invert accordingly to the mode. [22 Sep 2018 H.Matsufuru] More...
 
void invert_D (Field &, const Field &, int &, double &)
 
void invert_DdagD (Field &, const Field &, int &, double &)
 
double flop_count ()
 
void reset_performance ()
 
void get_performance (double &flop_count, double &elapsed_time)
 
void report_performance ()
 
void mult_performance (const std::string mode, const int Nrepeat)
 
const std::string class_name
 
- Public Member Functions inherited from Fprop_alt< AFIELD >
virtual ~Fprop_alt ()
 
- Public Member Functions inherited from Fprop
 Fprop ()
 
virtual ~Fprop ()
 
void set_parameter_verboselevel (const Bridge::VerboseLevel vl)
 
virtual void set_mode (const std::string &mode)
 set the mode for invert(). [22 Sep 2018 H.Matsufuru] More...
 

Static Public Attributes

static const std::string class_name = "Fprop_alt_QWS"
 

Private Member Functions

void init (const Parameters &params_fopr, const Parameters &params_solver)
 
void init (const Parameters &params_fopr, const Parameters &params_solver, Director_Smear *dr_smear)
 
void set_parameters (const Parameters &params_solver)
 
void tidyup ()
 

Private Attributes

AFopr< AFIELD > * m_kernel
 
AFopr< AFIELD > * m_fopr
 
Timer m_timer
 
double m_flop_count
 
double m_elapsed_time
 
int m_Niter_d
 
int m_Niter_s
 
int m_nm
 
int m_Nsap
 
int m_Nconv
 
double m_Stop_cond
 
double m_tol_d
 
double m_tol_s
 
Director_Smearm_dr_smear
 

Additional Inherited Members

- Public Attributes inherited from Fprop_alt< AFIELD >
Bridge::VerboseLevel m_vl
 
std::string m_mode
 
- Protected Attributes inherited from Fprop
Bridge::VerboseLevel m_vl
 
std::string m_mode
 

Detailed Description

template<typename AFIELD>
class Fprop_alt_QWS< AFIELD >

Definition at line 30 of file fprop_alt_QWS.h.

Member Typedef Documentation

◆ real_t

template<typename AFIELD >
typedef AFIELD::real_t Fprop_alt_QWS< AFIELD >::real_t

Definition at line 34 of file fprop_alt_QWS.h.

Constructor & Destructor Documentation

◆ Fprop_alt_QWS()

template<typename AFIELD >
Fprop_alt_QWS< AFIELD >::Fprop_alt_QWS ( const Parameters params_fopr,
const Parameters params_solver 
)
inline

Definition at line 58 of file fprop_alt_QWS.h.

◆ ~Fprop_alt_QWS()

template<typename AFIELD >
Fprop_alt_QWS< AFIELD >::~Fprop_alt_QWS ( )
inline

Definition at line 63 of file fprop_alt_QWS.h.

Member Function Documentation

◆ class_name()

const std::string Fprop_alt_QWS< AField< double, QXS > >::class_name

Definition at line 377 of file fprop_alt_QWS.cpp.

◆ flop_count()

template<typename AFIELD >
double Fprop_alt_QWS< AFIELD >::flop_count
virtual

Reimplemented from Fprop_alt< AFIELD >.

Definition at line 279 of file fprop_alt_QWS.cpp.

◆ get_performance()

template<typename AFIELD >
void Fprop_alt_QWS< AFIELD >::get_performance ( double &  flop_count,
double &  elapsed_time 
)
virtual

Reimplemented from Fprop_alt< AFIELD >.

Definition at line 296 of file fprop_alt_QWS.cpp.

◆ init() [1/2]

template<typename AFIELD >
void Fprop_alt_QWS< AFIELD >::init ( const Parameters params_fopr,
const Parameters params_solver 
)
private

Definition at line 29 of file fprop_alt_QWS.cpp.

◆ init() [2/2]

template<typename AFIELD >
void Fprop_alt_QWS< AFIELD >::init ( const Parameters params_fopr,
const Parameters params_solver,
Director_Smear dr_smear 
)
private

◆ invert()

template<typename AFIELD >
void Fprop_alt_QWS< AFIELD >::invert ( Field x,
const Field b,
int &  nconv,
double &  diff 
)
virtual

invert accordingly to the mode. [22 Sep 2018 H.Matsufuru]

Implements Fprop_alt< AFIELD >.

Definition at line 157 of file fprop_alt_QWS.cpp.

◆ invert_D()

template<typename AFIELD >
void Fprop_alt_QWS< AFIELD >::invert_D ( Field xq,
const Field b,
int &  nconv,
double &  diff 
)
virtual

Implements Fprop_alt< AFIELD >.

Definition at line 181 of file fprop_alt_QWS.cpp.

◆ invert_DdagD()

template<typename AFIELD >
void Fprop_alt_QWS< AFIELD >::invert_DdagD ( Field xq,
const Field b,
int &  nconv,
double &  diff 
)
virtual

Implements Fprop_alt< AFIELD >.

Definition at line 243 of file fprop_alt_QWS.cpp.

◆ mult_performance()

template<typename AFIELD >
void Fprop_alt_QWS< AFIELD >::mult_performance ( const std::string  mode,
const int  Nrepeat 
)
virtual

Reimplemented from Fprop_alt< AFIELD >.

Definition at line 322 of file fprop_alt_QWS.cpp.

◆ report_performance()

template<typename AFIELD >
void Fprop_alt_QWS< AFIELD >::report_performance
virtual

Reimplemented from Fprop_alt< AFIELD >.

Definition at line 306 of file fprop_alt_QWS.cpp.

◆ reset_performance()

template<typename AFIELD >
void Fprop_alt_QWS< AFIELD >::reset_performance
virtual

Reimplemented from Fprop_alt< AFIELD >.

Definition at line 287 of file fprop_alt_QWS.cpp.

◆ set_config()

template<typename AFIELD >
void Fprop_alt_QWS< AFIELD >::set_config ( Field U)
virtual

Implements Fprop_alt< AFIELD >.

Definition at line 149 of file fprop_alt_QWS.cpp.

◆ set_parameters()

template<typename AFIELD >
void Fprop_alt_QWS< AFIELD >::set_parameters ( const Parameters params_solver)
private

Definition at line 57 of file fprop_alt_QWS.cpp.

◆ tidyup()

template<typename AFIELD >
void Fprop_alt_QWS< AFIELD >::tidyup
private

Definition at line 140 of file fprop_alt_QWS.cpp.

Member Data Documentation

◆ class_name

template<typename AFIELD >
const std::string Fprop_alt_QWS< AFIELD >::class_name = "Fprop_alt_QWS"
static

Definition at line 35 of file fprop_alt_QWS.h.

◆ m_dr_smear

template<typename AFIELD >
Director_Smear* Fprop_alt_QWS< AFIELD >::m_dr_smear
private

Definition at line 55 of file fprop_alt_QWS.h.

◆ m_elapsed_time

template<typename AFIELD >
double Fprop_alt_QWS< AFIELD >::m_elapsed_time
private

Definition at line 45 of file fprop_alt_QWS.h.

◆ m_flop_count

template<typename AFIELD >
double Fprop_alt_QWS< AFIELD >::m_flop_count
private

Definition at line 44 of file fprop_alt_QWS.h.

◆ m_fopr

template<typename AFIELD >
AFopr<AFIELD>* Fprop_alt_QWS< AFIELD >::m_fopr
private

Definition at line 41 of file fprop_alt_QWS.h.

◆ m_kernel

template<typename AFIELD >
AFopr<AFIELD>* Fprop_alt_QWS< AFIELD >::m_kernel
private

Definition at line 40 of file fprop_alt_QWS.h.

◆ m_Nconv

template<typename AFIELD >
int Fprop_alt_QWS< AFIELD >::m_Nconv
private

Definition at line 50 of file fprop_alt_QWS.h.

◆ m_Niter_d

template<typename AFIELD >
int Fprop_alt_QWS< AFIELD >::m_Niter_d
private

Definition at line 46 of file fprop_alt_QWS.h.

◆ m_Niter_s

template<typename AFIELD >
int Fprop_alt_QWS< AFIELD >::m_Niter_s
private

Definition at line 47 of file fprop_alt_QWS.h.

◆ m_nm

template<typename AFIELD >
int Fprop_alt_QWS< AFIELD >::m_nm
private

Definition at line 48 of file fprop_alt_QWS.h.

◆ m_Nsap

template<typename AFIELD >
int Fprop_alt_QWS< AFIELD >::m_Nsap
private

Definition at line 49 of file fprop_alt_QWS.h.

◆ m_Stop_cond

template<typename AFIELD >
double Fprop_alt_QWS< AFIELD >::m_Stop_cond
private

Definition at line 51 of file fprop_alt_QWS.h.

◆ m_timer

template<typename AFIELD >
Timer Fprop_alt_QWS< AFIELD >::m_timer
private

Definition at line 43 of file fprop_alt_QWS.h.

◆ m_tol_d

template<typename AFIELD >
double Fprop_alt_QWS< AFIELD >::m_tol_d
private

Definition at line 52 of file fprop_alt_QWS.h.

◆ m_tol_s

template<typename AFIELD >
double Fprop_alt_QWS< AFIELD >::m_tol_s
private

Definition at line 53 of file fprop_alt_QWS.h.


The documentation for this class was generated from the following files: