Commit Graph
350 Commits
Author SHA1 Message Date
Vladimir Z Tomov 0a3f8bdea5 Reviewer suggestions. 2023-01-24 11:53:44 -08:00
Vladimir Z Tomov 1759f79026 Bug in metric 301. Fix check-tmop-metric when Hessian is exact. 2022-10-28 19:05:18 -07:00
Vladimir Z Tomov 975ec13e21 Fixes an error in the multi-field discrete target construction. 2022-10-19 12:23:58 -07:00
Vladimir Z Tomov 3d4ebdecb4 Merge branch 'master' into gslib-node-ordering 2022-10-19 11:54:53 -07:00
Will Pazner a8fbe3aff4 Merge pull request #3146 from mfem/tmop-update3D
Update of the 3D tmop metrics
2022-10-13 09:30:58 -07:00
Ketan Mittal 498d4fe0a1 bug fix: EvalW of mu_58 2022-10-02 16:46:54 -07:00
Vladimir Z Tomov 145539f4ab Simplified function parameters. All calls to these functions are internal,
we don't expect any issues.
2022-09-26 12:48:02 -07:00
Vladimir Z Tomov a5da5734c2 Addded metric 360. 2022-09-21 11:22:54 -07:00
Ketan Mittal aa37d19f21 Merge branch 'master' of https://github.com/mfem/mfem into gslib-node-ordering 2022-09-07 15:30:11 -07:00
Ketan Mittal b50c494e8b grab fes_ordering from fes/pfes in AdaptivityEvaluator 2022-09-07 15:30:00 -07:00
Ketan Mittal 17dbc28b51 fix memory leaks 2022-08-26 14:06:13 -07:00
Vladimir Z Tomov 48152fdeac Merge branch 'master' into tmop-update3D 2022-08-16 11:11:26 -07:00
Vladimir Z Tomov 1e67aeff44 minor. 2022-08-13 17:10:56 -07:00
Vladimir Z Tomov e6661b13df Added 347. 2022-08-13 16:49:16 -07:00
Vladimir Z Tomov 41f7a7f5a8 minor improvements. 2022-08-13 16:08:46 -07:00
Vladimir Z Tomov dc12bbaa80 Added 323. 2022-08-13 12:15:23 -07:00
Vladimir Z Tomov dcd359e1f2 Added code that validates metric evaluation, and its derivatives.
Added metric 322.
2022-08-12 16:41:14 -07:00
Vladimir Z Tomov d152dac87b Addedd metric 304. 2022-07-26 18:06:59 -07:00
Ketan Mittal 9e1fe38f85 minor changes and updated CHANGELOG 2022-07-26 15:11:42 -07:00
Ketan Mittal 939d07994c minor changes and resolve merge conflict 2022-07-25 12:06:07 -07:00
Vladimir Z Tomov 7bfe22ad28 Verified valid input barrier metric. 2022-07-13 17:39:54 -07:00
Ketan Mittal 4884063dab reviewer comments 2022-07-12 16:15:02 -07:00
Ketan Mittal 47fe9738ec combine untangling and worst case metrics into 1 2022-07-08 16:04:20 -07:00
Ketan Mittal 8f328237ab remove shadow variable 2022-06-01 09:45:39 -07:00
Ketan Mittal 6872f7bee6 CHANGELOG 2022-06-01 08:52:34 -07:00
Ketan Mittal eed10fe35b remove unused variable 2022-05-31 13:56:59 -07:00
Ketan Mittal cdcc3339d6 fix computation of initial energy in miniapps 2022-05-31 13:42:45 -07:00
Ketan Mittal bc546dc598 make worst case metric inherit from untangling metric 2022-05-31 11:48:03 -07:00
Ketan Mittal cb0d8a7af6 wordsmithing 2022-05-27 10:35:47 -07:00
Ketan Mittal b055cbd8b1 minor fixes and update miniapp sample runs 2022-05-24 11:32:56 -07:00
Ketan Mittal 228d33000b style 2022-05-23 11:45:11 -07:00
Ketan Mittal 7fe27cc8be fix tmop for node ordering 2022-05-23 11:43:29 -07:00
Ketan Mittal f04b6a467e computation of quantiles for untangler 2022-05-11 08:50:27 -07:00
Ketan Mittal f3fe49a07c computation of min det(T) and max mu(T) clean up 2022-05-10 13:42:41 -07:00
Ketan Mittal 634519cc89 minor fix 2022-05-09 11:03:06 -07:00
Ketan Mittal 0b653bc3cd add shifted barrier and worst-case metric 2022-05-09 10:57:21 -07:00
Tzanio Kolev 3ed3327364 Merge branch 'master' into tmop-surfit-formulation 2022-03-12 16:28:11 -08:00
Ketan Mittal b3b3c0f805 reviewer comments 2022-03-04 15:25:37 -08:00
Vladimir Z Tomov f5265f4a4c Minor. 2022-03-04 11:55:17 -08:00
Tzanio 6d2530775b Extended copyright to 2022 2022-02-25 10:24:50 -08:00
Tzanio 41b88b9db6 minor 2022-02-17 15:50:04 -08:00
Tom Stitt 88f185bdab add optional copy_to_host (true by default) option to ReleasePADeviceMemory 2022-02-15 13:47:44 -08:00
Ketan Mittal 70b07cbc89 added comments 2022-02-14 09:31:31 -08:00
Ketan Mittal 57edcb68e0 remove timers 2022-02-11 12:27:59 -08:00
Ketan Mittal 0e571fd8cb minor fixes to tmop_tools 2022-02-11 12:20:41 -08:00
Ketan Mittal c25e633276 remove PA and timing components 2022-02-11 12:02:52 -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