Bridge++
Ver. 1.2.x
|
#include <fprop_Wilson_Shift.h>
Public Member Functions | |
Fprop_Wilson_Shift (Fopr_Wilson *fopr, Index_lex *index) | |
void | set_parameters (const Parameters ¶ms) |
void | set_parameters (const int Nshift, const std::valarray< double > sigma, const int Niter, const double Stop_cond) |
double | calc (std::valarray< Field_F > *, const Field_F &) |
Static Public Attributes | |
static const std::string | class_name = "Fprop_Wilson_Shift" |
Protected Attributes | |
Bridge::VerboseLevel | m_vl |
Private Attributes | |
Fopr_Wilson * | m_fopr |
Index_lex * | m_index_lex |
int | m_Niter |
double | m_Stop_cond |
int | m_Nshift |
std::valarray< double > | m_sigma |
Definition at line 43 of file fprop_Wilson_Shift.h.
|
inline |
Definition at line 62 of file fprop_Wilson_Shift.h.
Definition at line 112 of file fprop_Wilson_Shift.cpp.
void Fprop_Wilson_Shift::set_parameters | ( | const Parameters & | params | ) |
Definition at line 49 of file fprop_Wilson_Shift.cpp.
void Fprop_Wilson_Shift::set_parameters | ( | const int | Nshift, |
const std::valarray< double > | sigma, | ||
const int | Niter, | ||
const double | Stop_cond | ||
) |
|
static |
Definition at line 46 of file fprop_Wilson_Shift.h.
|
private |
Definition at line 52 of file fprop_Wilson_Shift.h.
|
private |
Definition at line 53 of file fprop_Wilson_Shift.h.
|
private |
Definition at line 55 of file fprop_Wilson_Shift.h.
|
private |
Definition at line 58 of file fprop_Wilson_Shift.h.
|
private |
Definition at line 59 of file fprop_Wilson_Shift.h.
|
private |
Definition at line 56 of file fprop_Wilson_Shift.h.
|
protected |
Definition at line 49 of file fprop_Wilson_Shift.h.