|
|
W-SLDA Toolkit allows for reduced dimensionality computation by imposing uniformity constraints along selected directions; see [here](Types of codes) for more details. In such cases, the data is stored in reduced form as well. For example for results generated by `st-wslda-2d` or `td-wslda-2d` code on lattice `192x192x16` will be stored as:
|
|
The W-SLDA Toolkit supports reduced-dimensionality computation by imposing uniformity constraints along selected directions; see [here](Types-of-codes) for more details. In such cases, the data is stored in reduced form as well. For example, for results generated by `st-wslda-2d` or `td-wslda-2d` code on lattice `192x192x16` will be stored as:
|
|
|
```
|
|
```
|
|
|
# W-DATA 0.2.0
|
|
# W-DATA 0.2.0
|
|
|
# More information about the WData format see: https://gitlab.fizyka.pw.edu.pl/wtools/wdata/-/wikis/home
|
|
# More information about the WData format see: https://gitlab.fizyka.pw.edu.pl/wtools/wdata/-/wikis/home
|
| ... | @@ -10,7 +10,7 @@ dy 1 # spacing |
... | @@ -10,7 +10,7 @@ dy 1 # spacing |
|
|
dz 1 # spacing
|
|
dz 1 # spacing
|
|
|
datadim 2 # dimension of block size: 1=nx, 2=nx*ny, 3=nx*ny*nz
|
|
datadim 2 # dimension of block size: 1=nx, 2=nx*ny, 3=nx*ny*nz
|
|
|
```
|
|
```
|
|
|
In VisIt it will be represented in 2D space only:
|
|
In VisIt, it will be represented in 2D space only:
|
|
|

|
|

|
|
|
You need to remember that it is only a single plane, and it should be repeated `nz` times along the z direction. The full 3D view can be restored by using `wdata-datadim-up` tool
|
|
You need to remember that it is only a single plane, and it should be repeated `nz` times along the z direction. The full 3D view can be restored by using `wdata-datadim-up` tool
|
|
|
```
|
|
```
|
| ... | | ... | |