1. 19 Jul, 2023 1 commit
  2. 15 Mar, 2023 1 commit
  3. 23 Jan, 2023 5 commits
  4. 05 Jan, 2023 2 commits
  5. 04 Jan, 2023 1 commit
  6. 22 Dec, 2022 1 commit
  7. 18 Dec, 2022 1 commit
  8. 18 Nov, 2022 1 commit
  9. 10 Nov, 2022 1 commit
  10. 04 Oct, 2022 1 commit
  11. 28 Sep, 2022 1 commit
  12. 23 Sep, 2022 1 commit
  13. 05 Aug, 2022 1 commit
  14. 11 May, 2022 1 commit
  15. 07 Mar, 2022 3 commits
  16. 02 Mar, 2022 7 commits
  17. 05 Feb, 2022 1 commit
    • Corey Ernst's avatar
      Adding 'mean ratio' tet metric to Cubit. Metric created and recommended by... · 388fbbd8
      Corey Ernst authored
      Adding 'mean ratio' tet metric to Cubit.  Metric created and recommended by Jay Foulk to better detect elements that become elongated in high-deformation anlayses.  Compensates for 'normalized inradius' inability to detect these elements.
      In Verdict (V_TetMetric.cpp), there was already a mean ratio metric for tet4s but it wasn't hooked up to anything, save some unit tests.  This metric is formulated differently and penalizes elements with high aspect ratio more than the previous implementation.  This metric now also can be computed on tet10 elements, computing the linear version on each subtet and returning the lowest.
      The author of the previous metric was Danial Ibanez.  Jay Foulk with talk with him about this different implementation of it.  Soon we'll settle on which to go forward with.
      388fbbd8
  18. 29 Oct, 2021 4 commits
  19. 11 Oct, 2021 2 commits
  20. 28 Sep, 2021 3 commits
  21. 27 Sep, 2021 1 commit