22 #ifndef _FCS_MMM1D_P_H 23 #define _FCS_MMM1D_P_H 25 #include "fcs_definitions.h" FCSResult fcs_mmm1d_set_far_switch_radius(FCS handle, fcs_float rad)
FCSResult fcs_mmm1d_get_far_switch_radius(FCS handle, fcs_float *rad)
public interface definitions for the FCSResult-object that is used for handling the return state of t...
struct FCSResult_t * FCSResult
FCSResult-object that is used for handling the return state of the ScaFaCoS library functions...
struct fcs_mmm1d_parameters_t * fcs_mmm1d_parameters
file containing all mmm1d specific functions
FCSResult fcs_mmm1d_get_bessel_cutoff(FCS handle, fcs_int *cutoff)
FCSResult fcs_mmm1d_set_maxPWerror(FCS handle, fcs_float maxPWerror)
FCSResult fcs_mmm1d_get_maxPWerror(FCS handle, fcs_float *maxPWerror)
public interface definitions for the main solver-independent functionality of the ScaFaCoS library ...
FCSResult fcs_mmm1d_set_bessel_cutoff(FCS handle, fcs_int cutoff)
struct _FCS_t * FCS
FCS-object representing an FCS solver.