Revision e2b741674edcb35a4147da153379008362545a2c authored by Coleman Kendrick on 03 April 2024, 22:53:34 UTC, committed by GitHub on 03 April 2024, 22:53:34 UTC
* Add initial eigenvalue example

* Rename example and update description

* Add error calculation with FOM

* Add options for energy fraction and reduced dim

* Update eigenproblem problem setup

* Fix center and kappa for problem 4 and 5

* Fix saving eigenvectors to visit

* Rename example to elliptic eigenvalue

* Update case 4 and 5

* Output initial condition and adjust center relative to mesh

* Add case 6 and use square mesh by default

* Update mesh bounds and mapping

* Add additional case to vary center around point

* Transform mesh to be centered around origin

* Add modified cases for limiting domain

* Refactor parameter mapping used in potential setup

* Update case 9 setup to use absolute mesh location

* Add eigenvector error calculation

* Add timing info printout

* Add option to compile mfem with lapack enabled

* Update takeSample to use new function signature

* Add verbose option for solver

* Renaming mapping helper functions

* Add SuperLU, Strumpack, MKL CPardiso preconditioners

* Add SuperLU build to setup script

* Fix getSpatialBasis calls to remove time parameter

* Move helper functions to utilities

* Fix issues with lapack/superlu setup

* Add sample outputs for example problem

* Fix example sample commands

* Update function docs and fix abs error
1 parent 336ae98
History
File Mode Size
.github
cmake
dependencies
docker
docs
examples
lib
regression_tests
scripts
unit_tests
.astylerc -rwxr-xr-x 20 bytes
.gitignore -rw-r--r-- 419 bytes
.readthedocs.yaml -rw-r--r-- 407 bytes
CHANGELOG -rw-r--r-- 445 bytes
CITATION.cff -rw-r--r-- 480 bytes
CMakeLists.txt -rw-r--r-- 11.0 KB
COPYRIGHT -rw-r--r-- 1.2 KB
LICENSE-APACHE -rw-r--r-- 11.1 KB
LICENSE-MIT -rw-r--r-- 1.1 KB
NOTICE -rw-r--r-- 1.1 KB
README.md -rw-r--r-- 4.4 KB

README.md

back to top