22 #ifndef _FCS_MMM2D_P_H 23 #define _FCS_MMM2D_P_H 25 #include "fcs_definitions.h" FCSResult fcs_mmm2d_set_maxPWerror(FCS handle, fcs_float maxPWerror)
file containing all mmm2d specific functions
FCSResult fcs_mmm2d_get_total_energy(FCS handle, fcs_float *total_energy)
FCSResult fcs_mmm2d_set_far_cutoff(FCS handle, fcs_float cutoff)
FCSResult fcs_mmm2d_get_layers_per_node(FCS handle, fcs_int *n_layers)
FCSResult fcs_mmm2d_get_skin(FCS handle, fcs_float *skin)
FCSResult fcs_mmm2d_get_dielectric_contrasts(FCS handle, fcs_float *delta_top, fcs_float *delta_bot)
FCSResult fcs_mmm2d_set_skin(FCS handle, fcs_float skin)
FCSResult fcs_mmm2d_get_far_cutoff(FCS handle, fcs_float *cutoff)
FCSResult fcs_mmm2d_set_layers_per_node(FCS handle, fcs_int n_layers)
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...
FCSResult fcs_mmm2d_require_total_energy(FCS handle, fcs_int flag)
FCSResult fcs_mmm2d_get_maxPWerror(FCS handle, fcs_float *maxPWerror)
public interface definitions for the main solver-independent functionality of the ScaFaCoS library ...
struct _FCS_t * FCS
FCS-object representing an FCS solver.
FCSResult fcs_mmm2d_set_dielectric_contrasts(FCS handle, fcs_float delta_top, fcs_float delta_bot)