#include <rys.hh>
Public Member Functions | |
Rys (const Real a, const Real b, const Real alpha, const int p, const QuadratureRule1d &quadrature) | |
Rys (const Real a, const Real b, const Real alpha, const int p, const Array< Real > &abscissas) | |
Rys (const Rys &other) | |
uint | n () const |
Returns the number of shape functions. | |
uint | nP () const |
const Real * | values () const |
Returns the values of the shape functions. | |
Protected Member Functions | |
virtual std::ostream & | info (std::ostream &os) const |
Returns information in an output stream. | |
void | init (Real a, Real b, Real alpha, const Real xP[]) |
Protected Attributes | |
Real * | values_ |
Values of the shape functions. | |
concepts::Rys::Rys | ( | const Real | a, |
const Real | b, | ||
const Real | alpha, | ||
const int | p, | ||
const QuadratureRule1d & | quadrature | ||
) |
Compute Rys polynomials on [a,b] w.r.t. standard normal distribution up to polynomial degree p at nodes specified in quadrature
concepts::Rys::Rys | ( | const Real | a, |
const Real | b, | ||
const Real | alpha, | ||
const int | p, | ||
const Array< Real > & | abscissas | ||
) |
Compute Rys polynomials on [a,b] w.r.t. standard normal distribution up to polynomial degree p at nodes specified in abscissas
|
protectedvirtual |
Returns information in an output stream.
Implements concepts::ShapeFunction1D< Real >.
|
inlineinherited |
Returns the number of shape functions.
Definition at line 35 of file shapefunction.hh.
|
inlineinherited |
Returns the number of abscissas (in which the shape functions are evaluated)
Definition at line 38 of file shapefunction.hh.
|
inlineinherited |
Returns the values of the shape functions.
Definition at line 40 of file shapefunction.hh.
|
protectedinherited |
Values of the shape functions.
Definition at line 45 of file shapefunction.hh.