![]() |
ESPResSo 3.2.0-167-g2c9ead1-git
Extensible Simulation Package for Soft Matter Research
|
#include "parser.h"

Go to the source code of this file.
Functions | |
| int | tclcommand_analyze_parse_set_chains (Tcl_Interp *interp, int argc, char **argv) |
| int | tclcommand_analyze_set_parse_chain_topology (Tcl_Interp *interp, int argc, char **argv) |
| int | tclcommand_analyze_parse_re (Tcl_Interp *interp, int average, int argc, char **argv) |
| int | tclcommand_analyze_parse_rg (Tcl_Interp *interp, int average, int argc, char **argv) |
| int | tclcommand_analyze_parse_rh (Tcl_Interp *interp, int average, int argc, char **argv) |
| int | tclcommand_analyze_parse_internal_dist (Tcl_Interp *interp, int average, int argc, char **argv) |
| int | tclcommand_analyze_parse_bond_l (Tcl_Interp *interp, int average, int argc, char **argv) |
| int | tclcommand_analyze_parse_bond_dist (Tcl_Interp *interp, int average, int argc, char **argv) |
| int | tclcommand_analyze_parse_g123 (Tcl_Interp *interp, int average, int argc, char **argv) |
| int | tclcommand_analyze_parse_g_av (Tcl_Interp *interp, int average, int argc, char **argv) |
| int | tclcommand_analyze_parse_formfactor (Tcl_Interp *interp, int average, int argc, char **argv) |
| int | tclcommand_analyze_parse_rdfchain (Tcl_Interp *interp, int argc, char **argv) |
| int | tclcommand_analyze_parse_cwvac (Tcl_Interp *interp, int argc, char **argv) |
| int tclcommand_analyze_parse_bond_dist | ( | Tcl_Interp * | interp, |
| int | average, | ||
| int | argc, | ||
| char ** | argv | ||
| ) |
Definition at line 221 of file statistics_chain_tcl.c.
References ARG_IS_I, ARG_IS_S, calc_bond_dist(), calc_bond_dist_av(), chain_length, free, i, n_configs, and tclcommand_analyze_set_parse_chain_topology_check().
Referenced by tclcommand_analyze().
| int tclcommand_analyze_parse_bond_l | ( | Tcl_Interp * | interp, |
| int | average, | ||
| int | argc, | ||
| char ** | argv | ||
| ) |
Definition at line 201 of file statistics_chain_tcl.c.
References calc_bond_l(), calc_bond_l_av(), free, n_configs, and tclcommand_analyze_set_parse_chain_topology_check().
Referenced by tclcommand_analyze().
| int tclcommand_analyze_parse_cwvac | ( | Tcl_Interp * | interp, |
| int | argc, | ||
| char ** | argv | ||
| ) |
Definition at line 437 of file statistics_chain_tcl.c.
References analyze_cwvac(), ARG0_IS_I, ARG1_IS_I, chain_length, chain_n_chains, free, i, tclcommand_analyze_set_parse_chain_topology_check(), updatePartCfg(), and WITHOUT_BONDS.
Referenced by tclcommand_analyze().
| int tclcommand_analyze_parse_formfactor | ( | Tcl_Interp * | interp, |
| int | average, | ||
| int | argc, | ||
| char ** | argv | ||
| ) |
Definition at line 330 of file statistics_chain_tcl.c.
References analyze_formfactor(), analyze_formfactor_av(), ARG0_IS_D, ARG1_IS_D, ARG_IS_I, chain_length, chain_n_chains, free, i, n_configs, and tclcommand_analyze_set_parse_chain_topology_check().
Referenced by tclcommand_analyze().
| int tclcommand_analyze_parse_g123 | ( | Tcl_Interp * | interp, |
| int | average, | ||
| int | argc, | ||
| char ** | argv | ||
| ) |
Definition at line 260 of file statistics_chain_tcl.c.
References ARG0_IS_S, calc_g123(), chain_n_chains, init_g123(), n_chains_g, n_part_g, n_total_particles, partCM_g, partCoord_g, and tclcommand_analyze_set_parse_chain_topology_check().
Referenced by tclcommand_analyze().
| int tclcommand_analyze_parse_g_av | ( | Tcl_Interp * | interp, |
| int | average, | ||
| int | argc, | ||
| char ** | argv | ||
| ) |
Definition at line 289 of file statistics_chain_tcl.c.
References ARG0_IS_S, ARG_IS_D, calc_g1_av(), calc_g2_av(), calc_g3_av(), free, i, n_configs, and tclcommand_analyze_set_parse_chain_topology_check().
Referenced by tclcommand_analyze().
| int tclcommand_analyze_parse_internal_dist | ( | Tcl_Interp * | interp, |
| int | average, | ||
| int | argc, | ||
| char ** | argv | ||
| ) |
Definition at line 172 of file statistics_chain_tcl.c.
References calc_internal_dist(), calc_internal_dist_av(), chain_length, free, i, n_configs, and tclcommand_analyze_set_parse_chain_topology_check().
Referenced by tclcommand_analyze().
| int tclcommand_analyze_parse_rdfchain | ( | Tcl_Interp * | interp, |
| int | argc, | ||
| char ** | argv | ||
| ) |
Definition at line 383 of file statistics_chain_tcl.c.
References analyze_rdfchain(), ARG0_IS_D, ARG1_IS_D, ARG_IS_I, chain_length, chain_n_chains, free, i, tclcommand_analyze_set_parse_chain_topology_check(), updatePartCfg(), and WITHOUT_BONDS.
Referenced by tclcommand_analyze().
| int tclcommand_analyze_parse_re | ( | Tcl_Interp * | interp, |
| int | average, | ||
| int | argc, | ||
| char ** | argv | ||
| ) |
Definition at line 81 of file statistics_chain_tcl.c.
References calc_re(), calc_re_av(), free, n_configs, and tclcommand_analyze_set_parse_chain_topology_check().
Referenced by tclcommand_analyze().
| int tclcommand_analyze_parse_rg | ( | Tcl_Interp * | interp, |
| int | average, | ||
| int | argc, | ||
| char ** | argv | ||
| ) |
Definition at line 113 of file statistics_chain_tcl.c.
References calc_rg(), calc_rg_av(), free, n_configs, and tclcommand_analyze_set_parse_chain_topology_check().
Referenced by tclcommand_analyze().
| int tclcommand_analyze_parse_rh | ( | Tcl_Interp * | interp, |
| int | average, | ||
| int | argc, | ||
| char ** | argv | ||
| ) |
Definition at line 142 of file statistics_chain_tcl.c.
References calc_rh(), calc_rh_av(), free, n_configs, and tclcommand_analyze_set_parse_chain_topology_check().
Referenced by tclcommand_analyze().
| int tclcommand_analyze_parse_set_chains | ( | Tcl_Interp * | interp, |
| int | argc, | ||
| char ** | argv | ||
| ) |
| int tclcommand_analyze_set_parse_chain_topology | ( | Tcl_Interp * | interp, |
| int | argc, | ||
| char ** | argv | ||
| ) |
Definition at line 33 of file statistics_chain_tcl.c.
References ARG0_IS_I, ARG1_IS_I, ARG_IS_I, chain_length, chain_n_chains, chain_start, i, n_molecules, realloc_intlist(), realloc_topology(), topology, and Molecule::type.
Referenced by tclcommand_analyze_parse_set(), and tclcommand_analyze_set_parse_chain_topology_check().
1.7.5.1