Skip to content
Failed

Changes

Summary

  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)
Commit 574ec123d2ade9534559c0b8fe9061ccc7edde29 by shunz
relocate QauxvInterpret forward declaration in prep for 3D stuff
The file was modified src/pde/IBL/QauxvInterpret2D.h
The file was modified src/pde/IBL/IBL_Traits.h
Commit 1b74a67bd9ad437a3ee014dfce30e8afadf818ea by shunz
Added basic stuff for 3D IBL
The file was modified src/pde/IBL/PDEIBL2D.h
The file was modified src/pde/IBL/CMakeLists.txt
The file was addedsrc/pde/IBL/QauxvInterpret3D.h
The file was addedsrc/pde/IBL/IBLVarDataType3D.h
The file was addedsrc/pde/IBL/PDEIBL3D.h
The file was addedsrc/pde/IBL/ThicknessesCoefficients3D_CorrelationClosure.cpp
The file was addedtest/unit/pde/IBL/PDEIBL3D_btest.cpp
The file was addedsrc/pde/IBL/ThicknessesCoefficients3D.h
The file was addedsrc/pde/IBL/VarInterpret3D.h
The file was modified src/pde/IBL/IBL_Traits.h
Commit ab2c8d69a756a8f9e8f797bc9d0854440f1f8348 by shunz
Minor cleanup
The file was modified src/pde/IBL/PDEIBLSplitAmpLag2D.h
Commit eed57d981bd53ff3c557a8308efc8574375bf19c by shunz
Initial pass on PDEIBL3D
The file was modified src/pde/IBL/PDEIBL3D.h
The file was modified src/pde/IBL/QauxvInterpret3D.h
Commit 2b6666237a976a8afe43c1d2548d891a6141ae6c by shunz
Filled in 3D IBL closure with fully 3D components set to zero
The file was modified src/pde/IBL/ThicknessesCoefficients3D.h
The file was addedsrc/pde/IBL/ThicknessesCoefficients3D_CorrelationClosure_impl.h
The file was modified src/pde/IBL/ThicknessesCoefficients3D_CorrelationClosure.cpp
The file was modified src/pde/IBL/PDEIBL3D.h
Commit 2ceeca3cb25b1be5ad88ff5ec18833773b35fd28 by shunz
Added BCNone for IBL3D
The file was addedsrc/pde/IBL/BCIBL3D.cpp
The file was addedsrc/pde/IBL/BCIBL3D.h
The file was modified src/pde/IBL/CMakeLists.txt
The file was addedsrc/pde/IBL/PDEIBL3D.cpp
Commit 4bb08c123a8979dbadc62645878358cfdd4215a3 by shunz
added a working version of sandbox case for IBL3D
The file was addedtest/sandbox/AnalyticSolve3D_DGAdvective_IBL_StagnationFlow_Quasi2D_toy.cpp
Commit b2e0edb8569f839c0cfd4c0f6e6fc67d00fbdb36 by shunz
Added a sheet grid of triangles in 3D for IBL3D
The file was addedtest/unit/UnitGrids/XField3D_Sheet_Triangle_X1.h
The file was addedtest/unit/UnitGrids/XField3D_Sheet_Triangle_X1_btest.cpp
The file was addedtest/unit/UnitGrids/XField3D_Sheet_Triangle_X1.cpp
The file was modified test/unit/UnitGrids/CMakeLists.txt
Commit e92683ed584471e3442fd88f1960807a3b481639 by shunz
Added instantiation
The file was modified src/Field/FieldArea_DG_Cell_Instantiate_3D.cpp
Commit 4a823ec5b68a182244ea4514d18154ea07080f26 by shunz
Intermediate commit
The file was modified test/sandbox/AnalyticSolve3D_DGAdvective_IBL_StagnationFlow_Quasi2D_toy.cpp
Commit a7ca093aaf37918c743cfc09d5fb0c609f0235eb by shunz
Working on integrands for first 3D IBL case
The file was modified src/pde/NDConvert/PDENDConvertSpace2D.h
The file was modified src/pde/NDConvert/PDENDConvertSpace3D.h
The file was addedsrc/Discretization/Galerkin/IntegrandInteriorTrace_Galerkin_manifold_IBL3D.h
The file was modified src/Field/Element/TraceUnitNormal.h
The file was modified test/sandbox/AnalyticSolve3D_DGAdvective_IBL_StagnationFlow_Quasi2D_toy.cpp
The file was addedsrc/Discretization/Galerkin/IntegrandBoundaryTrace_None_Galerkin_manifold_IBL3D.h
The file was addedsrc/Discretization/Galerkin/IntegrandCell_Galerkin_manifold_IBL3D.h
The file was modified src/pde/IBL/PDEIBL3D.h
Commit 73764c3f8259f8040c02b060e424b2d7452b80b4 by shunz
More fixes to integrand classes for IBL3D
The file was modified test/sandbox/AnalyticSolve3D_DGAdvective_IBL_StagnationFlow_Quasi2D_toy.cpp
The file was modified src/Discretization/Galerkin/IntegrandInteriorTrace_Galerkin_manifold_IBL3D.h
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_manifold_IBL3D.h
The file was modified src/Discretization/Galerkin/IntegrandBoundaryTrace_None_Galerkin_manifold_IBL3D.h
Commit 9da44427ff2ee7316d773acd4a75087f26632e70 by shunz
Fixed instantiations for IBL3D
The file was modified src/pde/IBL/PDEIBL3D.h
The file was modified src/Field/FieldLinesearch/FieldLinesearch_Area_Instantiate.cpp
The file was modified src/pde/IBL/CMakeLists.txt
The file was modified src/Field/output_Tecplot/output_Tecplot_Area_3D.cpp
The file was modified src/LinearAlgebra/DenseLinAlg/StaticSize/MatMul/MatrixS_MatMul_Native_Surreal_Instantiate.cpp
The file was modified src/Field/FieldArea_Instantiate_3D.cpp
The file was modified src/Field/FieldArea_DG_BoundaryTrace_Instantiate_3D.cpp
The file was modified src/Field/output_Tecplot/output_Tecplot_FieldArea.cpp
The file was modified src/pde/IBL/PDEIBL3D.cpp
Commit d3b20fd36159edb50cafa0301ba8a446b83e5ebf by shunz
Add explicit instantiations and fix typos in closure class
The file was modified src/pde/IBL/ThicknessesCoefficients3D_CorrelationClosure.cpp
The file was modified src/pde/IBL/ThicknessesCoefficients3D_CorrelationClosure_impl.h
Commit 9a76318784b442c0fb88e4bfc05c2a24815b5858 by shunz
Initial version of local Cartesian basis construction for 3D IBL
The file was modified src/Field/Element/ElementXFieldArea_Instantiate_3D.cpp
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_manifold_IBL3D.h
The file was modified src/Discretization/Galerkin/IntegrandBoundaryTrace_None_Galerkin_manifold_IBL3D.h
The file was modified src/Field/Element/ElementXFieldArea_impl.h
The file was modified src/Field/Element/ElementXFieldArea.h
The file was modified src/Discretization/Galerkin/IntegrandInteriorTrace_Galerkin_manifold_IBL3D.h
Commit 778f8a9b554b6e736ed6a111f66179e6fa849635 by shunz
Minor cleanup
The file was modified src/Field/Element/ElementXFieldArea_Instantiate_3D.cpp
The file was modified src/Field/Element/ElementXFieldArea.h
Commit 4992f7cbbd8ca94e238acd1e30edeabcb428ef51 by shunz
Fix constuction of q1 and q2 vectors in case of stagnation flows
The file was modified src/pde/IBL/QauxvInterpret3D.h
The file was modified src/Field/Element/ElementXFieldArea.h
The file was modified test/sandbox/AnalyticSolve3D_DGAdvective_IBL_StagnationFlow_Quasi2D_toy.cpp
The file was modified src/pde/NDConvert/PDENDConvertSpace3D.h
Commit 61d0fa14caffc3c0dcbc45b2b3842982aa93bff3 by shunz
Add velocity gradient calculation in cell integrand of 3D IBL
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_manifold_IBL3D.h
The file was modified src/pde/NDConvert/PDENDConvertSpace3D.h
The file was modified test/sandbox/AnalyticSolve3D_DGAdvective_IBL_StagnationFlow_Quasi2D_toy.cpp
Commit 10cf65a50ddfed84ae257aaa6737e1b61310f193 by shunz
Refactor and add a 2D stagnation flow test case
The file was modified test/system/AnalyticSolve/AnalyticSolve2D_DGAdvective_IBL_StagnationFlow_LamiBL_btest.cpp
The file was modified src/pde/IBL/GetSolnDofCell_IBL2D.h
The file was addedtest/system/AnalyticSolve/AnalyticSolve2D_DGAdvective_IBLSplitAmpLag_StagnationFlow_LamiBL_btest.cpp
Commit 1cfdb52bd9d446ccec911b7c11d87427f41e8c7d by shunz
Add a 3D quad grid
The file was addedtest/unit/UnitGrids/XField3D_Sheet_Quad_X1.h
The file was addedtest/unit/UnitGrids/XField3D_Sheet_Quad_X1_btest.cpp
The file was addedtest/unit/UnitGrids/XField3D_Sheet_Quad_X1.cpp
Commit 370aab050bc8c2f5cde2df6ce4c5e43d387c70a8 by shunz
Update cmake list for unit grid test
The file was modified test/unit/UnitGrids/CMakeLists.txt
Commit 581d02eb021fe95c54dafd99bee871bd12cad742 by shunz
Fix typo in 3D quad sheet grid
The file was modified test/unit/UnitGrids/XField3D_Sheet_Quad_X1.cpp
Commit 613e340d7b5816605a7113772ab186954c01dc9f by shunz
fix bug in qauxv gradient calculation in 3D IBL cell integrand
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_manifold_IBL3D.h
Commit 92a90f5b964411fe26f07e331ef169e6c86ebdde by shunz
Fix the scale and dimension of dissipation integral in 3D integral
The file was modified src/pde/IBL/PDEIBL3D.h
Commit 00ce465791b210aae9e1b5f18c85ee89f70c4b0e by shunz
fix a typo in thickness identity
The file was modified src/pde/IBL/ThicknessesCoefficients3D_CorrelationClosure_impl.h
Commit 46f0ecb970ca172c82aaeb484e5a1e6867376f94 by shunz
Add more options to 3D IBL stagnation flow case, including quad grid, solution initialization,
The file was modified test/sandbox/AnalyticSolve3D_DGAdvective_IBL_StagnationFlow_Quasi2D_toy.cpp
Commit 459fde477f1df6b755ee5f74faa9769bccab8042 by shunz
one more bug fix in cell integrand for 3D IBL
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_manifold_IBL3D.h
Commit 2b3be2bd9fd37678d28520895f6ff0e29ddeeee6 by shunz
Bugfix in calculation of trace unit normal vector for area cells in 3D
The file was modified src/Field/Element/TraceUnitNormal.h
Commit d1e50eae63f73676caf6afe415f77caf62e050f3 by shunz
Add Nishida's crossflow closure.  Add pyrite check of stagnation flow case for 3D IBL.  Minor addition for debugging in PDEIBL3D
The file was addedtest/system/IO/AnalyticSolve/IBL3D_StagnationFlow_LamiBL_Triangle_nelem1d1_p2_Test.txt
The file was addedtest/system/IO/AnalyticSolve/IBL3D_StagnationFlow_LamiBL_Triangle_nelem1d2_p0_Test.txt
The file was modified src/pde/IBL/PDEIBL3D.h
The file was addedtest/system/IO/AnalyticSolve/IBL3D_StagnationFlow_LamiBL_Triangle_nelem1d2_p3_Test.txt
The file was modified test/sandbox/AnalyticSolve3D_DGAdvective_IBL_StagnationFlow_Quasi2D_toy.cpp
The file was addedtest/system/IO/AnalyticSolve/IBL3D_StagnationFlow_LamiBL_Triangle_nelem1d2_p1_Test.txt
The file was addedtest/system/IO/AnalyticSolve/IBL3D_StagnationFlow_LamiBL_Triangle_nelem1d1_p0_Test.txt
The file was addedtest/system/IO/AnalyticSolve/IBL3D_StagnationFlow_LamiBL_Triangle_nelem1d2_p2_Test.txt
The file was addedtest/system/IO/AnalyticSolve/IBL3D_StagnationFlow_LamiBL_Triangle_nelem1d1_p3_Test.txt
The file was addedtest/system/IO/AnalyticSolve/IBL3D_StagnationFlow_LamiBL_Triangle_nelem1d1_p1_Test.txt
The file was addedtest/system/IO/AnalyticSolve/IBL3D_StagnationFlow_LamiBL_Triangle_nelem1d2_p4_Test.txt
The file was modified src/pde/IBL/ThicknessesCoefficients3D_CorrelationClosure_impl.h
The file was addedtest/system/AnalyticSolve/AnalyticSolve_IBL3D_StagnationFlow_LamiBL_Triangle_btest.cpp
The file was addedtest/system/IO/AnalyticSolve/IBL3D_StagnationFlow_LamiBL_Triangle_nelem1d1_p4_Test.txt
Commit 7900f1348b866268fb7b5b895cea1888c5a132bd by shunz
fix dependents of refactoring of GetSolnDofCell_IBL
The file was modified test/system/AnalyticSolve/AnalyticSolve2D_DGAdvective_IBL_StagnationFlow_SingleElem_LamiBL_btest.cpp
The file was modified test/system/AnalyticSolve/AnalyticSolve2D_DGAdvective_IBL_StagnationFlow_LamiBL_btest.cpp
The file was modified test/sandbox/AnalyticSolve3D_DGAdvective_IBL_StagnationFlow_Quasi2D_toy.cpp
The file was modified test/system/AnalyticSolve/AnalyticSolve_IBL3D_StagnationFlow_LamiBL_Triangle_btest.cpp
The file was modified test/unit/pde/IBL/GetSolnDofCell_IBL_btest.cpp
Commit b72381babf9d4d098aa1354c52fe357c61d05927 by shunz
Add a 3D flat plate source panel method but haven't tested yet
The file was addedsrc/PanelMethod/PiecewiseConstSourcePanel_FlatPlate3D.h
Commit d7524414e6efec5835913450dd86571bd3ff83c2 by shunz
intermediate commit: minor clenaup and add guards.
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxv_PanelMethod.h
The file was modified src/Discretization/Galerkin/IntegrandBoundaryTrace_None_Galerkin_manifold_IBL3D.h
The file was modified src/PanelMethod/FunctionEvalQauxv_IBL.h
The file was modified src/PanelMethod/ProjectionToQauxi_IBL.h
Commit 5ff6405cf1bef2926a76555f54670d89492f03ee by shunz
intermediate commit: working on 3D coupled IBL for torpedo cass
The file was addedsrc/PanelMethod/IntegrandBoundaryTrace_ProjectToQauxi3D.h
The file was addedsrc/pde/IBL/AlgebraicEquationSet_ProjectToQauxv_PiecewiseConstSourcePanel_FlatPlate3D.h
The file was addedsrc/PanelMethod/PiecewiseConstSourcePanel_FlatPlate3D_EquationSet.h
The file was modified src/PanelMethod/CMakeLists.txt
The file was addedsrc/PanelMethod/FunctionEvalQauxv_IBL_PiecewiseConstSourcePanel_FlatPlate3D.h
The file was addedsrc/PanelMethod/AlgebraicEquationSet_ProjectToQauxi_FlatPlate3D.h
The file was addedtest/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_torpedo_toy.cpp
The file was addedsrc/PanelMethod/ProjectToQauxi_IBL3D.h
The file was modified src/Discretization/Galerkin/IntegrandCell_ProjectFunction.h
The file was addedsrc/PanelMethod/PiecewiseConstSourcePanel_FlatPlate3D_EquationSet.cpp
Commit 4e58ba9ee376eaa68c768e3cdabf0b4485727f3f by shunz
add 3x3 equation system
The file was addedsrc/Discretization/Block/AlgebraicEquationSet_Block3x3_impl.h
The file was addedsrc/Discretization/Block/AlgebraicEquationSet_Block3x3.h
Commit 1112e02a6bd2d12b7adfa614579ebd10e33a28c6 by shunz
typo fix. add partial instantiations for system 3x3 vector and matrix types
The file was modified src/Discretization/Block/AlgebraicEquationSet_Block3x3_impl.h
The file was modified src/LinearAlgebra/NonZeroPatternType.h
The file was modified src/LinearAlgebra/VectorType.h
Commit 076508050384a377ef329bd220becff2e9fc3694 by shunz
add linesearch data type for 3x3 equation system
The file was modified src/LinearAlgebra/LinesearchDataType.h
Commit 7ef1aa7d6bc727aabd6af2be04c725c228b6d1d5 by shunz
add missing include
The file was modified src/Field/Element/ElementXFieldArea.h
Commit 94eae62596c99042e3ed1664d41363170b3deab1 by shunz
intermediate commit: fix many compiling errors in the way of running torpedo case for IBL3D. switching computer to continue the work...
The file was modified src/PanelMethod/PiecewiseConstSourcePanel_FlatPlate3D_EquationSet.h
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxv_PiecewiseConstSourcePanel_FlatPlate3D.h
The file was modified test/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_torpedo_toy.cpp
The file was modified src/PanelMethod/AlgebraicEquationSet_ProjectToQauxi_FlatPlate3D.h
The file was modified test/sandbox/AnalyticSolve3D_DGAdvective_IBL_StagnationFlow_Quasi2D_toy.cpp
The file was modified src/PanelMethod/CMakeLists.txt
The file was modified src/PanelMethod/PiecewiseConstSourcePanel_FlatPlate3D_EquationSet.cpp
The file was modified src/PanelMethod/PiecewiseConstSourcePanel_FlatPlate3D.h
The file was modified src/pde/NDConvert/PDENDConvertSpace3D.h
The file was modified src/PanelMethod/FunctionEvalQauxv_IBL_PiecewiseConstSourcePanel_FlatPlate3D.h
Commit 465f7af803281c1455c5ee69be78ee48881c3518 by shunz
refactor projection to Qauxi
The file was modified src/PanelMethod/ProjectionToQauxi_IBL.h
The file was modified src/pde/NDConvert/PDENDConvertSpace2D.h
The file was modified src/PanelMethod/IntegrandBoundaryTrace_ProjectToQauxi.h
The file was modified src/PanelMethod/ProjectToQauxi_IBL3D.h
The file was modified src/PanelMethod/IntegrandBoundaryTrace_ProjectToQauxi3D.h
The file was modified test/unit/PanelMethod/ProjectionToQauxi_IBL_btest.cpp
Commit af26a94b8604da97ef215e1f46b642d25975aa17 by shunz
add interior trace integrand for projection onto Qauxi
The file was addedsrc/PanelMethod/IntegrandInteriorTrace_ProjectToQauxi3D.h
The file was modified src/PanelMethod/AlgebraicEquationSet_ProjectToQauxi_FlatPlate3D.h
Commit 8571bc88a70cb01cd1824e585a92042fe1a7fda3 by shunz
minor fix
The file was modified src/pde/NDConvert/PDENDConvertSpace3D.h
The file was modified src/PanelMethod/ProjectToQauxi_IBL3D.h
Commit 7633aea0f3c92daaeedcb281ca49de460b572d26 by shunz
add instantiations for IBL3D torpedo case
The file was modified src/LinearAlgebra/DenseLinAlg/DynamicSize/MatMul/MatMul_Native_MatrixS_Instantiate.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/Preconditioners/LU_SGS.h
The file was addedsrc/NonLinearSolver/NewtonSolver_MatrixBlock_3x3_Instantiate.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver_MatrixBlock_3x3_Instantiate.cpp
The file was modified src/Field/FieldArea_Instantiate_3D.cpp
The file was modified src/NonLinearSolver/CMakeLists.txt
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixBlock_3x3_Instantiate.cpp
The file was addedsrc/LinearAlgebra/SparseLinAlg/Krylov/FGMRES_MatrixBlock_3x3_Instantiate.cpp
The file was modified src/LinearAlgebra/DenseLinAlg/StaticSize/MatMul/MatrixS_MatMul_Native_Surreal_Instantiate.cpp
The file was addedsrc/NonLinearSolver/LineUpdate/HalvingSearchLineUpdate_MatrixBlock_3x3_Instantiate.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/ScalarMatrix_CRS_int.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/CMakeLists.txt
The file was modified src/LinearAlgebra/BlockLinAlg/tools/norm.h
The file was modified src/Field/FieldArea_DG_Cell_Instantiate_3D.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/WriteMatrixMarketFile.h
Commit a6e66c9092817d2f80bb1e4084426615eaca2050 by shunz
add instantiations for coupled IBL3D
The file was modified src/pde/IBL/ThicknessesCoefficients3D_CorrelationClosure.cpp
Commit 316c51101e3a6cd9768fa91e79bbd4ead293bf0e by shunz
remove unnecessary assert
The file was modified src/PanelMethod/FunctionEvalQauxv_IBL_PiecewiseConstSourcePanel_FlatPlate3D.h
The file was modified src/PanelMethod/PiecewiseConstSourcePanel_FlatPlate3D.h
Commit 477549421749890d826b781d2a90eef973906b96 by shunz
fix for coupled IBL case to compile and run
The file was modified test/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_torpedo_toy.cpp
The file was modified src/Discretization/Block/AlgebraicEquationSet_Block3x3.h
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_manifold_IBL3D.h
The file was modified src/PanelMethod/AlgebraicEquationSet_ProjectToQauxi_FlatPlate3D.h
Commit 93270ffae81e40c4657b05a1f1890c1d003b4d7c by shunz
fix uninitialized dummy DOFs
The file was modified src/PanelMethod/PiecewiseConstSourcePanel_FlatPlate3D.h
The file was modified test/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_torpedo_toy.cpp
Commit 4fd02fff737123a991d86f0396952e6245464d9f by shunz
fix setDOFFrom in Qauxv 3D (missing q_y previously)
The file was modified src/PanelMethod/PiecewiseConstSourcePanel_FlatPlate3D.h
The file was modified src/pde/IBL/QauxvInterpret3D.h
Commit a4ff7231ea2085ed78afab2dea1770c123f6bbe4 by shunz
Coupled 3D IBL case converged on some simple variants of the torpedo case: linear and mildly nonlinear radial velocity distribution with attached laminar BLs
The file was modified test/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_torpedo_toy.cpp
Commit 41cbc605481114cbd2dc08a0cc1696e29ca58cc0 by shunz
Tried triangle grid as well: fine on radially linear velocity distribution but couldn't converge on a more nonlinear case
The file was modified test/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_torpedo_toy.cpp
Commit 7b10f33951b1f4beb1b6b61995546844a2460676 by shunz
cleaned up unused stuff
The file was removedsrc/PanelMethod/PiecewiseConstSourcePanel_FlatPlate3D_EquationSet.h
The file was removedsrc/PanelMethod/PiecewiseConstSourcePanel_FlatPlate3D_EquationSet.cpp
Commit 1851613de9490ca09bea70c547eb5e13cbae6f40 by shunz
refactor SetIBLoutputCellGroup to accommodate both 3D and 2D IBL
The file was modified src/pde/IBL/SetIBLoutputCellGroup.h
The file was modified test/sandbox/Solve2D_Coupled4x4_IBLSplitAmpLag_CorrelationClosure_CapturedTransition_PTC_toy.cpp
The file was modified src/Field/Tuple/FieldTuple.h
Commit adf2e9d51d8fffac34a6c2725844ca9cadb599b1 by shunz
remove outdated include
The file was modified test/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_torpedo_toy.cpp
Commit 65918e03bff791bac12d1b5709f46a5ba6add185 by shunz
more refactoring of SetIBLoutputCellGroup for 3D IBL.  working progress.  switching computer
The file was modified test/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_torpedo_toy.cpp
The file was modified test/sandbox/Solve2D_Coupled4x4_IBLSplitAmpLag_CorrelationClosure_CapturedTransition_PTC_toy.cpp
The file was modified src/pde/IBL/SetIBLoutputCellGroup.h
The file was addedsrc/pde/IBL/ElementProjectionOutputIBL3D.h
Commit f50095f84fa11fdfed35a18c601b4e83fc9d573e by shunz
intermediate commit. switching computer.
The file was modified src/pde/IBL/ElementProjectionOutputIBL3D.h
Commit 1db8b2a721dd038ed95f123f625318e8eb046815 by shunz
enable tecplot output for 3D IBL
The file was modified src/Field/FieldArea_DG_Cell_Instantiate_3D.cpp
The file was modified src/pde/IBL/VarInterpret3D.h
The file was modified src/LinearAlgebra/DenseLinAlg/DynamicSize/MatMul/MatMul_Native_Real.cpp
The file was modified test/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_torpedo_toy.cpp
The file was modified src/Field/output_Tecplot/output_Tecplot_FieldArea.cpp
The file was modified src/pde/IBL/ElementProjectionOutputIBL3D.h
The file was modified src/LinearAlgebra/DenseLinAlg/DynamicSize/MatrixD_InverseLU_Real_Instantiate.cpp
The file was addedsrc/pde/IBL/SetIBLoutputCellGroup3D.h
The file was modified src/Field/FieldArea_Instantiate_3D.cpp
Commit 77a601e4432812b74592954593095d071ca618a4 by allmaras
added PyDict options for Verbose and writeMarketMatrix for UMFPACK
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver_impl.h
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver.h
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver_factorize.h
Commit df0318840a70e314c081904e365af3129489d4ce by shunz
add full-state BC for IBL3D with corresponding boundary trace integrand.  verified on an uncoupled Blasius case
The file was modified src/pde/IBL/BCIBL3D.cpp
The file was addedsrc/Discretization/Galerkin/IntegrandBoundaryTrace_Flux_mitState_Galerkin_manifold_IBL3D.h
The file was addedtest/sandbox/Solve3D_Uncoupled_IBL_FlatPlate_Blasius_toy.cpp
The file was modified src/pde/IBL/BCIBL3D.h
The file was modified test/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_torpedo_toy.cpp
Commit a4bf5579153f6000274e67b662b44b97525171b9 by shunz
add a coupled IBL3D Blasius case
The file was addedtest/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_Blasius_toy.cpp
The file was modified test/sandbox/Solve3D_Uncoupled_IBL_FlatPlate_Blasius_toy.cpp
Commit ebe49531b20dee304d22489fa96463872b723543 by shunz
implement PTC for coupled IBL 3x3 system
The file was modified src/SolutionTrek/Continuation/PseudoTime/AlgebraicEquationSet_PTC.h
The file was modified src/pde/IBL/ThicknessesCoefficients3D_CorrelationClosure_impl.h
The file was modified test/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_Blasius_toy.cpp
The file was addedsrc/Discretization/Galerkin/IntegrandCell_Galerkin_PTC_manifold_IBL3D.h
The file was addedsrc/SolutionTrek/Continuation/PseudoTime/AlgebraicEquationSet_Block3x3_PTC_IBL3D_panel.h
The file was modified src/pde/IBL/ThicknessesCoefficients3D.h
The file was modified src/pde/NDConvert/PDENDConvertSpace3D.h
The file was modified src/pde/IBL/PDEIBL3D.h
Commit 7c29a7cb514d34ea556a50e77753b119a8f21034 by shunz
add commented-out stuff for turning off laminar amplification and lag equations in IBL3D
The file was modified src/pde/IBL/PDEIBL3D.h
Commit 34cb13e98f350ba7be5fe4ee22febe70b2f7f61a by shunz
fix typo in commented-out stuff
The file was modified src/pde/IBL/PDEIBL3D.h
Commit 9992a6ac9173fb54690925984d19b42705966db9 by shunz
enable rotated mesh for IBL3D torpedo case
The file was modified test/unit/UnitGrids/XField3D_Sheet_Quad_X1.h
The file was modified test/unit/UnitGrids/XField3D_Sheet_Quad_X1.cpp
The file was modified test/unit/UnitGrids/XField3D_Sheet_Triangle_X1.h
The file was modified test/unit/UnitGrids/XField3D_Sheet_Triangle_X1.cpp
The file was modified test/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_Blasius_toy.cpp
Commit ecafcd1ad3d5e874564da2a8f3b4c3435fc490d9 by shunz
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]
The file was modified src/pde/IBL/PDEIBL3D.h
The file was modified test/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_Blasius_toy.cpp
Commit 3d3b67a77ac758500ffd21d02b81c5f4112bd97b by shunz
minor change to test case
The file was modified test/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_Blasius_toy.cpp
Commit 942f187c26d804f667fcb1c587f980224e4dd18c by shunz
minor refactoring on Blasius inflow BC params
The file was modified test/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_Blasius_toy.cpp
Commit f4c356a0a6073fc0a191ad1b626fc7b17956493a by shunz
rename test cases
The file was removedtest/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_Blasius_toy.cpp
The file was removedtest/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_torpedo_toy.cpp
The file was addedtest/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_PointSource_stagnation_toy.cpp
The file was addedtest/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_torpedo_agrid0_toy.cpp
Commit 5ee747aa8f7641e4a654d0105c3ae8326fc98840 by shunz
speed up panel-related jacobian calculation using cached influence matrix in place of surrealized qauxifld
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxv_PanelMethod.h
The file was modified src/PanelMethod/PiecewiseConstSourcePanel_FlatPlate3D.h
The file was modified src/PanelMethod/FunctionEvalQauxv_IBL_PiecewiseConstSourcePanel_FlatPlate3D.h
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxv_PiecewiseConstSourcePanel_FlatPlate3D.h
Commit 32238eecd037912390045ddc3ef6b51803793c20 by shunz
add jacobian timing for refactoring purpose
The file was modified src/Discretization/Block/AlgebraicEquationSet_Block3x3_impl.h
Commit f4cedca9c9491f81e0b17f595c2b9242ffb9fbb9 by shunz
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
The file was modified src/pde/IBL/BCIBL3D.cpp
The file was addedtest/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_torpedo_agrid45_toy.cpp
The file was modified src/pde/IBL/BCIBL3D.h
Commit 6775533c3b6cbf13bd20cab4abe107745977063f by shunz
minor refactoring of test cases
The file was modified test/sandbox/Solve3D_Uncoupled_IBL_FlatPlate_Blasius_toy.cpp
The file was modified test/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_torpedo_agrid0_toy.cpp
Commit a871c5b77ce7aa619c9d4d1fd2c51defe3fc7593 by shunz
remove trivial zero z velocity component to speed up panel method
The file was modified src/PanelMethod/FunctionEvalQauxv_IBL_PiecewiseConstSourcePanel_FlatPlate3D.h
The file was modified test/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_torpedo_agrid45_toy.cpp
The file was modified src/PanelMethod/PiecewiseConstSourcePanel_FlatPlate3D.h
Commit 1f7853fec065375eb3452a8899178178f8d3020c by shunz
minor refactoring
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxv_PiecewiseConstSourcePanel_FlatPlate3D.h
Commit 96eb8ea792be1bd3ab0fdb35bcb1f263e3f20e60 by shunz
typo fix
The file was modified test/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_torpedo_agrid45_toy.cpp
Commit def7e47c38e6b1c81b0d9eec924d989b59b50635 by shunz
precompute inviscid velocity for panel, which resulted in O(10) speedup in related residual calculation. fix DOF indexing in residual/jacobian precomputation
The file was modified src/PanelMethod/FunctionEvalQauxv_IBL_PiecewiseConstSourcePanel_FlatPlate3D.h
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxv_PiecewiseConstSourcePanel_FlatPlate3D.h
The file was modified test/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_torpedo_agrid45_toy.cpp
The file was modified src/PanelMethod/PiecewiseConstSourcePanel_FlatPlate3D.h
Commit 217a81611919ccb11739ee1934748f7bc19cda24 by shunz
define macro to comment off some lines for timing/refactoring
The file was modified src/Discretization/Block/AlgebraicEquationSet_Block3x3_impl.h
Commit 7d474937daf8c738e6889bea7c93a7201b315243 by shunz
minor comments
The file was modified src/PanelMethod/FunctionEvalQauxv_IBL_PiecewiseConstSourcePanel_FlatPlate3D.h
Commit 4b927ec3870a1890f1e1da3610a9a34de6b4b3d9 by shunz
add ping test for coupled IBL in 3x3 block system
The file was modified test/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_torpedo_agrid45_toy.cpp
The file was addedtest/unit/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBL_Triangle_btest.cpp
The file was modified test/unit/Discretization/Block/CMakeLists.txt
The file was addedtest/unit/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBL_Quad_btest.cpp
Commit 34082b1c7bb8e6ddda5bac3ae610c3de757cbe3a by allmaras
attempt to mirror tets in XField3D_Box_Tet_X1_WakeCut
The file was modified test/unit/Field/Element/ElementXFieldVolume_Tetrahedron_btest.cpp
The file was modified test/unit/UnitGrids/XField3D_Box_Tet_X1_WakeCut.cpp
Commit a8fad478572d4372ac41b5ad10f8034d1cb44cad by allmaras
reverted to original prism-split coding; remainder of code is hard-coded for the
particular choice of prism splitting
The file was modified test/unit/UnitGrids/XField3D_Box_Tet_X1_WakeCut.cpp
Commit 157354c5b4477824fbfdfc612456607498a573dc by shunz
fix typo in Cf2 closure, although it didn't change the torpedo case results much
The file was modified src/pde/IBL/ThicknessesCoefficients3D_CorrelationClosure_impl.h
Commit c779a7142a695ff8550df57cd8adb205530d2c07 by galbramc
Fix dot for VectorBlock
The file was modified src/LinearAlgebra/BlockLinAlg/tools/dot.h
The file was modified test/unit/LinearAlgebra/BlockLinAlg/VectorBlock_2_DenseVector_btest.cpp
Commit 93c14a5f84cd34aefb8e654561bca8e10e4696cc by allmaras
added PyDict control of wake & Kutta Nitsche parameters
The file was modified src/Discretization/CMakeLists.txt
The file was modified src/pde/FullPotential/PDELinearizedIncompressiblePotential3D.h
The file was addedsrc/Discretization/Potential_Adjoint/StabilizationNitsche_Potential_Adjoint.cpp
The file was modified src/Discretization/Potential_Adjoint/AlgebraicEquationSet_CG_Potential_Adjoint.h
The file was modified src/Discretization/Potential_Adjoint/IntegrandBoundaryFrame_CG_LIP_Adjoint.h
The file was modified src/Discretization/Potential_Adjoint/IntegrandBoundaryTrace_WakeCut_CG_LIP_Adjoint.h
The file was addedsrc/Discretization/Potential_Adjoint/StabilizationNitsche_Potential_Adjoint.h
The file was modified CMakeLists.txt
Commit aec23154384a047c91db90f8d07b9cc251ab8539 by allmaras
added PyDict solve check option to UMFPACK; currently commented out actual check
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver_backsolve.h
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver_impl.h
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver.h
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver_MatrixBlock_2x2_Instantiate.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver_MatrixBlock_4x4_Instantiate.cpp
Commit ce24940c6c7342576d2a4e0fe557527f21f9040a by galbramc
Fixes for checking the UMFPACK solve
The file was modified src/LinearAlgebra/BlockLinAlg/VectorBlock_3.h
The file was modified src/LinearAlgebra/DenseLinAlg/tools/dot.h
The file was modified src/LinearAlgebra/BlockLinAlg/VectorBlock_2.h
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver.h
The file was modified src/LinearAlgebra/BlockLinAlg/VectorBlock_4.h
The file was modified src/LinearAlgebra/BlockLinAlg/tools/dot.h
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver_MatrixBlock_3x3_Instantiate.cpp
The file was modified src/LinearAlgebra/BlockLinAlg/BlockLinAlg_Mul.h
The file was modified test/unit/LinearAlgebra/BlockLinAlg/VectorBlock_2_SparseVector_btest.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver_backsolve.h
The file was modified test/unit/LinearAlgebra/BlockLinAlg/VectorBlock_2_DenseVector_btest.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/tools/dot.h
Commit e6ace97679705b0ae85b0879ee849feb78308b0c by shunz
add a wall term to dissipation relation of Nishida's closure, although it didn't affect things much
The file was modified src/pde/IBL/ThicknessesCoefficients3D_CorrelationClosure_impl.h
Commit 2a085e1ea5fad39c7651f13dd9e18fe5185d93d9 by shunz
add a test case of fx67-k-170 airfoil
The file was modified src/pde/IBL/PDEIBLSplitAmpLag2D.h
The file was modified test/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_torpedo_agrid45_toy.cpp
The file was addedtest/sandbox/Solve2D_Coupled4x4_IBL_fx67k170_toy.cpp
Commit 322fb329b5fdb7add0548239acc87c5823c67f2c by shunz
minor edit to output filenames at convergence failures
The file was modified test/sandbox/Solve2D_Coupled4x4_IBL_fx67k170_toy.cpp
Commit b60ffde551cd811e4d93cb5c3dffc1469999b2c5 by shunz
resolve merge conflict
The file was modified test/sandbox/Solve2D_Coupled4x4_IBL_fx67k170_toy.cpp
Commit 337efd6a3e180719ba120781fcad7b2fb69d4e37 by shunz
changed default flux of IBL to LF flux
The file was modified src/pde/IBL/PDEIBLSplitAmpLag2D.h
The file was modified test/sandbox/Solve2D_Coupled4x4_IBL_fx67k170_toy.cpp
Commit 53bc88715b28a3c02406423a2376d55b97a49996 by shunz
add a test case for drag polar
The file was addedtest/sandbox/Solve2D_Coupled4x4_IBL_fx67k170_drag_polar_toy.cpp
Commit 6c54de24984d598199a647d814faa2491b5624ac by shunz
ran drag polar cases
The file was modified test/sandbox/Solve2D_Coupled4x4_IBL_fx67k170_drag_polar_toy.cpp
Commit e2362fb6c3e06aa2d1ea4fa3d015bed26b5838ab by shunz
refactored reference speed in transition model
The file was modified src/pde/IBL/FluidModels.h
The file was modified test/sandbox/Solve2D_Coupled4x4_IBL_fx67k170_toy.cpp
The file was modified src/pde/IBL/PDEIBLSplitAmpLag2D.h
The file was modified src/pde/IBL/FluidModels.cpp
Commit 643d7d1915c965f67a423d7dfb3d9c66c9d52773 by shunz
typo fix
The file was modified test/sandbox/Solve2D_Coupled4x4_IBL_fx67k170_toy.cpp
Commit 305e729fe60a1ee00e80e7d4d0afe8179a85299a by shunz
rename working directory
The file was modified test/sandbox/Solve2D_Coupled4x4_IBL_fx67k170_toy.cpp
Commit f71fbc761abbd969b3874e1d1bcff5a40265c195 by shunz
refator characteristic speed for PTC
The file was modified src/pde/IBL/PDEIBLSplitAmpLag2D.h
Commit 4b9271828ab534a546513d0db0e86b9c6c49cfc5 by shunz
refator characteristic speed for PTC
The file was modified src/pde/IBL/PDEIBLSplitAmpLag2D.h
Commit ce40573f04f9a227da9874c2824ef5abf08ddcfe by hcarson
Add unit tests demonstrating that the step matrix calculation is stable to scaling
The file was modified test/unit/Meshing/Metric/MetricOps_btest.cpp
Commit fb1f0e56ebfcdc323f96e7f4b7c4555db6cc9365 by shunz
update pyrite files
The file was modified test/system/AnalyticSolve/AnalyticSolve_IBL3D_StagnationFlow_LamiBL_Triangle_btest.cpp
The file was modified test/system/IO/AnalyticSolve/IBL3D_StagnationFlow_LamiBL_Triangle_nelem1d2_p3_Test.txt
The file was modified test/system/IO/AnalyticSolve/IBL3D_StagnationFlow_LamiBL_Triangle_nelem1d1_p0_Test.txt
The file was modified test/system/IO/AnalyticSolve/IBL3D_StagnationFlow_LamiBL_Triangle_nelem1d1_p3_Test.txt
The file was modified test/system/IO/AnalyticSolve/IBL3D_StagnationFlow_LamiBL_Triangle_nelem1d1_p1_Test.txt
The file was modified test/system/IO/AnalyticSolve/IBL3D_StagnationFlow_LamiBL_Triangle_nelem1d2_p2_Test.txt
The file was modified test/system/IO/AnalyticSolve/IBL3D_StagnationFlow_LamiBL_Triangle_nelem1d2_p4_Test.txt
The file was modified test/system/IO/AnalyticSolve/IBL3D_StagnationFlow_LamiBL_Triangle_nelem1d1_p4_Test.txt
The file was modified test/system/IO/AnalyticSolve/IBL3D_StagnationFlow_LamiBL_Triangle_nelem1d2_p0_Test.txt
The file was modified test/system/IO/AnalyticSolve/IBL3D_StagnationFlow_LamiBL_Triangle_nelem1d2_p1_Test.txt
The file was modified test/system/IO/AnalyticSolve/IBL3D_StagnationFlow_LamiBL_Triangle_nelem1d1_p2_Test.txt
Commit 68f965bd9bcc33bccbb956cb7b9936774be36f95 by shunz
refactor 3D IBL closure API to allow for alternative closure models
The file was modified test/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_PointSource_stagnation_toy.cpp
The file was modified src/pde/IBL/ThicknessesCoefficients3D_CorrelationClosure_impl.h
Commit 5e617160cf62c31c6890ca4f69c3c2d5d0558112 by shunz
save 3D closure relations in a separate header
The file was modified src/pde/IBL/ThicknessesCoefficients3D_CorrelationClosure_impl.h
The file was addedsrc/pde/IBL/ClosureRelations_Nishida.h
Commit c1322d96c9c549f894399a24cdbbc056a4cc5667 by shunz
add neural net closure for 3D IBL
The file was addedsrc/pde/IBL/ClosureRelations3D_Nishida.h
The file was addedsrc/pde/IBL/ClosureRelations3D_NeuralNet.cpp
The file was modified src/pde/IBL/ThicknessesCoefficients3D_CorrelationClosure_impl.h
The file was modified src/pde/IBL/CMakeLists.txt
The file was removedsrc/pde/IBL/ClosureRelations_Nishida.h
The file was addedsrc/pde/IBL/ClosureRelations3D_NeuralNet.h
Commit 40c734fd21f5ca61421cbf6e37aed796b85ee91a by shunz
run drag polar on finer grids
The file was modified test/sandbox/Solve2D_Coupled4x4_IBL_fx67k170_drag_polar_toy.cpp
Commit 8f5605c7645287ae6e5017fcc67bbed4f408fa69 by shunz
switch to run on acdl desktop
The file was modified test/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_torpedo_agrid45_toy.cpp
Commit 54c9c64336d126a6cbc806f6a61077d21d089c8b by shunz
fix memory leak warning caused by accessing index -1
The file was modified test/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_torpedo_agrid45_toy.cpp
The file was modified src/PanelMethod/FunctionEvalQauxv_IBL_PiecewiseConstSourcePanel_FlatPlate3D.h
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxv_PiecewiseConstSourcePanel_FlatPlate3D.h
Commit 2461002f4fad59594f8d0f483d45686157d50478 by shunz
minor update
The file was modified test/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_torpedo_agrid45_toy.cpp
Commit 9ab7c422330a1f0ca9ed73c9f76cceb1c524198d by shunz
mucking with PETSc for IBL3
The file was modified test/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_torpedo_agrid45_toy.cpp
Commit 597f8971d09f15ebcc5cb8235a7cb02bc1f4bb66 by shunz
instantiate MKL_PARDISO solver for matrix block 3x3
The file was addedsrc/LinearAlgebra/SparseLinAlg/Direct/MKL_PARDISO/MKL_PARDISOSolver_MatrixBlock_3x3_Instantiate.cpp
The file was modified src/Discretization/JacobianParam.h
The file was modified src/LinearAlgebra/SparseLinAlg/CMakeLists.txt
Commit 57c27f9d2e126e22d2df745d8dd137dde9778017 by shunz
tried MKL_PARDISO solver for IBL3
The file was modified test/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_torpedo_agrid45_toy.cpp
Commit 076d27112ae2a0072d3a8e5234cef656cc3d54ac by hcarson
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.
The file was modified src/Adaptation/MOESS/ErrorModel/ErrorModel_impl.h
The file was modified test/unit/Adaptation/MOESS/ReferenceStepMatrix_btest.cpp
The file was modified src/Adaptation/MOESS/MOESSParams.h
Commit 62930bd9bae94b96301f101af2e6ce14f53cea03 by shunz
minor typo fix
The file was modified src/Field/Field_impl.h
The file was modified src/UserInterfaces/LIPSolver.cpp
Commit 01ec89a731549c5c27b004ea81b60d6cba1ac38e by shunz
fix formatting
The file was modified src/pde/IBL/ThicknessesCoefficients3D_CorrelationClosure_impl.h
The file was modified src/LinearAlgebra/AlgebraicEquationSetBase.h
Commit 43b002bc9e605a9e3bbbfb3b47b521a23efc070e by shunz
add mitLG BC for IBL3
The file was modified src/pde/IBL/BCIBL3D.h
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGAdvective.h
The file was modified src/pde/NDConvert/BCNDConvertSpace3D.h
The file was addedsrc/Discretization/Galerkin/IntegrandBoundaryTrace_mitLG_Galerkin_manifold_IBL3D.h
The file was modified src/pde/IBL/BCIBL3D.cpp
The file was modified test/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_torpedo_agrid45_toy.cpp
Commit 155c16e4273a43cdc946b91fcb725c89d2dbc75f by shunz
minor refactoring
The file was modified src/pde/IBL/ClosureRelations3D_Nishida.h
Commit 7eb2a489ac31c5c000659e8f2607241cf2282346 by shunz
switch to the same input parameters as DBL3
The file was modified test/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_torpedo_agrid45_toy.cpp
Commit 776bf6da78757846b75b772bdf5627eae13bb946 by shunz
add LF flux to IBL3
The file was modified src/pde/IBL/PDEIBL3D.h
Commit 32adfeff9ed455fbe6cd2cfdd62e2562b70bac0c by hcarson
Changes to ErrorModel to allow for the new exact nodal metric calculation
The file was modified test/unit/Adaptation/MOESS/ErrorModel_btest.cpp
The file was modified src/Adaptation/MOESS/ErrorModel/ErrorModel_impl.h
The file was addedtest/unit/Adaptation/MOESS/AnisotropicStepCalculation_btest.cpp
Commit 5989daf04a26f8eedbbfa583315ba813dc45644c by hcarson
Changes to ErrorModel to allow for the new exact nodal metric calculation
The file was modified test/unit/Adaptation/MOESS/ErrorModel_btest.cpp
The file was modified src/Adaptation/MOESS/ErrorModel/ErrorModel_impl.h
The file was addedtest/unit/Adaptation/MOESS/AnisotropicStepCalculation_btest.cpp
Commit be00d3c2da3ccb0ee0d3f03a8df9c6deae186c46 by hcarson
pre merge add.... wth?
The file was addedtest/sandbox/Solve3D_VMSDBR2_NavierStokes_DeltaWing_toy.cpp
Commit a604a2a496052a298099fe4fb9bddcb43b985167 by shunz
add Dirichlet mitLG inflow BC to a Blasius flow test case
The file was modified test/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_torpedo_agrid45_toy.cpp
The file was modified test/sandbox/Solve3D_Uncoupled_IBL_FlatPlate_Blasius_toy.cpp
Commit 0d9a670cfa469b922cf50ab651faeb2791146896 by hcarson
Jenkins fix
The file was modified test/unit/Adaptation/MOESS/ErrorModel_btest.cpp
Commit 3ab2ac3c5389d5ba7ccd566d6451ed40b6337b99 by hcarson
reverting to the develop branch of ErrorModel
The file was modified test/unit/Adaptation/MOESS/ErrorModel_btest.cpp
The file was modified src/Adaptation/MOESS/ErrorModel/ErrorModel_impl.h
Commit f6c535c3eba7585d22e68d39d14584e6c81e1996 by hcarson
fixes to case
The file was modified test/sandbox/Solve3D_VMSDBR2_NavierStokes_DeltaWing_toy.cpp
Commit 17d4e340636060313c838e217b511f7ae3b470a1 by hcarson
fixes to case
The file was modified test/sandbox/Solve3D_VMSDBR2_NavierStokes_DeltaWing_toy.cpp
Commit 93d6c47951e731cb3879b35cba15adae8fd3b3cd by shunz
intermediate commit: added 4-equation neural net closure model.  working on 4-equation IBL3D pde class
The file was addedsrc/pde/IBL/ClosureRelationsFourEqn3D_NeuralNet.cpp
The file was modified src/pde/IBL/ThicknessesCoefficients3D.h
The file was modified src/pde/IBL/VarInterpret3D.h
The file was modified src/pde/IBL/CMakeLists.txt
The file was modified src/pde/IBL/IBL_Traits.h
The file was addedsrc/pde/IBL/PDEIBL3D_FourEqn.h
The file was addedsrc/pde/IBL/ThicknessesCoefficients3D_CorrelationClosureFourEqn_impl.h
The file was addedsrc/pde/IBL/ClosureRelationsFourEqn3D_NeuralNet.h
The file was modified src/pde/IBL/IBLVarDataType3D.h
Commit 3808fea2ff5dceecf2e958f924554e5652ed1116 by shunz
remove extraneous tamplate keyword
The file was modified src/pde/IBL/PDEIBL3D_FourEqn.h
Commit c108989b0d7b7ce70d807ed9fab0ce296461d7ac by hcarson
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.
The file was modified src/Adaptation/MOESS/SolverInterface_VMSD_BR2.h
The file was modified test/sandbox/Adapt3D_DGBR2_NavierStokes_DeltaWing_Chain_toy.cpp
The file was modified test/sandbox/Adapt3D_VMSDBR2_NavierStokes_DeltaWing_Chain_toy.cpp
The file was modified test/sandbox/Adapt3D_Galerkin_Stabilized_AD_TripleBoundaryLayer_toy.cpp
The file was modified test/sandbox/Solve3D_VMSDBR2_NavierStokes_DeltaWing_toy.cpp
Commit ba6df4e094d82767dae5c9dc5bb99348ec639877 by shunz
added soruce terms for the lateral curvature equation of IBL3
The file was modified src/pde/IBL/PDEIBL3D_FourEqn.h
The file was modified src/pde/NDConvert/PDENDConvertSpace3D.h
Commit 12d129249a3f2b9abf6c566fba6f379daa9554f1 by shunz
removed re-definition
The file was modified src/pde/IBL/PDEIBL3D_FourEqn.h
Commit e25de194280f8838763d98fc2e50c9669310edb6 by shunz
refactored and added PDE and BC for four-equation 3D IBL class.  added a starting point for torpedo case
The file was modified src/pde/IBL/PDEIBL3D.h
The file was modified src/pde/IBL/BCIBL3D.h
The file was modified src/pde/IBL/IBL_Traits.h
The file was removedsrc/pde/IBL/PDEIBL3D_FourEqn.h
The file was modified test/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_torpedo_agrid45_toy.cpp
The file was addedsrc/pde/IBL/PDEIBLFourEqn3D.h
The file was modified src/pde/IBL/BCIBL3D.cpp
The file was modified src/pde/IBL/PDEIBL3D.cpp
The file was addedtest/sandbox/Solve3D_Coupled3x3_IBLFourEqn_FlatPlate_torpedo_agrid45_toy.cpp
Commit 80aa0aba110664989ef335f092c27954036454ed by shunz
separated classes of 3D IBL and IBLFourEqn
The file was modified src/pde/IBL/ElementProjectionOutputIBL3D.h
The file was modified src/pde/IBL/BCIBL3D.h
The file was modified test/sandbox/Solve3D_Coupled3x3_IBLFourEqn_FlatPlate_torpedo_agrid45_toy.cpp
Commit 48b5bfa5678f2deadfffff521d12cb18d9908abb by shunz
generalized templates in IBL3-related integrands
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_manifold_IBL3D.h
The file was modified src/pde/IBL/PDEIBLFourEqn3D.h
The file was modified src/Discretization/Galerkin/IntegrandInteriorTrace_Galerkin_manifold_IBL3D.h
The file was modified src/Discretization/Galerkin/IntegrandBoundaryTrace_Flux_mitState_Galerkin_manifold_IBL3D.h
The file was modified src/Discretization/Galerkin/IntegrandBoundaryTrace_None_Galerkin_manifold_IBL3D.h
Commit b2bdb87650fe439a31b7e14ce0ddfc2f6644d64c by shunz
added instantiations for four-equation 3D IBL
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver_MatrixBlock_3x3_Instantiate.cpp
The file was modified src/Field/FieldLinesearch/FieldLinesearch_Area_Instantiate.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/ScalarMatrix_CRS_int.cpp
The file was modified src/pde/IBL/ThicknessesCoefficients3D.h
The file was modified src/pde/IBL/CMakeLists.txt
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/MKL_PARDISO/MKL_PARDISOSolver_MatrixBlock_3x3_Instantiate.cpp
The file was addedsrc/pde/IBL/ThicknessesCoefficients3D_CorrelationClosureFourEqn.cpp
The file was modified src/Field/FieldArea_DG_Cell_Instantiate_3D.cpp
The file was modified src/LinearAlgebra/DenseLinAlg/StaticSize/MatMul/MatrixS_MatMul_Native_Surreal_Instantiate.cpp
The file was modified src/Field/FieldArea_DG_BoundaryTrace_Instantiate_3D.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/Krylov/FGMRES_MatrixBlock_3x3_Instantiate.cpp
The file was modified src/Field/output_Tecplot/output_Tecplot_FieldArea.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixBlock_3x3_Instantiate.cpp
The file was modified src/NonLinearSolver/NewtonSolver_MatrixBlock_3x3_Instantiate.cpp
The file was modified src/NonLinearSolver/LineUpdate/HalvingSearchLineUpdate_MatrixBlock_3x3_Instantiate.cpp
The file was modified src/Field/FieldArea_Instantiate_3D.cpp
Commit 1d09d6571745ab932004b3e9217889a7e25840ae by shunz
fixed instantiation typo
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/MKL_PARDISO/MKL_PARDISOSolver_MatrixBlock_3x3_Instantiate.cpp
The file was modified test/sandbox/Solve3D_Coupled3x3_IBLFourEqn_FlatPlate_torpedo_agrid45_toy.cpp
Commit 0400c45b1d297e84d52e6e0b6042e5506495398a by shunz
turned on verbose linesearch printout
The file was modified test/sandbox/Solve3D_Coupled3x3_IBLFourEqn_FlatPlate_torpedo_agrid45_toy.cpp
The file was modified src/pde/IBL/ThicknessesCoefficients3D_CorrelationClosureFourEqn_impl.h
Commit 454538c3e59c2e90f4b7fa87da525f77c5d2c335 by shunz
added a visous-only Blasius case for 4-equation 3D IBL.  added a missing include
The file was addedtest/sandbox/Solve3D_Uncoupled_IBLFourEqn_FlatPlate_Blasius_toy.cpp
The file was modified src/pde/IBL/PDEIBLFourEqn3D.h
Commit 56606daf1be0d0e3bf0195611eb55d006238d72e by shunz
refactored reference coordinate gradient for speedup.  add/edit comments for clarity
The file was modified test/unit/Field/Element/ElementXFieldAreaBase_Triangle_btest.cpp
The file was modified src/Field/Element/ElementXFieldArea_Instantiate_3D.cpp
Commit f8cfafeb2af182cabbca7ca4bd57a5c28921633f by shunz
typo fix: gradqe*E_qesq.  minor edits
The file was modified src/pde/IBL/PDEIBLFourEqn3D.h
Commit 028288593f69a697b85d514987f2ce1b2427eafb by shunz
turned off printout in unit testing
The file was modified test/unit/Field/Element/ElementXFieldAreaBase_Triangle_btest.cpp
Commit cf00a132cadcd5ca0c38585987195b39898ea745 by shunz
cosmetic changes
The file was modified src/pde/IBL/ThicknessesCoefficients3D_CorrelationClosureFourEqn_impl.h
The file was modified src/pde/IBL/ClosureRelationsFourEqn3D_NeuralNet.h
Commit 8257fefa62aac65d860f70f032da8340da182867 by shunz
refactored neural net closure models: H22, Hd1, Hc2
The file was modified src/pde/IBL/ClosureRelations3D_NeuralNet.h
The file was modified src/pde/IBL/ClosureRelationsFourEqn3D_NeuralNet.h
Commit cbece85e19630d5aa23b1dc7f34ee9b0e5474fb2 by shunz
added output for four-equation 3D IBL
The file was modified src/LinearAlgebra/DenseLinAlg/DynamicSize/MatMul/MatMul_Native_Real.cpp
The file was modified src/LinearAlgebra/DenseLinAlg/DynamicSize/MatrixD_InverseLU_Real_Instantiate.cpp
The file was modified src/Field/output_Tecplot/output_Tecplot_FieldArea.cpp
The file was modified src/Field/FieldArea_Instantiate_3D.cpp
The file was modified src/Field/FieldArea_DG_Cell_Instantiate_3D.cpp
The file was modified src/pde/IBL/ElementProjectionOutputIBL3D.h
Commit 02cd16526cd0ae14c14df67caddeeba93ec3929a by shunz
fixed auxi equation (wall transpiration): previous mass flux missed crossflow component
The file was modified src/PanelMethod/ProjectToQauxi_IBL3D.h
Commit 453d950547e999f8427c3162f241f7b856bf0c1d by shunz
previous fix to wall transpiration (auxi equation) didn't fix.  it is now fixed.  added unit test
The file was modified src/PanelMethod/ProjectToQauxi_IBL3D.h
The file was addedtest/unit/PanelMethod/ProjectToQauxi_IBL3D_btest.cpp
Commit a662ef0cec6d80d569e1c18f94253be62c01a938 by shunz
minor tweak
The file was modified src/pde/IBL/PDEIBLFourEqn3D.h
The file was removedtest/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_PointSource_stagnation_toy.cpp
The file was modified test/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_torpedo_agrid45_toy.cpp
The file was addedtest/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_RadialStagnationFlow_toy.cpp
The file was modified test/sandbox/Solve3D_Coupled3x3_IBLFourEqn_FlatPlate_torpedo_agrid45_toy.cpp
Commit 0a23fbfcd8cb3af2a67d482ede51be4729457273 by shunz
minor cleanup
The file was modified test/sandbox/Solve3D_Coupled3x3_IBLFourEqn_FlatPlate_torpedo_agrid45_toy.cpp
The file was modified src/pde/IBL/PDEIBL3D.h
The file was modified src/pde/IBL/PDEIBLFourEqn3D.h
The file was modified test/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_torpedo_agrid45_toy.cpp
Commit 4a248391914c283ff8592a3eae3ce62ce091f06a by shunz
add velocity gradient output to IBL
The file was modified src/Field/FieldArea_DG_Cell_Instantiate_3D.cpp
The file was modified src/Field/output_Tecplot/output_Tecplot_FieldArea.cpp
The file was modified src/pde/IBL/ElementProjectionOutputIBL3D.h
The file was modified src/LinearAlgebra/DenseLinAlg/DynamicSize/MatrixD_InverseLU_Real_Instantiate.cpp
The file was modified src/Field/FieldArea_Instantiate_3D.cpp
The file was modified src/LinearAlgebra/DenseLinAlg/DynamicSize/MatMul/MatMul_Native_Real.cpp
Commit f936fcc16dd0896332c28c0e9867111cbce95eb2 by shunz
add instantiation
The file was modified src/LinearAlgebra/DenseLinAlg/StaticSize/MatMul/MatrixS_MatMul_Native_Surreal_Instantiate.cpp
Commit a738dbdc2413fdef35e40ed9ff9e8284c2f41153 by shunz
added IBL3 closure relations in the form of analytic formulae
The file was modified test/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_torpedo_agrid45_toy.cpp
The file was modified test/sandbox/Solve3D_Coupled3x3_IBLFourEqn_FlatPlate_torpedo_agrid45_toy.cpp
The file was modified src/pde/IBL/ClosureRelations3D_NeuralNet.h
The file was modified src/pde/IBL/ClosureRelationsFourEqn3D_NeuralNet.h
Commit 04a32050228204c4b07c72b3cd36f2b8baec748d by shunz
refactored neural net closure implementation
The file was addedsrc/pde/IBL/NeuralNet_tools.h
The file was modified src/pde/IBL/ClosureRelationsFourEqn3D_NeuralNet.h
The file was modified src/pde/IBL/ClosureRelations3D_NeuralNet.h
Commit c90cf5d47d5e234bd9018d03ff36752222494b71 by shunz
added a set of IBL3 closure models based on analytic formulae
The file was modified src/pde/IBL/ThicknessesCoefficients3D_CorrelationClosureFourEqn_impl.h
The file was addedsrc/pde/IBL/ClosureRelationsFourEqn3D_CurveFit.h
The file was modified src/PanelMethod/PiecewiseConstSourcePanel_FlatPlate3D.h
Commit 11c263632ec4f89ef480c4a26b830f616f6431e1 by shunz
restored four-equation neural net closure to its original working state
The file was modified test/sandbox/Solve3D_Coupled3x3_IBLFourEqn_FlatPlate_torpedo_agrid45_toy.cpp
The file was modified src/pde/IBL/ClosureRelationsFourEqn3D_NeuralNet.h
The file was modified src/pde/IBL/ClosureRelationsFourEqn3D_CurveFit.h
The file was modified src/pde/IBL/ThicknessesCoefficients3D_CorrelationClosureFourEqn_impl.h
Commit ad791194a60cceb7719ba0df0dbf09903b66953c by shunz
switch to using 4-equation IBL3 closure based on analytic formulae.  results are similar or slightly better than neural net closure
The file was modified src/pde/IBL/ThicknessesCoefficients3D_CorrelationClosureFourEqn_impl.h
The file was modified src/pde/IBL/ClosureRelationsFourEqn3D_CurveFit.h
The file was modified test/sandbox/Solve3D_Coupled3x3_IBLFourEqn_FlatPlate_torpedo_agrid45_toy.cpp
Commit 03996c93a0bc06cf932859130f264d1cd7feb3ce by shunz
fixed a typo (which fortunately wasn't used yet).  added exception throws
The file was modified src/pde/IBL/PDEIBLFourEqn3D.h
The file was modified src/pde/IBL/ThicknessesCoefficients3D_CorrelationClosureFourEqn_impl.h
Commit 8b85af7bd1d1f654e4886dd664ddd5cff302b972 by shunz
fixed include filename
The file was modified src/pde/IBL/ClosureRelationsFourEqn3D_CurveFit.h
Commit 1abf1da99c30a18fdd507aab0ca287bf3073ba88 by shunz
removed redundant exceptions
The file was modified src/pde/IBL/ThicknessesCoefficients3D_CorrelationClosureFourEqn_impl.h
Commit 95cba94c9cbe2f9d8e3e062502472eebb1b3645d by shunz
refactored four-eqn IBL3 curve-fit closure
The file was modified src/pde/IBL/ClosureRelationsFourEqn3D_CurveFit.h
Commit d9d3966bef0bc9ecd4303e4f67d1548458d21502 by shunz
conformed to vera check: should not use "using namespace" in header files
The file was modified src/pde/IBL/ClosureRelationsFourEqn3D_NeuralNet.h
The file was modified src/pde/IBL/ClosureRelations3D_NeuralNet.h
Commit 7af63e1df19632e7baea4f4c142abbb4efb5b1cc by shunz
fixed unit tests for after API refactoring
The file was modified test/unit/pde/IBL/SetIBLoutputCellGroup_btest.cpp
Commit 1fd6ffaecd0aeea51ba4e77b7abf323b102e9062 by shunz
fixed unit tests for the  previous API refactoring
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBL_Quad_btest.cpp
The file was modified test/unit/UnitGrids/XField3D_Sheet_Triangle_X1_btest.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBL_Triangle_btest.cpp
The file was modified test/sandbox/Solve3D_Uncoupled_IBL_FlatPlate_Blasius_toy.cpp
Commit 0dbd225b281b0f272c0e0fbed9ef2f2d780fdb70 by shunz
fixed ping tests: finite difference step size
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBL_Quad_btest.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBL_Triangle_btest.cpp
Commit 25ede71516f63a70a7885e6d8a71fe791b597260 by shunz
added ping test for four-eqn IBL3
The file was addedtest/unit/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBLFourEqn_Quad_btest.cpp
The file was modified src/pde/IBL/PDEIBLFourEqn3D.h
The file was modified src/LinearAlgebra/DenseLinAlg/StaticSize/MatMul/MatrixS_MatMul_Native_Real_Instantiate.cpp
Commit e5d61072a1a168711066996ee07bcd82b6444364 by shunz
added Blasius flow test case for four-eqn IBL3D. some cleanup
The file was addedtest/system/IO/AnalyticSolve/IBLFourEqn3D_StagnationFlow_LamiBL_Triangle_nelem1d1_p4_Test.txt
The file was addedtest/system/AnalyticSolve/AnalyticSolve3D_IBLFourEqn_StagnationFlow_LamiBL_Triangle_btest.cpp
The file was addedtest/system/IO/AnalyticSolve/IBLFourEqn3D_StagnationFlow_LamiBL_Triangle_nelem1d1_p2_Test.txt
The file was addedtest/system/IO/AnalyticSolve/IBLFourEqn3D_StagnationFlow_LamiBL_Triangle_nelem1d2_p1_Test.txt
The file was addedtest/system/IO/AnalyticSolve/IBLFourEqn3D_StagnationFlow_LamiBL_Triangle_nelem1d2_p3_Test.txt
The file was addedtest/system/IO/AnalyticSolve/IBLFourEqn3D_StagnationFlow_LamiBL_Triangle_nelem1d2_p0_Test.txt
The file was modified src/pde/IBL/BCIBL3D.cpp
The file was removedtest/sandbox/AnalyticSolve3D_DGAdvective_IBL_StagnationFlow_Quasi2D_toy.cpp
The file was addedtest/system/IO/AnalyticSolve/IBLFourEqn3D_StagnationFlow_LamiBL_Triangle_nelem1d1_p1_Test.txt
The file was addedtest/system/IO/AnalyticSolve/IBLFourEqn3D_StagnationFlow_LamiBL_Triangle_nelem1d1_p3_Test.txt
The file was addedtest/system/IO/AnalyticSolve/IBLFourEqn3D_StagnationFlow_LamiBL_Triangle_nelem1d2_p2_Test.txt
The file was modified test/system/AnalyticSolve/AnalyticSolve_IBL3D_StagnationFlow_LamiBL_Triangle_btest.cpp
The file was addedtest/system/IO/AnalyticSolve/IBLFourEqn3D_StagnationFlow_LamiBL_Triangle_nelem1d2_p4_Test.txt
The file was addedtest/system/IO/AnalyticSolve/IBLFourEqn3D_StagnationFlow_LamiBL_Triangle_nelem1d1_p0_Test.txt
Commit d1c3518e3723ca3a2ef7de2a636dea6a9ed27ac7 by shunz
added include
The file was modified src/pde/IBL/QauxvInterpret3D.h
Commit a10098d8a36b4fcee00ec4f5b2551aa14de0eaa8 by shunz
added includes
The file was modified src/pde/IBL/ClosureRelations3D_NeuralNet.h
The file was modified src/pde/IBL/ClosureRelationsFourEqn3D_NeuralNet.h
Commit 737467d0e1b6c73b0e2454ad6ca07bb47fc395b6 by shunz
checked four-eqn IBL3D on Blasius case and stagnation radial flow
The file was modified test/sandbox/Solve3D_Uncoupled_IBLFourEqn_FlatPlate_Blasius_toy.cpp
Commit b23c56a4ba0538332767830f8b905881b0fc4924 by shunz
added a stagnation flow toy case.  mucked with IBL3 for torpedo case
The file was addedtest/sandbox/Solve3D_Uncoupled_IBLFourEqn_FlatPlate_StagnationRadial_toy.cpp
The file was modified test/sandbox/Solve3D_Coupled3x3_IBLFourEqn_FlatPlate_torpedo_agrid45_toy.cpp
The file was modified test/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_torpedo_agrid45_toy.cpp
Commit e0feb7f1ae6236cc66cc14a6ae2e938a173c18f5 by shunz
fixed toy case to keep up with API refactoring
The file was modified test/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_torpedo_agrid0_toy.cpp
Commit 1442d45087688aae89bb195e7561b039cd721444 by shunz
added missing include related to MPI
The file was modified src/Field/FieldArea_Instantiate_3D.cpp
Commit ed7fdd94ac0b0ff147dc8bb5378da6396630f90e by shunz
suppresed file dump in system test
The file was modified test/system/AnalyticSolve/AnalyticSolve3D_IBLFourEqn_StagnationFlow_LamiBL_Triangle_btest.cpp
Commit d38321301d905f77ef5d608493674f886a51e3c9 by shunz
added assertions
The file was modified src/pde/IBL/ElementProjectionOutputIBL3D.h
Commit b3f50c32bbf7c4026952d12d8bf8c2abe4b826df by shunz
add some derivates to the IBL3 output
The file was modified src/Field/output_Tecplot/output_Tecplot_FieldArea.cpp
The file was modified src/LinearAlgebra/DenseLinAlg/DynamicSize/MatMul/MatMul_Native_Real.cpp
The file was modified src/LinearAlgebra/DenseLinAlg/DynamicSize/MatrixD_InverseLU_Real_Instantiate.cpp
The file was modified src/pde/IBL/ElementProjectionOutputIBL3D.h
The file was modified src/Field/FieldArea_Instantiate_3D.cpp
The file was modified src/Field/FieldArea_DG_Cell_Instantiate_3D.cpp
Commit ddbf2beaba894ce3c3f3a2c5161ebbb20cd41371 by shunz
relaxed pyrite tolerance
The file was modified test/system/AnalyticSolve/AnalyticSolve3D_IBLFourEqn_StagnationFlow_LamiBL_Triangle_btest.cpp
Commit 460a6c7bc652f4aa80f6c299c5462e5165630ae0 by shunz
relaxed pyrite tolerance for intel compiler.  speed up ping test to avoid time-out
The file was modified test/system/AnalyticSolve/AnalyticSolve3D_IBLFourEqn_StagnationFlow_LamiBL_Triangle_btest.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBL_Triangle_btest.cpp
Commit ff27e621f1738850a69eeeba1e2c5ef6c1307a12 by shunz
renamed output
The file was modified src/pde/IBL/ElementProjectionOutputIBL3D.h
Commit f7fc332fe8b0fb82edf38240798cb8a877c42cd7 by shunz
added and refactored IBL3 output
The file was modified src/pde/IBL/ElementProjectionOutputIBL3D.h
The file was modified src/Field/output_Tecplot/output_Tecplot_FieldArea.cpp
The file was modified src/LinearAlgebra/DenseLinAlg/DynamicSize/MatMul/MatMul_Native_Real.cpp
The file was modified src/Field/FieldArea_Instantiate_3D.cpp
The file was modified src/LinearAlgebra/DenseLinAlg/DynamicSize/MatrixD_InverseLU_Real_Instantiate.cpp
The file was modified src/Field/FieldArea_DG_Cell_Instantiate_3D.cpp
Commit 4afb4c86a9883cd23996e11d2955fe8f5f68b859 by allmaras
make verbose_ if-tests consistent throughout
The file was modified src/NonLinearSolver/LineUpdate/HalvingSearchLineUpdate_impl.h
Commit e8fec810117dcebf3b1d54874472886529585620 by allmaras
fixed screen dump for checkSolve_ when residuals above tolerance
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver_backsolve.h
Commit 4b2f1682bf9996605b680be5a6b8db7657692343 by allmaras
added option to dump solution at each Newton iteration
The file was modified src/NonLinearSolver/NewtonSolver_impl.h
The file was modified src/NonLinearSolver/NewtonSolver.h
The file was modified src/NonLinearSolver/NewtonSolverParams.cpp
Commit 66e8ad1c823fc4755e228c6f407fbac5709b2cc3 by allmaras
added pressure gradient for space-time
The file was modified test/unit/pde/PorousMedia/Q2DPrimitive_pnSw_btest.cpp
The file was modified src/pde/PorousMedia/Q2DPrimitive_pnSw.h
The file was modified src/pde/PorousMedia/Q2DPrimitive_LogpnSw.h
The file was modified test/unit/pde/PorousMedia/Q2DPrimitive_LogpnSw_btest.cpp
Commit 0b5a10fc96e4ab5308c29c99daabb26759b39c8a by allmaras
added instantiations, etc, needed for log(p) variables with look-up porosity/permeability tables
The file was modified src/pde/PorousMedia/BCTwoPhaseArtificialViscosity2D.cpp
The file was modified src/pde/PorousMedia/BCTwoPhase2D.cpp
The file was addedsrc/Discretization/DG/DGBR2_Instantiate/AlgebraicEquationSet_DGBR2_ArtificialViscosity_TwoPhase2D_LogpnSw.cpp
The file was addedsrc/ErrorEstimate/DG/Instantiate/ErrorEstimate_DGBR2_ArtificialViscosity_TwoPhase2D_LogpnSw.cpp
The file was modified src/Discretization/CMakeLists.txt
The file was modified src/ErrorEstimate/CMakeLists.txt
Commit 39e007bba1825c4c3d67662156ee41e0c4d97a4e by allmaras
added grid-Laplacian artificial viscosity for pressure; currently hard-coded diffusion coefficient
The file was modified src/pde/PorousMedia/PDETwoPhase_ArtificialViscosity2D.h
Commit 85d6e69797a7241da76a9e40a1820aae6cdb9166 by shunz
trying to fix gnu9 compiler warning
The file was modified src/LinearAlgebra/BlockLinAlg/MatrixBlock_3x3.h
The file was modified src/LinearAlgebra/BlockLinAlg/MatrixBlock_4x4.h
Commit 17cb3f428f7adc3a21445327ffcd75f58b11312d by allmaras
added "#include <utilities>" for std::move; added unit test for VectorBlock_3
The file was addedtest/unit/LinearAlgebra/BlockLinAlg/VectorBlock_3_DenseVector_btest.cpp
The file was modified src/LinearAlgebra/BlockLinAlg/VectorBlock_3.h
The file was modified src/LinearAlgebra/BlockLinAlg/VectorBlock_4.h
The file was modified src/LinearAlgebra/BlockLinAlg/VectorBlock_2.h
Commit 3a43b39f612558d55cecbf5881c1eb7b8f253572 by allmaras
fixed vera line-length squawk
The file was modified src/Discretization/DG/DGBR2_Instantiate/AlgebraicEquationSet_DGBR2_ArtificialViscosity_TwoPhase2D_LogpnSw.cpp
Commit 87eb72e21ad611238f1ee5afe0b5d8742615d99e by allmaras
fixed vera line-length squawk
The file was modified src/ErrorEstimate/DG/Instantiate/ErrorEstimate_DGBR2_ArtificialViscosity_TwoPhase2D_LogpnSw.cpp
Commit 42cf663eb98d93028ca84d22ca9110989ac28047 by allmaras
fixed vera line-length squawk
The file was modified src/pde/PorousMedia/BCTwoPhaseArtificialViscosity2D.cpp
Commit 5e843179d377568d19a950dd42fbc9cc53a5cc78 by shunz
add a new curve fit model based on low-dissipative DBL3 data
The file was modified src/pde/IBL/PDEIBLFourEqn3D.h
The file was modified src/pde/IBL/ClosureRelationsFourEqn3D_CurveFit.h
The file was modified src/pde/IBL/ThicknessesCoefficients3D_CorrelationClosureFourEqn_impl.h
The file was addedsrc/pde/IBL/ClosureRelationsFourEqn3D_CurveFit_hack.h
Commit 7bd1ca4bd5c452a7f022810a94a8cbe9a87e5b90 by shunz
allow for uncoupled/viscou-only IBL3 solution by tweaking the panel method
The file was modified src/PanelMethod/PiecewiseConstSourcePanel_FlatPlate3D.h
Commit 772eab8a9a55750da7211d2597c5470c15866b8d by allmaras
fixed VectorBlock_3 unit test; made ::m() and ::n() static, so 2, 3, and 4 are all consistent
The file was modified src/LinearAlgebra/BlockLinAlg/VectorBlock_2.h
The file was modified test/unit/LinearAlgebra/BlockLinAlg/VectorBlock_3_DenseVector_btest.cpp
The file was modified src/LinearAlgebra/BlockLinAlg/VectorBlock_3.h
Commit 83f36751186372ef15e9e3d3baa2df84b0a1c209 by shunz
forgot to save changes in the last commit...
The file was modified src/PanelMethod/PiecewiseConstSourcePanel_FlatPlate3D.h
Commit 69f0d48b50e775f0b70fe57d50743813f1ad4af4 by shunz
relaxed Jenkins timeout threshold for some large ping tests
The file was modified test/unit/UnitGrids/XField3D_Sheet_Quad_X1.h
The file was modified test/unit/Discretization/Block/CMakeLists.txt
Commit 5afa127220bca9a221bedc1cfb873479b2c17141 by shunz
minor tweak
The file was modified src/pde/IBL/PDEIBL3D.h
Commit c40aa914597616e4ce87cb2f41585e173a59a561 by shunz
speed up ping test by turning off some redundant sub-block checks
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBL_Quad_btest.cpp
Commit 28b2d797ab6f6153f22ef1a46ec4960e8d0065df by shunz
fix cppcheck error
The file was modified src/LinearAlgebra/SparseLinAlg/Preconditioners/LU_SGS.h
Commit 2edf6e1dd6b5817eeddc5f22827e76c294ff6c18 by shunz
speed up ping test by turning off tests on some sub-blocks of the jacobian
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBLFourEqn_Quad_btest.cpp
Commit 4110545d2312073a37861fb34bcbe93e282f9cc7 by allmaras
added directory creation for output files
The file was modified test/sandbox/Solve3D_Potential_Adjoint_toy.cpp
Commit 327636cb07dd1d883d865e0f01376dc84479dde9 by galbramc
Don't use python2 with jenkins
The file was modified scripts/jenkins/cmake_jenkins.sh
The file was modified scripts/jenkins/SANS_Depend.sh
Commit 748addcba6c693a40ab88587314312f9f106ccdd by allmaras
removed old version of adjoint-compatible potential solver for Hershey wing
The file was removedtest/sandbox/Solve3D_Potential_Adjoint_toy.cpp
Commit 293b0906370c77f238bfeb47cecb9cee1c127508 by allmaras
temporarily disabled tests involving artificial viscosity fluxes if USE_PRESSURE_AV defined
The file was modified test/unit/pde/PorousMedia/PDETwoPhase_ArtificialViscosity2D_btest.cpp
Commit 891b7a3fc29b3feebea58203ad2c9512e3ee5439 by allmaras
make VectorBlock test-suite names unique (so make unit_build works)
The file was modified test/unit/LinearAlgebra/BlockLinAlg/VectorBlock_4_btest.cpp
The file was modified test/unit/LinearAlgebra/BlockLinAlg/VectorBlock_3_DenseVector_btest.cpp
The file was modified test/unit/LinearAlgebra/BlockLinAlg/VectorBlock_2_DenseVector_btest.cpp
Commit 43a40ba6291bfaaa0be74c8e382311f40fcf8bef by allmaras
added unit tests for circulation integrations
The file was addedtest/unit/pde/FullPotential/LinearizedIncompressiblePotential3D_Circulation_btest.cpp
Commit 790ec96eab331e7918a5b7f40f094ed1ffc26afe by allmaras
added circulation integrations for lift & roll as functional outputs
The file was addedsrc/pde/FullPotential/LinearizedIncompressiblePotential3D_Circulation.h
Commit 8375944404c98e584bd44dbd6df0170a5ae9644f by galbramc
Add Q3 and Q4 elements to Gmsh IO
The file was modified src/Meshing/gmsh/GMSHtoSANS.cpp
The file was modified src/Meshing/refine/XField_refine.cpp
The file was addedtest/unit/IO/Meshes/Tri_Q3_2Elem.msh
The file was modified test/unit/Meshing/gmsh/XField_gmsh_btest.cpp
The file was modified CMakeInclude/Dependencies.cmake
The file was addedtest/unit/IO/Meshes/Tri_Q4_2Elem.msh
Commit ebd0590b077428bb7127f105d83fa357b8ef4875 by allmaras
clean-up of circulation-base functional code/test; added drag but #ifdef'ed out, as it's not complete
The file was modified test/unit/pde/FullPotential/LinearizedIncompressiblePotential3D_Trefftz_btest.cpp
The file was modified src/pde/FullPotential/LinearizedIncompressiblePotential3D_Circulation.h
The file was modified test/unit/pde/FullPotential/LinearizedIncompressiblePotential3D_Circulation_btest.cpp
Commit 4b80892e0d361deb3d3e4e75630bfbdac7ccd6f8 by galbramc
Fix finding macOS Accelerate BLAS
The file was modified CMakeInclude/Dependencies.cmake
Commit 8a24b1bf69ced9b55fae8b2bb2d4e28a3c24b392 by allmaras
cppcheck fixes for nightly
The file was modified src/Discretization/Potential_Adjoint/StabilizationNitsche_Potential_Adjoint.h
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver.h
Commit 592fd0636a8205a5c384c5b9b926ccd96eb9bbb9 by hcarson
moving back to develop
The file was modified test/sandbox/Adapt3D_VMSDBR2_NavierStokes_DeltaWing_Chain_toy.cpp
The file was modified test/sandbox/Adapt3D_Galerkin_Stabilized_AD_TripleBoundaryLayer_toy.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_AD_TripleBoundaryLayer_toy.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_NavierStokes_DeltaWing_Chain_toy.cpp
Commit d844fd79a60b9fe08c412da881a142a95535acb2 by shunz
add empty definition to fix undefined reference in weekly test
The file was modified src/pde/IBL/PDEIBLFourEqn3D.h
The file was modified src/pde/IBL/PDEIBL3D.h
Commit 35608aa77cb449590226bb85761eb11ff97d3f28 by shunz
add empty definition to fix undefined reference in weekly test
The file was modified src/pde/IBL/PDEIBL3D.h
The file was modified src/pde/IBL/PDEIBLFourEqn3D.h
Commit 0fd51cd008027ab322827ed2fa9e45b6f1c4de36 by hcarson
vera fix
The file was modified src/Adaptation/MOESS/SolverInterface_VMSD_BR2.h
Commit b03b4204fb6d6963e073fed3f2eded2742cebcb4 by hcarson
removing unneeded test
The file was removedtest/sandbox/Solve3D_VMSDBR2_NavierStokes_DeltaWing_toy.cpp
Commit 4e5a6b13370cbff9a09731ee69a2a1d09eabad6d by hcarson
fixing unused var
The file was modified test/sandbox/Adapt3D_VMSDBR2_NavierStokes_DeltaWing_Chain_toy.cpp
Commit 7dd7a12da2e91d2d107e89ddde7a7e15af2c9078 by galbramc
Update for latest version of refine
The file was modified src/Meshing/refine/XField_refine.cpp
The file was modified src/Meshing/refine/MesherInterface_refine.cpp
Commit 59f986a830f3db5a572b807b8c811332f98087b5 by hcarson
missing space
The file was modified test/sandbox/Adapt3D_VMSDBR2_NavierStokes_DeltaWing_Chain_toy.cpp
Commit b2cd3e9e859275198509a72cfb5f8dd6a6b823af by vpr11
Added vpr11@mit.edu to DeveloperEmailAddresses
The file was modified DeveloperEmailAddresses