OpenMD 3.1
Molecular Dynamics in the Open
|
Public Member Functions | |
LegendreGauss1dParams (size_t points) | |
virtual RealType | integrand (const RealType &r) const |
Public Member Functions inherited from OpenMD::LegendreGauss1d< RealType, RealType > | |
LegendreGauss1d (size_t points) | |
virtual RealType | integral (const RealType &rmin, const RealType &rmax, RealType length) const |
Additional Inherited Members | |
Public Attributes inherited from OpenMD::LegendreGauss1d< RealType, RealType > | |
std::vector< RealType > | xi |
std::vector< RealType > | w |
size_t | points |
Definition at line 67 of file LegendreGauss1d.hpp.
|
inline |
Definition at line 69 of file LegendreGauss1d.hpp.
|
inlinevirtual |
Implements OpenMD::LegendreGauss1d< RealType, RealType >.
Definition at line 72 of file LegendreGauss1d.hpp.