Commit Graph
76 Commits
Author SHA1 Message Date
Tomov 437cd41773 Merge branch 'master' into adapt-lim 2020-05-27 12:24:14 -07:00
Tomov ecfb8c755d Merge branch 'master' into adapt-lim 2020-04-29 19:17:47 -07:00
Tomov dc18fc27a0 Valgrind errors. 2020-04-24 00:19:42 -07:00
Ketan Mittal 408fe9270d merge with master and resolve conflicts 2020-04-21 12:32:50 -07:00
Ketan Mittal 662ffefdb8 reviewer comments 2020-04-21 11:26:19 -07:00
Ketan Mittal 671923f041 addressing reviewer comments 2020-04-17 11:06:32 -07:00
Tomov 4cf82c950e Comments / alignments / unused variables. 2020-04-16 19:18:34 -07:00
Tzanio KolevandK10 b47c1751c6 Apply suggestions from code review
Co-Authored-By: K10 <ketan.mittal@gmail.com>
2020-04-15 14:48:24 -07:00
Tomov 07f9bece01 Interpolation of the zeta function after mesh update. 2020-04-08 19:49:02 -07:00
Tomov c678274e49 Valgrind error. 2020-04-03 17:18:01 -07:00
Tomov 5c36d2ff58 Removed a friend declaration that's not needed anymore. 2020-04-03 16:45:01 -07:00
Tomov 500aa60807 New interface for combination of TMOP metrics. Correct normalization.
TMOPDescentNewtonSolver now inherits TMOPNewtonSolver.
Added flags to DiscreteAdaptTC to avoid extra computations in a combo.
2020-04-02 15:06:38 -07:00
Ketan Mittal ab2bc2aa50 make style 2020-03-31 14:36:08 -07:00
Ketan Mittal f7db02aa1b resolve conflicts and add sample runs to example 2020-03-31 14:30:35 -07:00
Tomov 5d31bd1347 Fixed a parallel communication bug in tmop's AdvectorCG. 2020-03-30 14:57:50 -07:00
Ketan Mittal 8b166f918b misc changes 2020-03-27 11:09:59 -07:00
Ketan Mittal 3ba59c3f12 merge with master and resolve conflicts 2020-03-25 14:39:59 -07:00
Tzanio cb1ed377d3 minor edits 2020-03-25 14:02:37 -07:00
Ketan Mittal 5d7811a854 minor 2020-03-24 07:53:09 -07:00
Ketan Mittal 6943d175ba minor 2020-03-18 12:11:05 -07:00
Ketan Mittal 3dc292f9f2 adding some 3D functionality 2020-03-17 15:35:29 -07:00
Ketan Mittal 7193e18aad merging with tmop-fd-dev 2020-03-13 13:14:59 -07:00
Ketan Mittal 1420be0a42 changes to tmop_tools 2020-03-13 09:57:43 -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