#include "fcs_definitions.h"
#include "fcs_result_p.h"
#include "fcs_interface_p.h"
Go to the source code of this file.
◆ fcs_mmm1d_parameters
file containing all mmm1d specific functions
Definition at line 31 of file fcs_mmm1d_p.h.
◆ fcs_mmm1d_get_bessel_cutoff()
FCSResult fcs_mmm1d_get_bessel_cutoff |
( |
FCS |
handle, |
|
|
fcs_int * |
cutoff |
|
) |
| |
◆ fcs_mmm1d_get_far_switch_radius()
FCSResult fcs_mmm1d_get_far_switch_radius |
( |
FCS |
handle, |
|
|
fcs_float * |
rad |
|
) |
| |
◆ fcs_mmm1d_get_maxPWerror()
FCSResult fcs_mmm1d_get_maxPWerror |
( |
FCS |
handle, |
|
|
fcs_float * |
maxPWerror |
|
) |
| |
◆ fcs_mmm1d_set_bessel_cutoff()
FCSResult fcs_mmm1d_set_bessel_cutoff |
( |
FCS |
handle, |
|
|
fcs_int |
cutoff |
|
) |
| |
◆ fcs_mmm1d_set_far_switch_radius()
FCSResult fcs_mmm1d_set_far_switch_radius |
( |
FCS |
handle, |
|
|
fcs_float |
rad |
|
) |
| |
◆ fcs_mmm1d_set_maxPWerror()
FCSResult fcs_mmm1d_set_maxPWerror |
( |
FCS |
handle, |
|
|
fcs_float |
maxPWerror |
|
) |
| |