valSPH
 All Classes Files Functions Variables
Kernel Class Referenceabstract

#include <Kernel.h>

Inheritance diagram for Kernel:
Inheritance graph
Collaboration diagram for Kernel:
Collaboration graph

Public Member Functions

 Kernel ()
 It, in fact its children, creates a new empty Kernel.
 
virtual double dAlphaEvaluate (vector< int > alpha, vector< double > q, double h)=0
 It, in fact its children, evaluates the kernel function and its Schwartz multi-index differentials.
 
 ~Kernel ()
 It destroys the Kernel object.
 

Constructor & Destructor Documentation

Kernel::Kernel ( )

It, in fact its children, creates a new empty Kernel.

Kernel::~Kernel ( )

It destroys the Kernel object.

Member Function Documentation

virtual double Kernel::dAlphaEvaluate ( vector< int >  alpha,
vector< double >  q,
double  h 
)
pure virtual

It, in fact its children, evaluates the kernel function and its Schwartz multi-index differentials.

Parameters
alphais the multi-index
qes r-r'
h
Returns
D^alpha(q,h), where D^alpha are the differential operator with Schwartz multi-index notation and alpha=0..n

Implemented in CubicKernel, GaussianKernel, QuarticKernel, QuinticKernel, TensorialKernel, and ValKernel.


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