Tzanio
05125e19d5
Removed a space
2020-03-09 15:36:41 -07:00
Tzanio
ca55ef0217
The release number for mfem-4.1 is LLNL-CODE-806117
2020-03-02 17:18:46 -08:00
Tzanio
2caa222edf
A number of changes to switch the code from LGPL-2.1 to BSD-3:
...
- Updated LICENSE, README, CHANGELOG and CONTRIBUTING.md
- Removed COPYRIGHT, added NOTICE
- Updated the headers in all source files, makefiles, etc.
2020-02-23 11:16:46 -08:00
Veselin Dobrev
b1978048cf
In config/get_hypre_version.cpp, support for both quoted and not-quoted
...
definitions of HYPRE_RELEASE_VERSION.
2017-05-09 16:17:36 -07:00
Tim Moon
6ea81d429d
Fixing bug when getting Hypre version.
...
Added macros to convert HYPRE_VERSION_STRING to a string.
2017-05-08 13:51:25 -07:00
Veselin Dobrev
929dddf0b9
During MFEM configuration, detect the version of HYPRE (as an integer) and
...
use that number to define the MFEM config macro MFEM_HYPRE_VERSION.
In the methods HypreLOBPCG::SetRelTol and HypreAME::SetRelTol, check for
suitable HYPRE version; if the version is old, generate run-time error.
2017-03-31 22:14:07 -07:00