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

Last edited by Gabriel Wlazłowski Feb 19, 2024
Page history

VisIt with 2D data

W-SLDA Toolkit allows for reduced dimensionality computation by imposing uniformity constraints along selected directions; see here 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
# More information about the WData format see: https://gitlab.fizyka.pw.edu.pl/wtools/wdata/-/wikis/home
nx                      192   # lattice
ny                      192   # lattice
nz                       16   # lattice
dx                        1   # spacing
dy                        1   # spacing
dz                        1   # spacing
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: image 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

[gabrielw@node2066 vortex-mass]$ wdata-datadim-up sample_vortex.wtxt sample_vortex_3d 3
# WDATA TOOL: DATADIM MODIFIER
# READING INPUT DATA: `sample_vortex.wtxt`
# ************************ LATTICE ***************************
# LATTICE: 192 x 192 x 16
# SPACING: 1.000000 x 1.000000 x 1.000000
# VOLUME : 192.000000 x 192.000000 x 16.000000
# DIM-IN : 2
# DIM-OUT: 3
# RESIZING `rho_a`...
# RESIZING `subset_rho_a`...
# RESIZING `delta`...
# RESIZING `j_a`...
# RESIZING `subset_j_a`...
# RESIZING `nu`...
# RESIZING `tau_a`...
# RESIZING `V_a`...
# RESIZING `V_ext_a`...
# WRITING `sample_vortex_3d.wtxt`
# DONE.

The full 3D view is image

Clone repository
  • API version
  • Automatic interpolations
  • Auxiliary tools
  • Browsing the code
  • Broyden algorithm
  • C and CUDA
  • Campaign of calculations
  • Checking correctness of settings
  • Chemical potentials control
  • Code & Results quality
  • Common failures of static codes
  • Common failures of time dependent codes
  • Computation domain
  • Configuring GPU machine
  • Constraining densities and potentials
View All Pages