You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improved auto refinement algorithm which now takes into account the order of the data (mesh and grid function). For more details, see the Auto-refinement section in README.md.
Added option to specify the floating point number formatting in GLVis axes (key Alt+a) and colorbar (key Alt+c). Formatting can also be specified in socket stream or GLVis script with axis_numberformat or colorbar_numberformat, followed by a C-like formatting string, for example colorbar_numberformat '%+06.1f'.
Support for scalar integral finite elements.
Support for 1D elements embedded in 2D and 3D.
Added a building option for setting the default font size.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Dear GLVis community,
Version 4.3 of GLVis was released on August 7, 2024. Some of the new additions in this release are:
Visualization of quadrature data (
QuadratureFunction
in MFEM) in three modes available via the Q key:See the new Visualizing Quadrature Data section in the Options and Use page for more details.
Improved auto refinement algorithm which now takes into account the order of the data (mesh and grid function). For more details, see the Auto-refinement section in README.md.
Added option to specify the floating point number formatting in GLVis axes (key Alt+a) and colorbar (key Alt+c). Formatting can also be specified in socket stream or GLVis script with
axis_numberformat
orcolorbar_numberformat
, followed by a C-like formatting string, for examplecolorbar_numberformat '%+06.1f'
.Support for scalar integral finite elements.
Support for 1D elements embedded in 2D and 3D.
Added a building option for setting the default font size.
Significantly improved memory usage.
Various other bugfixes and improvements.
To download, and for more information visit https://glvis.org. Web version: https://glvis.org/live.
We welcome any and all feedback at https://github.com/glvis/glvis/issues.
--the GLVis team
cc: @glvis/everyone
Beta Was this translation helpful? Give feedback.
All reactions