![]() |
ESPResSo 3.2.0-159-gf5c8922-git
Extensible Simulation Package for Soft Matter Research
|


Go to the source code of this file.
Data Structures | |
| struct | Observable_Tclcommand_Arg_Container |
Functions | |
| int | tclcommand_observable (ClientData data, Tcl_Interp *interp, int argc, char **argv) |
| int | tclcommand_observable_print_formatted (Tcl_Interp *interp, int argc, char **argv, int *change, observable *obs, double *values) |
| int | parse_id_list (Tcl_Interp *interp, int argc, char **argv, int *change, IntList **ids) |
| int | observable_tclcommand (void *_container, double *A, unsigned int n_A) |
| int observable_tclcommand | ( | void * | _container, |
| double * | A, | ||
| unsigned int | n_A | ||
| ) |
Definition at line 1317 of file statistics_observable_tcl.c.
References Observable_Tclcommand_Arg_Container::command, and Observable_Tclcommand_Arg_Container::interp.
Referenced by tclcommand_observable_tclcommand().
| int parse_id_list | ( | Tcl_Interp * | interp, |
| int | argc, | ||
| char ** | argv, | ||
| int * | change, | ||
| IntList ** | ids | ||
| ) |
Definition at line 34 of file statistics_observable_tcl.c.
References alloc_intlist(), ARG0_IS_S, convert_types_to_ids(), IntList::e, i, init_intlist(), malloc, IntList::n, n_total_particles, and parse_int_list().
Referenced by tclcommand_observable_com_force(), tclcommand_observable_com_position(), tclcommand_observable_com_velocity(), tclcommand_observable_currents(), tclcommand_observable_dipole_moment(), tclcommand_observable_interacts_with(), tclcommand_observable_particle_angular_momentum(), tclcommand_observable_particle_currents(), tclcommand_observable_particle_forces(), tclcommand_observable_particle_positions(), tclcommand_observable_particle_velocities(), tclcommand_parse_profile(), and tclcommand_parse_radial_profile().
| int tclcommand_observable | ( | ClientData | data, |
| Tcl_Interp * | interp, | ||
| int | argc, | ||
| char ** | argv | ||
| ) |
Definition at line 798 of file statistics_observable_tcl.c.
References ARG1_IS_I, ARG1_IS_S, ARG_IS_S, n_observables, observables, realloc, REGISTER_OBSERVABLE, tclcommand_observable_com_force(), tclcommand_observable_com_position(), tclcommand_observable_com_velocity(), tclcommand_observable_currents(), tclcommand_observable_density_profile(), tclcommand_observable_dipole_moment(), tclcommand_observable_flux_density_profile(), tclcommand_observable_interacts_with(), tclcommand_observable_lb_radial_velocity_profile(), tclcommand_observable_lb_velocity_profile(), tclcommand_observable_particle_angular_momentum(), tclcommand_observable_particle_currents(), tclcommand_observable_particle_forces(), tclcommand_observable_particle_positions(), tclcommand_observable_particle_velocities(), tclcommand_observable_print(), tclcommand_observable_radial_density_profile(), tclcommand_observable_radial_flux_density_profile(), tclcommand_observable_stress_tensor(), tclcommand_observable_stress_tensor_acf_obs(), and tclcommand_observable_tclcommand().
Referenced by register_tcl_commands().
| int tclcommand_observable_print_formatted | ( | Tcl_Interp * | interp, |
| int | argc, | ||
| char ** | argv, | ||
| int * | change, | ||
| observable * | obs, | ||
| double * | values | ||
| ) |
Definition at line 1286 of file statistics_observable_tcl.c.
References observable::fun, observable_density_profile(), observable_flux_density_profile(), observable_lb_radial_velocity_profile(), observable_lb_velocity_profile(), observable_radial_density_profile(), observable_radial_flux_density_profile(), tclcommand_observable_print_profile_formatted(), and tclcommand_observable_print_radial_profile_formatted().
Referenced by correlation_print_average1(), and tclcommand_observable_print().
1.7.5.1