Commit Graph
55 Commits
Author SHA1 Message Date
Tomov 5d31bd1347 Fixed a parallel communication bug in tmop's AdvectorCG. 2020-03-30 14:57:50 -07:00
Tzanio cb1ed377d3 minor edits 2020-03-25 14:02:37 -07:00
Ketan Mittal 6576e8a408 renaming variables 2020-03-13 09:40:39 -07:00
Vladimir Tomov 84b0864a03 Fixed a memory leak.
Found another bug in the DescentSolver and put a TODO there.
2020-03-12 18:20:01 -07:00
Vladimir Tomov a56ebd6506 Minor edits. 2020-03-12 15:27:04 -07:00
K10 e6bd86aebe Merge branch 'master' into tmop-fd-dev 2020-03-12 10:15:32 -07:00
Ketan Mittal 8facba2390 minor 2020-03-12 10:02:00 -07:00
Ketan Mittal fe46e1bdb7 minor 2020-03-11 16:54:44 -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
Ketan Mittal 792d78c4b0 using min avg_det for h 2020-03-06 15:57:51 -08:00
Ketan Mittal 9e2cd41461 still need to add group communicator for h calculation 2020-03-06 10:26:28 -08:00
Ketan Mittal 5eba52d680 minor changes 2020-03-04 16:30:15 -08:00
Tzanio 58872c9e7b Merge branch 'master' into okina-mmu
Conflicts:
	fem/datacollection.cpp
	tests/unit/CMakeLists.txt
2020-03-04 15:19:33 -08:00
Vladimir Tomov 0d9290206e Minor edits. 2020-03-03 16:51:05 -08:00
Tzanio ca55ef0217 The release number for mfem-4.1 is LLNL-CODE-806117 2020-03-02 17:18:46 -08:00
Ketan Mittal 3e29df1a30 make style 2020-03-02 15:17:40 -08:00
Ketan Mittal 3bb996474c addressing reviewer comments 2020-03-02 14:38:03 -08:00
Ketan Mittal fc1f1a260d minor 2020-02-28 21:03:46 -08:00
Ketan Mittal 2766ac07e1 refactoring code 2020-02-28 16:10:04 -08:00
Ketan Mittal 22a317e173 simplifying things 2020-02-27 15:56:29 -08:00
Ketan Mittal 2621f3c788 refactoring some code so that all FD related changes are part of TMOP_Integrator 2020-02-24 16:35:39 -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
K10 5373b6a287 Merge branch 'master' into tmop-fd-dev 2020-02-03 14:01:26 -08:00
camierjs 822e2be19d Merge branch 'master' into okina-mmu 2020-01-21 20:35:44 -08:00
Ketan Mittal 5b7df3bdc9 calculating perturbation based on mesh size 2020-01-21 11:34:38 -08:00
Ketan Mittal 776506dfcc minor 2020-01-17 14:13:39 -08:00
Ketan Mittal 52d67331a1 minor 2020-01-17 14:09:58 -08:00
Ketan Mittal 272a9f0cbd fixed such that GSLIB is called globally and not element-by-element 2020-01-17 13:23:01 -08:00
Ketan Mittal 865d7f96db minor fixes.. need to update GSLIB component to do entire mesh instead of element by element 2020-01-16 16:30:53 -08:00
Ketan Mittal afd6291d33 updated for serial and parallel 2020-01-16 14:23:44 -08:00
camierjs 019f3be152 Remove ‘energy_out’ warning (may be used uninitialized) 2020-01-16 08:33:27 -08:00
Ketan Mittal 2ca89b5912 minor 2020-01-15 16:06:28 -08:00
Ketan Mittal c5e218f11d still need to optimize 2020-01-15 13:58:32 -08:00
Ketan Mittal d8dd2d24f1 works for AMR meshes.. added support for analytic adaptivity using interpolation 2020-01-13 15:18:23 -08:00
camierjs 080c7500a9 Keep myid ifdef MFEM_DEBUG or MFEM_USE_MPI 2020-01-13 13:36:56 -08:00
camierjs 9287e51160 Fix nvcc 'using' warnings & test_operatorjacobismoother duplicate refine local variable 2020-01-13 12:29:25 -08:00
Tzanio 6ee3586b12 make style 2019-12-10 15:32:39 -08:00
Ketan Mittal 04e89ca424 changes to be compatible with AMR meshes 2019-12-10 15:03:24 -08:00
Ketan Mittal 39c7d31135 removing some comments 2019-11-16 22:19:54 -08:00
Ketan Mittal e66d620c13 minor fix to isnan 2019-11-01 10:51:08 -07:00
Tzanio 8d798dd583 make style 2019-08-29 16:18:57 -07:00
Vladimir Tomov 5a5e0c5eea Fixed some issues that came up during testing. 2019-05-16 14:22:18 -07:00
Vladimir Tomov cb4a628cb6 Minor. 2019-03-20 18:05:32 -07:00
Vladimir Tomov e5f4eb4ef9 Minor corrections. 2019-03-20 16:59:06 -07:00
Tomov 9905362fd5 Fixed small errors, improved interface. 2019-03-19 14:40:48 -07:00
Vladimir Tomov b7ff3e44c7 Completed sync of the serial mesh-optimizer, fixed some errors. 2019-03-18 13:50:45 -07:00
Vladimir Tomov dbadae5eff WIP on updating the serial miniapp. 2019-03-15 19:08:35 -07:00
Vladimir Tomov 9647b2b25c Handling of serial/parallel logic in the TMOP-specific
Newton solvers.
2019-03-13 19:01:33 -07:00
Vladimir Tomov 9a1a623f49 Handling of serial/parallel logic in the remap classes. 2019-03-12 19:01:27 -07:00