Commit Graph
35 Commits
Author SHA1 Message Date
Tzanio 46507c7c0d Merge branch 'master' into tmop-fd-dev
Conflicts:
	CHANGELOG
2020-03-24 08:19:07 -07:00
K10 e6bd86aebe Merge branch 'master' into tmop-fd-dev 2020-03-12 10:15:32 -07:00
K10 dd3656f1c7 Merge branch 'master' into findpts-simplices-dev 2020-03-11 09:09:54 -07:00
Tzanio 05125e19d5 Removed a space 2020-03-09 15:36:41 -07:00
Ketan Mittal f9fcc34ab2 Merge branch 'master' of https://github.com/mfem/mfem into tmop-fd-dev 2020-03-09 12:18:06 -07:00
K10 ec99999558 Merge branch 'master' into findpts-simplices-dev 2020-03-09 10:34:12 -07:00
Ketan Mittal 015a58504c minor changes 2020-03-09 10:32:38 -07:00
Vladimir Tomov 8f26a7d3c2 Minor edits. 2020-03-06 17:13:25 -08:00
Ketan Mittal 6b5ca845f7 addressing reviewer's comments 2020-03-04 13:31:53 -08:00
Jakub Červený 2a50dd17c2 Code style fixes. 2020-03-03 15:08:08 +01:00
Tzanio ca55ef0217 The release number for mfem-4.1 is LLNL-CODE-806117 2020-03-02 17:18:46 -08:00
Ketan Mittal 3bb996474c addressing reviewer comments 2020-03-02 14:38:03 -08:00
Ketan Mittal 315176ddb5 minor 2020-03-02 09:18:36 -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
Ketan Mittal f3e31ca9b2 clean up 2020-02-20 08:33:32 -08:00
Ketan Mittal c1656866b4 make style 2020-02-19 13:53:00 -08:00
Ketan Mittal 87a56d9547 support for tets and prisms 2020-02-19 11:05:24 -08:00
Ketan Mittal 76fd7a57a3 adding support for simplices to gslib-findpts 2020-02-18 14:03:53 -08:00
Tzanio 897a931d88 Removed potentially confusing comment. 2019-12-30 09:36:42 -08:00
Tzanio e0f483e20f Adjusted GCC diagnostic pragmas 2019-12-20 16:42:37 -08:00
Ketan Mittal 7fa8f78d76 resolving more comments 2019-12-20 11:12:12 -08:00
Tzanio 07ceb2db8e Use the already exisisting macro MFEM_HAVE_GCC_PRAGMA_DIAGNOSTIC 2019-12-19 18:52:56 -08:00
Ketan Mittal 6c5db44182 addressed more comments 2019-12-19 17:14:14 -08:00
Tzanio 32faaccca4 Remove gslib.h from the mfem namespace 2019-12-19 08:42:37 -08:00
Jakub Červený cdfe60232b Adjusted the #pragma to ignore warnings from gslib.h.
The original version didn't work for me (gcc 5.4.0). Apparently
the unused function warning is special in that it gets processed
in later stages in the compiler. Applying the pragma to the whole
file shouldn't be a big deal hopefully.
2019-12-19 14:43:01 +01:00
Tzanio ef3eb57978 No need to include "gslib.hpp" in examples.
Less warnings when building with GSLib (none with GCC)

Other small corrections.
2019-12-18 22:21:26 -08:00
Ketan Mittal d924e2e061 run serial example in parallel 2019-12-13 09:17:19 -08:00
Tzanio e39b2936c9 make style 2019-08-29 16:32:08 -07:00
Vladimir Tomov a17f27ec8c Warnings. 2019-04-25 15:56:04 -07:00
Vladimir Tomov 50a6cb1a58 Minor - changed names (to mfem conventions), added glvis vis. 2019-04-25 13:01:46 -07:00
Vladimir Tomov d9b87d9581 Changes in the error computations. 2019-04-24 12:45:59 -07:00
Vladimir Tomov bfb3bb9418 Slightly modified the _eval(), added comments, fixed styling. 2019-04-23 19:06:24 -07:00
Vladimir Tomov 077c812fba Comments, parameter names, styling for gslib_findpts(). 2019-04-16 18:37:40 -07:00
Vladimir Tomov 1db45ef256 Updates in gslib_findpts_setup. 2019-04-15 16:46:17 -07:00
Vladimir Tomov 71e0a5c316 Deleted the old gslib tar file.
Moved the gslib folder outside mfem, as the other external libs.
Renamed the example folder to examples/gslib.
Moved the gslib code to fem/gslib.hpp and cpp.
Updated the build system for the above changes.
2019-03-29 19:12:44 -07:00