|
Grid 0.7.0
|
#include <ActionModules.h>
Public Types | |
| typedef ActionModuleBase< Action< typename FermionA< Impl >::GaugeField >, GridModule > | Base |
| typedef Base::Product | Product |
| typedef NoParameters | Parameters |
| typedef GridModule | Resource |
Public Member Functions | |
| virtual void | print_parameters () |
| Product * | getPtr () |
| void | set_parameters (Parameters Par) |
| virtual void | acquireResource (GridModule &) |
Data Fields | |
| std::unique_ptr< FermionA< Impl > > | ActionPtr |
Protected Types | |
| typedef ActionModule< FermionA< Impl >, Params > | ActionBase |
| typedef std::unique_ptr< FermionOperatorModuleBase< FermionOperator< Impl > > > | operator_type |
| typedef std::unique_ptr< HMCModuleBase< OperatorFunction< typename Impl::FermionField > > > | solver_type |
Protected Member Functions | |
| template<class ReaderClass> | |
| void | getFermionOperator (Reader< ReaderClass > &Reader, operator_type &fo, std::string section_name) |
| template<class ReaderClass> | |
| void | getSolverOperator (Reader< ReaderClass > &Reader, solver_type &so, std::string section_name) |
Protected Attributes | |
| Parameters | Par_ |
Private Member Functions | |
| virtual void | initialize ()=0 |
Private Attributes | |
| std::string | section_name |
Definition at line 197 of file ActionModules.h.
|
protected |
Definition at line 199 of file ActionModules.h.
|
protected |
Definition at line 202 of file ActionModules.h.
|
protected |
Definition at line 203 of file ActionModules.h.
|
inherited |
Definition at line 57 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.
|
inlineprotected |
Definition at line 206 of file ActionModules.h.
|
inlineprotected |
Definition at line 216 of file ActionModules.h.
|
inlinevirtualinherited |
Reimplemented from HMCModuleBase< Action< FermionA< Impl >::GaugeField > >.
Definition at line 69 of file ActionModules.h.
|
inlinevirtualinherited |
Implements HMCModuleBase< Action< FermionA< Impl >::GaugeField > >.
Definition at line 73 of file ActionModules.h.
|
privatepure virtualinherited |
|
inlineinherited |
|
inlinevirtualinherited |
Definition at line 47 of file ActionModules.h.
|
inherited |
Definition at line 61 of file ActionModules.h.
|
protectedinherited |
|
privateinherited |