- 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
-
- 12 Oct, 2017 1 commit
-
-
Matt Staten authored
Fix compiler errors found when compiling this in Sierra on macsierra darwin compilers. Add #include <cmath> so it can fine isnan. git-svn-id: file:///scratch/cjstimp/svn/cubit/CUBIT_SOURCE/trunk@410713 d353b8dc-a10e-11dd-9ca7-d543032e456e
-
- 11 Oct, 2017 1 commit
-
-
Matt Staten authored
git-svn-id: file:///scratch/cjstimp/svn/cubit/CUBIT_SOURCE/trunk@410712 d353b8dc-a10e-11dd-9ca7-d543032e456e
-
- 29 Sep, 2017 6 commits
-
-
Scott Mitchell authored
fixing the range of output for some tet tests for a tet with 4 coincident nodes. verdict line coverage experiment is over I hope. git-svn-id: file:///scratch/cjstimp/svn/cubit/CUBIT_SOURCE/trunk@410574 d353b8dc-a10e-11dd-9ca7-d543032e456e
-
Scott Mitchell authored
changing verdict.test.cpp to use EXPECT_NEAR. adding some more tests. line coverage experiment is over. git-svn-id: file:///scratch/cjstimp/svn/cubit/CUBIT_SOURCE/trunk@410567 d353b8dc-a10e-11dd-9ca7-d543032e456e
-
Clint Stimpson authored
git-svn-id: file:///scratch/cjstimp/svn/cubit/CUBIT_SOURCE/trunk@410561 d353b8dc-a10e-11dd-9ca7-d543032e456e
-
Scott Mitchell authored
fixing the number of significant digits in verdict.test.cpp. I accidently checked it in with too many digits yesterday. git-svn-id: file:///scratch/cjstimp/svn/cubit/CUBIT_SOURCE/trunk@410560 d353b8dc-a10e-11dd-9ca7-d543032e456e
-
Clint Stimpson authored
git-svn-id: file:///scratch/cjstimp/svn/cubit/CUBIT_SOURCE/trunk@410555 d353b8dc-a10e-11dd-9ca7-d543032e456e
-
Scott Mitchell authored
verdict tests for previously untested metrics for tri, quad, tet, and hex. Reorganized the hex_nodal_jacobian_ratio function to have the same interface format as the other metrics. git-svn-id: file:///scratch/cjstimp/svn/cubit/CUBIT_SOURCE/trunk@410542 d353b8dc-a10e-11dd-9ca7-d543032e456e
-
- 15 Sep, 2017 1 commit
-
-
Clint Stimpson authored
git-svn-id: file:///scratch/cjstimp/svn/cubit/CUBIT_SOURCE/trunk@410216 d353b8dc-a10e-11dd-9ca7-d543032e456e
-
- 29 Aug, 2017 1 commit
-
-
Scott Mitchell authored
git-svn-id: file:///scratch/cjstimp/svn/cubit/CUBIT_SOURCE/trunk@410045 d353b8dc-a10e-11dd-9ca7-d543032e456e
-
- 16 Aug, 2017 2 commits
-
-
Matt Staten authored
git-svn-id: file:///scratch/cjstimp/svn/cubit/CUBIT_SOURCE/trunk@409855 d353b8dc-a10e-11dd-9ca7-d543032e456e
-
Matt Staten authored
git-svn-id: file:///scratch/cjstimp/svn/cubit/CUBIT_SOURCE/trunk@409853 d353b8dc-a10e-11dd-9ca7-d543032e456e
-
- 15 Aug, 2017 2 commits
-
-
Matt Staten authored
git-svn-id: file:///scratch/cjstimp/svn/cubit/CUBIT_SOURCE/trunk@409842 d353b8dc-a10e-11dd-9ca7-d543032e456e
-
Matt Staten authored
git-svn-id: file:///scratch/cjstimp/svn/cubit/CUBIT_SOURCE/trunk@409841 d353b8dc-a10e-11dd-9ca7-d543032e456e
-
- 07 Aug, 2017 3 commits
-
-
Corey Ernst authored
git-svn-id: file:///scratch/cjstimp/svn/cubit/CUBIT_SOURCE/trunk@409677 d353b8dc-a10e-11dd-9ca7-d543032e456e
-
Clint Stimpson authored
git-svn-id: file:///scratch/cjstimp/svn/cubit/CUBIT_SOURCE/trunk@409674 d353b8dc-a10e-11dd-9ca7-d543032e456e
-
Corey Ernst authored
3*tet_volume / (a1+a2+a3+a4) where a1 is the area of tri 1, a2 is the area of tri 2, ... git-svn-id: file:///scratch/cjstimp/svn/cubit/CUBIT_SOURCE/trunk@409670 d353b8dc-a10e-11dd-9ca7-d543032e456e
-
- 04 Aug, 2017 5 commits
-
-
Corey Ernst authored
Making tet_dimension (characteristic_length) nodally invariant. Calculating the inradius at each triangle of the tet, then averaging the four. git-svn-id: file:///scratch/cjstimp/svn/cubit/CUBIT_SOURCE/trunk@409666 d353b8dc-a10e-11dd-9ca7-d543032e456e
-
Clint Stimpson authored
git-svn-id: file:///scratch/cjstimp/svn/cubit/CUBIT_SOURCE/trunk@409664 d353b8dc-a10e-11dd-9ca7-d543032e456e
-
Clint Stimpson authored
git-svn-id: file:///scratch/cjstimp/svn/cubit/CUBIT_SOURCE/trunk@409662 d353b8dc-a10e-11dd-9ca7-d543032e456e
-
Clint Stimpson authored
Removing VerdictFunction typedef from verdict.h, since its no longer true that all verdict functions have the same signature. Now that c++ is required, one can use std::function, lambdas, etc... instead. Remove extern "C" from all functions. With namespace verdict { extern "C" void func(); } the result is functions are decorated in code (requiring one to type "verdict::") but not decorated in the resulting binary. Reintroduce mangling support by allowing the user to set the name of the namespace. git-svn-id: file:///scratch/cjstimp/svn/cubit/CUBIT_SOURCE/trunk@409661 d353b8dc-a10e-11dd-9ca7-d543032e456e
-
Corey Ernst authored
2. Adding 'characteristic_length' metric to tet metrics. 'dimension' (for hexes) will still work but a warning is output telling the user to use 'characteristic_length' instead. 3. Changed enum CHARDIM to CHARACTERISTIC_LENGTH. 4. Refactored tet_dimension function in V_TetMetric to use VerdictVector instead of template class. git-svn-id: file:///scratch/cjstimp/svn/cubit/CUBIT_SOURCE/trunk@409549 d353b8dc-a10e-11dd-9ca7-d543032e456e
-
- 03 Aug, 2017 2 commits
-
-
Clint Stimpson authored
git-svn-id: file:///scratch/cjstimp/svn/cubit/CUBIT_SOURCE/trunk@409548 d353b8dc-a10e-11dd-9ca7-d543032e456e
-
Matt Staten authored
git-svn-id: file:///scratch/cjstimp/svn/cubit/CUBIT_SOURCE/trunk@409541 d353b8dc-a10e-11dd-9ca7-d543032e456e
-
- 02 Aug, 2017 3 commits
-
-
Matt Staten authored
git-svn-id: file:///scratch/cjstimp/svn/cubit/CUBIT_SOURCE/trunk@409493 d353b8dc-a10e-11dd-9ca7-d543032e456e
-
Matt Staten authored
git-svn-id: file:///scratch/cjstimp/svn/cubit/CUBIT_SOURCE/trunk@409491 d353b8dc-a10e-11dd-9ca7-d543032e456e
-
Matt Staten authored
git-svn-id: file:///scratch/cjstimp/svn/cubit/CUBIT_SOURCE/trunk@409490 d353b8dc-a10e-11dd-9ca7-d543032e456e
-
- 01 Aug, 2017 3 commits
-
-
Matt Staten authored
git-svn-id: file:///scratch/cjstimp/svn/cubit/CUBIT_SOURCE/trunk@409483 d353b8dc-a10e-11dd-9ca7-d543032e456e
-
Matt Staten authored
git-svn-id: file:///scratch/cjstimp/svn/cubit/CUBIT_SOURCE/trunk@409482 d353b8dc-a10e-11dd-9ca7-d543032e456e
-
Matt Staten authored
git-svn-id: file:///scratch/cjstimp/svn/cubit/CUBIT_SOURCE/trunk@409481 d353b8dc-a10e-11dd-9ca7-d543032e456e
-
- 31 Jul, 2017 5 commits
-
-
Matt Staten authored
git-svn-id: file:///scratch/cjstimp/svn/cubit/CUBIT_SOURCE/trunk@409470 d353b8dc-a10e-11dd-9ca7-d543032e456e
-
Matt Staten authored
git-svn-id: file:///scratch/cjstimp/svn/cubit/CUBIT_SOURCE/trunk@409469 d353b8dc-a10e-11dd-9ca7-d543032e456e
-
Matt Staten authored
git-svn-id: file:///scratch/cjstimp/svn/cubit/CUBIT_SOURCE/trunk@409468 d353b8dc-a10e-11dd-9ca7-d543032e456e
-
Matt Staten authored
git-svn-id: file:///scratch/cjstimp/svn/cubit/CUBIT_SOURCE/trunk@409467 d353b8dc-a10e-11dd-9ca7-d543032e456e
-
Matt Staten authored
git-svn-id: file:///scratch/cjstimp/svn/cubit/CUBIT_SOURCE/trunk@409464 d353b8dc-a10e-11dd-9ca7-d543032e456e
-