Skip to content
Started 3 yr 9 mo ago
Took 5 hr 47 min on reynolds
Success

debug_gnu9,reynolds (Jun 20, 2020, 2:49:59 AM)

Changes
  1. relocate QauxvInterpret forward declaration in prep for 3D stuff (details)
  2. Added basic stuff for 3D IBL (details)
  3. Minor cleanup (details)
  4. Initial pass on PDEIBL3D (details)
  5. Filled in 3D IBL closure with fully 3D components set to zero (details)
  6. Added BCNone for IBL3D (details)
  7. added a working version of sandbox case for IBL3D (details)
  8. Added a sheet grid of triangles in 3D for IBL3D (details)
  9. Added instantiation (details)
  10. Intermediate commit (details)
  11. Working on integrands for first 3D IBL case (details)
  12. More fixes to integrand classes for IBL3D (details)
  13. Fixed instantiations for IBL3D (details)
  14. Add explicit instantiations and fix typos in closure class (details)
  15. Initial version of local Cartesian basis construction for 3D IBL (details)
  16. Minor cleanup (details)
  17. Fix constuction of q1 and q2 vectors in case of stagnation flows (details)
  18. Add velocity gradient calculation in cell integrand of 3D IBL (details)
  19. Refactor and add a 2D stagnation flow test case (details)
  20. Add a 3D quad grid (details)
  21. Update cmake list for unit grid test (details)
  22. Fix typo in 3D quad sheet grid (details)
  23. fix bug in qauxv gradient calculation in 3D IBL cell integrand (details)
  24. Fix the scale and dimension of dissipation integral in 3D integral (details)
  25. fix a typo in thickness identity (details)
  26. Add more options to 3D IBL stagnation flow case, including quad grid, solution initialization, (details)
  27. one more bug fix in cell integrand for 3D IBL (details)
  28. Bugfix in calculation of trace unit normal vector for area cells in 3D (details)
  29. Add Nishida's crossflow closure.  Add pyrite check of stagnation flow case for 3D IBL.  Minor addition for debugging in PDEIBL3D (details)
  30. fix dependents of refactoring of GetSolnDofCell_IBL (details)
  31. Add a 3D flat plate source panel method but haven't tested yet (details)
  32. intermediate commit: minor clenaup and add guards. (details)
  33. intermediate commit: working on 3D coupled IBL for torpedo cass (details)
  34. add 3x3 equation system (details)
  35. typo fix. add partial instantiations for system 3x3 vector and matrix types (details)
  36. add linesearch data type for 3x3 equation system (details)
  37. add missing include (details)
  38. intermediate commit: fix many compiling errors in the way of running torpedo case for IBL3D. switching computer to continue the work... (details)
  39. refactor projection to Qauxi (details)
  40. add interior trace integrand for projection onto Qauxi (details)
  41. minor fix (details)
  42. add instantiations for IBL3D torpedo case (details)
  43. add instantiations for coupled IBL3D (details)
  44. remove unnecessary assert (details)
  45. fix for coupled IBL case to compile and run (details)
  46. fix uninitialized dummy DOFs (details)
  47. fix setDOFFrom in Qauxv 3D (missing q_y previously) (details)
  48. Coupled 3D IBL case converged on some simple variants of the torpedo case: linear and mildly nonlinear radial velocity distribution with attached laminar BLs (details)
  49. Tried triangle grid as well: fine on radially linear velocity distribution but couldn't converge on a more nonlinear case (details)
  50. cleaned up unused stuff (details)
  51. refactor SetIBLoutputCellGroup to accommodate both 3D and 2D IBL (details)
  52. remove outdated include (details)
  53. more refactoring of SetIBLoutputCellGroup for 3D IBL.  working progress.  switching computer (details)
  54. intermediate commit. switching computer. (details)
  55. enable tecplot output for 3D IBL (details)
  56. added PyDict options for Verbose and writeMarketMatrix for UMFPACK (details)
  57. add full-state BC for IBL3D with corresponding boundary trace integrand.  verified on an uncoupled Blasius case (details)
  58. add a coupled IBL3D Blasius case (details)
  59. implement PTC for coupled IBL 3x3 system (details)
  60. add commented-out stuff for turning off laminar amplification and lag equations in IBL3D (details)
  61. fix typo in commented-out stuff (details)
  62. enable rotated mesh for IBL3D torpedo case (details)
  63. set up a torpedo with grid aligned with xy axes.  turned off laminar amplification and lag equations [need to be brought back after testing purely laminar BLs] (details)
  64. minor change to test case (details)
  65. minor refactoring on Blasius inflow BC params (details)
  66. rename test cases (details)
  67. speed up panel-related jacobian calculation using cached influence matrix in place of surrealized qauxifld (details)
  68. add jacobian timing for refactoring purpose (details)
  69. add similar (to DBL3) Falkner-Skan inflow bc for IBL3D with non-constant inflow state. set up a tornado case with rotated xy grid to compare with DBL3 (details)
  70. minor refactoring of test cases (details)
  71. remove trivial zero z velocity component to speed up panel method (details)
  72. minor refactoring (details)
  73. typo fix (details)
  74. precompute inviscid velocity for panel, which resulted in O(10) speedup in related residual calculation. fix DOF indexing in residual/jacobian precomputation (details)
  75. define macro to comment off some lines for timing/refactoring (details)
  76. minor comments (details)
  77. add ping test for coupled IBL in 3x3 block system (details)
  78. attempt to mirror tets in XField3D_Box_Tet_X1_WakeCut (details)
  79. reverted to original prism-split coding; remainder of code is hard-coded for the (details)
  80. fix typo in Cf2 closure, although it didn't change the torpedo case results much (details)
  81. Fix dot for VectorBlock (details)
  82. added PyDict control of wake & Kutta Nitsche parameters (details)
  83. added PyDict solve check option to UMFPACK; currently commented out actual check (details)
  84. Fixes for checking the UMFPACK solve (details)
  85. add a wall term to dissipation relation of Nishida's closure, although it didn't affect things much (details)
  86. add a test case of fx67-k-170 airfoil (details)
  87. minor edit to output filenames at convergence failures (details)
  88. resolve merge conflict (details)
  89. changed default flux of IBL to LF flux (details)
  90. add a test case for drag polar (details)
  91. ran drag polar cases (details)
  92. refactored reference speed in transition model (details)
  93. typo fix (details)
  94. rename working directory (details)
  95. refator characteristic speed for PTC (details)
  96. refator characteristic speed for PTC (details)
  97. Add unit tests demonstrating that the step matrix calculation is stable to scaling (details)
  98. update pyrite files (details)
  99. refactor 3D IBL closure API to allow for alternative closure models (details)
  100. save 3D closure relations in a separate header (details)
  101. add neural net closure for 3D IBL (details)
  102. run drag polar on finer grids (details)
  103. switch to run on acdl desktop (details)
  104. fix memory leak warning caused by accessing index -1 (details)
  105. minor update (details)
  106. mucking with PETSc for IBL3 (details)
  107. instantiate MKL_PARDISO solver for matrix block 3x3 (details)
  108. tried MKL_PARDISO solver for IBL3 (details)
  109. Adding test that Explicitly calculating the step from the metric directly is not unstable. Cases in 2D and 3D, showing stability to an AR of 2^10 in 3D, and 2^64 in 2D. (details)
  110. minor typo fix (details)
  111. fix formatting (details)
  112. add mitLG BC for IBL3 (details)
  113. minor refactoring (details)
  114. switch to the same input parameters as DBL3 (details)
  115. add LF flux to IBL3 (details)
  116. Changes to ErrorModel to allow for the new exact nodal metric calculation (details)
  117. Changes to ErrorModel to allow for the new exact nodal metric calculation (details)
  118. pre merge add.... wth? (details)
  119. add Dirichlet mitLG inflow BC to a Blasius flow test case (details)
  120. Jenkins fix (details)
  121. reverting to the develop branch of ErrorModel (details)
  122. fixes to case (details)
  123. fixes to case (details)
  124. intermediate commit: added 4-equation neural net closure model.  working on 4-equation IBL3D pde class (details)
  125. remove extraneous tamplate keyword (details)
  126. Various changes for arthur: Commented the adjoint_wo_p things from SolverInterface_VMSD_BR2, reducing the memory reqs. Made the Deltawing adapts more uniform and fit with the plan. Added the Solve case for the VMSD delta wing. (details)
  127. added soruce terms for the lateral curvature equation of IBL3 (details)
  128. removed re-definition (details)
  129. refactored and added PDE and BC for four-equation 3D IBL class.  added a starting point for torpedo case (details)
  130. separated classes of 3D IBL and IBLFourEqn (details)
  131. generalized templates in IBL3-related integrands (details)
  132. added instantiations for four-equation 3D IBL (details)
  133. fixed instantiation typo (details)
  134. turned on verbose linesearch printout (details)
  135. added a visous-only Blasius case for 4-equation 3D IBL.  added a missing include (details)
  136. refactored reference coordinate gradient for speedup.  add/edit comments for clarity (details)
  137. typo fix: gradqe*E_qesq.  minor edits (details)
  138. turned off printout in unit testing (details)
  139. cosmetic changes (details)
  140. refactored neural net closure models: H22, Hd1, Hc2 (details)
  141. added output for four-equation 3D IBL (details)
  142. fixed auxi equation (wall transpiration): previous mass flux missed crossflow component (details)
  143. previous fix to wall transpiration (auxi equation) didn't fix.  it is now fixed.  added unit test (details)
  144. minor tweak (details)
  145. minor cleanup (details)
  146. add velocity gradient output to IBL (details)
  147. add instantiation (details)
  148. added IBL3 closure relations in the form of analytic formulae (details)
  149. refactored neural net closure implementation (details)
  150. added a set of IBL3 closure models based on analytic formulae (details)
  151. restored four-equation neural net closure to its original working state (details)
  152. switch to using 4-equation IBL3 closure based on analytic formulae.  results are similar or slightly better than neural net closure (details)
  153. fixed a typo (which fortunately wasn't used yet).  added exception throws (details)
  154. fixed include filename (details)
  155. removed redundant exceptions (details)
  156. refactored four-eqn IBL3 curve-fit closure (details)
  157. conformed to vera check: should not use "using namespace" in header files (details)
  158. fixed unit tests for after API refactoring (details)
  159. fixed unit tests for the  previous API refactoring (details)
  160. fixed ping tests: finite difference step size (details)
  161. added ping test for four-eqn IBL3 (details)
  162. added Blasius flow test case for four-eqn IBL3D. some cleanup (details)
  163. added include (details)
  164. added includes (details)
  165. checked four-eqn IBL3D on Blasius case and stagnation radial flow (details)
  166. added a stagnation flow toy case.  mucked with IBL3 for torpedo case (details)
  167. fixed toy case to keep up with API refactoring (details)
  168. added missing include related to MPI (details)
  169. suppresed file dump in system test (details)
  170. added assertions (details)
  171. add some derivates to the IBL3 output (details)
  172. relaxed pyrite tolerance (details)
  173. relaxed pyrite tolerance for intel compiler.  speed up ping test to avoid time-out (details)
  174. renamed output (details)
  175. added and refactored IBL3 output (details)
  176. make verbose_ if-tests consistent throughout (details)
  177. fixed screen dump for checkSolve_ when residuals above tolerance (details)
  178. added option to dump solution at each Newton iteration (details)
  179. added pressure gradient for space-time (details)
  180. added instantiations, etc, needed for log(p) variables with look-up porosity/permeability tables (details)
  181. added grid-Laplacian artificial viscosity for pressure; currently hard-coded diffusion coefficient (details)
  182. trying to fix gnu9 compiler warning (details)
  183. added "#include <utilities>" for std::move; added unit test for VectorBlock_3 (details)
  184. fixed vera line-length squawk (details)
  185. fixed vera line-length squawk (details)
  186. fixed vera line-length squawk (details)
  187. add a new curve fit model based on low-dissipative DBL3 data (details)
  188. allow for uncoupled/viscou-only IBL3 solution by tweaking the panel method (details)
  189. fixed VectorBlock_3 unit test; made ::m() and ::n() static, so 2, 3, and 4 are all consistent (details)
  190. forgot to save changes in the last commit... (details)
  191. relaxed Jenkins timeout threshold for some large ping tests (details)
  192. minor tweak (details)
  193. speed up ping test by turning off some redundant sub-block checks (details)
  194. fix cppcheck error (details)
  195. speed up ping test by turning off tests on some sub-blocks of the jacobian (details)
  196. added directory creation for output files (details)
  197. Don't use python2 with jenkins (details)
  198. removed old version of adjoint-compatible potential solver for Hershey wing (details)
  199. temporarily disabled tests involving artificial viscosity fluxes if USE_PRESSURE_AV defined (details)
  200. make VectorBlock test-suite names unique (so make unit_build works) (details)
  201. added unit tests for circulation integrations (details)
  202. added circulation integrations for lift & roll as functional outputs (details)
  203. Add Q3 and Q4 elements to Gmsh IO (details)
  204. clean-up of circulation-base functional code/test; added drag but #ifdef'ed out, as it's not complete (details)
  205. Fix finding macOS Accelerate BLAS (details)
  206. cppcheck fixes for nightly (details)
  207. moving back to develop (details)
  208. add empty definition to fix undefined reference in weekly test (details)
  209. add empty definition to fix undefined reference in weekly test (details)
  210. vera fix (details)
  211. removing unneeded test (details)
  212. fixing unused var (details)
  213. Update for latest version of refine (details)
  214. missing space (details)
  215. Added vpr11@mit.edu to DeveloperEmailAddresses (details)

Started by upstream project SANS_Weekly build number 265
originally caused by:

Revision: b2cd3e9e859275198509a72cfb5f8dd6a6b823af
Repository: ssh://jenkins@acdl.mit.edu/home/svnroot/SANSproto/
  • acdl/develop
  • acdl/apprentice
  • acdl/vpr11/develop
  • acdl/master
Static Analysis: No warnings
  • Static analysis results from: GNU C Compiler (gcc) (0),  Vera++ (0),  Clang (0),  Intel Compiler (C, Fortran) (0)
  • No issues for 5 builds, i.e. since build: Success #261
  • Reference build: Success debug_gnu9,reynolds #264
  • Quality gate: Success
0 errors, 0 warnings
Test Result (no failures)