|
OpenMD 3.1
Molecular Dynamics in the Open
|
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 |
Definition at line 51 of file LegendreGauss1d.hpp.
| OpenMD::LegendreGauss1d< returnType, argumentType >::LegendreGauss1d | ( | size_t | points | ) |
Definition at line 78 of file LegendreGauss1d.hpp.
|
virtual |
Definition at line 148 of file LegendreGauss1d.hpp.
|
virtual |
Definition at line 156 of file LegendreGauss1d.hpp.
| size_t OpenMD::LegendreGauss1d< returnType, argumentType >::points |
Definition at line 62 of file LegendreGauss1d.hpp.
| std::vector<RealType> OpenMD::LegendreGauss1d< returnType, argumentType >::w |
Definition at line 61 of file LegendreGauss1d.hpp.
| std::vector<RealType> OpenMD::LegendreGauss1d< returnType, argumentType >::xi |
Definition at line 60 of file LegendreGauss1d.hpp.