Skip to content

Web version #207

Answered by tzanio
nvohra0016 asked this question in Q&A
Nov 7, 2021 · 2 comments · 2 replies
Discussion options

You must be logged in to vote

Hi @nvohra0016,

The online version does not support separate mesh and grid functions yet, instead it reads GLVis streams, see https://glvis.org/options-and-use/#server-mode, which usually have the extension .saved.

If you have a mesh my.mesh and grid function my.gf it is easy to create a stream by concatenating them and adding solution on the first line as follows:

echo "solution" > my.saved
cat my.mesh >> my.saved
cat my.gf >> my.saved

See for example https://github.com/GLVis/data/blob/master/streams/quad.saved.

Alternatively you can just save the stream from the desktop GLVis application, if you run it in server mode with glvis -mac.

The streams are preferable, not only because they co…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@v-dobrev
Comment options

@tzanio
Comment options

Answer selected by tzanio
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
3 participants