BornAgain  1.18.0
Simulate and fit neutron and x-ray scattering at grazing incidence
anonymous_namespace{Polyhedron.cpp} Namespace Reference

Variables

const double eps = 2e-16
 
const double q_limit_series = 1e-2
 
const int n_limit_series = 20
 

Detailed Description

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.".

Variable Documentation

◆ eps

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().

◆ q_limit_series

const double anonymous_namespace{Polyhedron.cpp}::q_limit_series = 1e-2

Definition at line 28 of file Polyhedron.cpp.

Referenced by Polyhedron::evaluate_centered().

◆ n_limit_series

const int anonymous_namespace{Polyhedron.cpp}::n_limit_series = 20

Definition at line 29 of file Polyhedron.cpp.

Referenced by Polyhedron::evaluate_centered().