Commit Graph
153 Commits
Author SHA1 Message Date
Tzanio Kolev 3ed3327364 Merge branch 'master' into tmop-surfit-formulation 2022-03-12 16:28:11 -08:00
Vladimir Z Tomov a8f52ff2c2 style 2022-03-09 17:16:28 -08:00
Vladimir Z Tomov e30517a4a7 Minor. 2022-03-09 17:12:06 -08:00
Vladimir Z Tomov 56ed1dffd8 Minor. 2022-03-09 16:26:54 -08:00
Ketan Mittal ec331485be minor update to adaptive weight 2022-03-07 17:57:39 -08:00
Ketan Mittal b3b3c0f805 reviewer comments 2022-03-04 15:25:37 -08:00
Tzanio 6d2530775b Extended copyright to 2022 2022-02-25 10:24:50 -08:00
Ketan Mittal 6f127b0f09 increase tolerance for adaptive weight 2022-02-15 09:08:38 -08:00
Ketan Mittal 58819d698b update how surf_fit_multiplier is set 2022-02-14 19:32:00 -08:00
Ketan Mittal 70b07cbc89 added comments 2022-02-14 09:31:31 -08:00
Ketan Mittal 0e571fd8cb minor fixes to tmop_tools 2022-02-11 12:20:41 -08:00
Ketan Mittal 1698556809 skip gradient and hessian calculation for elements with no marked dofs for surface fitting 2022-02-11 11:01:32 -08:00
Ketan Mittal 3b96981769 minor updates to adaptive 2022-02-09 15:24:56 -08:00
Ketan Mittal 2ec35e4beb add surface fitting threshold and clean up adaptive weight 2022-02-09 11:58:28 -08:00
Ketan Mittal 7b054295e3 pa for surf-fit [WIP] 2022-02-02 14:04:29 -08:00
Ketan Mittal 671c5e8b2c add adaptive surf fitting 2022-01-28 11:21:42 -08:00
Vladimir Z Tomov f3f37e8e5a Minor. 2021-12-28 15:19:24 -08:00
Stowell, Mark L 60a1d3d1d4 Fixing shadowed variables in tmop files 2021-12-22 15:46:33 -08:00
termi-official 2f1c03796a Adapt tmop print policy. 2021-11-26 16:39:06 +01:00
Will Pazner af7c58aa0e Minor solver output consistency fixes 2021-11-24 17:20:31 -08:00
termi-official 32a7939e4e Incorporate Will's changes. 2021-09-29 01:15:02 +02:00
termi-official f8d501562f Exchange PrintLevel enum with struct+builder pattern. 2021-09-29 00:16:25 +02:00
Will Pazner d6a0a5a13d Fix deprecation warnings for IterativeSolver::print_level 2021-09-27 15:21:07 -07:00
Ketan Mittal ccb0feb4a4 remove unused variable 2021-07-02 13:08:07 -07:00
Ketan Mittal b2b8407f50 add documentation and improve readability 2021-07-02 11:28:52 -07:00
Vladimir Z Tomov e74104e4de Merge branch 'master' into tmop-amr-dev 2021-06-30 16:23:39 -07:00
Tom Stitt b2154cf7f7 small style changes 2021-06-04 10:56:17 -07:00
Tom Stitt 4b7bdcf2a6 better names and add comments 2021-06-04 10:03:42 -07:00
Ketan Mittal 6ab84c49ea merge with master 2021-06-01 16:26:27 -07:00
Tom Stitt 5bf9900353 Add SetTempMemoryType methods to make it easier to use a custom memory type for large allocations in TMOP 2021-06-01 13:39:03 -07:00
Vladimir Z Tomov 5e74270060 Avoid calling MinDetJpr for non-tensor elements. 2021-05-21 09:20:05 -07:00
camierjs 808b5263f3 Add qinterp subdir in CONTRIBUTING.md
Remove extra new_field.HostReadWrite in fem/tmop_tools.cpp
2021-05-19 17:42:07 -07:00
Veselin Dobrev f0ea9c68fd In TMOPNewtonSolver::ComputeScalingFactor, adjust the energy
stopping criterion to allow for (small) negative energies.
Also, in the same method, print a bit more verbose output
about the energies when that output is enabled.
2021-05-19 14:07:40 -07:00
Vladimir Z Tomov d1cdad8e95 Fixed a merge error. 2021-05-12 15:20:19 -07:00
camierjs 2b2919b806 Merge master in tmopt 2021-03-28 12:51:39 -07:00
Adrien M. Bernede 04fb572359 Let's forget about 2020 2021-01-26 11:55:36 -08:00
Ketan Mittal f162e36168 refactoring code and changing dtc update 2021-01-11 15:41:56 -08:00
camierjs f4db4b5f0f Merge master in tmopt 2020-12-20 15:35:41 -08:00
Vladimir TomovandTzanio a1a0aeb6af [SQUASH] TMOP improvements for untangling (#1884)
* Untangling example.

* Improvements in the untangling logic.

* Bug.

* Minor.

* More untangling corrections.

* Slight improvement.

* More untangling improvements.

* Minor.

* No energy / residual checks in the line search for untangling.

* Minor improvement in 313 and 022.

* Renamed variables.

* Disabled the size-only untangling metrics in the miniapp.

* Corresponding changes in the mesh-optimizer.

* Removed mesh files.

* make style

* Minor.

* Removed the use of sign(detT) from invariants.hpp.

* Changelog.

* minor

* Added '-vl 1' for the untangling sample runs.

* Removed all of '-rs 0 -ls 2 -li 100' from the sample command lines as
these are the default parameters in the miniapp.

Co-authored-by: Tzanio <tzanio@llnl.gov>
2020-12-20 12:57:25 -08:00
camierjs 6fcadc37d6 Fixed missing function calls for the combination case (#1822). 2020-10-26 09:39:16 -07:00
camierjs fd3d8270f2 Merge master in tmopt 2020-09-01 12:39:28 -07:00
Tzanio Kolev a194e35053 Merge pull request #1560 from mfem/findpts-crystalrouter
FindPointsGSLIB support for non-H1 gridfunctions
2020-09-01 10:20:19 -07:00
camierjs cbb3111a9a Add mixed mesh logic 2020-08-20 07:55:09 -07:00
camierjs b40dd48d50 Fix merge but Not ready for mixed meshes 2020-08-20 07:03:35 -07:00
camierjs 4ac72028a4 Merge branch 'master' into tmopt 2020-08-20 06:53:00 -07:00
camierjs 7604bbd03a Cleanup debug 2020-08-11 16:48:24 -07:00
camierjs 0a37aef4d6 Add few instantiated kernels, SetTspecAtIndex fix && cleanup 2020-07-29 15:55:35 -07:00
camierjs 07c9965aa4 WIP all tests before cleanup 2020-07-29 14:17:14 -07:00
camierjs d9d3f0e4ea Time loop instrumentation 2020-07-28 18:28:52 -07:00
camierjs 0cdf29a4bc fem/tmop_pa_p3_c0 fem/tmop_pa_w3_c0 kernel lim_dist fix & cleanup 2020-07-22 19:14:12 -07:00