22 #ifndef FCS_WOLF_P_INCLUDED 23 #define FCS_WOLF_P_INCLUDED 26 #include "fcs_definitions.h" 98 void fcs_wolf_setup_f(
void *handle, fcs_float cutoff, fcs_float alpha, fcs_int *return_value);
FCSResult fcs_wolf_get_alpha(FCS handle, fcs_float *alpha)
function to get the current ewald splitting parameter alpha
void fcs_wolf_setup_f(void *handle, fcs_float cutoff, fcs_float alpha, fcs_int *return_value)
function to set all solver parameters (Fortran wrapper)
FCSResult fcs_wolf_get_cutoff(FCS handle, fcs_float *cutoff)
function to get the current cutoff radius
struct fcs_wolf_parameters_t * fcs_wolf_parameters
data structure with parameters of the wolf solver
FCSResult fcs_wolf_set_cutoff(FCS handle, fcs_float cutoff)
function to set the cutoff radius
FCSResult fcs_wolf_setup(FCS handle, fcs_float cutoff, fcs_float alpha)
function to set all solver parameters
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...
public interface definitions for the main solver-independent functionality of the ScaFaCoS library ...
FCSResult fcs_wolf_set_alpha(FCS handle, fcs_float alpha)
function to set the ewald splitting parameter alpha
struct _FCS_t * FCS
FCS-object representing an FCS solver.