22 #ifndef _FCS_EWALD_P_H 23 #define _FCS_EWALD_P_H 25 #include "fcs_definitions.h" FCSResult fcs_ewald_get_tolerance_field(FCS handle, fcs_float *tolerance_field_abs)
FCSResult fcs_ewald_get_alpha(FCS handle, fcs_float *alpha)
FCSResult fcs_ewald_set_maxkmax_tune(FCS handle)
FCSResult fcs_ewald_set_kmax_tune(FCS handle)
FCSResult fcs_ewald_set_r_cut_tune(FCS handle)
public interface definitions for the FCSResult-object that is used for handling the return state of t...
FCSResult fcs_ewald_set_maxkmax(FCS handle, fcs_int maxkmax)
FCSResult fcs_ewald_set_tolerance_field_tune(FCS handle)
FCSResult fcs_ewald_set_alpha_tune(FCS handle)
struct FCSResult_t * FCSResult
FCSResult-object that is used for handling the return state of the ScaFaCoS library functions...
FCSResult fcs_ewald_set_alpha(FCS handle, fcs_float alpha)
FCSResult fcs_ewald_set_r_cut(FCS handle, fcs_float r_cut)
FCSResult fcs_ewald_get_kmax(FCS handle, fcs_int *kmax)
public interface definitions for the main solver-independent functionality of the ScaFaCoS library ...
FCSResult fcs_ewald_set_tolerance_field(FCS handle, fcs_float tolerance_field_abs)
FCSResult fcs_ewald_get_r_cut(FCS handle, fcs_float *r_cut)
struct _FCS_t * FCS
FCS-object representing an FCS solver.
FCSResult fcs_ewald_get_maxkmax(FCS handle, fcs_int *maxkmax)
FCSResult fcs_ewald_set_kmax(FCS handle, fcs_int kmax)