|
QUDA
0.9.0
|
Full Gauge Laplace operator. Although not a Dirac operator per se, it's a linear operator so it's conventient to put in the Dirac operator abstraction. More...
#include <dirac_quda.h>


Additional Inherited Members | |
Static Public Member Functions inherited from quda::Dirac | |
| static Dirac * | create (const DiracParam ¶m) |
Static Public Member Functions inherited from quda::Object | |
| static void * | operator new (std::size_t size) |
| static void | operator delete (void *p) |
| static void * | operator new[] (std::size_t size) |
| static void | operator delete[] (void *p) |
Protected Member Functions inherited from quda::Dirac | |
| bool | newTmp (ColorSpinorField **, const ColorSpinorField &) const |
| void | deleteTmp (ColorSpinorField **, const bool &reset) const |
Protected Attributes inherited from quda::Dirac | |
| cudaGaugeField * | gauge |
| double | kappa |
| double | mass |
| QudaMatPCType | matpcType |
| QudaDagType | dagger |
| unsigned long long | flops |
| ColorSpinorField * | tmp1 |
| ColorSpinorField * | tmp2 |
| QudaDiracType | type |
| QudaTune | tune |
| int | commDim [QUDA_MAX_DIM] |
| TimeProfile | profile |
Full Gauge Laplace operator. Although not a Dirac operator per se, it's a linear operator so it's conventient to put in the Dirac operator abstraction.
Definition at line 901 of file dirac_quda.h.
| quda::GaugeLaplace::GaugeLaplace | ( | const DiracParam & | param | ) |
Definition at line 9 of file gauge_laplace.cpp.
| quda::GaugeLaplace::GaugeLaplace | ( | const GaugeLaplace & | laplace | ) |
Definition at line 11 of file gauge_laplace.cpp.
|
virtual |
Definition at line 13 of file gauge_laplace.cpp.
|
virtual |
Implements quda::Dirac.
Definition at line 21 of file gauge_laplace.cpp.
References quda::ApplyLaplace(), quda::Dirac::checkSpinorAlias(), quda::Dirac::flops, quda::Dirac::gauge, in, out, and parity.
Referenced by quda::GaugeLaplacePC::M().


|
virtual |
Implements quda::Dirac.
Definition at line 30 of file gauge_laplace.cpp.
References quda::ApplyLaplace(), quda::Dirac::checkSpinorAlias(), quda::Dirac::flops, quda::Dirac::gauge, in, out, parity, and x.
Referenced by M(), quda::GaugeLaplacePC::M(), quda::GaugeLaplacePC::prepare(), and quda::GaugeLaplacePC::reconstruct().


|
virtual |
Implements quda::Dirac.
Reimplemented in quda::GaugeLaplacePC.
Definition at line 41 of file gauge_laplace.cpp.
References quda::Dirac::checkFullSpinor(), DslashXpay(), in, quda::Dirac::kappa, out, and QUDA_INVALID_PARITY.
Referenced by MdagM().


|
virtual |
Implements quda::Dirac.
Reimplemented in quda::GaugeLaplacePC.
Definition at line 47 of file gauge_laplace.cpp.
References quda::Dirac::checkFullSpinor(), quda::Dirac::deleteTmp(), in, M(), quda::Dirac::Mdag(), quda::Dirac::newTmp(), out, and quda::Dirac::tmp1.

| GaugeLaplace & quda::GaugeLaplace::operator= | ( | const GaugeLaplace & | laplace | ) |
Definition at line 15 of file gauge_laplace.cpp.
References quda::laplace(), and quda::Dirac::operator=().
Referenced by quda::GaugeLaplacePC::operator=().


|
virtual |
Implements quda::Dirac.
Reimplemented in quda::GaugeLaplacePC.
Definition at line 58 of file gauge_laplace.cpp.
References b, errorQuda, QUDA_MATPC_SOLUTION, QUDA_MATPCDAG_MATPC_SOLUTION, src, and x.
|
virtual |
Implements quda::Dirac.
Reimplemented in quda::GaugeLaplacePC.
Definition at line 70 of file gauge_laplace.cpp.
1.8.14