ESPResSo 3.2.0-167-g2c9ead1-git
Extensible Simulation Package for Soft Matter Research
Functions
p3m_tcl.c File Reference
#include "parser.h"
#include "p3m_tcl.h"
#include "p3m.h"
Include dependency graph for p3m_tcl.c:

Go to the source code of this file.

Functions

int tclcommand_inter_coulomb_parse_p3m_tune (Tcl_Interp *interp, int argc, char **argv, int adaptive)
int tclcommand_inter_coulomb_parse_p3m (Tcl_Interp *interp, int argc, char **argv)
 parse the basic p3m parameters
int tclcommand_inter_coulomb_parse_p3m_opt_params (Tcl_Interp *interp, int argc, char **argv)
 parse the optimization parameters of p3m and the tuner
int tclprint_to_result_p3m (Tcl_Interp *interp)
 print the p3m parameters to the interpreters result

Function Documentation

int tclcommand_inter_coulomb_parse_p3m ( Tcl_Interp *  interp,
int  argc,
char **  argv 
)
int tclcommand_inter_coulomb_parse_p3m_opt_params ( Tcl_Interp *  interp,
int  argc,
char **  argv 
)

parse the optimization parameters of p3m and the tuner

Definition at line 216 of file p3m_tcl.c.

References ARG0_IS_S, ARG1_IS_D, ARG1_IS_I, ARG1_IS_S, ARG_IS_D, i, P3M_EPSILON_METALLIC, p3m_set_eps(), p3m_set_mesh_offset(), and p3m_set_ninterpol().

Referenced by tclcommand_inter_coulomb_parse_p3m_tune(), and tclcommand_inter_parse_coulomb().

int tclcommand_inter_coulomb_parse_p3m_tune ( Tcl_Interp *  interp,
int  argc,
char **  argv,
int  adaptive 
)
int tclprint_to_result_p3m ( Tcl_Interp *  interp)