glvis icon indicating copy to clipboard operation
glvis copied to clipboard

Lightweight OpenGL tool for accurate and flexible finite element visualization

Results 38 glvis issues
Sort by recently updated
recently updated
newest added

Something happened between `glvis-4.0` and `glvis-4.1 `that more than doubled the memory usage If I do `glvis -m mesh.000000 -g examples/sol.000000` (these are the saved files from `mpirun -np 1...

bug
high-impact

Hello, I would like to make a movie by taking several snapshot, but I don't know which command to write in the code for that ? Best wishes,

usage

- Adds and renames the `display` and `update` methods - Moves `ReadInputStreams` from `glvis.cpp` to `lib/stream_state.*` - `keep_attr` is now a member of `StreamState`

I am trying to build GLvis. and seeing a strange error. I am using a linux box (Rocky8.6) and cnmake I did call cmake, first $ cmake .. -DCMAKE_VERBOSE_MAKEFILE=1 -DCMAKE_INSTALL_PREFIX=${TwoPiRoot}...

building
minor

I work coupled 1D-3D problems so for me it is sometimes helpful to visualize the solutions side by side while MFEM is computing the solution to track down issues. The...

enhancement
ready-for-review

When build on macOS m1 with command `make MFEM_DIR=../mfem-4.4 -j `, there some problem. ~~~ fatal error: too many errors emitted, stopping now [-ferror-limit=] /Library/Developer/CommandLineTools/usr/lib/clang/13.1.6/include/mmintrin.h:394:19: error: use of undeclared identifier...

building
Mac

Enables support for configurable line width in our modern OpenGL mode, by drawing them as quads which are expanded in the vertex shader. Credits go to Matt DesLauriers for ["Drawing...

It should probably display dof numberings as well. Maybe something like this for Q2. :) ![dofs](https://user-images.githubusercontent.com/11507994/88258789-cbc2c280-cc75-11ea-99c0-45d7a0fd4a5f.png)

enhancement

A gridfunction on a p-refined space does not visualize properly - it appears the enriched elements show up as their original order. How difficult would it be to visualize a...

enhancement
help-wanted

This PR is intended to split off some of the work from #149 into a somewhat-smaller PR. - Adds a new class, `GLVisWindow`, which consolidates most of the global state...

Mac
API change
WIP