ESPResSo 3.2.0-11-g9950804-git
Extensible Simulation Package for Soft Matter Research
Functions
thermostat_tcl.c File Reference
#include <math.h>
#include "utils.h"
#include "communication.h"
#include "lattice.h"
#include "npt.h"
#include "ghmc.h"
#include "particle_data.h"
#include "parser.h"
#include "random.h"
#include "global.h"
#include "integrate.h"
#include "cells.h"
#include "lb.h"
#include "dpd.h"
#include "dpd_tcl.h"
#include "virtual_sites.h"
#include "thermostat_tcl.h"
Include dependency graph for thermostat_tcl.c:

Go to the source code of this file.

Functions

int tclcommand_thermostat_parse_off (Tcl_Interp *interp, int argc, char **argv)
int tclcommand_thermostat_parse_langevin (Tcl_Interp *interp, int argc, char **argv)
int tclcommand_thermostat_parse_npt_isotropic (Tcl_Interp *interp, int argc, char **argv)
int tclcommand_thermostat_parse_ghmc (Tcl_Interp *interp, int argc, char **argv)
int tclcommand_thermostat_print_all (Tcl_Interp *interp)
int tclcommand_thermostat_print_usage (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.
int tclcommand_thermostat_parse_lb (Tcl_Interp *interp, int argc, char **argv)

Function Documentation

int tclcommand_thermostat ( ClientData  data,
Tcl_Interp *  interp,
int  argc,
char **  argv 
)
int tclcommand_thermostat_parse_ghmc ( Tcl_Interp *  interp,
int  argc,
char **  argv 
)
int tclcommand_thermostat_parse_langevin ( Tcl_Interp *  interp,
int  argc,
char **  argv 
)
int tclcommand_thermostat_parse_lb ( Tcl_Interp *  interp,
int  argc,
char **  argv 
)
int tclcommand_thermostat_parse_npt_isotropic ( Tcl_Interp *  interp,
int  argc,
char **  argv 
)
int tclcommand_thermostat_parse_off ( Tcl_Interp *  interp,
int  argc,
char **  argv 
)
int tclcommand_thermostat_print_all ( Tcl_Interp *  interp)
int tclcommand_thermostat_print_usage ( Tcl_Interp *  interp,
int  argc,
char **  argv 
)

Definition at line 300 of file thermostat_tcl.c.

References tclcommand_thermostat_print_usage_dpd().

Referenced by tclcommand_thermostat().