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

Go to the source code of this file.
Functions | |
| int | tclcommand_thermostat (ClientData data, Tcl_Interp *interp, int argc, char **argv) |
| Implementation of the tcl command tclcommand_thermostat. | |
| int | tclcommand_thermostat_parse_lb (Tcl_Interp *interp, int argc, char **argv) |
| int tclcommand_thermostat | ( | ClientData | data, |
| Tcl_Interp * | interp, | ||
| int | argc, | ||
| char ** | argv | ||
| ) |
Implementation of the tcl command tclcommand_thermostat.
This function allows to change the used thermostat and to set its parameters.
Definition at line 321 of file thermostat_tcl.c.
References ARG1_IS_S, err, gather_runtime_errors(), tclcommand_thermostat_parse_dpd(), tclcommand_thermostat_parse_ghmc(), tclcommand_thermostat_parse_inter_dpd(), tclcommand_thermostat_parse_langevin(), tclcommand_thermostat_parse_lb(), tclcommand_thermostat_parse_npt_isotropic(), tclcommand_thermostat_parse_off(), tclcommand_thermostat_print_all(), tclcommand_thermostat_print_usage(), THERMO_TRACE, and this_node.
Referenced by register_tcl_commands().
| int tclcommand_thermostat_parse_lb | ( | Tcl_Interp * | interp, |
| int | argc, | ||
| char ** | argv | ||
| ) |
Definition at line 369 of file thermostat_tcl.c.
References ARG_IS_D, FIELD_TEMPERATURE, FIELD_THERMO_SWITCH, mpi_bcast_parameter(), temperature, THERMO_LB, and thermo_switch.
Referenced by tclcommand_thermostat().
1.7.5.1