SPH
Public Member Functions | List of all members
FourthOrderSpline< D > Class Template Reference

Fourth-order spline (M5) kernel. More...

#include <Kernel.h>

Inheritance diagram for FourthOrderSpline< D >:
Kernel< FourthOrderSpline< D >, D > Noncopyable

Public Member Functions

INLINE Float radius () const
 
INLINE Float valueImpl (const Float qSqr) const
 
INLINE Float gradImpl (const Float qSqr) const
 
- Public Member Functions inherited from Kernel< FourthOrderSpline< D >, 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>
class FourthOrderSpline< D >

Fourth-order spline (M5) kernel.

Definition at line 192 of file Kernel.h.

Member Function Documentation

◆ gradImpl()

template<Size D>
INLINE Float FourthOrderSpline< D >::gradImpl ( const Float  qSqr) const
inline

Definition at line 219 of file Kernel.h.

◆ radius()

template<Size D>
INLINE Float FourthOrderSpline< D >::radius ( ) const
inline

Definition at line 197 of file Kernel.h.

◆ valueImpl()

template<Size D>
INLINE Float FourthOrderSpline< D >::valueImpl ( const Float  qSqr) const
inline

Definition at line 202 of file Kernel.h.


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