Questions tagged [visit-llnl]

VisIt is a high performance scientific visualization program developed by the Lawrence Livermore National Laboratory (LLNL)

Homepage: https://wci.llnl.gov/simulation/computer-codes/visit

Source code: https://github.com/visit-dav/visit

Documentation: https://visit-sphinx-github-user-manual.readthedocs.io/en/develop/

3 questions
1
vote
1 answer

How to show the actual axes number values on the Visit plotting program instead of fractions from 0.0 to 1.0?

When I do a scatter plot, by default it shows the axis from 0.0 to 1.0 fractions. For example, the following graph contains a straight line that goes from (0,0) to (10m,10m), but it shows: Detailed data generation show at: Large plot: ~20 million…
Ciro Santilli OurBigBook.com
  • 347,512
  • 102
  • 1,199
  • 985
0
votes
0 answers

In a vtk rectilinear grid 2dim data viz, what is the order of scalar values in the .vtk file?

I am trying to create a simple .vtk file to visualize it with VisIt. It will be a 2D pseudocolor plot. I start with a rectilinar 2D grid and I programatically write to a .vtk file the x-coordinates values (1 per line), then the y-coordinates values…
velenos14
  • 534
  • 4
  • 13
-1
votes
1 answer

How to install LLNL VisIt on another distribution

community, I'm a student doing CFD work with OpenFOAM & ParaView, but now I want to install VisIt due to project requirements. We use the Opensuse Leap 15.2 distro to run simulations. When I go to the website and some distros appear except OpenSUSE.…