... | @@ -5,4 +5,5 @@ Below we provide a list of global variables that are accessible for users from ` |
... | @@ -5,4 +5,5 @@ Below we provide a list of global variables that are accessible for users from ` |
|
| `input` | `st-wslda`, `td-wslda` |pointer to structure storing input file variables.<br> For example `input->Na` stores value of `Na` tag. |
|
|
| `input` | `st-wslda`, `td-wslda` |pointer to structure storing input file variables.<br> For example `input->Na` stores value of `Na` tag. |
|
|
| `md` | `st-wslda`, `td-wslda` |structure storing input file variables.<br> For example `md.Na` stores value of `Na` tag. |
|
|
| `md` | `st-wslda`, `td-wslda` |structure storing input file variables.<br> For example `md.Na` stores value of `Na` tag. |
|
|
| `extern int wsldapid` | `st-wslda`, `td-wslda` | Variable storing process id.<br>It is used typically to multiple printing of the same line by many processes. |
|
|
| `extern int wsldapid` | `st-wslda`, `td-wslda` | Variable storing process id.<br>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. | |
|
| `extern int wsldapnp` | `st-wslda`, `td-wslda` | Variable storing total number of processes involved in the computation process. |
|
|
\ No newline at end of file |
|
|double `dc_mu_a`, `dc_mu_b`| `st-wslda`, `td-wslda`| chemical potentials for components a and b| |
|
|
|
\ No newline at end of file |