BornAgain
1.18.0
Simulate and fit neutron and x-ray scattering at grazing incidence
|
Variables | |
const double | eps = 2e-16 |
const double | q_limit_series = 1e-2 |
const int | n_limit_series = 20 |
The mathematics implemented here is described in full detail in a paper by Joachim Wuttke, entitled "Form factor (Fourier shape transform) of polygon and polyhedron.".
const double anonymous_namespace{Polyhedron.cpp}::eps = 2e-16 |
Definition at line 27 of file Polyhedron.cpp.
Referenced by Polyhedron::assert_platonic(), and Polyhedron::evaluate_centered().
const double anonymous_namespace{Polyhedron.cpp}::q_limit_series = 1e-2 |
Definition at line 28 of file Polyhedron.cpp.
Referenced by Polyhedron::evaluate_centered().
const int anonymous_namespace{Polyhedron.cpp}::n_limit_series = 20 |
Definition at line 29 of file Polyhedron.cpp.
Referenced by Polyhedron::evaluate_centered().