QPMS
Electromagnetic multiple scattering library and toolkit.
qpms
tolerances.h
Go to the documentation of this file.
1
2
#ifndef QPMS_TOLERANCES_H
3
#define QPMS_TOLERANCES_H
4
5
// TODO DOC
6
7
typedef
struct
qpms_tolerance_spec_t
{
8
double
atol;
9
double
rtol;
10
}
qpms_tolerance_spec_t
;
11
13
static
const
qpms_tolerance_spec_t
QPMS_TOLERANCE_DEFAULT
= {.atol = 1e-9, .rtol = 1e-8};
14
15
#endif
// QPMS_TOLERANCES_H
qpms_tolerance_spec_t
Definition:
tolerances.h:7
QPMS_TOLERANCE_DEFAULT
static const qpms_tolerance_spec_t QPMS_TOLERANCE_DEFAULT
A rather arbitrary default tolerance.
Definition:
tolerances.h:13
Generated on Fri Jun 10 2022 12:43:00 for QPMS by
1.9.1