Skip to content

Changes

#125 (Nov 18, 2022, 4:19:40 AM)

  1. Implemented mitLG symmetry wall BC for four-equation IBL3 — shunz / detail
  2. allowed for some tolerance in finding boundary trace elements — shunz / detail
  3. Reparametrized flat plate grid's S-duct geometry — shunz / detail
  4. added z margin in BL sampling so that points are in the computational domain even for coarse grids.  Make flat plate grid spacing uniform in x on the plate — shunz / detail
  5. changed default to more BL sampling stations — shunz / detail
  6. Make screen output more concise for BL sampling — shunz / detail
  7. Added  local basis vector e1 and e2 for IBL3 mitLG BC — shunz / detail
  8. minor refactoring of screen printout — shunz / detail
  9. Turned on gradient calculation for mitLG BC for IBL3/manifold — shunz / detail
  10. changed half expanding nozzle to sin shape (without kink) — shunz / detail
  11. minor cleanup — shunz / detail
  12. renamed IBL3D slip-wall BC type — shunz / detail
  13. Some more renaming of slip wall BC mitLG for IBL3 — shunz / detail
  14. Make 3-eq IBL3 variable data a templated class — shunz / detail
  15. More refactoring due to VarDataIBL3D being templated now. Also minor cleanup — shunz / detail
  16. Added slip-wall mitState BC for 3-eq IBL3D.  Refactored PDEIBL for 3-eq formulation to keep up with 4-eq formulation — shunz / detail
  17. Added instantiations for 3-eq IBL3 — shunz / detail
  18. Add mitLG slip-wall BC for 3-eq IBL3D — shunz / detail
  19. Added KE equation normalized by qe^2 for 3-eqn IBL3D — shunz / detail
  20. minor refactoring of a sandbox case — shunz / detail
  21. Refactored 3-eq IBL to use J & E as momentum and kinetic energy fluxes instead of P & K — shunz / detail
  22. Added a sandbox case of 3-eq IBL3 in duct — shunz / detail
  23. minor cleanup — shunz / detail
  24. added explicit instantiation — shunz / detail
  25. Added an elbow-shaped hex box grid — shunz / detail
  26. Added macro to switch kinetic energy flux definition (K vs E) in 3-eqn IBL3D — shunz / detail
  27. minor cleanup of a sandbox case — shunz / detail
  28. Added macro to switch momentum flux definition (P vs J) in 3-eqn IBL3D — shunz / detail
  29. fix a recently introduced bug in source term when using P momentum flux in 3-eqn IBL3 — shunz / detail
  30. cleanup of 3-eqn IBL3 BC — shunz / detail
  31. Enabled constant wall transpiration in linearized incompressible potential (LIP) BC — shunz / detail
  32. Refactored a sandbox case: uncoupled 3-eqn IBL3 with prescribed qe — shunz / detail
  33. Turned on PTC for a sandbox case — shunz / detail
  34. Examined 3-eqn IBL3 (Nishida closure) characteristics without source terms — shunz / detail
  35. Sandbox case refactoring: LIP in/out flow BC, solution & quadrature order.  BC 3-eqn IBL3 cleanup and addition of mitLG Dirichlet BC — shunz / detail
  36. Cleanup of IBL3 BC — shunz / detail
  37. Refactored closure models: 2D closures are now uniquely contained in a single file, avoiding copy-pasting code in multiple spots — shunz / detail
  38. fixed lingering typos — shunz / detail
  39. Refactoring to keep up with 3-eqn IBL3 PDE's gas model change — shunz / detail
  40. Changed default 3-eqn IBL3 closure to Nishida.  Updated pyrite files for associated 2D stagnation flow case — shunz / detail
  41. Had to turn on dummy turb 3-eqn IBL3 closure due to lami-turb blending — shunz / detail
  42. Updated 3-eqn IBL3 BC vector to include Falkner-Skan inflow mitLG — shunz / detail
  43. Minor refactoring of sandbox cases — shunz / detail
  44. minor refactoring of sandbox cases — shunz / detail
  45. Add screen printout for numerical flux type and separated macro toggles for turning on/off amp and lag equations in 3-eqn IBL3 PDE — shunz / detail
  46. minor refactoring of sandbox case — shunz / detail
  47. fix warning on style — shunz / detail
  48. Refactored 3-eqn IBL3D to allow for runtime options for Lax-Friedrichs flux variants: based on qe or qn — shunz / detail
  49. Changed 3-eqn IBL3 slip-wall BC to adaptively switch between no-crossflow and BCNone depending interior characteristic direction — shunz / detail
  50. mucked with a sandbox case for uncoupled 3-eqn IBL3 — shunz / detail
  51. minor cleanup while playing with 3-eqn IBL3D on the duct case — shunz / detail
  52. typo fix. the issue didn't cause any trouble though — shunz / detail
  53. Added a sandbox case of 3-eqn IBL3 for duct ring BL. Also cleaned up other similar cases — shunz / detail
  54. fixed a harmless typo — shunz / detail
  55. Added some runtime checks for 3D manifold related trace normal and surface basis vectors — shunz / detail
  56. mucked with mitLG slip-sidewall BC for 4-eqn IBL3 --> decided not to use for now — shunz / detail
  57. Refactored assertions for e0_X in 3D manifold cell integrand specialized for IBL3 — shunz / detail
  58. mucked with 3-eqn IBL3 on duct ring case with corner fairing — shunz / detail
  59. Separated IBL3D BC stuff for 3-eqn and 4-eqn — shunz / detail
  60. Typo fix in 3-eqn IBL3 PDE's source (not used).  Cleanup & renaming.  Refactored 4-eqn IBL3 slipwall BC to be adaptive based crossflow characteristics — shunz / detail
  61. Refactored 4-eqn IBL3 PDE to keep up-to-date with 3-eqn formulation — shunz / detail
  62. cleaned up 4-eqn IBL3 BC vectors — shunz / detail
  63. Refactored NS Sduct case to sample at grid nodes so that sidewall points can be covered — shunz / detail
  64. More refactoring to sample BL at grid vertex stations — shunz / detail
  65. refactored 4-eqn IBL3 S-duct sandbox case to keep up with 3-eqn IBL3 — shunz / detail
  66. refactored 3-eq IBL3 case to compare with DBL3 on wing-body setup — shunz / detail
  67. added mitLG full-state inflow BC for 4-eqn IBL3 — shunz / detail
  68. Added an uncoupled 4-eq IBL3 flat plate BL sandbox case with manufactured qe.  Minor edits to 3-eq IBL3 BC/PDE — shunz / detail
  69. Changed default slip-sidewall BC back to zero-crossflow (from the previous adaptive formulation).  Compared 3-eq and 4-eq IBL3 on a case with crossover cp distribution — shunz / detail
  70. minor tweaking to sandbox cases — shunz / detail
  71. Removed redundant parameter in mitLG BC class — shunz / detail
  72. torpedo case cleanup — shunz / detail
  73. tweaked quadrature order for auxi and auxv equations in torpedo case. minor cleanup — shunz / detail
  74. bugfix in G variable initialization in torpedo case — shunz / detail
  75. separated PDE instantiation cpp files for 3-eqn and 4-eqn IBL3 — shunz / detail
  76. make lag equation G=0 when turned off — shunz / detail
  77. minor cleanup of sandbox case — shunz / detail
  78. added a crude restart capability for torpedo case by saving/reading DOF file — shunz / detail
  79. Added sphere/doublet option for flat plate panel method.  Refactored torpedo/sphere case I/O so that saved floating point numbers don't go below limit (s.t. they cannot be represented when read in and would cause errors). Other minor refactoring — shunz / detail
  80. ran 3D IBL3 free transition case with sphere/doublet — shunz / detail
  81. minor tweak to 4-eqn IBL3 pde. Only keep ntcrit growth source term for now. — shunz / detail
  82. minor tweak to torpedo sandbox case — shunz / detail
  83. Added an macro option to turn of amplification equation for 4-eq IBL3 (i.e. nt = 0) — shunz / detail
  84. refactored torpedo case restart capability — shunz / detail
  85. added crude restart capability for S-duct case for IBL3 (copied from torpedo). minor cleanup — shunz / detail
  86. relaxed floating-point comparison tolerance a little bit — shunz / detail
  87. refactoring duct ring sandbox case for 4-eqn IBL3 — shunz / detail
  88. minor cleanup — shunz / detail
  89. added comments to the duct ring grid — shunz / detail
  90. Added a constant full state inflow BC for 4-eqn IBL3 — shunz / detail
  91. added printout for examing duct ring surface grid — shunz / detail
  92. mucking with turbulent S-duct flow case — shunz / detail
  93. Make duct and duct ring cases the same for 4-eqn IBL3 — shunz / detail
  94. tweaked IBL3 output — shunz / detail
  95. added safety check in Qauxv 3D projection — shunz / detail
  96. minor cleanup — shunz / detail
  97. fixed a bug in 4-eqn IBL3 upwinding (i.e. R trace normal vector y-component).  Used L value by mistake and problematic only when nrmL != nrmR, e.g. in corner. — shunz / detail
  98. added commented-out print statements for debugging — shunz / detail
  99. changed default dissipation relation correction to 1 — shunz / detail
  100. changed default 3D qauxi project to use no upwinding — shunz / detail
  101. examined effect of discontinuous velocity field for 4-eqn IBL3 — shunz / detail
  102. refactored calculation of profile basis {q1,q2,nrm_bl} to allow for different formulations — shunz / detail
  103. mucked with different BL profile normal vector definition in sandbox case — shunz / detail
  104. Refactored 3D sheet quad grid for IBL3. (simplified grid contruction using XFieldLagrange. allowing for more general curved manifold grid) — shunz / detail
  105. replaced a few least-used IBL3 output — shunz / detail
  106. added an option for arc fairing for duct hex grid — shunz / detail
  107. generalize fairing from arc of circle to ellipse — shunz / detail
  108. added corner fairing option to S-duct hex grid — shunz / detail
  109. Set no fairing for duct wall surface grid — shunz / detail
  110. tried a case of uncoupled IBL on arc surface — shunz / detail
  111. fixed outdated stuff due to updates of Axisymmetric API and Field directory reorg — shunz / detail
  112. fixed too-narrow assertion. updated use of interior trace group indexing — shunz / detail
  113. file IO updates in test case — shunz / detail
  114. Played with a case with step/sigmoid function of inlet BC to show qe-based alpha is not too dissipative — shunz / detail
  115. played with 2D IBL cases to compare heuristic and corrected LF fluxes in PhD thesis — shunz / detail
  116. Add legacy VTK and Exodus metric files — galbramc / detail
  117. VTK fixes — galbramc / detail
  118. Fixed Body Force solver sensitvity — galbramc / detail
  119. Warning fixes — galbramc / detail
  120. fixed vera errors: long line — shunz / detail
  121. fixed vera errors: long line — shunz / detail
  122. updated include paths — shunz / detail
  123. updated include paths — shunz / detail
  124. removed outdated sandbox case — shunz / detail
  125. updated usage of 3D quad sheet grid's interior trace group count — shunz / detail
  126. updated pyrite files. relaxed pyrite tolerance. fixed IO file/path names — shunz / detail
  127. turned off file output — shunz / detail
  128. relaxed tolerance for intel — shunz / detail
  129. relaxed tolerance again for intel — shunz / detail
  130. Remove depricated sprintf — galbramc / detail
  131. Add cirumfirential body force — galbramc / detail
  132. Use system valgrind — galbramc / detail
  133. Fix warning — galbramc / detail
  134. Derivative calculation fixes for asymmetric body forces — galbramc / detail
  135. Suppress sanitizer odr violations. Add the ability for ugrid reader to — galbramc / detail
  136. CMake file fix — galbramc / detail
  137. Forgot to update files. Some cppcheck fixes. — galbramc / detail
  138. Update 2D SA_R to latest deffinition on TMR — galbramc / detail
  139. Fix abs with fabs — galbramc / detail

#124 (Oct 27, 2022, 4:18:29 AM)

  1. PDERANSSA3D and unit test changes for Catris model implementation from Andrew — waligura / detail
  2. changes to PDERANS3D with turbulence model implementation updates — waligura / detail
  3. actual commit for PDERANS3D that incorporates all merges — waligura / detail
  4. vera changes to the PDE and constructor changes to test cases — waligura / detail
  5. small commit to test jenkins again — waligura / detail
  6. Refactor non-symmetric body forces — galbramc / detail
  7. Compile fix — galbramc / detail
  8. Vera fix — galbramc / detail
  9. Fix warning and ping test — galbramc / detail
  10. Adjusting finite difference — galbramc / detail
  11. Smaller step size — galbramc / detail
  12. new changes to PDERANS3D to include jacobian fixes — waligura / detail
  13. small vera mistake I missed — waligura / detail
  14. Upgrade to ESP 1.20 — galbramc / detail
  15. Fix warning — galbramc / detail
  16. sansLIPAIM python fixes — galbramc / detail
  17. Fix geometry construction — galbramc / detail
  18. More ESP updates — galbramc / detail
  19. More egads fixes — galbramc / detail
  20. Add WallSlip BC for 3D RANSSA — galbramc / detail
  21. Fix last commit — galbramc / detail
  22. Fix array bounds error — galbramc / detail
  23. Add PtPolynomials to 3D PtTt BC — galbramc / detail
  24. Fix compile error — galbramc / detail
  25. Update input checks for total pressure profile — galbramc / detail
  26. Fix rotor source asymmetric normal vectors — galbramc / detail
  27. Fix last commit — galbramc / detail

#122 (Oct 6, 2022, 6:19:54 AM)

  1. Added system tests for solver interfaces — cwomack / detail
  2. Fixed errors — cwomack / detail
  3. Fixed errors (should've been in last commit) — cwomack / detail
  4. Fixed link errors — cwomack / detail
  5. Reverted CMakeLists changes — cwomack / detail
  6. Upgrade to latest refine — galbramc / detail
  7. Fix compile error — galbramc / detail
  8. One more refine fix — galbramc / detail
  9. vera fix — galbramc / detail
  10. Update CMake for ParMETIS/METIS on github. Updated to newer Find Python3. — galbramc / detail
  11. Don't write restart.meshb from refine — galbramc / detail
  12. Remove restart.meshb from refine — galbramc / detail
  13. Rework metis/parmetis build again — galbramc / detail
  14. Don't build extern libs in parallel — galbramc / detail
  15. Fix intel warning — galbramc / detail
  16. Update GKlib build and suitesparse check — galbramc / detail
  17. Forgot a file — galbramc / detail
  18. Another parmetis build fix — galbramc / detail
  19. Update cmake summary file — galbramc / detail
  20. Finally maybe — galbramc / detail
  21. Print absolute and relative PETSc tolerance — galbramc / detail
  22. Add fPIC when building GKlib — galbramc / detail
  23. More cmake fixes — galbramc / detail
  24. Remove message — galbramc / detail
  25. Maybe finally got it right... — galbramc / detail
  26. Slightly prettier formatting for PETSc history — galbramc / detail
  27. Add metis to refine libraries — galbramc / detail
  28. Added adjoint DBL to scalar function — cwomack / detail
  29. Fixed unit test tolerance issue — cwomack / detail
  30. Lowered DBL unit test tolerance — cwomack / detail
  31. Changed BOOST_CHECK to SANS_CHECK — cwomack / detail
  32. Added renat999@mit.edu to DeveloperEmailAddresses — renat999 / detail
  33. Add fourier modes for asymmetric rotor body forces — galbramc / detail
  34. Forgot a file — galbramc / detail
  35. Update test — galbramc / detail
  36. Fixes for Ubuntu 22.04. Compiler flags for IntelLLVM and relaxed tolerances. — galbramc / detail
  37. Fix permissions — galbramc / detail
  38. Intel and gnu12 fixes — galbramc / detail
  39. Add missing instantiations — galbramc / detail
  40. More link error fixes — galbramc / detail
  41. One more missing instantiation — galbramc / detail
  42. Relax tolerance for intel — galbramc / detail
  43. Put calculateStroudQuadrature in SANS namespace — galbramc / detail

#120 (Sep 1, 2022, 3:29:00 PM)

  1. added 3D entropy variables for Euler/NS — allmaras / detail
  2. flipped output_stream flag to true (thought this was down with last commit, but not) — allmaras / detail
  3. unit tests for Robin_sansLG BCs for 3D NS — allmaras / detail
  4. removed const reference for interior trace groups member data and made it a copy; — allmaras / detail
  5. added option to return success flag if max number of iterations are reached without converging; — allmaras / detail
  6. added interface for derivedSurfaceQuantity with parameter — allmaras / detail
  7. typo fixes in Pointwise tcl script — allmaras / detail
  8. modified (solution error)^2 to use dot product; now allows general ArrayQ<T> solution — allmaras / detail
  9. mod: VectorFunction -> ArrayFunction — allmaras / detail
  10. inviscid Joukowski with interface to Pointwise — allmaras / detail
  11. fixed lines that were too long — allmaras / detail
  12. fixed promote_Surreal bug (only showed up for USE_GRID_LAPLACIAN) — allmaras / detail
  13. Vector -> Array fix to be consistent with new Array*Function nomenclature — allmaras / detail
  14. added Array2Function2D class (2-component, each an analytic function) with unit test; — allmaras / detail
  15. added PyDict options for xz and yz angle offsets for 3D corner singularity — allmaras / detail
  16. Fixes for running Joukowski with avro and refine — galbramc / detail
  17. 1st shot at cylindrical/axisymmetric; added template Axes to all ElementXField* classes — allmaras / detail
  18. bug fix — allmaras / detail
  19. completed Field/Element subdirectory; unit tests all pass; commented out 2 curvilinear — allmaras / detail
  20. refactor Field directory, creating Field_DG, Field_EG, XField subdirectories; — allmaras / detail
  21. reconciling rest of code base with Field directory refactoring and Axes in ElementXField*; — allmaras / detail
  22. remainder of code changes needed for Field directory restructuring and ElementXField Axes templating; — allmaras / detail
  23. changes to unit-test libraries needed for all low-level unit_*_build; currently, — allmaras / detail
  24. renamed class & files. re-org include.  started a LIP+IBL3 sandbox case by copying over FP-IBL3 — shunz / detail
  25. refactored some explicit instantiations for better generality and less tedious code — shunz / detail
  26. use MatrixS_or_T instead of MatrixS to account for the case of MatrixQ=Real — shunz / detail
  27. rename/reorg files/classes to remove FullPotential 3D specificity from Auxv equation implementation — shunz / detail
  28. Relocated Matrix PDE_Qauxi typedef into PDE class in lieu of integrand class — shunz / detail
  29. make a method protected as it is not a necessary API for mitLG BC — shunz / detail
  30. Add comments.  Make basis functions class members to reduce re-allocating memory during operator calls — shunz / detail
  31. Refactored LIP PDE to prep it to be run with coupled IBL3.  Added Dirichlet_mitLG BC for LIP — shunz / detail
  32. Replaced tedious & repetitive block matrix instantiation statements with macro definitions. Added explicit instantiations for MatrixBlock_4x4 for LIP-IBL3 coupling — shunz / detail
  33. Replaced tedious & repetitive block matrix instantiation statements with macro definitions. Added explicit instantiations for MatrixBlock_4x4 for LIP-IBL3 coupling — shunz / detail
  34. fixed some lingering merge conflicts — shunz / detail
  35. refactored miscellaneous unit tests. added missing explicit instantiation for 4x4 block matrix — shunz / detail
  36. added option of Dirichlet_mitLG for LIP test --> result matches LinearScalar_sansLG, so not need bother with mitLG — shunz / detail
  37. minor cleanup — shunz / detail
  38. add state validity check assertions for Auxv projection integrand class — shunz / detail
  39. refactored LIP BC and PDE to enable coupled LIP-IBL3 test case to run — shunz / detail
  40. simply renamed some variables for brevity — shunz / detail
  41. speed up LIP-IBL3 run by initializing with Falkner-Skan solution and solving IBL3 in uncoupled mode — shunz / detail
  42. make IBL3 LF vs Full upwind flux choice a runtime decision — shunz / detail
  43. fix typos that caused compile errors — shunz / detail
  44. add unit tests to 4-equation 3D IBL PDE — shunz / detail
  45. add explicit instantiation — shunz / detail
  46. set minimum IBL output field order to be 1 — shunz / detail
  47. mods to top level libraries list so 'make unit_build' now successfully works — allmaras / detail
  48. add/refactor explicit instantiations — shunz / detail
  49. removed some library coupling by moving Field/Partition to Field/XField/Partition — allmaras / detail
  50. fixed issues with uninitialized data in boundary integand, which became a problem due to recent refactoring to 3D LIP BC (i.e. swtich from assignment to cumulation in data(...)).  Some other fixes to compile warnings — shunz / detail
  51. Implementing N wave problem for Burgers using Advection Diffusion — cwomack / detail
  52. Removed one variable. — cwomack / detail
  53. Tried a few more duct geometries for IBL3 — shunz / detail
  54. fix for messed up merge conflict — allmaras / detail
  55. fix typo in comments — shunz / detail
  56. fix for messed up merge conflict — allmaras / detail
  57. added template Axes to XField — allmaras / detail
  58. Added Darmofal changes to Nwave code. — cwomack / detail
  59. added checks on SANS_AVRO and SANS_REFINE — allmaras / detail
  60. More changes — cwomack / detail
  61. Changed OutputNDConvert to match Dave's — cwomack / detail
  62. add a manifold (area) grid based on four sides of a box that form a ring — shunz / detail
  63. Added deanna.sewell@colorado.edu to DeveloperEmailAddresses — deanna.sewell / detail
  64. add to unit tests of BoxBoundaries grid (duct ring) — shunz / detail
  65. reverted OutputCell_SolutionErrorSquared to its former functionality (input is Real/VectorS, — allmaras / detail
  66. Added mitStateSpaceTime BC for 1D Advection Diffusion — cwomack / detail
  67. sans-Lagrange adiabatic & isothermal no-slip BCs for NS — allmaras / detail
  68. relaxed tolerance on unit test — allmaras / detail
  69. modified speedCharacteristic for AD with zero advective flux — allmaras / detail
  70. refactoring of BoxBoundary grid: group indexing and area_cell to volume_boundary mapping — shunz / detail
  71. add a test case of LIP-IBL3 for IBL3 on a duct ring (i.e. 4 side walls of a box) — shunz / detail
  72. added sans-Lagrange no-slip BC types to 2D NS — allmaras / detail
  73. added Axes consistency check between NDPDE's and XField's in AlgebraicEquationSet's; — allmaras / detail
  74. MatrixS_MatMul instantiations needed for sans-Lagrange no-slip BCs for NS — allmaras / detail
  75. fixed includes, etc, in sandbox to be consistent with Field refactoring and ElementXField<...Axes>; — allmaras / detail
  76. Explicitly only use one OpenMP thread for PETSc with MPI — galbramc / detail
  77. mat-mul needed for sans-Lagrange no-slip BCs for NS — allmaras / detail
  78. minor refactoring — shunz / detail
  79. added IO files for sans-Lagrange no-slip BCs for NS — allmaras / detail
  80. playing with laminar and turbulent cases for LIP+IBL3 — shunz / detail
  81. minor cleanup — shunz / detail
  82. Turned off full jacobian ping test for 3-eq IBL Quad.  Also some minor clean. — shunz / detail
  83. Correction to last commit message: should be "Turned ON full test" — shunz / detail
  84. changes to HDG FieldWeighted integral for sans-Lagrange no-slip BCs for NS; note — allmaras / detail
  85. Added deltaRef for body force viscous terms — galbramc / detail
  86. some cleanup on panel-IBL3 sandbox case — shunz / detail
  87. Add missing includes — galbramc / detail
  88. Forgot a file — galbramc / detail
  89. Separate constant and quadratic body force viscous terms — galbramc / detail
  90. fixed compile error and warning — shunz / detail
  91. Turned on full jacobian ping test for coupled panel+IBL3 (3-eq) — shunz / detail
  92. Turned on more jacobian ping test — shunz / detail
  93. Fix link error — galbramc / detail
  94. Fix Newton iteration separator — galbramc / detail
  95. Update unit test — galbramc / detail
  96. refactored panel-IBL3 case running setup — shunz / detail
  97. Output IBL results of mass defect flux in lieu of dummy output of qz_X — shunz / detail
  98. bug fix: consistent definition of w and b fields in FieldWeighted — allmaras / detail
  99. Refactored sandbox case setup: panel-IBL3, LIP-IBL3 — shunz / detail
  100. Forgot to suppress one output — galbramc / detail
  101. Return results from Constrained body force solver — galbramc / detail
  102. fix style — shunz / detail
  103. refactor and unit test Auxv equation for 3D flate plate panel — shunz / detail
  104. minor cleanup — shunz / detail
  105. Refactor Auxv equation of 3D flat plate panel method to allow for CG p1 qauxvfld for better DOF efficiency — shunz / detail
  106. Fix bug in deltaRef reduction process — galbramc / detail
  107. fix warning messages — allmaras / detail
  108. minor cleanup — shunz / detail
  109. bug fix: 3D panel method with triangle panels was computing panel area wrongly by double-multiplying reference area.  Added unit tests for this panel method — shunz / detail
  110. fix compile errors caused by typos and lag behind previous  refactoring — shunz / detail
  111. fix style for Vera check — shunz / detail
  112. minor cleanup of sandbox case — shunz / detail
  113. more warning messages — allmaras / detail
  114. fix warnings: comparing int and size_t in for loop — shunz / detail
  115. relaxed tolerance for intel — shunz / detail
  116. fix duplicated BOOST test suite names — shunz / detail
  117. Allow for no-wall distance functions — galbramc / detail
  118. Support 3D Q2 meshes with libMeshb — galbramc / detail
  119. changed full upwind back to using momentum flux correction by default — shunz / detail
  120. Fix warning — galbramc / detail
  121. further reconciling merged code (mostly Shun's coupled FP/IBL code); 'unit_build' now succeeds — allmaras / detail
  122. more reconcilliation of merge conflicts, etc — allmaras / detail
  123. More changes to get Nwave boom propagation working — cwomack / detail
  124. Redid unit test for nwave — cwomack / detail
  125. added Shun's coupled LIP/IBL cases to skip list as they have undefined references on clang 3.8 — allmaras / detail
  126. moved files into Field_DG subdirectory — allmaras / detail
  127. Use KSPGMRESModifiedGramSchmidtOrthogonalization which is slower but more stable — galbramc / detail
  128. Format fix — galbramc / detail
  129. Relax tolerance — galbramc / detail
  130. fixed undefined symbol/linking errors.  static const member needs to be define in cpp, strictly speaking.  clang compiler was rigorous enough to catch this, although gnu lets it pass... — shunz / detail
  131. fixed compile warnings about comparing int and unsigned int — shunz / detail
  132. First attempt at extracting Profile Loss for body forces — galbramc / detail
  133. add unit tests for better coverage — shunz / detail
  134. Forgot to update checkInputs — galbramc / detail
  135. More profile loss fixes — galbramc / detail
  136. Use Yuankang Chen data fit value for body force delta**2 term — galbramc / detail
  137. Fixes for profile loss — galbramc / detail
  138. Cppcheck suppressions and Profile loss computed at constant radius — galbramc / detail
  139. One more try at profile loss — galbramc / detail
  140. just renaming — shunz / detail
  141. Start removing perturbed stuff — galbramc / detail
  142. cppcheck fix and suppression — galbramc / detail
  143. clang analyzer fixes — galbramc / detail
  144. Fix cppcheck suppression — galbramc / detail
  145. add derivative calculation for IBL3 laminar eigen-analysis — shunz / detail
  146. More cppcheck fixes — galbramc / detail
  147. More body force output functionals — galbramc / detail
  148. switched to constant density gas model for IBL — shunz / detail
  149. Remove lienar VMSD and perturbed functions — galbramc / detail
  150. Relax tolerance — galbramc / detail
  151. added sansBOOM PDE directories; added standard atmosphere — allmaras / detail
  152. merge conflicts with includes — allmaras / detail
  153. Remove _NL VMSD suffix — galbramc / detail
  154. Relax timing — galbramc / detail
  155. fixed vera squawk — allmaras / detail
  156. refactoring to to keep up with the constant-density gas model in IBL3 — shunz / detail
  157. Enable output functionals on BodyForce LE/TE surfaces — galbramc / detail
  158. Fix body force relative output functionals — galbramc / detail
  159. Relax tolerance — galbramc / detail
  160. Realxer tolerance — galbramc / detail
  161. more refactoring to to keep up with the constant-density gas model in IBL3 — shunz / detail
  162. Turbulence model constructor and unit test formatting changes. Functional SA-Catris models and framework for SA-LRe and SA-R models as well. — waligura / detail
  163. minor compile error/warning fix — shunz / detail
  164. Pulling in updates for the asymptotically consistent error estimate in VMSD. PDEs have gained an additional typedef, the type of the consistent part of the PDE. This is just the PDEs type for almost all PDEs. New PDE types have been added for using the asymptotic consistency correction for Euler/NS/RANSSA with sensor based artificial diffusion (the originals have been retained for the time being). Updates to the problem interface and the error estimation classes for VMSDBR2 have also been made. Using the asymptotically consistent correction requires some additional data, but the interface for problems not needing that functionality are unchanged. — blsc / detail
  165. updated pyrite files — shunz / detail
  166. Cleaned up AVSensor_Source2D.h a little bit to remove some unused code. — blsc / detail
  167. Missed vera warning — blsc / detail
  168. Forgot to turn off verbose and file output — shunz / detail
  169. Missed another vera warning — blsc / detail
  170. relaxed tolerance — shunz / detail
  171. Fix so 2D avro works for wirebody — galbramc / detail
  172. removed reference (&) for meshing parameter vector — allmaras / detail
  173. Added a N-S case of laminar BL — shunz / detail
  174. added velocity integral output — allmaras / detail
  175. Fixed the remaining clang and gnu11 compiler warnings. — blsc / detail
  176. template parameter modification for grid-Laplacian and minor edits — allmaras / detail
  177. cleaned up NS laminar BL sandbox case — shunz / detail
  178. Separated findElement() function into a dedicated file — shunz / detail
  179. Refactored findTraceElement to use simple bounding box check without resorting to the kd-tree hammer...  Added unit test — shunz / detail
  180. Refactor Homotopy so it can be used with any PDE — galbramc / detail
  181. Fix warnings — galbramc / detail
  182. Expose Viscous body force coefficients as user inputs — galbramc / detail
  183. Nightly fixes — galbramc / detail
  184. Added BL profile extraction capability to a NS sandbox case — shunz / detail
  185. Refactored 3D Tet flat plate grid.  Added mutable access to AES in solver interface (but only able to use it by commenting out exception).  More refactoring to NS laminar BL sandbox case — shunz / detail
  186. minor cleanup of sandbox case — shunz / detail
  187. negated lapse rates for standard atmosphere -- now definition consistent with official data — allmaras / detail
  188. fixed warnings: size_t vs int — shunz / detail
  189. turned off projection between different grids when doing solution sequencing because it does not work due to (probably) a bug... — shunz / detail
  190. Fix mistake in body force — galbramc / detail
  191. Change some QCR variable types in PDERANS and other formatting changes for successful make check. Updated PDERANS and b_test to be consistent with current changes on develop — waligura / detail
  192. fixed warnings: size_t vs int — shunz / detail
  193. bug fix in user input — shunz / detail
  194. make NS solution interpreters more consistent between rho-p and rho-T — allmaras / detail
  195. fixed style. minor tweak in PETSc setup in a test case — shunz / detail
  196. Refactored grid and test case for NS LamiBL — shunz / detail
  197. Changes to diffusionViscous and diffusionViscousGradient unit tests to check Catris variations. Still working on the formatting but will push this version for now — waligura / detail
  198. added ORNL MMS function — allmaras / detail
  199. Pushing again with vera changes. Something seems to be up with my vera check — waligura / detail
  200. Another vera message I did not see before sending — waligura / detail
  201. Relaxed convergence tolerance in a test case — shunz / detail
  202. Further formatting changes to PDERANS and another vera error I missed initially — waligura / detail
  203. Further formatting changes fixing most of the alignment issues and getting rid of the -= — waligura / detail
  204. fixed bug in std::vector initialization for standard atmosphere class — allmaras / detail
  205. Refactored BL sampling function in NS LamiBL test case — shunz / detail
  206. Add ddelta dump for RotorSource — galbramc / detail
  207. Fix warning — galbramc / detail
  208. Working Changes: Finalized AD Burgers test case for boom propagation — cwomack / detail
  209. Small cleanup — galbramc / detail
  210. Remove output_grm — galbramc / detail
  211. 1st pass at exact ray path for sansBOOM — allmaras / detail
  212. Wording changes to SATurbModel and shortening of nonc variables — waligura / detail
  213. Fixed long line.  Separated functions into a cpp file — shunz / detail
  214. Fixed compile and linker errors in findTraceElement(...) — shunz / detail
  215. Added support for S-shaped duct geomerty in flat plate grid in 3D — shunz / detail
  216. adding in the first go at untest SA_R and SA_LRe modifications for 2D. Also making sure all pushes are going through before moving on. — waligura / detail
  217. fixed file I/O mode — shunz / detail
  218. added check for file I/O — shunz / detail
  219. Added a sin duct geometry for IBL3 sandbox case — shunz / detail
  220. Initial commit of sansBOOM PDE implementation with the advective and viscous terms defined — darmofal / detail
  221. refactored Flux_mitState BC implementation for IBL3 to use fluxNormal() instead of evaluating it in the integrand class — shunz / detail
  222. Minor fixes for artificial viscosity — galbramc / detail
  223. Turned on mitLG Dirichlet BC for LIP-IBL3 case at inlet.  Fixed buggy isValidState check that checks uninialized boundary state qB — shunz / detail
  224. Initial implementation of sansBOOM BCs and Adapt2D_DGBR2_sansBOOM_toy — darmofal / detail
  225. Forgot to commit a few lines — shunz / detail
  226. Some more edits to sansBOOM PDE/BC implementation — darmofal / detail
  227. Changed default xtr parameter in IBL transition model from max Real (causing floating point overflow error) to 1e5 — shunz / detail
  228. Fixed (1) division by zero in cut-cell natural transition and (2) unit test for default xtr value — shunz / detail
  229. Still not compiling.  Pushing to allow Marshall to look at N=1 issue — darmofal / detail
  230. Initializing a variable in jacobianFluxViscous correctly — waligura / detail
  231. Allow PDE to use ArrayQ = VectorS<1,T> — galbramc / detail
  232. Homotopy dict fixes — galbramc / detail
  233. Final changes to LocalLaxFriedrichs1D flux function and AD Burgers toy — cwomack / detail
  234. Remove GLPK — galbramc / detail
  235. Missed one — galbramc / detail
  236. Pushing current version of sansBOOM to repo — darmofal / detail
  237. Enable 3D sourcePositivity for NS and RANSSA — galbramc / detail
  238. Most recent mods to sansBOOM implementation — darmofal / detail
  239. Removed changes to Lagrange Triangle — cwomack / detail
  240. Fix compile error — galbramc / detail
  241. Fixed Robin boundary condition for Euler/NS/RANSSA with sensor equation. Updated unit tests to reflect fix. — blsc / detail
  242. Compile fixes — galbramc / detail
  243. Another compile fix — galbramc / detail
  244. Corrected Vera errors — cwomack / detail
  245. More compile fixes — galbramc / detail
  246. Fix consistency test — galbramc / detail
  247. Modified Discretization unit tests to be consistent with linesearch — cwomack / detail
  248. Removed unused variable and changed abs -> fabs — cwomack / detail
  249. Fix parallel HField calculations. Fix couchmanMatrix for RANS. Cleanup Homotopy. Add the abilty to only get possessed DOF even for Statically Condensed systems. — galbramc / detail
  250. Fix compile errors — galbramc / detail
  251. Added updated VMSDBR2 projection. Default is off. To turn on define USE_FULLSPACE_PRJECTION_METHOD_2 at the top of your sandbox case. — blsc / detail
  252. sansBOOM PDE, BC, Output implementation for DGBR2 with advection and diffusion terms — darmofal / detail
  253. Adding two generalized cases to the sandbox to deal with gaps in avro use and SA RANS for adiabatic and isothermal flows. Will be good to keep these consistent with future homotopy and RANS changes — waligura / detail
  254. Removing flatplate xfld mesh option — waligura / detail
  255. removing xfield definition in supersonic case too — waligura / detail
  256. Fixed some missing instantiations needed for sansBOOM — darmofal / detail
  257. A couple more instantiations added... this time because the intel compiler was complaining (though the other compilers were fine... ARGH) — darmofal / detail
  258. Adjusting slightly tolerance on unit tests — darmofal / detail
  259. Updates to BDF time marching to allow ramping of integration order to provide the needed order-dependent past data — deanna.sewell / detail
  260. further merge conflicts — allmaras / detail
  261. mat-mul instantiations needed for sansBOOM — allmaras / detail
  262. Modified line search test and removed residual dat file — cwomack / detail
  263. Cleanup BCmitAVsensor — galbramc / detail
  264. Forgot new files — galbramc / detail
  265. Allow Homotopy to use pre-defined BCVectors — galbramc / detail
  266. Make AVSensor_Source_VMSD_SPD consistent between 2D and 3D — galbramc / detail
  267. Fix compile errors — galbramc / detail
  268. vera fix — galbramc / detail
  269. Fix test for parallel — galbramc / detail
  270. Cleanup file dump — galbramc / detail
  271. Use Metric to compute HField_DG instead of size/perimiter — galbramc / detail
  272. Add ResidualNorm_InvJac_DOF_Weighted to VMSDBR2 — galbramc / detail
  273. Revert last change — galbramc / detail
  274. Fix compile error, and more verbose assertion — galbramc / detail
  275. Update unit tests — galbramc / detail
  276. Another unit test update — galbramc / detail
  277. Add ImpliedMetric for Line 2D element. — galbramc / detail
  278. Fix unit test — galbramc / detail
  279. Use SANS_CHECK_CLOSE — galbramc / detail
  280. Remove Burgers PDE — galbramc / detail
  281. SUPG/GLS/VMS tau code clean-up; added unit tests for P2 and P3 — allmaras / detail
  282. Add dict function to DictKeyPair — galbramc / detail
  283. Added Axisymmetric DBL scalar function in 2D with unit tests — cwomack / detail
  284. Added vera exclusion for ScalarFunction2D — cwomack / detail
  285. Updates to sansBOOM including improved IC implementation including ability to read nearfield from a file and also more unit tests — darmofal / detail
  286. Compressible mechanical power calculation — galbramc / detail
  287. Missing a newline at end of ICsansBOOM.cpp.  Fixed. — darmofal / detail
  288. Added Axisymmetric flux functions + unit tests — cwomack / detail
  289. Missing a return statement — darmofal / detail
  290. Found sign error in upwind flux in sansBOOM. — darmofal / detail
  291. Fix compile error and warnings from new clang on macOS — galbramc / detail
  292. Relax tolerance — galbramc / detail
  293. Another warning fix — galbramc / detail
  294. A few more warning fixes — galbramc / detail
  295. More warning fixes for new clang — galbramc / detail
  296. One more warning fix — galbramc / detail
  297. Remove boost libary from external and add it to gitignore — galbramc / detail
  298. More cleanup — galbramc / detail
  299. Updates to BDF time marching to allow ramping of integration order to provide the needed order-dependent past data — deanna.sewell / detail
  300. modified ODE definition for high-Re version of SA for incompressible RANS — allmaras / detail
  301. Mechanical power correction — galbramc / detail
  302. Another mechanical power correction — galbramc / detail
  303. Remove Sensor template from AVSensor_Source3D_PressureGrad — galbramc / detail
  304. moved typedef HType to eliminate un-used typedef warning when USE_GRID_LAPLACIAN turned on — allmaras / detail
  305. Fix compile error — galbramc / detail
  306. Return delta's for both LE and TE edges for BodyForces — galbramc / detail
  307. Add Deviation Angle Square output function for Body Forces — galbramc / detail
  308. Missing include — galbramc / detail
  309. More compile fixes — galbramc / detail
  310. Fix compile warnings — galbramc / detail
  311. Revert MechanicalPower calculation. Fix InteriorTrace partitioning for JacobianFunctionalInteriorTrace. Fixes for body force optimization. — galbramc / detail
  312. Use consistent limited gradients in PrimitiveSurrogate_btest — galbramc / detail
  313. Fix warnings — galbramc / detail
  314. Verbose output for computing BodyForce gradients — galbramc / detail
  315. Compile fix for using grid laplacian — galbramc / detail
  316. Fix PETSc/TAO deprecation warnings — galbramc / detail
  317. Update to supersonic test case — waligura / detail
  318. Working supersonic case for develop — waligura / detail
  319. Try again to see if tests time out — waligura / detail
  320. Add CompressiblePower calculation — galbramc / detail
  321. Additional unit tests for new sensor with RANS. Found and fixed a few bugs in PDERANSSA2D and PDEEuler3D. Cleaned up solver interface for VMSD-BR2 somewhat. More unit tests and tidy up to come. — blsc / detail
  322. Add another quadratic viscous term to Body Force model — galbramc / detail
  323. Updated surface flux writer for tecplot (VMSDBR2 specific). Added developer exceptions in to the Euler with artificial diffusion space-time calls since they're not unit tested. — blsc / detail
  324. Add 8th order term to Body Forces — galbramc / detail
  325. Added the ability to specify is artificial diffusion should be applied to SA equation at run time. More unit tests. Caught a few more bugs. — blsc / detail
  326. More BodyForce output functionals — galbramc / detail
  327. Add vera exclusions — galbramc / detail
  328. Warning fixes — galbramc / detail
  329. Properly ignore ._ files in CMake — galbramc / detail
  330. Missing override keyword in SolverInterface_VMSD_BR2. ErrorOrder_2D_VMSDBR2_Triangle_AD_btest runs in serial (communicator is split and each rank runs independently). — blsc / detail
  331. One more warning fix — galbramc / detail
  332. Warning shows up in GNU 8 — galbramc / detail
  333. Fix warning — galbramc / detail
  334. Relax tolerances for intel — galbramc / detail
  335. needsSolutionGradient set to true for EntropyPower functional — galbramc / detail
  336. Add Entropy to rotor output — galbramc / detail
  337. Updated tolerance for intel in AVSensor_Source3D_Euler_btest — blsc / detail
  338. Fix EntropyPt calculation. Remove old Euler3D source test. — galbramc / detail
  339. added gradients for standard atmosphere — allmaras / detail
  340. added isothermal atmosphere model — allmaras / detail
  341. added speed of sound to atmospheric models — allmaras / detail
  342. Relax tolerances for intel — galbramc / detail
  343. More relaxed intel tolerances — galbramc / detail
  344. One more method for VMSD data transfer — galbramc / detail
  345. Stabilized output for PV functional — galbramc / detail
  346. First draft of Axisymmetric DBL problem, vera not working, may require multiple commits to get through jenkins — cwomack / detail
  347. Fixed scope issues — cwomack / detail
  348. Removed untested upwind option from isothermal walls in PDENavierStokes2D. It did not seem to be being used by any sandbox case or test. — blsc / detail
  349. fixed vera errors — cwomack / detail
  350. Actually remove the code related to the upwind flag. — blsc / detail
  351. added output axisymmetric unit tests — cwomack / detail
  352. Changed unit test tolerance — cwomack / detail
  353. Generalized axisym DBL for any z0 z1 — cwomack / detail
  354. fixed vera errors — cwomack / detail
  355. Add asymmetric term for rotor source — galbramc / detail
  356. Fix compile errors — galbramc / detail
  357. Fix bug in last commit — galbramc / detail
  358. Cleanup sourcePositivity — galbramc / detail
  359. Work around more floating point issues — galbramc / detail
  360. More precision cleanup for AV source — galbramc / detail
  361. Fogot a file — galbramc / detail
  362. Allow setting critical surrogate values in 3D — galbramc / detail
  363. Fix compile error — galbramc / detail
  364. Compiler error and warning fixes — galbramc / detail
  365. Make outer diffusion positvity source consisent with inner — galbramc / detail
  366. Warning and tolernace fixes — galbramc / detail
  367. Fix compile error — galbramc / detail
  368. Cleanup 2D PressureGrad sensor — galbramc / detail
  369. Relax tolerance — galbramc / detail
  370. Change BDF routine to allow the order to ramp up when there is not enough past data and change the affected unit, system, and sandbox tests. — deanna.sewell / detail
  371. Missed one — galbramc / detail
  372. Missed one more — galbramc / detail
  373. fixed typos — deanna.sewell / detail
  374. Relax tolerance — galbramc / detail
  375. merge conflicts — allmaras / detail
  376. Consistent 3D positvity source with Ben's thesis — galbramc / detail
  377. Add asymmetric sensitvities for body forces. Some more cleanup of shock capturing. — galbramc / detail
  378. Make PDEmitAVDiffusionOuter2D.h consistent — galbramc / detail
  379. Fix warning and typo — galbramc / detail
  380. Relax tolerance and fix warning — galbramc / detail
  381. One more tolerance relaxation — galbramc / detail
  382. incorporated Axes into integrand classes primarily via PDE::Axes — allmaras / detail
  383. Add parameters to rotate body force normal field — galbramc / detail
  384. Forgot instantiation — galbramc / detail
  385. Make lifting operator calculation lazy to prevent computing lifting operators in isValidState. Homotopy fix for negative lambda. Charachteristic SupersonicOutflow in 2D. Dirichlet NoSlip BC for Sensor PDE. Some cleanup of MatrixS_Diag. — galbramc / detail
  386. Fix test for last commit — galbramc / detail
  387. Fix for lazy lifting operator calculations — galbramc / detail
  388. standard atmo: moved non-templated functions to *.cpp file — allmaras / detail
  389. stupid tabs!! — allmaras / detail
  390. namespace needed in cpp file — allmaras / detail
  391. Fix for turning off USE_CORRECTION_TERM — galbramc / detail
  392. removed DeveloperException check for hessians of density-temperature primitive vars — allmaras / detail
  393. Another correction to turning off USE_CORRECTION_TERM — galbramc / detail
  394. Relax tolerance — galbramc / detail
  395. Only compute lifting operatos if setSolutionField is called. Needed for proper error estimates. — galbramc / detail
  396. ray path for single layer; tested for both isothermal and linear temperature layers — allmaras / detail
  397. More intel tolerance relaxing — galbramc / detail
  398. Remove DeveloperException check — galbramc / detail
  399. Use implied metric in cost calculation for isotropic optimization — galbramc / detail
  400. new adaptation script for Pointwise; also hard-coded viscous layers parameters — allmaras / detail
  401. Relaxier tolerance — galbramc / detail
  402. some machines need cmath; not mine — allmaras / detail
  403. fixed line length issue — allmaras / detail
  404. Another tolerance relaxation — galbramc / detail
  405. Intel... — galbramc / detail
  406. Intel... — galbramc / detail
  407. removed class Cartesian, Cylindrical, Axisymmetric from SANSnumerics.h and all *.h, *.cpp files; — allmaras / detail
  408. added simplified form of d(y)/d(phi) for ray path (linear temperature layer) — allmaras / detail
  409. added parameters pwFilename and glfFilename to Pointwise PyDict — allmaras / detail
  410. made inviscid Joukowski case consistent with pwFilename/glfFilename Pointwise PyDict parameters — allmaras / detail
  411. added pwFilename for Pointwise PyDict parameter — allmaras / detail
  412. more pwFilename Pointwise param changes for 3D L2 projection — allmaras / detail
  413. relaxed tolerance on area test for raypath — allmaras / detail
  414. relaxed tolerance on test for DG-to-CG projection — allmaras / detail
  415. Updates to RotorSource viscous losses — galbramc / detail
  416. Update RotorSource viscous formulation. Update build for avro. — galbramc / detail
  417. Forgot a file — galbramc / detail
  418. Re-enable BodyForce constrained solver — galbramc / detail
  419. XField includes for meshing — allmaras / detail
  420. XField includes for meshing: missed one — allmaras / detail
  421. XField includes for CAPS user interface — allmaras / detail
  422. more XField includes — allmaras / detail
  423. more XField includes — allmaras / detail
  424. more Field includes — allmaras / detail
  425. DistanceFunction template arguments for BodyForceSolver — allmaras / detail
  426. more XField includes — allmaras / detail
  427. missing Axes template in AlgebraicEquationSet_Debug for sandbox codes; — allmaras / detail
  428. Add dumpTecplotBodyForce to BodyForceSolver — galbramc / detail
  429. separate definitions needed for static const's in structs/classes (there — allmaras / detail
  430. removed troublesome sandbox cases from no-compile list; now list is back — allmaras / detail
  431. reconciled undefined references (mostly new libraries due to re-org of Field directory) — allmaras / detail
  432. Forgot a file and fix a warning — galbramc / detail
  433. One more warning fix — galbramc / detail
  434. more reconciling library dependencies; XField includes — allmaras / detail
  435. reconcile undefined references in sandbox cases — allmaras / detail
  436. reconciling undefined XField references — allmaras / detail
  437. added MPI fixture to all Field subdirectory unit tests — allmaras / detail
  438. WAG (since I can't recreate the problem locally): included XField_impl.h — allmaras / detail
  439. oops: got to get the correct include directory... — allmaras / detail
  440. reconcile undefined references — allmaras / detail
  441. reconcile undefined references — allmaras / detail
  442. added spaces; just something to make a new commit — allmaras / detail
  443. Add radial coefficients for body force viscous dissipation — galbramc / detail
  444. Forgot a file and fix a warning — galbramc / detail
  445. Forgot more files — galbramc / detail
  446. Forgot to update a test — galbramc / detail
  447. Fix body force convergence tolerance specification — galbramc / detail
  448. Add TtRel output for body forces — galbramc / detail
  449. Axisymmetric AD capabilities modified and added — cwomack / detail
  450. Added new axisymmetric output functionals — cwomack / detail
  451. Dump body force information on interior groups — galbramc / detail
  452. Fix last commit — galbramc / detail
  453. Fixed vera error — cwomack / detail
  454. added specified velocity to adiabatic and isothermal NS BCs; — allmaras / detail
  455. Fixed vera errors — cwomack / detail
  456. Tq, Tg parameters for BC normal flux — allmaras / detail
  457. added quadratureOrder() member function — allmaras / detail
  458. added UseSchurComplement template parameter for globally constrained systems — allmaras / detail
  459. add 2nd option for globally constrained AES that uses a direct global solve — allmaras / detail
  460. compile-time check & dump of types — allmaras / detail
  461. Add more output functionals for RotorSource — galbramc / detail
  462. Add vera exclusion — galbramc / detail
  463. Fixed vera errors — cwomack / detail
  464. added 2D triangle test for VMSD-BR2 cell integrand and residual, including VectorD<ArrayQ> interfaces — allmaras / detail
  465. Add PtRot and Kr3 for body forces — galbramc / detail
  466. Jenkins script fix — galbramc / detail
  467. Remove all of ntref from RANSSA. Add 3D SA-R term. — galbramc / detail
  468. Fix compile errors and upgrade NLOPT to 2.7.1 — galbramc / detail
  469. Another compile fix — galbramc / detail
  470. More compile fixes — galbramc / detail
  471. added 2D FieldWeighted integrand/integral tests for VMSD-BR2 — allmaras / detail
  472. modifications to VMSD-BR2 needed for global constraints — allmaras / detail
  473. instantiations needed for global constraints without Schur complement solve (i.e. direct solve on flattened matrix) — allmaras / detail
  474. modifications needed for global constraints with direct solve of flattened global matrix — allmaras / detail
  475. added matrix write during initialization — allmaras / detail
  476. compressible lid-driven cavity flow with global mass constraint (stabilized CG and VMSD-BR2) — allmaras / detail
  477. Add error functions erf and erfc to Surreal — galbramc / detail
  478. Corrections for intel — galbramc / detail
  479. Add tolerance for intel error function Surreal tests — galbramc / detail
  480. added back in a 3-parameter template for FunctionalCell_Galerkin_impl — allmaras / detail
  481. vera line length squawk — allmaras / detail
  482. added differential multiplier (r in r*dr*dz for Axisymmetric) to all ElementXFields — allmaras / detail
  483. incorporated differential weight (r in r*dr*dz for Axisymmetric) to all integrals — allmaras / detail
  484. Make camberlines constant radius for RotorSource. Other rotor source fixes. — galbramc / detail
  485. Undo file rename — galbramc / detail
  486. added unit tests for GalerkinWeightedIntegral & GalerkinWeightedIntegral_New — allmaras / detail
  487. added differential multiplier to integrations for FP and LIP Kutta condition (even though these are expected to be Cartesian) — allmaras / detail
  488. initial creation of 2-D axisymmetric Euler/NS PDE & BC classes; Roe upwinding — allmaras / detail
  489. bug fix in normal flux for no-slip adiabatic BC with moving wall (energy flux — allmaras / detail
  490. bug fix in normal flux for 2D no-slip, adiabatic BC with moving walls (energy is — allmaras / detail
  491. typo fix — allmaras / detail
  492. XField template modifications required for successful build of Axisymmetric — allmaras / detail
  493. modified calls to XField2D_Box_Triangle_X1 to reflect that it is now templated (with default Axes=Cartesian) — allmaras / detail
  494. instantiations needed for axisymmetric globally constrained (size 5 systems) — allmaras / detail
  495. member function additions/changes needed for axisymmetric ND convert — allmaras / detail
  496. adding some missed logic — deanna.sewell / detail
  497. Add skin friction output for body forces — galbramc / detail
  498. added BDF routine modifications that were staged but not included in previous commit — deanna.sewell / detail
  499. Compile fix — galbramc / detail
  500. Actual correct wall shear stress calculations. — galbramc / detail
  501. Forgot a file — galbramc / detail
  502. fixed a compile warning — deanna.sewell / detail
  503. vera fix — galbramc / detail
  504. Warning and unintialized data fixes — galbramc / detail
  505. Reformatted test cases, fixed hierarchical if statement — cwomack / detail
  506. Initialize blockage to 1 — galbramc / detail
  507. all Field classes must be templated with Axes (since they contain and/or — allmaras / detail
  508. Fix shear stress calculation — galbramc / detail
  509. more XField* and Field* templating with Axes; trying to compile, link and — allmaras / detail
  510. Fix blockage initialization — galbramc / detail
  511. more XField* and Field* templating with Axes; trying to compile, link and — allmaras / detail
  512. vera squawks — allmaras / detail
  513. Axes templating for AFLR2 — allmaras / detail
  514. more Axes related bugs and squawks — allmaras / detail
  515. more Axes fixes — allmaras / detail
  516. eliminated unused variables — allmaras / detail
  517. Axes templates for avro — allmaras / detail
  518. more Axes in avro fixes — allmaras / detail
  519. avro instantiations require Cartesian parameter — allmaras / detail
  520. more avro Axes fixes — allmaras / detail
  521. avro Axes fixes — allmaras / detail
  522. more fixes — allmaras / detail
  523. 4D avro instantiation — allmaras / detail
  524. removed some redundant unit test code (was producing a compiler warning) — allmaras / detail
  525. Fix redundant pi/180 multiplication for asymmetric rotor source — galbramc / detail
  526. Add missing pi/180 for asymmertic Rotor Source parameter bounds — galbramc / detail
  527. Try moving the pi/180 scaling again — galbramc / detail
  528. Forgot a file — galbramc / detail
  529. Fixed DOF calculation — cwomack / detail
  530. Fixed XField error, changed Axisym DBL to run automatically — cwomack / detail
  531. Fix halving linesearch dumpField — galbramc / detail
  532. Update unit test — galbramc / detail
  533. More unit test updates — galbramc / detail
  534. Don't try to compare tecplot files. — galbramc / detail
  535. Suppress cmake dev warning — galbramc / detail
  536. Still need to remove the files — galbramc / detail
  537. Try and try again — galbramc / detail
  538. Relax timing — galbramc / detail
  539. Use min for SA-R for now. — galbramc / detail
  540. Minor PTC update — galbramc / detail
  541. Updates to SA-R — galbramc / detail
  542. Use smooth math for SA-R — galbramc / detail
  543. Added p adjoint to DGBR2 interface — cwomack / detail
  544. Fixed vera error and FINALLY tracked down meshing issue — cwomack / detail
  545. Fixed vera errors — cwomack / detail
  546. Fix bounding box check for body force camber surfaces — galbramc / detail
  547. Even more robust body force camber surface bounding box calculation — galbramc / detail
  548. More SA-R updates — galbramc / detail

#119 (Jan 11, 2022, 4:58:25 AM)

  1. Added cwomack@mit.edu to DeveloperEmailAddresses — cwomack / detail
  2. added annotation — shunz / detail
  3. intermediate commit in case of ACDL power down. sandbox still should not compile yet — shunz / detail
  4. refactored 3D box hex grid to allow for arbitrary list of node coordinates — shunz / detail
  5. added DOF count checks in box hex grid — shunz / detail
  6. added CG field instantiation for IBL3 Qauxv field — shunz / detail
  7. minor annotation — shunz / detail
  8. refactoring to show intention more clearly — shunz / detail
  9. minor cleanup — shunz / detail
  10. minor addition of annotation — shunz / detail
  11. cleaned up and fixed sandbox case on FP for S-shaped duct — shunz / detail
  12. commented out hacks — shunz / detail
  13. Starting to implement BCDataFields by copying over stuff — shunz / detail
  14. added and experimented with BCDataFieldManager class.  Ready to further extend this for BCDataField implementation. — shunz / detail
  15. minor commenting — shunz / detail
  16. minor refactoring before adding BC data field stuff — shunz / detail
  17. Initial prototype of introducing BC data fields into algebraic equation set and instantiations of IntegrandBoundaryTraces — shunz / detail
  18. trying to equip IntegrandBoundaryTrace with BCDataField: succeed in contructor but failed due to preset Integrand type defi in IntegrateBoundaryTrace_Dispatch.dispatch()....now turning off all the hacks, which will be removed in the future — shunz / detail
  19. some tidying up — shunz / detail
  20. hide away to-be-removed stuff/hacks — shunz / detail
  21. Refactored 3D full potential stuff, particularly adding wall transpiration BC.  Start to pave ways for including BC data field in BC class — shunz / detail
  22. Tried wall transpiration in S-duct FP case — shunz / detail
  23. append BC data field to 3D FP wall transpiration BC — shunz / detail
  24. renaming variables for clarity — shunz / detail
  25. Enabled using BC data field by passing it to the BC class.  Tested on full potential 3D case.  Removed previous attempt of trying to let integrand class to own BC data field — shunz / detail
  26. removed code from a previous attempt to implement BC data field — shunz / detail
  27. refactored BC data evaluation call from element — shunz / detail
  28. Started working on Auxv projection equation for IBL+FP coupling: finished the qauxv component in the projection integrand — shunz / detail
  29. minor refactoring to reduce unnecessary memory allocation — shunz / detail
  30. modulize velocity calculation in 3D FP solver — shunz / detail
  31. typo fixes — shunz / detail
  32. Added new 4-variable Qauxv formulation and associated Field instantiations — shunz / detail
  33. Initial work on Auxv equation with 3D FP solver: compiles now but needs to be completed — shunz / detail
  34. Some cleanup on Auxv equation (with 3D FP) residual — shunz / detail
  35. some more cleanup before completing Auxv equation jacobian — shunz / detail
  36. Auxv equation now works for a trivial test case.  Now need to work out volume-surface grid connectivity — shunz / detail
  37. minor cleanup — shunz / detail
  38. minor refactoring/annotation — shunz / detail
  39. Initial work on contructing surface mesh corresponding to a boundary group of volume mesh (BoxHex). TBD: Needs nontrivial testing and interior trace groups — shunz / detail
  40. Added nontrivial test for Auxv projection from FP solution — shunz / detail
  41. minor typo fix in comments — shunz / detail
  42. Added interior trace elements to the boundary surface mesh of BoxHex.  Tried/verfified solving IBL3 on this surface mesh in the flat plate laminar BL case — shunz / detail
  43. minor cleanup — shunz / detail
  44. minor cleanup/refactoring — shunz / detail
  45. Removed execute permission for a .cpp file — shunz / detail
  46. Add surface tecplot dump to BodyForce Solver — galbramc / detail
  47. Fix for body force surface outputs — galbramc / detail
  48. Added Pointwise mesh generator — galbramc / detail
  49. Parallel fix and forgot a file — galbramc / detail
  50. Fix Pointwise h calculation. Fix link errors. — galbramc / detail
  51. Small fix to Pointwise glf script — galbramc / detail
  52. Added waligura@mit.edu to DeveloperEmailAddresses — waligura / detail
  53. PDERANSSA2D changes which take out ntref as a variable in the PDERANS function and unit test. The unit test update is not ideal right now since I am still waiting on a way to calculate some terms, but there is a SANS developer exception for the time being. Needed to push it to start building off some new SA varaitions off of it. — waligura / detail
  54. Removing white spaces in PDERANSSA2D — waligura / detail
  55. Add isotropic MOESS optimization option for Pointwise — galbramc / detail
  56. Fixes to PDERANSSA2D and unit test — waligura / detail
  57. Another formatting change — waligura / detail
  58. Try again — waligura / detail
  59. messed up spacing at the end of the file — waligura / detail
  60. Valgrind python suppressions — galbramc / detail
  61. Nightly clang analyzer suppressions — galbramc / detail
  62. Correct volume calculation for Pointwise — galbramc / detail
  63. Pointwise fix for dimensionality — galbramc / detail
  64. changes to sandbox cases with nuref defined — waligura / detail
  65. Fix instantiation — galbramc / detail
  66. Clang compiler fix — galbramc / detail
  67. Relax timing for one test — galbramc / detail
  68. More changes to sandbox cases for nuref deletion update — waligura / detail
  69. Initilizing variables and raising the convergence tolerance — waligura / detail
  70. Just lowering the tolerance a little bit more on the PDERANS unit test to try and get it through Intel. I need to update this later anyway so this may be a temporary fix — waligura / detail
  71. Actually finding that closetol is defined multiple times in this unit test — waligura / detail
  72. Use Python 3.8.10 for valgrind and sanitizer — galbramc / detail
  73. Messing around with the tolerances a little bit more — waligura / detail
  74. Improved linesearch console output. Now when verbosity is on, the linesearch outputs whether a residual is increased (+), decreased (-), or converged (*) at the locations tested. — blsc / detail
  75. Updates to Newton. Neater verbose outputs to console for residual. Tracking nonlinear iterations taken correctly for cases where Newton does not converge. — blsc / detail
  76. Update PDEmitAVSensor2D and PDEmitAVSensor3D to better handle the afld, including system tests to ensure consistency. This required a few changes in the PDEEulermitAVDiffusion classes (more to changes to come with these). Also added a h/p scaling for the 2D sensor viscosity with unit test. — blsc / detail
  77. Removed duplicated class definition in two cpp files, which may have led to unitialized data error reported by valgrind. — shunz / detail
  78. Fix nightly script — galbramc / detail
  79. Another nightly script fix — galbramc / detail
  80. Updates to Euler/NS mainly to improve the custom tecplot output. Updates to artificial diffusion classes to remove the a-field from params, since those should all be handled by the PDESensor classes now. Updates to the custom tecplot output function for RANSSA so we get the SA variable in the domain, and RANSSA fluxes at the boundary. Added PDEEulermitAVDiffusion3D.h to the exclusion list for file size. Updates to boundary conditions mostly to handle the a-field in the params in a cleaner way. — blsc / detail
  81. Renamed analytic functions with array output to hopefully avoid confusion — shunz / detail
  82. Updated PDESourceOnly and unit tests. Required some modification of a few PDEs in the process. — blsc / detail
  83. Updated homotopy continuation algorithm. This involves an update to the constructor, so the relevent sandbox cases have been updated. A few sandbox cases and unit test have been disabled. The unit test will be re-enabled once it has been updated to the new interface (the content is currently lacking anyway). Also added a function to SolverInterface_VMSD_BR2 to return the total (q + qp) fine (p+1 without subtraction) adjoint for output to Tecplot. — blsc / detail
  84. Minor edits — shunz / detail
  85. Add ProjectToQauxi equation class for coupling FP+IBL3 — shunz / detail
  86. Rename VectorFunction3D to ArrayFunction based on new naming convention — shunz / detail
  87. Removed all the cases that were disabled in the sandbox. Re-added the homotopy unit tests (still need more work, but to check basic functionality). Updated advection-diffusion and PDEHomotopy interfaces to support the new unit test. — blsc / detail
  88. Add initial framework for Auxi equation for FP-IBL3 coupling — shunz / detail
  89. Minor cleanup — shunz / detail
  90. Removing some secluded ntref values pointed out by Ben — waligura / detail
  91. add anonymous namespace for safety — shunz / detail
  92. Included all the necessary fields int Auxi equation for FP-IBL3 — shunz / detail
  93. Renamed integrand for projection to Qauxi — shunz / detail
  94. Added the ability to specify parameters for positivity preserving source in Euler. Updated tests to reflect change in constructor. — blsc / detail
  95. I think this will fix the error Jenkins bought up for the Euler with rotor PDE. — blsc / detail
  96. Fix Euler with rotor PDE boundary condition — blsc / detail
  97. Fix Euler with rotor PDE boundary condition -- Surreals could be passed through the PointSequence too. — blsc / detail
  98. Removed unused header from Homotopy.h — blsc / detail
  99. Warning fixes — blsc / detail
  100. More warning fixes for missing override keyword. — blsc / detail
  101. Update to latest avro — galbramc / detail
  102. avro parallel fixes — galbramc / detail
  103. Dissable avro graphics — galbramc / detail
  104. add const qualifier just to be extra cautious — shunz / detail
  105. Initial working prototype of projection to Qauxi without the div.(M) term — shunz / detail
  106. Distinguish volume and manifold quadrature order configurations — shunz / detail
  107. Rename integrand class for clarity — shunz / detail
  108. 4D fixes, and rename Ptope to Pentatope — galbramc / detail
  109. Missed a file — galbramc / detail
  110. Remove file dump — galbramc / detail
  111. Fix warning — galbramc / detail
  112. Add initial API of manifold integrands for Auxi equation — shunz / detail
  113. Put avro WriteConformity back, but does nothing for now — galbramc / detail
  114. add more details to integrand of manifold boundary trace for FP-IBL3 coupling — shunz / detail
  115. More avro parameter fixes — galbramc / detail
  116. Reduce Pentatope mesh size. Fix accidental commit — galbramc / detail
  117. Warning fix — galbramc / detail
  118. rename files/classes for clarity — shunz / detail
  119. add missing include — shunz / detail
  120. [intermediate progress] compiling prototype of manifold boundary trace integrals in auxi equation for FP-IBL3 coupling — shunz / detail
  121. minor edit — shunz / detail
  122. Removed unnecessary destructor — shunz / detail
  123. typo fix — shunz / detail
  124. Access cell group via global indexing instead of local — shunz / detail
  125. Initial working prototype of new Field for Qauxi for FP-IBL3 so that DOFs can be viewed as volume boundary trace and area cell at the same time — shunz / detail
  126. Type-related bugfix in FP PDE — shunz / detail
  127. cleaned up unused method — shunz / detail
  128. Updated VMSDBR2 statically condensed Jacobian calculating to accept multiple RHS to condense using a single Jacobian calculation. Updated linear solvers for globally constrained systems to use this new functionality. Added unit tests to test that results from multiple-RHS code matches applying the single-RHS code to each RHS individually. This update will only affect globally constrained systems (using VMSDBR2). — blsc / detail
  129. Hard coded manifold/surface quad grid that matches z-min boundary group of a box hex grid — shunz / detail
  130. Added comments to BC data field implementation — shunz / detail
  131. Minor typo fix — shunz / detail
  132. Refactored DOF indexing contruction to ensure consistency between volumeb boundary trace field and area cell field — shunz / detail
  133. Rename variable for clarity.  Add exception to guard against misuse of BC data in full potential wall transpiration BC — shunz / detail
  134. Start a new case of FP-IBL3 coupling by copying from existing FP-only case. — shunz / detail
  135. Fixed clang warnings. Fixed abstract class error due to not implementing static condensation update to MKL. Have added a developer exception so the execution path exists, but extension still not implemented for MKL. — blsc / detail
  136. Refactored AES Project to Qauxi for flat plate 3D panel so that it's ready to be generalized for 3D FP coupling as well — shunz / detail
  137. Removed a deprecated header file — shunz / detail
  138. Add partial specialization to support block 4x4 FP+IBL3 coupling — shunz / detail
  139. Fixed missing BC parameter checks — shunz / detail
  140. Fixed long line formatting — shunz / detail
  141. Fixed more intel warnings. Added unit tests for the multi-RHS logic for UMFPack and MKL. The MKL test ensures that a developer excpetion occurs, since the logic for MKL has not been implemented. Moved the sum-constrained algebraic equation set in to its own file (like the Advection and Heat equation sets). — blsc / detail
  142. minor cleanup — shunz / detail
  143. Add static data member to identify the size of jacobian (i.e. number of equations and variables) — shunz / detail
  144. Add unit test for block 4x4 system of FP-IBL3 coupling. Still a working progress, but test compiles and runs — shunz / detail
  145. Fixed more intel warnings. Added unit tests for the multi-RHS logic for FMGRES. The FGMRES test ensures that a developer excpetion occurs, since the logic for MKL has not been implemented. — blsc / detail
  146. Completed Auxi equation for FP-IBL3 coupling — shunz / detail
  147. Fix a bug in block 3x3 and 4x4 system of equations: MatrixSize().  It has been identified because perviously block (2,1) is decoupled/zero for previous test cases — shunz / detail
  148. Refactor jacobian ping test screen output for clarity — shunz / detail
  149. Refactor JacobianParam to allow for multiple parameters of different dimension, e.g. for Auxi equation of FP-IBL3 coupling — shunz / detail
  150. Pass block 4x4 block algebraic equation set unit test without coupling for FP and Auxv equations — shunz / detail
  151. add const qualifiers — shunz / detail
  152. Add annotation to AES_Auxi — shunz / detail
  153. Remove redundant class template arguments — shunz / detail
  154. Remove AGLS. Add blockage and viscous terms to RotorSource. — galbramc / detail
  155. Missed a file — galbramc / detail
  156. Refator AES_auxv mass matrix jacobian computation for clarity and simplicity — shunz / detail
  157. BC fixes — galbramc / detail
  158. Fix include — galbramc / detail
  159. More boundary condition cleanup — galbramc / detail
  160. Relax tolerance — galbramc / detail
  161. Warning fix — galbramc / detail
  162. Auxi parameter jacobian is now compiling. — shunz / detail
  163. Rename class and file — shunz / detail
  164. Added functionality to project from a DG to a CG field defined on the same x-field. — blsc / detail
  165. Remove infinite x-dervative for thickenss. Fix warnings. — galbramc / detail
  166. DG ot CG prjection now uses explicit instantiation. — blsc / detail
  167. Simplify jacobian calculation of Auxi equation as it's simply mass matrix for Galerkin projection — shunz / detail
  168. Add a specialized IntegrateCellGroups method for reuse in FP-IBL3 coupling implementation — shunz / detail
  169. More strict templates for AV. Add strongFluxViscous to AV. — galbramc / detail
  170. Warning fixes — galbramc / detail
  171. Fix for older cmake versions — galbramc / detail
  172. Replace max with smoothRamp_tanh2 for artificial viscosity — galbramc / detail
  173. Some more tests — galbramc / detail
  174. Fix smoothRamp_tanh2. Fix ThicknessNACA6 to use fabs instead of abs. — galbramc / detail
  175. Suppress compiler warning — galbramc / detail
  176. Fix warning and relax tolerance — galbramc / detail
  177. Enable viscous body forces for Euler — galbramc / detail
  178. Completed Auxv_Qinv jacobian — shunz / detail
  179. Added a test to check that bubble modes were not present in VMSD after static condenstaion for a partial Newton step. — blsc / detail
  180. Vera exclusion needed for new unit test (L006). — blsc / detail
  181. Added parallel test for homotopy, found bug in parallel, fixed bug in parallel. — blsc / detail
  182. Discrete blockage gradient — galbramc / detail
  183. Forgot a file — galbramc / detail
  184. Added an example homotopy adapt in 3D with RANS, and some missing function calls. — blsc / detail
  185. Vera fix — galbramc / detail
  186. Fix compile error — galbramc / detail
  187. Added HiFW Joukowski case using homotopy (still WIP). Updates to artificial viscosity interface to resolve some template mis-matches during Joukowski case set up. — blsc / detail
  188. Add annotations — shunz / detail
  189. Another compile fix — galbramc / detail
  190. Another compile fix — galbramc / detail
  191. Fixed error in PETSc Dicts. — blsc / detail
  192. Relax tolerance. Add PETScInit. Suppress warning. — galbramc / detail
  193. More warning fixes — galbramc / detail
  194. PDERANS3D fixes — galbramc / detail
  195. Fixes for AVSensor_Source_VMSD_SPD — galbramc / detail
  196. Fix ping test — galbramc / detail
  197. Change git update alias — galbramc / detail
  198. Fix sensitvity calculation — galbramc / detail
  199. Don't require name for camber free parameters — galbramc / detail
  200. Implement BCNone for VMSD BR2. I hope nobody has been using it... — galbramc / detail
  201. Completed d(FP)/d(Qauxi) coupling jacobian for FP-IBL — shunz / detail
  202. Forgot to commit unit test on d(FP)/d(Qauxi) jacobian — shunz / detail
  203. Removed redundant files for discarded Auxi and Auxv equation implementation — shunz / detail
  204. Removed more discarded implementation for Auxi (in FP-IBL3) — shunz / detail
  205. Add linear algebra instantiations for FP-IBL3 — shunz / detail
  206. Refactoring to keep up with JacobianParam's updated template arguments — shunz / detail
  207. Fixed formatting — shunz / detail
  208. Minor refactoring — shunz / detail
  209. Add unit test for box grid and its derived boundary manifold grid — shunz / detail
  210. Minor cleanup — shunz / detail
  211. Add more unit test — shunz / detail
  212. Add unit test for FieldVolume_DG_BoundaryTrace_matchAreaCell — shunz / detail
  213. Bug fix: previously, allocated memory for dynamic matrix but didn't initialize to zero — shunz / detail
  214. Completed 4x4 block system jacobian ping test for FP-IBL3 coupling — shunz / detail
  215. Added Tt output for Rotor — galbramc / detail
  216. added instantiations for Newton solution of FP-IBL3 equations — shunz / detail
  217. Solved first FP-IBL3 case with Newton solver — shunz / detail
  218. added instantiations for MKL and PETSc for FP-IBL3 — shunz / detail
  219. added implementation for PETSc for FP-IBL3 — shunz / detail
  220. modularized S-shaped duct grid points generation — shunz / detail
  221. debugging (for sporadically slow FP residual/jacobian) and refactoring FP-IBL3 test case — shunz / detail
  222. Added more profiling info for debugging FP-IBL3 — shunz / detail
  223. added verbose printout for debugging — shunz / detail
  224. fixed formatting errors — shunz / detail
  225. Fix Tt rotor output — galbramc / detail
  226. Fixes for triangle — galbramc / detail
  227. Fix for triangle with holes — galbramc / detail
  228. some cleanup on full potential PDE — shunz / detail
  229. refactored and added to residualDecreaseStatus(.) — shunz / detail
  230. fixed over-array-bound access — shunz / detail
  231. switched assertions from runtime to compile time — shunz / detail
  232. refactored FP-IBL3 S-duct test case — shunz / detail
  233. forgot to commit this... refactored linear solution checker — shunz / detail
  234. removed redundant partial specialization in AES_PTC — shunz / detail
  235. annotated PTC implementation of paramfld_ and paramfldpast_ — shunz / detail
  236. beautified Newton iteration printout — shunz / detail
  237. refactored an MatrixS constructor — shunz / detail
  238. added comments — shunz / detail
  239. enabled PTC for FP-IBL3 4x4 coupling — shunz / detail
  240. fixed FP and IBL side wall BC — shunz / detail
  241. refactored std::vector access to use bound checking — shunz / detail
  242. added comments on how/why CFL changes in PTC iterations — shunz / detail
  243. refactored PTC printout & dump — shunz / detail
  244. minor tweak to test case — shunz / detail
  245. Refactored S-duct box grid — shunz / detail
  246. Cleaned up 3D FP BC — shunz / detail
  247. some cleanup — shunz / detail
  248. added commented out code for timing — shunz / detail
  249. fixed warnings — shunz / detail
  250. added sanity check.  some cleanup — shunz / detail
  251. changed IBL3 surface normal orientation convention to be compatible with FP-IBL3 coupling — shunz / detail
  252. Refactored projection onto Qauxv to be only in-surface velocity components in FP-IBL3 coupling — shunz / detail
  253. added assertion to guard against misuse — shunz / detail
  254. Consolidated auxi equation implementation for 3D full potential and panel — shunz / detail
  255. minor cleanup — shunz / detail
  256. Merged ProjectToQauxi3D implementation for panel and FP coupling with IBL3 — shunz / detail
  257. more cleanup on include — shunz / detail
  258. Cleaned up and merged interior trace integrand for IBL3 and Auxi.  Renamed files — shunz / detail
  259. added missing include that was accidentally removed — shunz / detail
  260. cleaned up include related to 2D/3D manifold cell integrands — shunz / detail
  261. more cleanup of include — shunz / detail
  262. Cleaned up panel+IBL3 case — shunz / detail
  263. added option in IBL3 to choose how nrm_surf orientation relates to e1 and e2 — shunz / detail
  264. minor test case cleanup/tweaks — shunz / detail
  265. turned off (1) LF flux, (2) mass correction to flux and (3) amp+lag equations for IBL3 — shunz / detail
  266. fixed style — shunz / detail
  267. refactored param tuple type for better consistency between indexing, ParamTuple and FieldTuple — shunz / detail
  268. renamed parameter field type — shunz / detail
  269. refactored parameter type for IBL3 — shunz / detail
  270. refactored JacobianParam class since the previous implementation is quite limiting — shunz / detail
  271. updated JacobianParam usage in test cases following its refactoring — shunz / detail
  272. more cleanup on JacobianParam usage — shunz / detail
  273. updated use cases involving Auxi equation in panel+IBL3. deleted sandbox cases that are not worth maintaining — shunz / detail
  274. updated use cases of new PDEIBL3FourEqn API — shunz / detail
  275. fixed full potential unit tests — shunz / detail
  276. fixed a bug/typo: flipped divM and divM_rhoe flux calculation for Auxi. Fortunately, the effect on current test cases is minimal since they are incompressible flows — shunz / detail
  277. fixed IBL unit tests — shunz / detail
  278. minor cleanup of 3D IBL PDE and associated block jacobian ping test — shunz / detail
  279. Removed the dedicated (yet redundant) boundary trace integrand for 3D auxi; instead, use 3D manifold BCNone integrand.  Renamed 2D/3D BCNone integrands to reflect its general purpose, not limited to IBL PDE — shunz / detail
  280. refactored/fixed Surreal type definitions to use proper/general size variable — shunz / detail
  281. accidentally forgot these pieces two commits earlier, when updating auxi BCNone integrand — shunz / detail
  282. fixed some compile errors for auxi equation and boundary integrand — shunz / detail
  283. minor integrand cleanup — shunz / detail
  284. refactored auxi equation's cell integrand to be PhysDim-agnostic, in prep for generalization of auxi aes class — shunz / detail
  285. Renamed auxi aes class to be not 3D specific, in prep for generalization — shunz / detail
  286. Refactored BCNone integrand for Galerkin manifold to be agnostic of PhysDim — shunz / detail
  287. fixed/refactored a few Galerkin_manifold boundary integands to be agnostic of PhysDim — shunz / detail
  288. Use isotropic implied metric for IsotropicOpt MOESS — galbramc / detail
  289. refactored Galerkin_manifold interior trace integrands to be agnostic of PhysDim — shunz / detail
  290. removed daisy chain in JacobianParam since it could be handled by the primary algebraic equation class's jacobianParam(...) — shunz / detail
  291. removed 3D-specific assertion — shunz / detail
  292. refactored usage of jacobianParam(...) to account for any daisy chain in the primary algebraic equation set — shunz / detail
  293. Refactored daisy-chain/linked list implementation of algebraic equation sets, including auxi equation and proper chained calls to jacobianParam() — shunz / detail
  294. removed redundant daisy-chained calls to setSolutionField() and fillSystemVector() in algebraic equation sets.  Clarified the intended use case of daisy-chained equation set — shunz / detail
  295. Refactored 2D auxi PDE class to prepare panel-IBL2 to use the PhysDim-agnostic auxi equation implementation.  Removed redundant auxi equation set and integrand classes that used to be specialized for Panel2D — shunz / detail
  296. Removed 3D-specific assertion in auxi cell integrand. Fixed IBL2 captured transition system test case — shunz / detail
  297. Cleaned up auxi equation implementation to remove redundant dummy members in FunctionEval class.  Renamed some files & classes — shunz / detail
  298. cannot assign a regular/raw pointer to std::shared_ptr — shunz / detail
  299. Cleaned up 2D auxv equation implementation for XfoilPanel+IBL to remove redundant dummy members in FunctionEval class.  Renamed some files & classes — shunz / detail
  300. cannot assign regular/raw pointer to std::shared_ptr — shunz / detail
  301. Cleaned up 3D auxv equation implementation for flat plate panel+IBL3 to remove redundant dummy members in FunctionEval class — shunz / detail
  302. minor refactoring of XfoilPanel field discretization order checks/assertions — shunz / detail
  303. refactoring (similar to previous ones) to have PDEIBL2D define its parameter field tuple types — shunz / detail
  304. typo fix — shunz / detail
  305. only prints in verbose mode — shunz / detail
  306. fixed system/CodeConsistency tests for IBL — shunz / detail
  307. cleanup and fixes to keep IBL-related implementation up to date — shunz / detail
  308. more cleanup on DG/HDG discretization unit tests, mostly related to IBL — shunz / detail
  309. cleanup & fixes to panel-IBL3 3x3 block discretization unit tests to keep up to date with IBL-related implementation — shunz / detail
  310. removed redundant include — shunz / detail
  311. fixed miscellaneous XfoilPanel+IBL2 aes unit tests to stay up to date with latest IBL implementation — shunz / detail
  312. cleaned up & fixed sandbox cases for XfoilPanel+IBL2D single run and drag polar for airfoil — shunz / detail
  313. miscellanenous fixes of compile error and formatting style — shunz / detail
  314. removed uses of gradqn and q in Neumann and Dirichlet BCs respectively for potential flow — shunz / detail
  315. fixed some compile errors and formatting style — shunz / detail
  316. updated pyrite check files for IBLFourEqn3D to use LF flux without mass correction — shunz / detail
  317. fixed miscellaneous unit tests related to coupled IBL — shunz / detail
  318. fixed FP-IBL3 jacobian ping test — shunz / detail
  319. fixed a few compile errors and warnings related to a few sandbox test cases not up-to-date with latest FullPotential PDE/BC implementation — shunz / detail
  320. allows FP-IBL3 jacobian ping test to run longer on Jenkins — shunz / detail
  321. fixed unit test of auxv aes for 3D full potential — shunz / detail
  322. Reverted some changes in the use of LIP BCs.  These changes should NOT have been made — shunz / detail
  323. relocated a unit test to IBL folder — shunz / detail
  324. passed a few ping tests related to coupled IBL3 — shunz / detail
  325. fixed two unit tests troubled by misuse of MPI communicator — shunz / detail
  326. relaxed time limit for a block jacobian ping test on Jenkins.  trying to fix an undefined reference error by altering the order of loading lib in CMakeLists — shunz / detail
  327. Looks like Jenkins censored the previous commit msg cuz it contains the word 'e-r-r-o-r'. Amend the commit msg now. relaxed time limit for a block jacobian ping test on Jenkins.  trying to fix an undefined reference e-r-r-o-r by altering the order of loading lib in CMakeLists — shunz / detail
  328. relaxed machine precision level tolerance in a unit test for intel compiler to pass — shunz / detail
  329. fix no-return warnings in a function with non-void return type — shunz / detail
  330. fix missing return statement issue — shunz / detail

#118 (Sep 18, 2021, 9:12:18 AM)

  1. Fixes for boundary triangle orientation with refine — galbramc / detail
  2. Split trapped edges with refine. Check for all 0 element in distance function. Other small fixes. — galbramc / detail
  3. Forgot to update refineParam::checkInputs — galbramc / detail
  4. Updates to refine interface and print requested complexity with MOESS — galbramc / detail
  5. Use log_eucliean edge length with refine — galbramc / detail
  6. Try to fix suitesparse metis dilemma. Add more g++ and clang++ copmiler versions. — galbramc / detail
  7. gnu 11 fixes — galbramc / detail
  8. Remove -lc++ from clang flags — galbramc / detail
  9. Add missing include — galbramc / detail
  10. Upgrade ccache — galbramc / detail
  11. Fix SANSparallel MMA optimization — galbramc / detail
  12. Cleanup for last commit — galbramc / detail
  13. Update ccache path — galbramc / detail
  14. Compile fixes for clang-10 — galbramc / detail
  15. Relax tolerance — galbramc / detail
  16. More compile fixes — galbramc / detail
  17. Warning fixes — galbramc / detail
  18. Lots of compile warnings and other fixes — galbramc / detail
  19. Use default functions in MatrixSymS. Increase execution times for coverage. Warning fixes. — galbramc / detail
  20. Fix typo — galbramc / detail
  21. Relax toleranes. Upgrade to AFLR 10.17.5. — galbramc / detail
  22. Use appropriate architecture for AFLR — galbramc / detail
  23. Update AFLR3 and use TRANSP_INT_BL for Body Force boundaries — galbramc / detail
  24. Fix warnings — galbramc / detail
  25. Update finding and checking AFLR — galbramc / detail
  26. Relax execution time — galbramc / detail
  27. Intel is just different... — galbramc / detail
  28. Relax more tolerances and fix indentations — galbramc / detail
  29. More intel relaxation — galbramc / detail
  30. Use system lcov and relax intel tolerance — galbramc / detail
  31. Use xHost instead of xhost so ccache works with Intel — galbramc / detail

#117 (Aug 12, 2021, 11:49:23 AM)

  1. Refactor BodyForceSolver — galbramc / detail
  2. Suppress Boost serialization bug for VectorS<M,SurrealS> — galbramc / detail
  3. Add missing include — galbramc / detail
  4. Test syncDOFs_MPI with more complex data types — galbramc / detail
  5. Add missing ifdef — galbramc / detail
  6. Put back distance function calculation — galbramc / detail
  7. Fix BodyForce solver initial condition — galbramc / detail
  8. Exlicitly use SANS::SurrealS with EGADS. Update NormalField test. — galbramc / detail
  9. Take away a toy — galbramc / detail
  10. Intel workaronud... — galbramc / detail
  11. Test the correct Face — galbramc / detail
  12. Fix compile error — galbramc / detail
  13. Warning fixes — galbramc / detail
  14. Finally found the NormalField bug. — galbramc / detail
  15. Fix OutGroup specification for BodyForce Solver — galbramc / detail
  16. Add Optimization option to BodyForce solver. — galbramc / detail
  17. Forgot to update checkInput function. — galbramc / detail
  18. Fix use of incorrect dictionary — galbramc / detail

#116 (Jul 27, 2021, 5:06:02 AM)

  1. Enabled move construction and assignment. — hcarson / detail
  2. Added ability to output a temporary field containing the fully reconstructed p' adjoint — hcarson / detail
  3. Added some more move constructors. — hcarson / detail
  4. It's not a pointer you idiot. — hcarson / detail
  5. fix to test file to actually call the write method — hcarson / detail
  6. Enabled move construction and assignment. — hcarson / detail
  7. Added some more move constructors. — hcarson / detail
  8. Added ability to output a temporary field containing the fully reconstructed p' adjoint — hcarson / detail
  9. Fixed missing method for dumping the perturbation field. In the process added many additional move constructors/assignments. Also added an implicit conversion for ElementPair, allowing it to be inserted directly into map/unordered map/set etc. A bunch of small house cleaning tasks too. Deleted explicit constructors that could just be default. — hcarson / detail
  10. accidentally deleted default constructor — hcarson / detail
  11. EVEN MORE MOVE CONSTRUCTORS — hcarson / detail
  12. UniqueTrace a mutable struct. Immutability doesn't buy anything, and just prevents compiler optimization. Additionally, deleted a large number of unneeded constructors, as the compiler provided versions are better and safer. If you write no code, you can write no bugs! See CPP guidelines rule of zero — hcarson / detail
  13. adding back the default constructor, something funky happens with default initializer. Also change MatrixS to use stdarray, and then to have the 5 constructors as defaults. — hcarson / detail
  14. tweaks — hcarson / detail
  15. Add a stack parameter to CamberBlade — galbramc / detail
  16. Add option to constrain Mach number with BodyForces — galbramc / detail
  17. Fixes for specifying NormalMach as BodyForce constraint — galbramc / detail
  18. Rework Pprop output functional for BodyForces. Fix assertions for SAQCR. — galbramc / detail
  19. Unit test fixes — galbramc / detail
  20. Relax tolerance — galbramc / detail
  21. Fix bug in AFLR interface — galbramc / detail
  22. Relaxed basis function tolerances for intel — galbramc / detail
  23. Relax DG tolerances for intel — galbramc / detail
  24. Lots of warning fixes — galbramc / detail
  25. Tolerance fixes for intel compiler — galbramc / detail
  26. More warning fixes — galbramc / detail
  27. More warning fixes. Move adjoint MPI sync. — galbramc / detail
  28. Fix compile error — galbramc / detail
  29. Missed a warning — galbramc / detail
  30. Another warning fix — galbramc / detail
  31. More warning fixes — galbramc / detail
  32. Relax timeout — galbramc / detail
  33. Nightly fixes. Make TRIANGLE optional. — galbramc / detail
  34. cppcheck fixes — galbramc / detail
  35. Upgrade to ESP 1.19 (minimium required). Lots of cppcheck fixes. — galbramc / detail
  36. Warning fixes for CAPS — galbramc / detail
  37. Fixes to make triangle optional — galbramc / detail
  38. Dissable a test for now — galbramc / detail
  39. Missed a TRIANGLE suppression — galbramc / detail
  40. Relax test time — galbramc / detail
  41. One more use of TRIANGLE — galbramc / detail
  42. Relax one more test timing — galbramc / detail
  43. Update BoostBuild — galbramc / detail
  44. Add polynomial velocity profiles to Coles — galbramc / detail
  45. Some Coles profile fixes — galbramc / detail
  46. Refactor Rotor constraint — galbramc / detail
  47. Fixes for Rotor outputs — galbramc / detail
  48. Forgot a file — galbramc / detail
  49. Fix compile error — galbramc / detail
  50. Missed an output option — galbramc / detail
  51. More rotor output fixes — galbramc / detail
  52. Fix warning — galbramc / detail
  53. Allow no constraints during optimization — galbramc / detail
  54. Add back regular solve during body force optimization — galbramc / detail
  55. Relax timing — galbramc / detail
  56. Fix body force optimization for RANS — galbramc / detail
  57. More verbose error message — galbramc / detail
  58. One more body force optimization fix — galbramc / detail
  59. Update sansLIPAIM for ESP 1.19 — galbramc / detail
  60. Fix Rotort_GlobalConstraint convergence check — galbramc / detail
  61. Fix data transfer — galbramc / detail
  62. Add missing Python GIL protections — galbramc / detail
  63. Some nightly fixes. Better specification for building boost. — galbramc / detail
  64. Add Coloes polynomial pressure profile — galbramc / detail
  65. Add RANS Coles pressure profile. Relax test tolerances. Other small fixes. — galbramc / detail
  66. Remove upper bound check on Coles pressure polynomial — galbramc / detail
  67. Add ProfileDebug_eta_max — galbramc / detail
  68. Another tweak to Coles pressure profile — galbramc / detail
  69. Add polynomial pressure profile to back pressure BC — galbramc / detail
  70. Fix required delta for static back pressure — galbramc / detail
  71. VMSD-BR2 was using the wrong quadrature rule to calculate the non-zero pattern. Jacobian has been updated so that it should use correct (1 point) quadrature for non-zero pattern — blsc / detail
  72. Added logic to JacobianCell_VMSD_BR2 so that the static condensation matrices are not used for the non-zero patter calculation. Under-integration resulted in these matrices being singular. — blsc / detail

#113 (May 27, 2021, 3:09:39 PM)

  1. Upgrade AFLR — galbramc / detail
  2. Fix unit test — galbramc / detail

#112 (May 26, 2021, 4:20:19 AM)

  1. adding curvilinear transformation functionality — ursachi / detail
  2. missed some files — ursachi / detail
  3. added transformation function to ghost boundaries — ursachi / detail
  4. added test case — ursachi / detail
  5. cleaned up test case — ursachi / detail
  6. fixed quad order bug and added assert that all quad orders are the same — ursachi / detail
  7. fixed quadrature bug elsewhere and fixed warnings — ursachi / detail
  8. added curvilinear transformation and unit tests — ursachi / detail
  9. added missing includes (for std::shared_ptr) — ursachi / detail
  10. added another missing include for std::shared_ptr — ursachi / detail
  11. hopefully final include for shared_ptr — ursachi / detail
  12. fixed cmakefiles — ursachi / detail
  13. made some fixes for failing tests — ursachi / detail
  14. fixed spacetime exception — ursachi / detail
  15. quadOrder check shouldn't be done if using TopoD1 — ursachi / detail
  16. updated unit tests for curvilinear transformation — ursachi / detail
  17. cleaning up of failing unit tests (mainly changing some — ursachi / detail
  18. forgot to delete something — ursachi / detail
  19. removed unnecessary tecplot dumps — ursachi / detail
  20. another attempt to make jenkins stop complaining, now explicitly — ursachi / detail
  21. fixed warning — ursachi / detail
  22. deleted unnecessary stuff and cleaned up some additional warnings — ursachi / detail
  23. Fix RANS BC with Conservative variables. More RANSBC unit tests. Add smoothmin linearization. First attempt at blade optimization. — galbramc / detail
  24. Forgot file — galbramc / detail
  25. Add missing include — galbramc / detail
  26. Missed a file — galbramc / detail
  27. Compile error fixes — galbramc / detail
  28. Missed one — galbramc / detail
  29. added checkInputs calls when setting up transformation function — ursachi / detail
  30. fixed memory issue when assigning qfld DOFs — ursachi / detail
  31. deleted more unnecessary functions — ursachi / detail
  32. Add EGADS ruled wrapper — galbramc / detail
  33. Fix NormalField linearization. — galbramc / detail
  34. Forgot some files — galbramc / detail
  35. Add vectorization — galbramc / detail
  36. Fix Surreal changes — galbramc / detail
  37. bounding box should search along traces when using transformation even — ursachi / detail
  38. Fix compile error — galbramc / detail
  39. Fix ruled interface — galbramc / detail
  40. Fix warning — galbramc / detail
  41. Use PTC solve before constrained solve with blade optimization — galbramc / detail
  42. Fix warning — galbramc / detail
  43. Fix uninitialized data. Dissable normal field sensitivity for now. — galbramc / detail
  44. Add missing instantiation — galbramc / detail
  45. Fix BodyForce requiring pProp specified — galbramc / detail
  46. Restore DeveloperEmailAddresses — galbramc / detail
  47. lowered tolerance for test — ursachi / detail
  48. Updated nu-max calculation when USE_GRID_LAPLACIAN is defined. Added a default argument to AVSensor_Source2D_TwoPhase to model a constant source term if needed. — savithru / detail
  49. Avoid failed solves when optimizing body force blades — galbramc / detail
  50. Fix for last commit — galbramc / detail
  51. Vera fixes — galbramc / detail
  52. Change objective return on solve failure for BodyForce optimization — galbramc / detail
  53. Update for CentOS 7 — galbramc / detail

#111 (Apr 20, 2021, 7:19:14 PM)

  1. updated outputfld dump use in a test case.  add momentum flux correction to old PDEIBL2D formulation but commented out — shunz / detail
  2. Added jta29@psu.edu to DeveloperEmailAddresses — jta29 / detail
  3. Added DumpSolurion to Pseudo Time — jta29 / detail
  4. Added jta29@psu.edu to DeveloperEmailAddresses — jta29 / detail
  5. Editing DumpSolution for Psuedo Time — jta29 / detail
  6. updated gitignore to ignore VS Code stuff — shunz / detail
  7. Added new 3D IBL turbulent closure models — shunz / detail
  8. Packed turbulent closure model into a dedicated file to allow for mucking with different closure models — shunz / detail
  9. fixed vera warning: standard library format — shunz / detail
  10. Added new neural net closure models with built-in symmetry.  Verified on 2Dness on a flat plate ZPG turbulent case. — shunz / detail
  11. updated notation for Re_theta: Ret -> Rth — shunz / detail
  12. added updated 3D laminar IBL closures (a mix of neural nets and simple curvefits).  checked 2D ZPG flat plate case — shunz / detail
  13. added an option to toggle viscous-inviscid coupling mode at runtime for 3D IBL+panel. some minor refactoring of torpedo case — shunz / detail
  14. removed old neural net closure models without built-in symmetry — shunz / detail
  15. Added H*1_diff and Cf1_diff clousre models. Updated H22 closure to be the lastest trained on data without duplicates for crossflow --> closure model is essentially the same.  Tested quasi-2D turbulent BL on ZPG flat plate. — shunz / detail
  16. minor cleanup of IBL3 pde — shunz / detail
  17. minor cleanup — shunz / detail
  18. completed masterState for PDEIBL3FourEqn3D so that PTC solver can be used — shunz / detail
  19. fixed erroneous rh0ref parameter calculation in setting up the case (i.e. isentropic relation). minor cleanup on other parts of the test case as well — shunz / detail
  20. turned on both amp and lag equations for IBL3 four equation formulation.  Refactored ntinit condition and ntcrit attractors for flat plate case — shunz / detail
  21. mucked with 2D ZPG flat plate case with free transition: including initial solution for nt — shunz / detail
  22. bug fix in rh0ref/rhref isentropic relation when setting up test case — shunz / detail
  23. added a 3D turbulent BL torpedo case setup (with forced transition near the inlet) — shunz / detail
  24. minor refactoring of transition model parameters — shunz / detail
  25. minor update to IBL3 torpedo case — shunz / detail
  26. trying fully turbulent BL runs for IBL3 on torpedo case.  also some auto-formatting from VS Code — shunz / detail
  27. minor fix — shunz / detail
  28. added missing include — shunz / detail
  29. updates on PETSc settings etc. — shunz / detail
  30. added a new set of primary variables (i.e. lg(theta) and H's).  They don't quite help with linear solve as intended though... — shunz / detail
  31. renamed functions — shunz / detail
  32. renamed variables for better clarity — shunz / detail
  33. turned on LF flux for 4-eqn IBL3 formulation, which (partially) fixed crossflow instability issues — shunz / detail
  34. refactored IBL3 LF flux dissipation coefficient to avoid zero stabilization in the case of qe be tangent to element interface — shunz / detail
  35. turned on mass jump for 3D IBL3 4-eqn's LF flux: providing stabilization for flow transition (checked on ZPG flat plate transition case) — shunz / detail
  36. removed outdated closure models for 4-eqn IBL3 laminar flow — shunz / detail
  37. removed includes of outdated closure models — shunz / detail
  38. mucked with 4-eqn IBL3 on flat/torpedo case — shunz / detail
  39. intermediate commit...mucking with a sandbox case — shunz / detail
  40. added knob for controling added dissipation in LF flux for IBL3 — shunz / detail
  41. minor refactoring — shunz / detail
  42. make IBLVarDataType3D templated, to allow for both Real and Surreal etc. — shunz / detail
  43. added symmetry (i.e. no crossflow) BC for 4-eqn IBL3 — shunz / detail
  44. refactored conservative variables, which is the sames as the previous version for incompressible flow — shunz / detail
  45. scaled ke and lc eqns by 1/qe^2, but it didn't fix the symmetry plane instability — shunz / detail
  46. added an exception for stagnation point in IBL3 4-eqn formulation — shunz / detail
  47. added easier macro toggle for turning on/off amp+lag equations — shunz / detail
  48. fix formatting — shunz / detail
  49. add exception for corner case — shunz / detail
  50. minor refactoring of torpedo case for IBL3 in sandbox — shunz / detail
  51. added but commented out a hack for trying power-law crossflow velocity distribution — shunz / detail
  52. added BC dict missing from a previous commit.  minor cleanup of 4-eqn IBL3 stuff — shunz / detail
  53. updated H22 turb closure — shunz / detail
  54. Added Space Time Case — jta29 / detail
  55. reverted turbulent Cf1 and Hs1 closure to 2D — shunz / detail
  56. minor tweaks/comments — shunz / detail
  57. Started another set of turbulent closure models by copying over existing ones — shunz / detail
  58. added turb Cf1 closure — shunz / detail
  59. added turb H*1 closure — shunz / detail
  60. Updated Insantiation — jta29 / detail
  61. updated CDc closure — shunz / detail
  62. updated turb Cf2 closure — shunz / detail
  63. updated turb Hc2 closure — shunz / detail
  64. fixed function signature — shunz / detail
  65. fixed typo in function call. switched default to using new regularized turb closure — shunz / detail
  66. switched back to using 2D turb H*1 closure — shunz / detail
  67. Remove trailing white space — jta29 / detail
  68. Removed trailing white space — jta29 / detail
  69. added output of closure model derivatives for IBL3 flux system eigen-analysis — shunz / detail
  70. added prescribed CD(x,y) field — shunz / detail
  71. added optional vertex coordinates for single triangle/tet constructors — allmaras / detail
  72. Added prescribed CD field for inversion of CDiss correction factor beta — shunz / detail
  73. minor tweaks of torpedo case IBL3 setup — shunz / detail
  74. Mucking with a correction multiplier term to the dissipation relation — shunz / detail
  75. fixed long lines — shunz / detail
  76. mucking with dissipation relation inversion — shunz / detail
  77. Use MKL_PARDISO for PETSc DirectLU solver — galbramc / detail
  78. Only use one thread for DirectLU MKL_PARDISO — galbramc / detail
  79. move the PETSc solve time print — galbramc / detail
  80. Add PETSc option to scale by diagonal — galbramc / detail
  81. Added but commented out hacks with inflow BC bump/step features — shunz / detail
  82. Added a few prescribed CD(x,y) field based on RANS data — shunz / detail
  83. fillSystemVector syncs MPI DOF. Fix Sensor symmetry BC for 3D. More parallel testing with NaN's — galbramc / detail
  84. added new beta closure — shunz / detail
  85. Fix compile errors — galbramc / detail
  86. Fix compile errors — galbramc / detail
  87. Refactor isValidState checks in parallel — galbramc / detail
  88. Compile fix — galbramc / detail
  89. One more isValidState fix — galbramc / detail
  90. Add positive preserving source for 3D. Dissabled for now. — galbramc / detail
  91. Compile fix — galbramc / detail
  92. Add some asserts to 'Node Rank' for xfld tecplot dump — galbramc / detail
  93. Also dump out xfld spirit — galbramc / detail
  94. Add set_dot and continuously relax sewFace tolerances for CamberBlade LE and TE surfaces. — galbramc / detail
  95. Format fix — galbramc / detail
  96. Fix the last fix — galbramc / detail
  97. Actually fix the fix of the last fix for the previous fix — galbramc / detail
  98. Add UpdateFraction to Galerkin Stabilized — galbramc / detail
  99. Added macro to toggle the use of prescribed CD(x,y) field — shunz / detail
  100. Allow MaxChangeFraction to work with SteveLogic — galbramc / detail
  101. Skip zombie DOF for UpdateFraction check — galbramc / detail
  102. fixed outdated class template argument — shunz / detail
  103. More fixes to allow UpdateFraction with SteveLogic — galbramc / detail
  104. Don't mix units — galbramc / detail
  105. fixed more outdated class template argument — shunz / detail
  106. Fix unit tests — galbramc / detail
  107. EmbeddedCGField fixes — galbramc / detail
  108. Fix one more missing EmbeddedCGField — galbramc / detail
  109. Updated Bernstein bases for use in CG fields. We dont have Hessians implemented, so stabilized CG needed a change to only calculate Hessians if we have stabilization turned off. To go above p3 in 3D CG, we need to change the basis functions to be match our implied ordering. Since Bernstein polynomials are modal and not hierarchical, we need to solve a linear system to do projections between orders. — blsc / detail
  110. Fixed unit tests.  Turned off the correction when ctau surpasses ctau_Tinit in 3D IBL_foureqn — shunz / detail
  111. Added 4D Bernstein bases (linear) on pentatope, with CG and DG fields — blsc / detail
  112. updated pyrite files for IBL3 four eqn laminar — shunz / detail
  113. fixed undefined references — shunz / detail
  114. git was not happy about the commit message...trying to fix it here..this commit is about adding definition of static class members in cpp file — shunz / detail
  115. Adding adapt case with P1 corner singularity divergence weirdness. P2 and 3 are fine, but P1 error blows up 4 orders of magnitude.... — hcarson / detail
  116. Update tolerances on L2 project tests for Bernstein bases. Fix NaN issue with auxiliary problem for Homotopy. — blsc / detail
  117. Update tolerances for intel — blsc / detail
  118. Add Lagrange Node tecplot dump for CG fields — galbramc / detail
  119. Fix last commit — galbramc / detail
  120. added PyDict parameter (StatusOKatMaxIterations) to change status when solver hits — allmaras / detail
  121. Updated tecplot CG dump — galbramc / detail
  122. Compile fix — galbramc / detail
  123. Allow zero bodies in a model — galbramc / detail
  124. Add Cylindrical system for Coles profile — galbramc / detail
  125. Maybe compile fixes — galbramc / detail
  126. Fix CG tecplot dump — galbramc / detail
  127. Default coordinate system for Coles profile — galbramc / detail
  128. 1st try at 3D NS/RANS no-slip isothermal/adiabatic BCs via Robin sans-Lagrange — allmaras / detail
  129. added -DUSE_GRID_LAPLACIAN to makefiles in all directories containing files where the #ifdef is used — allmaras / detail
  130. make FieldWeighted consistent with BasisWeighted (mostly involved adding param to PDE calls) — allmaras / detail
  131. replaced hard-coded false to PDE check for including viscous terms in boundary flux — allmaras / detail
  132. instantiations needed for uniform source in sensor PDE for artificial viscosity — allmaras / detail
  133. added #pragma message to all *.h files that use USE_GRID_LAPLACIAN; this will — allmaras / detail
  134. removed explicit #define/#undef USE_GRID_LAPLACIAN from unit tests that use this — allmaras / detail
  135. added Tq & Tg template parameters for sourceTrace — allmaras / detail
  136. added p_ref() function to density model to provide a means of accessing reference — allmaras / detail
  137. changed SANS_ASSERT to SANS_ASSERT_MSG to output message on error — allmaras / detail
  138. fixed typo: D1 -> D2 — allmaras / detail
  139. added PyDict option to specify Dirichlet data for Robin BC for AV; useful for — allmaras / detail
  140. added FieldWeighted unit test for sans-Lagrange Dirichlet BCs for Euler — allmaras / detail
  141. added test for jacobian/metric of an equilateral triangle — allmaras / detail
  142. exact data explicitly provided, rather than determined by do-loop dot product accumulation — allmaras / detail
  143. added unit grid where coordinates of all 4 corners can be input; facilitates making — allmaras / detail
  144. typo fix in unit test — allmaras / detail
  145. turn off clang warnings for '#pragma message' — allmaras / detail
  146. More tecplot dump fixes — galbramc / detail
  147. fixed typo in unit test — allmaras / detail
  148. vera: lines too long — allmaras / detail
  149. Compile fix — galbramc / detail
  150. replace several repeats of explicit pow(*, 2) coding with call to private function — allmaras / detail
  151. new MatrixS matmul instantiations needed for sans-Lagrange Robin BCs of no-slip isothermal NS/RANS 3D — allmaras / detail
  152. added Robin_sansLG to VMSD and VMSD-BR2 — allmaras / detail
  153. Hopefully finally got the link problems fixed — galbramc / detail
  154. more #include's for Robin_sansLG BCs — allmaras / detail
  155. added/deleted #include's for IntegrandBoundaryTraces; added Robin_sansLG where needed, — allmaras / detail
  156. new MatrixS matmul instantiations needed for Robin_sansLG BCs — allmaras / detail
  157. Trying to fix vera errors — jta29 / detail
  158. Add missing USE_GRID_LAPACIAN. Minor PDERANSSA formatting fixes. Fix for Coles RANSSA. — galbramc / detail
  159. Add instantiation — galbramc / detail
  160. Use H instead of H^2 in Robin BCs for AV when USE_GRID_LAPLACIAN is defined. — savithru / detail
  161. Update BCRANSSA3D — galbramc / detail
  162. Fixing errors — jta29 / detail