OpenMD 3.0
Molecular Dynamics in the Open
Loading...
Searching...
No Matches
OpenMD::LegendreGauss1d< returnType, argumentType > Class Template Referenceabstract

Public Member Functions

 LegendreGauss1d (size_t points)
 
virtual returnType integrand (const argumentType &r) const =0
 
virtual returnType integral (const argumentType &rmin, const argumentType &rmax, RealType length) const
 

Public Attributes

std::vector< RealType > xi
 
std::vector< RealType > w
 
size_t points
 

Detailed Description

template<class returnType, class argumentType>
class OpenMD::LegendreGauss1d< returnType, argumentType >

Definition at line 51 of file LegendreGauss1d.hpp.

Constructor & Destructor Documentation

◆ LegendreGauss1d()

template<class returnType , class argumentType >
OpenMD::LegendreGauss1d< returnType, argumentType >::LegendreGauss1d ( size_t points)

Definition at line 78 of file LegendreGauss1d.hpp.

◆ ~LegendreGauss1d()

template<class returnType , class argumentType >
OpenMD::LegendreGauss1d< returnType, argumentType >::~LegendreGauss1d ( )
virtual

Definition at line 148 of file LegendreGauss1d.hpp.

Member Function Documentation

◆ integral()

template<class returnType , class argumentType >
returnType OpenMD::LegendreGauss1d< returnType, argumentType >::integral ( const argumentType & rmin,
const argumentType & rmax,
RealType length ) const
virtual

Definition at line 156 of file LegendreGauss1d.hpp.

Member Data Documentation

◆ points

template<class returnType , class argumentType >
size_t OpenMD::LegendreGauss1d< returnType, argumentType >::points

Definition at line 62 of file LegendreGauss1d.hpp.

◆ w

template<class returnType , class argumentType >
std::vector<RealType> OpenMD::LegendreGauss1d< returnType, argumentType >::w

Definition at line 61 of file LegendreGauss1d.hpp.

◆ xi

template<class returnType , class argumentType >
std::vector<RealType> OpenMD::LegendreGauss1d< returnType, argumentType >::xi

Definition at line 60 of file LegendreGauss1d.hpp.


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