![]() |
V3FIT
|
Class containing the parameters of the integration method to use. More...
Public Attributes | |
| integer | method = path_none_type |
| Integration method to use. | |
| real(rprec) | dx |
| Step size to use. | |
| real(rprec) | length |
| Quadrature interval length. | |
| real(rprec), dimension(:), pointer | weights |
| Quadrature weights. | |
| real(rprec), dimension(:), pointer | absc |
| Quadrature abscissas. | |
Class containing the parameters of the integration method to use.
Definition at line 42 of file integration_path.f.
1.8.17