OpenMD 3.2
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 54 of file LegendreGauss1d.hpp.

Constructor & Destructor Documentation

◆ LegendreGauss1d()

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

Definition at line 81 of file LegendreGauss1d.hpp.

◆ ~LegendreGauss1d()

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

Definition at line 151 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 159 of file LegendreGauss1d.hpp.

Member Data Documentation

◆ points

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

Definition at line 65 of file LegendreGauss1d.hpp.

◆ w

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

Definition at line 64 of file LegendreGauss1d.hpp.

◆ xi

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

Definition at line 63 of file LegendreGauss1d.hpp.


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