Skip to content

Commit

Permalink
Merge pull request #31 from GLVis/ci-build-11114378141
Browse files Browse the repository at this point in the history
New build: MFEM v4.7 + GLVis v4.3.2
  • Loading branch information
justinlaughlin authored Oct 1, 2024
2 parents 4bcfa78 + b88e37c commit 2b9bd54
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions live/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -946,6 +946,10 @@
name: "Quad (default)",
url: "../data/streams/quad.saved",
},
{
name: "Quadrature",
url: "../data/streams/quadrature-lor.saved",
},
{
name: "Remhos",
url: "../data/streams/remhos.saved",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "glvis",
"version": "0.2.4",
"version": "0.3.0",
"description": "A lightweight WebGL tool for accurate and flexible finite element visualization",
"license": "BSD-3-Clause",
"main": "src/index.js",
Expand Down
4 changes: 2 additions & 2 deletions src/glvis.js
Git LFS file not shown
2 changes: 1 addition & 1 deletion src/versions.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const versions = {
emscripten: "3.1.51",
mfem: "v4.7",
glvis: "v4.3-81-g7053ae2",
glvis: "v4.3.2",
};

0 comments on commit 2b9bd54

Please sign in to comment.