ScaFaCoS
1.0.1
Scalable Fast Coulomb Solvers
|
Go to the source code of this file.
Functions | |
FCSResult | fcs_ewald_set_kmax (FCS handle, fcs_int kmax) |
FCSResult | fcs_ewald_set_kmax_tune (FCS handle) |
FCSResult | fcs_ewald_get_kmax (FCS handle, fcs_int *kmax) |
FCSResult | fcs_ewald_set_maxkmax (FCS handle, fcs_int maxkmax) |
FCSResult | fcs_ewald_set_maxkmax_tune (FCS handle) |
FCSResult | fcs_ewald_get_maxkmax (FCS handle, fcs_int *maxkmax) |
FCSResult | fcs_ewald_set_r_cut (FCS handle, fcs_float r_cut) |
FCSResult | fcs_ewald_set_r_cut_tune (FCS handle) |
FCSResult | fcs_ewald_get_r_cut (FCS handle, fcs_float *r_cut) |
FCSResult | fcs_ewald_set_alpha (FCS handle, fcs_float alpha) |
FCSResult | fcs_ewald_set_alpha_tune (FCS handle) |
FCSResult | fcs_ewald_get_alpha (FCS handle, fcs_float *alpha) |
FCSResult | fcs_ewald_set_tolerance_field (FCS handle, fcs_float tolerance_field_abs) |
FCSResult | fcs_ewald_set_tolerance_field_tune (FCS handle) |
FCSResult | fcs_ewald_get_tolerance_field (FCS handle, fcs_float *tolerance_field_abs) |