Commit Graph
52 Commits
Author SHA1 Message Date
Ketan Mittal 6d101ca8bd merge with master and update changelog 2020-05-19 08:23:16 -07:00
Tzanio 0f250b73a5 minor 2020-05-10 17:02:30 -07:00
Ketan Mittal 52ce77da81 reviewer comments 2020-04-28 10:31:38 -07:00
Tomov dc18fc27a0 Valgrind errors. 2020-04-24 00:19:42 -07:00
Tomov 33b9f04412 Modified some of the sample runs to use GSLIB as they
don't work well with the advection.
Fixed some debug build warnings.
2020-04-23 23:59:14 -07:00
Ketan Mittal d9566397fd additional interface 2020-04-23 15:01:29 -07:00
Ketan Mittal aea7ed6069 changes to discrete adaptivity 2020-04-22 14:00:29 -07:00
Ketan Mittal 0cfea84cba add a leaner FindPoints interface 2020-04-10 12:56:51 -07:00
Ketan Mittal b402c45a06 fix use in serial with parallel build 2020-04-10 10:30:25 -07:00
Ketan Mittal 1c4155dc7b minor fix to findpts 2020-04-09 08:59:11 -07:00
Ketan Mittal 8b166f918b misc changes 2020-03-27 11:09:59 -07:00
Tzanio 46507c7c0d Merge branch 'master' into tmop-fd-dev
Conflicts:
	CHANGELOG
2020-03-24 08:19:07 -07:00
Ketan Mittal 5d7811a854 minor 2020-03-24 07:53:09 -07:00
Ketan Mittal a8043e4f58 Merge branch 'master' of https://github.com/mfem/mfem into tmop-multidiscrete-dev 2020-03-23 10:08:13 -07:00
Ketan Mittal 9c9e02f427 clean up 2020-03-20 10:14:57 -07:00
Ketan Mittal 3dc292f9f2 adding some 3D functionality 2020-03-17 15:35:29 -07:00
Ketan Mittal 1f6982cca6 merging with tmop-fd-dev 2020-03-13 09:57:02 -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
Ketan Mittal 54764ae988 working version for multiple discrete fields 2020-02-28 16:34:23 -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