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

This is meant to address the issue where small meshes are curved but refined versions of them appear to lose the curvature in GLVis. See also this task in https://github.com/GLVis/glvis/pull/284...

enhancement

Building glvis from source, I'm having an issue with a linker error: ``` [ 96%] Linking CXX executable glvis /opt/homebrew/Cellar/cmake/3.29.4/bin/cmake -E cmake_link_script CMakeFiles/glvis-exe.dir/link.txt --verbose=1 /opt/homebrew/opt/llvm/bin/clang++ -O3 -DNDEBUG -arch arm64 -isysroot...

This PR adds support for integral finite elements, which were loaded, but crashed GLVis 💣 . Status: - [x] Fixed the crash for scalar grid functions (by turning off normals)...

bug
enhancement
WIP

There is a nice resource from Fabio Crameri that provides a lot of color-vision deficiency friendly and perceptually-uniform color maps [see [issue 268](https://github.com/GLVis/glvis/issues/268), and [reference](https://zenodo.org/records/8409685)]. This PR adds most of...

enhancement
ready-for-review
low-impact

Hi developers, I am using the shaper mini app to fit a mesh to an object with 2 materials. Unfortunately, the attribute numbers for the materials do not appear in...

bug
amr

Most stream commands are not available in glvis-js/pyglvis because `aux_js.cpp/display` is handled differently. See: https://github.com/GLVis/pyglvis/issues/49 > Unfortunately, `valuerange` is the only other command that works - `glvis-js` has different machinery...

enhancement

This is a companion issue to the identically-named issue in MFEM: [https://github.com/mfem/mfem/issues/4403](https://github.com/mfem/mfem/issues/4403) Loading a solution that is expressed in terms of ND_R1D, ND_R2D, RT_R1D and RT_R2D elements gives an error...

enhancement

It may be nice to have a dedicated button that would then let you type in a command into the terminal, e.g. `format`. The idea is something similar to `:`...

enhancement