CHROMA
eo3dprec_s_cprec_t_wilstype_fermact_w.h
Go to the documentation of this file.
1 #ifndef EO3DPREC_S_TPREC_T_WILSTYPE_FERMACT_W_H
2 #define EO3DPREC_S_TPREC_T_WILSTYPE_FERMACT_W_H
3 
4 /*! @file
5  * @brief ILUPreconditioned spatial Preconditioned Temporal Wilson like fermion action
6  */
7 
9 
10 namespace Chroma {
11  //-------------------------------------------------------------------------------------------
12  //! ILUPreconditioned Spatial, Central Temporal Preconditioned Wilson-like fermion actions with derivatives
13  /*! @ingroup actions
14  *
15  * Spatially ILUPreconditioned, Centrally temporally preconditioned like Wilson-like fermion actions
16  */
17  template<typename T, typename P, typename Q>
18  class EO3DPrecSpaceCentralPrecTimeConstDetWilsonTypeFermAct : public CentralTimePrecFermAct<T,P,Q>
19  {
20  public:
21  //! Virtual destructor to help with cleanup
23 
24  //! Produce a linear operator for this action
25  virtual EO3DPrecSpaceCentralPrecTimeLinearOperator<T,P,Q>* linOp( Handle< FermState<T,P,Q> > state) const = 0;
26 
27  //! Produce a the gamma5 hermitian version
29 
30  //! Return quark prop solver, solution of unpreconditioned system
32  const GroupXML_t& invParam) const;
33  };
34 
35 
36 }
37 #endif
ILUPreconditioned Spatial, Central Temporal Preconditioned Wilson-like fermion actions with derivativ...
virtual EO3DPrecSpaceCentralPrecTimeLinearOperator< T, P, Q > * linOp(Handle< FermState< T, P, Q > > state) const =0
Produce a linear operator for this action.
virtual LinearOperator< T > * hermitianLinOp(Handle< FermState< T, P, Q > > state) const =0
Produce a the gamma5 hermitian version.
virtual ~EO3DPrecSpaceCentralPrecTimeConstDetWilsonTypeFermAct()
Virtual destructor to help with cleanup.
virtual SystemSolver< T > * qprop(Handle< FermState< T, P, Q > > state, const GroupXML_t &invParam) const
Return quark prop solver, solution of unpreconditioned system.
Support class for fermion actions and linear operators.
Definition: state.h:94
Class for counted reference semantics.
Definition: handle.h:33
Linear Operator.
Definition: linearop.h:27
Linear system solvers.
Definition: syssolver.h:34
Asqtad Staggered-Dirac operator.
Definition: klein_gord.cc:10
const WilsonTypeFermAct< multi1d< LatticeFermion > > Handle< const ConnectState > state
Definition: pbg5p_w.cc:28
Hold group xml and type id.