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
  • Helmholtz decomposition code

Helmholtz decomposition code · Changes

Page history
Update Helmholtz decomposition code authored Sep 21, 2021 by Andrea Barresi's avatar Andrea Barresi
Hide whitespace changes
Inline Side-by-side
Helmholtz-decomposition-code.md
View page @ 9a74bdab
......@@ -29,9 +29,9 @@ Note that in our specific case, we assume the component $`\omega_0(t)`$ to be ze
# Usage
The cast line consists of few specific entries. After the executable name, call the `.wtxt` file that needs to be analyzed, together with a number indicating the spin component you wish to inspect:
* 0 is for spin a (up)
* 1 is for spin b (down)
* 2 is for spin a+b
* 0 is for spin "a" (up)
* 1 is for spin "b" (down)
* 2 is for spin "a"+"b"
Here is an example of how it should look like:
```bash
......@@ -99,9 +99,9 @@ Presently the code supports only 3D data. However, you can apply it to 2D as wel
# WRITING `test2.wtxt`
# DONE.
```
The resizing tool operates on all the variables listed in the `.wtxt` file, but the Helmholtz decomposition tool only needs **density, current and delta**. If your dataset is spin-symmetric, using only the a component will be enough. The new `.wtxt` file will link to the resized files for each quantity.
The resizing tool operates on all the variables listed in the `.wtxt` file, but the Helmholtz decomposition tool only needs **density, current and delta**. If your dataset is spin-symmetric, using only the "a" component will be enough. The new `.wtxt` file will link to the resized files for each quantity.
The result of the resizing will be a dataset with cylindrical symmetry: some effects of a fully-3D simulation will not show up (as, in the case of vortices, Kelvin waves or vortex rings).
The result of the resizing will be a dataset with cylindrical symmetry: some effects of a fully-3D simulation **will not show up** (as, in the case of vortices, Kelvin waves or vortex rings).
# Developers
* Andrea Barresi, Warsaw University of Technology
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