- 02 Mar, 2022 6 commits
-
-
Spiros Tsalikis authored
-
Spiros Tsalikis authored
-
Spiros Tsalikis authored
Additionally: 1) Add braces wherever possible for code clarity 2) Make all input coordinates const qualified 3) Remove not needed headers, and use c++ versions of needed headers 4) Fix typos 5) Comment out unused num_nodes parameters 6) Delete not implemented functions
-
Spiros Tsalikis authored
-
Spiros Tsalikis authored
-
Spiros Tsalikis authored
-
- 05 Feb, 2022 1 commit
-
-
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.
-
- 29 Oct, 2021 4 commits
-
-
Clinton Stimpson authored
(cherry picked from commit 2d7d6dadb3840dcf63b3a62e129e46990a23009a)
-
Clinton Stimpson authored
(cherry picked from commit ec8fb77ccbddaa9378f57e6db3578dfc145ebd5a)
-
Clinton John Stimpson authored
Put package CMake files into a cmake directory. See merge request meshing/cubit!124
-
Clinton Stimpson authored
This fixes a failing find_package() in alegranevada.
-
- 11 Oct, 2021 2 commits
-
-
Clinton Stimpson authored
-
Clinton Stimpson authored
-
- 28 Sep, 2021 3 commits
-
-
Clinton Stimpson authored
-
Clinton Stimpson authored
-
Clinton Stimpson authored
-
- 27 Sep, 2021 1 commit
-
-
Clinton Stimpson authored
tet_radius_ratio() is used instead.
-
- 01 Jul, 2021 1 commit
-
-
Trevor Michael Hensley authored
-
- 14 Jun, 2021 1 commit
-
-
Clinton Stimpson authored
-
- 28 Apr, 2021 1 commit
-
-
Clinton Stimpson authored
-
- 28 Mar, 2021 1 commit
-
-
Corey Ernst authored
-
- 02 Mar, 2021 1 commit
-
-
Clinton Stimpson authored
-
- 26 Feb, 2021 1 commit
-
-
Corey Ernst authored
-For higher-order tet types, computing element volume metric more accuratly by subdividing tet into multiple subtets. -Adding unit test.
-
- 25 Feb, 2021 1 commit
-
-
Clinton Stimpson authored
Remove files no longer needed for finding python 2 and 3.
-
- 28 Jan, 2021 1 commit
-
-
Corey Ernst authored
Allowing normalized inradius to be computed on tet14s and 15s. It just ignores mid face and body nodes.
-
- 08 Dec, 2020 1 commit
-
-
Kendall Hugh Pierson authored
-
- 15 Oct, 2020 3 commits
-
-
Steven J. Owen authored
-
Steven J. Owen authored
-
Steven J. Owen authored
fixing bug in quad distortion metric so it now returns a reasonable result. Adding distortion metric for linear quads.
-
- 14 Sep, 2020 1 commit
-
-
Steven J. Owen authored
-
- 13 Sep, 2020 1 commit
-
-
Steven J. Owen authored
adding a linear version of the normalized inradius for tets. Previously would return 0.0 for linear.
-
- 22 Aug, 2020 1 commit
-
-
Steve Owen authored
Also cleaning up some of the other tet metrics
-
- 11 Mar, 2020 1 commit
-
-
Corey McBride authored
git-svn-id: file:///scratch/cjstimp/svn/cubit/CUBIT_SOURCE/trunk@416808 d353b8dc-a10e-11dd-9ca7-d543032e456e
-
- 05 Dec, 2019 1 commit
-
-
Clint Stimpson authored
Increment to version 1.3. git-svn-id: file:///scratch/cjstimp/svn/cubit/CUBIT_SOURCE/trunk@416429 d353b8dc-a10e-11dd-9ca7-d543032e456e
-
- 04 Oct, 2019 1 commit
-
-
Clint Stimpson authored
git-svn-id: file:///scratch/cjstimp/svn/cubit/CUBIT_SOURCE/trunk@416167 d353b8dc-a10e-11dd-9ca7-d543032e456e
-
- 19 Sep, 2019 1 commit
-
-
Scott Mitchell authored
Bug fix for Mesh-4075. If U-submap overlaps still exist, then call interval matching a failure, regardless of whether the prior constraints are satisfied. Fixed a 25 year old bug in the check for U-submap overlaps: in some cases the hardset intervals were not counted properly. git-svn-id: file:///scratch/cjstimp/svn/cubit/CUBIT_SOURCE/trunk@416091 d353b8dc-a10e-11dd-9ca7-d543032e456e
-
- 21 Mar, 2019 1 commit
-
-
Clint Stimpson authored
Make pamgen symbols non-hidden so linking will work. git-svn-id: file:///scratch/cjstimp/svn/cubit/CUBIT_SOURCE/trunk@415049 d353b8dc-a10e-11dd-9ca7-d543032e456e
-
- 28 Sep, 2018 1 commit
-
-
Mike Stephenson authored
git-svn-id: file:///scratch/cjstimp/svn/cubit/CUBIT_SOURCE/trunk@413624 d353b8dc-a10e-11dd-9ca7-d543032e456e
-
- 29 Aug, 2018 1 commit
-
-
Corey Ernst authored
Adding timestep metric for hexes and tets in verdict. Computation is now done inside verdict instead of in Cubit. For hexes, only corner nodes are used in this calculation. For tets10, all nodes are used. For all other tets, only corner nodes are used. CubitInterface::calculate_timestep_estimate functions now exposed. They were ifdef-ed out. git-svn-id: file:///scratch/cjstimp/svn/cubit/CUBIT_SOURCE/trunk@413331 d353b8dc-a10e-11dd-9ca7-d543032e456e
-
- 04 Jan, 2018 1 commit
-
-
Clint Stimpson authored
git-svn-id: file:///scratch/cjstimp/svn/cubit/CUBIT_SOURCE/trunk@411439 d353b8dc-a10e-11dd-9ca7-d543032e456e
-