1.0.8 • Published 3 years ago

paraview-flow v1.0.8

Weekly downloads
2
License
BSD-3-Clause
Repository
github
Last release
3 years ago

ParaView-Flow

This application aims to provide a live interface and tailored tools to look at ParFlow result unsing the ParaViewWeb framework.

Run the application

$ npm run build
$ /.../pvpython ./server/pvw-flow.py --content ./dist --port 1234 --data /.../washita/washita.pfmetadata

Open your browser to http://localhost:1234/

Or you can live development

$ npm run serve
$ /.../pvpython --force-offscreen-rendering ./server/pvw-flow.py --port 1234 --data /.../washita/washita.pfmetadata

Open your browser to http://localhost:8080/

Devs setup

export PV_HOME=/Applications/ParaView-5.6.0-1626-g52acf2f741.app/Contents
$PV_HOME/bin/pvpython               \
    --force-offscreen-rendering     \
    ./server/pvw-flow.py            \
    --port 1234                     \
    --content ./dist                \
    --data /Users/seb/Documents/code/Web/paraview-flow/data/examples/LW2/LW.out.pfmetadata


npm run serve
http://localhost:8080/?sessionURL=ws://localhost:1234/ws
1.0.8

3 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago