Skip to content
Success

Changes

Summary

  1. uses HOME and gcc-12 (details)
  2. makes seq clang (details)
  3. syncs gcc12 (details)
  4. cleaned path (details)
  5. suppresses warn unused (details)
  6. to suppress gcc-12 warning, explictly allocate MPI_Status *status argument (details)
  7. expose method to parse meshb contents (details)
  8. adds analytic metrics for WMLES examples (details)
  9. matches FUN3D_INTG deps (details)
  10. uses newer 121-beta.2022.08.18.1700 (details)
  11. fixes string (details)
  12. downgrade to ESP/121 for ringlib COMBINE (details)
  13. creates contains prototype (details)
  14. asserts outside root voxel (details)
  15. extracts child's bbox by index (details)
  16. checks a contained child (details)
  17. verifies other corner points (details)
  18. reuses ref_oct_child_bbox to avoid copy-paste (details)
  19. diag (details)
  20. returns bbox (details)
  21. return box for no child (details)
  22. starts split to (details)
  23. prints info (details)
  24. tests three levels of ref_oct_contains (details)
  25. quiets execution (details)
  26. simplfies by returning the result of the recersice ref_oct_contains_node from childern (details)
  27. refines oct to surf (details)
  28. adds accept test coverage for oct surf (details)
  29. cleans libsanitizer reported leaks (details)
  30. fixes wwait typo (details)
  31. uses loop index (details)
  32. reduce allocation to required for accept case (details)
  33. moves the free out of loop, still being used (details)
  34. reports the size of the octree (details)
  35. creates a hex-quad from tri placeholder (details)
  36. creates the nodes required on edges and tri (details)
  37. unifies the midnode create (details)
  38. converts tri to quad with ref translate --blockhead (details)
  39. subdivides edges for later extrusion (details)
  40. allows solb metric as multiple scalrs of correct size (details)
  41. allows multiple scalar for a metric in sol file (details)
  42. fixes global nubmering (details)
  43. adds tri to quad test case (details)
  44. adds accept-tohex-diamond.sh to ref acceptance (details)
  45. adds test to guide implementation (details)
  46. cache faces for storing new verts (details)
  47. adds twod faces when twod (details)
  48. compute new tri nodes via faces for extension to 3D (details)
  49. start collecting tet mid nodes (details)
  50. forms hexes from tets (details)
  51. includes 3D case in acceptance (details)
  52. visualizes eigenvalues of reconstrcuted hessian (details)
  53. computes scaling (details)
  54. adds test for mixed case (details)
  55. turns of adapt curvature constraint without geom (details)
  56. uses sin50xy metric (details)
  57. compatible spacing (details)
  58. adds geoemetric spacing based on eigs (details)
  59. radial geoemtric metric test (details)
  60. reads node and face (details)
  61. fixes index (details)
  62. determines if bounding boxes overlap (details)
  63. winds msh faces to outward normals (details)
  64. creates a MSH file format version 2 (Legacy) via copy-n-paste (details)
  65. corrects chat count of msh2 extension (details)
  66. uses --aspect-ratio to set the LES target for hrles_fixed_point_metric (details)
  67. reorder tests to mirror header (details)
  68. implements ref_oct_split_touching (details)
  69. fixed for one refinement (details)
  70. check two levels (details)
  71. scales bbox (details)
  72. adds fixture and ref_oct_gradation (details)
  73. target size should be 2x current diagonal (details)
  74. saves original before enforcing gradation (details)
  75. extracts macros for accessing children, nodes (details)
  76. count leaves (details)
  77. display nleaf (details)
  78. reports occupancy (details)
  79. only export leaf nodes to tec (details)
  80. reports leaves only (details)
  81. node framework (details)
  82. creates recursive node filler (details)
  83. extracts ref_oct_bbox_corner (details)
  84. insert corners into tree (details)
  85. inserts nodes into c2n (details)
  86. fixes array indexer (details)
  87. inserts nodes (details)
  88. tests one split unique nodes (details)
  89. extends to setting corner nodes (details)
  90. extracts xyz to ref_nodes (details)
  91. starts the extraction method (details)
  92. starts export to grid (details)
  93. dumps hex (details)
  94. extracts faces, dup quads (details)
  95. fixes exort recursion (details)
  96. export-option (details)
  97. trim tree for set at (details)
  98. only sets when new (details)
  99. moves tree trimming out to interior nodes for speed (details)
  100. adds realloc (details)
  101. provides details on failure (details)
  102. protects test under development (details)
  103. reorder hex faces to line up with cart bbox directions (details)
  104. simplifies cart quad export with face ordering (details)
  105. winds extruded hex correctly (details)
  106. extracts qu2 face index from he2 index (details)
  107. renames subfunction (details)
  108. adds break to prevent fall-through (details)
  109. adds face nodes (details)
  110. refactors toward local variables (details)
  111. creates center nodes (details)
  112. refactor local declare (details)
  113. uses index (details)
  114. extracts whole (details)
  115. exports whole faces as pyrimid (details)
  116. tec debug export (details)
  117. swtichs to face test for steiner (details)
  118. resurses the same (details)
  119. extracts ref_oct_export_prism (details)
  120. completes interior (details)
  121. adds boundary to steiner hexes (details)
  122. solver format (details)
  123. turns test on without output files (details)
  124. cleans-test (details)
  125. adapts oct based on metric (details)
  126. ref_oct_test --box h file gained an h (details)
  127. refactor to extract ref_metric_sub_tet_complexity (details)
  128. allows the tet nodes to be extracted from nodes (details)
  129. computes mixed element complexity with sub tet (details)
  130. passes correct extracted quad on boundary. fixes flow adapt (details)
  131. o Inline consistent MPI configuration with build-tools to compile on summit (details)
  132. o Add -I to mpi_include and -L to mpi_ldadd (details)
  133. o Add library search path to MPI without wrapper (details)
  134. adds wmles style mesh (details)
  135. not-required (details)
  136. removes --iles option, which has been replaced with --aspect-ratio (details)
  137. extracts hessian_multiscale (details)
  138. removes header for missing function (details)
  139. removes the ref multiscale --combine option (details)
  140. ref multiscale --aspect-ratio after local scaling to avoid changes to det (details)
  141. removes the weight from ref_metric_lp and ref_metric_local_scale (details)
  142. extracts ref_metric_sub_tri_complexity (details)
  143. extends ref_metric_complexity to 2D quads (details)
  144. adds aspect ratio lp (multiscale) (details)
  145. uses ref_metric_limit_aspect_ratio always now that it is safe for default -1 (details)
  146. reuse aspect_ratio and ref_metric_lp with aspect_ratio, spalding, cons visc (details)
  147. does not define a local variable, use the one to be pased to use (details)
  148. added fixed-point (details)
  149. sets gcc build flags (details)
  150. diagnose (details)
  151. looks for non-finite values (details)
  152. initializes metric before forming running sum (details)
  153. format (details)
  154. turns off debug for oct adapt to metric (details)
  155. extends --yplus to --ypluslen that uses reference to revert to multiscale (details)
  156. corrects blend logic (details)
  157. scale y+ target by 1/alt equalateral tri (details)
  158. adds twod brick interp test (details)
  159. tests if same forks (details)
  160. computes a second exchange location (details)
  161. uses std interp for twod (details)
  162. computes viscous length at 1 and 2 cell heights (details)
  163. blends multiscle with yplus when viscous length sampling is different (details)
  164. increases the blending region (details)
  165. show debug info (details)
  166. corrects the contribution to the two convex weights of yplus-target/multiscale (details)
  167. widens the range of yplus-target usage (details)
  168. improves debug stdout for tuning (details)
  169. uses consisent input to stdout report (details)
  170. removes a wayard half from h target (details)
The file was modified misc/setup-mac.sh (diff)
The file was modified misc/setup-cmb20.sh (diff)
The file was removedmisc/setup-rome.sh
The file was modified misc/setup-k.sh (diff)
The file was modified misc/setup-mac.sh (diff)
The file was modified misc/setup-k.sh (diff)
The file was modified misc/setup-mac.sh (diff)
The file was modified misc/setup-mac.sh (diff)
Commit 413078f981debce31d439aaf6159205bd9f60b1d by Mike.Park
suppresses warn unused
The file was modified src/ref_layer.c (diff)
Commit 8e391d9240491a76b2a396cbdba4608d554545e5 by Mike.Park
to suppress gcc-12 warning, explictly allocate MPI_Status *status argument
The file was modified src/ref_mpi.c (diff)
Commit 9cd652e68584ebb344f93437acb5453170eeac23 by Mike.Park
expose method to parse meshb contents
The file was modified src/ref_import.c (diff)
The file was modified src/ref_import.h (diff)
Commit d579cf6ddb49a1db487588041bbe7fd88ee18ef8 by Mike.Park
adds analytic metrics for WMLES examples
The file was modified src/ref_metric.c (diff)
The file was modified src/ref_acceptance.c (diff)
Commit af223ec2e337a0051dbc6fdf5db6e4054e613e4a by Mike.Park
matches FUN3D_INTG deps
The file was modified acceptance/s2s-modules.sh (diff)
Commit 1f2d544131e063b65a24f8f91992df4d5dcb29f5 by Mike.Park
uses newer 121-beta.2022.08.18.1700
The file was modified acceptance/s2s-modules.sh (diff)
The file was modified acceptance/pro-modules.sh (diff)
The file was modified acceptance/boot-modules.sh (diff)
The file was modified acceptance/ref-modules.sh (diff)
The file was modified acceptance/boot-modules.sh (diff)
Commit c5c9d1cbf435a862e4f147c47d8df877ed3905e4 by Mike.Park
downgrade to ESP/121 for ringlib COMBINE
The file was modified acceptance/boot-modules.sh (diff)
The file was modified acceptance/ref-modules.sh (diff)
The file was modified acceptance/pro-modules.sh (diff)
The file was modified acceptance/s2s-modules.sh (diff)
Commit 16ea1a8fbe7d489553d0589e201aab3645f6cba3 by Mike.Park
creates contains prototype
The file was modified src/ref_oct.h (diff)
The file was modified src/ref_oct.c (diff)
The file was modified src/ref_oct_test.c (diff)
Commit f176661b990c6d2e65eb8d1ecd242c0cbca39a6e by Mike.Park
asserts outside root voxel
The file was modified src/ref_oct_test.c (diff)
Commit 30a656cc71bb173b8cca60ec654d174bca5045ec by Mike.Park
extracts child's bbox by index
The file was modified src/ref_oct_test.c (diff)
The file was modified src/ref_oct.c (diff)
The file was modified src/ref_oct.h (diff)
Commit 9defff6527b61b514ed85f07578e7b8a545d6fed by Mike.Park
checks a contained child
The file was modified src/ref_oct.c (diff)
The file was modified src/ref_oct_test.c (diff)
Commit 1f9e9cab3b3d6d71d965fd5254da47adb77c0f0c by Mike.Park
verifies other corner points
The file was modified src/ref_oct_test.c (diff)
Commit 3964844d89295137742a3e29ccde3178b0158f35 by Mike.Park
reuses ref_oct_child_bbox to avoid copy-paste
The file was modified src/ref_oct.c (diff)
The file was modified src/ref_oct.c (diff)
The file was modified src/ref_oct_test.c (diff)
The file was modified src/ref_oct.h (diff)
The file was modified src/ref_oct.h (diff)
The file was modified src/ref_oct_test.c (diff)
The file was modified src/ref_oct.c (diff)
Commit f6edd967f8e36b737ab6f5f9e95a0a4467322954 by Mike.Park
return box for no child
The file was modified src/ref_oct.c (diff)
The file was modified src/ref_oct.c (diff)
The file was modified src/ref_oct.h (diff)
The file was modified src/ref_oct_test.c (diff)
The file was modified src/ref_oct_test.c (diff)
The file was modified src/ref_oct.c (diff)
Commit 4adc1f7f6c11fa06ee5728ab258ddcd007842bd8 by Mike.Park
tests three levels of ref_oct_contains
The file was modified src/ref_oct_test.c (diff)
The file was modified src/ref_oct.c (diff)
Commit a2b0270ab8fe58af3bc3aa3cd694cd41e52b68c2 by Mike.Park
simplfies by returning the result of the recersice ref_oct_contains_node from childern
The file was modified src/ref_oct.c (diff)
The file was modified src/ref_oct.c (diff)
The file was modified src/ref_oct_test.c (diff)
Commit 077e3bb953beb6365ece737b7d1e355f899b8cad by Mike.Park
adds accept test coverage for oct surf
The file was addedacceptance/oct/s2s/s2s.csm
The file was modified acceptance/ref.sh (diff)
The file was addedacceptance/oct/s2s/accept-oct-s2s.sh
Commit e783c03e348974fb8110aa2b897b35b5efa3bb89 by Mike.Park
cleans libsanitizer reported leaks
The file was modified src/ref_oct_test.c (diff)
The file was modified acceptance/ref.sh (diff)
The file was modified src/ref_oct_test.c (diff)
Commit 2771eb15b6fafa4057c5bcf17d39641a86af6bfb by Mike.Park
reduce allocation to required for accept case
The file was modified src/ref_oct.c (diff)
Commit d802a9ea927b84415467fe5747a232891b2f8e4c by Mike.Park
moves the free out of loop, still being used
The file was modified src/ref_oct_test.c (diff)
Commit fab5f51e668844fb732d90f54d8f34e6c21533d8 by Mike.Park
reports the size of the octree
The file was modified src/ref_oct_test.c (diff)
Commit 55abb893667bd78a05a7458763b0bda0f1578be1 by Mike.Park
creates a hex-quad from tri placeholder
The file was modified src/ref_subdiv.c (diff)
The file was modified src/ref_subdiv.h (diff)
Commit dfda53e0567b83105f13ce1f82d83045fb7df8b7 by Mike.Park
creates the nodes required on edges and tri
The file was modified src/ref_subdiv.c (diff)
Commit 900538ab8d9a46e84588b9ef227b73da36ab60ae by Mike.Park
unifies the midnode create
The file was modified src/ref_geom.h (diff)
The file was modified src/ref_subdiv.c (diff)
The file was modified src/ref_geom.c (diff)
Commit d49f4d436e9012cee952cbc1f87ad8ac5bf505f1 by Mike.Park
converts tri to quad with ref translate --blockhead
The file was modified src/ref_subcommand.c (diff)
The file was modified src/ref_subdiv.c (diff)
Commit 0c51c30120cb6dcee49376bf469bea94b1b5a006 by Mike.Park
subdivides edges for later extrusion
The file was modified src/ref_subdiv.c (diff)
Commit eaff5d9f7f92ad465ef50de50f021158a8ecf865 by Mike.Park
allows solb metric as multiple scalrs of correct size
The file was modified src/ref_part.c (diff)
Commit 3e68fb2eff067ec025e22709ce4debe9c0c17427 by Mike.Park
allows multiple scalar for a metric in sol file
The file was modified src/ref_part.c (diff)
Commit 6e12590eeeeee24fdd85175232df334ac840c2bd by Mike.Park
fixes global nubmering
The file was modified src/ref_subdiv.c (diff)
Commit 005295f8b0fb013aaa7ef3f8adb363f0786fd18b by Mike.Park
adds tri to quad test case
The file was addedacceptance/tohex/diamond/diamond.csm
The file was addedacceptance/tohex/diamond/accept-tohex-diamond.sh
Commit 8b2dc12b70e47d7aaa1da4b2704024d5624ba81c by Mike.Park
adds accept-tohex-diamond.sh to ref acceptance
The file was modified acceptance/ref.sh (diff)
Commit ad17bd0c614c7ad8fd25a1b831dda9a915a98efe by Mike.Park
adds test to guide implementation
The file was addedacceptance/tohex/diaprism/accept-tohex-diaprism.sh
The file was addedacceptance/tohex/diaprism/diaprism.csm
Commit ae1ff834255943dec9965aa139179991a01e66e3 by Mike.Park
cache faces for storing new verts
The file was modified src/ref_subdiv.c (diff)
Commit c70ec2b7a974757ac8516342a75d34083a1fe259 by Mike.Park
adds twod faces when twod
The file was modified src/ref_face.c (diff)
Commit 5a6e51372b0d9695b94e057c05b12ec5784be5db by Mike.Park
compute new tri nodes via faces for extension to 3D
The file was modified src/ref_subdiv.c (diff)
Commit 59693655ac958accad485f1fcd4118fbc2d44e5c by Mike.Park
start collecting tet mid nodes
The file was modified src/ref_subdiv.c (diff)
Commit 271d06e3da9e4f52b2dbd68390688d1a21457bce by Mike.Park
forms hexes from tets
The file was modified src/ref_subdiv.c (diff)
Commit 385bb15a776703b7b1489d8390c586e64e4a6fba by Mike.Park
includes 3D case in acceptance
The file was modified acceptance/ref.sh (diff)
Commit 82bd9842f6b9fe9688b24c7dd0176f84abb4aa06 by Mike.Park
visualizes eigenvalues of reconstrcuted hessian
The file was modified src/ref_recon_test.c (diff)
The file was modified src/ref_recon_test.c (diff)
Commit bee9471eedd2c3e2682a20600ae8a467c29c30af by Mike.Park
adds test for mixed case
The file was addedacceptance/mixed/spading/accept-mixed-spading.sh
Commit 13a6b6841a5e37d9d4bd6244a1a74f9ab64f8b5d by Mike.Park
turns of adapt curvature constraint without geom
The file was modified src/ref_subcommand.c (diff)
The file was modified acceptance/mixed/spading/accept-mixed-spading.sh (diff)
The file was modified acceptance/mixed/spading/accept-mixed-spading.sh (diff)
Commit f4c10e3a4cfe382ebf29dcd1012110e49a809df6 by Mike.Park
adds geoemetric spacing based on eigs
The file was modified src/ref_phys_test.c (diff)
Commit 4a6db65092f98ec091299a9fc4955fbb6c7df850 by Mike.Park
radial geoemtric metric test
The file was addedacceptance/facebody/circgap-geometric/accept-circgap-geometric.sh
The file was modified src/ref_import.c (diff)
The file was modified src/ref_import.c (diff)
Commit f25111606b061b12934eb3a1aa28ee8e3be49b61 by Mike.Park
determines if bounding boxes overlap
The file was modified src/ref_oct.h (diff)
The file was modified src/ref_oct.c (diff)
The file was modified src/ref_oct_test.c (diff)
Commit 35b8e6bcb79a5c2fce19017046e563b3fc2f5a58 by Mike.Park
winds msh faces to outward normals
The file was modified src/ref_export.c (diff)
Commit 848164c5da45635b9c49226c2675a245bd5cc953 by Mike.Park
creates a MSH file format version 2 (Legacy) via copy-n-paste
The file was modified src/ref_export.c (diff)
Commit 7df55c9f5a17897901e9fe1a7b6ded6564767f3c by Mike.Park
corrects chat count of msh2 extension
The file was modified src/ref_export.c (diff)
Commit c15dfc142603dc4f9808e3d76b14588df25da268 by Mike.Park
uses --aspect-ratio to set the LES target for hrles_fixed_point_metric
The file was modified src/ref_subcommand.c (diff)
Commit 61b5d36cee37b83fa7895cc2523cbb23a08df6c8 by Mike.Park
reorder tests to mirror header
The file was modified src/ref_oct_test.c (diff)
Commit 3faeb767e887263fc21b8971464e5a2eeaa982e2 by Mike.Park
implements ref_oct_split_touching
The file was modified src/ref_oct.c (diff)
The file was modified src/ref_oct.h (diff)
Commit d6328be86f17d74a8bba8c3c54572cb6f136f777 by Mike.Park
fixed for one refinement
The file was modified src/ref_oct.c (diff)
The file was modified src/ref_oct.h (diff)
The file was modified src/ref_oct_test.c (diff)
The file was modified src/ref_oct_test.c (diff)
The file was modified src/ref_oct_test.c (diff)
The file was modified src/ref_oct.c (diff)
The file was modified src/ref_oct.h (diff)
Commit 427008a16a62a5c06bfdee87511362692718dab5 by Mike.Park
adds fixture and ref_oct_gradation
The file was modified src/ref_oct.h (diff)
The file was modified src/ref_oct.c (diff)
The file was modified src/ref_oct_test.c (diff)
Commit 7bcac51d1fc19614713bd7def5fa4107838214d3 by Mike.Park
target size should be 2x current diagonal
The file was modified src/ref_oct.c (diff)
Commit fd386feea8418e70c76e5786b3764747aca89e11 by Mike.Park
saves original before enforcing gradation
The file was modified src/ref_oct_test.c (diff)
Commit 880b163ae800c042e4f5b0b6d1b9301199a7c96a by Mike.Park
extracts macros for accessing children, nodes
The file was modified src/ref_oct.c (diff)
The file was modified src/ref_oct.h (diff)
The file was modified src/ref_oct.h (diff)
The file was modified src/ref_oct.c (diff)
The file was modified src/ref_oct.h (diff)
The file was modified src/ref_oct.c (diff)
The file was modified src/ref_oct.c (diff)
Commit 64907ef0403dd45ec56c17ba5d0123d00449828a by Mike.Park
only export leaf nodes to tec
The file was modified src/ref_oct.c (diff)
The file was modified src/ref_oct_test.c (diff)
The file was modified src/ref_oct.h (diff)
The file was modified src/ref_oct.c (diff)
Commit a6c7ce93ab065405c449d2b3613fa80cf4b05deb by Mike.Park
creates recursive node filler
The file was modified src/ref_oct.h (diff)
The file was modified src/ref_oct.c (diff)
Commit 988807cbf5cfe24eaec095960bfd3cadd0811b62 by Mike.Park
extracts ref_oct_bbox_corner
The file was modified src/ref_oct.h (diff)
The file was modified src/ref_oct.c (diff)
Commit 7a7c1ef4a7940f92c59705f7631364b05e202867 by Mike.Park
insert corners into tree
The file was modified src/ref_oct.h (diff)
The file was modified src/ref_oct.c (diff)
Commit 847e0d935f46b00fa5f8328d763d6558b75fc9a0 by Mike.Park
inserts nodes into c2n
The file was modified src/ref_oct.c (diff)
The file was modified src/ref_oct.h (diff)
The file was modified src/ref_oct.h (diff)
The file was modified src/ref_oct.c (diff)
The file was modified src/ref_oct_test.c (diff)
Commit 2bc961894c53c69885c318b6e3a62de817c0106e by Mike.Park
tests one split unique nodes
The file was modified src/ref_oct_test.c (diff)
Commit aa77402bb2f65ec9b762f71800c5f77d84fbad3e by Mike.Park
extends to setting corner nodes
The file was modified src/ref_oct.c (diff)
Commit 1c2d81520714679e9f950802065fff3286edd66f by Mike.Park
extracts xyz to ref_nodes
The file was modified src/ref_oct_test.c (diff)
The file was modified src/ref_oct.h (diff)
The file was modified src/ref_oct.c (diff)
Commit c465b5a5c2085e9f90b1f81f65f1282af280313c by Mike.Park
starts the extraction method
The file was modified src/ref_oct.h (diff)
The file was modified src/ref_oct.c (diff)
Commit d729866360ef3c637fd798567530c41679b58377 by Mike.Park
starts export to grid
The file was modified src/ref_oct_test.c (diff)
The file was modified src/ref_oct.c (diff)
The file was modified src/ref_oct.c (diff)
The file was modified src/ref_oct_test.c (diff)
Commit d53d84a521dc6b3010450773d645e0a3993d2dea by Mike.Park
extracts faces, dup quads
The file was modified src/ref_oct_test.c (diff)
The file was modified src/ref_oct.c (diff)
Commit 1a9e91c199165ab17f110283f6f6d9a712797296 by Mike.Park
fixes exort recursion
The file was modified src/ref_oct.c (diff)
The file was modified src/ref_oct_test.c (diff)
The file was modified src/ref_oct_test.c (diff)
The file was modified src/ref_oct.c (diff)
The file was modified src/ref_oct.c (diff)
Commit eee6e9b5a35cb0817bfb27578062be2bb45c7b37 by Mike.Park
moves tree trimming out to interior nodes for speed
The file was modified src/ref_oct.c (diff)
The file was modified src/ref_oct_test.c (diff)
The file was modified src/ref_oct.c (diff)
Commit 50a12455619560117b84ce70adc08b38af0c88d5 by Mike.Park
provides details on failure
The file was modified src/ref_oct.h (diff)
The file was modified src/ref_oct.c (diff)
Commit 4a7299b730188e44983e341ffb1590dbfb02c1c0 by Mike.Park
protects test under development
The file was modified src/ref_oct_test.c (diff)
Commit 14168c6cfb51e925f915fd06725c7cd0535bd1d0 by Mike.Park
reorder hex faces to line up with cart bbox directions
The file was modified src/ref_cell.h (diff)
The file was modified src/ref_cell.c (diff)
The file was modified src/ref_cell_test.c (diff)
The file was modified src/ref_shard_test.c (diff)
The file was modified src/ref_face_test.c (diff)
Commit a310dcf156c16810262a991d442d725c9a167d3c by Mike.Park
simplifies cart quad export with face ordering
The file was modified src/ref_oct.c (diff)
Commit df4c643d9e5dae3f47987b0e87a372c8e47d77b8 by Mike.Park
winds extruded hex correctly
The file was modified src/ref_grid.c (diff)
Commit e9492a560bc7b6b679505800df948940dfb50aad by Mike.Park
extracts qu2 face index from he2 index
The file was modified src/ref_oct.h (diff)
The file was modified src/ref_oct.c (diff)
The file was modified src/ref_oct.c (diff)
Commit 87c14267eddc107a74832f709a69376974708a70 by Mike.Park
adds break to prevent fall-through
The file was modified src/ref_oct.c (diff)
The file was modified src/ref_oct.c (diff)
Commit 0f5219c8b8877f727afdfda6cd293f9e8eedb7ec by Mike.Park
refactors toward local variables
The file was modified src/ref_oct.c (diff)
The file was modified src/ref_oct.c (diff)
Commit f11312f73e18fcce9ec4cb7df0dfbd984aa45cc3 by Mike.Park
refactor local declare
The file was modified src/ref_oct.c (diff)
The file was modified src/ref_oct.c (diff)
The file was modified src/ref_oct.c (diff)
Commit d6347e2e439cdec8c965b881fb8149ff0906f5d1 by Mike.Park
exports whole faces as pyrimid
The file was modified src/ref_oct.c (diff)
The file was modified src/ref_oct_test.c (diff)
Commit 35b2e4f076c735dfb9045c6ee06d134002bdc116 by Mike.Park
swtichs to face test for steiner
The file was modified src/ref_oct.c (diff)
The file was modified src/ref_oct.c (diff)
Commit b5c04939bdba03b561007b820756ed26edf2e6ac by Mike.Park
extracts ref_oct_export_prism
The file was modified src/ref_oct.c (diff)
The file was modified src/ref_oct.c (diff)
Commit 1d06c45a03dc2371449047768c7c5cae2914ab37 by Mike.Park
adds boundary to steiner hexes
The file was modified src/ref_oct.c (diff)
The file was modified src/ref_oct_test.c (diff)
Commit f934bf8e3d19981c37bb4afb2d804a7a0b18e90b by Mike.Park
turns test on without output files
The file was modified src/ref_oct_test.c (diff)
The file was modified src/ref_oct_test.c (diff)
Commit 35af0f87764caea006559e7c4bf3111234ea934b by Mike.Park
adapts oct based on metric
The file was modified src/ref_oct_test.c (diff)
The file was addedacceptance/oct/linear/accept-oct-linear.sh
Commit 472dd4f9eeb4972c1cbd012d5f1e87f328e86e9f by Mike.Park
ref_oct_test --box h file gained an h
The file was modified acceptance/oct/linear/accept-oct-linear.sh (diff)
The file was modified src/ref_oct_test.c (diff)
Commit 739dd993a85afd9d1983b7cde2336d452d05588b by Mike.Park
refactor to extract ref_metric_sub_tet_complexity
The file was modified src/ref_metric.c (diff)
Commit 42f6c9c954e95da2fe035963bd5d91512f632e58 by Mike.Park
allows the tet nodes to be extracted from nodes
The file was modified src/ref_metric.c (diff)
Commit 47e98252c6abed3ccffd6ebe24d237cef5b85431 by Mike.Park
computes mixed element complexity with sub tet
The file was modified src/ref_metric.c (diff)
Commit de880d2611281b5e2d5b2ca905c88d09b814f2a6 by Mike.Park
passes correct extracted quad on boundary. fixes flow adapt
The file was modified src/ref_oct.c (diff)
Commit fe40008245914f61eed4c8b56e2733c09248e0e4 by w.t.jones
o Inline consistent MPI configuration with build-tools to compile on summit
The file was modified configure.ac (diff)
Commit 846c405a776ab344745cb23fe5a5c55050c38356 by w.t.jones
o Add -I to mpi_include and -L to mpi_ldadd
The file was modified configure.ac (diff)
Commit 10366108e8fcf133cca8a0dfc96a716317978f22 by w.t.jones
o Add library search path to MPI without wrapper
The file was modified configure.ac (diff)
Commit 4d287fecf9a505bf7dc0a5e067aa285785a76a25 by Mike.Park
adds wmles style mesh
The file was modified src/ref_oct_test.c (diff)
The file was modified src/ref_oct_test.c (diff)
Commit 93414a0b14c0b4e6cea2197e6eb94e89d4950bf0 by Mike.Park
removes --iles option, which has been replaced with --aspect-ratio
The file was modified src/ref_subcommand.c (diff)
Commit 9aa7531f05d4d42432bfad0efe1a9d50c0f49a5e by Mike.Park
extracts hessian_multiscale
The file was modified src/ref_subcommand.c (diff)
Commit d005ca5e74b80670fa18e960fb965f2ee0043681 by Mike.Park
removes header for missing function
The file was modified src/ref_metric.h (diff)
Commit 281ed93af0b9f3cfce4d35aa2712bafeaada945c by Mike.Park
removes the ref multiscale --combine option
The file was removedacceptance/facebody/combine/square.egads
The file was modified src/ref_subcommand.c (diff)
The file was removedacceptance/facebody/combine/accept-facebody-combine.sh
The file was modified acceptance/ref.sh (diff)
The file was removedacceptance/facebody/combine/square.meshb
The file was removedacceptance/facebody/combine/square.sh
The file was removedacceptance/facebody/combine/square.csm
Commit 969f9dc0f30b350ba672b8de1feabfd311211318 by Mike.Park
ref multiscale --aspect-ratio after local scaling to avoid changes to det
The file was modified src/ref_subcommand.c (diff)
Commit a01ee39adc2af9392aa7e5109d30eb7fa3ecc16b by Mike.Park
removes the weight from ref_metric_lp and ref_metric_local_scale
The file was modified src/ref_subcommand.c (diff)
The file was modified src/ref_metric.c (diff)
The file was modified src/ref_metric_test.c (diff)
The file was modified src/ref_metric.h (diff)
Commit cedc72bc2854e7d8d3fff3ae55040b9e28f1bf92 by Mike.Park
extracts ref_metric_sub_tri_complexity
The file was modified src/ref_metric.c (diff)
Commit 8110fd635df40e7b2b3aeb53d7af7f5d286f8c2a by Mike.Park
extends ref_metric_complexity to 2D quads
The file was modified src/ref_metric.c (diff)
Commit c0ce03351bd6a249274cbeaeb7fa82d5606588dc by Mike.Park
adds aspect ratio lp (multiscale)
The file was modified src/ref_metric.h (diff)
The file was modified src/ref_metric.c (diff)
The file was modified src/ref_metric_test.c (diff)
The file was modified src/ref_subcommand.c (diff)
Commit 33ed709670d317bfff9e07cd74010fab35ae2fb9 by Mike.Park
uses ref_metric_limit_aspect_ratio always now that it is safe for default -1
The file was modified src/ref_subcommand.c (diff)
Commit 856377ea8e163a3bfb72c8e39a87be171c1ff32d by Mike.Park
reuse aspect_ratio and ref_metric_lp with aspect_ratio, spalding, cons visc
The file was modified src/ref_subcommand.c (diff)
Commit 43d2bf01d6000299d052943f6caf50ebaa60d578 by Mike.Park
does not define a local variable, use the one to be pased to use
The file was modified src/ref_subcommand.c (diff)
The file was modified src/ref_subcommand.c (diff)
The file was modified misc/setup-k.sh (diff)
The file was modified src/ref_recon.c (diff)
Commit 3b9c082d953686d3882c57ceaecfe094d46d49f1 by Mike.Park
looks for non-finite values
The file was modified src/ref_subcommand.c (diff)
Commit 48636a70eedf8eef0aa6a3106e51e458230d4f31 by Mike.Park
initializes metric before forming running sum
The file was modified src/ref_subcommand.c (diff)
The file was modified src/ref_oct_test.c (diff)
Commit cada31edc111b3a7d83bcfb4223b2096539e13bb by Mike.Park
turns off debug for oct adapt to metric
The file was modified src/ref_oct_test.c (diff)
Commit 2a7cdb224e09636f8dbbe43f2c8ff0002b594e69 by Mike.Park
extends --yplus to --ypluslen that uses reference to revert to multiscale
The file was modified src/ref_subcommand.c (diff)
The file was modified src/ref_phys.h (diff)
The file was modified src/ref_phys.c (diff)
The file was modified src/ref_phys.c (diff)
Commit 45a294709d52a878e91b3cf477e386bb19c4d7f9 by Mike.Park
scale y+ target by 1/alt equalateral tri
The file was modified src/ref_phys.c (diff)
Commit ccccad309918bd2d134bac0499aa55aa764cc077 by Mike.Park
adds twod brick interp test
The file was modified src/ref_interp_test.c (diff)
The file was modified src/ref_interp_test.c (diff)
Commit 75e197212acc61456946243b5cd38ab19408621c by Mike.Park
computes a second exchange location
The file was modified src/ref_phys.c (diff)
The file was modified src/ref_phys.h (diff)
Commit 3cd06e0e3a63be97657e474bdda091e79c482d51 by Mike.Park
uses std interp for twod
The file was modified src/ref_phys.c (diff)
Commit 6a58b68002456801381219caae5d451a6b5a62eb by Mike.Park
computes viscous length at 1 and 2 cell heights
The file was modified src/ref_phys.c (diff)
Commit 47ec21da5e93a1b155899b140345bfc9b705e218 by Mike.Park
blends multiscle with yplus when viscous length sampling is different
The file was modified src/ref_phys.h (diff)
The file was modified src/ref_subcommand.c (diff)
The file was modified src/ref_phys.c (diff)
Commit d9d17f94772d99e0d26095f11ba5bfe576dfce3a by Mike.Park
increases the blending region
The file was modified src/ref_phys.c (diff)
The file was modified src/ref_phys.c (diff)
Commit c0298936bbf73cc20cd3db238af31e5463e73959 by Mike.Park
corrects the contribution to the two convex weights of yplus-target/multiscale
The file was modified src/ref_phys.c (diff)
Commit 6f96c2d3a85fd2fd0479ace4f722fb1352dbf7f0 by Mike.Park
widens the range of yplus-target usage
The file was modified src/ref_phys.c (diff)
Commit c6d64fb25bf1e65ab4ce4130d589687455768c61 by Mike.Park
improves debug stdout for tuning
The file was modified src/ref_phys.c (diff)
Commit 7ebcd6b2c679be651ae60583096aa22d0c31381f by Mike.Park
uses consisent input to stdout report
The file was modified src/ref_phys.c (diff)
Commit 83d820a8b7c7476a2a86fae2c79b996675daa0aa by Mike.Park
removes a wayard half from h target
The file was modified src/ref_phys.c (diff)