Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • wslda wslda
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • wtools
  • wsldawslda
  • Wiki
  • VisIt with 2D data

VisIt with 2D data · Changes

Page history
Update VisIt with 2D data authored Feb 18, 2026 by Gabriel Wlazłowski's avatar Gabriel Wlazłowski
Hide whitespace changes
Inline Side-by-side
VisIt-with-2D-data.md
View page @ 6aeda0a1
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:
![image](uploads/0957417a0273a988c6e5d7d4d5dcf0e0/image.png) ![image](uploads/0957417a0273a988c6e5d7d4d5dcf0e0/image.png)
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
``` ```
......
Clone repository

Content of Documentation
Official webpage
W-BSK Toolkit