Revision 1bf0bd8d3278af8a82ecbeb424358737387d432a authored by Roy Stogner on 28 February 2024, 16:27:22 UTC, committed by Roy Stogner on 05 March 2024, 16:58:09 UTC
Refs #0

Summary of changes

- Added capability to read and write sparse matrices in the ASCII/Matlab
  format used by PETSc.
- Added capability to read mesh constraint rows from an arbitrary sparse
  matrix.  This will enable IGA solves on more flexible meshes without
  perfect body fit domains.
- Added vector-valued parameter support in Reduced-Basis code.
- Added normalization to Empirical Interpolation Method in Reduced-Basis
  code.
- Removed redundant mapping code for FEXYZ.  Instead use the common
  mapping code, which has additional optimizations, and which avoids a
  bug triggered by MOOSE use of those optimizations.
- Fixed bugs in Tet14 element refinement with non-default diagonal
  selection.
- Always number assembly element nodes contiguously when reading
  IsoGeometric Analysis meshes.  This avoids a bug in transient IGA
  solves on distributed meshes with discontinuous assembly elements.
- Minor bug fixes to example applications' common shell functions, test
  execution in configurations without numeric solver libraries, an
  unused variable warning on newer compilers,
1 parent a869083
History
File Mode Size
.github
.vscode
apptainer
conda
docker_ci
examples
framework
large_media @ f7f7a38
libmesh @ 4e661a5
m4
modules
petsc @ 1580af9
python
scripts
stork
test
tutorials
unit
.clang-format -rw-r--r-- 738 bytes
.coverage -rw-r--r-- 1.5 KB
.editorconfig -rw-r--r-- 171 bytes
.gitattributes -rw-r--r-- 1.0 KB
.gitignore -rw-r--r-- 6.2 KB
.gitmodules -rw-r--r-- 926 bytes
.mailmap -rw-r--r-- 5.9 KB
CODEOWNERS -rw-r--r-- 3.5 KB
COPYING -rw-r--r-- 25.9 KB
COPYRIGHT -rw-r--r-- 2.7 KB
LICENSE -rw-r--r-- 25.9 KB
README.md -rw-r--r-- 1.7 KB
aclocal.m4 -rw-r--r-- 700 bytes
conf_vars.mk.in -rw-r--r-- 168 bytes
configure -rwxr-xr-x 97.0 KB
configure.ac -rw-r--r-- 3.2 KB
gui l--------- 14 bytes

README.md

back to top