ESPResSo 3.2.0-159-gf5c8922-git
Extensible Simulation Package for Soft Matter Research
Functions
tab_tcl.c File Reference
#include "utils.h"
#include "tab_tcl.h"
#include "tab.h"
#include "parser.h"
#include "forcecap_tcl.h"
Include dependency graph for tab_tcl.c:

Go to the source code of this file.

Functions

int tclcommand_inter_parse_tabulated_bonded (Tcl_Interp *interp, int bond_type, int argc, char **argv)
 parse parameters for the tabulated bonded potential
int tclcommand_inter_parse_tabforcecap (Tcl_Interp *interp, int argc, char **argv)
 parser for the force cap
int tclcommand_inter_parse_tab (Tcl_Interp *interp, int part_type_a, int part_type_b, int argc, char **argv)
int tclprint_to_result_tabulated_bondedIA (Tcl_Interp *interp, Bonded_ia_parameters *params)

Function Documentation

int tclcommand_inter_parse_tab ( Tcl_Interp *  interp,
int  part_type_a,
int  part_type_b,
int  argc,
char **  argv 
)

Definition at line 89 of file tab_tcl.c.

References tabulated_set_params().

Referenced by tclcommand_inter_parse_non_bonded().

int tclcommand_inter_parse_tabforcecap ( Tcl_Interp *  interp,
int  argc,
char **  argv 
)

parser for the force cap

Definition at line 79 of file tab_tcl.c.

References tclcommand_inter_parse_forcecap().

Referenced by tclcommand_inter_parse_rest().

int tclcommand_inter_parse_tabulated_bonded ( Tcl_Interp *  interp,
int  bond_type,
int  argc,
char **  argv 
)

parse parameters for the tabulated bonded potential

Definition at line 32 of file tab_tcl.c.

References ARG_IS_S, TAB_BOND_ANGLE, TAB_BOND_DIHEDRAL, TAB_BOND_LENGTH, TAB_UNKNOWN, and tabulated_bonded_set_params().

Referenced by tclcommand_inter_parse_bonded().

int tclprint_to_result_tabulated_bondedIA ( Tcl_Interp *  interp,
Bonded_ia_parameters params 
)