|
Grid 0.7.0
|
#include <ActionModules.h>
Public Types | |
| typedef Base::Product | Product |
| typedef APar | Parameters |
| typedef GridModule | Resource |
Public Member Functions | |
| virtual void | acquireResource (typename Base::Resource &GridMod) |
| template<class ReaderClass> | |
| OneFlavourEOFModule (Reader< ReaderClass > &R) | |
| virtual void | initialize () |
| virtual void | print_parameters () |
| Product * | getPtr () |
| void | set_parameters (Parameters Par) |
Data Fields | |
| std::unique_ptr< ActionType > | ActionPtr |
Protected Types | |
| typedef ActionModule< OneFlavourEvenOddRationalPseudoFermionAction< Impl >, OneFlavourRationalParams > | ActionBase |
| typedef std::unique_ptr< FermionOperatorModuleBase< FermionOperator< Impl > > > | operator_type |
| typedef std::unique_ptr< HMCModuleBase< OperatorFunction< typename Impl::FermionField > > > | solver_type |
Protected Member Functions | |
| void | getFermionOperator (Reader< ReaderClass > &Reader, operator_type &fo, std::string section_name) |
| void | getSolverOperator (Reader< ReaderClass > &Reader, solver_type &so, std::string section_name) |
Protected Attributes | |
| Parameters | Par_ |
Private Types | |
| typedef PseudoFermionModuleBase< Impl, OneFlavourEvenOddRationalPseudoFermionAction, OneFlavourRationalParams > | Base |
Private Attributes | |
| Base::operator_type | fop_mod |
| std::string | section_name |
Definition at line 376 of file ActionModules.h.
|
private |
Definition at line 379 of file ActionModules.h.
|
protectedinherited |
Definition at line 199 of file ActionModules.h.
|
protectedinherited |
Definition at line 202 of file ActionModules.h.
|
protectedinherited |
Definition at line 203 of file ActionModules.h.
|
inherited |
Definition at line 58 of file ActionModules.h.
|
inherited |
Definition at line 59 of file ActionModules.h.
|
inherited |
Definition at line 46 of file ActionModules.h.
|
inline |
Definition at line 391 of file ActionModules.h.
References fop_mod, and PseudoFermionModuleBase< Impl, OneFlavourEvenOddRationalPseudoFermionAction, OneFlavourRationalParams >::getFermionOperator().
|
inlinevirtual |
Reimplemented from ActionModuleBase< Action< ActionType::GaugeField >, GridModule >.
Definition at line 385 of file ActionModules.h.
References fop_mod.
|
inlinevirtual |
Implements ActionModule< ActionType, APar >.
Definition at line 396 of file ActionModules.h.
|
inlineprotectedinherited |
Definition at line 206 of file ActionModules.h.
Referenced by OneFlavourEOFModule< Impl >::OneFlavourEOFModule().
|
inlineprotectedinherited |
Definition at line 216 of file ActionModules.h.
|
inlinevirtualinherited |
Reimplemented from HMCModuleBase< Action< ActionType::GaugeField > >.
Definition at line 69 of file ActionModules.h.
|
inlinevirtualinherited |
Implements HMCModuleBase< Action< ActionType::GaugeField > >.
Definition at line 73 of file ActionModules.h.
|
inlineinherited |
|
private |
Definition at line 382 of file ActionModules.h.
Referenced by acquireResource(), and OneFlavourEOFModule().
|
inherited |
Definition at line 61 of file ActionModules.h.
|
protectedinherited |
|
privateinherited |