Inheritance diagram for Chroma::DWFQprop< T >:

Public Member Functions | |
| DWFQprop (Handle< SystemSolverArray< T > > qpropT_, Handle< LinearOperatorArray< T > > A_, Handle< LinearOperatorArray< T > > PV_, const Real &m_q_) | |
| Constructor. | |
| ~DWFQprop () | |
| Destructor is automatic. | |
| const Subset & | subset () const |
| Return the subset on which the operator acts. | |
| SystemSolverResults_t | operator() (T &psi, const T &chi) const |
| Solver the linear system. | |
Private Member Functions | |
| DWFQprop () | |
Private Attributes | |
| Handle< SystemSolverArray< T > > | qpropT |
| Handle< LinearOperatorArray< T > > | A |
| Handle< LinearOperatorArray< T > > | PV |
| const Real | m_q |
Propagator solver for DWF-like fermions
Definition at line 21 of file dwf_fermact_qprop_array_w.cc.
| Chroma::DWFQprop< T >::DWFQprop | ( | Handle< SystemSolverArray< T > > | qpropT_, | |
| Handle< LinearOperatorArray< T > > | A_, | |||
| Handle< LinearOperatorArray< T > > | PV_, | |||
| const Real & | m_q_ | |||
| ) | [inline] |
Constructor.
| qpropT_ | 5D solver ( Read ) | |
| PV_ | Pauli-Villars linear operator ( Read ) | |
| m_q_ | quark mass ( Read ) |
Definition at line 30 of file dwf_fermact_qprop_array_w.cc.
| Chroma::DWFQprop< T >::~DWFQprop | ( | ) | [inline] |
| Chroma::DWFQprop< T >::DWFQprop | ( | ) | [inline, private] |
Definition at line 102 of file dwf_fermact_qprop_array_w.cc.
| SystemSolverResults_t Chroma::DWFQprop< T >::operator() | ( | T & | psi, | |
| const T & | chi | |||
| ) | const [inline, virtual] |
Solver the linear system.
| psi | quark propagator ( Modify ) | |
| chi | source ( Read ) |
Implements Chroma::SystemSolver< T >.
Definition at line 48 of file dwf_fermact_qprop_array_w.cc.
References Chroma::DwfFld(), END_CODE, Chroma::DWFQprop< T >::m_q, Chroma::MINUS, N5, Chroma::PLUS, Chroma::DWFQprop< T >::PV, Chroma::SystemSolverResults_t::resid, and START_CODE.
| const Subset& Chroma::DWFQprop< T >::subset | ( | void | ) | const [inline, virtual] |
Return the subset on which the operator acts.
Implements Chroma::SystemSolver< T >.
Definition at line 40 of file dwf_fermact_qprop_array_w.cc.
Handle< LinearOperatorArray<T> > Chroma::DWFQprop< T >::A [private] |
Definition at line 105 of file dwf_fermact_qprop_array_w.cc.
const Real Chroma::DWFQprop< T >::m_q [private] |
Definition at line 107 of file dwf_fermact_qprop_array_w.cc.
Referenced by Chroma::DWFQprop< T >::operator()().
Handle< LinearOperatorArray<T> > Chroma::DWFQprop< T >::PV [private] |
Definition at line 106 of file dwf_fermact_qprop_array_w.cc.
Referenced by Chroma::DWFQprop< T >::operator()().
Handle< SystemSolverArray<T> > Chroma::DWFQprop< T >::qpropT [private] |
Definition at line 104 of file dwf_fermact_qprop_array_w.cc.
1.4.7