Commit Graph
8 Commits
Author SHA1 Message Date
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
camierjs 9287e51160 Fix nvcc 'using' warnings & test_operatorjacobismoother duplicate refine local variable 2020-01-13 12:29:25 -08:00
Andrew T. Barker 912e2391c6 BilinearForm::AssembleDiagonal() now runs on AMR meshes and gives wrong answer
The diagonal produced has the correct size but not the correct values, and in
this case the code gives a warning.
2019-12-17 14:32:37 -08:00
Andrew T. Barker c395923f4a matrix-free jacobi: add unit test for fichera mesh. 2019-12-02 12:05:01 -08:00
Andrew T. Barker 6273c3b3cc Finish renaming OperatorJacobiSmoother unit test. 2019-08-21 16:48:30 -07:00
Andrew T. Barker 72017a850c Rename unit test to match class. 2019-08-21 16:47:18 -07:00