|
Grid 0.7.0
|
#include <SolverModules.h>
Public Types | |
| typedef HMCModuleBase< OperatorFunction< Field > > | Base |
| typedef Base::Product | Product |
| typedef P | Parameters |
Public Member Functions | |
| virtual void | print_parameters () |
| Product * | getPtr () |
| void | set_parameters (Parameters Par) |
Data Fields | |
| std::unique_ptr< BiCGSTAB< Field > > | SolverPtr |
Protected Attributes | |
| Parameters | Par_ |
Private Types | |
| typedef SolverModule< BiCGSTAB, Field, SolverParameters > | SolverBase |
Private Member Functions | |
| virtual void | initialize () |
Private Attributes | |
| std::string | section_name |
Definition at line 123 of file SolverModules.h.
|
private |
Definition at line 124 of file SolverModules.h.
|
inherited |
Definition at line 43 of file SolverModules.h.
|
inherited |
Definition at line 44 of file SolverModules.h.
|
inherited |
|
inlineprivatevirtual |
Implements SolverModule< BiCGSTAB, Field, SolverParameters >.
Definition at line 128 of file SolverModules.h.
References SolverModule< BiCGSTAB, Field, SolverParameters >::Par_, and SolverModule< BiCGSTAB, Field, SolverParameters >::SolverPtr.
|
inlinevirtualinherited |
Reimplemented from HMCModuleBase< OperatorFunction< Field > >.
Definition at line 53 of file SolverModules.h.
|
inlinevirtualinherited |
Implements HMCModuleBase< OperatorFunction< Field > >.
Definition at line 57 of file SolverModules.h.
|
inlineinherited |
|
inherited |
Definition at line 46 of file SolverModules.h.
Referenced by BiCGSTABModule< Field >::initialize().
|
protectedinherited |
Definition at line 67 of file Modules.h.
Referenced by Parametrized(), Parametrized(), print_parameters(), and set_parameters().
|
privateinherited |
Definition at line 69 of file Modules.h.
Referenced by Parametrized().