PeriDyno 1.2.1
Loading...
Searching...
No Matches
dyno::CorrectedMPSKernel< Real > Class Template Reference

#include <Kernel.h>

Inheritance diagram for dyno::CorrectedMPSKernel< Real >:
Collaboration diagram for dyno::CorrectedMPSKernel< Real >:

Public Member Functions

DYN_FUNC CorrectedMPSKernel ()
 
DYN_FUNC ~CorrectedMPSKernel ()
 
DYN_FUNC Real Weight (const Real r, const Real h) override
 
DYN_FUNC Real Gradient (const Real r, const Real h) override
 
DYN_FUNC Real WeightRR (const Real r, const Real h)
 
- Public Member Functions inherited from dyno::Kernel< Real >
DYN_FUNC Kernel ()
 
DYN_FUNC ~Kernel ()
 
virtual DYN_FUNC Real integral (const Real r, const Real h)
 

Static Public Member Functions

static DYN_FUNC Real weight (const Real r, const Real h, Real scale)
 
static DYN_FUNC Real gradient (const Real r, const Real h, Real scale)
 
static DYN_FUNC Real weightRR (const Real r, const Real h, Real scale)
 

Additional Inherited Members

- Public Attributes inherited from dyno::Kernel< Real >
Real m_scale = Real(1)
 

Detailed Description

template<typename Real>
class dyno::CorrectedMPSKernel< Real >

Definition at line 490 of file Kernel.h.

Constructor & Destructor Documentation

◆ CorrectedMPSKernel()

template<typename Real>
DYN_FUNC dyno::CorrectedMPSKernel< Real >::CorrectedMPSKernel ( )
inline

Definition at line 493 of file Kernel.h.

Here is the call graph for this function:

◆ ~CorrectedMPSKernel()

template<typename Real>
DYN_FUNC dyno::CorrectedMPSKernel< Real >::~CorrectedMPSKernel ( )
inline

Definition at line 494 of file Kernel.h.

Member Function Documentation

◆ Gradient()

template<typename Real>
DYN_FUNC Real dyno::CorrectedMPSKernel< Real >::Gradient ( const Real r,
const Real h )
inlineoverridevirtual

Reimplemented from dyno::Kernel< Real >.

Definition at line 501 of file Kernel.h.

Here is the call graph for this function:

◆ gradient()

template<typename Real>
static DYN_FUNC Real dyno::CorrectedMPSKernel< Real >::gradient ( const Real r,
const Real h,
Real scale )
inlinestatic

Definition at line 522 of file Kernel.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ Weight()

template<typename Real>
DYN_FUNC Real dyno::CorrectedMPSKernel< Real >::Weight ( const Real r,
const Real h )
inlineoverridevirtual

Reimplemented from dyno::Kernel< Real >.

Definition at line 496 of file Kernel.h.

Here is the call graph for this function:

◆ weight()

template<typename Real>
static DYN_FUNC Real dyno::CorrectedMPSKernel< Real >::weight ( const Real r,
const Real h,
Real scale )
inlinestatic

Definition at line 511 of file Kernel.h.

Here is the caller graph for this function:

◆ WeightRR()

template<typename Real>
DYN_FUNC Real dyno::CorrectedMPSKernel< Real >::WeightRR ( const Real r,
const Real h )
inline

Definition at line 506 of file Kernel.h.

Here is the call graph for this function:

◆ weightRR()

template<typename Real>
static DYN_FUNC Real dyno::CorrectedMPSKernel< Real >::weightRR ( const Real r,
const Real h,
Real scale )
inlinestatic

Definition at line 533 of file Kernel.h.

Here is the call graph for this function:
Here is the caller graph for this function:

The documentation for this class was generated from the following file: