ESPResSo 3.2.0-11-g9950804-git
Extensible Simulation Package for Soft Matter Research
Functions
overlap_tcl.h File Reference

Tcl interface for overlap.h. More...

#include "parser.h"
Include dependency graph for overlap_tcl.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int tclcommand_inter_parse_overlapped_bonded (Tcl_Interp *interp, int bond_type, int argc, char **argv)
 parse parameters for the overlapped bonded potential
int tclprint_to_result_overlapIA (Tcl_Interp *interp, Bonded_ia_parameters *params)

Detailed Description

Tcl interface for overlap.h.

Definition in file overlap_tcl.h.


Function Documentation

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

parse parameters for the overlapped bonded potential

Definition at line 32 of file overlap_tcl.c.

References ARG_IS_S, OVERLAP_BOND_ANGLE, OVERLAP_BOND_DIHEDRAL, OVERLAP_BOND_LENGTH, OVERLAP_UNKNOWN, and overlapped_bonded_set_params().

Referenced by tclcommand_inter_parse_bonded().

int tclprint_to_result_overlapIA ( Tcl_Interp *  interp,
Bonded_ia_parameters params 
)