Skip to content

Global variables

Gabriel Wlazłowski edited this page Nov 4, 2022 · 4 revisions

Below we provide a list of global variables that are accessible for users from *.h file.

variable name scope comment
input st-wslda, td-wslda pointer to structure storing input file variables.
For example input->Na stores value of Na tag.
md st-wslda, td-wslda structure storing input file variables.
For example md.Na stores value of Na tag.
extern int wsldapid st-wslda, td-wslda Variable storing process id.
It is used typically to multiple printing of the same line by many processes.
extern int wsldapnp st-wslda, td-wslda Variable storing total number of processes involved in the computation process.
double dc_mu_a, dc_mu_b st-wslda, td-wslda chemical potentials for components a and b

Clone this wiki locally