Skip to content

Commit

Permalink
Update libMesh
Browse files Browse the repository at this point in the history
Summary of changes:

  - Tri7 and Tet14 element support
  - Reduced Basis EIM updates
  - SIDE_HIERARCHIC FE support on triangles
  - LOG_CALL() macro
  - Refactored FE derivatives FDM fallback
  - ExodusII_IO::get_sideset_data_indices() accessor
  - Fix file leak/error with some ExodusII version 8 use cases
  - ExodusII IsoGeometric Analysis file support
  - Bug fixes for distcheck, clang warnings, non-double FP,
    Elem::permute(), etc.

Refs #0
  • Loading branch information
roystgnr committed Oct 27, 2021
1 parent 6779c3c commit 5f623b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conda/libmesh/meta.yaml
@@ -1,7 +1,7 @@
# Do not use jinja templating (A physical change to this file is required to trigger a build)
{% set build = 0 %}
{% set strbuild = "build_" + build|string %}
{% set version = "2021.09.15" %}
{% set version = "2021.10.27" %}

package:
name: moose-libmesh
Expand Down
2 changes: 1 addition & 1 deletion conda/mpich/conda_build_config.yaml
Expand Up @@ -2,7 +2,7 @@
## Any changes made will require additional changes to any item above that.

moose_libmesh:
- 2021.09.15 build_0
- 2021.10.27 build_0

moose_petsc:
- 3.15.1 build_2
Expand Down
2 changes: 1 addition & 1 deletion libmesh
Submodule libmesh updated 342 files

0 comments on commit 5f623b7

Please sign in to comment.