SPH
Public Member Functions | List of all members
ScalingKernel< D, TKernel > Class Template Reference

Helper kernel wrapper that modifies the support of another kernel. More...

#include <Kernel.h>

Inheritance diagram for ScalingKernel< D, TKernel >:
Kernel< ScalingKernel< D, TKernel >, D > Noncopyable

Public Member Functions

 ScalingKernel (const Float newRadius)
 
INLINE Float radius () const
 
INLINE Float valueImpl (const Float qSqr) const
 
INLINE Float gradImpl (const Float qSqr) const
 
- Public Member Functions inherited from Kernel< ScalingKernel< D, TKernel >, D >
 Kernel ()=default
 
INLINE Float value (const Vector &r, const Float h) const noexcept
 
INLINE Vector grad (const Vector &r, const Float h) const noexcept
 
- Public Member Functions inherited from Noncopyable
 Noncopyable ()=default
 
 Noncopyable (const Noncopyable &)=delete
 
 Noncopyable (Noncopyable &&)=default
 
Noncopyableoperator= (const Noncopyable &)=delete
 
Noncopyableoperator= (Noncopyable &&)=default
 

Detailed Description

template<Size D, typename TKernel>
class ScalingKernel< D, TKernel >

Helper kernel wrapper that modifies the support of another kernel.

Definition at line 485 of file Kernel.h.

Constructor & Destructor Documentation

◆ ScalingKernel()

template<Size D, typename TKernel >
ScalingKernel< D, TKernel >::ScalingKernel ( const Float  newRadius)
inlineexplicit

Definition at line 491 of file Kernel.h.

Member Function Documentation

◆ gradImpl()

template<Size D, typename TKernel >
INLINE Float ScalingKernel< D, TKernel >::gradImpl ( const Float  qSqr) const
inline

Definition at line 503 of file Kernel.h.

◆ radius()

template<Size D, typename TKernel >
INLINE Float ScalingKernel< D, TKernel >::radius ( ) const
inline

Definition at line 495 of file Kernel.h.

◆ valueImpl()

template<Size D, typename TKernel >
INLINE Float ScalingKernel< D, TKernel >::valueImpl ( const Float  qSqr) const
inline

Definition at line 499 of file Kernel.h.


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