Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • wdata wdata
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 4
    • Issues 4
    • 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
  • wdatawdata
  • Wiki
  • Tags

Last edited by Gabriel Wlazłowski Aug 28, 2021
Page history

Tags

  • var
  • link
  • const

var

# Each variable is represented as separate file of name <prefix>_<name>.<format>
# tag       name        type        unit        format 
var           v1      vector          vF          wdat    # all fields are specified
var           v2     complex          eF                  # variable with specified unit (eF) and default format (wdat)
var           v3        real                              # this variable has no unit (none) and default format (wdat)
var           v4      vector        none                  # this variable has no unit (none) and default format (wdat)
var           v5      vector                     wdat     # this variable has no unit (none) and spefified format (wdat)

link

# Links specify alternative names for variables
# tag       name        link-to
link          v6             v4     # v5 is the same as variable v4

const

# Constants 
# tag       name        value       unit
const      alpha     0.007297                   # constant with no unit (none)
const         pi       3.1415       none        # constant with no unit (none)
const         m           0.1         kg        # constant with unit (kg)
Clone repository
  • Data types
  • Examples
    • C examples
    • Python examples
  • Tags
  • VisIt plugin compilation
  • Visit integration
  • Home
  • wdata format concept