|
|
|
Below we provide a list of global variables that are accessible for users from `*.h` file.
|
|
|
|
Below, we provide a list of global variables that are accessible to users from the `*.h` file.
|
|
|
|
|
|
|
|
| variable name | scope | comment |
|
|
|
|
| ------ | ------ | ------ |
|
|
|
|
| `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. |
|
|
|
|
| `input` | `st-wslda`, `td-wslda` |pointer to structure storing input file variables.<br> For example, `input->Na` stores the value of the `Na` tag. |
|
|
|
|
| `md` | `st-wslda`, `td-wslda` |structure storing input file variables.<br> For example, `md.Na` stores the value of the `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 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 the 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| |
|
|
\ No newline at end of file |