valSPH
 All Classes Files Functions Variables
QuinticKernel Class Reference

#include <QuinticKernel.h>

Inheritance diagram for QuinticKernel:
Inheritance graph
Collaboration diagram for QuinticKernel:
Collaboration graph

Public Member Functions

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

Constructor & Destructor Documentation

QuinticKernel::QuinticKernel ( )

It creates a new empty QuinticKernel.

QuinticKernel::~QuinticKernel ( )

It destroys the QuinticKernel object.

Member Function Documentation

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

It 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

Implements Kernel.


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