Skip to content

Changes

#1623 (Jul 4, 2024, 10:25:18 PM)

  1. 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
  2. Missed one — galbramc / detail
  3. Missed one more — galbramc / detail
  4. Added an uncoupled 4-eq IBL3 flat plate BL sandbox case with manufactured qe.  Minor edits to 3-eq IBL3 BC/PDE — shunz / detail
  5. fixed typos — deanna.sewell / detail
  6. Relax tolerance — galbramc / detail
  7. updates for branch to be used on supercloud. Solution projection, artificial viscosity and etc... — waligura / detail
  8. merge conflicts — allmaras / detail
  9. Consistent 3D positvity source with Ben's thesis — galbramc / detail
  10. 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
  11. minor tweaking to sandbox cases — shunz / detail
  12. Removed redundant parameter in mitLG BC class — shunz / detail
  13. torpedo case cleanup — shunz / detail
  14. tweaked quadrature order for auxi and auxv equations in torpedo case. minor cleanup — shunz / detail
  15. bugfix in G variable initialization in torpedo case — shunz / detail
  16. separated PDE instantiation cpp files for 3-eqn and 4-eqn IBL3 — shunz / detail
  17. make lag equation G=0 when turned off — shunz / detail
  18. Initial commit for shock capturing in sansBOOM — darmofal / detail
  19. Add asymmetric sensitvities for body forces. Some more cleanup of shock capturing. — galbramc / detail
  20. Make PDEmitAVDiffusionOuter2D.h consistent — galbramc / detail
  21. Fix warning and typo — galbramc / detail
  22. minor cleanup of sandbox case — shunz / detail
  23. added a crude restart capability for torpedo case by saving/reading DOF file — shunz / detail
  24. 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
  25. Relax tolerance and fix warning — galbramc / detail
  26. One more tolerance relaxation — galbramc / detail
  27. incorporated Axes into integrand classes primarily via PDE::Axes — allmaras / detail
  28. ran 3D IBL3 free transition case with sphere/doublet — shunz / detail
  29. minor tweak to 4-eqn IBL3 pde. Only keep ntcrit growth source term for now. — shunz / detail
  30. minor tweak to torpedo sandbox case — shunz / detail
  31. Add parameters to rotate body force normal field — galbramc / detail
  32. Forgot instantiation — galbramc / detail
  33. Added an macro option to turn of amplification equation for 4-eq IBL3 (i.e. nt = 0) — shunz / detail
  34. refactored torpedo case restart capability — shunz / detail
  35. added crude restart capability for S-duct case for IBL3 (copied from torpedo). minor cleanup — shunz / detail
  36. relaxed floating-point comparison tolerance a little bit — shunz / detail
  37. 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
  38. refactoring duct ring sandbox case for 4-eqn IBL3 — shunz / detail
  39. minor cleanup — shunz / detail
  40. Fix test for last commit — galbramc / detail
  41. Fix for lazy lifting operator calculations — galbramc / detail
  42. added comments to the duct ring grid — shunz / detail
  43. Added a constant full state inflow BC for 4-eqn IBL3 — shunz / detail
  44. added printout for examing duct ring surface grid — shunz / detail
  45. mucking with turbulent S-duct flow case — shunz / detail
  46. Make duct and duct ring cases the same for 4-eqn IBL3 — shunz / detail
  47. tweaked IBL3 output — shunz / detail
  48. added safety check in Qauxv 3D projection — shunz / detail
  49. minor cleanup — shunz / detail
  50. 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
  51. added commented-out print statements for debugging — shunz / detail
  52. changed default dissipation relation correction to 1 — shunz / detail
  53. changed default 3D qauxi project to use no upwinding — shunz / detail
  54. examined effect of discontinuous velocity field for 4-eqn IBL3 — shunz / detail
  55. refactored calculation of profile basis {q1,q2,nrm_bl} to allow for different formulations — shunz / detail
  56. standard atmo: moved non-templated functions to *.cpp file — allmaras / detail
  57. stupid tabs!! — allmaras / detail
  58. namespace needed in cpp file — allmaras / detail
  59. Fix for turning off USE_CORRECTION_TERM — galbramc / detail
  60. mucked with different BL profile normal vector definition in sandbox case — shunz / detail
  61. removed DeveloperException check for hessians of density-temperature primitive vars — allmaras / detail
  62. Refactored 3D sheet quad grid for IBL3. (simplified grid contruction using XFieldLagrange. allowing for more general curved manifold grid) — shunz / detail
  63. Another correction to turning off USE_CORRECTION_TERM — galbramc / detail
  64. Relax tolerance — galbramc / detail
  65. attempt at constant eddy viscosity WM — ursachi / detail
  66. started adding in new WM — ursachi / detail
  67. Only compute lifting operatos if setSolutionField is called. Needed for proper error estimates. — galbramc / detail
  68. ray path for single layer; tested for both isothermal and linear temperature layers — allmaras / detail
  69. More intel tolerance relaxing — galbramc / detail
  70. Remove DeveloperException check — galbramc / detail
  71. Use implied metric in cost calculation for isotropic optimization — galbramc / detail
  72. new adaptation script for Pointwise; also hard-coded viscous layers parameters — allmaras / detail
  73. replaced a few least-used IBL3 output — shunz / detail
  74. Relaxier tolerance — galbramc / detail
  75. some machines need cmath; not mine — allmaras / detail
  76. fixed line length issue — allmaras / detail
  77. Another tolerance relaxation — galbramc / detail
  78. Intel... — galbramc / detail
  79. Intel... — galbramc / detail
  80. added an option for arc fairing for duct hex grid — shunz / detail
  81. generalize fairing from arc of circle to ellipse — shunz / detail
  82. removed class Cartesian, Cylindrical, Axisymmetric from SANSnumerics.h and all *.h, *.cpp files; — allmaras / detail
  83. added simplified form of d(y)/d(phi) for ray path (linear temperature layer) — allmaras / detail
  84. added corner fairing option to S-duct hex grid — shunz / detail
  85. added and tested new WM with fm1 functions — ursachi / detail
  86. Ben test case final push — waligura / detail
  87. added parameters pwFilename and glfFilename to Pointwise PyDict — allmaras / detail
  88. made inviscid Joukowski case consistent with pwFilename/glfFilename Pointwise PyDict parameters — allmaras / detail
  89. added pwFilename for Pointwise PyDict parameter — allmaras / detail
  90. more pwFilename Pointwise param changes for 3D L2 projection — allmaras / detail
  91. relaxed tolerance on area test for raypath — allmaras / detail
  92. relaxed tolerance on test for DG-to-CG projection — allmaras / detail
  93. Updates to RotorSource viscous losses — galbramc / detail
  94. Update RotorSource viscous formulation. Update build for avro. — galbramc / detail
  95. Forgot a file — galbramc / detail
  96. cleaned up new WM — ursachi / detail
  97. Re-enable BodyForce constrained solver — galbramc / detail
  98. XField includes for meshing — allmaras / detail
  99. XField includes for meshing: missed one — allmaras / detail
  100. XField includes for CAPS user interface — allmaras / detail
  101. more XField includes — allmaras / detail
  102. more XField includes — allmaras / detail
  103. more Field includes — allmaras / detail
  104. DistanceFunction template arguments for BodyForceSolver — allmaras / detail
  105. renamed and cleaned up some of the 1D wall-modeling — ursachi / detail
  106. more XField includes — allmaras / detail
  107. missing Axes template in AlgebraicEquationSet_Debug for sandbox codes; — allmaras / detail
  108. Add dumpTecplotBodyForce to BodyForceSolver — galbramc / detail
  109. separate definitions needed for static const's in structs/classes (there — allmaras / detail
  110. removed troublesome sandbox cases from no-compile list; now list is back — allmaras / detail
  111. reconciled undefined references (mostly new libraries due to re-org of Field directory) — allmaras / detail
  112. Forgot a file and fix a warning — galbramc / detail
  113. One more warning fix — galbramc / detail
  114. more reconciling library dependencies; XField includes — allmaras / detail
  115. reconcile undefined references in sandbox cases — allmaras / detail
  116. reconciling undefined XField references — allmaras / detail
  117. added MPI fixture to all Field subdirectory unit tests — allmaras / detail
  118. WAG (since I can't recreate the problem locally): included XField_impl.h — allmaras / detail
  119. oops: got to get the correct include directory... — allmaras / detail
  120. reconcile undefined references — allmaras / detail
  121. reconcile undefined references — allmaras / detail
  122. added spaces; just something to make a new commit — allmaras / detail
  123. Add radial coefficients for body force viscous dissipation — galbramc / detail
  124. Forgot a file and fix a warning — galbramc / detail
  125. Forgot more files — galbramc / detail
  126. Forgot to update a test — galbramc / detail
  127. Fix body force convergence tolerance specification — galbramc / detail
  128. Add TtRel output for body forces — galbramc / detail
  129. Axisymmetric AD capabilities modified and added — cwomack / detail
  130. Added new axisymmetric output functionals — cwomack / detail
  131. Dump body force information on interior groups — galbramc / detail
  132. Fix last commit — galbramc / detail
  133. Fixed vera error — cwomack / detail
  134. added specified velocity to adiabatic and isothermal NS BCs; — allmaras / detail
  135. Fixed vera errors — cwomack / detail
  136. Tq, Tg parameters for BC normal flux — allmaras / detail
  137. added quadratureOrder() member function — allmaras / detail
  138. added UseSchurComplement template parameter for globally constrained systems — allmaras / detail
  139. add 2nd option for globally constrained AES that uses a direct global solve — allmaras / detail
  140. compile-time check & dump of types — allmaras / detail
  141. Add more output functionals for RotorSource — galbramc / detail
  142. Add vera exclusion — galbramc / detail
  143. Fixed vera errors — cwomack / detail
  144. added 2D triangle test for VMSD-BR2 cell integrand and residual, including VectorD<ArrayQ> interfaces — allmaras / detail
  145. Add PtRot and Kr3 for body forces — galbramc / detail
  146. Jenkins script fix — galbramc / detail
  147. Remove all of ntref from RANSSA. Add 3D SA-R term. — galbramc / detail
  148. Fix compile errors and upgrade NLOPT to 2.7.1 — galbramc / detail
  149. Another compile fix — galbramc / detail
  150. More compile fixes — galbramc / detail
  151. added 2D FieldWeighted integrand/integral tests for VMSD-BR2 — allmaras / detail
  152. modifications to VMSD-BR2 needed for global constraints — allmaras / detail
  153. instantiations needed for global constraints without Schur complement solve (i.e. direct solve on flattened matrix) — allmaras / detail
  154. modifications needed for global constraints with direct solve of flattened global matrix — allmaras / detail
  155. added matrix write during initialization — allmaras / detail
  156. compressible lid-driven cavity flow with global mass constraint (stabilized CG and VMSD-BR2) — allmaras / detail
  157. Add error functions erf and erfc to Surreal — galbramc / detail
  158. Corrections for intel — galbramc / detail
  159. Add tolerance for intel error function Surreal tests — galbramc / detail
  160. added back in a 3-parameter template for FunctionalCell_Galerkin_impl — allmaras / detail
  161. vera line length squawk — allmaras / detail
  162. added differential multiplier (r in r*dr*dz for Axisymmetric) to all ElementXFields — allmaras / detail
  163. incorporated differential weight (r in r*dr*dz for Axisymmetric) to all integrals — allmaras / detail
  164. Make camberlines constant radius for RotorSource. Other rotor source fixes. — galbramc / detail
  165. Undo file rename — galbramc / detail
  166. added unit tests for GalerkinWeightedIntegral & GalerkinWeightedIntegral_New — allmaras / detail
  167. added differential multiplier to integrations for FP and LIP Kutta condition (even though these are expected to be Cartesian) — allmaras / detail
  168. initial creation of 2-D axisymmetric Euler/NS PDE & BC classes; Roe upwinding — allmaras / detail
  169. bug fix in normal flux for no-slip adiabatic BC with moving wall (energy flux — allmaras / detail
  170. bug fix in normal flux for 2D no-slip, adiabatic BC with moving walls (energy is — allmaras / detail
  171. typo fix — allmaras / detail
  172. XField template modifications required for successful build of Axisymmetric — allmaras / detail
  173. renamed some boundary conditions — ursachi / detail
  174. modified calls to XField2D_Box_Triangle_X1 to reflect that it is now templated (with default Axes=Cartesian) — allmaras / detail
  175. instantiations needed for axisymmetric globally constrained (size 5 systems) — allmaras / detail
  176. member function additions/changes needed for axisymmetric ND convert — allmaras / detail
  177. adding some missed logic — deanna.sewell / detail
  178. Add skin friction output for body forces — galbramc / detail
  179. added BDF routine modifications that were staged but not included in previous commit — deanna.sewell / detail
  180. Compile fix — galbramc / detail
  181. Actual correct wall shear stress calculations. — galbramc / detail
  182. Forgot a file — galbramc / detail
  183. fixed a compile warning — deanna.sewell / detail
  184. vera fix — galbramc / detail
  185. Warning and unintialized data fixes — galbramc / detail
  186. Reformatted test cases, fixed hierarchical if statement — cwomack / detail
  187. Initialize blockage to 1 — galbramc / detail
  188. all Field classes must be templated with Axes (since they contain and/or — allmaras / detail
  189. Fix shear stress calculation — galbramc / detail
  190. more XField* and Field* templating with Axes; trying to compile, link and — allmaras / detail
  191. Fix blockage initialization — galbramc / detail
  192. more XField* and Field* templating with Axes; trying to compile, link and — allmaras / detail
  193. vera squawks — allmaras / detail
  194. Axes templating for AFLR2 — allmaras / detail
  195. more Axes related bugs and squawks — allmaras / detail
  196. more Axes fixes — allmaras / detail
  197. eliminated unused variables — allmaras / detail
  198. Set no fairing for duct wall surface grid — shunz / detail
  199. tried a case of uncoupled IBL on arc surface — shunz / detail
  200. Axes templates for avro — allmaras / detail
  201. more Axes in avro fixes — allmaras / detail
  202. avro instantiations require Cartesian parameter — allmaras / detail
  203. more avro Axes fixes — allmaras / detail
  204. fixed outdated stuff due to updates of Axisymmetric API and Field directory reorg — shunz / detail
  205. fixed too-narrow assertion. updated use of interior trace group indexing — shunz / detail
  206. avro Axes fixes — allmaras / detail
  207. more fixes — allmaras / detail
  208. 4D avro instantiation — allmaras / detail
  209. removed some redundant unit test code (was producing a compiler warning) — allmaras / detail
  210. file IO updates in test case — shunz / detail
  211. 2D wall model implementation and testing — ursachi / detail
  212. Played with a case with step/sigmoid function of inlet BC to show qe-based alpha is not too dissipative — shunz / detail
  213. played with 2D IBL cases to compare heuristic and corrected LF fluxes in PhD thesis — shunz / detail
  214. Fix redundant pi/180 multiplication for asymmetric rotor source — galbramc / detail
  215. Add missing pi/180 for asymmertic Rotor Source parameter bounds — galbramc / detail
  216. Try moving the pi/180 scaling again — galbramc / detail
  217. Forgot a file — galbramc / detail
  218. Fixed DOF calculation — cwomack / detail
  219. Fixed XField error, changed Axisym DBL to run automatically — cwomack / detail
  220. Fix halving linesearch dumpField — galbramc / detail
  221. Update unit test — galbramc / detail
  222. More unit test updates — galbramc / detail
  223. Don't try to compare tecplot files. — galbramc / detail
  224. Suppress cmake dev warning — galbramc / detail
  225. Still need to remove the files — galbramc / detail
  226. Try and try again — galbramc / detail
  227. Relax timing — galbramc / detail
  228. Use min for SA-R for now. — galbramc / detail
  229. Minor PTC update — galbramc / detail
  230. added WM joukowski test case — ursachi / detail
  231. Updates to SA-R — galbramc / detail
  232. bsans old commits — waligura / detail
  233. Use smooth math for SA-R — galbramc / detail
  234. Added p adjoint to DGBR2 interface — cwomack / detail
  235. Axes templating; defaults to Axes=Cartesian wherever needed — allmaras / detail
  236. added Axes template to XField2D_Box_Quad_X1; default to Cartesian — allmaras / detail
  237. Fixed vera error and FINALLY tracked down meshing issue — cwomack / detail
  238. Fixed vera errors — cwomack / detail
  239. addes Axes templates; default to Cartesian — allmaras / detail
  240. modified globally constrained infrastructure to allow for more general constraints (e.g. boundary constraint) — allmaras / detail
  241. added axisymmetric centerline BC for Euler/NS — allmaras / detail
  242. added pressure evaluation function to Q-interpreters — allmaras / detail
  243. added Brenner to axisymmetric; no unit tests yet — allmaras / detail
  244. output functionals for axisymmetric — allmaras / detail
  245. source and source Jacobian terms for axisymmetric Euler/NS — allmaras / detail
  246. code clean up for solid-body rotation solution — allmaras / detail
  247. changed template parameter from PDE to OutputFunctional to better reflect — allmaras / detail
  248. temporary fix for setting Axes within NDConvert functions; requires Axisymmetric — allmaras / detail
  249. attempt at adding boundary-trace pressure constraint (hard part is Lagrange multiplier term) — allmaras / detail
  250. updated test case to new interface for globally constrained; primary mods are — allmaras / detail
  251. corrected template parameters and BCBase types in Lagrange multiplier — allmaras / detail
  252. corrected ND issues and BC mapping issues for Lagrange multiplier term (still doesn't — allmaras / detail
  253. more mods/corrections for boundary-trace pressure constraint — allmaras / detail
  254. Fix bounding box check for body force camber surfaces — galbramc / detail
  255. Even more robust body force camber surface bounding box calculation — galbramc / detail
  256. added SurrealS operator= option to PyDict — allmaras / detail
  257. undo previous PyDict changes since python itself cannot support Surreals — allmaras / detail
  258. Added system tests for solver interfaces — cwomack / detail
  259. Fixed errors — cwomack / detail
  260. Fixed errors (should've been in last commit) — cwomack / detail
  261. More SA-R updates — galbramc / detail
  262. Fixed link errors — cwomack / detail
  263. Reverted CMakeLists changes — cwomack / detail
  264. Upgrade to latest refine — galbramc / detail
  265. Fix compile error — galbramc / detail
  266. One more refine fix — galbramc / detail
  267. vera fix — galbramc / detail
  268. Update CMake for ParMETIS/METIS on github. Updated to newer Find Python3. — galbramc / detail
  269. Don't write restart.meshb from refine — galbramc / detail
  270. Remove restart.meshb from refine — galbramc / detail
  271. Rework metis/parmetis build again — galbramc / detail
  272. Don't build extern libs in parallel — galbramc / detail
  273. Fix intel warning — galbramc / detail
  274. Update GKlib build and suitesparse check — galbramc / detail
  275. Forgot a file — galbramc / detail
  276. PDERANSSA3D and unit test changes for Catris model implementation from Andrew — waligura / detail
  277. changes to PDERANS3D with turbulence model implementation updates — waligura / detail
  278. actual commit for PDERANS3D that incorporates all merges — waligura / detail
  279. Another parmetis build fix — galbramc / detail
  280. Update cmake summary file — galbramc / detail
  281. Finally maybe — galbramc / detail
  282. vera changes to the PDE and constructor changes to test cases — waligura / detail
  283. Print absolute and relative PETSc tolerance — galbramc / detail
  284. Add fPIC when building GKlib — galbramc / detail
  285. More cmake fixes — galbramc / detail
  286. Remove message — galbramc / detail
  287. Maybe finally got it right... — galbramc / detail
  288. changed backsolve to not modify RHS (b) — ursachi / detail
  289. small commit to test jenkins again — waligura / detail
  290. Slightly prettier formatting for PETSc history — galbramc / detail
  291. Add metis to refine libraries — galbramc / detail
  292. Navier Stokes test case I'm having trouble with — waligura / detail
  293. made WM a turbulence model option (instead of adding an input to the — ursachi / detail
  294. Added adjoint DBL to scalar function — cwomack / detail
  295. Fixed unit test tolerance issue — cwomack / detail
  296. Lowered DBL unit test tolerance — cwomack / detail
  297. Changed BOOST_CHECK to SANS_CHECK — cwomack / detail
  298. supersonic case update — waligura / detail
  299. Added renat999@mit.edu to DeveloperEmailAddresses — renat999 / detail
  300. Axes template for DG interior and boundary traces — allmaras / detail
  301. Axes template for XField_CellToTrace — allmaras / detail
  302. Add fourier modes for asymmetric rotor body forces — galbramc / detail
  303. Forgot a file — galbramc / detail
  304. Update test — galbramc / detail
  305. sansBOOM mods for AV jump sensor — darmofal / detail
  306. Fixes for Ubuntu 22.04. Compiler flags for IntelLLVM and relaxed tolerances. — galbramc / detail
  307. Fix permissions — galbramc / detail
  308. Intel and gnu12 fixes — galbramc / detail
  309. Add missing instantiations — galbramc / detail
  310. More link error fixes — galbramc / detail
  311. One more missing instantiation — galbramc / detail
  312. Relax tolerance for intel — galbramc / detail
  313. Put calculateStroudQuadrature in SANS namespace — galbramc / detail
  314. Refactor non-symmetric body forces — galbramc / detail
  315. Compile fix — galbramc / detail
  316. Vera fix — galbramc / detail
  317. Fix warning and ping test — galbramc / detail
  318. Adjusting finite difference — galbramc / detail
  319. Smaller step size — galbramc / detail
  320. new changes to PDERANS3D to include jacobian fixes — waligura / detail
  321. small vera mistake I missed — waligura / detail
  322. Upgrade to ESP 1.20 — galbramc / detail
  323. Fix warning — galbramc / detail
  324. sansLIPAIM python fixes — galbramc / detail
  325. Fixed the unit test for zero species — renat999 / detail
  326. Fix geometry construction — galbramc / detail
  327. More ESP updates — galbramc / detail
  328. Spatial implementation of sansBOOM created as sansBOOM2D — darmofal / detail
  329. More egads fixes — galbramc / detail
  330. Add WallSlip BC for 3D RANSSA — galbramc / detail
  331. Fix last commit — galbramc / detail
  332. Fix array bounds error — galbramc / detail
  333. Added test cases for Nspecies=1. Still a bug. — renat999 / detail
  334. Added test cases for Nspecies=1. Still a bug. — renat999 / detail
  335. Add PtPolynomials to 3D PtTt BC — galbramc / detail
  336. Fix compile error — galbramc / detail
  337. Update input checks for total pressure profile — galbramc / detail
  338. added tests for remainder of block 2x2 jacobians: d(PDE)/d(qp), d(PDEp)/d(q), d(PDEp)/d(qp) — allmaras / detail
  339. templated Axes for UnitGrids XField2D_Box_UnionJack_Triangle_X1, XField2D_CubicSourceBump_Xq, — allmaras / detail
  340. Fix rotor source asymmetric normal vectors — galbramc / detail
  341. Fix last commit — galbramc / detail
  342. Fixed sansBOOM SpaceTime1D with multiple species. — renat999 / detail
  343. Add legacy VTK and Exodus metric files — galbramc / detail
  344. VTK fixes — galbramc / detail
  345. Fixed Body Force solver sensitvity — galbramc / detail
  346. Warning fixes — galbramc / detail
  347. fixed vera errors: long line — shunz / detail
  348. fixed vera errors: long line — shunz / detail
  349. updated include paths — shunz / detail
  350. updated include paths — shunz / detail
  351. removed outdated sandbox case — shunz / detail
  352. updated usage of 3D quad sheet grid's interior trace group count — shunz / detail
  353. updated pyrite files. relaxed pyrite tolerance. fixed IO file/path names — shunz / detail
  354. turned off file output — shunz / detail
  355. PDEsansBOOM2D.h updates — darmofal / detail
  356. relaxed tolerance for intel — shunz / detail
  357. relaxed tolerance again for intel — shunz / detail
  358. Remove depricated sprintf — galbramc / detail
  359. Add cirumfirential body force — galbramc / detail
  360. Use system valgrind — galbramc / detail
  361. Fix warning — galbramc / detail
  362. Derivative calculation fixes for asymmetric body forces — galbramc / detail
  363. Suppress sanitizer odr violations. Add the ability for ugrid reader to — galbramc / detail
  364. CMake file fix — galbramc / detail
  365. Forgot to update files. Some cppcheck fixes. — galbramc / detail
  366. added wall model for 3D — ursachi / detail
  367. added missing template arguments — ursachi / detail
  368. Update 2D SA_R to latest deffinition on TMR — galbramc / detail
  369. Fix abs with fabs — galbramc / detail
  370. added a missing const — ursachi / detail
  371. raised tolerance slightly for test — ursachi / detail
  372. More robust normal field for rotor source — galbramc / detail
  373. Update MultiScale for latest refine. Replace vsprintf with vsnprintf. — galbramc / detail
  374. Working sansBOOM2D with unit tests for the PDE — renat999 / detail
  375. Update rotor source ping test — galbramc / detail
  376. Refactor and simplified NormalField to use axial and raidal instead of cartesian coordinates — galbramc / detail
  377. Minor fixes — galbramc / detail
  378. Write out unconverged_surf.dat for BodyFroce RANS calculations. — galbramc / detail
  379. Add manual body force magnitude specification — galbramc / detail
  380. Change deltaRef to forceMag in normal field dump — galbramc / detail
  381. Forgot to update some python inputs — galbramc / detail
  382. DGBR2/DGBR4 low-level modification integrated. — cfrontin / detail
  383. templateized DiscretizationDGBR2 implemented, working on one test case. — cfrontin / detail
  384. test/sandbox cases updated with templateized DGBR — cfrontin / detail
  385. unit test brute force replacement — cfrontin / detail
  386. unit test fixes ; make unit working — cfrontin / detail
  387. initialized variables to zero to fix compiler warnings — ursachi / detail
  388. Add new asymmetric forces to optimizer. Fix RotorForce tecplot dump. — galbramc / detail
  389. system test update dgbr2 templatizaiton — cfrontin / detail
  390. fixed weird type mismatch in adapt3d_DGBR2_ranssa_HCH_toy.cpp — cfrontin / detail
  391. test case changes to update — waligura / detail
  392. sandbox case add 2 — waligura / detail
  393. changes before Ben switch — waligura / detail
  394. think it should pass now. — cfrontin / detail
  395. Try to capture discontinuities for Rotor source teclot output — galbramc / detail
  396. Fix typo — galbramc / detail
  397. Added Area + Atmos. variations to sansBOOM2D — renat999 / detail
  398. Fixes to previous commit — renat999 / detail
  399. sansBOOM2D directories — renat999 / detail
  400. cleaned up files — ursachi / detail
  401. added wall function BC for 3D — ursachi / detail
  402. Blasius + polar coordinate test problems and functions — cwomack / detail
  403. added instantitations containing Axes template for XField2D_Box_UnionJack_Triangle_X1 — allmaras / detail
  404. explicitly added Axes to all apply<> and check<> calls; this is needed because — allmaras / detail
  405. added Axes template parameters — allmaras / detail
  406. Axisymmetric instantiations — allmaras / detail
  407. mods needed for extending global constraints to boundary terms and systems — allmaras / detail
  408. mods to artificial viscosity sensor PDE needed for Axisymmetric — allmaras / detail
  409. added dump of solution (x from Ax = b) for UMFPACK — allmaras / detail
  410. modified halving linesearch diagnostics to dump out full solution change — allmaras / detail
  411. added constant CFL number option to PTC — allmaras / detail
  412. added function to return vector of base altitudes for all layers in atmosphere — allmaras / detail
  413. proper spelling for Blohkinzev (previously had the h & k swapped) — allmaras / detail
  414. turned off some print statements — allmaras / detail
  415. added Reflect BC; bug fixes and code clean-up — allmaras / detail
  416. continued development of axisymmetric test cases; addition of Brenner and SBR perturbation PDEs; — allmaras / detail
  417. code clean-up — allmaras / detail
  418. added sans-differential integration (e.g. without r for axisymmetric); needed — allmaras / detail
  419. fixed merge conflicts — allmaras / detail
  420. fixed vera line length squawks — allmaras / detail
  421. relaxed tolerances on tests — allmaras / detail
  422. missed an apply<> template — allmaras / detail
  423. added a template parameter to AlgebraicEquationSet_GloballyConstrained_PTC — allmaras / detail
  424. vera squawk — allmaras / detail
  425. int -> size_t in for loops — allmaras / detail
  426. removed axisymmetric SBR and TP1 test cases for now — allmaras / detail
  427. removed unused variable from test — allmaras / detail
  428. over-wrote a dump pattern file — allmaras / detail
  429. unused typedef removed — allmaras / detail
  430. missing dump pattern file — allmaras / detail
  431. relaxed test tolerance (for intel...) — allmaras / detail
  432. added jacobianFluxViscous to axisymmetric NS; unit tested — allmaras / detail
  433. updated augmented interface to use Dirichlet/Neumann form — allmaras / detail
  434. added option to evaluate Glasby tau without source term contribution — allmaras / detail
  435. added an explicit Axes typedef to all PDE and Output classes; NDConvert now — allmaras / detail
  436. axisymmetric NS function diffusionViscousGradient coded and unit tested — allmaras / detail
  437. added/corrected axisymmetric NS jacobianSource term with unit tests — allmaras / detail
  438. Addition of updated mathematica testing notebooks for PDERANS2D tests — waligura / detail
  439. Add camber surface dump — galbramc / detail
  440. Suppress Boost new version warnings in CMake — galbramc / detail
  441. added Axes template to XField1D mesher — allmaras / detail
  442. Axes fixes and instantiations needed for 1D axisymmetric solve — allmaras / detail
  443. added linear temperature option of noslip-isothermal BC; added new solution — allmaras / detail
  444. added solution function for stagnant flow with linear-in-z temperature (and constant pressure); — allmaras / detail
  445. Added folders — renat999 / detail
  446. Added files — renat999 / detail
  447. Add body force normal and pallel forces to deltaRef tecplot dump — galbramc / detail
  448. Fixed sansBOOM to be up to date with the master br — renat999 / detail
  449. Fixed vera errors — cwomack / detail
  450. Fixed errors, added template argument — cwomack / detail
  451. fixed templating error — cwomack / detail
  452. Changed test suite name — cwomack / detail
  453. Removed unused variable — cwomack / detail
  454. Update SuiteSparse build. Relax some testing tolerances. — galbramc / detail
  455. Fixes for exodus file IO — galbramc / detail
  456. Standardized DBL cases, added unit test for annulus — cwomack / detail
  457. Use step matrix FrobNorm minimization for implied metric optimization. — galbramc / detail
  458. updated Tecplot output for VMSDBR2 to be consistent with boundary flux — ursachi / detail
  459. forgot to include updated cmakelist with previous commit — ursachi / detail
  460. forgot to actually commit the Tecplot output file — ursachi / detail
  461. Added axisymmetric DBL — cwomack / detail
  462. changed variable name to nt to be consistent with rest of code — ursachi / detail
  463. Add fluent reader to support Pointwise generated meshes for RotorSource — galbramc / detail
  464. Forgot updated partitioning files — galbramc / detail
  465. One more missing file — galbramc / detail
  466. Added sag6096@psu.edu to DeveloperEmailAddresses — sag6096 / detail
  467. added gradients for specified velocity for no-slip, isothermal BC — allmaras / detail
  468. Forgot one more file — galbramc / detail
  469. Add another file to COTIRE_IGNORE — galbramc / detail
  470. Fix group numbering on older gcc versions for Fluent reader — galbramc / detail
  471. added Axes template to meshers, error estimates, local problems, adaptation — allmaras / detail
  472. 1D and 2D axisymmetric instantiations for meshers, error estimates, local problems, adaptation — allmaras / detail
  473. added Axes template to CostModel_LogEuclidean; also modified integration — allmaras / detail
  474. Expose SA Flavours for Rotor Source calculations — galbramc / detail
  475. missed a couple files with added Axes templates — allmaras / detail
  476. Removed annulus unit test while fixing bug — cwomack / detail
  477. Removed unused variables — cwomack / detail
  478. Loosened tolerance on one test — cwomack / detail
  479. Galerkin strong-form BC implementation classes renamed to be consistent with file name — allmaras / detail
  480. Add pressure gradient terms to RotorSource — galbramc / detail
  481. Relax tolerance — galbramc / detail
  482. consistent interface in augmented integrand for both Dirichlet and Neumann constraints — allmaras / detail
  483. added option for SUPG with source term for test-function operator; — allmaras / detail
  484. added option to add both q-gradient and qp-gradient into lifted gradient; — allmaras / detail
  485. added code for integration without the differential multiplier (e.g. r in Axisymmetric); — allmaras / detail
  486. Added sag6096@mit.edu to DeveloperEmailAddresses — sag6096 / detail
  487. fixed merge conflicts — allmaras / detail
  488. vera line-length squawks — allmaras / detail
  489. added missing Axes in refine and related instantiations — allmaras / detail
  490. fixed vera squawk — allmaras / detail
  491. Add RotorSource flow tangency model — galbramc / detail
  492. Fix for intel compiler — galbramc / detail
  493. Remove redundtant email — galbramc / detail
  494. Adjust ping test — galbramc / detail
  495. Add clVariableType. Fix sourceJacobianAbs for RotorFlowTan. — galbramc / detail
  496. added compiler warning suppression for Ping_Euler_RotorSource_btest.cpp — allmaras / detail
  497. added compiler suppression -Wno-maybe-uninitialized to BodyForceSolver_*.cpp — allmaras / detail
  498. fixed nightly warnings: possibly uninitialized variables — allmaras / detail
  499. First incorporation of Standard Atmosphere, and altitude dependent Absorption — renat999 / detail
  500. Saving first draft of polar coordinates, axisym changes — cwomack / detail
  501. raypath code for multi-layer atmospheres; functions of both z and s — allmaras / detail
  502. Mathematica file for unit tests of raypath code for standard atmosphere — allmaras / detail
  503. some compilers need #include <vector> — allmaras / detail
  504. increased tolerances on raypath tests — allmaras / detail
  505. Support 2D CG periodic solutions. Add 2D RotorSource calculations. — galbramc / detail
  506. Fix for 2D CG periodic in parallel — galbramc / detail
  507. Fix ArcCamber angle definition. Allow both positive and negative angles — galbramc / detail
  508. Fix FieldLib library order — galbramc / detail
  509. Standard Atmosphere RayPathS and absorption added — renat999 / detail
  510. Allow constrained body force solves in 2D — galbramc / detail
  511. Fix tankap for 2D. Add rhofn to RotorSource output. Fix link errors. — galbramc / detail
  512. Fix 2D RotorSource tecplot dump — galbramc / detail
  513. Put back rotor source tan(kappa) — galbramc / detail
  514. Fix tecplot dump for 2D body forces to use PASSIVEVARLIST. Get FlowTan body foces working in 2D. — galbramc / detail
  515. Forgot a file — galbramc / detail
  516. Correction to asymmetric Pt inflow BC — galbramc / detail
  517. Fix typo — galbramc / detail
  518. One more bug fix — galbramc / detail
  519. Compile fix — galbramc / detail
  520. Fixed compiler errors — galbramc / detail
  521. A few jenkins fixes — galbramc / detail
  522. Warning and link fixes — galbramc / detail
  523. More link error fixes — galbramc / detail
  524. Fix includes — galbramc / detail
  525. Fix some link errors — galbramc / detail
  526. Not sure what I fixed... — galbramc / detail
  527. Add placeholder HUMOR meshing interface — galbramc / detail
  528. Fixes for last commit — galbramc / detail
  529. More seacas guards — galbramc / detail
  530. One more seacas protection — galbramc / detail
  531. Add one seacas dependency — galbramc / detail
  532. Fixed test cases and unified results — cwomack / detail
  533. Fixed vera errors — cwomack / detail
  534. Added to vera exclusions — cwomack / detail
  535. Add unsteady to BodyForces — galbramc / detail
  536. Sending DG changes to Steve — cwomack / detail
  537. Add missing updated RK examples. Update history output for unsteady BodyForce — galbramc / detail
  538. added Axes templates for missing DG error estimates; added instantiations for axisymmetric DG — allmaras / detail
  539. Invert eigen vector scaling for exodus files — galbramc / detail
  540. Pad zeros in body force file names — galbramc / detail
  541. Fix compile error — galbramc / detail
  542. additional Axes mods and axisymmetric/polar instantations needed for 'make check' — allmaras / detail
  543. Compile fixes and corrections to Exodus file write — galbramc / detail
  544. Forgot a file — galbramc / detail
  545. Fix call to HUMOR — galbramc / detail
  546. Exodus reader fix — galbramc / detail
  547. Missed a file — galbramc / detail
  548. More humor options — galbramc / detail
  549. Fix typo — galbramc / detail
  550. Pushing code, missing defaulted Axes — cwomack / detail
  551. Add KarypisLab tar scripts — galbramc / detail
  552. added Axes templates into VMSD error estimates — allmaras / detail
  553. Update KarypisLab tar scripts — galbramc / detail
  554. 1st draft polar adaptation — cwomack / detail
  555. Fix normal mach output for 2D — galbramc / detail
  556. Runge Kutta updates — galbramc / detail
  557. Minor fixes — galbramc / detail
  558. Switch to BDF — galbramc / detail
  559. Fix missing instantiation — galbramc / detail
  560. Add omega to constrained solver outputs — galbramc / detail
  561. Use CFL based time stepping for BDF — galbramc / detail
  562. Don't return results when constrained solver fails — galbramc / detail
  563. Fix cylindrical pressure probe output — galbramc / detail
  564. Fix typo — galbramc / detail
  565. Add fluent format documentation — galbramc / detail
  566. Fix pressure probe output one more time — galbramc / detail
  567. Changes to polar normal vector — cwomack / detail
  568. Add pressure output for rotor source — galbramc / detail
  569. Test mods — cwomack / detail
  570. first step towards a variable Prt model — waligura / detail
  571. Changes for Steve — cwomack / detail
  572. fixed polar coordinates integration bug; changed all ElementXField definitions for jacobianDeterminant, — allmaras / detail
  573. Blend equations for FlowTan — galbramc / detail
  574. Add more RotorSource 3D dumps. Default double precision for tecplot dumps. — galbramc / detail
  575. Add dp/deta to delta dump — galbramc / detail
  576. Fix compile errors — galbramc / detail
  577. Add cylindrical relative velocity components — galbramc / detail
  578. Fix line search unit tests — galbramc / detail
  579. fixed polar-coordinates differential length and area functions, along with — allmaras / detail
  580. Saving polar changes — cwomack / detail
  581. Add tolerane to valid x-range for 2D rotor outputs — galbramc / detail
  582. Fix vector size for DeltaRef dump — galbramc / detail
  583. polar bug fix: volume() -> volumePhysical() & area() -> areaPhysical() — allmaras / detail
  584. made *sansDifferential and *Mesh integrations consistent (i.e. the same as — allmaras / detail
  585. many changes to variable types to incorporate a variable conductivity with Prt — waligura / detail
  586. incorporated 1/r into theta derivative for polar in evalBasisGradient (which — allmaras / detail
  587. modified polar Hessian to correctly include 1st derivatives and 1/r terms — allmaras / detail
  588. Saving changes — cwomack / detail
  589. Update tecplot dump for flowTan body force. Allow getting EGADS model from pyton for BodyForces/ — galbramc / detail
  590. Fix fn dump in deltaRef — galbramc / detail
  591. solving for s ahead of time — renat999 / detail
  592. Fix compilere warning and guard against divide by zero — galbramc / detail
  593. Change flowTan model at bounds. Fix deltaRef dump. — galbramc / detail
  594. Update unit tests — galbramc / detail
  595. Reverse sign of tan(kappa) for Peters body force term — galbramc / detail
  596. Dump out delta and kappa in deg for body forces — galbramc / detail
  597. Polar modifications — cwomack / detail
  598. added missing template — ursachi / detail
  599. added 2D flatplate test case (includes WM) — ursachi / detail
  600. Expose fsig in RotorFlowTan python arguments. Add env args to valgrind execution. — galbramc / detail
  601. Remove Ntheta scaling from FlowTan force — galbramc / detail
  602. Change scaling on normal force back to 1/r — galbramc / detail
  603. Fix cmake warning — galbramc / detail
  604. Add kShock to body force interface and change flowTan viscous model again — galbramc / detail
  605. Add missing kShock — galbramc / detail
  606. Polar bug fixes — cwomack / detail
  607. Fixed link errors — cwomack / detail
  608. working modification of PDERANS with a new Prt datatype defined with surreals. This build does not have the correct contructor formulation for PDERANSSA though — waligura / detail
  609. Change Rotor Rot/Rel outputs to specify rotor and position — galbramc / detail
  610. Sandbox polar changes — cwomack / detail
  611. sandbox changes — cwomack / detail
  612. Fixed vera errors — cwomack / detail
  613. Added annulus grids — cwomack / detail
  614. Sanbox changes — cwomack / detail
  615. Sandbox changes — cwomack / detail
  616. sandbox — cwomack / detail
  617. Add TECIO support. Fix compiler warnings. Fix projection from Hierachical to Lagrange in 2D. — galbramc / detail
  618. sandbox — cwomack / detail
  619. sandbox — cwomack / detail
  620. sandbox — cwomack / detail
  621. sandbox — cwomack / detail
  622. sandbox — cwomack / detail
  623. sandbox — cwomack / detail
  624. isandbox — cwomack / detail
  625. sandbox — cwomack / detail
  626. dbl — cwomack / detail
  627. dbl — cwomack / detail
  628. sandbox — cwomack / detail
  629. sandbox — cwomack / detail
  630. sandbox — cwomack / detail
  631. sandbox — cwomack / detail
  632. sandbox — cwomack / detail
  633. sandbox — cwomack / detail
  634. sandbox — cwomack / detail
  635. sandbox — cwomack / detail
  636. sandbox — cwomack / detail
  637. sandbox — cwomack / detail
  638. sandbox — cwomack / detail
  639. sandbox — cwomack / detail
  640. sandbox — cwomack / detail
  641. Fix warning and tecplot file write — galbramc / detail
  642. sandbox — cwomack / detail
  643. sandbxo — cwomack / detail
  644. sandbxo — cwomack / detail
  645. Allows solving for Back Pressure with Body Forces. TECIO fixes. — galbramc / detail
  646. Output solved back pressure for body force constrained solver. Fix compile error. — galbramc / detail
  647. Add missing instantiation — galbramc / detail
  648. sandbox changes — cwomack / detail
  649. sandbox and tecplot changes — cwomack / detail
  650. fixed bugs — cwomack / detail
  651. adjusted tolerancw — cwomack / detail
  652. PDEsansBOOM2D all effects included. Still some details in Unit tests — renat999 / detail
  653. Implemented the QType for the AFT 2014 Transition model — sag6096 / detail
  654. sandbox — cwomack / detail
  655. stashing changes now as a backup since the NN functionality is almost online — waligura / detail
  656. Fix parallel Metric file write. Don't revert to a lienar mesh if local patch construction fails. — galbramc / detail
  657. Working Prt NN Modification with no derivatives — waligura / detail
  658. sandbox changes — cwomack / detail
  659. sandbox — cwomack / detail
  660. merging branches — cwomack / detail
  661. Added polar instantiations — cwomack / detail
  662. Added WM BC for AV — ursachi / detail
  663. Added lrochery@mit.edu to DeveloperEmailAddresses — lrochery / detail
  664. Added the AFT transition model and subsequent — sag6096 / detail
  665. Reverted tecplot changes — cwomack / detail
  666. Even more generalized asymmetric fourier functions. Fix NormalVelocity flux. Add parallel force to BodyForce tecplot dump. — galbramc / detail
  667. Fix compile error — galbramc / detail
  668. Fixes for optimizing body force asym normals — galbramc / detail
  669. Fixed lingering warnings and hard-coded H12 term. — sag6096 / detail
  670. Smoother AFT model — galbramc / detail
  671. Add wall search stress output for RANS AFT flatplate — galbramc / detail
  672. Fix asym gradient calculation — galbramc / detail
  673. Fixed vera errors — cwomack / detail
  674. Added avro to FP cases — sag6096 / detail
  675. Fixed vera error — cwomack / detail
  676. Fix template errors — galbramc / detail
  677. Vera changes, new advective flux BC — cwomack / detail
  678. Fixed all lingering warnings — sag6096 / detail
  679. *ACTUALLY* got rid of all lingering warnings. — sag6096 / detail
  680. NormalField unit test fix and fix RotorSource interior force dump. — galbramc / detail
  681. One more compile fix — galbramc / detail
  682. Allow removing body force radial normal component — galbramc / detail
  683. Fixes — cwomack / detail
  684. added explicit instantiations of output_Tecplot for grid only for both — allmaras / detail
  685. Change to area averaged NormalVelocity for RotorSource — galbramc / detail
  686. try 2: explicit instantitations for grid-only output_Tecplot — allmaras / detail
  687. Fixed jenkins issues — cwomack / detail
  688. Missed a file — galbramc / detail
  689. Added albornoz@mit.edu to DeveloperEmailAddresses — albornoz / detail
  690. Fix for Unit output — galbramc / detail
  691. More fixes for unit calculation — galbramc / detail
  692. Added ejwllms@mit.edu to DeveloperEmailAddresses — ejwllms / detail
  693. Fixed unit test errors — cwomack / detail
  694. Fix compile error — galbramc / detail
  695. Changed warning — cwomack / detail
  696. Changed warnings — cwomack / detail
  697. All effects (except wind) implementation for sansBOOM2D with unit tests — renat999 / detail
  698. Removed CMakeCache.txt and correct indentation in Absorption.h — renat999 / detail
  699. Removed sansBOOM from directory list in src/pde/CMakeLists.txt — renat999 / detail
  700. Removed test/unit/pde/sansBOOM — renat999 / detail
  701. All the missing unit test for sansBOOM2D directory — renat999 / detail
  702. Removed test/unit/pde/sansBOOM for the directory list in CMakeLists.txt — renat999 / detail
  703. Untracked last files realted to sansBOOM — renat999 / detail
  704. Added asmedina@mit.edu to DeveloperEmailAddresses — asmedina / detail
  705. Added dgoba@mit.edu to DeveloperEmailAddresses — dgoba / detail
  706. Added new Ptrip term to source(iSA) for AFT model — sag6096 / detail
  707. Fixed missing bracket — sag6096 / detail
  708. Fixed issue with power function — sag6096 / detail
  709. added check on clang compiler for #pragma's on boost special functions include — allmaras / detail
  710. changed #ifdef from __clang_analyzer__ to __clang__ for warning suppression on boost Bessel function — allmaras / detail
  711. Update tar scripts for parmetis — galbramc / detail
  712. Adding support for an advection-diffusion-reaction (ADR) solver — darmofal / detail
  713. Fix email — albornoz / detail
  714. Added sansBOOM directories again. The toy code for sansBOOM2D with VMSDBR2 is also present — renat999 / detail
  715. Fixing merge conflicts — renat999 / detail
  716. Added CMakeLists.txt in sansBOOM directories — renat999 / detail
  717. New working Prt model with derivatives implemented: still need to implement throughout PDERANSSA — waligura / detail
  718. Working version of Prt modeling with Duan implemented Neural Network (small). Still does not run because of solver issues though — waligura / detail
  719. removed all instantiations for 1D Polar; these were all previously commented out — allmaras / detail
  720. eliminated depricated #else branch for FIX_POLAR_BUG and FIXED_POLAR_GRADIENT; — allmaras / detail
  721. fixed nightly build squawks — allmaras / detail
  722. Make sure ccache script has execute permissions — galbramc / detail
  723. Changes to test case for supersonic run — waligura / detail
  724. Brenner fixes — waligura / detail
  725. Commiting to pull in the cluster. src/pde/OutputCell_SolutionErrorL2.h hacked to make 0 the srnos — renat999 / detail
  726. fixed nightly build squawks — allmaras / detail
  727. oops, bug fix for latest edit — allmaras / detail
  728. Toy codes to test DGBR2 and VMSDBR2 with analytical traveling wave — renat999 / detail
  729. Working Prt NN model implementation with 11 input variables and R^2 around 60%. The jacobian and gradient of the model are implemented as well, but nothing has been tested yet — waligura / detail
  730. other things needed to run — waligura / detail
  731. Compiled DistanceFunctionGradient, and add DistanceFunctionHessian. — galbramc / detail
  732. Added option for both AFT2014 and AFT2017 — sag6096 / detail
  733. fix for test case with importing from command line — waligura / detail
  734. "fixed" — waligura / detail
  735. fixing commit — waligura / detail
  736. fixing commit 2 — waligura / detail
  737. fixing commit 3 — waligura / detail
  738. fix 4 — waligura / detail
  739. Added smoothmax to smoothmath.h — sag6096 / detail
  740. Fix DistanceFunction Grad/Hess. Revive DistanceFunction tests. Add AFT2017. Refactor SA trip source for AFT. — galbramc / detail
  741. Supersonic working DuanS version — waligura / detail
  742. renamed wall model BC — ursachi / detail
  743. added isothermal WM BC — ursachi / detail
  744. made chit0 naming consistent — ursachi / detail
  745. forgot to add file for WM BC — ursachi / detail
  746. fixed variable type — ursachi / detail
  747. changes to the scaling in dataTransform to more accurately scale the simulation inputs. change made on super — waligura / detail
  748. Commit before reinstalling SANS — renat999 / detail
  749. Added in some of the blasius BC as well as AFT2019 — sag6096 / detail
  750. Fix ghost dof for broken CG fields — galbramc / detail
  751. Add actuator disk model. Fix tecplot CG dump for broken CG fields. — galbramc / detail
  752. Fix jacobianSource for AFT — galbramc / detail
  753. Fix compile error — galbramc / detail
  754. Missed instantiation — galbramc / detail
  755. Warning fixes — galbramc / detail
  756. Add avro guard — galbramc / detail
  757. Vera and warning fixes — galbramc / detail
  758. Fix compile error. Add linear offset to actuator disk psi_ts curve. — galbramc / detail
  759. Fix typo — galbramc / detail
  760. Fix array out of bound and sort keys for body force and actuator disk history files. — galbramc / detail
  761. Update nodal view for hex — galbramc / detail
  762. Fix actuator disk time integration — galbramc / detail
  763. Add asymmetric Pt to duct solver — galbramc / detail
  764. Fix compile error. Update TecIO build. — galbramc / detail
  765. Enable kt functions for Nozzle BC — galbramc / detail
  766. Fix time advancement for Duct Solver — galbramc / detail
  767. Add RANSSA RotorFlowTan — galbramc / detail
  768. Fixes for setting cn=0 with body forces — galbramc / detail
  769. Fix tests from last commit — galbramc / detail
  770. Added mbottot@mit.edu to DeveloperEmailAddresses — mbottot / detail
  771. Fix for finding numpy, and unit test fix — galbramc / detail
  772. Suppress warning and add missing instantiation — galbramc / detail
  773. Vera fix. More warning suppressions and timeout fixes — galbramc / detail
  774. Updated actuator disk model — galbramc / detail
  775. Forgot a file — galbramc / detail
  776. Getting some references working right so the unit tests run again. Getting ready to finalize the Prt unit test as well — waligura / detail
  777. Actuator disk fix — galbramc / detail
  778. Added tonyryu@mit.edu to DeveloperEmailAddresses — tonyryu / detail
  779. changing tolerances for unit tests for M1 Mac — tonyryu / detail
  780. Add NLF transition case — galbramc / detail
  781. Prt Model with working unnit test on Prt prediction — waligura / detail
  782. Change to IntelLLV as default for Intel compiler. — galbramc / detail
  783. Working Prt NN model with correct unit tests and deriviative implementation — waligura / detail
  784. Add scale factor for CompressiblePower calculation — galbramc / detail
  785. Cleaned up files for develop merge — waligura / detail
  786. Brought back all of the changes that I did not mean to make (I hope) — waligura / detail
  787. Relax tolerances for IntelLLVM — galbramc / detail
  788. Update RANSAFT NLF — galbramc / detail
  789. Additional changes to Prt modeling to fix nondimesional test case and also make adjustments on NeuralNetClosure — waligura / detail
  790. Write out PV for body forces — galbramc / detail
  791. IntelLLVM fix for TetGen — galbramc / detail
  792. Relax tolerances for Intel LLVM — galbramc / detail
  793. Enable dump of bodyforce RANS solutions — galbramc / detail
  794. Fix for last commit — galbramc / detail
  795. Added hnilsen@mit.edu to DeveloperEmailAddresses — hnilsen / detail
  796. Use PI insteady of M_PI for Surreal — galbramc / detail
  797. Update HUMOR interface — galbramc / detail
  798. Fix rotor source szplt output — galbramc / detail
  799. Vera fixes and don't use MPI TECIO — galbramc / detail
  800. Add PSig to body force dump — galbramc / detail
  801. Fix TECIO write of CG fields — galbramc / detail
  802. Fix PSig dump — galbramc / detail
  803. Fixed proper flow conditions for NLF-0416 — sag6096 / detail
  804. Guard against looking for rt library on MSYS — galbramc / detail
  805. Allow using PSig in Pprop calculation — galbramc / detail
  806. Fix last commit — galbramc / detail
  807. Default PV/PSig scale to 1 — galbramc / detail
  808. Updates to AFT PDE — galbramc / detail
  809. More cleanup of AFT PDE — galbramc / detail
  810. Try smoother distnace function gradient — galbramc / detail
  811. Fix last commit — galbramc / detail
  812. Refactor CG tecplot file writes, again... — galbramc / detail
  813. commit before update — waligura / detail
  814. Add derivatives for smoothmaxC2 and min — galbramc / detail
  815. Another try to push NN Prt changes to see the issues with the compiliers — waligura / detail
  816. Vera issues fixed — waligura / detail
  817. Add smoothabs0_tanh. Remove many defaults and clarify units for smoothmath — galbramc / detail
  818. Add smoothabs0_tanh_eps — galbramc / detail
  819. Fix array out-of-bounds in unit test — galbramc / detail
  820. Vera fixes (for real) — waligura / detail
  821. Fall back on LogEuclidian average when affine average fails — galbramc / detail
  822. Fix smooth math update — galbramc / detail
  823. Fixes to formatting and cmakeList. Still seeing a weird issue with boundary conditions not being recognized even though changes were not around there — waligura / detail
  824. Add L2 projection of drV/dn for AFT model. — galbramc / detail
  825. Add one more check for AFT — galbramc / detail
  826. Add missing instantiation — galbramc / detail
  827. Tell cppcheck to use boost.cfg — galbramc / detail
  828. Update AFT BC test — galbramc / detail
  829. Fixes to matmul, reformatting on readNN, and a mistaken change to a BC file — waligura / detail
  830. Fix to the lone vera and added some other matmul options — waligura / detail
  831. All working make check now, with some unit test issues — waligura / detail
  832. Fix tecplot dump of interior trace CG fields. Add all bodies to debug_blade for body forces — galbramc / detail
  833. Added 2D nozzle toy code — tonyryu / detail
  834. PDERANS updates — waligura / detail
  835. important PDE changes to investigate with diff — waligura / detail
  836. pushes to take away Prt from wall modeling input — waligura / detail
  837. small navier stokes fixes — waligura / detail
  838. changes to thermal conductivity to be more consistent with SA-neg — waligura / detail
  839. Add stator pressure rise for an actuator disk stage — galbramc / detail
  840. Fix stator actuator disk — galbramc / detail
  841. adding 1D channel flow for wall-model RANS analysis — allmaras / detail
  842. Update HUMOR interface with separate input/output file names — mbottot / detail
  843. Fix trailing whitespace in HUMOR interface update — mbottot / detail
  844. changes to PDERANS unit tests — waligura / detail
  845. Fixing the warnings for the final time — waligura / detail
  846. Upgrade to TecIO 2023r1m1 — galbramc / detail
  847. Relax tolerance — galbramc / detail
  848. Add latest boost versions — galbramc / detail
  849. Fixed Local Solves for VMSDBR2 — renat999 / detail
  850. Small pointwise fix — galbramc / detail
  851. adding nondimensional nozzle toy case — tonyryu / detail
  852. Fix parallel ugrid write — galbramc / detail
  853. Format5ing fix — galbramc / detail
  854. Actualy set iterative refinement for MKL_PARDISO — galbramc / detail
  855. Cleaning up some of the excess on files and adding a unit test for the NN calc — waligura / detail
  856. Getting rid of bogus include — waligura / detail
  857. Trying another small commit because I am not sure the last one was my fault — waligura / detail
  858. Fix sign on JetDissipation — galbramc / detail
  859. Add VectorVectorVectorVector example — galbramc / detail
  860. Add Ptdw output for body force — galbramc / detail
  861. extended exact WM solution to chi in [0, 1) — allmaras / detail
  862. Commit before updating — renat999 / detail
  863. Fixed issues in make check — renat999 / detail
  864. Fixed Jenkins errors (v1) — renat999 / detail
  865. Quick fix to previous commit — renat999 / detail
  866. Fixed Jenkins errors (v2) — renat999 / detail
  867. Fixed Jenkins errors (v3) — renat999 / detail
  868. Fixed Jenkins errors (v4) — renat999 / detail
  869. Fixed Jenkins errors (v5) — renat999 / detail
  870. Fixed Jenkins errors (v6) — renat999 / detail
  871. Fixed Jenkins errors (v7) — renat999 / detail
  872. Fixed Jenkins errors (v8) — renat999 / detail
  873. Fixed Jenkins errors (v9) — renat999 / detail
  874. Started working on PDE base classes and consistent error estimate — renat999 / detail
  875. Fix some tar scripts — galbramc / detail
  876. Add tar script for petsc — galbramc / detail
  877. Look for generic petcs.tgz to build PETSc — galbramc / detail
  878. added constrained solver for centerline velocity and equilibrium wall model — allmaras / detail
  879. code clean-up; no change in functionality — allmaras / detail
  880. added access functions needed for globally constrained solver — allmaras / detail
  881. added valid-state check for global parameters; new function is virtual but — allmaras / detail
  882. instantiations needed for globally constrained system for N=2 PDE and 2 global — allmaras / detail
  883. new volume integrand for augmenting PDE residuals via global parameters terms — allmaras / detail
  884. line-length squawks & missing instantitations for 1D globally constrained channel flow — allmaras / detail
  885. fixed possible uninitialized variable — allmaras / detail
  886. Fix UnionJack so it works with avro — galbramc / detail
  887. Unstaged src/pde/sansPDEBase2D.h — renat999 / detail
  888. Added unit test for src/pde/sansPDEBase.h — renat999 / detail
  889. Update avro_tar script to get submodules — galbramc / detail
  890. Fixed compiler error — renat999 / detail
  891. Update tar for avro to include submodules — galbramc / detail
  892. Remove debug print statements — galbramc / detail
  893. Add Nozzle BC to body force — galbramc / detail
  894. better initial guess for pressure gradient and solution profile — allmaras / detail
  895. fixed uninitialized variable squawk (athough it'll never happen) — allmaras / detail
  896. Update Copyright dates to 2013-2024 — galbramc / detail
  897. Somehow missed on file — galbramc / detail
  898. Use new accelerate lapack on macOS — galbramc / detail
  899. Script updates for viggen — galbramc / detail
  900. One more copyright date fix — galbramc / detail
  901. Add linear nozzle coefficient ramp — galbramc / detail
  902. Add more suitesparse search paths. Add Nozzle outflow BC unit test. — galbramc / detail
  903. Check for unsteady with BDF and RK. — galbramc / detail
  904. Restore time step in BDF — galbramc / detail
  905. Cleanup AFT — galbramc / detail
  906. Fix array out of bounds — galbramc / detail
  907. Remove unused variable — galbramc / detail
  908. Fix finding suitesparse includes — galbramc / detail
  909. Fix compile error — galbramc / detail
  910. committing some changes as of Feb.8 — tonyryu / detail
  911. Add missing mpi communictor includes — galbramc / detail
  912. Add ParameterVectorS for static sized python arrays — galbramc / detail
  913. Missed a file — galbramc / detail
  914. Suppress warning — galbramc / detail
  915. Started refactoring Scalar Functions during SANS meeting — renat999 / detail
  916. Suppress duplicate library link warning on macOS — galbramc / detail
  917. Fix for python2 — galbramc / detail
  918. first round of adjoint fixes — tonyryu / detail
  919. Commiting progress on Function.h — renat999 / detail
  920. Forgot ScalarFunction.h — renat999 / detail
  921. Finished implementation of Function.h. Compiler errors are present — renat999 / detail
  922. Add radial variation in fsig for FlowTan body force — galbramc / detail
  923. Allow solving for Nozzle Coefficient — galbramc / detail
  924. Fix typo — galbramc / detail
  925. Unit test — renat999 / detail
  926. March1_2024 — tonyryu / detail
  927. Fix body force optimization — galbramc / detail
  928. Add unsteady body force pertubation — galbramc / detail
  929. Forgot checkInputs — galbramc / detail
  930. Fix compile error — galbramc / detail
  931. One more compile error — galbramc / detail
  932. One more fix — galbramc / detail
  933. Add temporal ramp for rotor pertubation — galbramc / detail
  934. Fix compile error — galbramc / detail
  935. Allow turning off body force pertubation time ramp — galbramc / detail
  936. One more fix — galbramc / detail
  937. One more fix — galbramc / detail
  938. More body force fixes — galbramc / detail
  939. Update unit test — galbramc / detail
  940. Adjoints refactoring to standardize naming conventions for enriched adjoint, adjoint, and delta adjoint. — tonyryu / detail
  941. Fix for body force optimization — galbramc / detail
  942. Fix last commit — galbramc / detail
  943. tried to fix line length exceeding 150 characters. — tonyryu / detail
  944. One more fix — galbramc / detail
  945. additional lines exceeding 150 characters. — tonyryu / detail
  946. removed explicit #define SANS_AVRO which was including XField_avro.h — tonyryu / detail
  947. Try constrained solver first for body force optimization — galbramc / detail
  948. Fix last commit — galbramc / detail
  949. wrapped params.Mesher.avro in if USE_AVRO SANS_AVRO and addressed line length error — tonyryu / detail
  950. fixed accidental unterminated #if statement — tonyryu / detail
  951. adding back the tmp files that were accidentally deleted as well as the .gitignore files in them — tonyryu / detail
  952. fixed copyright dates for SolverInterface_discretizations — tonyryu / detail
  953. Fixed warning for unused variables in Nozzle_nondim and Nozzle.cpp — tonyryu / detail
  954. Fix up instantiation for ScalarFunction_Linear — galbramc / detail
  955. Add length 4 ParameterVectorS — galbramc / detail
  956. Redefining adjoint as order p in SolutionData. Introduced projected_adjoint, which is p+1 projection of order p adjoint in SolutionData_VMSD_BR2.h, then renamed the variables in the SolverInterface_VMSD_BR2.h and the unit tests accordingly. — tonyryu / detail
  957. deleted SANS_refactor_test directory which had some savefiles from a test run to check the results. Renamed projected_adjoint to prolonged_adjoint in the solutiondata as well as the corresponding solverinterface and unit tests. — tonyryu / detail
  958. Check for no_warn_dup_lib on macOS — galbramc / detail
  959. One more try — galbramc / detail
  960. Try yet again — galbramc / detail
  961. Silly mistake — galbramc / detail
  962. Initial add of element enrichment capabilities — mbottot / detail
  963. Enable structured grids for ducted body force analysis. Possibly improve distance function calculation time. — galbramc / detail
  964. got rid of getAdjField(), got rid of sol_.prolonged_adjoint, and changed all the corresponding unit tests and toy codes that use these calls. — tonyryu / detail
  965. Passing (but incomplete) unit test for linear ScalarFunction — mbottot / detail
  966. Some fixes for last commit — galbramc / detail
  967. Update unit test — galbramc / detail
  968. Add boundary output groups for structured body forces — galbramc / detail
  969. Fix RefCoord solver — galbramc / detail
  970. Fix rotor source pertubation — galbramc / detail
  971. Finally get rotating pertubation periodicity correct — galbramc / detail
  972. Fix warnings — galbramc / detail
  973. addressing line is longer than 150 characters error — tonyryu / detail
  974. formatting lines over 150 characters — tonyryu / detail
  975. another line is longer than 150 characters message — tonyryu / detail
  976. Also add 2D L2Project multiscale adaptation toy code — mbottot / detail
  977. Fix new toy code so that it also compiles without refine and add reconstruction option — mbottot / detail
  978. Fix missing space for vera and relax error tolerance for clang — mbottot / detail
  979. forgot to add the ScalarFunction.h in the previous commit. Added ScalarFucntion_Pow() in place for ScalarFunction_Monomial. Still need to add unit test for this. — tonyryu / detail
  980. Fix blade rotation for body forces — galbramc / detail
  981. Fix for last commit — galbramc / detail
  982. Fix sensitvity for last commit — galbramc / detail
  983. one more try — galbramc / detail
  984. Forgot files — galbramc / detail
  985. Also update blade thickenss rotation — galbramc / detail
  986. Add a debug surface mesh when AFLR3 fails. — galbramc / detail
  987. Continued ScalarFunction refactoring. — renat999 / detail
  988. Use fabs for rotor losses — galbramc / detail
  989. Upgrade to ESP 1.24. Now minimum required version. — galbramc / detail
  990. Fixes for ESP 1.24. Remove fabs from rotor source losses. — galbramc / detail
  991. Forgot one file — galbramc / detail
  992. Added ND const and Gaussian ScalarFunctions — dashwsd / detail
  993. Quick fix before pushing — renat999 / detail
  994. fixed formatting Function1D — dashwsd / detail
  995. Trying to run a case with R and T ML models on super — waligura / detail
  996. Add Surreal instantiations for LDLT — galbramc / detail
  997. ML Test Case Initialized — waligura / detail
  998. changing the tolerance to get one test to pass on supercloud intel build — waligura / detail
  999. Fix pressure probes — galbramc / detail
  1000. Fix compile error — galbramc / detail
  1001. Add missing include — galbramc / detail
  1002. Update pattern — galbramc / detail
  1003. Updates to support panel+HSM coupling — galbramc / detail
  1004. Forgot a file — galbramc / detail
  1005. Parallel fix — galbramc / detail
  1006. Create XField_tess. Cleanup restartFreq for BodyForce — galbramc / detail
  1007. Fix typo — galbramc / detail
  1008. Fix for not using restartFreq in body force solver — galbramc / detail
  1009. Make HalvingLineSearch default — galbramc / detail
  1010. Fix compile error — galbramc / detail
  1011. Some output_Tecplot cleanup — galbramc / detail
  1012. Small cleanup of parallel MMA — galbramc / detail
  1013. Add barrier before opening files — galbramc / detail
  1014. Add AD 1D Neumann mitState — galbramc / detail
  1015. Add harmonic pertubation — galbramc / detail
  1016. Add cubic Hermite basis functions for triangles — mbottot / detail
  1017. Add velocity probes — galbramc / detail
  1018. Add support for nodal coordinates to Hermite basis functions — mbottot / detail
  1019. Add operator for Hermite interpolation of scalar function — mbottot / detail
  1020. Unintentionally used Axisymmetric Axes in enrichment test, changed to Cartesian — mbottot / detail
  1021. Add IntegrandCell that takes gradient field as input — mbottot / detail
  1022. Added simpsann@mit.edu to DeveloperEmailAddresses — simpsann / detail
  1023. Add loss optimization for rotor source. Fix velocity probe output for rotor source. — galbramc / detail
  1024. Fix warning. Fix print of naming for body force regions — galbramc / detail

#1622 (Jun 27, 2024, 10:25:11 PM)

  1. Cleanup 2D PressureGrad sensor — galbramc / detail
  2. Relax tolerance — galbramc / detail
  3. 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
  4. Missed one — galbramc / detail
  5. Missed one more — galbramc / detail
  6. Added an uncoupled 4-eq IBL3 flat plate BL sandbox case with manufactured qe.  Minor edits to 3-eq IBL3 BC/PDE — shunz / detail
  7. fixed typos — deanna.sewell / detail
  8. Relax tolerance — galbramc / detail
  9. updates for branch to be used on supercloud. Solution projection, artificial viscosity and etc... — waligura / detail
  10. merge conflicts — allmaras / detail
  11. Consistent 3D positvity source with Ben's thesis — galbramc / detail
  12. 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
  13. minor tweaking to sandbox cases — shunz / detail
  14. Removed redundant parameter in mitLG BC class — shunz / detail
  15. torpedo case cleanup — shunz / detail
  16. tweaked quadrature order for auxi and auxv equations in torpedo case. minor cleanup — shunz / detail
  17. bugfix in G variable initialization in torpedo case — shunz / detail
  18. separated PDE instantiation cpp files for 3-eqn and 4-eqn IBL3 — shunz / detail
  19. make lag equation G=0 when turned off — shunz / detail
  20. Initial commit for shock capturing in sansBOOM — darmofal / detail
  21. Add asymmetric sensitvities for body forces. Some more cleanup of shock capturing. — galbramc / detail
  22. Make PDEmitAVDiffusionOuter2D.h consistent — galbramc / detail
  23. Fix warning and typo — galbramc / detail
  24. minor cleanup of sandbox case — shunz / detail
  25. added a crude restart capability for torpedo case by saving/reading DOF file — shunz / detail
  26. 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
  27. Relax tolerance and fix warning — galbramc / detail
  28. One more tolerance relaxation — galbramc / detail
  29. incorporated Axes into integrand classes primarily via PDE::Axes — allmaras / detail
  30. ran 3D IBL3 free transition case with sphere/doublet — shunz / detail
  31. minor tweak to 4-eqn IBL3 pde. Only keep ntcrit growth source term for now. — shunz / detail
  32. minor tweak to torpedo sandbox case — shunz / detail
  33. Add parameters to rotate body force normal field — galbramc / detail
  34. Forgot instantiation — galbramc / detail
  35. Added an macro option to turn of amplification equation for 4-eq IBL3 (i.e. nt = 0) — shunz / detail
  36. refactored torpedo case restart capability — shunz / detail
  37. added crude restart capability for S-duct case for IBL3 (copied from torpedo). minor cleanup — shunz / detail
  38. relaxed floating-point comparison tolerance a little bit — shunz / detail
  39. 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
  40. refactoring duct ring sandbox case for 4-eqn IBL3 — shunz / detail
  41. minor cleanup — shunz / detail
  42. Fix test for last commit — galbramc / detail
  43. Fix for lazy lifting operator calculations — galbramc / detail
  44. added comments to the duct ring grid — shunz / detail
  45. Added a constant full state inflow BC for 4-eqn IBL3 — shunz / detail
  46. added printout for examing duct ring surface grid — shunz / detail
  47. mucking with turbulent S-duct flow case — shunz / detail
  48. Make duct and duct ring cases the same for 4-eqn IBL3 — shunz / detail
  49. tweaked IBL3 output — shunz / detail
  50. added safety check in Qauxv 3D projection — shunz / detail
  51. minor cleanup — shunz / detail
  52. 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
  53. added commented-out print statements for debugging — shunz / detail
  54. changed default dissipation relation correction to 1 — shunz / detail
  55. changed default 3D qauxi project to use no upwinding — shunz / detail
  56. examined effect of discontinuous velocity field for 4-eqn IBL3 — shunz / detail
  57. refactored calculation of profile basis {q1,q2,nrm_bl} to allow for different formulations — shunz / detail
  58. standard atmo: moved non-templated functions to *.cpp file — allmaras / detail
  59. stupid tabs!! — allmaras / detail
  60. namespace needed in cpp file — allmaras / detail
  61. Fix for turning off USE_CORRECTION_TERM — galbramc / detail
  62. mucked with different BL profile normal vector definition in sandbox case — shunz / detail
  63. removed DeveloperException check for hessians of density-temperature primitive vars — allmaras / detail
  64. Refactored 3D sheet quad grid for IBL3. (simplified grid contruction using XFieldLagrange. allowing for more general curved manifold grid) — shunz / detail
  65. Another correction to turning off USE_CORRECTION_TERM — galbramc / detail
  66. Relax tolerance — galbramc / detail
  67. attempt at constant eddy viscosity WM — ursachi / detail
  68. started adding in new WM — ursachi / detail
  69. Only compute lifting operatos if setSolutionField is called. Needed for proper error estimates. — galbramc / detail
  70. ray path for single layer; tested for both isothermal and linear temperature layers — allmaras / detail
  71. More intel tolerance relaxing — galbramc / detail
  72. Remove DeveloperException check — galbramc / detail
  73. Use implied metric in cost calculation for isotropic optimization — galbramc / detail
  74. new adaptation script for Pointwise; also hard-coded viscous layers parameters — allmaras / detail
  75. replaced a few least-used IBL3 output — shunz / detail
  76. Relaxier tolerance — galbramc / detail
  77. some machines need cmath; not mine — allmaras / detail
  78. fixed line length issue — allmaras / detail
  79. Another tolerance relaxation — galbramc / detail
  80. Intel... — galbramc / detail
  81. Intel... — galbramc / detail
  82. added an option for arc fairing for duct hex grid — shunz / detail
  83. generalize fairing from arc of circle to ellipse — shunz / detail
  84. removed class Cartesian, Cylindrical, Axisymmetric from SANSnumerics.h and all *.h, *.cpp files; — allmaras / detail
  85. added simplified form of d(y)/d(phi) for ray path (linear temperature layer) — allmaras / detail
  86. added corner fairing option to S-duct hex grid — shunz / detail
  87. added and tested new WM with fm1 functions — ursachi / detail
  88. Ben test case final push — waligura / detail
  89. added parameters pwFilename and glfFilename to Pointwise PyDict — allmaras / detail
  90. made inviscid Joukowski case consistent with pwFilename/glfFilename Pointwise PyDict parameters — allmaras / detail
  91. added pwFilename for Pointwise PyDict parameter — allmaras / detail
  92. more pwFilename Pointwise param changes for 3D L2 projection — allmaras / detail
  93. relaxed tolerance on area test for raypath — allmaras / detail
  94. relaxed tolerance on test for DG-to-CG projection — allmaras / detail
  95. Updates to RotorSource viscous losses — galbramc / detail
  96. Update RotorSource viscous formulation. Update build for avro. — galbramc / detail
  97. Forgot a file — galbramc / detail
  98. cleaned up new WM — ursachi / detail
  99. Re-enable BodyForce constrained solver — galbramc / detail
  100. XField includes for meshing — allmaras / detail
  101. XField includes for meshing: missed one — allmaras / detail
  102. XField includes for CAPS user interface — allmaras / detail
  103. more XField includes — allmaras / detail
  104. more XField includes — allmaras / detail
  105. more Field includes — allmaras / detail
  106. DistanceFunction template arguments for BodyForceSolver — allmaras / detail
  107. renamed and cleaned up some of the 1D wall-modeling — ursachi / detail
  108. more XField includes — allmaras / detail
  109. missing Axes template in AlgebraicEquationSet_Debug for sandbox codes; — allmaras / detail
  110. Add dumpTecplotBodyForce to BodyForceSolver — galbramc / detail
  111. separate definitions needed for static const's in structs/classes (there — allmaras / detail
  112. removed troublesome sandbox cases from no-compile list; now list is back — allmaras / detail
  113. reconciled undefined references (mostly new libraries due to re-org of Field directory) — allmaras / detail
  114. Forgot a file and fix a warning — galbramc / detail
  115. One more warning fix — galbramc / detail
  116. more reconciling library dependencies; XField includes — allmaras / detail
  117. reconcile undefined references in sandbox cases — allmaras / detail
  118. reconciling undefined XField references — allmaras / detail
  119. added MPI fixture to all Field subdirectory unit tests — allmaras / detail
  120. WAG (since I can't recreate the problem locally): included XField_impl.h — allmaras / detail
  121. oops: got to get the correct include directory... — allmaras / detail
  122. reconcile undefined references — allmaras / detail
  123. reconcile undefined references — allmaras / detail
  124. added spaces; just something to make a new commit — allmaras / detail
  125. Add radial coefficients for body force viscous dissipation — galbramc / detail
  126. Forgot a file and fix a warning — galbramc / detail
  127. Forgot more files — galbramc / detail
  128. Forgot to update a test — galbramc / detail
  129. Fix body force convergence tolerance specification — galbramc / detail
  130. Add TtRel output for body forces — galbramc / detail
  131. Axisymmetric AD capabilities modified and added — cwomack / detail
  132. Added new axisymmetric output functionals — cwomack / detail
  133. Dump body force information on interior groups — galbramc / detail
  134. Fix last commit — galbramc / detail
  135. Fixed vera error — cwomack / detail
  136. added specified velocity to adiabatic and isothermal NS BCs; — allmaras / detail
  137. Fixed vera errors — cwomack / detail
  138. Tq, Tg parameters for BC normal flux — allmaras / detail
  139. added quadratureOrder() member function — allmaras / detail
  140. added UseSchurComplement template parameter for globally constrained systems — allmaras / detail
  141. add 2nd option for globally constrained AES that uses a direct global solve — allmaras / detail
  142. compile-time check & dump of types — allmaras / detail
  143. Add more output functionals for RotorSource — galbramc / detail
  144. Add vera exclusion — galbramc / detail
  145. Fixed vera errors — cwomack / detail
  146. added 2D triangle test for VMSD-BR2 cell integrand and residual, including VectorD<ArrayQ> interfaces — allmaras / detail
  147. Add PtRot and Kr3 for body forces — galbramc / detail
  148. Jenkins script fix — galbramc / detail
  149. Remove all of ntref from RANSSA. Add 3D SA-R term. — galbramc / detail
  150. Fix compile errors and upgrade NLOPT to 2.7.1 — galbramc / detail
  151. Another compile fix — galbramc / detail
  152. More compile fixes — galbramc / detail
  153. added 2D FieldWeighted integrand/integral tests for VMSD-BR2 — allmaras / detail
  154. modifications to VMSD-BR2 needed for global constraints — allmaras / detail
  155. instantiations needed for global constraints without Schur complement solve (i.e. direct solve on flattened matrix) — allmaras / detail
  156. modifications needed for global constraints with direct solve of flattened global matrix — allmaras / detail
  157. added matrix write during initialization — allmaras / detail
  158. compressible lid-driven cavity flow with global mass constraint (stabilized CG and VMSD-BR2) — allmaras / detail
  159. Add error functions erf and erfc to Surreal — galbramc / detail
  160. Corrections for intel — galbramc / detail
  161. Add tolerance for intel error function Surreal tests — galbramc / detail
  162. added back in a 3-parameter template for FunctionalCell_Galerkin_impl — allmaras / detail
  163. vera line length squawk — allmaras / detail
  164. added differential multiplier (r in r*dr*dz for Axisymmetric) to all ElementXFields — allmaras / detail
  165. incorporated differential weight (r in r*dr*dz for Axisymmetric) to all integrals — allmaras / detail
  166. Make camberlines constant radius for RotorSource. Other rotor source fixes. — galbramc / detail
  167. Undo file rename — galbramc / detail
  168. added unit tests for GalerkinWeightedIntegral & GalerkinWeightedIntegral_New — allmaras / detail
  169. added differential multiplier to integrations for FP and LIP Kutta condition (even though these are expected to be Cartesian) — allmaras / detail
  170. initial creation of 2-D axisymmetric Euler/NS PDE & BC classes; Roe upwinding — allmaras / detail
  171. bug fix in normal flux for no-slip adiabatic BC with moving wall (energy flux — allmaras / detail
  172. bug fix in normal flux for 2D no-slip, adiabatic BC with moving walls (energy is — allmaras / detail
  173. typo fix — allmaras / detail
  174. XField template modifications required for successful build of Axisymmetric — allmaras / detail
  175. renamed some boundary conditions — ursachi / detail
  176. modified calls to XField2D_Box_Triangle_X1 to reflect that it is now templated (with default Axes=Cartesian) — allmaras / detail
  177. instantiations needed for axisymmetric globally constrained (size 5 systems) — allmaras / detail
  178. member function additions/changes needed for axisymmetric ND convert — allmaras / detail
  179. adding some missed logic — deanna.sewell / detail
  180. Add skin friction output for body forces — galbramc / detail
  181. added BDF routine modifications that were staged but not included in previous commit — deanna.sewell / detail
  182. Compile fix — galbramc / detail
  183. Actual correct wall shear stress calculations. — galbramc / detail
  184. Forgot a file — galbramc / detail
  185. fixed a compile warning — deanna.sewell / detail
  186. vera fix — galbramc / detail
  187. Warning and unintialized data fixes — galbramc / detail
  188. Reformatted test cases, fixed hierarchical if statement — cwomack / detail
  189. Initialize blockage to 1 — galbramc / detail
  190. all Field classes must be templated with Axes (since they contain and/or — allmaras / detail
  191. Fix shear stress calculation — galbramc / detail
  192. more XField* and Field* templating with Axes; trying to compile, link and — allmaras / detail
  193. Fix blockage initialization — galbramc / detail
  194. more XField* and Field* templating with Axes; trying to compile, link and — allmaras / detail
  195. vera squawks — allmaras / detail
  196. Axes templating for AFLR2 — allmaras / detail
  197. more Axes related bugs and squawks — allmaras / detail
  198. more Axes fixes — allmaras / detail
  199. eliminated unused variables — allmaras / detail
  200. Set no fairing for duct wall surface grid — shunz / detail
  201. tried a case of uncoupled IBL on arc surface — shunz / detail
  202. Axes templates for avro — allmaras / detail
  203. more Axes in avro fixes — allmaras / detail
  204. avro instantiations require Cartesian parameter — allmaras / detail
  205. more avro Axes fixes — allmaras / detail
  206. fixed outdated stuff due to updates of Axisymmetric API and Field directory reorg — shunz / detail
  207. fixed too-narrow assertion. updated use of interior trace group indexing — shunz / detail
  208. avro Axes fixes — allmaras / detail
  209. more fixes — allmaras / detail
  210. 4D avro instantiation — allmaras / detail
  211. removed some redundant unit test code (was producing a compiler warning) — allmaras / detail
  212. file IO updates in test case — shunz / detail
  213. 2D wall model implementation and testing — ursachi / detail
  214. Played with a case with step/sigmoid function of inlet BC to show qe-based alpha is not too dissipative — shunz / detail
  215. played with 2D IBL cases to compare heuristic and corrected LF fluxes in PhD thesis — shunz / detail
  216. Fix redundant pi/180 multiplication for asymmetric rotor source — galbramc / detail
  217. Add missing pi/180 for asymmertic Rotor Source parameter bounds — galbramc / detail
  218. Try moving the pi/180 scaling again — galbramc / detail
  219. Forgot a file — galbramc / detail
  220. Fixed DOF calculation — cwomack / detail
  221. Fixed XField error, changed Axisym DBL to run automatically — cwomack / detail
  222. Fix halving linesearch dumpField — galbramc / detail
  223. Update unit test — galbramc / detail
  224. More unit test updates — galbramc / detail
  225. Don't try to compare tecplot files. — galbramc / detail
  226. Suppress cmake dev warning — galbramc / detail
  227. Still need to remove the files — galbramc / detail
  228. Try and try again — galbramc / detail
  229. Relax timing — galbramc / detail
  230. Use min for SA-R for now. — galbramc / detail
  231. Minor PTC update — galbramc / detail
  232. added WM joukowski test case — ursachi / detail
  233. Updates to SA-R — galbramc / detail
  234. bsans old commits — waligura / detail
  235. Use smooth math for SA-R — galbramc / detail
  236. Added p adjoint to DGBR2 interface — cwomack / detail
  237. Axes templating; defaults to Axes=Cartesian wherever needed — allmaras / detail
  238. added Axes template to XField2D_Box_Quad_X1; default to Cartesian — allmaras / detail
  239. Fixed vera error and FINALLY tracked down meshing issue — cwomack / detail
  240. Fixed vera errors — cwomack / detail
  241. addes Axes templates; default to Cartesian — allmaras / detail
  242. modified globally constrained infrastructure to allow for more general constraints (e.g. boundary constraint) — allmaras / detail
  243. added axisymmetric centerline BC for Euler/NS — allmaras / detail
  244. added pressure evaluation function to Q-interpreters — allmaras / detail
  245. added Brenner to axisymmetric; no unit tests yet — allmaras / detail
  246. output functionals for axisymmetric — allmaras / detail
  247. source and source Jacobian terms for axisymmetric Euler/NS — allmaras / detail
  248. code clean up for solid-body rotation solution — allmaras / detail
  249. changed template parameter from PDE to OutputFunctional to better reflect — allmaras / detail
  250. temporary fix for setting Axes within NDConvert functions; requires Axisymmetric — allmaras / detail
  251. attempt at adding boundary-trace pressure constraint (hard part is Lagrange multiplier term) — allmaras / detail
  252. updated test case to new interface for globally constrained; primary mods are — allmaras / detail
  253. corrected template parameters and BCBase types in Lagrange multiplier — allmaras / detail
  254. corrected ND issues and BC mapping issues for Lagrange multiplier term (still doesn't — allmaras / detail
  255. more mods/corrections for boundary-trace pressure constraint — allmaras / detail
  256. Fix bounding box check for body force camber surfaces — galbramc / detail
  257. Even more robust body force camber surface bounding box calculation — galbramc / detail
  258. added SurrealS operator= option to PyDict — allmaras / detail
  259. undo previous PyDict changes since python itself cannot support Surreals — allmaras / detail
  260. Added system tests for solver interfaces — cwomack / detail
  261. Fixed errors — cwomack / detail
  262. Fixed errors (should've been in last commit) — cwomack / detail
  263. More SA-R updates — galbramc / detail
  264. Fixed link errors — cwomack / detail
  265. Reverted CMakeLists changes — cwomack / detail
  266. Upgrade to latest refine — galbramc / detail
  267. Fix compile error — galbramc / detail
  268. One more refine fix — galbramc / detail
  269. vera fix — galbramc / detail
  270. Update CMake for ParMETIS/METIS on github. Updated to newer Find Python3. — galbramc / detail
  271. Don't write restart.meshb from refine — galbramc / detail
  272. Remove restart.meshb from refine — galbramc / detail
  273. Rework metis/parmetis build again — galbramc / detail
  274. Don't build extern libs in parallel — galbramc / detail
  275. Fix intel warning — galbramc / detail
  276. Update GKlib build and suitesparse check — galbramc / detail
  277. Forgot a file — galbramc / detail
  278. PDERANSSA3D and unit test changes for Catris model implementation from Andrew — waligura / detail
  279. changes to PDERANS3D with turbulence model implementation updates — waligura / detail
  280. actual commit for PDERANS3D that incorporates all merges — waligura / detail
  281. Another parmetis build fix — galbramc / detail
  282. Update cmake summary file — galbramc / detail
  283. Finally maybe — galbramc / detail
  284. vera changes to the PDE and constructor changes to test cases — waligura / detail
  285. Print absolute and relative PETSc tolerance — galbramc / detail
  286. Add fPIC when building GKlib — galbramc / detail
  287. More cmake fixes — galbramc / detail
  288. Remove message — galbramc / detail
  289. Maybe finally got it right... — galbramc / detail
  290. changed backsolve to not modify RHS (b) — ursachi / detail
  291. small commit to test jenkins again — waligura / detail
  292. Slightly prettier formatting for PETSc history — galbramc / detail
  293. Add metis to refine libraries — galbramc / detail
  294. Navier Stokes test case I'm having trouble with — waligura / detail
  295. made WM a turbulence model option (instead of adding an input to the — ursachi / detail
  296. Added adjoint DBL to scalar function — cwomack / detail
  297. Fixed unit test tolerance issue — cwomack / detail
  298. Lowered DBL unit test tolerance — cwomack / detail
  299. Changed BOOST_CHECK to SANS_CHECK — cwomack / detail
  300. supersonic case update — waligura / detail
  301. Added renat999@mit.edu to DeveloperEmailAddresses — renat999 / detail
  302. Axes template for DG interior and boundary traces — allmaras / detail
  303. Axes template for XField_CellToTrace — allmaras / detail
  304. Add fourier modes for asymmetric rotor body forces — galbramc / detail
  305. Forgot a file — galbramc / detail
  306. Update test — galbramc / detail
  307. sansBOOM mods for AV jump sensor — darmofal / detail
  308. Fixes for Ubuntu 22.04. Compiler flags for IntelLLVM and relaxed tolerances. — galbramc / detail
  309. Fix permissions — galbramc / detail
  310. Intel and gnu12 fixes — galbramc / detail
  311. Add missing instantiations — galbramc / detail
  312. More link error fixes — galbramc / detail
  313. One more missing instantiation — galbramc / detail
  314. Relax tolerance for intel — galbramc / detail
  315. Put calculateStroudQuadrature in SANS namespace — galbramc / detail
  316. Refactor non-symmetric body forces — galbramc / detail
  317. Compile fix — galbramc / detail
  318. Vera fix — galbramc / detail
  319. Fix warning and ping test — galbramc / detail
  320. Adjusting finite difference — galbramc / detail
  321. Smaller step size — galbramc / detail
  322. new changes to PDERANS3D to include jacobian fixes — waligura / detail
  323. small vera mistake I missed — waligura / detail
  324. Upgrade to ESP 1.20 — galbramc / detail
  325. Fix warning — galbramc / detail
  326. sansLIPAIM python fixes — galbramc / detail
  327. Fixed the unit test for zero species — renat999 / detail
  328. Fix geometry construction — galbramc / detail
  329. More ESP updates — galbramc / detail
  330. Spatial implementation of sansBOOM created as sansBOOM2D — darmofal / detail
  331. More egads fixes — galbramc / detail
  332. Add WallSlip BC for 3D RANSSA — galbramc / detail
  333. Fix last commit — galbramc / detail
  334. Fix array bounds error — galbramc / detail
  335. Added test cases for Nspecies=1. Still a bug. — renat999 / detail
  336. Added test cases for Nspecies=1. Still a bug. — renat999 / detail
  337. Add PtPolynomials to 3D PtTt BC — galbramc / detail
  338. Fix compile error — galbramc / detail
  339. Update input checks for total pressure profile — galbramc / detail
  340. added tests for remainder of block 2x2 jacobians: d(PDE)/d(qp), d(PDEp)/d(q), d(PDEp)/d(qp) — allmaras / detail
  341. templated Axes for UnitGrids XField2D_Box_UnionJack_Triangle_X1, XField2D_CubicSourceBump_Xq, — allmaras / detail
  342. Fix rotor source asymmetric normal vectors — galbramc / detail
  343. Fix last commit — galbramc / detail
  344. Fixed sansBOOM SpaceTime1D with multiple species. — renat999 / detail
  345. Add legacy VTK and Exodus metric files — galbramc / detail
  346. VTK fixes — galbramc / detail
  347. Fixed Body Force solver sensitvity — galbramc / detail
  348. Warning fixes — galbramc / detail
  349. fixed vera errors: long line — shunz / detail
  350. fixed vera errors: long line — shunz / detail
  351. updated include paths — shunz / detail
  352. updated include paths — shunz / detail
  353. removed outdated sandbox case — shunz / detail
  354. updated usage of 3D quad sheet grid's interior trace group count — shunz / detail
  355. updated pyrite files. relaxed pyrite tolerance. fixed IO file/path names — shunz / detail
  356. turned off file output — shunz / detail
  357. PDEsansBOOM2D.h updates — darmofal / detail
  358. relaxed tolerance for intel — shunz / detail
  359. relaxed tolerance again for intel — shunz / detail
  360. Remove depricated sprintf — galbramc / detail
  361. Add cirumfirential body force — galbramc / detail
  362. Use system valgrind — galbramc / detail
  363. Fix warning — galbramc / detail
  364. Derivative calculation fixes for asymmetric body forces — galbramc / detail
  365. Suppress sanitizer odr violations. Add the ability for ugrid reader to — galbramc / detail
  366. CMake file fix — galbramc / detail
  367. Forgot to update files. Some cppcheck fixes. — galbramc / detail
  368. added wall model for 3D — ursachi / detail
  369. added missing template arguments — ursachi / detail
  370. Update 2D SA_R to latest deffinition on TMR — galbramc / detail
  371. Fix abs with fabs — galbramc / detail
  372. added a missing const — ursachi / detail
  373. raised tolerance slightly for test — ursachi / detail
  374. More robust normal field for rotor source — galbramc / detail
  375. Update MultiScale for latest refine. Replace vsprintf with vsnprintf. — galbramc / detail
  376. Working sansBOOM2D with unit tests for the PDE — renat999 / detail
  377. Update rotor source ping test — galbramc / detail
  378. Refactor and simplified NormalField to use axial and raidal instead of cartesian coordinates — galbramc / detail
  379. Minor fixes — galbramc / detail
  380. Write out unconverged_surf.dat for BodyFroce RANS calculations. — galbramc / detail
  381. Add manual body force magnitude specification — galbramc / detail
  382. Change deltaRef to forceMag in normal field dump — galbramc / detail
  383. Forgot to update some python inputs — galbramc / detail
  384. DGBR2/DGBR4 low-level modification integrated. — cfrontin / detail
  385. templateized DiscretizationDGBR2 implemented, working on one test case. — cfrontin / detail
  386. test/sandbox cases updated with templateized DGBR — cfrontin / detail
  387. unit test brute force replacement — cfrontin / detail
  388. unit test fixes ; make unit working — cfrontin / detail
  389. initialized variables to zero to fix compiler warnings — ursachi / detail
  390. Add new asymmetric forces to optimizer. Fix RotorForce tecplot dump. — galbramc / detail
  391. system test update dgbr2 templatizaiton — cfrontin / detail
  392. fixed weird type mismatch in adapt3d_DGBR2_ranssa_HCH_toy.cpp — cfrontin / detail
  393. test case changes to update — waligura / detail
  394. sandbox case add 2 — waligura / detail
  395. changes before Ben switch — waligura / detail
  396. think it should pass now. — cfrontin / detail
  397. Try to capture discontinuities for Rotor source teclot output — galbramc / detail
  398. Fix typo — galbramc / detail
  399. Added Area + Atmos. variations to sansBOOM2D — renat999 / detail
  400. Fixes to previous commit — renat999 / detail
  401. sansBOOM2D directories — renat999 / detail
  402. cleaned up files — ursachi / detail
  403. added wall function BC for 3D — ursachi / detail
  404. Blasius + polar coordinate test problems and functions — cwomack / detail
  405. added instantitations containing Axes template for XField2D_Box_UnionJack_Triangle_X1 — allmaras / detail
  406. explicitly added Axes to all apply<> and check<> calls; this is needed because — allmaras / detail
  407. added Axes template parameters — allmaras / detail
  408. Axisymmetric instantiations — allmaras / detail
  409. mods needed for extending global constraints to boundary terms and systems — allmaras / detail
  410. mods to artificial viscosity sensor PDE needed for Axisymmetric — allmaras / detail
  411. added dump of solution (x from Ax = b) for UMFPACK — allmaras / detail
  412. modified halving linesearch diagnostics to dump out full solution change — allmaras / detail
  413. added constant CFL number option to PTC — allmaras / detail
  414. added function to return vector of base altitudes for all layers in atmosphere — allmaras / detail
  415. proper spelling for Blohkinzev (previously had the h & k swapped) — allmaras / detail
  416. turned off some print statements — allmaras / detail
  417. added Reflect BC; bug fixes and code clean-up — allmaras / detail
  418. continued development of axisymmetric test cases; addition of Brenner and SBR perturbation PDEs; — allmaras / detail
  419. code clean-up — allmaras / detail
  420. added sans-differential integration (e.g. without r for axisymmetric); needed — allmaras / detail
  421. fixed merge conflicts — allmaras / detail
  422. fixed vera line length squawks — allmaras / detail
  423. relaxed tolerances on tests — allmaras / detail
  424. missed an apply<> template — allmaras / detail
  425. added a template parameter to AlgebraicEquationSet_GloballyConstrained_PTC — allmaras / detail
  426. vera squawk — allmaras / detail
  427. int -> size_t in for loops — allmaras / detail
  428. removed axisymmetric SBR and TP1 test cases for now — allmaras / detail
  429. removed unused variable from test — allmaras / detail
  430. over-wrote a dump pattern file — allmaras / detail
  431. unused typedef removed — allmaras / detail
  432. missing dump pattern file — allmaras / detail
  433. relaxed test tolerance (for intel...) — allmaras / detail
  434. added jacobianFluxViscous to axisymmetric NS; unit tested — allmaras / detail
  435. updated augmented interface to use Dirichlet/Neumann form — allmaras / detail
  436. added option to evaluate Glasby tau without source term contribution — allmaras / detail
  437. added an explicit Axes typedef to all PDE and Output classes; NDConvert now — allmaras / detail
  438. axisymmetric NS function diffusionViscousGradient coded and unit tested — allmaras / detail
  439. added/corrected axisymmetric NS jacobianSource term with unit tests — allmaras / detail
  440. Addition of updated mathematica testing notebooks for PDERANS2D tests — waligura / detail
  441. Add camber surface dump — galbramc / detail
  442. Suppress Boost new version warnings in CMake — galbramc / detail
  443. added Axes template to XField1D mesher — allmaras / detail
  444. Axes fixes and instantiations needed for 1D axisymmetric solve — allmaras / detail
  445. added linear temperature option of noslip-isothermal BC; added new solution — allmaras / detail
  446. added solution function for stagnant flow with linear-in-z temperature (and constant pressure); — allmaras / detail
  447. Added folders — renat999 / detail
  448. Added files — renat999 / detail
  449. Add body force normal and pallel forces to deltaRef tecplot dump — galbramc / detail
  450. Fixed sansBOOM to be up to date with the master br — renat999 / detail
  451. Fixed vera errors — cwomack / detail
  452. Fixed errors, added template argument — cwomack / detail
  453. fixed templating error — cwomack / detail
  454. Changed test suite name — cwomack / detail
  455. Removed unused variable — cwomack / detail
  456. Update SuiteSparse build. Relax some testing tolerances. — galbramc / detail
  457. Fixes for exodus file IO — galbramc / detail
  458. Standardized DBL cases, added unit test for annulus — cwomack / detail
  459. Use step matrix FrobNorm minimization for implied metric optimization. — galbramc / detail
  460. updated Tecplot output for VMSDBR2 to be consistent with boundary flux — ursachi / detail
  461. forgot to include updated cmakelist with previous commit — ursachi / detail
  462. forgot to actually commit the Tecplot output file — ursachi / detail
  463. Added axisymmetric DBL — cwomack / detail
  464. changed variable name to nt to be consistent with rest of code — ursachi / detail
  465. Add fluent reader to support Pointwise generated meshes for RotorSource — galbramc / detail
  466. Forgot updated partitioning files — galbramc / detail
  467. One more missing file — galbramc / detail
  468. Added sag6096@psu.edu to DeveloperEmailAddresses — sag6096 / detail
  469. added gradients for specified velocity for no-slip, isothermal BC — allmaras / detail
  470. Forgot one more file — galbramc / detail
  471. Add another file to COTIRE_IGNORE — galbramc / detail
  472. Fix group numbering on older gcc versions for Fluent reader — galbramc / detail
  473. added Axes template to meshers, error estimates, local problems, adaptation — allmaras / detail
  474. 1D and 2D axisymmetric instantiations for meshers, error estimates, local problems, adaptation — allmaras / detail
  475. added Axes template to CostModel_LogEuclidean; also modified integration — allmaras / detail
  476. Expose SA Flavours for Rotor Source calculations — galbramc / detail
  477. missed a couple files with added Axes templates — allmaras / detail
  478. Removed annulus unit test while fixing bug — cwomack / detail
  479. Removed unused variables — cwomack / detail
  480. Loosened tolerance on one test — cwomack / detail
  481. Galerkin strong-form BC implementation classes renamed to be consistent with file name — allmaras / detail
  482. Add pressure gradient terms to RotorSource — galbramc / detail
  483. Relax tolerance — galbramc / detail
  484. consistent interface in augmented integrand for both Dirichlet and Neumann constraints — allmaras / detail
  485. added option for SUPG with source term for test-function operator; — allmaras / detail
  486. added option to add both q-gradient and qp-gradient into lifted gradient; — allmaras / detail
  487. added code for integration without the differential multiplier (e.g. r in Axisymmetric); — allmaras / detail
  488. Added sag6096@mit.edu to DeveloperEmailAddresses — sag6096 / detail
  489. fixed merge conflicts — allmaras / detail
  490. vera line-length squawks — allmaras / detail
  491. added missing Axes in refine and related instantiations — allmaras / detail
  492. fixed vera squawk — allmaras / detail
  493. Add RotorSource flow tangency model — galbramc / detail
  494. Fix for intel compiler — galbramc / detail
  495. Remove redundtant email — galbramc / detail
  496. Adjust ping test — galbramc / detail
  497. Add clVariableType. Fix sourceJacobianAbs for RotorFlowTan. — galbramc / detail
  498. added compiler warning suppression for Ping_Euler_RotorSource_btest.cpp — allmaras / detail
  499. added compiler suppression -Wno-maybe-uninitialized to BodyForceSolver_*.cpp — allmaras / detail
  500. fixed nightly warnings: possibly uninitialized variables — allmaras / detail
  501. First incorporation of Standard Atmosphere, and altitude dependent Absorption — renat999 / detail
  502. Saving first draft of polar coordinates, axisym changes — cwomack / detail
  503. raypath code for multi-layer atmospheres; functions of both z and s — allmaras / detail
  504. Mathematica file for unit tests of raypath code for standard atmosphere — allmaras / detail
  505. some compilers need #include <vector> — allmaras / detail
  506. increased tolerances on raypath tests — allmaras / detail
  507. Support 2D CG periodic solutions. Add 2D RotorSource calculations. — galbramc / detail
  508. Fix for 2D CG periodic in parallel — galbramc / detail
  509. Fix ArcCamber angle definition. Allow both positive and negative angles — galbramc / detail
  510. Fix FieldLib library order — galbramc / detail
  511. Standard Atmosphere RayPathS and absorption added — renat999 / detail
  512. Allow constrained body force solves in 2D — galbramc / detail
  513. Fix tankap for 2D. Add rhofn to RotorSource output. Fix link errors. — galbramc / detail
  514. Fix 2D RotorSource tecplot dump — galbramc / detail
  515. Put back rotor source tan(kappa) — galbramc / detail
  516. Fix tecplot dump for 2D body forces to use PASSIVEVARLIST. Get FlowTan body foces working in 2D. — galbramc / detail
  517. Forgot a file — galbramc / detail
  518. Correction to asymmetric Pt inflow BC — galbramc / detail
  519. Fix typo — galbramc / detail
  520. One more bug fix — galbramc / detail
  521. Compile fix — galbramc / detail
  522. Fixed compiler errors — galbramc / detail
  523. A few jenkins fixes — galbramc / detail
  524. Warning and link fixes — galbramc / detail
  525. More link error fixes — galbramc / detail
  526. Fix includes — galbramc / detail
  527. Fix some link errors — galbramc / detail
  528. Not sure what I fixed... — galbramc / detail
  529. Add placeholder HUMOR meshing interface — galbramc / detail
  530. Fixes for last commit — galbramc / detail
  531. More seacas guards — galbramc / detail
  532. One more seacas protection — galbramc / detail
  533. Add one seacas dependency — galbramc / detail
  534. Fixed test cases and unified results — cwomack / detail
  535. Fixed vera errors — cwomack / detail
  536. Added to vera exclusions — cwomack / detail
  537. Add unsteady to BodyForces — galbramc / detail
  538. Sending DG changes to Steve — cwomack / detail
  539. Add missing updated RK examples. Update history output for unsteady BodyForce — galbramc / detail
  540. added Axes templates for missing DG error estimates; added instantiations for axisymmetric DG — allmaras / detail
  541. Invert eigen vector scaling for exodus files — galbramc / detail
  542. Pad zeros in body force file names — galbramc / detail
  543. Fix compile error — galbramc / detail
  544. additional Axes mods and axisymmetric/polar instantations needed for 'make check' — allmaras / detail
  545. Compile fixes and corrections to Exodus file write — galbramc / detail
  546. Forgot a file — galbramc / detail
  547. Fix call to HUMOR — galbramc / detail
  548. Exodus reader fix — galbramc / detail
  549. Missed a file — galbramc / detail
  550. More humor options — galbramc / detail
  551. Fix typo — galbramc / detail
  552. Pushing code, missing defaulted Axes — cwomack / detail
  553. Add KarypisLab tar scripts — galbramc / detail
  554. added Axes templates into VMSD error estimates — allmaras / detail
  555. Update KarypisLab tar scripts — galbramc / detail
  556. 1st draft polar adaptation — cwomack / detail
  557. Fix normal mach output for 2D — galbramc / detail
  558. Runge Kutta updates — galbramc / detail
  559. Minor fixes — galbramc / detail
  560. Switch to BDF — galbramc / detail
  561. Fix missing instantiation — galbramc / detail
  562. Add omega to constrained solver outputs — galbramc / detail
  563. Use CFL based time stepping for BDF — galbramc / detail
  564. Don't return results when constrained solver fails — galbramc / detail
  565. Fix cylindrical pressure probe output — galbramc / detail
  566. Fix typo — galbramc / detail
  567. Add fluent format documentation — galbramc / detail
  568. Fix pressure probe output one more time — galbramc / detail
  569. Changes to polar normal vector — cwomack / detail
  570. Add pressure output for rotor source — galbramc / detail
  571. Test mods — cwomack / detail
  572. first step towards a variable Prt model — waligura / detail
  573. Changes for Steve — cwomack / detail
  574. fixed polar coordinates integration bug; changed all ElementXField definitions for jacobianDeterminant, — allmaras / detail
  575. Blend equations for FlowTan — galbramc / detail
  576. Add more RotorSource 3D dumps. Default double precision for tecplot dumps. — galbramc / detail
  577. Add dp/deta to delta dump — galbramc / detail
  578. Fix compile errors — galbramc / detail
  579. Add cylindrical relative velocity components — galbramc / detail
  580. Fix line search unit tests — galbramc / detail
  581. fixed polar-coordinates differential length and area functions, along with — allmaras / detail
  582. Saving polar changes — cwomack / detail
  583. Add tolerane to valid x-range for 2D rotor outputs — galbramc / detail
  584. Fix vector size for DeltaRef dump — galbramc / detail
  585. polar bug fix: volume() -> volumePhysical() & area() -> areaPhysical() — allmaras / detail
  586. made *sansDifferential and *Mesh integrations consistent (i.e. the same as — allmaras / detail
  587. many changes to variable types to incorporate a variable conductivity with Prt — waligura / detail
  588. incorporated 1/r into theta derivative for polar in evalBasisGradient (which — allmaras / detail
  589. modified polar Hessian to correctly include 1st derivatives and 1/r terms — allmaras / detail
  590. Saving changes — cwomack / detail
  591. Update tecplot dump for flowTan body force. Allow getting EGADS model from pyton for BodyForces/ — galbramc / detail
  592. Fix fn dump in deltaRef — galbramc / detail
  593. solving for s ahead of time — renat999 / detail
  594. Fix compilere warning and guard against divide by zero — galbramc / detail
  595. Change flowTan model at bounds. Fix deltaRef dump. — galbramc / detail
  596. Update unit tests — galbramc / detail
  597. Reverse sign of tan(kappa) for Peters body force term — galbramc / detail
  598. Dump out delta and kappa in deg for body forces — galbramc / detail
  599. Polar modifications — cwomack / detail
  600. added missing template — ursachi / detail
  601. added 2D flatplate test case (includes WM) — ursachi / detail
  602. Expose fsig in RotorFlowTan python arguments. Add env args to valgrind execution. — galbramc / detail
  603. Remove Ntheta scaling from FlowTan force — galbramc / detail
  604. Change scaling on normal force back to 1/r — galbramc / detail
  605. Fix cmake warning — galbramc / detail
  606. Add kShock to body force interface and change flowTan viscous model again — galbramc / detail
  607. Add missing kShock — galbramc / detail
  608. Polar bug fixes — cwomack / detail
  609. Fixed link errors — cwomack / detail
  610. working modification of PDERANS with a new Prt datatype defined with surreals. This build does not have the correct contructor formulation for PDERANSSA though — waligura / detail
  611. Change Rotor Rot/Rel outputs to specify rotor and position — galbramc / detail
  612. Sandbox polar changes — cwomack / detail
  613. sandbox changes — cwomack / detail
  614. Fixed vera errors — cwomack / detail
  615. Added annulus grids — cwomack / detail
  616. Sanbox changes — cwomack / detail
  617. Sandbox changes — cwomack / detail
  618. sandbox — cwomack / detail
  619. Add TECIO support. Fix compiler warnings. Fix projection from Hierachical to Lagrange in 2D. — galbramc / detail
  620. sandbox — cwomack / detail
  621. sandbox — cwomack / detail
  622. sandbox — cwomack / detail
  623. sandbox — cwomack / detail
  624. sandbox — cwomack / detail
  625. sandbox — cwomack / detail
  626. isandbox — cwomack / detail
  627. sandbox — cwomack / detail
  628. dbl — cwomack / detail
  629. dbl — cwomack / detail
  630. sandbox — cwomack / detail
  631. sandbox — cwomack / detail
  632. sandbox — cwomack / detail
  633. sandbox — cwomack / detail
  634. sandbox — cwomack / detail
  635. sandbox — cwomack / detail
  636. sandbox — cwomack / detail
  637. sandbox — cwomack / detail
  638. sandbox — cwomack / detail
  639. sandbox — cwomack / detail
  640. sandbox — cwomack / detail
  641. sandbox — cwomack / detail
  642. sandbox — cwomack / detail
  643. Fix warning and tecplot file write — galbramc / detail
  644. sandbox — cwomack / detail
  645. sandbxo — cwomack / detail
  646. sandbxo — cwomack / detail
  647. Allows solving for Back Pressure with Body Forces. TECIO fixes. — galbramc / detail
  648. Output solved back pressure for body force constrained solver. Fix compile error. — galbramc / detail
  649. Add missing instantiation — galbramc / detail
  650. sandbox changes — cwomack / detail
  651. sandbox and tecplot changes — cwomack / detail
  652. fixed bugs — cwomack / detail
  653. adjusted tolerancw — cwomack / detail
  654. PDEsansBOOM2D all effects included. Still some details in Unit tests — renat999 / detail
  655. Implemented the QType for the AFT 2014 Transition model — sag6096 / detail
  656. sandbox — cwomack / detail
  657. stashing changes now as a backup since the NN functionality is almost online — waligura / detail
  658. Fix parallel Metric file write. Don't revert to a lienar mesh if local patch construction fails. — galbramc / detail
  659. Working Prt NN Modification with no derivatives — waligura / detail
  660. sandbox changes — cwomack / detail
  661. sandbox — cwomack / detail
  662. merging branches — cwomack / detail
  663. Added polar instantiations — cwomack / detail
  664. Added WM BC for AV — ursachi / detail
  665. Added lrochery@mit.edu to DeveloperEmailAddresses — lrochery / detail
  666. Added the AFT transition model and subsequent — sag6096 / detail
  667. Reverted tecplot changes — cwomack / detail
  668. Even more generalized asymmetric fourier functions. Fix NormalVelocity flux. Add parallel force to BodyForce tecplot dump. — galbramc / detail
  669. Fix compile error — galbramc / detail
  670. Fixes for optimizing body force asym normals — galbramc / detail
  671. Fixed lingering warnings and hard-coded H12 term. — sag6096 / detail
  672. Smoother AFT model — galbramc / detail
  673. Add wall search stress output for RANS AFT flatplate — galbramc / detail
  674. Fix asym gradient calculation — galbramc / detail
  675. Fixed vera errors — cwomack / detail
  676. Added avro to FP cases — sag6096 / detail
  677. Fixed vera error — cwomack / detail
  678. Fix template errors — galbramc / detail
  679. Vera changes, new advective flux BC — cwomack / detail
  680. Fixed all lingering warnings — sag6096 / detail
  681. *ACTUALLY* got rid of all lingering warnings. — sag6096 / detail
  682. NormalField unit test fix and fix RotorSource interior force dump. — galbramc / detail
  683. One more compile fix — galbramc / detail
  684. Allow removing body force radial normal component — galbramc / detail
  685. Fixes — cwomack / detail
  686. added explicit instantiations of output_Tecplot for grid only for both — allmaras / detail
  687. Change to area averaged NormalVelocity for RotorSource — galbramc / detail
  688. try 2: explicit instantitations for grid-only output_Tecplot — allmaras / detail
  689. Fixed jenkins issues — cwomack / detail
  690. Missed a file — galbramc / detail
  691. Added albornoz@mit.edu to DeveloperEmailAddresses — albornoz / detail
  692. Fix for Unit output — galbramc / detail
  693. More fixes for unit calculation — galbramc / detail
  694. Added ejwllms@mit.edu to DeveloperEmailAddresses — ejwllms / detail
  695. Fixed unit test errors — cwomack / detail
  696. Fix compile error — galbramc / detail
  697. Changed warning — cwomack / detail
  698. Changed warnings — cwomack / detail
  699. All effects (except wind) implementation for sansBOOM2D with unit tests — renat999 / detail
  700. Removed CMakeCache.txt and correct indentation in Absorption.h — renat999 / detail
  701. Removed sansBOOM from directory list in src/pde/CMakeLists.txt — renat999 / detail
  702. Removed test/unit/pde/sansBOOM — renat999 / detail
  703. All the missing unit test for sansBOOM2D directory — renat999 / detail
  704. Removed test/unit/pde/sansBOOM for the directory list in CMakeLists.txt — renat999 / detail
  705. Untracked last files realted to sansBOOM — renat999 / detail
  706. Added asmedina@mit.edu to DeveloperEmailAddresses — asmedina / detail
  707. Added dgoba@mit.edu to DeveloperEmailAddresses — dgoba / detail
  708. Added new Ptrip term to source(iSA) for AFT model — sag6096 / detail
  709. Fixed missing bracket — sag6096 / detail
  710. Fixed issue with power function — sag6096 / detail
  711. added check on clang compiler for #pragma's on boost special functions include — allmaras / detail
  712. changed #ifdef from __clang_analyzer__ to __clang__ for warning suppression on boost Bessel function — allmaras / detail
  713. Update tar scripts for parmetis — galbramc / detail
  714. Adding support for an advection-diffusion-reaction (ADR) solver — darmofal / detail
  715. Fix email — albornoz / detail
  716. Added sansBOOM directories again. The toy code for sansBOOM2D with VMSDBR2 is also present — renat999 / detail
  717. Fixing merge conflicts — renat999 / detail
  718. Added CMakeLists.txt in sansBOOM directories — renat999 / detail
  719. New working Prt model with derivatives implemented: still need to implement throughout PDERANSSA — waligura / detail
  720. Working version of Prt modeling with Duan implemented Neural Network (small). Still does not run because of solver issues though — waligura / detail
  721. removed all instantiations for 1D Polar; these were all previously commented out — allmaras / detail
  722. eliminated depricated #else branch for FIX_POLAR_BUG and FIXED_POLAR_GRADIENT; — allmaras / detail
  723. fixed nightly build squawks — allmaras / detail
  724. Make sure ccache script has execute permissions — galbramc / detail
  725. Changes to test case for supersonic run — waligura / detail
  726. Brenner fixes — waligura / detail
  727. Commiting to pull in the cluster. src/pde/OutputCell_SolutionErrorL2.h hacked to make 0 the srnos — renat999 / detail
  728. fixed nightly build squawks — allmaras / detail
  729. oops, bug fix for latest edit — allmaras / detail
  730. Toy codes to test DGBR2 and VMSDBR2 with analytical traveling wave — renat999 / detail
  731. Working Prt NN model implementation with 11 input variables and R^2 around 60%. The jacobian and gradient of the model are implemented as well, but nothing has been tested yet — waligura / detail
  732. other things needed to run — waligura / detail
  733. Compiled DistanceFunctionGradient, and add DistanceFunctionHessian. — galbramc / detail
  734. Added option for both AFT2014 and AFT2017 — sag6096 / detail
  735. fix for test case with importing from command line — waligura / detail
  736. "fixed" — waligura / detail
  737. fixing commit — waligura / detail
  738. fixing commit 2 — waligura / detail
  739. fixing commit 3 — waligura / detail
  740. fix 4 — waligura / detail
  741. Added smoothmax to smoothmath.h — sag6096 / detail
  742. Fix DistanceFunction Grad/Hess. Revive DistanceFunction tests. Add AFT2017. Refactor SA trip source for AFT. — galbramc / detail
  743. Supersonic working DuanS version — waligura / detail
  744. renamed wall model BC — ursachi / detail
  745. added isothermal WM BC — ursachi / detail
  746. made chit0 naming consistent — ursachi / detail
  747. forgot to add file for WM BC — ursachi / detail
  748. fixed variable type — ursachi / detail
  749. changes to the scaling in dataTransform to more accurately scale the simulation inputs. change made on super — waligura / detail
  750. Commit before reinstalling SANS — renat999 / detail
  751. Added in some of the blasius BC as well as AFT2019 — sag6096 / detail
  752. Fix ghost dof for broken CG fields — galbramc / detail
  753. Add actuator disk model. Fix tecplot CG dump for broken CG fields. — galbramc / detail
  754. Fix jacobianSource for AFT — galbramc / detail
  755. Fix compile error — galbramc / detail
  756. Missed instantiation — galbramc / detail
  757. Warning fixes — galbramc / detail
  758. Add avro guard — galbramc / detail
  759. Vera and warning fixes — galbramc / detail
  760. Fix compile error. Add linear offset to actuator disk psi_ts curve. — galbramc / detail
  761. Fix typo — galbramc / detail
  762. Fix array out of bound and sort keys for body force and actuator disk history files. — galbramc / detail
  763. Update nodal view for hex — galbramc / detail
  764. Fix actuator disk time integration — galbramc / detail
  765. Add asymmetric Pt to duct solver — galbramc / detail
  766. Fix compile error. Update TecIO build. — galbramc / detail
  767. Enable kt functions for Nozzle BC — galbramc / detail
  768. Fix time advancement for Duct Solver — galbramc / detail
  769. Add RANSSA RotorFlowTan — galbramc / detail
  770. Fixes for setting cn=0 with body forces — galbramc / detail
  771. Fix tests from last commit — galbramc / detail
  772. Added mbottot@mit.edu to DeveloperEmailAddresses — mbottot / detail
  773. Fix for finding numpy, and unit test fix — galbramc / detail
  774. Suppress warning and add missing instantiation — galbramc / detail
  775. Vera fix. More warning suppressions and timeout fixes — galbramc / detail
  776. Updated actuator disk model — galbramc / detail
  777. Forgot a file — galbramc / detail
  778. Getting some references working right so the unit tests run again. Getting ready to finalize the Prt unit test as well — waligura / detail
  779. Actuator disk fix — galbramc / detail
  780. Added tonyryu@mit.edu to DeveloperEmailAddresses — tonyryu / detail
  781. changing tolerances for unit tests for M1 Mac — tonyryu / detail
  782. Add NLF transition case — galbramc / detail
  783. Prt Model with working unnit test on Prt prediction — waligura / detail
  784. Change to IntelLLV as default for Intel compiler. — galbramc / detail
  785. Working Prt NN model with correct unit tests and deriviative implementation — waligura / detail
  786. Add scale factor for CompressiblePower calculation — galbramc / detail
  787. Cleaned up files for develop merge — waligura / detail
  788. Brought back all of the changes that I did not mean to make (I hope) — waligura / detail
  789. Relax tolerances for IntelLLVM — galbramc / detail
  790. Update RANSAFT NLF — galbramc / detail
  791. Additional changes to Prt modeling to fix nondimesional test case and also make adjustments on NeuralNetClosure — waligura / detail
  792. Write out PV for body forces — galbramc / detail
  793. IntelLLVM fix for TetGen — galbramc / detail
  794. Relax tolerances for Intel LLVM — galbramc / detail
  795. Enable dump of bodyforce RANS solutions — galbramc / detail
  796. Fix for last commit — galbramc / detail
  797. Added hnilsen@mit.edu to DeveloperEmailAddresses — hnilsen / detail
  798. Use PI insteady of M_PI for Surreal — galbramc / detail
  799. Update HUMOR interface — galbramc / detail
  800. Fix rotor source szplt output — galbramc / detail
  801. Vera fixes and don't use MPI TECIO — galbramc / detail
  802. Add PSig to body force dump — galbramc / detail
  803. Fix TECIO write of CG fields — galbramc / detail
  804. Fix PSig dump — galbramc / detail
  805. Fixed proper flow conditions for NLF-0416 — sag6096 / detail
  806. Guard against looking for rt library on MSYS — galbramc / detail
  807. Allow using PSig in Pprop calculation — galbramc / detail
  808. Fix last commit — galbramc / detail
  809. Default PV/PSig scale to 1 — galbramc / detail
  810. Updates to AFT PDE — galbramc / detail
  811. More cleanup of AFT PDE — galbramc / detail
  812. Try smoother distnace function gradient — galbramc / detail
  813. Fix last commit — galbramc / detail
  814. Refactor CG tecplot file writes, again... — galbramc / detail
  815. commit before update — waligura / detail
  816. Add derivatives for smoothmaxC2 and min — galbramc / detail
  817. Another try to push NN Prt changes to see the issues with the compiliers — waligura / detail
  818. Vera issues fixed — waligura / detail
  819. Add smoothabs0_tanh. Remove many defaults and clarify units for smoothmath — galbramc / detail
  820. Add smoothabs0_tanh_eps — galbramc / detail
  821. Fix array out-of-bounds in unit test — galbramc / detail
  822. Vera fixes (for real) — waligura / detail
  823. Fall back on LogEuclidian average when affine average fails — galbramc / detail
  824. Fix smooth math update — galbramc / detail
  825. Fixes to formatting and cmakeList. Still seeing a weird issue with boundary conditions not being recognized even though changes were not around there — waligura / detail
  826. Add L2 projection of drV/dn for AFT model. — galbramc / detail
  827. Add one more check for AFT — galbramc / detail
  828. Add missing instantiation — galbramc / detail
  829. Tell cppcheck to use boost.cfg — galbramc / detail
  830. Update AFT BC test — galbramc / detail
  831. Fixes to matmul, reformatting on readNN, and a mistaken change to a BC file — waligura / detail
  832. Fix to the lone vera and added some other matmul options — waligura / detail
  833. All working make check now, with some unit test issues — waligura / detail
  834. Fix tecplot dump of interior trace CG fields. Add all bodies to debug_blade for body forces — galbramc / detail
  835. Added 2D nozzle toy code — tonyryu / detail
  836. PDERANS updates — waligura / detail
  837. important PDE changes to investigate with diff — waligura / detail
  838. pushes to take away Prt from wall modeling input — waligura / detail
  839. small navier stokes fixes — waligura / detail
  840. changes to thermal conductivity to be more consistent with SA-neg — waligura / detail
  841. Add stator pressure rise for an actuator disk stage — galbramc / detail
  842. Fix stator actuator disk — galbramc / detail
  843. adding 1D channel flow for wall-model RANS analysis — allmaras / detail
  844. Update HUMOR interface with separate input/output file names — mbottot / detail
  845. Fix trailing whitespace in HUMOR interface update — mbottot / detail
  846. changes to PDERANS unit tests — waligura / detail
  847. Fixing the warnings for the final time — waligura / detail
  848. Upgrade to TecIO 2023r1m1 — galbramc / detail
  849. Relax tolerance — galbramc / detail
  850. Add latest boost versions — galbramc / detail
  851. Fixed Local Solves for VMSDBR2 — renat999 / detail
  852. Small pointwise fix — galbramc / detail
  853. adding nondimensional nozzle toy case — tonyryu / detail
  854. Fix parallel ugrid write — galbramc / detail
  855. Format5ing fix — galbramc / detail
  856. Actualy set iterative refinement for MKL_PARDISO — galbramc / detail
  857. Cleaning up some of the excess on files and adding a unit test for the NN calc — waligura / detail
  858. Getting rid of bogus include — waligura / detail
  859. Trying another small commit because I am not sure the last one was my fault — waligura / detail
  860. Fix sign on JetDissipation — galbramc / detail
  861. Add VectorVectorVectorVector example — galbramc / detail
  862. Add Ptdw output for body force — galbramc / detail
  863. extended exact WM solution to chi in [0, 1) — allmaras / detail
  864. Commit before updating — renat999 / detail
  865. Fixed issues in make check — renat999 / detail
  866. Fixed Jenkins errors (v1) — renat999 / detail
  867. Quick fix to previous commit — renat999 / detail
  868. Fixed Jenkins errors (v2) — renat999 / detail
  869. Fixed Jenkins errors (v3) — renat999 / detail
  870. Fixed Jenkins errors (v4) — renat999 / detail
  871. Fixed Jenkins errors (v5) — renat999 / detail
  872. Fixed Jenkins errors (v6) — renat999 / detail
  873. Fixed Jenkins errors (v7) — renat999 / detail
  874. Fixed Jenkins errors (v8) — renat999 / detail
  875. Fixed Jenkins errors (v9) — renat999 / detail
  876. Started working on PDE base classes and consistent error estimate — renat999 / detail
  877. Fix some tar scripts — galbramc / detail
  878. Add tar script for petsc — galbramc / detail
  879. Look for generic petcs.tgz to build PETSc — galbramc / detail
  880. added constrained solver for centerline velocity and equilibrium wall model — allmaras / detail
  881. code clean-up; no change in functionality — allmaras / detail
  882. added access functions needed for globally constrained solver — allmaras / detail
  883. added valid-state check for global parameters; new function is virtual but — allmaras / detail
  884. instantiations needed for globally constrained system for N=2 PDE and 2 global — allmaras / detail
  885. new volume integrand for augmenting PDE residuals via global parameters terms — allmaras / detail
  886. line-length squawks & missing instantitations for 1D globally constrained channel flow — allmaras / detail
  887. fixed possible uninitialized variable — allmaras / detail
  888. Fix UnionJack so it works with avro — galbramc / detail
  889. Unstaged src/pde/sansPDEBase2D.h — renat999 / detail
  890. Added unit test for src/pde/sansPDEBase.h — renat999 / detail
  891. Update avro_tar script to get submodules — galbramc / detail
  892. Fixed compiler error — renat999 / detail
  893. Update tar for avro to include submodules — galbramc / detail
  894. Remove debug print statements — galbramc / detail
  895. Add Nozzle BC to body force — galbramc / detail
  896. better initial guess for pressure gradient and solution profile — allmaras / detail
  897. fixed uninitialized variable squawk (athough it'll never happen) — allmaras / detail
  898. Update Copyright dates to 2013-2024 — galbramc / detail
  899. Somehow missed on file — galbramc / detail
  900. Use new accelerate lapack on macOS — galbramc / detail
  901. Script updates for viggen — galbramc / detail
  902. One more copyright date fix — galbramc / detail
  903. Add linear nozzle coefficient ramp — galbramc / detail
  904. Add more suitesparse search paths. Add Nozzle outflow BC unit test. — galbramc / detail
  905. Check for unsteady with BDF and RK. — galbramc / detail
  906. Restore time step in BDF — galbramc / detail
  907. Cleanup AFT — galbramc / detail
  908. Fix array out of bounds — galbramc / detail
  909. Remove unused variable — galbramc / detail
  910. Fix finding suitesparse includes — galbramc / detail
  911. Fix compile error — galbramc / detail
  912. committing some changes as of Feb.8 — tonyryu / detail
  913. Add missing mpi communictor includes — galbramc / detail
  914. Add ParameterVectorS for static sized python arrays — galbramc / detail
  915. Missed a file — galbramc / detail
  916. Suppress warning — galbramc / detail
  917. Started refactoring Scalar Functions during SANS meeting — renat999 / detail
  918. Suppress duplicate library link warning on macOS — galbramc / detail
  919. Fix for python2 — galbramc / detail
  920. first round of adjoint fixes — tonyryu / detail
  921. Commiting progress on Function.h — renat999 / detail
  922. Forgot ScalarFunction.h — renat999 / detail
  923. Finished implementation of Function.h. Compiler errors are present — renat999 / detail
  924. Add radial variation in fsig for FlowTan body force — galbramc / detail
  925. Allow solving for Nozzle Coefficient — galbramc / detail
  926. Fix typo — galbramc / detail
  927. Unit test — renat999 / detail
  928. March1_2024 — tonyryu / detail
  929. Fix body force optimization — galbramc / detail
  930. Add unsteady body force pertubation — galbramc / detail
  931. Forgot checkInputs — galbramc / detail
  932. Fix compile error — galbramc / detail
  933. One more compile error — galbramc / detail
  934. One more fix — galbramc / detail
  935. Add temporal ramp for rotor pertubation — galbramc / detail
  936. Fix compile error — galbramc / detail
  937. Allow turning off body force pertubation time ramp — galbramc / detail
  938. One more fix — galbramc / detail
  939. One more fix — galbramc / detail
  940. More body force fixes — galbramc / detail
  941. Update unit test — galbramc / detail
  942. Adjoints refactoring to standardize naming conventions for enriched adjoint, adjoint, and delta adjoint. — tonyryu / detail
  943. Fix for body force optimization — galbramc / detail
  944. Fix last commit — galbramc / detail
  945. tried to fix line length exceeding 150 characters. — tonyryu / detail
  946. One more fix — galbramc / detail
  947. additional lines exceeding 150 characters. — tonyryu / detail
  948. removed explicit #define SANS_AVRO which was including XField_avro.h — tonyryu / detail
  949. Try constrained solver first for body force optimization — galbramc / detail
  950. Fix last commit — galbramc / detail
  951. wrapped params.Mesher.avro in if USE_AVRO SANS_AVRO and addressed line length error — tonyryu / detail
  952. fixed accidental unterminated #if statement — tonyryu / detail
  953. adding back the tmp files that were accidentally deleted as well as the .gitignore files in them — tonyryu / detail
  954. fixed copyright dates for SolverInterface_discretizations — tonyryu / detail
  955. Fixed warning for unused variables in Nozzle_nondim and Nozzle.cpp — tonyryu / detail
  956. Fix up instantiation for ScalarFunction_Linear — galbramc / detail
  957. Add length 4 ParameterVectorS — galbramc / detail
  958. Redefining adjoint as order p in SolutionData. Introduced projected_adjoint, which is p+1 projection of order p adjoint in SolutionData_VMSD_BR2.h, then renamed the variables in the SolverInterface_VMSD_BR2.h and the unit tests accordingly. — tonyryu / detail
  959. deleted SANS_refactor_test directory which had some savefiles from a test run to check the results. Renamed projected_adjoint to prolonged_adjoint in the solutiondata as well as the corresponding solverinterface and unit tests. — tonyryu / detail
  960. Check for no_warn_dup_lib on macOS — galbramc / detail
  961. One more try — galbramc / detail
  962. Try yet again — galbramc / detail
  963. Silly mistake — galbramc / detail
  964. Initial add of element enrichment capabilities — mbottot / detail
  965. Enable structured grids for ducted body force analysis. Possibly improve distance function calculation time. — galbramc / detail
  966. got rid of getAdjField(), got rid of sol_.prolonged_adjoint, and changed all the corresponding unit tests and toy codes that use these calls. — tonyryu / detail
  967. Passing (but incomplete) unit test for linear ScalarFunction — mbottot / detail
  968. Some fixes for last commit — galbramc / detail
  969. Update unit test — galbramc / detail
  970. Add boundary output groups for structured body forces — galbramc / detail
  971. Fix RefCoord solver — galbramc / detail
  972. Fix rotor source pertubation — galbramc / detail
  973. Finally get rotating pertubation periodicity correct — galbramc / detail
  974. Fix warnings — galbramc / detail
  975. addressing line is longer than 150 characters error — tonyryu / detail
  976. formatting lines over 150 characters — tonyryu / detail
  977. another line is longer than 150 characters message — tonyryu / detail
  978. Also add 2D L2Project multiscale adaptation toy code — mbottot / detail
  979. Fix new toy code so that it also compiles without refine and add reconstruction option — mbottot / detail
  980. Fix missing space for vera and relax error tolerance for clang — mbottot / detail
  981. forgot to add the ScalarFunction.h in the previous commit. Added ScalarFucntion_Pow() in place for ScalarFunction_Monomial. Still need to add unit test for this. — tonyryu / detail
  982. Fix blade rotation for body forces — galbramc / detail
  983. Fix for last commit — galbramc / detail
  984. Fix sensitvity for last commit — galbramc / detail
  985. one more try — galbramc / detail
  986. Forgot files — galbramc / detail
  987. Also update blade thickenss rotation — galbramc / detail
  988. Add a debug surface mesh when AFLR3 fails. — galbramc / detail
  989. Continued ScalarFunction refactoring. — renat999 / detail
  990. Use fabs for rotor losses — galbramc / detail
  991. Upgrade to ESP 1.24. Now minimum required version. — galbramc / detail
  992. Fixes for ESP 1.24. Remove fabs from rotor source losses. — galbramc / detail
  993. Forgot one file — galbramc / detail
  994. Added ND const and Gaussian ScalarFunctions — dashwsd / detail
  995. Quick fix before pushing — renat999 / detail
  996. fixed formatting Function1D — dashwsd / detail
  997. Trying to run a case with R and T ML models on super — waligura / detail
  998. Add Surreal instantiations for LDLT — galbramc / detail
  999. ML Test Case Initialized — waligura / detail
  1000. changing the tolerance to get one test to pass on supercloud intel build — waligura / detail
  1001. Fix pressure probes — galbramc / detail
  1002. Fix compile error — galbramc / detail
  1003. Add missing include — galbramc / detail
  1004. Update pattern — galbramc / detail
  1005. Updates to support panel+HSM coupling — galbramc / detail
  1006. Forgot a file — galbramc / detail
  1007. Parallel fix — galbramc / detail
  1008. Create XField_tess. Cleanup restartFreq for BodyForce — galbramc / detail
  1009. Fix typo — galbramc / detail
  1010. Fix for not using restartFreq in body force solver — galbramc / detail
  1011. Make HalvingLineSearch default — galbramc / detail
  1012. Fix compile error — galbramc / detail
  1013. Some output_Tecplot cleanup — galbramc / detail
  1014. Small cleanup of parallel MMA — galbramc / detail
  1015. Add barrier before opening files — galbramc / detail
  1016. Add AD 1D Neumann mitState — galbramc / detail
  1017. Add harmonic pertubation — galbramc / detail
  1018. Add cubic Hermite basis functions for triangles — mbottot / detail
  1019. Add velocity probes — galbramc / detail
  1020. Add support for nodal coordinates to Hermite basis functions — mbottot / detail
  1021. Add operator for Hermite interpolation of scalar function — mbottot / detail
  1022. Unintentionally used Axisymmetric Axes in enrichment test, changed to Cartesian — mbottot / detail
  1023. Add IntegrandCell that takes gradient field as input — mbottot / detail
  1024. Added simpsann@mit.edu to DeveloperEmailAddresses — simpsann / detail

#1621 (Jun 25, 2024, 10:25:11 PM)

  1. Warning and tolernace fixes — galbramc / detail
  2. Fix compile error — galbramc / detail
  3. Cleanup 2D PressureGrad sensor — galbramc / detail
  4. Relax tolerance — galbramc / detail
  5. 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
  6. Missed one — galbramc / detail
  7. Missed one more — galbramc / detail
  8. Added an uncoupled 4-eq IBL3 flat plate BL sandbox case with manufactured qe.  Minor edits to 3-eq IBL3 BC/PDE — shunz / detail
  9. fixed typos — deanna.sewell / detail
  10. Relax tolerance — galbramc / detail
  11. updates for branch to be used on supercloud. Solution projection, artificial viscosity and etc... — waligura / detail
  12. merge conflicts — allmaras / detail
  13. Consistent 3D positvity source with Ben's thesis — galbramc / detail
  14. 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
  15. minor tweaking to sandbox cases — shunz / detail
  16. Removed redundant parameter in mitLG BC class — shunz / detail
  17. torpedo case cleanup — shunz / detail
  18. tweaked quadrature order for auxi and auxv equations in torpedo case. minor cleanup — shunz / detail
  19. bugfix in G variable initialization in torpedo case — shunz / detail
  20. separated PDE instantiation cpp files for 3-eqn and 4-eqn IBL3 — shunz / detail
  21. make lag equation G=0 when turned off — shunz / detail
  22. Initial commit for shock capturing in sansBOOM — darmofal / detail
  23. Add asymmetric sensitvities for body forces. Some more cleanup of shock capturing. — galbramc / detail
  24. Make PDEmitAVDiffusionOuter2D.h consistent — galbramc / detail
  25. Fix warning and typo — galbramc / detail
  26. minor cleanup of sandbox case — shunz / detail
  27. added a crude restart capability for torpedo case by saving/reading DOF file — shunz / detail
  28. 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
  29. Relax tolerance and fix warning — galbramc / detail
  30. One more tolerance relaxation — galbramc / detail
  31. incorporated Axes into integrand classes primarily via PDE::Axes — allmaras / detail
  32. ran 3D IBL3 free transition case with sphere/doublet — shunz / detail
  33. minor tweak to 4-eqn IBL3 pde. Only keep ntcrit growth source term for now. — shunz / detail
  34. minor tweak to torpedo sandbox case — shunz / detail
  35. Add parameters to rotate body force normal field — galbramc / detail
  36. Forgot instantiation — galbramc / detail
  37. Added an macro option to turn of amplification equation for 4-eq IBL3 (i.e. nt = 0) — shunz / detail
  38. refactored torpedo case restart capability — shunz / detail
  39. added crude restart capability for S-duct case for IBL3 (copied from torpedo). minor cleanup — shunz / detail
  40. relaxed floating-point comparison tolerance a little bit — shunz / detail
  41. 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
  42. refactoring duct ring sandbox case for 4-eqn IBL3 — shunz / detail
  43. minor cleanup — shunz / detail
  44. Fix test for last commit — galbramc / detail
  45. Fix for lazy lifting operator calculations — galbramc / detail
  46. added comments to the duct ring grid — shunz / detail
  47. Added a constant full state inflow BC for 4-eqn IBL3 — shunz / detail
  48. added printout for examing duct ring surface grid — shunz / detail
  49. mucking with turbulent S-duct flow case — shunz / detail
  50. Make duct and duct ring cases the same for 4-eqn IBL3 — shunz / detail
  51. tweaked IBL3 output — shunz / detail
  52. added safety check in Qauxv 3D projection — shunz / detail
  53. minor cleanup — shunz / detail
  54. 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
  55. added commented-out print statements for debugging — shunz / detail
  56. changed default dissipation relation correction to 1 — shunz / detail
  57. changed default 3D qauxi project to use no upwinding — shunz / detail
  58. examined effect of discontinuous velocity field for 4-eqn IBL3 — shunz / detail
  59. refactored calculation of profile basis {q1,q2,nrm_bl} to allow for different formulations — shunz / detail
  60. standard atmo: moved non-templated functions to *.cpp file — allmaras / detail
  61. stupid tabs!! — allmaras / detail
  62. namespace needed in cpp file — allmaras / detail
  63. Fix for turning off USE_CORRECTION_TERM — galbramc / detail
  64. mucked with different BL profile normal vector definition in sandbox case — shunz / detail
  65. removed DeveloperException check for hessians of density-temperature primitive vars — allmaras / detail
  66. Refactored 3D sheet quad grid for IBL3. (simplified grid contruction using XFieldLagrange. allowing for more general curved manifold grid) — shunz / detail
  67. Another correction to turning off USE_CORRECTION_TERM — galbramc / detail
  68. Relax tolerance — galbramc / detail
  69. attempt at constant eddy viscosity WM — ursachi / detail
  70. started adding in new WM — ursachi / detail
  71. Only compute lifting operatos if setSolutionField is called. Needed for proper error estimates. — galbramc / detail
  72. ray path for single layer; tested for both isothermal and linear temperature layers — allmaras / detail
  73. More intel tolerance relaxing — galbramc / detail
  74. Remove DeveloperException check — galbramc / detail
  75. Use implied metric in cost calculation for isotropic optimization — galbramc / detail
  76. new adaptation script for Pointwise; also hard-coded viscous layers parameters — allmaras / detail
  77. replaced a few least-used IBL3 output — shunz / detail
  78. Relaxier tolerance — galbramc / detail
  79. some machines need cmath; not mine — allmaras / detail
  80. fixed line length issue — allmaras / detail
  81. Another tolerance relaxation — galbramc / detail
  82. Intel... — galbramc / detail
  83. Intel... — galbramc / detail
  84. added an option for arc fairing for duct hex grid — shunz / detail
  85. generalize fairing from arc of circle to ellipse — shunz / detail
  86. removed class Cartesian, Cylindrical, Axisymmetric from SANSnumerics.h and all *.h, *.cpp files; — allmaras / detail
  87. added simplified form of d(y)/d(phi) for ray path (linear temperature layer) — allmaras / detail
  88. added corner fairing option to S-duct hex grid — shunz / detail
  89. added and tested new WM with fm1 functions — ursachi / detail
  90. Ben test case final push — waligura / detail
  91. added parameters pwFilename and glfFilename to Pointwise PyDict — allmaras / detail
  92. made inviscid Joukowski case consistent with pwFilename/glfFilename Pointwise PyDict parameters — allmaras / detail
  93. added pwFilename for Pointwise PyDict parameter — allmaras / detail
  94. more pwFilename Pointwise param changes for 3D L2 projection — allmaras / detail
  95. relaxed tolerance on area test for raypath — allmaras / detail
  96. relaxed tolerance on test for DG-to-CG projection — allmaras / detail
  97. Updates to RotorSource viscous losses — galbramc / detail
  98. Update RotorSource viscous formulation. Update build for avro. — galbramc / detail
  99. Forgot a file — galbramc / detail
  100. cleaned up new WM — ursachi / detail
  101. Re-enable BodyForce constrained solver — galbramc / detail
  102. XField includes for meshing — allmaras / detail
  103. XField includes for meshing: missed one — allmaras / detail
  104. XField includes for CAPS user interface — allmaras / detail
  105. more XField includes — allmaras / detail
  106. more XField includes — allmaras / detail
  107. more Field includes — allmaras / detail
  108. DistanceFunction template arguments for BodyForceSolver — allmaras / detail
  109. renamed and cleaned up some of the 1D wall-modeling — ursachi / detail
  110. more XField includes — allmaras / detail
  111. missing Axes template in AlgebraicEquationSet_Debug for sandbox codes; — allmaras / detail
  112. Add dumpTecplotBodyForce to BodyForceSolver — galbramc / detail
  113. separate definitions needed for static const's in structs/classes (there — allmaras / detail
  114. removed troublesome sandbox cases from no-compile list; now list is back — allmaras / detail
  115. reconciled undefined references (mostly new libraries due to re-org of Field directory) — allmaras / detail
  116. Forgot a file and fix a warning — galbramc / detail
  117. One more warning fix — galbramc / detail
  118. more reconciling library dependencies; XField includes — allmaras / detail
  119. reconcile undefined references in sandbox cases — allmaras / detail
  120. reconciling undefined XField references — allmaras / detail
  121. added MPI fixture to all Field subdirectory unit tests — allmaras / detail
  122. WAG (since I can't recreate the problem locally): included XField_impl.h — allmaras / detail
  123. oops: got to get the correct include directory... — allmaras / detail
  124. reconcile undefined references — allmaras / detail
  125. reconcile undefined references — allmaras / detail
  126. added spaces; just something to make a new commit — allmaras / detail
  127. Add radial coefficients for body force viscous dissipation — galbramc / detail
  128. Forgot a file and fix a warning — galbramc / detail
  129. Forgot more files — galbramc / detail
  130. Forgot to update a test — galbramc / detail
  131. Fix body force convergence tolerance specification — galbramc / detail
  132. Add TtRel output for body forces — galbramc / detail
  133. Axisymmetric AD capabilities modified and added — cwomack / detail
  134. Added new axisymmetric output functionals — cwomack / detail
  135. Dump body force information on interior groups — galbramc / detail
  136. Fix last commit — galbramc / detail
  137. Fixed vera error — cwomack / detail
  138. added specified velocity to adiabatic and isothermal NS BCs; — allmaras / detail
  139. Fixed vera errors — cwomack / detail
  140. Tq, Tg parameters for BC normal flux — allmaras / detail
  141. added quadratureOrder() member function — allmaras / detail
  142. added UseSchurComplement template parameter for globally constrained systems — allmaras / detail
  143. add 2nd option for globally constrained AES that uses a direct global solve — allmaras / detail
  144. compile-time check & dump of types — allmaras / detail
  145. Add more output functionals for RotorSource — galbramc / detail
  146. Add vera exclusion — galbramc / detail
  147. Fixed vera errors — cwomack / detail
  148. added 2D triangle test for VMSD-BR2 cell integrand and residual, including VectorD<ArrayQ> interfaces — allmaras / detail
  149. Add PtRot and Kr3 for body forces — galbramc / detail
  150. Jenkins script fix — galbramc / detail
  151. Remove all of ntref from RANSSA. Add 3D SA-R term. — galbramc / detail
  152. Fix compile errors and upgrade NLOPT to 2.7.1 — galbramc / detail
  153. Another compile fix — galbramc / detail
  154. More compile fixes — galbramc / detail
  155. added 2D FieldWeighted integrand/integral tests for VMSD-BR2 — allmaras / detail
  156. modifications to VMSD-BR2 needed for global constraints — allmaras / detail
  157. instantiations needed for global constraints without Schur complement solve (i.e. direct solve on flattened matrix) — allmaras / detail
  158. modifications needed for global constraints with direct solve of flattened global matrix — allmaras / detail
  159. added matrix write during initialization — allmaras / detail
  160. compressible lid-driven cavity flow with global mass constraint (stabilized CG and VMSD-BR2) — allmaras / detail
  161. Add error functions erf and erfc to Surreal — galbramc / detail
  162. Corrections for intel — galbramc / detail
  163. Add tolerance for intel error function Surreal tests — galbramc / detail
  164. added back in a 3-parameter template for FunctionalCell_Galerkin_impl — allmaras / detail
  165. vera line length squawk — allmaras / detail
  166. added differential multiplier (r in r*dr*dz for Axisymmetric) to all ElementXFields — allmaras / detail
  167. incorporated differential weight (r in r*dr*dz for Axisymmetric) to all integrals — allmaras / detail
  168. Make camberlines constant radius for RotorSource. Other rotor source fixes. — galbramc / detail
  169. Undo file rename — galbramc / detail
  170. added unit tests for GalerkinWeightedIntegral & GalerkinWeightedIntegral_New — allmaras / detail
  171. added differential multiplier to integrations for FP and LIP Kutta condition (even though these are expected to be Cartesian) — allmaras / detail
  172. initial creation of 2-D axisymmetric Euler/NS PDE & BC classes; Roe upwinding — allmaras / detail
  173. bug fix in normal flux for no-slip adiabatic BC with moving wall (energy flux — allmaras / detail
  174. bug fix in normal flux for 2D no-slip, adiabatic BC with moving walls (energy is — allmaras / detail
  175. typo fix — allmaras / detail
  176. XField template modifications required for successful build of Axisymmetric — allmaras / detail
  177. renamed some boundary conditions — ursachi / detail
  178. modified calls to XField2D_Box_Triangle_X1 to reflect that it is now templated (with default Axes=Cartesian) — allmaras / detail
  179. instantiations needed for axisymmetric globally constrained (size 5 systems) — allmaras / detail
  180. member function additions/changes needed for axisymmetric ND convert — allmaras / detail
  181. adding some missed logic — deanna.sewell / detail
  182. Add skin friction output for body forces — galbramc / detail
  183. added BDF routine modifications that were staged but not included in previous commit — deanna.sewell / detail
  184. Compile fix — galbramc / detail
  185. Actual correct wall shear stress calculations. — galbramc / detail
  186. Forgot a file — galbramc / detail
  187. fixed a compile warning — deanna.sewell / detail
  188. vera fix — galbramc / detail
  189. Warning and unintialized data fixes — galbramc / detail
  190. Reformatted test cases, fixed hierarchical if statement — cwomack / detail
  191. Initialize blockage to 1 — galbramc / detail
  192. all Field classes must be templated with Axes (since they contain and/or — allmaras / detail
  193. Fix shear stress calculation — galbramc / detail
  194. more XField* and Field* templating with Axes; trying to compile, link and — allmaras / detail
  195. Fix blockage initialization — galbramc / detail
  196. more XField* and Field* templating with Axes; trying to compile, link and — allmaras / detail
  197. vera squawks — allmaras / detail
  198. Axes templating for AFLR2 — allmaras / detail
  199. more Axes related bugs and squawks — allmaras / detail
  200. more Axes fixes — allmaras / detail
  201. eliminated unused variables — allmaras / detail
  202. Set no fairing for duct wall surface grid — shunz / detail
  203. tried a case of uncoupled IBL on arc surface — shunz / detail
  204. Axes templates for avro — allmaras / detail
  205. more Axes in avro fixes — allmaras / detail
  206. avro instantiations require Cartesian parameter — allmaras / detail
  207. more avro Axes fixes — allmaras / detail
  208. fixed outdated stuff due to updates of Axisymmetric API and Field directory reorg — shunz / detail
  209. fixed too-narrow assertion. updated use of interior trace group indexing — shunz / detail
  210. avro Axes fixes — allmaras / detail
  211. more fixes — allmaras / detail
  212. 4D avro instantiation — allmaras / detail
  213. removed some redundant unit test code (was producing a compiler warning) — allmaras / detail
  214. file IO updates in test case — shunz / detail
  215. 2D wall model implementation and testing — ursachi / detail
  216. Played with a case with step/sigmoid function of inlet BC to show qe-based alpha is not too dissipative — shunz / detail
  217. played with 2D IBL cases to compare heuristic and corrected LF fluxes in PhD thesis — shunz / detail
  218. Fix redundant pi/180 multiplication for asymmetric rotor source — galbramc / detail
  219. Add missing pi/180 for asymmertic Rotor Source parameter bounds — galbramc / detail
  220. Try moving the pi/180 scaling again — galbramc / detail
  221. Forgot a file — galbramc / detail
  222. Fixed DOF calculation — cwomack / detail
  223. Fixed XField error, changed Axisym DBL to run automatically — cwomack / detail
  224. Fix halving linesearch dumpField — galbramc / detail
  225. Update unit test — galbramc / detail
  226. More unit test updates — galbramc / detail
  227. Don't try to compare tecplot files. — galbramc / detail
  228. Suppress cmake dev warning — galbramc / detail
  229. Still need to remove the files — galbramc / detail
  230. Try and try again — galbramc / detail
  231. Relax timing — galbramc / detail
  232. Use min for SA-R for now. — galbramc / detail
  233. Minor PTC update — galbramc / detail
  234. added WM joukowski test case — ursachi / detail
  235. Updates to SA-R — galbramc / detail
  236. bsans old commits — waligura / detail
  237. Use smooth math for SA-R — galbramc / detail
  238. Added p adjoint to DGBR2 interface — cwomack / detail
  239. Axes templating; defaults to Axes=Cartesian wherever needed — allmaras / detail
  240. added Axes template to XField2D_Box_Quad_X1; default to Cartesian — allmaras / detail
  241. Fixed vera error and FINALLY tracked down meshing issue — cwomack / detail
  242. Fixed vera errors — cwomack / detail
  243. addes Axes templates; default to Cartesian — allmaras / detail
  244. modified globally constrained infrastructure to allow for more general constraints (e.g. boundary constraint) — allmaras / detail
  245. added axisymmetric centerline BC for Euler/NS — allmaras / detail
  246. added pressure evaluation function to Q-interpreters — allmaras / detail
  247. added Brenner to axisymmetric; no unit tests yet — allmaras / detail
  248. output functionals for axisymmetric — allmaras / detail
  249. source and source Jacobian terms for axisymmetric Euler/NS — allmaras / detail
  250. code clean up for solid-body rotation solution — allmaras / detail
  251. changed template parameter from PDE to OutputFunctional to better reflect — allmaras / detail
  252. temporary fix for setting Axes within NDConvert functions; requires Axisymmetric — allmaras / detail
  253. attempt at adding boundary-trace pressure constraint (hard part is Lagrange multiplier term) — allmaras / detail
  254. updated test case to new interface for globally constrained; primary mods are — allmaras / detail
  255. corrected template parameters and BCBase types in Lagrange multiplier — allmaras / detail
  256. corrected ND issues and BC mapping issues for Lagrange multiplier term (still doesn't — allmaras / detail
  257. more mods/corrections for boundary-trace pressure constraint — allmaras / detail
  258. Fix bounding box check for body force camber surfaces — galbramc / detail
  259. Even more robust body force camber surface bounding box calculation — galbramc / detail
  260. added SurrealS operator= option to PyDict — allmaras / detail
  261. undo previous PyDict changes since python itself cannot support Surreals — allmaras / detail
  262. Added system tests for solver interfaces — cwomack / detail
  263. Fixed errors — cwomack / detail
  264. Fixed errors (should've been in last commit) — cwomack / detail
  265. More SA-R updates — galbramc / detail
  266. Fixed link errors — cwomack / detail
  267. Reverted CMakeLists changes — cwomack / detail
  268. Upgrade to latest refine — galbramc / detail
  269. Fix compile error — galbramc / detail
  270. One more refine fix — galbramc / detail
  271. vera fix — galbramc / detail
  272. Update CMake for ParMETIS/METIS on github. Updated to newer Find Python3. — galbramc / detail
  273. Don't write restart.meshb from refine — galbramc / detail
  274. Remove restart.meshb from refine — galbramc / detail
  275. Rework metis/parmetis build again — galbramc / detail
  276. Don't build extern libs in parallel — galbramc / detail
  277. Fix intel warning — galbramc / detail
  278. Update GKlib build and suitesparse check — galbramc / detail
  279. Forgot a file — galbramc / detail
  280. PDERANSSA3D and unit test changes for Catris model implementation from Andrew — waligura / detail
  281. changes to PDERANS3D with turbulence model implementation updates — waligura / detail
  282. actual commit for PDERANS3D that incorporates all merges — waligura / detail
  283. Another parmetis build fix — galbramc / detail
  284. Update cmake summary file — galbramc / detail
  285. Finally maybe — galbramc / detail
  286. vera changes to the PDE and constructor changes to test cases — waligura / detail
  287. Print absolute and relative PETSc tolerance — galbramc / detail
  288. Add fPIC when building GKlib — galbramc / detail
  289. More cmake fixes — galbramc / detail
  290. Remove message — galbramc / detail
  291. Maybe finally got it right... — galbramc / detail
  292. changed backsolve to not modify RHS (b) — ursachi / detail
  293. small commit to test jenkins again — waligura / detail
  294. Slightly prettier formatting for PETSc history — galbramc / detail
  295. Add metis to refine libraries — galbramc / detail
  296. Navier Stokes test case I'm having trouble with — waligura / detail
  297. made WM a turbulence model option (instead of adding an input to the — ursachi / detail
  298. Added adjoint DBL to scalar function — cwomack / detail
  299. Fixed unit test tolerance issue — cwomack / detail
  300. Lowered DBL unit test tolerance — cwomack / detail
  301. Changed BOOST_CHECK to SANS_CHECK — cwomack / detail
  302. supersonic case update — waligura / detail
  303. Added renat999@mit.edu to DeveloperEmailAddresses — renat999 / detail
  304. Axes template for DG interior and boundary traces — allmaras / detail
  305. Axes template for XField_CellToTrace — allmaras / detail
  306. Add fourier modes for asymmetric rotor body forces — galbramc / detail
  307. Forgot a file — galbramc / detail
  308. Update test — galbramc / detail
  309. sansBOOM mods for AV jump sensor — darmofal / detail
  310. Fixes for Ubuntu 22.04. Compiler flags for IntelLLVM and relaxed tolerances. — galbramc / detail
  311. Fix permissions — galbramc / detail
  312. Intel and gnu12 fixes — galbramc / detail
  313. Add missing instantiations — galbramc / detail
  314. More link error fixes — galbramc / detail
  315. One more missing instantiation — galbramc / detail
  316. Relax tolerance for intel — galbramc / detail
  317. Put calculateStroudQuadrature in SANS namespace — galbramc / detail
  318. Refactor non-symmetric body forces — galbramc / detail
  319. Compile fix — galbramc / detail
  320. Vera fix — galbramc / detail
  321. Fix warning and ping test — galbramc / detail
  322. Adjusting finite difference — galbramc / detail
  323. Smaller step size — galbramc / detail
  324. new changes to PDERANS3D to include jacobian fixes — waligura / detail
  325. small vera mistake I missed — waligura / detail
  326. Upgrade to ESP 1.20 — galbramc / detail
  327. Fix warning — galbramc / detail
  328. sansLIPAIM python fixes — galbramc / detail
  329. Fixed the unit test for zero species — renat999 / detail
  330. Fix geometry construction — galbramc / detail
  331. More ESP updates — galbramc / detail
  332. Spatial implementation of sansBOOM created as sansBOOM2D — darmofal / detail
  333. More egads fixes — galbramc / detail
  334. Add WallSlip BC for 3D RANSSA — galbramc / detail
  335. Fix last commit — galbramc / detail
  336. Fix array bounds error — galbramc / detail
  337. Added test cases for Nspecies=1. Still a bug. — renat999 / detail
  338. Added test cases for Nspecies=1. Still a bug. — renat999 / detail
  339. Add PtPolynomials to 3D PtTt BC — galbramc / detail
  340. Fix compile error — galbramc / detail
  341. Update input checks for total pressure profile — galbramc / detail
  342. added tests for remainder of block 2x2 jacobians: d(PDE)/d(qp), d(PDEp)/d(q), d(PDEp)/d(qp) — allmaras / detail
  343. templated Axes for UnitGrids XField2D_Box_UnionJack_Triangle_X1, XField2D_CubicSourceBump_Xq, — allmaras / detail
  344. Fix rotor source asymmetric normal vectors — galbramc / detail
  345. Fix last commit — galbramc / detail
  346. Fixed sansBOOM SpaceTime1D with multiple species. — renat999 / detail
  347. Add legacy VTK and Exodus metric files — galbramc / detail
  348. VTK fixes — galbramc / detail
  349. Fixed Body Force solver sensitvity — galbramc / detail
  350. Warning fixes — galbramc / detail
  351. fixed vera errors: long line — shunz / detail
  352. fixed vera errors: long line — shunz / detail
  353. updated include paths — shunz / detail
  354. updated include paths — shunz / detail
  355. removed outdated sandbox case — shunz / detail
  356. updated usage of 3D quad sheet grid's interior trace group count — shunz / detail
  357. updated pyrite files. relaxed pyrite tolerance. fixed IO file/path names — shunz / detail
  358. turned off file output — shunz / detail
  359. PDEsansBOOM2D.h updates — darmofal / detail
  360. relaxed tolerance for intel — shunz / detail
  361. relaxed tolerance again for intel — shunz / detail
  362. Remove depricated sprintf — galbramc / detail
  363. Add cirumfirential body force — galbramc / detail
  364. Use system valgrind — galbramc / detail
  365. Fix warning — galbramc / detail
  366. Derivative calculation fixes for asymmetric body forces — galbramc / detail
  367. Suppress sanitizer odr violations. Add the ability for ugrid reader to — galbramc / detail
  368. CMake file fix — galbramc / detail
  369. Forgot to update files. Some cppcheck fixes. — galbramc / detail
  370. added wall model for 3D — ursachi / detail
  371. added missing template arguments — ursachi / detail
  372. Update 2D SA_R to latest deffinition on TMR — galbramc / detail
  373. Fix abs with fabs — galbramc / detail
  374. added a missing const — ursachi / detail
  375. raised tolerance slightly for test — ursachi / detail
  376. More robust normal field for rotor source — galbramc / detail
  377. Update MultiScale for latest refine. Replace vsprintf with vsnprintf. — galbramc / detail
  378. Working sansBOOM2D with unit tests for the PDE — renat999 / detail
  379. Update rotor source ping test — galbramc / detail
  380. Refactor and simplified NormalField to use axial and raidal instead of cartesian coordinates — galbramc / detail
  381. Minor fixes — galbramc / detail
  382. Write out unconverged_surf.dat for BodyFroce RANS calculations. — galbramc / detail
  383. Add manual body force magnitude specification — galbramc / detail
  384. Change deltaRef to forceMag in normal field dump — galbramc / detail
  385. Forgot to update some python inputs — galbramc / detail
  386. DGBR2/DGBR4 low-level modification integrated. — cfrontin / detail
  387. templateized DiscretizationDGBR2 implemented, working on one test case. — cfrontin / detail
  388. test/sandbox cases updated with templateized DGBR — cfrontin / detail
  389. unit test brute force replacement — cfrontin / detail
  390. unit test fixes ; make unit working — cfrontin / detail
  391. initialized variables to zero to fix compiler warnings — ursachi / detail
  392. Add new asymmetric forces to optimizer. Fix RotorForce tecplot dump. — galbramc / detail
  393. system test update dgbr2 templatizaiton — cfrontin / detail
  394. fixed weird type mismatch in adapt3d_DGBR2_ranssa_HCH_toy.cpp — cfrontin / detail
  395. test case changes to update — waligura / detail
  396. sandbox case add 2 — waligura / detail
  397. changes before Ben switch — waligura / detail
  398. think it should pass now. — cfrontin / detail
  399. Try to capture discontinuities for Rotor source teclot output — galbramc / detail
  400. Fix typo — galbramc / detail
  401. Added Area + Atmos. variations to sansBOOM2D — renat999 / detail
  402. Fixes to previous commit — renat999 / detail
  403. sansBOOM2D directories — renat999 / detail
  404. cleaned up files — ursachi / detail
  405. added wall function BC for 3D — ursachi / detail
  406. Blasius + polar coordinate test problems and functions — cwomack / detail
  407. added instantitations containing Axes template for XField2D_Box_UnionJack_Triangle_X1 — allmaras / detail
  408. explicitly added Axes to all apply<> and check<> calls; this is needed because — allmaras / detail
  409. added Axes template parameters — allmaras / detail
  410. Axisymmetric instantiations — allmaras / detail
  411. mods needed for extending global constraints to boundary terms and systems — allmaras / detail
  412. mods to artificial viscosity sensor PDE needed for Axisymmetric — allmaras / detail
  413. added dump of solution (x from Ax = b) for UMFPACK — allmaras / detail
  414. modified halving linesearch diagnostics to dump out full solution change — allmaras / detail
  415. added constant CFL number option to PTC — allmaras / detail
  416. added function to return vector of base altitudes for all layers in atmosphere — allmaras / detail
  417. proper spelling for Blohkinzev (previously had the h & k swapped) — allmaras / detail
  418. turned off some print statements — allmaras / detail
  419. added Reflect BC; bug fixes and code clean-up — allmaras / detail
  420. continued development of axisymmetric test cases; addition of Brenner and SBR perturbation PDEs; — allmaras / detail
  421. code clean-up — allmaras / detail
  422. added sans-differential integration (e.g. without r for axisymmetric); needed — allmaras / detail
  423. fixed merge conflicts — allmaras / detail
  424. fixed vera line length squawks — allmaras / detail
  425. relaxed tolerances on tests — allmaras / detail
  426. missed an apply<> template — allmaras / detail
  427. added a template parameter to AlgebraicEquationSet_GloballyConstrained_PTC — allmaras / detail
  428. vera squawk — allmaras / detail
  429. int -> size_t in for loops — allmaras / detail
  430. removed axisymmetric SBR and TP1 test cases for now — allmaras / detail
  431. removed unused variable from test — allmaras / detail
  432. over-wrote a dump pattern file — allmaras / detail
  433. unused typedef removed — allmaras / detail
  434. missing dump pattern file — allmaras / detail
  435. relaxed test tolerance (for intel...) — allmaras / detail
  436. added jacobianFluxViscous to axisymmetric NS; unit tested — allmaras / detail
  437. updated augmented interface to use Dirichlet/Neumann form — allmaras / detail
  438. added option to evaluate Glasby tau without source term contribution — allmaras / detail
  439. added an explicit Axes typedef to all PDE and Output classes; NDConvert now — allmaras / detail
  440. axisymmetric NS function diffusionViscousGradient coded and unit tested — allmaras / detail
  441. added/corrected axisymmetric NS jacobianSource term with unit tests — allmaras / detail
  442. Addition of updated mathematica testing notebooks for PDERANS2D tests — waligura / detail
  443. Add camber surface dump — galbramc / detail
  444. Suppress Boost new version warnings in CMake — galbramc / detail
  445. added Axes template to XField1D mesher — allmaras / detail
  446. Axes fixes and instantiations needed for 1D axisymmetric solve — allmaras / detail
  447. added linear temperature option of noslip-isothermal BC; added new solution — allmaras / detail
  448. added solution function for stagnant flow with linear-in-z temperature (and constant pressure); — allmaras / detail
  449. Added folders — renat999 / detail
  450. Added files — renat999 / detail
  451. Add body force normal and pallel forces to deltaRef tecplot dump — galbramc / detail
  452. Fixed sansBOOM to be up to date with the master br — renat999 / detail
  453. Fixed vera errors — cwomack / detail
  454. Fixed errors, added template argument — cwomack / detail
  455. fixed templating error — cwomack / detail
  456. Changed test suite name — cwomack / detail
  457. Removed unused variable — cwomack / detail
  458. Update SuiteSparse build. Relax some testing tolerances. — galbramc / detail
  459. Fixes for exodus file IO — galbramc / detail
  460. Standardized DBL cases, added unit test for annulus — cwomack / detail
  461. Use step matrix FrobNorm minimization for implied metric optimization. — galbramc / detail
  462. updated Tecplot output for VMSDBR2 to be consistent with boundary flux — ursachi / detail
  463. forgot to include updated cmakelist with previous commit — ursachi / detail
  464. forgot to actually commit the Tecplot output file — ursachi / detail
  465. Added axisymmetric DBL — cwomack / detail
  466. changed variable name to nt to be consistent with rest of code — ursachi / detail
  467. Add fluent reader to support Pointwise generated meshes for RotorSource — galbramc / detail
  468. Forgot updated partitioning files — galbramc / detail
  469. One more missing file — galbramc / detail
  470. Added sag6096@psu.edu to DeveloperEmailAddresses — sag6096 / detail
  471. added gradients for specified velocity for no-slip, isothermal BC — allmaras / detail
  472. Forgot one more file — galbramc / detail
  473. Add another file to COTIRE_IGNORE — galbramc / detail
  474. Fix group numbering on older gcc versions for Fluent reader — galbramc / detail
  475. added Axes template to meshers, error estimates, local problems, adaptation — allmaras / detail
  476. 1D and 2D axisymmetric instantiations for meshers, error estimates, local problems, adaptation — allmaras / detail
  477. added Axes template to CostModel_LogEuclidean; also modified integration — allmaras / detail
  478. Expose SA Flavours for Rotor Source calculations — galbramc / detail
  479. missed a couple files with added Axes templates — allmaras / detail
  480. Removed annulus unit test while fixing bug — cwomack / detail
  481. Removed unused variables — cwomack / detail
  482. Loosened tolerance on one test — cwomack / detail
  483. Galerkin strong-form BC implementation classes renamed to be consistent with file name — allmaras / detail
  484. Add pressure gradient terms to RotorSource — galbramc / detail
  485. Relax tolerance — galbramc / detail
  486. consistent interface in augmented integrand for both Dirichlet and Neumann constraints — allmaras / detail
  487. added option for SUPG with source term for test-function operator; — allmaras / detail
  488. added option to add both q-gradient and qp-gradient into lifted gradient; — allmaras / detail
  489. added code for integration without the differential multiplier (e.g. r in Axisymmetric); — allmaras / detail
  490. Added sag6096@mit.edu to DeveloperEmailAddresses — sag6096 / detail
  491. fixed merge conflicts — allmaras / detail
  492. vera line-length squawks — allmaras / detail
  493. added missing Axes in refine and related instantiations — allmaras / detail
  494. fixed vera squawk — allmaras / detail
  495. Add RotorSource flow tangency model — galbramc / detail
  496. Fix for intel compiler — galbramc / detail
  497. Remove redundtant email — galbramc / detail
  498. Adjust ping test — galbramc / detail
  499. Add clVariableType. Fix sourceJacobianAbs for RotorFlowTan. — galbramc / detail
  500. added compiler warning suppression for Ping_Euler_RotorSource_btest.cpp — allmaras / detail
  501. added compiler suppression -Wno-maybe-uninitialized to BodyForceSolver_*.cpp — allmaras / detail
  502. fixed nightly warnings: possibly uninitialized variables — allmaras / detail
  503. First incorporation of Standard Atmosphere, and altitude dependent Absorption — renat999 / detail
  504. Saving first draft of polar coordinates, axisym changes — cwomack / detail
  505. raypath code for multi-layer atmospheres; functions of both z and s — allmaras / detail
  506. Mathematica file for unit tests of raypath code for standard atmosphere — allmaras / detail
  507. some compilers need #include <vector> — allmaras / detail
  508. increased tolerances on raypath tests — allmaras / detail
  509. Support 2D CG periodic solutions. Add 2D RotorSource calculations. — galbramc / detail
  510. Fix for 2D CG periodic in parallel — galbramc / detail
  511. Fix ArcCamber angle definition. Allow both positive and negative angles — galbramc / detail
  512. Fix FieldLib library order — galbramc / detail
  513. Standard Atmosphere RayPathS and absorption added — renat999 / detail
  514. Allow constrained body force solves in 2D — galbramc / detail
  515. Fix tankap for 2D. Add rhofn to RotorSource output. Fix link errors. — galbramc / detail
  516. Fix 2D RotorSource tecplot dump — galbramc / detail
  517. Put back rotor source tan(kappa) — galbramc / detail
  518. Fix tecplot dump for 2D body forces to use PASSIVEVARLIST. Get FlowTan body foces working in 2D. — galbramc / detail
  519. Forgot a file — galbramc / detail
  520. Correction to asymmetric Pt inflow BC — galbramc / detail
  521. Fix typo — galbramc / detail
  522. One more bug fix — galbramc / detail
  523. Compile fix — galbramc / detail
  524. Fixed compiler errors — galbramc / detail
  525. A few jenkins fixes — galbramc / detail
  526. Warning and link fixes — galbramc / detail
  527. More link error fixes — galbramc / detail
  528. Fix includes — galbramc / detail
  529. Fix some link errors — galbramc / detail
  530. Not sure what I fixed... — galbramc / detail
  531. Add placeholder HUMOR meshing interface — galbramc / detail
  532. Fixes for last commit — galbramc / detail
  533. More seacas guards — galbramc / detail
  534. One more seacas protection — galbramc / detail
  535. Add one seacas dependency — galbramc / detail
  536. Fixed test cases and unified results — cwomack / detail
  537. Fixed vera errors — cwomack / detail
  538. Added to vera exclusions — cwomack / detail
  539. Add unsteady to BodyForces — galbramc / detail
  540. Sending DG changes to Steve — cwomack / detail
  541. Add missing updated RK examples. Update history output for unsteady BodyForce — galbramc / detail
  542. added Axes templates for missing DG error estimates; added instantiations for axisymmetric DG — allmaras / detail
  543. Invert eigen vector scaling for exodus files — galbramc / detail
  544. Pad zeros in body force file names — galbramc / detail
  545. Fix compile error — galbramc / detail
  546. additional Axes mods and axisymmetric/polar instantations needed for 'make check' — allmaras / detail
  547. Compile fixes and corrections to Exodus file write — galbramc / detail
  548. Forgot a file — galbramc / detail
  549. Fix call to HUMOR — galbramc / detail
  550. Exodus reader fix — galbramc / detail
  551. Missed a file — galbramc / detail
  552. More humor options — galbramc / detail
  553. Fix typo — galbramc / detail
  554. Pushing code, missing defaulted Axes — cwomack / detail
  555. Add KarypisLab tar scripts — galbramc / detail
  556. added Axes templates into VMSD error estimates — allmaras / detail
  557. Update KarypisLab tar scripts — galbramc / detail
  558. 1st draft polar adaptation — cwomack / detail
  559. Fix normal mach output for 2D — galbramc / detail
  560. Runge Kutta updates — galbramc / detail
  561. Minor fixes — galbramc / detail
  562. Switch to BDF — galbramc / detail
  563. Fix missing instantiation — galbramc / detail
  564. Add omega to constrained solver outputs — galbramc / detail
  565. Use CFL based time stepping for BDF — galbramc / detail
  566. Don't return results when constrained solver fails — galbramc / detail
  567. Fix cylindrical pressure probe output — galbramc / detail
  568. Fix typo — galbramc / detail
  569. Add fluent format documentation — galbramc / detail
  570. Fix pressure probe output one more time — galbramc / detail
  571. Changes to polar normal vector — cwomack / detail
  572. Add pressure output for rotor source — galbramc / detail
  573. Test mods — cwomack / detail
  574. first step towards a variable Prt model — waligura / detail
  575. Changes for Steve — cwomack / detail
  576. fixed polar coordinates integration bug; changed all ElementXField definitions for jacobianDeterminant, — allmaras / detail
  577. Blend equations for FlowTan — galbramc / detail
  578. Add more RotorSource 3D dumps. Default double precision for tecplot dumps. — galbramc / detail
  579. Add dp/deta to delta dump — galbramc / detail
  580. Fix compile errors — galbramc / detail
  581. Add cylindrical relative velocity components — galbramc / detail
  582. Fix line search unit tests — galbramc / detail
  583. fixed polar-coordinates differential length and area functions, along with — allmaras / detail
  584. Saving polar changes — cwomack / detail
  585. Add tolerane to valid x-range for 2D rotor outputs — galbramc / detail
  586. Fix vector size for DeltaRef dump — galbramc / detail
  587. polar bug fix: volume() -> volumePhysical() & area() -> areaPhysical() — allmaras / detail
  588. made *sansDifferential and *Mesh integrations consistent (i.e. the same as — allmaras / detail
  589. many changes to variable types to incorporate a variable conductivity with Prt — waligura / detail
  590. incorporated 1/r into theta derivative for polar in evalBasisGradient (which — allmaras / detail
  591. modified polar Hessian to correctly include 1st derivatives and 1/r terms — allmaras / detail
  592. Saving changes — cwomack / detail
  593. Update tecplot dump for flowTan body force. Allow getting EGADS model from pyton for BodyForces/ — galbramc / detail
  594. Fix fn dump in deltaRef — galbramc / detail
  595. solving for s ahead of time — renat999 / detail
  596. Fix compilere warning and guard against divide by zero — galbramc / detail
  597. Change flowTan model at bounds. Fix deltaRef dump. — galbramc / detail
  598. Update unit tests — galbramc / detail
  599. Reverse sign of tan(kappa) for Peters body force term — galbramc / detail
  600. Dump out delta and kappa in deg for body forces — galbramc / detail
  601. Polar modifications — cwomack / detail
  602. added missing template — ursachi / detail
  603. added 2D flatplate test case (includes WM) — ursachi / detail
  604. Expose fsig in RotorFlowTan python arguments. Add env args to valgrind execution. — galbramc / detail
  605. Remove Ntheta scaling from FlowTan force — galbramc / detail
  606. Change scaling on normal force back to 1/r — galbramc / detail
  607. Fix cmake warning — galbramc / detail
  608. Add kShock to body force interface and change flowTan viscous model again — galbramc / detail
  609. Add missing kShock — galbramc / detail
  610. Polar bug fixes — cwomack / detail
  611. Fixed link errors — cwomack / detail
  612. working modification of PDERANS with a new Prt datatype defined with surreals. This build does not have the correct contructor formulation for PDERANSSA though — waligura / detail
  613. Change Rotor Rot/Rel outputs to specify rotor and position — galbramc / detail
  614. Sandbox polar changes — cwomack / detail
  615. sandbox changes — cwomack / detail
  616. Fixed vera errors — cwomack / detail
  617. Added annulus grids — cwomack / detail
  618. Sanbox changes — cwomack / detail
  619. Sandbox changes — cwomack / detail
  620. sandbox — cwomack / detail
  621. Add TECIO support. Fix compiler warnings. Fix projection from Hierachical to Lagrange in 2D. — galbramc / detail
  622. sandbox — cwomack / detail
  623. sandbox — cwomack / detail
  624. sandbox — cwomack / detail
  625. sandbox — cwomack / detail
  626. sandbox — cwomack / detail
  627. sandbox — cwomack / detail
  628. isandbox — cwomack / detail
  629. sandbox — cwomack / detail
  630. dbl — cwomack / detail
  631. dbl — cwomack / detail
  632. sandbox — cwomack / detail
  633. sandbox — cwomack / detail
  634. sandbox — cwomack / detail
  635. sandbox — cwomack / detail
  636. sandbox — cwomack / detail
  637. sandbox — cwomack / detail
  638. sandbox — cwomack / detail
  639. sandbox — cwomack / detail
  640. sandbox — cwomack / detail
  641. sandbox — cwomack / detail
  642. sandbox — cwomack / detail
  643. sandbox — cwomack / detail
  644. sandbox — cwomack / detail
  645. Fix warning and tecplot file write — galbramc / detail
  646. sandbox — cwomack / detail
  647. sandbxo — cwomack / detail
  648. sandbxo — cwomack / detail
  649. Allows solving for Back Pressure with Body Forces. TECIO fixes. — galbramc / detail
  650. Output solved back pressure for body force constrained solver. Fix compile error. — galbramc / detail
  651. Add missing instantiation — galbramc / detail
  652. sandbox changes — cwomack / detail
  653. sandbox and tecplot changes — cwomack / detail
  654. fixed bugs — cwomack / detail
  655. adjusted tolerancw — cwomack / detail
  656. PDEsansBOOM2D all effects included. Still some details in Unit tests — renat999 / detail
  657. Implemented the QType for the AFT 2014 Transition model — sag6096 / detail
  658. sandbox — cwomack / detail
  659. stashing changes now as a backup since the NN functionality is almost online — waligura / detail
  660. Fix parallel Metric file write. Don't revert to a lienar mesh if local patch construction fails. — galbramc / detail
  661. Working Prt NN Modification with no derivatives — waligura / detail
  662. sandbox changes — cwomack / detail
  663. sandbox — cwomack / detail
  664. merging branches — cwomack / detail
  665. Added polar instantiations — cwomack / detail
  666. Added WM BC for AV — ursachi / detail
  667. Added lrochery@mit.edu to DeveloperEmailAddresses — lrochery / detail
  668. Added the AFT transition model and subsequent — sag6096 / detail
  669. Reverted tecplot changes — cwomack / detail
  670. Even more generalized asymmetric fourier functions. Fix NormalVelocity flux. Add parallel force to BodyForce tecplot dump. — galbramc / detail
  671. Fix compile error — galbramc / detail
  672. Fixes for optimizing body force asym normals — galbramc / detail
  673. Fixed lingering warnings and hard-coded H12 term. — sag6096 / detail
  674. Smoother AFT model — galbramc / detail
  675. Add wall search stress output for RANS AFT flatplate — galbramc / detail
  676. Fix asym gradient calculation — galbramc / detail
  677. Fixed vera errors — cwomack / detail
  678. Added avro to FP cases — sag6096 / detail
  679. Fixed vera error — cwomack / detail
  680. Fix template errors — galbramc / detail
  681. Vera changes, new advective flux BC — cwomack / detail
  682. Fixed all lingering warnings — sag6096 / detail
  683. *ACTUALLY* got rid of all lingering warnings. — sag6096 / detail
  684. NormalField unit test fix and fix RotorSource interior force dump. — galbramc / detail
  685. One more compile fix — galbramc / detail
  686. Allow removing body force radial normal component — galbramc / detail
  687. Fixes — cwomack / detail
  688. added explicit instantiations of output_Tecplot for grid only for both — allmaras / detail
  689. Change to area averaged NormalVelocity for RotorSource — galbramc / detail
  690. try 2: explicit instantitations for grid-only output_Tecplot — allmaras / detail
  691. Fixed jenkins issues — cwomack / detail
  692. Missed a file — galbramc / detail
  693. Added albornoz@mit.edu to DeveloperEmailAddresses — albornoz / detail
  694. Fix for Unit output — galbramc / detail
  695. More fixes for unit calculation — galbramc / detail
  696. Added ejwllms@mit.edu to DeveloperEmailAddresses — ejwllms / detail
  697. Fixed unit test errors — cwomack / detail
  698. Fix compile error — galbramc / detail
  699. Changed warning — cwomack / detail
  700. Changed warnings — cwomack / detail
  701. All effects (except wind) implementation for sansBOOM2D with unit tests — renat999 / detail
  702. Removed CMakeCache.txt and correct indentation in Absorption.h — renat999 / detail
  703. Removed sansBOOM from directory list in src/pde/CMakeLists.txt — renat999 / detail
  704. Removed test/unit/pde/sansBOOM — renat999 / detail
  705. All the missing unit test for sansBOOM2D directory — renat999 / detail
  706. Removed test/unit/pde/sansBOOM for the directory list in CMakeLists.txt — renat999 / detail
  707. Untracked last files realted to sansBOOM — renat999 / detail
  708. Added asmedina@mit.edu to DeveloperEmailAddresses — asmedina / detail
  709. Added dgoba@mit.edu to DeveloperEmailAddresses — dgoba / detail
  710. Added new Ptrip term to source(iSA) for AFT model — sag6096 / detail
  711. Fixed missing bracket — sag6096 / detail
  712. Fixed issue with power function — sag6096 / detail
  713. added check on clang compiler for #pragma's on boost special functions include — allmaras / detail
  714. changed #ifdef from __clang_analyzer__ to __clang__ for warning suppression on boost Bessel function — allmaras / detail
  715. Update tar scripts for parmetis — galbramc / detail
  716. Adding support for an advection-diffusion-reaction (ADR) solver — darmofal / detail
  717. Fix email — albornoz / detail
  718. Added sansBOOM directories again. The toy code for sansBOOM2D with VMSDBR2 is also present — renat999 / detail
  719. Fixing merge conflicts — renat999 / detail
  720. Added CMakeLists.txt in sansBOOM directories — renat999 / detail
  721. New working Prt model with derivatives implemented: still need to implement throughout PDERANSSA — waligura / detail
  722. Working version of Prt modeling with Duan implemented Neural Network (small). Still does not run because of solver issues though — waligura / detail
  723. removed all instantiations for 1D Polar; these were all previously commented out — allmaras / detail
  724. eliminated depricated #else branch for FIX_POLAR_BUG and FIXED_POLAR_GRADIENT; — allmaras / detail
  725. fixed nightly build squawks — allmaras / detail
  726. Make sure ccache script has execute permissions — galbramc / detail
  727. Changes to test case for supersonic run — waligura / detail
  728. Brenner fixes — waligura / detail
  729. Commiting to pull in the cluster. src/pde/OutputCell_SolutionErrorL2.h hacked to make 0 the srnos — renat999 / detail
  730. fixed nightly build squawks — allmaras / detail
  731. oops, bug fix for latest edit — allmaras / detail
  732. Toy codes to test DGBR2 and VMSDBR2 with analytical traveling wave — renat999 / detail
  733. Working Prt NN model implementation with 11 input variables and R^2 around 60%. The jacobian and gradient of the model are implemented as well, but nothing has been tested yet — waligura / detail
  734. other things needed to run — waligura / detail
  735. Compiled DistanceFunctionGradient, and add DistanceFunctionHessian. — galbramc / detail
  736. Added option for both AFT2014 and AFT2017 — sag6096 / detail
  737. fix for test case with importing from command line — waligura / detail
  738. "fixed" — waligura / detail
  739. fixing commit — waligura / detail
  740. fixing commit 2 — waligura / detail
  741. fixing commit 3 — waligura / detail
  742. fix 4 — waligura / detail
  743. Added smoothmax to smoothmath.h — sag6096 / detail
  744. Fix DistanceFunction Grad/Hess. Revive DistanceFunction tests. Add AFT2017. Refactor SA trip source for AFT. — galbramc / detail
  745. Supersonic working DuanS version — waligura / detail
  746. renamed wall model BC — ursachi / detail
  747. added isothermal WM BC — ursachi / detail
  748. made chit0 naming consistent — ursachi / detail
  749. forgot to add file for WM BC — ursachi / detail
  750. fixed variable type — ursachi / detail
  751. changes to the scaling in dataTransform to more accurately scale the simulation inputs. change made on super — waligura / detail
  752. Commit before reinstalling SANS — renat999 / detail
  753. Added in some of the blasius BC as well as AFT2019 — sag6096 / detail
  754. Fix ghost dof for broken CG fields — galbramc / detail
  755. Add actuator disk model. Fix tecplot CG dump for broken CG fields. — galbramc / detail
  756. Fix jacobianSource for AFT — galbramc / detail
  757. Fix compile error — galbramc / detail
  758. Missed instantiation — galbramc / detail
  759. Warning fixes — galbramc / detail
  760. Add avro guard — galbramc / detail
  761. Vera and warning fixes — galbramc / detail
  762. Fix compile error. Add linear offset to actuator disk psi_ts curve. — galbramc / detail
  763. Fix typo — galbramc / detail
  764. Fix array out of bound and sort keys for body force and actuator disk history files. — galbramc / detail
  765. Update nodal view for hex — galbramc / detail
  766. Fix actuator disk time integration — galbramc / detail
  767. Add asymmetric Pt to duct solver — galbramc / detail
  768. Fix compile error. Update TecIO build. — galbramc / detail
  769. Enable kt functions for Nozzle BC — galbramc / detail
  770. Fix time advancement for Duct Solver — galbramc / detail
  771. Add RANSSA RotorFlowTan — galbramc / detail
  772. Fixes for setting cn=0 with body forces — galbramc / detail
  773. Fix tests from last commit — galbramc / detail
  774. Added mbottot@mit.edu to DeveloperEmailAddresses — mbottot / detail
  775. Fix for finding numpy, and unit test fix — galbramc / detail
  776. Suppress warning and add missing instantiation — galbramc / detail
  777. Vera fix. More warning suppressions and timeout fixes — galbramc / detail
  778. Updated actuator disk model — galbramc / detail
  779. Forgot a file — galbramc / detail
  780. Getting some references working right so the unit tests run again. Getting ready to finalize the Prt unit test as well — waligura / detail
  781. Actuator disk fix — galbramc / detail
  782. Added tonyryu@mit.edu to DeveloperEmailAddresses — tonyryu / detail
  783. changing tolerances for unit tests for M1 Mac — tonyryu / detail
  784. Add NLF transition case — galbramc / detail
  785. Prt Model with working unnit test on Prt prediction — waligura / detail
  786. Change to IntelLLV as default for Intel compiler. — galbramc / detail
  787. Working Prt NN model with correct unit tests and deriviative implementation — waligura / detail
  788. Add scale factor for CompressiblePower calculation — galbramc / detail
  789. Cleaned up files for develop merge — waligura / detail
  790. Brought back all of the changes that I did not mean to make (I hope) — waligura / detail
  791. Relax tolerances for IntelLLVM — galbramc / detail
  792. Update RANSAFT NLF — galbramc / detail
  793. Additional changes to Prt modeling to fix nondimesional test case and also make adjustments on NeuralNetClosure — waligura / detail
  794. Write out PV for body forces — galbramc / detail
  795. IntelLLVM fix for TetGen — galbramc / detail
  796. Relax tolerances for Intel LLVM — galbramc / detail
  797. Enable dump of bodyforce RANS solutions — galbramc / detail
  798. Fix for last commit — galbramc / detail
  799. Added hnilsen@mit.edu to DeveloperEmailAddresses — hnilsen / detail
  800. Use PI insteady of M_PI for Surreal — galbramc / detail
  801. Update HUMOR interface — galbramc / detail
  802. Fix rotor source szplt output — galbramc / detail
  803. Vera fixes and don't use MPI TECIO — galbramc / detail
  804. Add PSig to body force dump — galbramc / detail
  805. Fix TECIO write of CG fields — galbramc / detail
  806. Fix PSig dump — galbramc / detail
  807. Fixed proper flow conditions for NLF-0416 — sag6096 / detail
  808. Guard against looking for rt library on MSYS — galbramc / detail
  809. Allow using PSig in Pprop calculation — galbramc / detail
  810. Fix last commit — galbramc / detail
  811. Default PV/PSig scale to 1 — galbramc / detail
  812. Updates to AFT PDE — galbramc / detail
  813. More cleanup of AFT PDE — galbramc / detail
  814. Try smoother distnace function gradient — galbramc / detail
  815. Fix last commit — galbramc / detail
  816. Refactor CG tecplot file writes, again... — galbramc / detail
  817. commit before update — waligura / detail
  818. Add derivatives for smoothmaxC2 and min — galbramc / detail
  819. Another try to push NN Prt changes to see the issues with the compiliers — waligura / detail
  820. Vera issues fixed — waligura / detail
  821. Add smoothabs0_tanh. Remove many defaults and clarify units for smoothmath — galbramc / detail
  822. Add smoothabs0_tanh_eps — galbramc / detail
  823. Fix array out-of-bounds in unit test — galbramc / detail
  824. Vera fixes (for real) — waligura / detail
  825. Fall back on LogEuclidian average when affine average fails — galbramc / detail
  826. Fix smooth math update — galbramc / detail
  827. Fixes to formatting and cmakeList. Still seeing a weird issue with boundary conditions not being recognized even though changes were not around there — waligura / detail
  828. Add L2 projection of drV/dn for AFT model. — galbramc / detail
  829. Add one more check for AFT — galbramc / detail
  830. Add missing instantiation — galbramc / detail
  831. Tell cppcheck to use boost.cfg — galbramc / detail
  832. Update AFT BC test — galbramc / detail
  833. Fixes to matmul, reformatting on readNN, and a mistaken change to a BC file — waligura / detail
  834. Fix to the lone vera and added some other matmul options — waligura / detail
  835. All working make check now, with some unit test issues — waligura / detail
  836. Fix tecplot dump of interior trace CG fields. Add all bodies to debug_blade for body forces — galbramc / detail
  837. Added 2D nozzle toy code — tonyryu / detail
  838. PDERANS updates — waligura / detail
  839. important PDE changes to investigate with diff — waligura / detail
  840. pushes to take away Prt from wall modeling input — waligura / detail
  841. small navier stokes fixes — waligura / detail
  842. changes to thermal conductivity to be more consistent with SA-neg — waligura / detail
  843. Add stator pressure rise for an actuator disk stage — galbramc / detail
  844. Fix stator actuator disk — galbramc / detail
  845. adding 1D channel flow for wall-model RANS analysis — allmaras / detail
  846. Update HUMOR interface with separate input/output file names — mbottot / detail
  847. Fix trailing whitespace in HUMOR interface update — mbottot / detail
  848. changes to PDERANS unit tests — waligura / detail
  849. Fixing the warnings for the final time — waligura / detail
  850. Upgrade to TecIO 2023r1m1 — galbramc / detail
  851. Relax tolerance — galbramc / detail
  852. Add latest boost versions — galbramc / detail
  853. Fixed Local Solves for VMSDBR2 — renat999 / detail
  854. Small pointwise fix — galbramc / detail
  855. adding nondimensional nozzle toy case — tonyryu / detail
  856. Fix parallel ugrid write — galbramc / detail
  857. Format5ing fix — galbramc / detail
  858. Actualy set iterative refinement for MKL_PARDISO — galbramc / detail
  859. Cleaning up some of the excess on files and adding a unit test for the NN calc — waligura / detail
  860. Getting rid of bogus include — waligura / detail
  861. Trying another small commit because I am not sure the last one was my fault — waligura / detail
  862. Fix sign on JetDissipation — galbramc / detail
  863. Add VectorVectorVectorVector example — galbramc / detail
  864. Add Ptdw output for body force — galbramc / detail
  865. extended exact WM solution to chi in [0, 1) — allmaras / detail
  866. Commit before updating — renat999 / detail
  867. Fixed issues in make check — renat999 / detail
  868. Fixed Jenkins errors (v1) — renat999 / detail
  869. Quick fix to previous commit — renat999 / detail
  870. Fixed Jenkins errors (v2) — renat999 / detail
  871. Fixed Jenkins errors (v3) — renat999 / detail
  872. Fixed Jenkins errors (v4) — renat999 / detail
  873. Fixed Jenkins errors (v5) — renat999 / detail
  874. Fixed Jenkins errors (v6) — renat999 / detail
  875. Fixed Jenkins errors (v7) — renat999 / detail
  876. Fixed Jenkins errors (v8) — renat999 / detail
  877. Fixed Jenkins errors (v9) — renat999 / detail
  878. Started working on PDE base classes and consistent error estimate — renat999 / detail
  879. Fix some tar scripts — galbramc / detail
  880. Add tar script for petsc — galbramc / detail
  881. Look for generic petcs.tgz to build PETSc — galbramc / detail
  882. added constrained solver for centerline velocity and equilibrium wall model — allmaras / detail
  883. code clean-up; no change in functionality — allmaras / detail
  884. added access functions needed for globally constrained solver — allmaras / detail
  885. added valid-state check for global parameters; new function is virtual but — allmaras / detail
  886. instantiations needed for globally constrained system for N=2 PDE and 2 global — allmaras / detail
  887. new volume integrand for augmenting PDE residuals via global parameters terms — allmaras / detail
  888. line-length squawks & missing instantitations for 1D globally constrained channel flow — allmaras / detail
  889. fixed possible uninitialized variable — allmaras / detail
  890. Fix UnionJack so it works with avro — galbramc / detail
  891. Unstaged src/pde/sansPDEBase2D.h — renat999 / detail
  892. Added unit test for src/pde/sansPDEBase.h — renat999 / detail
  893. Update avro_tar script to get submodules — galbramc / detail
  894. Fixed compiler error — renat999 / detail
  895. Update tar for avro to include submodules — galbramc / detail
  896. Remove debug print statements — galbramc / detail
  897. Add Nozzle BC to body force — galbramc / detail
  898. better initial guess for pressure gradient and solution profile — allmaras / detail
  899. fixed uninitialized variable squawk (athough it'll never happen) — allmaras / detail
  900. Update Copyright dates to 2013-2024 — galbramc / detail
  901. Somehow missed on file — galbramc / detail
  902. Use new accelerate lapack on macOS — galbramc / detail
  903. Script updates for viggen — galbramc / detail
  904. One more copyright date fix — galbramc / detail
  905. Add linear nozzle coefficient ramp — galbramc / detail
  906. Add more suitesparse search paths. Add Nozzle outflow BC unit test. — galbramc / detail
  907. Check for unsteady with BDF and RK. — galbramc / detail
  908. Restore time step in BDF — galbramc / detail
  909. Cleanup AFT — galbramc / detail
  910. Fix array out of bounds — galbramc / detail
  911. Remove unused variable — galbramc / detail
  912. Fix finding suitesparse includes — galbramc / detail
  913. Fix compile error — galbramc / detail
  914. committing some changes as of Feb.8 — tonyryu / detail
  915. Add missing mpi communictor includes — galbramc / detail
  916. Add ParameterVectorS for static sized python arrays — galbramc / detail
  917. Missed a file — galbramc / detail
  918. Suppress warning — galbramc / detail
  919. Started refactoring Scalar Functions during SANS meeting — renat999 / detail
  920. Suppress duplicate library link warning on macOS — galbramc / detail
  921. Fix for python2 — galbramc / detail
  922. first round of adjoint fixes — tonyryu / detail
  923. Commiting progress on Function.h — renat999 / detail
  924. Forgot ScalarFunction.h — renat999 / detail
  925. Finished implementation of Function.h. Compiler errors are present — renat999 / detail
  926. Add radial variation in fsig for FlowTan body force — galbramc / detail
  927. Allow solving for Nozzle Coefficient — galbramc / detail
  928. Fix typo — galbramc / detail
  929. Unit test — renat999 / detail
  930. March1_2024 — tonyryu / detail
  931. Fix body force optimization — galbramc / detail
  932. Add unsteady body force pertubation — galbramc / detail
  933. Forgot checkInputs — galbramc / detail
  934. Fix compile error — galbramc / detail
  935. One more compile error — galbramc / detail
  936. One more fix — galbramc / detail
  937. Add temporal ramp for rotor pertubation — galbramc / detail
  938. Fix compile error — galbramc / detail
  939. Allow turning off body force pertubation time ramp — galbramc / detail
  940. One more fix — galbramc / detail
  941. One more fix — galbramc / detail
  942. More body force fixes — galbramc / detail
  943. Update unit test — galbramc / detail
  944. Adjoints refactoring to standardize naming conventions for enriched adjoint, adjoint, and delta adjoint. — tonyryu / detail
  945. Fix for body force optimization — galbramc / detail
  946. Fix last commit — galbramc / detail
  947. tried to fix line length exceeding 150 characters. — tonyryu / detail
  948. One more fix — galbramc / detail
  949. additional lines exceeding 150 characters. — tonyryu / detail
  950. removed explicit #define SANS_AVRO which was including XField_avro.h — tonyryu / detail
  951. Try constrained solver first for body force optimization — galbramc / detail
  952. Fix last commit — galbramc / detail
  953. wrapped params.Mesher.avro in if USE_AVRO SANS_AVRO and addressed line length error — tonyryu / detail
  954. fixed accidental unterminated #if statement — tonyryu / detail
  955. adding back the tmp files that were accidentally deleted as well as the .gitignore files in them — tonyryu / detail
  956. fixed copyright dates for SolverInterface_discretizations — tonyryu / detail
  957. Fixed warning for unused variables in Nozzle_nondim and Nozzle.cpp — tonyryu / detail
  958. Fix up instantiation for ScalarFunction_Linear — galbramc / detail
  959. Add length 4 ParameterVectorS — galbramc / detail
  960. Redefining adjoint as order p in SolutionData. Introduced projected_adjoint, which is p+1 projection of order p adjoint in SolutionData_VMSD_BR2.h, then renamed the variables in the SolverInterface_VMSD_BR2.h and the unit tests accordingly. — tonyryu / detail
  961. deleted SANS_refactor_test directory which had some savefiles from a test run to check the results. Renamed projected_adjoint to prolonged_adjoint in the solutiondata as well as the corresponding solverinterface and unit tests. — tonyryu / detail
  962. Check for no_warn_dup_lib on macOS — galbramc / detail
  963. One more try — galbramc / detail
  964. Try yet again — galbramc / detail
  965. Silly mistake — galbramc / detail
  966. Initial add of element enrichment capabilities — mbottot / detail
  967. Enable structured grids for ducted body force analysis. Possibly improve distance function calculation time. — galbramc / detail
  968. got rid of getAdjField(), got rid of sol_.prolonged_adjoint, and changed all the corresponding unit tests and toy codes that use these calls. — tonyryu / detail
  969. Passing (but incomplete) unit test for linear ScalarFunction — mbottot / detail
  970. Some fixes for last commit — galbramc / detail
  971. Update unit test — galbramc / detail
  972. Add boundary output groups for structured body forces — galbramc / detail
  973. Fix RefCoord solver — galbramc / detail
  974. Fix rotor source pertubation — galbramc / detail
  975. Finally get rotating pertubation periodicity correct — galbramc / detail
  976. Fix warnings — galbramc / detail
  977. addressing line is longer than 150 characters error — tonyryu / detail
  978. formatting lines over 150 characters — tonyryu / detail
  979. another line is longer than 150 characters message — tonyryu / detail
  980. Also add 2D L2Project multiscale adaptation toy code — mbottot / detail
  981. Fix new toy code so that it also compiles without refine and add reconstruction option — mbottot / detail
  982. Fix missing space for vera and relax error tolerance for clang — mbottot / detail
  983. forgot to add the ScalarFunction.h in the previous commit. Added ScalarFucntion_Pow() in place for ScalarFunction_Monomial. Still need to add unit test for this. — tonyryu / detail
  984. Fix blade rotation for body forces — galbramc / detail
  985. Fix for last commit — galbramc / detail
  986. Fix sensitvity for last commit — galbramc / detail
  987. one more try — galbramc / detail
  988. Forgot files — galbramc / detail
  989. Also update blade thickenss rotation — galbramc / detail
  990. Add a debug surface mesh when AFLR3 fails. — galbramc / detail
  991. Continued ScalarFunction refactoring. — renat999 / detail
  992. Use fabs for rotor losses — galbramc / detail
  993. Upgrade to ESP 1.24. Now minimum required version. — galbramc / detail
  994. Fixes for ESP 1.24. Remove fabs from rotor source losses. — galbramc / detail
  995. Forgot one file — galbramc / detail
  996. Added ND const and Gaussian ScalarFunctions — dashwsd / detail
  997. Quick fix before pushing — renat999 / detail
  998. fixed formatting Function1D — dashwsd / detail
  999. Trying to run a case with R and T ML models on super — waligura / detail
  1000. Add Surreal instantiations for LDLT — galbramc / detail
  1001. ML Test Case Initialized — waligura / detail
  1002. changing the tolerance to get one test to pass on supercloud intel build — waligura / detail
  1003. Fix pressure probes — galbramc / detail
  1004. Fix compile error — galbramc / detail
  1005. Add missing include — galbramc / detail
  1006. Update pattern — galbramc / detail
  1007. Updates to support panel+HSM coupling — galbramc / detail
  1008. Forgot a file — galbramc / detail
  1009. Parallel fix — galbramc / detail
  1010. Create XField_tess. Cleanup restartFreq for BodyForce — galbramc / detail
  1011. Fix typo — galbramc / detail
  1012. Fix for not using restartFreq in body force solver — galbramc / detail
  1013. Make HalvingLineSearch default — galbramc / detail
  1014. Fix compile error — galbramc / detail
  1015. Some output_Tecplot cleanup — galbramc / detail
  1016. Small cleanup of parallel MMA — galbramc / detail
  1017. Add barrier before opening files — galbramc / detail
  1018. Add AD 1D Neumann mitState — galbramc / detail
  1019. Add harmonic pertubation — galbramc / detail
  1020. Add cubic Hermite basis functions for triangles — mbottot / detail
  1021. Add velocity probes — galbramc / detail
  1022. Add support for nodal coordinates to Hermite basis functions — mbottot / detail
  1023. Add operator for Hermite interpolation of scalar function — mbottot / detail
  1024. Unintentionally used Axisymmetric Axes in enrichment test, changed to Cartesian — mbottot / detail

#1620 (May 19, 2024, 10:25:08 PM)

  1. More cmake fixes — galbramc / detail
  2. Remove message — galbramc / detail
  3. Maybe finally got it right... — galbramc / detail
  4. changed backsolve to not modify RHS (b) — ursachi / detail
  5. small commit to test jenkins again — waligura / detail
  6. Slightly prettier formatting for PETSc history — galbramc / detail
  7. Add metis to refine libraries — galbramc / detail
  8. Navier Stokes test case I'm having trouble with — waligura / detail
  9. made WM a turbulence model option (instead of adding an input to the — ursachi / detail
  10. Added adjoint DBL to scalar function — cwomack / detail
  11. Fixed unit test tolerance issue — cwomack / detail
  12. Lowered DBL unit test tolerance — cwomack / detail
  13. Changed BOOST_CHECK to SANS_CHECK — cwomack / detail
  14. supersonic case update — waligura / detail
  15. Added renat999@mit.edu to DeveloperEmailAddresses — renat999 / detail
  16. Axes template for DG interior and boundary traces — allmaras / detail
  17. Axes template for XField_CellToTrace — allmaras / detail
  18. Add fourier modes for asymmetric rotor body forces — galbramc / detail
  19. Forgot a file — galbramc / detail
  20. Update test — galbramc / detail
  21. sansBOOM mods for AV jump sensor — darmofal / detail
  22. Fixes for Ubuntu 22.04. Compiler flags for IntelLLVM and relaxed tolerances. — galbramc / detail
  23. Fix permissions — galbramc / detail
  24. Intel and gnu12 fixes — galbramc / detail
  25. Add missing instantiations — galbramc / detail
  26. More link error fixes — galbramc / detail
  27. One more missing instantiation — galbramc / detail
  28. Relax tolerance for intel — galbramc / detail
  29. Put calculateStroudQuadrature in SANS namespace — galbramc / detail
  30. Refactor non-symmetric body forces — galbramc / detail
  31. Compile fix — galbramc / detail
  32. Vera fix — galbramc / detail
  33. Fix warning and ping test — galbramc / detail
  34. Adjusting finite difference — galbramc / detail
  35. Smaller step size — galbramc / detail
  36. new changes to PDERANS3D to include jacobian fixes — waligura / detail
  37. small vera mistake I missed — waligura / detail
  38. Upgrade to ESP 1.20 — galbramc / detail
  39. Fix warning — galbramc / detail
  40. sansLIPAIM python fixes — galbramc / detail
  41. Fixed the unit test for zero species — renat999 / detail
  42. Fix geometry construction — galbramc / detail
  43. More ESP updates — galbramc / detail
  44. Spatial implementation of sansBOOM created as sansBOOM2D — darmofal / detail
  45. More egads fixes — galbramc / detail
  46. Add WallSlip BC for 3D RANSSA — galbramc / detail
  47. Fix last commit — galbramc / detail
  48. Fix array bounds error — galbramc / detail
  49. Added test cases for Nspecies=1. Still a bug. — renat999 / detail
  50. Added test cases for Nspecies=1. Still a bug. — renat999 / detail
  51. Add PtPolynomials to 3D PtTt BC — galbramc / detail
  52. Fix compile error — galbramc / detail
  53. Update input checks for total pressure profile — galbramc / detail
  54. added tests for remainder of block 2x2 jacobians: d(PDE)/d(qp), d(PDEp)/d(q), d(PDEp)/d(qp) — allmaras / detail
  55. templated Axes for UnitGrids XField2D_Box_UnionJack_Triangle_X1, XField2D_CubicSourceBump_Xq, — allmaras / detail
  56. Fix rotor source asymmetric normal vectors — galbramc / detail
  57. Fix last commit — galbramc / detail
  58. Fixed sansBOOM SpaceTime1D with multiple species. — renat999 / detail
  59. Add legacy VTK and Exodus metric files — galbramc / detail
  60. VTK fixes — galbramc / detail
  61. Fixed Body Force solver sensitvity — galbramc / detail
  62. Warning fixes — galbramc / detail
  63. fixed vera errors: long line — shunz / detail
  64. fixed vera errors: long line — shunz / detail
  65. updated include paths — shunz / detail
  66. updated include paths — shunz / detail
  67. removed outdated sandbox case — shunz / detail
  68. updated usage of 3D quad sheet grid's interior trace group count — shunz / detail
  69. updated pyrite files. relaxed pyrite tolerance. fixed IO file/path names — shunz / detail
  70. turned off file output — shunz / detail
  71. PDEsansBOOM2D.h updates — darmofal / detail
  72. relaxed tolerance for intel — shunz / detail
  73. relaxed tolerance again for intel — shunz / detail
  74. Remove depricated sprintf — galbramc / detail
  75. Add cirumfirential body force — galbramc / detail
  76. Use system valgrind — galbramc / detail
  77. Fix warning — galbramc / detail
  78. Derivative calculation fixes for asymmetric body forces — galbramc / detail
  79. Suppress sanitizer odr violations. Add the ability for ugrid reader to — galbramc / detail
  80. CMake file fix — galbramc / detail
  81. Forgot to update files. Some cppcheck fixes. — galbramc / detail
  82. added wall model for 3D — ursachi / detail
  83. added missing template arguments — ursachi / detail
  84. Update 2D SA_R to latest deffinition on TMR — galbramc / detail
  85. Fix abs with fabs — galbramc / detail
  86. added a missing const — ursachi / detail
  87. raised tolerance slightly for test — ursachi / detail
  88. More robust normal field for rotor source — galbramc / detail
  89. Update MultiScale for latest refine. Replace vsprintf with vsnprintf. — galbramc / detail
  90. Working sansBOOM2D with unit tests for the PDE — renat999 / detail
  91. Update rotor source ping test — galbramc / detail
  92. Refactor and simplified NormalField to use axial and raidal instead of cartesian coordinates — galbramc / detail
  93. Minor fixes — galbramc / detail
  94. Write out unconverged_surf.dat for BodyFroce RANS calculations. — galbramc / detail
  95. Add manual body force magnitude specification — galbramc / detail
  96. Change deltaRef to forceMag in normal field dump — galbramc / detail
  97. Forgot to update some python inputs — galbramc / detail
  98. DGBR2/DGBR4 low-level modification integrated. — cfrontin / detail
  99. templateized DiscretizationDGBR2 implemented, working on one test case. — cfrontin / detail
  100. test/sandbox cases updated with templateized DGBR — cfrontin / detail
  101. unit test brute force replacement — cfrontin / detail
  102. unit test fixes ; make unit working — cfrontin / detail
  103. initialized variables to zero to fix compiler warnings — ursachi / detail
  104. Add new asymmetric forces to optimizer. Fix RotorForce tecplot dump. — galbramc / detail
  105. system test update dgbr2 templatizaiton — cfrontin / detail
  106. fixed weird type mismatch in adapt3d_DGBR2_ranssa_HCH_toy.cpp — cfrontin / detail
  107. test case changes to update — waligura / detail
  108. sandbox case add 2 — waligura / detail
  109. changes before Ben switch — waligura / detail
  110. think it should pass now. — cfrontin / detail
  111. Try to capture discontinuities for Rotor source teclot output — galbramc / detail
  112. Fix typo — galbramc / detail
  113. Added Area + Atmos. variations to sansBOOM2D — renat999 / detail
  114. Fixes to previous commit — renat999 / detail
  115. sansBOOM2D directories — renat999 / detail
  116. cleaned up files — ursachi / detail
  117. added wall function BC for 3D — ursachi / detail
  118. Blasius + polar coordinate test problems and functions — cwomack / detail
  119. added instantitations containing Axes template for XField2D_Box_UnionJack_Triangle_X1 — allmaras / detail
  120. explicitly added Axes to all apply<> and check<> calls; this is needed because — allmaras / detail
  121. added Axes template parameters — allmaras / detail
  122. Axisymmetric instantiations — allmaras / detail
  123. mods needed for extending global constraints to boundary terms and systems — allmaras / detail
  124. mods to artificial viscosity sensor PDE needed for Axisymmetric — allmaras / detail
  125. added dump of solution (x from Ax = b) for UMFPACK — allmaras / detail
  126. modified halving linesearch diagnostics to dump out full solution change — allmaras / detail
  127. added constant CFL number option to PTC — allmaras / detail
  128. added function to return vector of base altitudes for all layers in atmosphere — allmaras / detail
  129. proper spelling for Blohkinzev (previously had the h & k swapped) — allmaras / detail
  130. turned off some print statements — allmaras / detail
  131. added Reflect BC; bug fixes and code clean-up — allmaras / detail
  132. continued development of axisymmetric test cases; addition of Brenner and SBR perturbation PDEs; — allmaras / detail
  133. code clean-up — allmaras / detail
  134. added sans-differential integration (e.g. without r for axisymmetric); needed — allmaras / detail
  135. fixed merge conflicts — allmaras / detail
  136. fixed vera line length squawks — allmaras / detail
  137. relaxed tolerances on tests — allmaras / detail
  138. missed an apply<> template — allmaras / detail
  139. added a template parameter to AlgebraicEquationSet_GloballyConstrained_PTC — allmaras / detail
  140. vera squawk — allmaras / detail
  141. int -> size_t in for loops — allmaras / detail
  142. removed axisymmetric SBR and TP1 test cases for now — allmaras / detail
  143. removed unused variable from test — allmaras / detail
  144. over-wrote a dump pattern file — allmaras / detail
  145. unused typedef removed — allmaras / detail
  146. missing dump pattern file — allmaras / detail
  147. relaxed test tolerance (for intel...) — allmaras / detail
  148. added jacobianFluxViscous to axisymmetric NS; unit tested — allmaras / detail
  149. updated augmented interface to use Dirichlet/Neumann form — allmaras / detail
  150. added option to evaluate Glasby tau without source term contribution — allmaras / detail
  151. added an explicit Axes typedef to all PDE and Output classes; NDConvert now — allmaras / detail
  152. axisymmetric NS function diffusionViscousGradient coded and unit tested — allmaras / detail
  153. added/corrected axisymmetric NS jacobianSource term with unit tests — allmaras / detail
  154. Addition of updated mathematica testing notebooks for PDERANS2D tests — waligura / detail
  155. Add camber surface dump — galbramc / detail
  156. Suppress Boost new version warnings in CMake — galbramc / detail
  157. added Axes template to XField1D mesher — allmaras / detail
  158. Axes fixes and instantiations needed for 1D axisymmetric solve — allmaras / detail
  159. added linear temperature option of noslip-isothermal BC; added new solution — allmaras / detail
  160. added solution function for stagnant flow with linear-in-z temperature (and constant pressure); — allmaras / detail
  161. Added folders — renat999 / detail
  162. Added files — renat999 / detail
  163. Add body force normal and pallel forces to deltaRef tecplot dump — galbramc / detail
  164. Fixed sansBOOM to be up to date with the master br — renat999 / detail
  165. Fixed vera errors — cwomack / detail
  166. Fixed errors, added template argument — cwomack / detail
  167. fixed templating error — cwomack / detail
  168. Changed test suite name — cwomack / detail
  169. Removed unused variable — cwomack / detail
  170. Update SuiteSparse build. Relax some testing tolerances. — galbramc / detail
  171. Fixes for exodus file IO — galbramc / detail
  172. Standardized DBL cases, added unit test for annulus — cwomack / detail
  173. Use step matrix FrobNorm minimization for implied metric optimization. — galbramc / detail
  174. updated Tecplot output for VMSDBR2 to be consistent with boundary flux — ursachi / detail
  175. forgot to include updated cmakelist with previous commit — ursachi / detail
  176. forgot to actually commit the Tecplot output file — ursachi / detail
  177. Added axisymmetric DBL — cwomack / detail
  178. changed variable name to nt to be consistent with rest of code — ursachi / detail
  179. Add fluent reader to support Pointwise generated meshes for RotorSource — galbramc / detail
  180. Forgot updated partitioning files — galbramc / detail
  181. One more missing file — galbramc / detail
  182. Added sag6096@psu.edu to DeveloperEmailAddresses — sag6096 / detail
  183. added gradients for specified velocity for no-slip, isothermal BC — allmaras / detail
  184. Forgot one more file — galbramc / detail
  185. Add another file to COTIRE_IGNORE — galbramc / detail
  186. Fix group numbering on older gcc versions for Fluent reader — galbramc / detail
  187. added Axes template to meshers, error estimates, local problems, adaptation — allmaras / detail
  188. 1D and 2D axisymmetric instantiations for meshers, error estimates, local problems, adaptation — allmaras / detail
  189. added Axes template to CostModel_LogEuclidean; also modified integration — allmaras / detail
  190. Expose SA Flavours for Rotor Source calculations — galbramc / detail
  191. missed a couple files with added Axes templates — allmaras / detail
  192. Removed annulus unit test while fixing bug — cwomack / detail
  193. Removed unused variables — cwomack / detail
  194. Loosened tolerance on one test — cwomack / detail
  195. Galerkin strong-form BC implementation classes renamed to be consistent with file name — allmaras / detail
  196. Add pressure gradient terms to RotorSource — galbramc / detail
  197. Relax tolerance — galbramc / detail
  198. consistent interface in augmented integrand for both Dirichlet and Neumann constraints — allmaras / detail
  199. added option for SUPG with source term for test-function operator; — allmaras / detail
  200. added option to add both q-gradient and qp-gradient into lifted gradient; — allmaras / detail
  201. added code for integration without the differential multiplier (e.g. r in Axisymmetric); — allmaras / detail
  202. Added sag6096@mit.edu to DeveloperEmailAddresses — sag6096 / detail
  203. fixed merge conflicts — allmaras / detail
  204. vera line-length squawks — allmaras / detail
  205. added missing Axes in refine and related instantiations — allmaras / detail
  206. fixed vera squawk — allmaras / detail
  207. Add RotorSource flow tangency model — galbramc / detail
  208. Fix for intel compiler — galbramc / detail
  209. Remove redundtant email — galbramc / detail
  210. Adjust ping test — galbramc / detail
  211. Add clVariableType. Fix sourceJacobianAbs for RotorFlowTan. — galbramc / detail
  212. added compiler warning suppression for Ping_Euler_RotorSource_btest.cpp — allmaras / detail
  213. added compiler suppression -Wno-maybe-uninitialized to BodyForceSolver_*.cpp — allmaras / detail
  214. fixed nightly warnings: possibly uninitialized variables — allmaras / detail
  215. First incorporation of Standard Atmosphere, and altitude dependent Absorption — renat999 / detail
  216. Saving first draft of polar coordinates, axisym changes — cwomack / detail
  217. raypath code for multi-layer atmospheres; functions of both z and s — allmaras / detail
  218. Mathematica file for unit tests of raypath code for standard atmosphere — allmaras / detail
  219. some compilers need #include <vector> — allmaras / detail
  220. increased tolerances on raypath tests — allmaras / detail
  221. Support 2D CG periodic solutions. Add 2D RotorSource calculations. — galbramc / detail
  222. Fix for 2D CG periodic in parallel — galbramc / detail
  223. Fix ArcCamber angle definition. Allow both positive and negative angles — galbramc / detail
  224. Fix FieldLib library order — galbramc / detail
  225. Standard Atmosphere RayPathS and absorption added — renat999 / detail
  226. Allow constrained body force solves in 2D — galbramc / detail
  227. Fix tankap for 2D. Add rhofn to RotorSource output. Fix link errors. — galbramc / detail
  228. Fix 2D RotorSource tecplot dump — galbramc / detail
  229. Put back rotor source tan(kappa) — galbramc / detail
  230. Fix tecplot dump for 2D body forces to use PASSIVEVARLIST. Get FlowTan body foces working in 2D. — galbramc / detail
  231. Forgot a file — galbramc / detail
  232. Correction to asymmetric Pt inflow BC — galbramc / detail
  233. Fix typo — galbramc / detail
  234. One more bug fix — galbramc / detail
  235. Compile fix — galbramc / detail
  236. Fixed compiler errors — galbramc / detail
  237. A few jenkins fixes — galbramc / detail
  238. Warning and link fixes — galbramc / detail
  239. More link error fixes — galbramc / detail
  240. Fix includes — galbramc / detail
  241. Fix some link errors — galbramc / detail
  242. Not sure what I fixed... — galbramc / detail
  243. Add placeholder HUMOR meshing interface — galbramc / detail
  244. Fixes for last commit — galbramc / detail
  245. More seacas guards — galbramc / detail
  246. One more seacas protection — galbramc / detail
  247. Add one seacas dependency — galbramc / detail
  248. Fixed test cases and unified results — cwomack / detail
  249. Fixed vera errors — cwomack / detail
  250. Added to vera exclusions — cwomack / detail
  251. Add unsteady to BodyForces — galbramc / detail
  252. Sending DG changes to Steve — cwomack / detail
  253. Add missing updated RK examples. Update history output for unsteady BodyForce — galbramc / detail
  254. added Axes templates for missing DG error estimates; added instantiations for axisymmetric DG — allmaras / detail
  255. Invert eigen vector scaling for exodus files — galbramc / detail
  256. Pad zeros in body force file names — galbramc / detail
  257. Fix compile error — galbramc / detail
  258. additional Axes mods and axisymmetric/polar instantations needed for 'make check' — allmaras / detail
  259. Compile fixes and corrections to Exodus file write — galbramc / detail
  260. Forgot a file — galbramc / detail
  261. Fix call to HUMOR — galbramc / detail
  262. Exodus reader fix — galbramc / detail
  263. Missed a file — galbramc / detail
  264. More humor options — galbramc / detail
  265. Fix typo — galbramc / detail
  266. Pushing code, missing defaulted Axes — cwomack / detail
  267. Add KarypisLab tar scripts — galbramc / detail
  268. added Axes templates into VMSD error estimates — allmaras / detail
  269. Update KarypisLab tar scripts — galbramc / detail
  270. 1st draft polar adaptation — cwomack / detail
  271. Fix normal mach output for 2D — galbramc / detail
  272. Runge Kutta updates — galbramc / detail
  273. Minor fixes — galbramc / detail
  274. Switch to BDF — galbramc / detail
  275. Fix missing instantiation — galbramc / detail
  276. Add omega to constrained solver outputs — galbramc / detail
  277. Use CFL based time stepping for BDF — galbramc / detail
  278. Don't return results when constrained solver fails — galbramc / detail
  279. Fix cylindrical pressure probe output — galbramc / detail
  280. Fix typo — galbramc / detail
  281. Add fluent format documentation — galbramc / detail
  282. Fix pressure probe output one more time — galbramc / detail
  283. Changes to polar normal vector — cwomack / detail
  284. Add pressure output for rotor source — galbramc / detail
  285. Test mods — cwomack / detail
  286. first step towards a variable Prt model — waligura / detail
  287. Changes for Steve — cwomack / detail
  288. fixed polar coordinates integration bug; changed all ElementXField definitions for jacobianDeterminant, — allmaras / detail
  289. Blend equations for FlowTan — galbramc / detail
  290. Add more RotorSource 3D dumps. Default double precision for tecplot dumps. — galbramc / detail
  291. Add dp/deta to delta dump — galbramc / detail
  292. Fix compile errors — galbramc / detail
  293. Add cylindrical relative velocity components — galbramc / detail
  294. Fix line search unit tests — galbramc / detail
  295. fixed polar-coordinates differential length and area functions, along with — allmaras / detail
  296. Saving polar changes — cwomack / detail
  297. Add tolerane to valid x-range for 2D rotor outputs — galbramc / detail
  298. Fix vector size for DeltaRef dump — galbramc / detail
  299. polar bug fix: volume() -> volumePhysical() & area() -> areaPhysical() — allmaras / detail
  300. made *sansDifferential and *Mesh integrations consistent (i.e. the same as — allmaras / detail
  301. many changes to variable types to incorporate a variable conductivity with Prt — waligura / detail
  302. incorporated 1/r into theta derivative for polar in evalBasisGradient (which — allmaras / detail
  303. modified polar Hessian to correctly include 1st derivatives and 1/r terms — allmaras / detail
  304. Saving changes — cwomack / detail
  305. Update tecplot dump for flowTan body force. Allow getting EGADS model from pyton for BodyForces/ — galbramc / detail
  306. Fix fn dump in deltaRef — galbramc / detail
  307. solving for s ahead of time — renat999 / detail
  308. Fix compilere warning and guard against divide by zero — galbramc / detail
  309. Change flowTan model at bounds. Fix deltaRef dump. — galbramc / detail
  310. Update unit tests — galbramc / detail
  311. Reverse sign of tan(kappa) for Peters body force term — galbramc / detail
  312. Dump out delta and kappa in deg for body forces — galbramc / detail
  313. Polar modifications — cwomack / detail
  314. added missing template — ursachi / detail
  315. added 2D flatplate test case (includes WM) — ursachi / detail
  316. Expose fsig in RotorFlowTan python arguments. Add env args to valgrind execution. — galbramc / detail
  317. Remove Ntheta scaling from FlowTan force — galbramc / detail
  318. Change scaling on normal force back to 1/r — galbramc / detail
  319. Fix cmake warning — galbramc / detail
  320. Add kShock to body force interface and change flowTan viscous model again — galbramc / detail
  321. Add missing kShock — galbramc / detail
  322. Polar bug fixes — cwomack / detail
  323. Fixed link errors — cwomack / detail
  324. working modification of PDERANS with a new Prt datatype defined with surreals. This build does not have the correct contructor formulation for PDERANSSA though — waligura / detail
  325. Change Rotor Rot/Rel outputs to specify rotor and position — galbramc / detail
  326. Sandbox polar changes — cwomack / detail
  327. sandbox changes — cwomack / detail
  328. Fixed vera errors — cwomack / detail
  329. Added annulus grids — cwomack / detail
  330. Sanbox changes — cwomack / detail
  331. Sandbox changes — cwomack / detail
  332. sandbox — cwomack / detail
  333. Add TECIO support. Fix compiler warnings. Fix projection from Hierachical to Lagrange in 2D. — galbramc / detail
  334. sandbox — cwomack / detail
  335. sandbox — cwomack / detail
  336. sandbox — cwomack / detail
  337. sandbox — cwomack / detail
  338. sandbox — cwomack / detail
  339. sandbox — cwomack / detail
  340. isandbox — cwomack / detail
  341. sandbox — cwomack / detail
  342. dbl — cwomack / detail
  343. dbl — cwomack / detail
  344. sandbox — cwomack / detail
  345. sandbox — cwomack / detail
  346. sandbox — cwomack / detail
  347. sandbox — cwomack / detail
  348. sandbox — cwomack / detail
  349. sandbox — cwomack / detail
  350. sandbox — cwomack / detail
  351. sandbox — cwomack / detail
  352. sandbox — cwomack / detail
  353. sandbox — cwomack / detail
  354. sandbox — cwomack / detail
  355. sandbox — cwomack / detail
  356. sandbox — cwomack / detail
  357. Fix warning and tecplot file write — galbramc / detail
  358. sandbox — cwomack / detail
  359. sandbxo — cwomack / detail
  360. sandbxo — cwomack / detail
  361. Allows solving for Back Pressure with Body Forces. TECIO fixes. — galbramc / detail
  362. Output solved back pressure for body force constrained solver. Fix compile error. — galbramc / detail
  363. Add missing instantiation — galbramc / detail
  364. sandbox changes — cwomack / detail
  365. sandbox and tecplot changes — cwomack / detail
  366. fixed bugs — cwomack / detail
  367. adjusted tolerancw — cwomack / detail
  368. PDEsansBOOM2D all effects included. Still some details in Unit tests — renat999 / detail
  369. Implemented the QType for the AFT 2014 Transition model — sag6096 / detail
  370. sandbox — cwomack / detail
  371. stashing changes now as a backup since the NN functionality is almost online — waligura / detail
  372. Fix parallel Metric file write. Don't revert to a lienar mesh if local patch construction fails. — galbramc / detail
  373. Working Prt NN Modification with no derivatives — waligura / detail
  374. sandbox changes — cwomack / detail
  375. sandbox — cwomack / detail
  376. merging branches — cwomack / detail
  377. Added polar instantiations — cwomack / detail
  378. Added WM BC for AV — ursachi / detail
  379. Added lrochery@mit.edu to DeveloperEmailAddresses — lrochery / detail
  380. Added the AFT transition model and subsequent — sag6096 / detail
  381. Reverted tecplot changes — cwomack / detail
  382. Even more generalized asymmetric fourier functions. Fix NormalVelocity flux. Add parallel force to BodyForce tecplot dump. — galbramc / detail
  383. Fix compile error — galbramc / detail
  384. Fixes for optimizing body force asym normals — galbramc / detail
  385. Fixed lingering warnings and hard-coded H12 term. — sag6096 / detail
  386. Smoother AFT model — galbramc / detail
  387. Add wall search stress output for RANS AFT flatplate — galbramc / detail
  388. Fix asym gradient calculation — galbramc / detail
  389. Fixed vera errors — cwomack / detail
  390. Added avro to FP cases — sag6096 / detail
  391. Fixed vera error — cwomack / detail
  392. Fix template errors — galbramc / detail
  393. Vera changes, new advective flux BC — cwomack / detail
  394. Fixed all lingering warnings — sag6096 / detail
  395. *ACTUALLY* got rid of all lingering warnings. — sag6096 / detail
  396. NormalField unit test fix and fix RotorSource interior force dump. — galbramc / detail
  397. One more compile fix — galbramc / detail
  398. Allow removing body force radial normal component — galbramc / detail
  399. Fixes — cwomack / detail
  400. added explicit instantiations of output_Tecplot for grid only for both — allmaras / detail
  401. Change to area averaged NormalVelocity for RotorSource — galbramc / detail
  402. try 2: explicit instantitations for grid-only output_Tecplot — allmaras / detail
  403. Fixed jenkins issues — cwomack / detail
  404. Missed a file — galbramc / detail
  405. Added albornoz@mit.edu to DeveloperEmailAddresses — albornoz / detail
  406. Fix for Unit output — galbramc / detail
  407. More fixes for unit calculation — galbramc / detail
  408. Added ejwllms@mit.edu to DeveloperEmailAddresses — ejwllms / detail
  409. Fixed unit test errors — cwomack / detail
  410. Fix compile error — galbramc / detail
  411. Changed warning — cwomack / detail
  412. Changed warnings — cwomack / detail
  413. All effects (except wind) implementation for sansBOOM2D with unit tests — renat999 / detail
  414. Removed CMakeCache.txt and correct indentation in Absorption.h — renat999 / detail
  415. Removed sansBOOM from directory list in src/pde/CMakeLists.txt — renat999 / detail
  416. Removed test/unit/pde/sansBOOM — renat999 / detail
  417. All the missing unit test for sansBOOM2D directory — renat999 / detail
  418. Removed test/unit/pde/sansBOOM for the directory list in CMakeLists.txt — renat999 / detail
  419. Untracked last files realted to sansBOOM — renat999 / detail
  420. Added asmedina@mit.edu to DeveloperEmailAddresses — asmedina / detail
  421. Added dgoba@mit.edu to DeveloperEmailAddresses — dgoba / detail
  422. Added new Ptrip term to source(iSA) for AFT model — sag6096 / detail
  423. Fixed missing bracket — sag6096 / detail
  424. Fixed issue with power function — sag6096 / detail
  425. added check on clang compiler for #pragma's on boost special functions include — allmaras / detail
  426. changed #ifdef from __clang_analyzer__ to __clang__ for warning suppression on boost Bessel function — allmaras / detail
  427. Update tar scripts for parmetis — galbramc / detail
  428. Adding support for an advection-diffusion-reaction (ADR) solver — darmofal / detail
  429. Fix email — albornoz / detail
  430. Added sansBOOM directories again. The toy code for sansBOOM2D with VMSDBR2 is also present — renat999 / detail
  431. Fixing merge conflicts — renat999 / detail
  432. Added CMakeLists.txt in sansBOOM directories — renat999 / detail
  433. New working Prt model with derivatives implemented: still need to implement throughout PDERANSSA — waligura / detail
  434. Working version of Prt modeling with Duan implemented Neural Network (small). Still does not run because of solver issues though — waligura / detail
  435. removed all instantiations for 1D Polar; these were all previously commented out — allmaras / detail
  436. eliminated depricated #else branch for FIX_POLAR_BUG and FIXED_POLAR_GRADIENT; — allmaras / detail
  437. fixed nightly build squawks — allmaras / detail
  438. Make sure ccache script has execute permissions — galbramc / detail
  439. Changes to test case for supersonic run — waligura / detail
  440. Brenner fixes — waligura / detail
  441. Commiting to pull in the cluster. src/pde/OutputCell_SolutionErrorL2.h hacked to make 0 the srnos — renat999 / detail
  442. fixed nightly build squawks — allmaras / detail
  443. oops, bug fix for latest edit — allmaras / detail
  444. Toy codes to test DGBR2 and VMSDBR2 with analytical traveling wave — renat999 / detail
  445. Working Prt NN model implementation with 11 input variables and R^2 around 60%. The jacobian and gradient of the model are implemented as well, but nothing has been tested yet — waligura / detail
  446. other things needed to run — waligura / detail
  447. Compiled DistanceFunctionGradient, and add DistanceFunctionHessian. — galbramc / detail
  448. Added option for both AFT2014 and AFT2017 — sag6096 / detail
  449. fix for test case with importing from command line — waligura / detail
  450. "fixed" — waligura / detail
  451. fixing commit — waligura / detail
  452. fixing commit 2 — waligura / detail
  453. fixing commit 3 — waligura / detail
  454. fix 4 — waligura / detail
  455. Added smoothmax to smoothmath.h — sag6096 / detail
  456. Fix DistanceFunction Grad/Hess. Revive DistanceFunction tests. Add AFT2017. Refactor SA trip source for AFT. — galbramc / detail
  457. Supersonic working DuanS version — waligura / detail
  458. renamed wall model BC — ursachi / detail
  459. added isothermal WM BC — ursachi / detail
  460. made chit0 naming consistent — ursachi / detail
  461. forgot to add file for WM BC — ursachi / detail
  462. fixed variable type — ursachi / detail
  463. changes to the scaling in dataTransform to more accurately scale the simulation inputs. change made on super — waligura / detail
  464. Commit before reinstalling SANS — renat999 / detail
  465. Added in some of the blasius BC as well as AFT2019 — sag6096 / detail
  466. Fix ghost dof for broken CG fields — galbramc / detail
  467. Add actuator disk model. Fix tecplot CG dump for broken CG fields. — galbramc / detail
  468. Fix jacobianSource for AFT — galbramc / detail
  469. Fix compile error — galbramc / detail
  470. Missed instantiation — galbramc / detail
  471. Warning fixes — galbramc / detail
  472. Add avro guard — galbramc / detail
  473. Vera and warning fixes — galbramc / detail
  474. Fix compile error. Add linear offset to actuator disk psi_ts curve. — galbramc / detail
  475. Fix typo — galbramc / detail
  476. Fix array out of bound and sort keys for body force and actuator disk history files. — galbramc / detail
  477. Update nodal view for hex — galbramc / detail
  478. Fix actuator disk time integration — galbramc / detail
  479. Add asymmetric Pt to duct solver — galbramc / detail
  480. Fix compile error. Update TecIO build. — galbramc / detail
  481. Enable kt functions for Nozzle BC — galbramc / detail
  482. Fix time advancement for Duct Solver — galbramc / detail
  483. Add RANSSA RotorFlowTan — galbramc / detail
  484. Fixes for setting cn=0 with body forces — galbramc / detail
  485. Fix tests from last commit — galbramc / detail
  486. Added mbottot@mit.edu to DeveloperEmailAddresses — mbottot / detail
  487. Fix for finding numpy, and unit test fix — galbramc / detail
  488. Suppress warning and add missing instantiation — galbramc / detail
  489. Vera fix. More warning suppressions and timeout fixes — galbramc / detail
  490. Updated actuator disk model — galbramc / detail
  491. Forgot a file — galbramc / detail
  492. Getting some references working right so the unit tests run again. Getting ready to finalize the Prt unit test as well — waligura / detail
  493. Actuator disk fix — galbramc / detail
  494. Added tonyryu@mit.edu to DeveloperEmailAddresses — tonyryu / detail
  495. changing tolerances for unit tests for M1 Mac — tonyryu / detail
  496. Add NLF transition case — galbramc / detail
  497. Prt Model with working unnit test on Prt prediction — waligura / detail
  498. Change to IntelLLV as default for Intel compiler. — galbramc / detail
  499. Working Prt NN model with correct unit tests and deriviative implementation — waligura / detail
  500. Add scale factor for CompressiblePower calculation — galbramc / detail
  501. Cleaned up files for develop merge — waligura / detail
  502. Brought back all of the changes that I did not mean to make (I hope) — waligura / detail
  503. Relax tolerances for IntelLLVM — galbramc / detail
  504. Update RANSAFT NLF — galbramc / detail
  505. Additional changes to Prt modeling to fix nondimesional test case and also make adjustments on NeuralNetClosure — waligura / detail
  506. Write out PV for body forces — galbramc / detail
  507. IntelLLVM fix for TetGen — galbramc / detail
  508. Relax tolerances for Intel LLVM — galbramc / detail
  509. Enable dump of bodyforce RANS solutions — galbramc / detail
  510. Fix for last commit — galbramc / detail
  511. Added hnilsen@mit.edu to DeveloperEmailAddresses — hnilsen / detail
  512. Use PI insteady of M_PI for Surreal — galbramc / detail
  513. Update HUMOR interface — galbramc / detail
  514. Fix rotor source szplt output — galbramc / detail
  515. Vera fixes and don't use MPI TECIO — galbramc / detail
  516. Add PSig to body force dump — galbramc / detail
  517. Fix TECIO write of CG fields — galbramc / detail
  518. Fix PSig dump — galbramc / detail
  519. Fixed proper flow conditions for NLF-0416 — sag6096 / detail
  520. Guard against looking for rt library on MSYS — galbramc / detail
  521. Allow using PSig in Pprop calculation — galbramc / detail
  522. Fix last commit — galbramc / detail
  523. Default PV/PSig scale to 1 — galbramc / detail
  524. Updates to AFT PDE — galbramc / detail
  525. More cleanup of AFT PDE — galbramc / detail
  526. Try smoother distnace function gradient — galbramc / detail
  527. Fix last commit — galbramc / detail
  528. Refactor CG tecplot file writes, again... — galbramc / detail
  529. commit before update — waligura / detail
  530. Add derivatives for smoothmaxC2 and min — galbramc / detail
  531. Another try to push NN Prt changes to see the issues with the compiliers — waligura / detail
  532. Vera issues fixed — waligura / detail
  533. Add smoothabs0_tanh. Remove many defaults and clarify units for smoothmath — galbramc / detail
  534. Add smoothabs0_tanh_eps — galbramc / detail
  535. Fix array out-of-bounds in unit test — galbramc / detail
  536. Vera fixes (for real) — waligura / detail
  537. Fall back on LogEuclidian average when affine average fails — galbramc / detail
  538. Fix smooth math update — galbramc / detail
  539. Fixes to formatting and cmakeList. Still seeing a weird issue with boundary conditions not being recognized even though changes were not around there — waligura / detail
  540. Add L2 projection of drV/dn for AFT model. — galbramc / detail
  541. Add one more check for AFT — galbramc / detail
  542. Add missing instantiation — galbramc / detail
  543. Tell cppcheck to use boost.cfg — galbramc / detail
  544. Update AFT BC test — galbramc / detail
  545. Fixes to matmul, reformatting on readNN, and a mistaken change to a BC file — waligura / detail
  546. Fix to the lone vera and added some other matmul options — waligura / detail
  547. All working make check now, with some unit test issues — waligura / detail
  548. Fix tecplot dump of interior trace CG fields. Add all bodies to debug_blade for body forces — galbramc / detail
  549. Added 2D nozzle toy code — tonyryu / detail
  550. PDERANS updates — waligura / detail
  551. important PDE changes to investigate with diff — waligura / detail
  552. pushes to take away Prt from wall modeling input — waligura / detail
  553. small navier stokes fixes — waligura / detail
  554. changes to thermal conductivity to be more consistent with SA-neg — waligura / detail
  555. Add stator pressure rise for an actuator disk stage — galbramc / detail
  556. Fix stator actuator disk — galbramc / detail
  557. adding 1D channel flow for wall-model RANS analysis — allmaras / detail
  558. Update HUMOR interface with separate input/output file names — mbottot / detail
  559. Fix trailing whitespace in HUMOR interface update — mbottot / detail
  560. changes to PDERANS unit tests — waligura / detail
  561. Fixing the warnings for the final time — waligura / detail
  562. Upgrade to TecIO 2023r1m1 — galbramc / detail
  563. Relax tolerance — galbramc / detail
  564. Add latest boost versions — galbramc / detail
  565. Fixed Local Solves for VMSDBR2 — renat999 / detail
  566. Small pointwise fix — galbramc / detail
  567. adding nondimensional nozzle toy case — tonyryu / detail
  568. Fix parallel ugrid write — galbramc / detail
  569. Format5ing fix — galbramc / detail
  570. Actualy set iterative refinement for MKL_PARDISO — galbramc / detail
  571. Cleaning up some of the excess on files and adding a unit test for the NN calc — waligura / detail
  572. Getting rid of bogus include — waligura / detail
  573. Trying another small commit because I am not sure the last one was my fault — waligura / detail
  574. Fix sign on JetDissipation — galbramc / detail
  575. Add VectorVectorVectorVector example — galbramc / detail
  576. Add Ptdw output for body force — galbramc / detail
  577. extended exact WM solution to chi in [0, 1) — allmaras / detail
  578. Commit before updating — renat999 / detail
  579. Fixed issues in make check — renat999 / detail
  580. Fixed Jenkins errors (v1) — renat999 / detail
  581. Quick fix to previous commit — renat999 / detail
  582. Fixed Jenkins errors (v2) — renat999 / detail
  583. Fixed Jenkins errors (v3) — renat999 / detail
  584. Fixed Jenkins errors (v4) — renat999 / detail
  585. Fixed Jenkins errors (v5) — renat999 / detail
  586. Fixed Jenkins errors (v6) — renat999 / detail
  587. Fixed Jenkins errors (v7) — renat999 / detail
  588. Fixed Jenkins errors (v8) — renat999 / detail
  589. Fixed Jenkins errors (v9) — renat999 / detail
  590. Started working on PDE base classes and consistent error estimate — renat999 / detail
  591. Fix some tar scripts — galbramc / detail
  592. Add tar script for petsc — galbramc / detail
  593. Look for generic petcs.tgz to build PETSc — galbramc / detail
  594. added constrained solver for centerline velocity and equilibrium wall model — allmaras / detail
  595. code clean-up; no change in functionality — allmaras / detail
  596. added access functions needed for globally constrained solver — allmaras / detail
  597. added valid-state check for global parameters; new function is virtual but — allmaras / detail
  598. instantiations needed for globally constrained system for N=2 PDE and 2 global — allmaras / detail
  599. new volume integrand for augmenting PDE residuals via global parameters terms — allmaras / detail
  600. line-length squawks & missing instantitations for 1D globally constrained channel flow — allmaras / detail
  601. fixed possible uninitialized variable — allmaras / detail
  602. Fix UnionJack so it works with avro — galbramc / detail
  603. Unstaged src/pde/sansPDEBase2D.h — renat999 / detail
  604. Added unit test for src/pde/sansPDEBase.h — renat999 / detail
  605. Update avro_tar script to get submodules — galbramc / detail
  606. Fixed compiler error — renat999 / detail
  607. Update tar for avro to include submodules — galbramc / detail
  608. Remove debug print statements — galbramc / detail
  609. Add Nozzle BC to body force — galbramc / detail
  610. better initial guess for pressure gradient and solution profile — allmaras / detail
  611. fixed uninitialized variable squawk (athough it'll never happen) — allmaras / detail
  612. Update Copyright dates to 2013-2024 — galbramc / detail
  613. Somehow missed on file — galbramc / detail
  614. Use new accelerate lapack on macOS — galbramc / detail
  615. Script updates for viggen — galbramc / detail
  616. One more copyright date fix — galbramc / detail
  617. Add linear nozzle coefficient ramp — galbramc / detail
  618. Add more suitesparse search paths. Add Nozzle outflow BC unit test. — galbramc / detail
  619. Check for unsteady with BDF and RK. — galbramc / detail
  620. Restore time step in BDF — galbramc / detail
  621. Cleanup AFT — galbramc / detail
  622. Fix array out of bounds — galbramc / detail
  623. Remove unused variable — galbramc / detail
  624. Fix finding suitesparse includes — galbramc / detail
  625. Fix compile error — galbramc / detail
  626. committing some changes as of Feb.8 — tonyryu / detail
  627. Add missing mpi communictor includes — galbramc / detail
  628. Add ParameterVectorS for static sized python arrays — galbramc / detail
  629. Missed a file — galbramc / detail
  630. Suppress warning — galbramc / detail
  631. Started refactoring Scalar Functions during SANS meeting — renat999 / detail
  632. Suppress duplicate library link warning on macOS — galbramc / detail
  633. Fix for python2 — galbramc / detail
  634. first round of adjoint fixes — tonyryu / detail
  635. Commiting progress on Function.h — renat999 / detail
  636. Forgot ScalarFunction.h — renat999 / detail
  637. Finished implementation of Function.h. Compiler errors are present — renat999 / detail
  638. Add radial variation in fsig for FlowTan body force — galbramc / detail
  639. Allow solving for Nozzle Coefficient — galbramc / detail
  640. Fix typo — galbramc / detail
  641. Unit test — renat999 / detail
  642. March1_2024 — tonyryu / detail
  643. Fix body force optimization — galbramc / detail
  644. Add unsteady body force pertubation — galbramc / detail
  645. Forgot checkInputs — galbramc / detail
  646. Fix compile error — galbramc / detail
  647. One more compile error — galbramc / detail
  648. One more fix — galbramc / detail
  649. Add temporal ramp for rotor pertubation — galbramc / detail
  650. Fix compile error — galbramc / detail
  651. Allow turning off body force pertubation time ramp — galbramc / detail
  652. One more fix — galbramc / detail
  653. One more fix — galbramc / detail
  654. More body force fixes — galbramc / detail
  655. Update unit test — galbramc / detail
  656. Adjoints refactoring to standardize naming conventions for enriched adjoint, adjoint, and delta adjoint. — tonyryu / detail
  657. Fix for body force optimization — galbramc / detail
  658. Fix last commit — galbramc / detail
  659. tried to fix line length exceeding 150 characters. — tonyryu / detail
  660. One more fix — galbramc / detail
  661. additional lines exceeding 150 characters. — tonyryu / detail
  662. removed explicit #define SANS_AVRO which was including XField_avro.h — tonyryu / detail
  663. Try constrained solver first for body force optimization — galbramc / detail
  664. Fix last commit — galbramc / detail
  665. wrapped params.Mesher.avro in if USE_AVRO SANS_AVRO and addressed line length error — tonyryu / detail
  666. fixed accidental unterminated #if statement — tonyryu / detail
  667. adding back the tmp files that were accidentally deleted as well as the .gitignore files in them — tonyryu / detail
  668. fixed copyright dates for SolverInterface_discretizations — tonyryu / detail
  669. Fixed warning for unused variables in Nozzle_nondim and Nozzle.cpp — tonyryu / detail
  670. Fix up instantiation for ScalarFunction_Linear — galbramc / detail
  671. Add length 4 ParameterVectorS — galbramc / detail
  672. Redefining adjoint as order p in SolutionData. Introduced projected_adjoint, which is p+1 projection of order p adjoint in SolutionData_VMSD_BR2.h, then renamed the variables in the SolverInterface_VMSD_BR2.h and the unit tests accordingly. — tonyryu / detail
  673. deleted SANS_refactor_test directory which had some savefiles from a test run to check the results. Renamed projected_adjoint to prolonged_adjoint in the solutiondata as well as the corresponding solverinterface and unit tests. — tonyryu / detail
  674. Check for no_warn_dup_lib on macOS — galbramc / detail
  675. One more try — galbramc / detail
  676. Try yet again — galbramc / detail
  677. Silly mistake — galbramc / detail
  678. Initial add of element enrichment capabilities — mbottot / detail
  679. Enable structured grids for ducted body force analysis. Possibly improve distance function calculation time. — galbramc / detail
  680. got rid of getAdjField(), got rid of sol_.prolonged_adjoint, and changed all the corresponding unit tests and toy codes that use these calls. — tonyryu / detail
  681. Passing (but incomplete) unit test for linear ScalarFunction — mbottot / detail
  682. Some fixes for last commit — galbramc / detail
  683. Update unit test — galbramc / detail
  684. Add boundary output groups for structured body forces — galbramc / detail
  685. Fix RefCoord solver — galbramc / detail
  686. Fix rotor source pertubation — galbramc / detail
  687. Finally get rotating pertubation periodicity correct — galbramc / detail
  688. Fix warnings — galbramc / detail
  689. addressing line is longer than 150 characters error — tonyryu / detail
  690. formatting lines over 150 characters — tonyryu / detail
  691. another line is longer than 150 characters message — tonyryu / detail
  692. Also add 2D L2Project multiscale adaptation toy code — mbottot / detail
  693. Fix new toy code so that it also compiles without refine and add reconstruction option — mbottot / detail
  694. Fix missing space for vera and relax error tolerance for clang — mbottot / detail
  695. forgot to add the ScalarFunction.h in the previous commit. Added ScalarFucntion_Pow() in place for ScalarFunction_Monomial. Still need to add unit test for this. — tonyryu / detail
  696. Fix blade rotation for body forces — galbramc / detail
  697. Fix for last commit — galbramc / detail
  698. Fix sensitvity for last commit — galbramc / detail
  699. one more try — galbramc / detail
  700. Forgot files — galbramc / detail
  701. Also update blade thickenss rotation — galbramc / detail
  702. Add a debug surface mesh when AFLR3 fails. — galbramc / detail
  703. Continued ScalarFunction refactoring. — renat999 / detail
  704. Use fabs for rotor losses — galbramc / detail
  705. Upgrade to ESP 1.24. Now minimum required version. — galbramc / detail
  706. Fixes for ESP 1.24. Remove fabs from rotor source losses. — galbramc / detail
  707. Forgot one file — galbramc / detail
  708. Added ND const and Gaussian ScalarFunctions — dashwsd / detail
  709. Quick fix before pushing — renat999 / detail
  710. fixed formatting Function1D — dashwsd / detail
  711. Trying to run a case with R and T ML models on super — waligura / detail
  712. Add Surreal instantiations for LDLT — galbramc / detail
  713. ML Test Case Initialized — waligura / detail
  714. changing the tolerance to get one test to pass on supercloud intel build — waligura / detail
  715. Fix pressure probes — galbramc / detail
  716. Fix compile error — galbramc / detail
  717. Add missing include — galbramc / detail
  718. Update pattern — galbramc / detail
  719. Updates to support panel+HSM coupling — galbramc / detail
  720. Forgot a file — galbramc / detail
  721. Parallel fix — galbramc / detail
  722. Create XField_tess. Cleanup restartFreq for BodyForce — galbramc / detail
  723. Fix typo — galbramc / detail
  724. Fix for not using restartFreq in body force solver — galbramc / detail
  725. Make HalvingLineSearch default — galbramc / detail
  726. Fix compile error — galbramc / detail
  727. Some output_Tecplot cleanup — galbramc / detail
  728. Small cleanup of parallel MMA — galbramc / detail
  729. Add barrier before opening files — galbramc / detail
  730. Add AD 1D Neumann mitState — galbramc / detail

#1619 (May 15, 2024, 10:25:11 PM)

  1. Add fPIC when building GKlib — galbramc / detail
  2. More cmake fixes — galbramc / detail
  3. Remove message — galbramc / detail
  4. Maybe finally got it right... — galbramc / detail
  5. changed backsolve to not modify RHS (b) — ursachi / detail
  6. small commit to test jenkins again — waligura / detail
  7. Slightly prettier formatting for PETSc history — galbramc / detail
  8. Add metis to refine libraries — galbramc / detail
  9. Navier Stokes test case I'm having trouble with — waligura / detail
  10. made WM a turbulence model option (instead of adding an input to the — ursachi / detail
  11. Added adjoint DBL to scalar function — cwomack / detail
  12. Fixed unit test tolerance issue — cwomack / detail
  13. Lowered DBL unit test tolerance — cwomack / detail
  14. Changed BOOST_CHECK to SANS_CHECK — cwomack / detail
  15. supersonic case update — waligura / detail
  16. Added renat999@mit.edu to DeveloperEmailAddresses — renat999 / detail
  17. Axes template for DG interior and boundary traces — allmaras / detail
  18. Axes template for XField_CellToTrace — allmaras / detail
  19. Add fourier modes for asymmetric rotor body forces — galbramc / detail
  20. Forgot a file — galbramc / detail
  21. Update test — galbramc / detail
  22. sansBOOM mods for AV jump sensor — darmofal / detail
  23. Fixes for Ubuntu 22.04. Compiler flags for IntelLLVM and relaxed tolerances. — galbramc / detail
  24. Fix permissions — galbramc / detail
  25. Intel and gnu12 fixes — galbramc / detail
  26. Add missing instantiations — galbramc / detail
  27. More link error fixes — galbramc / detail
  28. One more missing instantiation — galbramc / detail
  29. Relax tolerance for intel — galbramc / detail
  30. Put calculateStroudQuadrature in SANS namespace — galbramc / detail
  31. Refactor non-symmetric body forces — galbramc / detail
  32. Compile fix — galbramc / detail
  33. Vera fix — galbramc / detail
  34. Fix warning and ping test — galbramc / detail
  35. Adjusting finite difference — galbramc / detail
  36. Smaller step size — galbramc / detail
  37. new changes to PDERANS3D to include jacobian fixes — waligura / detail
  38. small vera mistake I missed — waligura / detail
  39. Upgrade to ESP 1.20 — galbramc / detail
  40. Fix warning — galbramc / detail
  41. sansLIPAIM python fixes — galbramc / detail
  42. Fixed the unit test for zero species — renat999 / detail
  43. Fix geometry construction — galbramc / detail
  44. More ESP updates — galbramc / detail
  45. Spatial implementation of sansBOOM created as sansBOOM2D — darmofal / detail
  46. More egads fixes — galbramc / detail
  47. Add WallSlip BC for 3D RANSSA — galbramc / detail
  48. Fix last commit — galbramc / detail
  49. Fix array bounds error — galbramc / detail
  50. Added test cases for Nspecies=1. Still a bug. — renat999 / detail
  51. Added test cases for Nspecies=1. Still a bug. — renat999 / detail
  52. Add PtPolynomials to 3D PtTt BC — galbramc / detail
  53. Fix compile error — galbramc / detail
  54. Update input checks for total pressure profile — galbramc / detail
  55. added tests for remainder of block 2x2 jacobians: d(PDE)/d(qp), d(PDEp)/d(q), d(PDEp)/d(qp) — allmaras / detail
  56. templated Axes for UnitGrids XField2D_Box_UnionJack_Triangle_X1, XField2D_CubicSourceBump_Xq, — allmaras / detail
  57. Fix rotor source asymmetric normal vectors — galbramc / detail
  58. Fix last commit — galbramc / detail
  59. Fixed sansBOOM SpaceTime1D with multiple species. — renat999 / detail
  60. Add legacy VTK and Exodus metric files — galbramc / detail
  61. VTK fixes — galbramc / detail
  62. Fixed Body Force solver sensitvity — galbramc / detail
  63. Warning fixes — galbramc / detail
  64. fixed vera errors: long line — shunz / detail
  65. fixed vera errors: long line — shunz / detail
  66. updated include paths — shunz / detail
  67. updated include paths — shunz / detail
  68. removed outdated sandbox case — shunz / detail
  69. updated usage of 3D quad sheet grid's interior trace group count — shunz / detail
  70. updated pyrite files. relaxed pyrite tolerance. fixed IO file/path names — shunz / detail
  71. turned off file output — shunz / detail
  72. PDEsansBOOM2D.h updates — darmofal / detail
  73. relaxed tolerance for intel — shunz / detail
  74. relaxed tolerance again for intel — shunz / detail
  75. Remove depricated sprintf — galbramc / detail
  76. Add cirumfirential body force — galbramc / detail
  77. Use system valgrind — galbramc / detail
  78. Fix warning — galbramc / detail
  79. Derivative calculation fixes for asymmetric body forces — galbramc / detail
  80. Suppress sanitizer odr violations. Add the ability for ugrid reader to — galbramc / detail
  81. CMake file fix — galbramc / detail
  82. Forgot to update files. Some cppcheck fixes. — galbramc / detail
  83. added wall model for 3D — ursachi / detail
  84. added missing template arguments — ursachi / detail
  85. Update 2D SA_R to latest deffinition on TMR — galbramc / detail
  86. Fix abs with fabs — galbramc / detail
  87. added a missing const — ursachi / detail
  88. raised tolerance slightly for test — ursachi / detail
  89. More robust normal field for rotor source — galbramc / detail
  90. Update MultiScale for latest refine. Replace vsprintf with vsnprintf. — galbramc / detail
  91. Working sansBOOM2D with unit tests for the PDE — renat999 / detail
  92. Update rotor source ping test — galbramc / detail
  93. Refactor and simplified NormalField to use axial and raidal instead of cartesian coordinates — galbramc / detail
  94. Minor fixes — galbramc / detail
  95. Write out unconverged_surf.dat for BodyFroce RANS calculations. — galbramc / detail
  96. Add manual body force magnitude specification — galbramc / detail
  97. Change deltaRef to forceMag in normal field dump — galbramc / detail
  98. Forgot to update some python inputs — galbramc / detail
  99. DGBR2/DGBR4 low-level modification integrated. — cfrontin / detail
  100. templateized DiscretizationDGBR2 implemented, working on one test case. — cfrontin / detail
  101. test/sandbox cases updated with templateized DGBR — cfrontin / detail
  102. unit test brute force replacement — cfrontin / detail
  103. unit test fixes ; make unit working — cfrontin / detail
  104. initialized variables to zero to fix compiler warnings — ursachi / detail
  105. Add new asymmetric forces to optimizer. Fix RotorForce tecplot dump. — galbramc / detail
  106. system test update dgbr2 templatizaiton — cfrontin / detail
  107. fixed weird type mismatch in adapt3d_DGBR2_ranssa_HCH_toy.cpp — cfrontin / detail
  108. test case changes to update — waligura / detail
  109. sandbox case add 2 — waligura / detail
  110. changes before Ben switch — waligura / detail
  111. think it should pass now. — cfrontin / detail
  112. Try to capture discontinuities for Rotor source teclot output — galbramc / detail
  113. Fix typo — galbramc / detail
  114. Added Area + Atmos. variations to sansBOOM2D — renat999 / detail
  115. Fixes to previous commit — renat999 / detail
  116. sansBOOM2D directories — renat999 / detail
  117. cleaned up files — ursachi / detail
  118. added wall function BC for 3D — ursachi / detail
  119. Blasius + polar coordinate test problems and functions — cwomack / detail
  120. added instantitations containing Axes template for XField2D_Box_UnionJack_Triangle_X1 — allmaras / detail
  121. explicitly added Axes to all apply<> and check<> calls; this is needed because — allmaras / detail
  122. added Axes template parameters — allmaras / detail
  123. Axisymmetric instantiations — allmaras / detail
  124. mods needed for extending global constraints to boundary terms and systems — allmaras / detail
  125. mods to artificial viscosity sensor PDE needed for Axisymmetric — allmaras / detail
  126. added dump of solution (x from Ax = b) for UMFPACK — allmaras / detail
  127. modified halving linesearch diagnostics to dump out full solution change — allmaras / detail
  128. added constant CFL number option to PTC — allmaras / detail
  129. added function to return vector of base altitudes for all layers in atmosphere — allmaras / detail
  130. proper spelling for Blohkinzev (previously had the h & k swapped) — allmaras / detail
  131. turned off some print statements — allmaras / detail
  132. added Reflect BC; bug fixes and code clean-up — allmaras / detail
  133. continued development of axisymmetric test cases; addition of Brenner and SBR perturbation PDEs; — allmaras / detail
  134. code clean-up — allmaras / detail
  135. added sans-differential integration (e.g. without r for axisymmetric); needed — allmaras / detail
  136. fixed merge conflicts — allmaras / detail
  137. fixed vera line length squawks — allmaras / detail
  138. relaxed tolerances on tests — allmaras / detail
  139. missed an apply<> template — allmaras / detail
  140. added a template parameter to AlgebraicEquationSet_GloballyConstrained_PTC — allmaras / detail
  141. vera squawk — allmaras / detail
  142. int -> size_t in for loops — allmaras / detail
  143. removed axisymmetric SBR and TP1 test cases for now — allmaras / detail
  144. removed unused variable from test — allmaras / detail
  145. over-wrote a dump pattern file — allmaras / detail
  146. unused typedef removed — allmaras / detail
  147. missing dump pattern file — allmaras / detail
  148. relaxed test tolerance (for intel...) — allmaras / detail
  149. added jacobianFluxViscous to axisymmetric NS; unit tested — allmaras / detail
  150. updated augmented interface to use Dirichlet/Neumann form — allmaras / detail
  151. added option to evaluate Glasby tau without source term contribution — allmaras / detail
  152. added an explicit Axes typedef to all PDE and Output classes; NDConvert now — allmaras / detail
  153. axisymmetric NS function diffusionViscousGradient coded and unit tested — allmaras / detail
  154. added/corrected axisymmetric NS jacobianSource term with unit tests — allmaras / detail
  155. Addition of updated mathematica testing notebooks for PDERANS2D tests — waligura / detail
  156. Add camber surface dump — galbramc / detail
  157. Suppress Boost new version warnings in CMake — galbramc / detail
  158. added Axes template to XField1D mesher — allmaras / detail
  159. Axes fixes and instantiations needed for 1D axisymmetric solve — allmaras / detail
  160. added linear temperature option of noslip-isothermal BC; added new solution — allmaras / detail
  161. added solution function for stagnant flow with linear-in-z temperature (and constant pressure); — allmaras / detail
  162. Added folders — renat999 / detail
  163. Added files — renat999 / detail
  164. Add body force normal and pallel forces to deltaRef tecplot dump — galbramc / detail
  165. Fixed sansBOOM to be up to date with the master br — renat999 / detail
  166. Fixed vera errors — cwomack / detail
  167. Fixed errors, added template argument — cwomack / detail
  168. fixed templating error — cwomack / detail
  169. Changed test suite name — cwomack / detail
  170. Removed unused variable — cwomack / detail
  171. Update SuiteSparse build. Relax some testing tolerances. — galbramc / detail
  172. Fixes for exodus file IO — galbramc / detail
  173. Standardized DBL cases, added unit test for annulus — cwomack / detail
  174. Use step matrix FrobNorm minimization for implied metric optimization. — galbramc / detail
  175. updated Tecplot output for VMSDBR2 to be consistent with boundary flux — ursachi / detail
  176. forgot to include updated cmakelist with previous commit — ursachi / detail
  177. forgot to actually commit the Tecplot output file — ursachi / detail
  178. Added axisymmetric DBL — cwomack / detail
  179. changed variable name to nt to be consistent with rest of code — ursachi / detail
  180. Add fluent reader to support Pointwise generated meshes for RotorSource — galbramc / detail
  181. Forgot updated partitioning files — galbramc / detail
  182. One more missing file — galbramc / detail
  183. Added sag6096@psu.edu to DeveloperEmailAddresses — sag6096 / detail
  184. added gradients for specified velocity for no-slip, isothermal BC — allmaras / detail
  185. Forgot one more file — galbramc / detail
  186. Add another file to COTIRE_IGNORE — galbramc / detail
  187. Fix group numbering on older gcc versions for Fluent reader — galbramc / detail
  188. added Axes template to meshers, error estimates, local problems, adaptation — allmaras / detail
  189. 1D and 2D axisymmetric instantiations for meshers, error estimates, local problems, adaptation — allmaras / detail
  190. added Axes template to CostModel_LogEuclidean; also modified integration — allmaras / detail
  191. Expose SA Flavours for Rotor Source calculations — galbramc / detail
  192. missed a couple files with added Axes templates — allmaras / detail
  193. Removed annulus unit test while fixing bug — cwomack / detail
  194. Removed unused variables — cwomack / detail
  195. Loosened tolerance on one test — cwomack / detail
  196. Galerkin strong-form BC implementation classes renamed to be consistent with file name — allmaras / detail
  197. Add pressure gradient terms to RotorSource — galbramc / detail
  198. Relax tolerance — galbramc / detail
  199. consistent interface in augmented integrand for both Dirichlet and Neumann constraints — allmaras / detail
  200. added option for SUPG with source term for test-function operator; — allmaras / detail
  201. added option to add both q-gradient and qp-gradient into lifted gradient; — allmaras / detail
  202. added code for integration without the differential multiplier (e.g. r in Axisymmetric); — allmaras / detail
  203. Added sag6096@mit.edu to DeveloperEmailAddresses — sag6096 / detail
  204. fixed merge conflicts — allmaras / detail
  205. vera line-length squawks — allmaras / detail
  206. added missing Axes in refine and related instantiations — allmaras / detail
  207. fixed vera squawk — allmaras / detail
  208. Add RotorSource flow tangency model — galbramc / detail
  209. Fix for intel compiler — galbramc / detail
  210. Remove redundtant email — galbramc / detail
  211. Adjust ping test — galbramc / detail
  212. Add clVariableType. Fix sourceJacobianAbs for RotorFlowTan. — galbramc / detail
  213. added compiler warning suppression for Ping_Euler_RotorSource_btest.cpp — allmaras / detail
  214. added compiler suppression -Wno-maybe-uninitialized to BodyForceSolver_*.cpp — allmaras / detail
  215. fixed nightly warnings: possibly uninitialized variables — allmaras / detail
  216. First incorporation of Standard Atmosphere, and altitude dependent Absorption — renat999 / detail
  217. Saving first draft of polar coordinates, axisym changes — cwomack / detail
  218. raypath code for multi-layer atmospheres; functions of both z and s — allmaras / detail
  219. Mathematica file for unit tests of raypath code for standard atmosphere — allmaras / detail
  220. some compilers need #include <vector> — allmaras / detail
  221. increased tolerances on raypath tests — allmaras / detail
  222. Support 2D CG periodic solutions. Add 2D RotorSource calculations. — galbramc / detail
  223. Fix for 2D CG periodic in parallel — galbramc / detail
  224. Fix ArcCamber angle definition. Allow both positive and negative angles — galbramc / detail
  225. Fix FieldLib library order — galbramc / detail
  226. Standard Atmosphere RayPathS and absorption added — renat999 / detail
  227. Allow constrained body force solves in 2D — galbramc / detail
  228. Fix tankap for 2D. Add rhofn to RotorSource output. Fix link errors. — galbramc / detail
  229. Fix 2D RotorSource tecplot dump — galbramc / detail
  230. Put back rotor source tan(kappa) — galbramc / detail
  231. Fix tecplot dump for 2D body forces to use PASSIVEVARLIST. Get FlowTan body foces working in 2D. — galbramc / detail
  232. Forgot a file — galbramc / detail
  233. Correction to asymmetric Pt inflow BC — galbramc / detail
  234. Fix typo — galbramc / detail
  235. One more bug fix — galbramc / detail
  236. Compile fix — galbramc / detail
  237. Fixed compiler errors — galbramc / detail
  238. A few jenkins fixes — galbramc / detail
  239. Warning and link fixes — galbramc / detail
  240. More link error fixes — galbramc / detail
  241. Fix includes — galbramc / detail
  242. Fix some link errors — galbramc / detail
  243. Not sure what I fixed... — galbramc / detail
  244. Add placeholder HUMOR meshing interface — galbramc / detail
  245. Fixes for last commit — galbramc / detail
  246. More seacas guards — galbramc / detail
  247. One more seacas protection — galbramc / detail
  248. Add one seacas dependency — galbramc / detail
  249. Fixed test cases and unified results — cwomack / detail
  250. Fixed vera errors — cwomack / detail
  251. Added to vera exclusions — cwomack / detail
  252. Add unsteady to BodyForces — galbramc / detail
  253. Sending DG changes to Steve — cwomack / detail
  254. Add missing updated RK examples. Update history output for unsteady BodyForce — galbramc / detail
  255. added Axes templates for missing DG error estimates; added instantiations for axisymmetric DG — allmaras / detail
  256. Invert eigen vector scaling for exodus files — galbramc / detail
  257. Pad zeros in body force file names — galbramc / detail
  258. Fix compile error — galbramc / detail
  259. additional Axes mods and axisymmetric/polar instantations needed for 'make check' — allmaras / detail
  260. Compile fixes and corrections to Exodus file write — galbramc / detail
  261. Forgot a file — galbramc / detail
  262. Fix call to HUMOR — galbramc / detail
  263. Exodus reader fix — galbramc / detail
  264. Missed a file — galbramc / detail
  265. More humor options — galbramc / detail
  266. Fix typo — galbramc / detail
  267. Pushing code, missing defaulted Axes — cwomack / detail
  268. Add KarypisLab tar scripts — galbramc / detail
  269. added Axes templates into VMSD error estimates — allmaras / detail
  270. Update KarypisLab tar scripts — galbramc / detail
  271. 1st draft polar adaptation — cwomack / detail
  272. Fix normal mach output for 2D — galbramc / detail
  273. Runge Kutta updates — galbramc / detail
  274. Minor fixes — galbramc / detail
  275. Switch to BDF — galbramc / detail
  276. Fix missing instantiation — galbramc / detail
  277. Add omega to constrained solver outputs — galbramc / detail
  278. Use CFL based time stepping for BDF — galbramc / detail
  279. Don't return results when constrained solver fails — galbramc / detail
  280. Fix cylindrical pressure probe output — galbramc / detail
  281. Fix typo — galbramc / detail
  282. Add fluent format documentation — galbramc / detail
  283. Fix pressure probe output one more time — galbramc / detail
  284. Changes to polar normal vector — cwomack / detail
  285. Add pressure output for rotor source — galbramc / detail
  286. Test mods — cwomack / detail
  287. first step towards a variable Prt model — waligura / detail
  288. Changes for Steve — cwomack / detail
  289. fixed polar coordinates integration bug; changed all ElementXField definitions for jacobianDeterminant, — allmaras / detail
  290. Blend equations for FlowTan — galbramc / detail
  291. Add more RotorSource 3D dumps. Default double precision for tecplot dumps. — galbramc / detail
  292. Add dp/deta to delta dump — galbramc / detail
  293. Fix compile errors — galbramc / detail
  294. Add cylindrical relative velocity components — galbramc / detail
  295. Fix line search unit tests — galbramc / detail
  296. fixed polar-coordinates differential length and area functions, along with — allmaras / detail
  297. Saving polar changes — cwomack / detail
  298. Add tolerane to valid x-range for 2D rotor outputs — galbramc / detail
  299. Fix vector size for DeltaRef dump — galbramc / detail
  300. polar bug fix: volume() -> volumePhysical() & area() -> areaPhysical() — allmaras / detail
  301. made *sansDifferential and *Mesh integrations consistent (i.e. the same as — allmaras / detail
  302. many changes to variable types to incorporate a variable conductivity with Prt — waligura / detail
  303. incorporated 1/r into theta derivative for polar in evalBasisGradient (which — allmaras / detail
  304. modified polar Hessian to correctly include 1st derivatives and 1/r terms — allmaras / detail
  305. Saving changes — cwomack / detail
  306. Update tecplot dump for flowTan body force. Allow getting EGADS model from pyton for BodyForces/ — galbramc / detail
  307. Fix fn dump in deltaRef — galbramc / detail
  308. solving for s ahead of time — renat999 / detail
  309. Fix compilere warning and guard against divide by zero — galbramc / detail
  310. Change flowTan model at bounds. Fix deltaRef dump. — galbramc / detail
  311. Update unit tests — galbramc / detail
  312. Reverse sign of tan(kappa) for Peters body force term — galbramc / detail
  313. Dump out delta and kappa in deg for body forces — galbramc / detail
  314. Polar modifications — cwomack / detail
  315. added missing template — ursachi / detail
  316. added 2D flatplate test case (includes WM) — ursachi / detail
  317. Expose fsig in RotorFlowTan python arguments. Add env args to valgrind execution. — galbramc / detail
  318. Remove Ntheta scaling from FlowTan force — galbramc / detail
  319. Change scaling on normal force back to 1/r — galbramc / detail
  320. Fix cmake warning — galbramc / detail
  321. Add kShock to body force interface and change flowTan viscous model again — galbramc / detail
  322. Add missing kShock — galbramc / detail
  323. Polar bug fixes — cwomack / detail
  324. Fixed link errors — cwomack / detail
  325. working modification of PDERANS with a new Prt datatype defined with surreals. This build does not have the correct contructor formulation for PDERANSSA though — waligura / detail
  326. Change Rotor Rot/Rel outputs to specify rotor and position — galbramc / detail
  327. Sandbox polar changes — cwomack / detail
  328. sandbox changes — cwomack / detail
  329. Fixed vera errors — cwomack / detail
  330. Added annulus grids — cwomack / detail
  331. Sanbox changes — cwomack / detail
  332. Sandbox changes — cwomack / detail
  333. sandbox — cwomack / detail
  334. Add TECIO support. Fix compiler warnings. Fix projection from Hierachical to Lagrange in 2D. — galbramc / detail
  335. sandbox — cwomack / detail
  336. sandbox — cwomack / detail
  337. sandbox — cwomack / detail
  338. sandbox — cwomack / detail
  339. sandbox — cwomack / detail
  340. sandbox — cwomack / detail
  341. isandbox — cwomack / detail
  342. sandbox — cwomack / detail
  343. dbl — cwomack / detail
  344. dbl — cwomack / detail
  345. sandbox — cwomack / detail
  346. sandbox — cwomack / detail
  347. sandbox — cwomack / detail
  348. sandbox — cwomack / detail
  349. sandbox — cwomack / detail
  350. sandbox — cwomack / detail
  351. sandbox — cwomack / detail
  352. sandbox — cwomack / detail
  353. sandbox — cwomack / detail
  354. sandbox — cwomack / detail
  355. sandbox — cwomack / detail
  356. sandbox — cwomack / detail
  357. sandbox — cwomack / detail
  358. Fix warning and tecplot file write — galbramc / detail
  359. sandbox — cwomack / detail
  360. sandbxo — cwomack / detail
  361. sandbxo — cwomack / detail
  362. Allows solving for Back Pressure with Body Forces. TECIO fixes. — galbramc / detail
  363. Output solved back pressure for body force constrained solver. Fix compile error. — galbramc / detail
  364. Add missing instantiation — galbramc / detail
  365. sandbox changes — cwomack / detail
  366. sandbox and tecplot changes — cwomack / detail
  367. fixed bugs — cwomack / detail
  368. adjusted tolerancw — cwomack / detail
  369. PDEsansBOOM2D all effects included. Still some details in Unit tests — renat999 / detail
  370. Implemented the QType for the AFT 2014 Transition model — sag6096 / detail
  371. sandbox — cwomack / detail
  372. stashing changes now as a backup since the NN functionality is almost online — waligura / detail
  373. Fix parallel Metric file write. Don't revert to a lienar mesh if local patch construction fails. — galbramc / detail
  374. Working Prt NN Modification with no derivatives — waligura / detail
  375. sandbox changes — cwomack / detail
  376. sandbox — cwomack / detail
  377. merging branches — cwomack / detail
  378. Added polar instantiations — cwomack / detail
  379. Added WM BC for AV — ursachi / detail
  380. Added lrochery@mit.edu to DeveloperEmailAddresses — lrochery / detail
  381. Added the AFT transition model and subsequent — sag6096 / detail
  382. Reverted tecplot changes — cwomack / detail
  383. Even more generalized asymmetric fourier functions. Fix NormalVelocity flux. Add parallel force to BodyForce tecplot dump. — galbramc / detail
  384. Fix compile error — galbramc / detail
  385. Fixes for optimizing body force asym normals — galbramc / detail
  386. Fixed lingering warnings and hard-coded H12 term. — sag6096 / detail
  387. Smoother AFT model — galbramc / detail
  388. Add wall search stress output for RANS AFT flatplate — galbramc / detail
  389. Fix asym gradient calculation — galbramc / detail
  390. Fixed vera errors — cwomack / detail
  391. Added avro to FP cases — sag6096 / detail
  392. Fixed vera error — cwomack / detail
  393. Fix template errors — galbramc / detail
  394. Vera changes, new advective flux BC — cwomack / detail
  395. Fixed all lingering warnings — sag6096 / detail
  396. *ACTUALLY* got rid of all lingering warnings. — sag6096 / detail
  397. NormalField unit test fix and fix RotorSource interior force dump. — galbramc / detail
  398. One more compile fix — galbramc / detail
  399. Allow removing body force radial normal component — galbramc / detail
  400. Fixes — cwomack / detail
  401. added explicit instantiations of output_Tecplot for grid only for both — allmaras / detail
  402. Change to area averaged NormalVelocity for RotorSource — galbramc / detail
  403. try 2: explicit instantitations for grid-only output_Tecplot — allmaras / detail
  404. Fixed jenkins issues — cwomack / detail
  405. Missed a file — galbramc / detail
  406. Added albornoz@mit.edu to DeveloperEmailAddresses — albornoz / detail
  407. Fix for Unit output — galbramc / detail
  408. More fixes for unit calculation — galbramc / detail
  409. Added ejwllms@mit.edu to DeveloperEmailAddresses — ejwllms / detail
  410. Fixed unit test errors — cwomack / detail
  411. Fix compile error — galbramc / detail
  412. Changed warning — cwomack / detail
  413. Changed warnings — cwomack / detail
  414. All effects (except wind) implementation for sansBOOM2D with unit tests — renat999 / detail
  415. Removed CMakeCache.txt and correct indentation in Absorption.h — renat999 / detail
  416. Removed sansBOOM from directory list in src/pde/CMakeLists.txt — renat999 / detail
  417. Removed test/unit/pde/sansBOOM — renat999 / detail
  418. All the missing unit test for sansBOOM2D directory — renat999 / detail
  419. Removed test/unit/pde/sansBOOM for the directory list in CMakeLists.txt — renat999 / detail
  420. Untracked last files realted to sansBOOM — renat999 / detail
  421. Added asmedina@mit.edu to DeveloperEmailAddresses — asmedina / detail
  422. Added dgoba@mit.edu to DeveloperEmailAddresses — dgoba / detail
  423. Added new Ptrip term to source(iSA) for AFT model — sag6096 / detail
  424. Fixed missing bracket — sag6096 / detail
  425. Fixed issue with power function — sag6096 / detail
  426. added check on clang compiler for #pragma's on boost special functions include — allmaras / detail
  427. changed #ifdef from __clang_analyzer__ to __clang__ for warning suppression on boost Bessel function — allmaras / detail
  428. Update tar scripts for parmetis — galbramc / detail
  429. Adding support for an advection-diffusion-reaction (ADR) solver — darmofal / detail
  430. Fix email — albornoz / detail
  431. Added sansBOOM directories again. The toy code for sansBOOM2D with VMSDBR2 is also present — renat999 / detail
  432. Fixing merge conflicts — renat999 / detail
  433. Added CMakeLists.txt in sansBOOM directories — renat999 / detail
  434. New working Prt model with derivatives implemented: still need to implement throughout PDERANSSA — waligura / detail
  435. Working version of Prt modeling with Duan implemented Neural Network (small). Still does not run because of solver issues though — waligura / detail
  436. removed all instantiations for 1D Polar; these were all previously commented out — allmaras / detail
  437. eliminated depricated #else branch for FIX_POLAR_BUG and FIXED_POLAR_GRADIENT; — allmaras / detail
  438. fixed nightly build squawks — allmaras / detail
  439. Make sure ccache script has execute permissions — galbramc / detail
  440. Changes to test case for supersonic run — waligura / detail
  441. Brenner fixes — waligura / detail
  442. Commiting to pull in the cluster. src/pde/OutputCell_SolutionErrorL2.h hacked to make 0 the srnos — renat999 / detail
  443. fixed nightly build squawks — allmaras / detail
  444. oops, bug fix for latest edit — allmaras / detail
  445. Toy codes to test DGBR2 and VMSDBR2 with analytical traveling wave — renat999 / detail
  446. Working Prt NN model implementation with 11 input variables and R^2 around 60%. The jacobian and gradient of the model are implemented as well, but nothing has been tested yet — waligura / detail
  447. other things needed to run — waligura / detail
  448. Compiled DistanceFunctionGradient, and add DistanceFunctionHessian. — galbramc / detail
  449. Added option for both AFT2014 and AFT2017 — sag6096 / detail
  450. fix for test case with importing from command line — waligura / detail
  451. "fixed" — waligura / detail
  452. fixing commit — waligura / detail
  453. fixing commit 2 — waligura / detail
  454. fixing commit 3 — waligura / detail
  455. fix 4 — waligura / detail
  456. Added smoothmax to smoothmath.h — sag6096 / detail
  457. Fix DistanceFunction Grad/Hess. Revive DistanceFunction tests. Add AFT2017. Refactor SA trip source for AFT. — galbramc / detail
  458. Supersonic working DuanS version — waligura / detail
  459. renamed wall model BC — ursachi / detail
  460. added isothermal WM BC — ursachi / detail
  461. made chit0 naming consistent — ursachi / detail
  462. forgot to add file for WM BC — ursachi / detail
  463. fixed variable type — ursachi / detail
  464. changes to the scaling in dataTransform to more accurately scale the simulation inputs. change made on super — waligura / detail
  465. Commit before reinstalling SANS — renat999 / detail
  466. Added in some of the blasius BC as well as AFT2019 — sag6096 / detail
  467. Fix ghost dof for broken CG fields — galbramc / detail
  468. Add actuator disk model. Fix tecplot CG dump for broken CG fields. — galbramc / detail
  469. Fix jacobianSource for AFT — galbramc / detail
  470. Fix compile error — galbramc / detail
  471. Missed instantiation — galbramc / detail
  472. Warning fixes — galbramc / detail
  473. Add avro guard — galbramc / detail
  474. Vera and warning fixes — galbramc / detail
  475. Fix compile error. Add linear offset to actuator disk psi_ts curve. — galbramc / detail
  476. Fix typo — galbramc / detail
  477. Fix array out of bound and sort keys for body force and actuator disk history files. — galbramc / detail
  478. Update nodal view for hex — galbramc / detail
  479. Fix actuator disk time integration — galbramc / detail
  480. Add asymmetric Pt to duct solver — galbramc / detail
  481. Fix compile error. Update TecIO build. — galbramc / detail
  482. Enable kt functions for Nozzle BC — galbramc / detail
  483. Fix time advancement for Duct Solver — galbramc / detail
  484. Add RANSSA RotorFlowTan — galbramc / detail
  485. Fixes for setting cn=0 with body forces — galbramc / detail
  486. Fix tests from last commit — galbramc / detail
  487. Added mbottot@mit.edu to DeveloperEmailAddresses — mbottot / detail
  488. Fix for finding numpy, and unit test fix — galbramc / detail
  489. Suppress warning and add missing instantiation — galbramc / detail
  490. Vera fix. More warning suppressions and timeout fixes — galbramc / detail
  491. Updated actuator disk model — galbramc / detail
  492. Forgot a file — galbramc / detail
  493. Getting some references working right so the unit tests run again. Getting ready to finalize the Prt unit test as well — waligura / detail
  494. Actuator disk fix — galbramc / detail
  495. Added tonyryu@mit.edu to DeveloperEmailAddresses — tonyryu / detail
  496. changing tolerances for unit tests for M1 Mac — tonyryu / detail
  497. Add NLF transition case — galbramc / detail
  498. Prt Model with working unnit test on Prt prediction — waligura / detail
  499. Change to IntelLLV as default for Intel compiler. — galbramc / detail
  500. Working Prt NN model with correct unit tests and deriviative implementation — waligura / detail
  501. Add scale factor for CompressiblePower calculation — galbramc / detail
  502. Cleaned up files for develop merge — waligura / detail
  503. Brought back all of the changes that I did not mean to make (I hope) — waligura / detail
  504. Relax tolerances for IntelLLVM — galbramc / detail
  505. Update RANSAFT NLF — galbramc / detail
  506. Additional changes to Prt modeling to fix nondimesional test case and also make adjustments on NeuralNetClosure — waligura / detail
  507. Write out PV for body forces — galbramc / detail
  508. IntelLLVM fix for TetGen — galbramc / detail
  509. Relax tolerances for Intel LLVM — galbramc / detail
  510. Enable dump of bodyforce RANS solutions — galbramc / detail
  511. Fix for last commit — galbramc / detail
  512. Added hnilsen@mit.edu to DeveloperEmailAddresses — hnilsen / detail
  513. Use PI insteady of M_PI for Surreal — galbramc / detail
  514. Update HUMOR interface — galbramc / detail
  515. Fix rotor source szplt output — galbramc / detail
  516. Vera fixes and don't use MPI TECIO — galbramc / detail
  517. Add PSig to body force dump — galbramc / detail
  518. Fix TECIO write of CG fields — galbramc / detail
  519. Fix PSig dump — galbramc / detail
  520. Fixed proper flow conditions for NLF-0416 — sag6096 / detail
  521. Guard against looking for rt library on MSYS — galbramc / detail
  522. Allow using PSig in Pprop calculation — galbramc / detail
  523. Fix last commit — galbramc / detail
  524. Default PV/PSig scale to 1 — galbramc / detail
  525. Updates to AFT PDE — galbramc / detail
  526. More cleanup of AFT PDE — galbramc / detail
  527. Try smoother distnace function gradient — galbramc / detail
  528. Fix last commit — galbramc / detail
  529. Refactor CG tecplot file writes, again... — galbramc / detail
  530. commit before update — waligura / detail
  531. Add derivatives for smoothmaxC2 and min — galbramc / detail
  532. Another try to push NN Prt changes to see the issues with the compiliers — waligura / detail
  533. Vera issues fixed — waligura / detail
  534. Add smoothabs0_tanh. Remove many defaults and clarify units for smoothmath — galbramc / detail
  535. Add smoothabs0_tanh_eps — galbramc / detail
  536. Fix array out-of-bounds in unit test — galbramc / detail
  537. Vera fixes (for real) — waligura / detail
  538. Fall back on LogEuclidian average when affine average fails — galbramc / detail
  539. Fix smooth math update — galbramc / detail
  540. Fixes to formatting and cmakeList. Still seeing a weird issue with boundary conditions not being recognized even though changes were not around there — waligura / detail
  541. Add L2 projection of drV/dn for AFT model. — galbramc / detail
  542. Add one more check for AFT — galbramc / detail
  543. Add missing instantiation — galbramc / detail
  544. Tell cppcheck to use boost.cfg — galbramc / detail
  545. Update AFT BC test — galbramc / detail
  546. Fixes to matmul, reformatting on readNN, and a mistaken change to a BC file — waligura / detail
  547. Fix to the lone vera and added some other matmul options — waligura / detail
  548. All working make check now, with some unit test issues — waligura / detail
  549. Fix tecplot dump of interior trace CG fields. Add all bodies to debug_blade for body forces — galbramc / detail
  550. Added 2D nozzle toy code — tonyryu / detail
  551. PDERANS updates — waligura / detail
  552. important PDE changes to investigate with diff — waligura / detail
  553. pushes to take away Prt from wall modeling input — waligura / detail
  554. small navier stokes fixes — waligura / detail
  555. changes to thermal conductivity to be more consistent with SA-neg — waligura / detail
  556. Add stator pressure rise for an actuator disk stage — galbramc / detail
  557. Fix stator actuator disk — galbramc / detail
  558. adding 1D channel flow for wall-model RANS analysis — allmaras / detail
  559. Update HUMOR interface with separate input/output file names — mbottot / detail
  560. Fix trailing whitespace in HUMOR interface update — mbottot / detail
  561. changes to PDERANS unit tests — waligura / detail
  562. Fixing the warnings for the final time — waligura / detail
  563. Upgrade to TecIO 2023r1m1 — galbramc / detail
  564. Relax tolerance — galbramc / detail
  565. Add latest boost versions — galbramc / detail
  566. Fixed Local Solves for VMSDBR2 — renat999 / detail
  567. Small pointwise fix — galbramc / detail
  568. adding nondimensional nozzle toy case — tonyryu / detail
  569. Fix parallel ugrid write — galbramc / detail
  570. Format5ing fix — galbramc / detail
  571. Actualy set iterative refinement for MKL_PARDISO — galbramc / detail
  572. Cleaning up some of the excess on files and adding a unit test for the NN calc — waligura / detail
  573. Getting rid of bogus include — waligura / detail
  574. Trying another small commit because I am not sure the last one was my fault — waligura / detail
  575. Fix sign on JetDissipation — galbramc / detail
  576. Add VectorVectorVectorVector example — galbramc / detail
  577. Add Ptdw output for body force — galbramc / detail
  578. extended exact WM solution to chi in [0, 1) — allmaras / detail
  579. Commit before updating — renat999 / detail
  580. Fixed issues in make check — renat999 / detail
  581. Fixed Jenkins errors (v1) — renat999 / detail
  582. Quick fix to previous commit — renat999 / detail
  583. Fixed Jenkins errors (v2) — renat999 / detail
  584. Fixed Jenkins errors (v3) — renat999 / detail
  585. Fixed Jenkins errors (v4) — renat999 / detail
  586. Fixed Jenkins errors (v5) — renat999 / detail
  587. Fixed Jenkins errors (v6) — renat999 / detail
  588. Fixed Jenkins errors (v7) — renat999 / detail
  589. Fixed Jenkins errors (v8) — renat999 / detail
  590. Fixed Jenkins errors (v9) — renat999 / detail
  591. Started working on PDE base classes and consistent error estimate — renat999 / detail
  592. Fix some tar scripts — galbramc / detail
  593. Add tar script for petsc — galbramc / detail
  594. Look for generic petcs.tgz to build PETSc — galbramc / detail
  595. added constrained solver for centerline velocity and equilibrium wall model — allmaras / detail
  596. code clean-up; no change in functionality — allmaras / detail
  597. added access functions needed for globally constrained solver — allmaras / detail
  598. added valid-state check for global parameters; new function is virtual but — allmaras / detail
  599. instantiations needed for globally constrained system for N=2 PDE and 2 global — allmaras / detail
  600. new volume integrand for augmenting PDE residuals via global parameters terms — allmaras / detail
  601. line-length squawks & missing instantitations for 1D globally constrained channel flow — allmaras / detail
  602. fixed possible uninitialized variable — allmaras / detail
  603. Fix UnionJack so it works with avro — galbramc / detail
  604. Unstaged src/pde/sansPDEBase2D.h — renat999 / detail
  605. Added unit test for src/pde/sansPDEBase.h — renat999 / detail
  606. Update avro_tar script to get submodules — galbramc / detail
  607. Fixed compiler error — renat999 / detail
  608. Update tar for avro to include submodules — galbramc / detail
  609. Remove debug print statements — galbramc / detail
  610. Add Nozzle BC to body force — galbramc / detail
  611. better initial guess for pressure gradient and solution profile — allmaras / detail
  612. fixed uninitialized variable squawk (athough it'll never happen) — allmaras / detail
  613. Update Copyright dates to 2013-2024 — galbramc / detail
  614. Somehow missed on file — galbramc / detail
  615. Use new accelerate lapack on macOS — galbramc / detail
  616. Script updates for viggen — galbramc / detail
  617. One more copyright date fix — galbramc / detail
  618. Add linear nozzle coefficient ramp — galbramc / detail
  619. Add more suitesparse search paths. Add Nozzle outflow BC unit test. — galbramc / detail
  620. Check for unsteady with BDF and RK. — galbramc / detail
  621. Restore time step in BDF — galbramc / detail
  622. Cleanup AFT — galbramc / detail
  623. Fix array out of bounds — galbramc / detail
  624. Remove unused variable — galbramc / detail
  625. Fix finding suitesparse includes — galbramc / detail
  626. Fix compile error — galbramc / detail
  627. committing some changes as of Feb.8 — tonyryu / detail
  628. Add missing mpi communictor includes — galbramc / detail
  629. Add ParameterVectorS for static sized python arrays — galbramc / detail
  630. Missed a file — galbramc / detail
  631. Suppress warning — galbramc / detail
  632. Started refactoring Scalar Functions during SANS meeting — renat999 / detail
  633. Suppress duplicate library link warning on macOS — galbramc / detail
  634. Fix for python2 — galbramc / detail
  635. first round of adjoint fixes — tonyryu / detail
  636. Commiting progress on Function.h — renat999 / detail
  637. Forgot ScalarFunction.h — renat999 / detail
  638. Finished implementation of Function.h. Compiler errors are present — renat999 / detail
  639. Add radial variation in fsig for FlowTan body force — galbramc / detail
  640. Allow solving for Nozzle Coefficient — galbramc / detail
  641. Fix typo — galbramc / detail
  642. Unit test — renat999 / detail
  643. March1_2024 — tonyryu / detail
  644. Fix body force optimization — galbramc / detail
  645. Add unsteady body force pertubation — galbramc / detail
  646. Forgot checkInputs — galbramc / detail
  647. Fix compile error — galbramc / detail
  648. One more compile error — galbramc / detail
  649. One more fix — galbramc / detail
  650. Add temporal ramp for rotor pertubation — galbramc / detail
  651. Fix compile error — galbramc / detail
  652. Allow turning off body force pertubation time ramp — galbramc / detail
  653. One more fix — galbramc / detail
  654. One more fix — galbramc / detail
  655. More body force fixes — galbramc / detail
  656. Update unit test — galbramc / detail
  657. Adjoints refactoring to standardize naming conventions for enriched adjoint, adjoint, and delta adjoint. — tonyryu / detail
  658. Fix for body force optimization — galbramc / detail
  659. Fix last commit — galbramc / detail
  660. tried to fix line length exceeding 150 characters. — tonyryu / detail
  661. One more fix — galbramc / detail
  662. additional lines exceeding 150 characters. — tonyryu / detail
  663. removed explicit #define SANS_AVRO which was including XField_avro.h — tonyryu / detail
  664. Try constrained solver first for body force optimization — galbramc / detail
  665. Fix last commit — galbramc / detail
  666. wrapped params.Mesher.avro in if USE_AVRO SANS_AVRO and addressed line length error — tonyryu / detail
  667. fixed accidental unterminated #if statement — tonyryu / detail
  668. adding back the tmp files that were accidentally deleted as well as the .gitignore files in them — tonyryu / detail
  669. fixed copyright dates for SolverInterface_discretizations — tonyryu / detail
  670. Fixed warning for unused variables in Nozzle_nondim and Nozzle.cpp — tonyryu / detail
  671. Fix up instantiation for ScalarFunction_Linear — galbramc / detail
  672. Add length 4 ParameterVectorS — galbramc / detail
  673. Redefining adjoint as order p in SolutionData. Introduced projected_adjoint, which is p+1 projection of order p adjoint in SolutionData_VMSD_BR2.h, then renamed the variables in the SolverInterface_VMSD_BR2.h and the unit tests accordingly. — tonyryu / detail
  674. deleted SANS_refactor_test directory which had some savefiles from a test run to check the results. Renamed projected_adjoint to prolonged_adjoint in the solutiondata as well as the corresponding solverinterface and unit tests. — tonyryu / detail
  675. Check for no_warn_dup_lib on macOS — galbramc / detail
  676. One more try — galbramc / detail
  677. Try yet again — galbramc / detail
  678. Silly mistake — galbramc / detail
  679. Initial add of element enrichment capabilities — mbottot / detail
  680. Enable structured grids for ducted body force analysis. Possibly improve distance function calculation time. — galbramc / detail
  681. got rid of getAdjField(), got rid of sol_.prolonged_adjoint, and changed all the corresponding unit tests and toy codes that use these calls. — tonyryu / detail
  682. Passing (but incomplete) unit test for linear ScalarFunction — mbottot / detail
  683. Some fixes for last commit — galbramc / detail
  684. Update unit test — galbramc / detail
  685. Add boundary output groups for structured body forces — galbramc / detail
  686. Fix RefCoord solver — galbramc / detail
  687. Fix rotor source pertubation — galbramc / detail
  688. Finally get rotating pertubation periodicity correct — galbramc / detail
  689. Fix warnings — galbramc / detail
  690. addressing line is longer than 150 characters error — tonyryu / detail
  691. formatting lines over 150 characters — tonyryu / detail
  692. another line is longer than 150 characters message — tonyryu / detail
  693. Also add 2D L2Project multiscale adaptation toy code — mbottot / detail
  694. Fix new toy code so that it also compiles without refine and add reconstruction option — mbottot / detail
  695. Fix missing space for vera and relax error tolerance for clang — mbottot / detail
  696. forgot to add the ScalarFunction.h in the previous commit. Added ScalarFucntion_Pow() in place for ScalarFunction_Monomial. Still need to add unit test for this. — tonyryu / detail
  697. Fix blade rotation for body forces — galbramc / detail
  698. Fix for last commit — galbramc / detail
  699. Fix sensitvity for last commit — galbramc / detail
  700. one more try — galbramc / detail
  701. Forgot files — galbramc / detail
  702. Also update blade thickenss rotation — galbramc / detail
  703. Add a debug surface mesh when AFLR3 fails. — galbramc / detail
  704. Continued ScalarFunction refactoring. — renat999 / detail
  705. Use fabs for rotor losses — galbramc / detail
  706. Upgrade to ESP 1.24. Now minimum required version. — galbramc / detail
  707. Fixes for ESP 1.24. Remove fabs from rotor source losses. — galbramc / detail
  708. Forgot one file — galbramc / detail
  709. Added ND const and Gaussian ScalarFunctions — dashwsd / detail
  710. Quick fix before pushing — renat999 / detail
  711. fixed formatting Function1D — dashwsd / detail
  712. Trying to run a case with R and T ML models on super — waligura / detail
  713. Add Surreal instantiations for LDLT — galbramc / detail
  714. ML Test Case Initialized — waligura / detail
  715. changing the tolerance to get one test to pass on supercloud intel build — waligura / detail
  716. Fix pressure probes — galbramc / detail
  717. Fix compile error — galbramc / detail
  718. Add missing include — galbramc / detail
  719. Update pattern — galbramc / detail
  720. Updates to support panel+HSM coupling — galbramc / detail
  721. Forgot a file — galbramc / detail
  722. Parallel fix — galbramc / detail
  723. Create XField_tess. Cleanup restartFreq for BodyForce — galbramc / detail
  724. Fix typo — galbramc / detail
  725. Fix for not using restartFreq in body force solver — galbramc / detail
  726. Make HalvingLineSearch default — galbramc / detail
  727. Fix compile error — galbramc / detail
  728. Some output_Tecplot cleanup — galbramc / detail

#1617 (May 2, 2024, 6:59:57 AM)

  1. Forgot a file — galbramc / detail
  2. PDERANSSA3D and unit test changes for Catris model implementation from Andrew — waligura / detail
  3. changes to PDERANS3D with turbulence model implementation updates — waligura / detail
  4. actual commit for PDERANS3D that incorporates all merges — waligura / detail
  5. Another parmetis build fix — galbramc / detail
  6. Update cmake summary file — galbramc / detail
  7. Finally maybe — galbramc / detail
  8. vera changes to the PDE and constructor changes to test cases — waligura / detail
  9. Print absolute and relative PETSc tolerance — galbramc / detail
  10. Add fPIC when building GKlib — galbramc / detail
  11. More cmake fixes — galbramc / detail
  12. Remove message — galbramc / detail
  13. Maybe finally got it right... — galbramc / detail
  14. changed backsolve to not modify RHS (b) — ursachi / detail
  15. small commit to test jenkins again — waligura / detail
  16. Slightly prettier formatting for PETSc history — galbramc / detail
  17. Add metis to refine libraries — galbramc / detail
  18. Navier Stokes test case I'm having trouble with — waligura / detail
  19. made WM a turbulence model option (instead of adding an input to the — ursachi / detail
  20. Added adjoint DBL to scalar function — cwomack / detail
  21. Fixed unit test tolerance issue — cwomack / detail
  22. Lowered DBL unit test tolerance — cwomack / detail
  23. Changed BOOST_CHECK to SANS_CHECK — cwomack / detail
  24. supersonic case update — waligura / detail
  25. Added renat999@mit.edu to DeveloperEmailAddresses — renat999 / detail
  26. Axes template for DG interior and boundary traces — allmaras / detail
  27. Axes template for XField_CellToTrace — allmaras / detail
  28. Add fourier modes for asymmetric rotor body forces — galbramc / detail
  29. Forgot a file — galbramc / detail
  30. Update test — galbramc / detail
  31. sansBOOM mods for AV jump sensor — darmofal / detail
  32. Fixes for Ubuntu 22.04. Compiler flags for IntelLLVM and relaxed tolerances. — galbramc / detail
  33. Fix permissions — galbramc / detail
  34. Intel and gnu12 fixes — galbramc / detail
  35. Add missing instantiations — galbramc / detail
  36. More link error fixes — galbramc / detail
  37. One more missing instantiation — galbramc / detail
  38. Relax tolerance for intel — galbramc / detail
  39. Put calculateStroudQuadrature in SANS namespace — galbramc / detail
  40. Refactor non-symmetric body forces — galbramc / detail
  41. Compile fix — galbramc / detail
  42. Vera fix — galbramc / detail
  43. Fix warning and ping test — galbramc / detail
  44. Adjusting finite difference — galbramc / detail
  45. Smaller step size — galbramc / detail
  46. new changes to PDERANS3D to include jacobian fixes — waligura / detail
  47. small vera mistake I missed — waligura / detail
  48. Upgrade to ESP 1.20 — galbramc / detail
  49. Fix warning — galbramc / detail
  50. sansLIPAIM python fixes — galbramc / detail
  51. Fixed the unit test for zero species — renat999 / detail
  52. Fix geometry construction — galbramc / detail
  53. More ESP updates — galbramc / detail
  54. Spatial implementation of sansBOOM created as sansBOOM2D — darmofal / detail
  55. More egads fixes — galbramc / detail
  56. Add WallSlip BC for 3D RANSSA — galbramc / detail
  57. Fix last commit — galbramc / detail
  58. Fix array bounds error — galbramc / detail
  59. Added test cases for Nspecies=1. Still a bug. — renat999 / detail
  60. Added test cases for Nspecies=1. Still a bug. — renat999 / detail
  61. Add PtPolynomials to 3D PtTt BC — galbramc / detail
  62. Fix compile error — galbramc / detail
  63. Update input checks for total pressure profile — galbramc / detail
  64. added tests for remainder of block 2x2 jacobians: d(PDE)/d(qp), d(PDEp)/d(q), d(PDEp)/d(qp) — allmaras / detail
  65. templated Axes for UnitGrids XField2D_Box_UnionJack_Triangle_X1, XField2D_CubicSourceBump_Xq, — allmaras / detail
  66. Fix rotor source asymmetric normal vectors — galbramc / detail
  67. Fix last commit — galbramc / detail
  68. Fixed sansBOOM SpaceTime1D with multiple species. — renat999 / detail
  69. Add legacy VTK and Exodus metric files — galbramc / detail
  70. VTK fixes — galbramc / detail
  71. Fixed Body Force solver sensitvity — galbramc / detail
  72. Warning fixes — galbramc / detail
  73. fixed vera errors: long line — shunz / detail
  74. fixed vera errors: long line — shunz / detail
  75. updated include paths — shunz / detail
  76. updated include paths — shunz / detail
  77. removed outdated sandbox case — shunz / detail
  78. updated usage of 3D quad sheet grid's interior trace group count — shunz / detail
  79. updated pyrite files. relaxed pyrite tolerance. fixed IO file/path names — shunz / detail
  80. turned off file output — shunz / detail
  81. PDEsansBOOM2D.h updates — darmofal / detail
  82. relaxed tolerance for intel — shunz / detail
  83. relaxed tolerance again for intel — shunz / detail
  84. Remove depricated sprintf — galbramc / detail
  85. Add cirumfirential body force — galbramc / detail
  86. Use system valgrind — galbramc / detail
  87. Fix warning — galbramc / detail
  88. Derivative calculation fixes for asymmetric body forces — galbramc / detail
  89. Suppress sanitizer odr violations. Add the ability for ugrid reader to — galbramc / detail
  90. CMake file fix — galbramc / detail
  91. Forgot to update files. Some cppcheck fixes. — galbramc / detail
  92. added wall model for 3D — ursachi / detail
  93. added missing template arguments — ursachi / detail
  94. Update 2D SA_R to latest deffinition on TMR — galbramc / detail
  95. Fix abs with fabs — galbramc / detail
  96. added a missing const — ursachi / detail
  97. raised tolerance slightly for test — ursachi / detail
  98. More robust normal field for rotor source — galbramc / detail
  99. Update MultiScale for latest refine. Replace vsprintf with vsnprintf. — galbramc / detail
  100. Working sansBOOM2D with unit tests for the PDE — renat999 / detail
  101. Update rotor source ping test — galbramc / detail
  102. Refactor and simplified NormalField to use axial and raidal instead of cartesian coordinates — galbramc / detail
  103. Minor fixes — galbramc / detail
  104. Write out unconverged_surf.dat for BodyFroce RANS calculations. — galbramc / detail
  105. Add manual body force magnitude specification — galbramc / detail
  106. Change deltaRef to forceMag in normal field dump — galbramc / detail
  107. Forgot to update some python inputs — galbramc / detail
  108. DGBR2/DGBR4 low-level modification integrated. — cfrontin / detail
  109. templateized DiscretizationDGBR2 implemented, working on one test case. — cfrontin / detail
  110. test/sandbox cases updated with templateized DGBR — cfrontin / detail
  111. unit test brute force replacement — cfrontin / detail
  112. unit test fixes ; make unit working — cfrontin / detail
  113. initialized variables to zero to fix compiler warnings — ursachi / detail
  114. Add new asymmetric forces to optimizer. Fix RotorForce tecplot dump. — galbramc / detail
  115. system test update dgbr2 templatizaiton — cfrontin / detail
  116. fixed weird type mismatch in adapt3d_DGBR2_ranssa_HCH_toy.cpp — cfrontin / detail
  117. test case changes to update — waligura / detail
  118. sandbox case add 2 — waligura / detail
  119. changes before Ben switch — waligura / detail
  120. think it should pass now. — cfrontin / detail
  121. Try to capture discontinuities for Rotor source teclot output — galbramc / detail
  122. Fix typo — galbramc / detail
  123. Added Area + Atmos. variations to sansBOOM2D — renat999 / detail
  124. Fixes to previous commit — renat999 / detail
  125. sansBOOM2D directories — renat999 / detail
  126. cleaned up files — ursachi / detail
  127. added wall function BC for 3D — ursachi / detail
  128. Blasius + polar coordinate test problems and functions — cwomack / detail
  129. added instantitations containing Axes template for XField2D_Box_UnionJack_Triangle_X1 — allmaras / detail
  130. explicitly added Axes to all apply<> and check<> calls; this is needed because — allmaras / detail
  131. added Axes template parameters — allmaras / detail
  132. Axisymmetric instantiations — allmaras / detail
  133. mods needed for extending global constraints to boundary terms and systems — allmaras / detail
  134. mods to artificial viscosity sensor PDE needed for Axisymmetric — allmaras / detail
  135. added dump of solution (x from Ax = b) for UMFPACK — allmaras / detail
  136. modified halving linesearch diagnostics to dump out full solution change — allmaras / detail
  137. added constant CFL number option to PTC — allmaras / detail
  138. added function to return vector of base altitudes for all layers in atmosphere — allmaras / detail
  139. proper spelling for Blohkinzev (previously had the h & k swapped) — allmaras / detail
  140. turned off some print statements — allmaras / detail
  141. added Reflect BC; bug fixes and code clean-up — allmaras / detail
  142. continued development of axisymmetric test cases; addition of Brenner and SBR perturbation PDEs; — allmaras / detail
  143. code clean-up — allmaras / detail
  144. added sans-differential integration (e.g. without r for axisymmetric); needed — allmaras / detail
  145. fixed merge conflicts — allmaras / detail
  146. fixed vera line length squawks — allmaras / detail
  147. relaxed tolerances on tests — allmaras / detail
  148. missed an apply<> template — allmaras / detail
  149. added a template parameter to AlgebraicEquationSet_GloballyConstrained_PTC — allmaras / detail
  150. vera squawk — allmaras / detail
  151. int -> size_t in for loops — allmaras / detail
  152. removed axisymmetric SBR and TP1 test cases for now — allmaras / detail
  153. removed unused variable from test — allmaras / detail
  154. over-wrote a dump pattern file — allmaras / detail
  155. unused typedef removed — allmaras / detail
  156. missing dump pattern file — allmaras / detail
  157. relaxed test tolerance (for intel...) — allmaras / detail
  158. added jacobianFluxViscous to axisymmetric NS; unit tested — allmaras / detail
  159. updated augmented interface to use Dirichlet/Neumann form — allmaras / detail
  160. added option to evaluate Glasby tau without source term contribution — allmaras / detail
  161. added an explicit Axes typedef to all PDE and Output classes; NDConvert now — allmaras / detail
  162. axisymmetric NS function diffusionViscousGradient coded and unit tested — allmaras / detail
  163. added/corrected axisymmetric NS jacobianSource term with unit tests — allmaras / detail
  164. Addition of updated mathematica testing notebooks for PDERANS2D tests — waligura / detail
  165. Add camber surface dump — galbramc / detail
  166. Suppress Boost new version warnings in CMake — galbramc / detail
  167. added Axes template to XField1D mesher — allmaras / detail
  168. Axes fixes and instantiations needed for 1D axisymmetric solve — allmaras / detail
  169. added linear temperature option of noslip-isothermal BC; added new solution — allmaras / detail
  170. added solution function for stagnant flow with linear-in-z temperature (and constant pressure); — allmaras / detail
  171. Added folders — renat999 / detail
  172. Added files — renat999 / detail
  173. Add body force normal and pallel forces to deltaRef tecplot dump — galbramc / detail
  174. Fixed sansBOOM to be up to date with the master br — renat999 / detail
  175. Fixed vera errors — cwomack / detail
  176. Fixed errors, added template argument — cwomack / detail
  177. fixed templating error — cwomack / detail
  178. Changed test suite name — cwomack / detail
  179. Removed unused variable — cwomack / detail
  180. Update SuiteSparse build. Relax some testing tolerances. — galbramc / detail
  181. Fixes for exodus file IO — galbramc / detail
  182. Standardized DBL cases, added unit test for annulus — cwomack / detail
  183. Use step matrix FrobNorm minimization for implied metric optimization. — galbramc / detail
  184. updated Tecplot output for VMSDBR2 to be consistent with boundary flux — ursachi / detail
  185. forgot to include updated cmakelist with previous commit — ursachi / detail
  186. forgot to actually commit the Tecplot output file — ursachi / detail
  187. Added axisymmetric DBL — cwomack / detail
  188. changed variable name to nt to be consistent with rest of code — ursachi / detail
  189. Add fluent reader to support Pointwise generated meshes for RotorSource — galbramc / detail
  190. Forgot updated partitioning files — galbramc / detail
  191. One more missing file — galbramc / detail
  192. Added sag6096@psu.edu to DeveloperEmailAddresses — sag6096 / detail
  193. added gradients for specified velocity for no-slip, isothermal BC — allmaras / detail
  194. Forgot one more file — galbramc / detail
  195. Add another file to COTIRE_IGNORE — galbramc / detail
  196. Fix group numbering on older gcc versions for Fluent reader — galbramc / detail
  197. added Axes template to meshers, error estimates, local problems, adaptation — allmaras / detail
  198. 1D and 2D axisymmetric instantiations for meshers, error estimates, local problems, adaptation — allmaras / detail
  199. added Axes template to CostModel_LogEuclidean; also modified integration — allmaras / detail
  200. Expose SA Flavours for Rotor Source calculations — galbramc / detail
  201. missed a couple files with added Axes templates — allmaras / detail
  202. Removed annulus unit test while fixing bug — cwomack / detail
  203. Removed unused variables — cwomack / detail
  204. Loosened tolerance on one test — cwomack / detail
  205. Galerkin strong-form BC implementation classes renamed to be consistent with file name — allmaras / detail
  206. Add pressure gradient terms to RotorSource — galbramc / detail
  207. Relax tolerance — galbramc / detail
  208. consistent interface in augmented integrand for both Dirichlet and Neumann constraints — allmaras / detail
  209. added option for SUPG with source term for test-function operator; — allmaras / detail
  210. added option to add both q-gradient and qp-gradient into lifted gradient; — allmaras / detail
  211. added code for integration without the differential multiplier (e.g. r in Axisymmetric); — allmaras / detail
  212. Added sag6096@mit.edu to DeveloperEmailAddresses — sag6096 / detail
  213. fixed merge conflicts — allmaras / detail
  214. vera line-length squawks — allmaras / detail
  215. added missing Axes in refine and related instantiations — allmaras / detail
  216. fixed vera squawk — allmaras / detail
  217. Add RotorSource flow tangency model — galbramc / detail
  218. Fix for intel compiler — galbramc / detail
  219. Remove redundtant email — galbramc / detail
  220. Adjust ping test — galbramc / detail
  221. Add clVariableType. Fix sourceJacobianAbs for RotorFlowTan. — galbramc / detail
  222. added compiler warning suppression for Ping_Euler_RotorSource_btest.cpp — allmaras / detail
  223. added compiler suppression -Wno-maybe-uninitialized to BodyForceSolver_*.cpp — allmaras / detail
  224. fixed nightly warnings: possibly uninitialized variables — allmaras / detail
  225. First incorporation of Standard Atmosphere, and altitude dependent Absorption — renat999 / detail
  226. Saving first draft of polar coordinates, axisym changes — cwomack / detail
  227. raypath code for multi-layer atmospheres; functions of both z and s — allmaras / detail
  228. Mathematica file for unit tests of raypath code for standard atmosphere — allmaras / detail
  229. some compilers need #include <vector> — allmaras / detail
  230. increased tolerances on raypath tests — allmaras / detail
  231. Support 2D CG periodic solutions. Add 2D RotorSource calculations. — galbramc / detail
  232. Fix for 2D CG periodic in parallel — galbramc / detail
  233. Fix ArcCamber angle definition. Allow both positive and negative angles — galbramc / detail
  234. Fix FieldLib library order — galbramc / detail
  235. Standard Atmosphere RayPathS and absorption added — renat999 / detail
  236. Allow constrained body force solves in 2D — galbramc / detail
  237. Fix tankap for 2D. Add rhofn to RotorSource output. Fix link errors. — galbramc / detail
  238. Fix 2D RotorSource tecplot dump — galbramc / detail
  239. Put back rotor source tan(kappa) — galbramc / detail
  240. Fix tecplot dump for 2D body forces to use PASSIVEVARLIST. Get FlowTan body foces working in 2D. — galbramc / detail
  241. Forgot a file — galbramc / detail
  242. Correction to asymmetric Pt inflow BC — galbramc / detail
  243. Fix typo — galbramc / detail
  244. One more bug fix — galbramc / detail
  245. Compile fix — galbramc / detail
  246. Fixed compiler errors — galbramc / detail
  247. A few jenkins fixes — galbramc / detail
  248. Warning and link fixes — galbramc / detail
  249. More link error fixes — galbramc / detail
  250. Fix includes — galbramc / detail
  251. Fix some link errors — galbramc / detail
  252. Not sure what I fixed... — galbramc / detail
  253. Add placeholder HUMOR meshing interface — galbramc / detail
  254. Fixes for last commit — galbramc / detail
  255. More seacas guards — galbramc / detail
  256. One more seacas protection — galbramc / detail
  257. Add one seacas dependency — galbramc / detail
  258. Fixed test cases and unified results — cwomack / detail
  259. Fixed vera errors — cwomack / detail
  260. Added to vera exclusions — cwomack / detail
  261. Add unsteady to BodyForces — galbramc / detail
  262. Sending DG changes to Steve — cwomack / detail
  263. Add missing updated RK examples. Update history output for unsteady BodyForce — galbramc / detail
  264. added Axes templates for missing DG error estimates; added instantiations for axisymmetric DG — allmaras / detail
  265. Invert eigen vector scaling for exodus files — galbramc / detail
  266. Pad zeros in body force file names — galbramc / detail
  267. Fix compile error — galbramc / detail
  268. additional Axes mods and axisymmetric/polar instantations needed for 'make check' — allmaras / detail
  269. Compile fixes and corrections to Exodus file write — galbramc / detail
  270. Forgot a file — galbramc / detail
  271. Fix call to HUMOR — galbramc / detail
  272. Exodus reader fix — galbramc / detail
  273. Missed a file — galbramc / detail
  274. More humor options — galbramc / detail
  275. Fix typo — galbramc / detail
  276. Pushing code, missing defaulted Axes — cwomack / detail
  277. Add KarypisLab tar scripts — galbramc / detail
  278. added Axes templates into VMSD error estimates — allmaras / detail
  279. Update KarypisLab tar scripts — galbramc / detail
  280. 1st draft polar adaptation — cwomack / detail
  281. Fix normal mach output for 2D — galbramc / detail
  282. Runge Kutta updates — galbramc / detail
  283. Minor fixes — galbramc / detail
  284. Switch to BDF — galbramc / detail
  285. Fix missing instantiation — galbramc / detail
  286. Add omega to constrained solver outputs — galbramc / detail
  287. Use CFL based time stepping for BDF — galbramc / detail
  288. Don't return results when constrained solver fails — galbramc / detail
  289. Fix cylindrical pressure probe output — galbramc / detail
  290. Fix typo — galbramc / detail
  291. Add fluent format documentation — galbramc / detail
  292. Fix pressure probe output one more time — galbramc / detail
  293. Changes to polar normal vector — cwomack / detail
  294. Add pressure output for rotor source — galbramc / detail
  295. Test mods — cwomack / detail
  296. first step towards a variable Prt model — waligura / detail
  297. Changes for Steve — cwomack / detail
  298. fixed polar coordinates integration bug; changed all ElementXField definitions for jacobianDeterminant, — allmaras / detail
  299. Blend equations for FlowTan — galbramc / detail
  300. Add more RotorSource 3D dumps. Default double precision for tecplot dumps. — galbramc / detail
  301. Add dp/deta to delta dump — galbramc / detail
  302. Fix compile errors — galbramc / detail
  303. Add cylindrical relative velocity components — galbramc / detail
  304. Fix line search unit tests — galbramc / detail
  305. fixed polar-coordinates differential length and area functions, along with — allmaras / detail
  306. Saving polar changes — cwomack / detail
  307. Add tolerane to valid x-range for 2D rotor outputs — galbramc / detail
  308. Fix vector size for DeltaRef dump — galbramc / detail
  309. polar bug fix: volume() -> volumePhysical() & area() -> areaPhysical() — allmaras / detail
  310. made *sansDifferential and *Mesh integrations consistent (i.e. the same as — allmaras / detail
  311. many changes to variable types to incorporate a variable conductivity with Prt — waligura / detail
  312. incorporated 1/r into theta derivative for polar in evalBasisGradient (which — allmaras / detail
  313. modified polar Hessian to correctly include 1st derivatives and 1/r terms — allmaras / detail
  314. Saving changes — cwomack / detail
  315. Update tecplot dump for flowTan body force. Allow getting EGADS model from pyton for BodyForces/ — galbramc / detail
  316. Fix fn dump in deltaRef — galbramc / detail
  317. solving for s ahead of time — renat999 / detail
  318. Fix compilere warning and guard against divide by zero — galbramc / detail
  319. Change flowTan model at bounds. Fix deltaRef dump. — galbramc / detail
  320. Update unit tests — galbramc / detail
  321. Reverse sign of tan(kappa) for Peters body force term — galbramc / detail
  322. Dump out delta and kappa in deg for body forces — galbramc / detail
  323. Polar modifications — cwomack / detail
  324. added missing template — ursachi / detail
  325. added 2D flatplate test case (includes WM) — ursachi / detail
  326. Expose fsig in RotorFlowTan python arguments. Add env args to valgrind execution. — galbramc / detail
  327. Remove Ntheta scaling from FlowTan force — galbramc / detail
  328. Change scaling on normal force back to 1/r — galbramc / detail
  329. Fix cmake warning — galbramc / detail
  330. Add kShock to body force interface and change flowTan viscous model again — galbramc / detail
  331. Add missing kShock — galbramc / detail
  332. Polar bug fixes — cwomack / detail
  333. Fixed link errors — cwomack / detail
  334. working modification of PDERANS with a new Prt datatype defined with surreals. This build does not have the correct contructor formulation for PDERANSSA though — waligura / detail
  335. Change Rotor Rot/Rel outputs to specify rotor and position — galbramc / detail
  336. Sandbox polar changes — cwomack / detail
  337. sandbox changes — cwomack / detail
  338. Fixed vera errors — cwomack / detail
  339. Added annulus grids — cwomack / detail
  340. Sanbox changes — cwomack / detail
  341. Sandbox changes — cwomack / detail
  342. sandbox — cwomack / detail
  343. Add TECIO support. Fix compiler warnings. Fix projection from Hierachical to Lagrange in 2D. — galbramc / detail
  344. sandbox — cwomack / detail
  345. sandbox — cwomack / detail
  346. sandbox — cwomack / detail
  347. sandbox — cwomack / detail
  348. sandbox — cwomack / detail
  349. sandbox — cwomack / detail
  350. isandbox — cwomack / detail
  351. sandbox — cwomack / detail
  352. dbl — cwomack / detail
  353. dbl — cwomack / detail
  354. sandbox — cwomack / detail
  355. sandbox — cwomack / detail
  356. sandbox — cwomack / detail
  357. sandbox — cwomack / detail
  358. sandbox — cwomack / detail
  359. sandbox — cwomack / detail
  360. sandbox — cwomack / detail
  361. sandbox — cwomack / detail
  362. sandbox — cwomack / detail
  363. sandbox — cwomack / detail
  364. sandbox — cwomack / detail
  365. sandbox — cwomack / detail
  366. sandbox — cwomack / detail
  367. Fix warning and tecplot file write — galbramc / detail
  368. sandbox — cwomack / detail
  369. sandbxo — cwomack / detail
  370. sandbxo — cwomack / detail
  371. Allows solving for Back Pressure with Body Forces. TECIO fixes. — galbramc / detail
  372. Output solved back pressure for body force constrained solver. Fix compile error. — galbramc / detail
  373. Add missing instantiation — galbramc / detail
  374. sandbox changes — cwomack / detail
  375. sandbox and tecplot changes — cwomack / detail
  376. fixed bugs — cwomack / detail
  377. adjusted tolerancw — cwomack / detail
  378. PDEsansBOOM2D all effects included. Still some details in Unit tests — renat999 / detail
  379. Implemented the QType for the AFT 2014 Transition model — sag6096 / detail
  380. sandbox — cwomack / detail
  381. stashing changes now as a backup since the NN functionality is almost online — waligura / detail
  382. Fix parallel Metric file write. Don't revert to a lienar mesh if local patch construction fails. — galbramc / detail
  383. Working Prt NN Modification with no derivatives — waligura / detail
  384. sandbox changes — cwomack / detail
  385. sandbox — cwomack / detail
  386. merging branches — cwomack / detail
  387. Added polar instantiations — cwomack / detail
  388. Added WM BC for AV — ursachi / detail
  389. Added lrochery@mit.edu to DeveloperEmailAddresses — lrochery / detail
  390. Added the AFT transition model and subsequent — sag6096 / detail
  391. Reverted tecplot changes — cwomack / detail
  392. Even more generalized asymmetric fourier functions. Fix NormalVelocity flux. Add parallel force to BodyForce tecplot dump. — galbramc / detail
  393. Fix compile error — galbramc / detail
  394. Fixes for optimizing body force asym normals — galbramc / detail
  395. Fixed lingering warnings and hard-coded H12 term. — sag6096 / detail
  396. Smoother AFT model — galbramc / detail
  397. Add wall search stress output for RANS AFT flatplate — galbramc / detail
  398. Fix asym gradient calculation — galbramc / detail
  399. Fixed vera errors — cwomack / detail
  400. Added avro to FP cases — sag6096 / detail
  401. Fixed vera error — cwomack / detail
  402. Fix template errors — galbramc / detail
  403. Vera changes, new advective flux BC — cwomack / detail
  404. Fixed all lingering warnings — sag6096 / detail
  405. *ACTUALLY* got rid of all lingering warnings. — sag6096 / detail
  406. NormalField unit test fix and fix RotorSource interior force dump. — galbramc / detail
  407. One more compile fix — galbramc / detail
  408. Allow removing body force radial normal component — galbramc / detail
  409. Fixes — cwomack / detail
  410. added explicit instantiations of output_Tecplot for grid only for both — allmaras / detail
  411. Change to area averaged NormalVelocity for RotorSource — galbramc / detail
  412. try 2: explicit instantitations for grid-only output_Tecplot — allmaras / detail
  413. Fixed jenkins issues — cwomack / detail
  414. Missed a file — galbramc / detail
  415. Added albornoz@mit.edu to DeveloperEmailAddresses — albornoz / detail
  416. Fix for Unit output — galbramc / detail
  417. More fixes for unit calculation — galbramc / detail
  418. Added ejwllms@mit.edu to DeveloperEmailAddresses — ejwllms / detail
  419. Fixed unit test errors — cwomack / detail
  420. Fix compile error — galbramc / detail
  421. Changed warning — cwomack / detail
  422. Changed warnings — cwomack / detail
  423. All effects (except wind) implementation for sansBOOM2D with unit tests — renat999 / detail
  424. Removed CMakeCache.txt and correct indentation in Absorption.h — renat999 / detail
  425. Removed sansBOOM from directory list in src/pde/CMakeLists.txt — renat999 / detail
  426. Removed test/unit/pde/sansBOOM — renat999 / detail
  427. All the missing unit test for sansBOOM2D directory — renat999 / detail
  428. Removed test/unit/pde/sansBOOM for the directory list in CMakeLists.txt — renat999 / detail
  429. Untracked last files realted to sansBOOM — renat999 / detail
  430. Added asmedina@mit.edu to DeveloperEmailAddresses — asmedina / detail
  431. Added dgoba@mit.edu to DeveloperEmailAddresses — dgoba / detail
  432. Added new Ptrip term to source(iSA) for AFT model — sag6096 / detail
  433. Fixed missing bracket — sag6096 / detail
  434. Fixed issue with power function — sag6096 / detail
  435. added check on clang compiler for #pragma's on boost special functions include — allmaras / detail
  436. changed #ifdef from __clang_analyzer__ to __clang__ for warning suppression on boost Bessel function — allmaras / detail
  437. Update tar scripts for parmetis — galbramc / detail
  438. Adding support for an advection-diffusion-reaction (ADR) solver — darmofal / detail
  439. Fix email — albornoz / detail
  440. Added sansBOOM directories again. The toy code for sansBOOM2D with VMSDBR2 is also present — renat999 / detail
  441. Fixing merge conflicts — renat999 / detail
  442. Added CMakeLists.txt in sansBOOM directories — renat999 / detail
  443. New working Prt model with derivatives implemented: still need to implement throughout PDERANSSA — waligura / detail
  444. Working version of Prt modeling with Duan implemented Neural Network (small). Still does not run because of solver issues though — waligura / detail
  445. removed all instantiations for 1D Polar; these were all previously commented out — allmaras / detail
  446. eliminated depricated #else branch for FIX_POLAR_BUG and FIXED_POLAR_GRADIENT; — allmaras / detail
  447. fixed nightly build squawks — allmaras / detail
  448. Make sure ccache script has execute permissions — galbramc / detail
  449. Changes to test case for supersonic run — waligura / detail
  450. Brenner fixes — waligura / detail
  451. Commiting to pull in the cluster. src/pde/OutputCell_SolutionErrorL2.h hacked to make 0 the srnos — renat999 / detail
  452. fixed nightly build squawks — allmaras / detail
  453. oops, bug fix for latest edit — allmaras / detail
  454. Toy codes to test DGBR2 and VMSDBR2 with analytical traveling wave — renat999 / detail
  455. Working Prt NN model implementation with 11 input variables and R^2 around 60%. The jacobian and gradient of the model are implemented as well, but nothing has been tested yet — waligura / detail
  456. other things needed to run — waligura / detail
  457. Compiled DistanceFunctionGradient, and add DistanceFunctionHessian. — galbramc / detail
  458. Added option for both AFT2014 and AFT2017 — sag6096 / detail
  459. fix for test case with importing from command line — waligura / detail
  460. "fixed" — waligura / detail
  461. fixing commit — waligura / detail
  462. fixing commit 2 — waligura / detail
  463. fixing commit 3 — waligura / detail
  464. fix 4 — waligura / detail
  465. Added smoothmax to smoothmath.h — sag6096 / detail
  466. Fix DistanceFunction Grad/Hess. Revive DistanceFunction tests. Add AFT2017. Refactor SA trip source for AFT. — galbramc / detail
  467. Supersonic working DuanS version — waligura / detail
  468. renamed wall model BC — ursachi / detail
  469. added isothermal WM BC — ursachi / detail
  470. made chit0 naming consistent — ursachi / detail
  471. forgot to add file for WM BC — ursachi / detail
  472. fixed variable type — ursachi / detail
  473. changes to the scaling in dataTransform to more accurately scale the simulation inputs. change made on super — waligura / detail
  474. Commit before reinstalling SANS — renat999 / detail
  475. Added in some of the blasius BC as well as AFT2019 — sag6096 / detail
  476. Fix ghost dof for broken CG fields — galbramc / detail
  477. Add actuator disk model. Fix tecplot CG dump for broken CG fields. — galbramc / detail
  478. Fix jacobianSource for AFT — galbramc / detail
  479. Fix compile error — galbramc / detail
  480. Missed instantiation — galbramc / detail
  481. Warning fixes — galbramc / detail
  482. Add avro guard — galbramc / detail
  483. Vera and warning fixes — galbramc / detail
  484. Fix compile error. Add linear offset to actuator disk psi_ts curve. — galbramc / detail
  485. Fix typo — galbramc / detail
  486. Fix array out of bound and sort keys for body force and actuator disk history files. — galbramc / detail
  487. Update nodal view for hex — galbramc / detail
  488. Fix actuator disk time integration — galbramc / detail
  489. Add asymmetric Pt to duct solver — galbramc / detail
  490. Fix compile error. Update TecIO build. — galbramc / detail
  491. Enable kt functions for Nozzle BC — galbramc / detail
  492. Fix time advancement for Duct Solver — galbramc / detail
  493. Add RANSSA RotorFlowTan — galbramc / detail
  494. Fixes for setting cn=0 with body forces — galbramc / detail
  495. Fix tests from last commit — galbramc / detail
  496. Added mbottot@mit.edu to DeveloperEmailAddresses — mbottot / detail
  497. Fix for finding numpy, and unit test fix — galbramc / detail
  498. Suppress warning and add missing instantiation — galbramc / detail
  499. Vera fix. More warning suppressions and timeout fixes — galbramc / detail
  500. Updated actuator disk model — galbramc / detail
  501. Forgot a file — galbramc / detail
  502. Getting some references working right so the unit tests run again. Getting ready to finalize the Prt unit test as well — waligura / detail
  503. Actuator disk fix — galbramc / detail
  504. Added tonyryu@mit.edu to DeveloperEmailAddresses — tonyryu / detail
  505. changing tolerances for unit tests for M1 Mac — tonyryu / detail
  506. Add NLF transition case — galbramc / detail
  507. Prt Model with working unnit test on Prt prediction — waligura / detail
  508. Change to IntelLLV as default for Intel compiler. — galbramc / detail
  509. Working Prt NN model with correct unit tests and deriviative implementation — waligura / detail
  510. Add scale factor for CompressiblePower calculation — galbramc / detail
  511. Cleaned up files for develop merge — waligura / detail
  512. Brought back all of the changes that I did not mean to make (I hope) — waligura / detail
  513. Relax tolerances for IntelLLVM — galbramc / detail
  514. Update RANSAFT NLF — galbramc / detail
  515. Additional changes to Prt modeling to fix nondimesional test case and also make adjustments on NeuralNetClosure — waligura / detail
  516. Write out PV for body forces — galbramc / detail
  517. IntelLLVM fix for TetGen — galbramc / detail
  518. Relax tolerances for Intel LLVM — galbramc / detail
  519. Enable dump of bodyforce RANS solutions — galbramc / detail
  520. Fix for last commit — galbramc / detail
  521. Added hnilsen@mit.edu to DeveloperEmailAddresses — hnilsen / detail
  522. Use PI insteady of M_PI for Surreal — galbramc / detail
  523. Update HUMOR interface — galbramc / detail
  524. Fix rotor source szplt output — galbramc / detail
  525. Vera fixes and don't use MPI TECIO — galbramc / detail
  526. Add PSig to body force dump — galbramc / detail
  527. Fix TECIO write of CG fields — galbramc / detail
  528. Fix PSig dump — galbramc / detail
  529. Fixed proper flow conditions for NLF-0416 — sag6096 / detail
  530. Guard against looking for rt library on MSYS — galbramc / detail
  531. Allow using PSig in Pprop calculation — galbramc / detail
  532. Fix last commit — galbramc / detail
  533. Default PV/PSig scale to 1 — galbramc / detail
  534. Updates to AFT PDE — galbramc / detail
  535. More cleanup of AFT PDE — galbramc / detail
  536. Try smoother distnace function gradient — galbramc / detail
  537. Fix last commit — galbramc / detail
  538. Refactor CG tecplot file writes, again... — galbramc / detail
  539. commit before update — waligura / detail
  540. Add derivatives for smoothmaxC2 and min — galbramc / detail
  541. Another try to push NN Prt changes to see the issues with the compiliers — waligura / detail
  542. Vera issues fixed — waligura / detail
  543. Add smoothabs0_tanh. Remove many defaults and clarify units for smoothmath — galbramc / detail
  544. Add smoothabs0_tanh_eps — galbramc / detail
  545. Fix array out-of-bounds in unit test — galbramc / detail
  546. Vera fixes (for real) — waligura / detail
  547. Fall back on LogEuclidian average when affine average fails — galbramc / detail
  548. Fix smooth math update — galbramc / detail
  549. Fixes to formatting and cmakeList. Still seeing a weird issue with boundary conditions not being recognized even though changes were not around there — waligura / detail
  550. Add L2 projection of drV/dn for AFT model. — galbramc / detail
  551. Add one more check for AFT — galbramc / detail
  552. Add missing instantiation — galbramc / detail
  553. Tell cppcheck to use boost.cfg — galbramc / detail
  554. Update AFT BC test — galbramc / detail
  555. Fixes to matmul, reformatting on readNN, and a mistaken change to a BC file — waligura / detail
  556. Fix to the lone vera and added some other matmul options — waligura / detail
  557. All working make check now, with some unit test issues — waligura / detail
  558. Fix tecplot dump of interior trace CG fields. Add all bodies to debug_blade for body forces — galbramc / detail
  559. Added 2D nozzle toy code — tonyryu / detail
  560. PDERANS updates — waligura / detail
  561. important PDE changes to investigate with diff — waligura / detail
  562. pushes to take away Prt from wall modeling input — waligura / detail
  563. small navier stokes fixes — waligura / detail
  564. changes to thermal conductivity to be more consistent with SA-neg — waligura / detail
  565. Add stator pressure rise for an actuator disk stage — galbramc / detail
  566. Fix stator actuator disk — galbramc / detail
  567. adding 1D channel flow for wall-model RANS analysis — allmaras / detail
  568. Update HUMOR interface with separate input/output file names — mbottot / detail
  569. Fix trailing whitespace in HUMOR interface update — mbottot / detail
  570. changes to PDERANS unit tests — waligura / detail
  571. Fixing the warnings for the final time — waligura / detail
  572. Upgrade to TecIO 2023r1m1 — galbramc / detail
  573. Relax tolerance — galbramc / detail
  574. Add latest boost versions — galbramc / detail
  575. Fixed Local Solves for VMSDBR2 — renat999 / detail
  576. Small pointwise fix — galbramc / detail
  577. adding nondimensional nozzle toy case — tonyryu / detail
  578. Fix parallel ugrid write — galbramc / detail
  579. Format5ing fix — galbramc / detail
  580. Actualy set iterative refinement for MKL_PARDISO — galbramc / detail
  581. Cleaning up some of the excess on files and adding a unit test for the NN calc — waligura / detail
  582. Getting rid of bogus include — waligura / detail
  583. Trying another small commit because I am not sure the last one was my fault — waligura / detail
  584. Fix sign on JetDissipation — galbramc / detail
  585. Add VectorVectorVectorVector example — galbramc / detail
  586. Add Ptdw output for body force — galbramc / detail
  587. extended exact WM solution to chi in [0, 1) — allmaras / detail
  588. Commit before updating — renat999 / detail
  589. Fixed issues in make check — renat999 / detail
  590. Fixed Jenkins errors (v1) — renat999 / detail
  591. Quick fix to previous commit — renat999 / detail
  592. Fixed Jenkins errors (v2) — renat999 / detail
  593. Fixed Jenkins errors (v3) — renat999 / detail
  594. Fixed Jenkins errors (v4) — renat999 / detail
  595. Fixed Jenkins errors (v5) — renat999 / detail
  596. Fixed Jenkins errors (v6) — renat999 / detail
  597. Fixed Jenkins errors (v7) — renat999 / detail
  598. Fixed Jenkins errors (v8) — renat999 / detail
  599. Fixed Jenkins errors (v9) — renat999 / detail
  600. Started working on PDE base classes and consistent error estimate — renat999 / detail
  601. Fix some tar scripts — galbramc / detail
  602. Add tar script for petsc — galbramc / detail
  603. Look for generic petcs.tgz to build PETSc — galbramc / detail
  604. added constrained solver for centerline velocity and equilibrium wall model — allmaras / detail
  605. code clean-up; no change in functionality — allmaras / detail
  606. added access functions needed for globally constrained solver — allmaras / detail
  607. added valid-state check for global parameters; new function is virtual but — allmaras / detail
  608. instantiations needed for globally constrained system for N=2 PDE and 2 global — allmaras / detail
  609. new volume integrand for augmenting PDE residuals via global parameters terms — allmaras / detail
  610. line-length squawks & missing instantitations for 1D globally constrained channel flow — allmaras / detail
  611. fixed possible uninitialized variable — allmaras / detail
  612. Fix UnionJack so it works with avro — galbramc / detail
  613. Unstaged src/pde/sansPDEBase2D.h — renat999 / detail
  614. Added unit test for src/pde/sansPDEBase.h — renat999 / detail
  615. Update avro_tar script to get submodules — galbramc / detail
  616. Fixed compiler error — renat999 / detail
  617. Update tar for avro to include submodules — galbramc / detail
  618. Remove debug print statements — galbramc / detail
  619. Add Nozzle BC to body force — galbramc / detail
  620. better initial guess for pressure gradient and solution profile — allmaras / detail
  621. fixed uninitialized variable squawk (athough it'll never happen) — allmaras / detail
  622. Update Copyright dates to 2013-2024 — galbramc / detail
  623. Somehow missed on file — galbramc / detail
  624. Use new accelerate lapack on macOS — galbramc / detail
  625. Script updates for viggen — galbramc / detail
  626. One more copyright date fix — galbramc / detail
  627. Add linear nozzle coefficient ramp — galbramc / detail
  628. Add more suitesparse search paths. Add Nozzle outflow BC unit test. — galbramc / detail
  629. Check for unsteady with BDF and RK. — galbramc / detail
  630. Restore time step in BDF — galbramc / detail
  631. Cleanup AFT — galbramc / detail
  632. Fix array out of bounds — galbramc / detail
  633. Remove unused variable — galbramc / detail
  634. Fix finding suitesparse includes — galbramc / detail
  635. Fix compile error — galbramc / detail
  636. committing some changes as of Feb.8 — tonyryu / detail
  637. Add missing mpi communictor includes — galbramc / detail
  638. Add ParameterVectorS for static sized python arrays — galbramc / detail
  639. Missed a file — galbramc / detail
  640. Suppress warning — galbramc / detail
  641. Started refactoring Scalar Functions during SANS meeting — renat999 / detail
  642. Suppress duplicate library link warning on macOS — galbramc / detail
  643. Fix for python2 — galbramc / detail
  644. first round of adjoint fixes — tonyryu / detail
  645. Commiting progress on Function.h — renat999 / detail
  646. Forgot ScalarFunction.h — renat999 / detail
  647. Finished implementation of Function.h. Compiler errors are present — renat999 / detail
  648. Add radial variation in fsig for FlowTan body force — galbramc / detail
  649. Allow solving for Nozzle Coefficient — galbramc / detail
  650. Fix typo — galbramc / detail
  651. Unit test — renat999 / detail
  652. March1_2024 — tonyryu / detail
  653. Fix body force optimization — galbramc / detail
  654. Add unsteady body force pertubation — galbramc / detail
  655. Forgot checkInputs — galbramc / detail
  656. Fix compile error — galbramc / detail
  657. One more compile error — galbramc / detail
  658. One more fix — galbramc / detail
  659. Add temporal ramp for rotor pertubation — galbramc / detail
  660. Fix compile error — galbramc / detail
  661. Allow turning off body force pertubation time ramp — galbramc / detail
  662. One more fix — galbramc / detail
  663. One more fix — galbramc / detail
  664. More body force fixes — galbramc / detail
  665. Update unit test — galbramc / detail
  666. Adjoints refactoring to standardize naming conventions for enriched adjoint, adjoint, and delta adjoint. — tonyryu / detail
  667. Fix for body force optimization — galbramc / detail
  668. Fix last commit — galbramc / detail
  669. tried to fix line length exceeding 150 characters. — tonyryu / detail
  670. One more fix — galbramc / detail
  671. additional lines exceeding 150 characters. — tonyryu / detail
  672. removed explicit #define SANS_AVRO which was including XField_avro.h — tonyryu / detail
  673. Try constrained solver first for body force optimization — galbramc / detail
  674. Fix last commit — galbramc / detail
  675. wrapped params.Mesher.avro in if USE_AVRO SANS_AVRO and addressed line length error — tonyryu / detail
  676. fixed accidental unterminated #if statement — tonyryu / detail
  677. adding back the tmp files that were accidentally deleted as well as the .gitignore files in them — tonyryu / detail
  678. fixed copyright dates for SolverInterface_discretizations — tonyryu / detail
  679. Fixed warning for unused variables in Nozzle_nondim and Nozzle.cpp — tonyryu / detail
  680. Fix up instantiation for ScalarFunction_Linear — galbramc / detail
  681. Add length 4 ParameterVectorS — galbramc / detail
  682. Redefining adjoint as order p in SolutionData. Introduced projected_adjoint, which is p+1 projection of order p adjoint in SolutionData_VMSD_BR2.h, then renamed the variables in the SolverInterface_VMSD_BR2.h and the unit tests accordingly. — tonyryu / detail
  683. deleted SANS_refactor_test directory which had some savefiles from a test run to check the results. Renamed projected_adjoint to prolonged_adjoint in the solutiondata as well as the corresponding solverinterface and unit tests. — tonyryu / detail
  684. Check for no_warn_dup_lib on macOS — galbramc / detail
  685. One more try — galbramc / detail
  686. Try yet again — galbramc / detail
  687. Silly mistake — galbramc / detail
  688. Initial add of element enrichment capabilities — mbottot / detail
  689. Enable structured grids for ducted body force analysis. Possibly improve distance function calculation time. — galbramc / detail
  690. got rid of getAdjField(), got rid of sol_.prolonged_adjoint, and changed all the corresponding unit tests and toy codes that use these calls. — tonyryu / detail
  691. Passing (but incomplete) unit test for linear ScalarFunction — mbottot / detail
  692. Some fixes for last commit — galbramc / detail
  693. Update unit test — galbramc / detail
  694. Add boundary output groups for structured body forces — galbramc / detail
  695. Fix RefCoord solver — galbramc / detail
  696. Fix rotor source pertubation — galbramc / detail
  697. Finally get rotating pertubation periodicity correct — galbramc / detail
  698. Fix warnings — galbramc / detail
  699. addressing line is longer than 150 characters error — tonyryu / detail
  700. formatting lines over 150 characters — tonyryu / detail
  701. another line is longer than 150 characters message — tonyryu / detail
  702. Also add 2D L2Project multiscale adaptation toy code — mbottot / detail
  703. Fix new toy code so that it also compiles without refine and add reconstruction option — mbottot / detail
  704. Fix missing space for vera and relax error tolerance for clang — mbottot / detail
  705. forgot to add the ScalarFunction.h in the previous commit. Added ScalarFucntion_Pow() in place for ScalarFunction_Monomial. Still need to add unit test for this. — tonyryu / detail
  706. Fix blade rotation for body forces — galbramc / detail
  707. Fix for last commit — galbramc / detail
  708. Fix sensitvity for last commit — galbramc / detail
  709. one more try — galbramc / detail
  710. Forgot files — galbramc / detail
  711. Also update blade thickenss rotation — galbramc / detail
  712. Add a debug surface mesh when AFLR3 fails. — galbramc / detail
  713. Continued ScalarFunction refactoring. — renat999 / detail
  714. Use fabs for rotor losses — galbramc / detail
  715. Upgrade to ESP 1.24. Now minimum required version. — galbramc / detail
  716. Fixes for ESP 1.24. Remove fabs from rotor source losses. — galbramc / detail
  717. Forgot one file — galbramc / detail
  718. Added ND const and Gaussian ScalarFunctions — dashwsd / detail
  719. Quick fix before pushing — renat999 / detail
  720. fixed formatting Function1D — dashwsd / detail
  721. Trying to run a case with R and T ML models on super — waligura / detail
  722. Add Surreal instantiations for LDLT — galbramc / detail
  723. ML Test Case Initialized — waligura / detail
  724. changing the tolerance to get one test to pass on supercloud intel build — waligura / detail
  725. Fix pressure probes — galbramc / detail
  726. Fix compile error — galbramc / detail
  727. Add missing include — galbramc / detail
  728. Update pattern — galbramc / detail

#1616 (May 1, 2024, 7:35:55 AM)

  1. Remove restart.meshb from refine — galbramc / detail
  2. Rework metis/parmetis build again — galbramc / detail
  3. Don't build extern libs in parallel — galbramc / detail
  4. Fix intel warning — galbramc / detail
  5. Update GKlib build and suitesparse check — galbramc / detail
  6. Forgot a file — galbramc / detail
  7. PDERANSSA3D and unit test changes for Catris model implementation from Andrew — waligura / detail
  8. changes to PDERANS3D with turbulence model implementation updates — waligura / detail
  9. actual commit for PDERANS3D that incorporates all merges — waligura / detail
  10. Another parmetis build fix — galbramc / detail
  11. Update cmake summary file — galbramc / detail
  12. Finally maybe — galbramc / detail
  13. vera changes to the PDE and constructor changes to test cases — waligura / detail
  14. Print absolute and relative PETSc tolerance — galbramc / detail
  15. Add fPIC when building GKlib — galbramc / detail
  16. More cmake fixes — galbramc / detail
  17. Remove message — galbramc / detail
  18. Maybe finally got it right... — galbramc / detail
  19. changed backsolve to not modify RHS (b) — ursachi / detail
  20. small commit to test jenkins again — waligura / detail
  21. Slightly prettier formatting for PETSc history — galbramc / detail
  22. Add metis to refine libraries — galbramc / detail
  23. Navier Stokes test case I'm having trouble with — waligura / detail
  24. made WM a turbulence model option (instead of adding an input to the — ursachi / detail
  25. Added adjoint DBL to scalar function — cwomack / detail
  26. Fixed unit test tolerance issue — cwomack / detail
  27. Lowered DBL unit test tolerance — cwomack / detail
  28. Changed BOOST_CHECK to SANS_CHECK — cwomack / detail
  29. supersonic case update — waligura / detail
  30. Added renat999@mit.edu to DeveloperEmailAddresses — renat999 / detail
  31. Axes template for DG interior and boundary traces — allmaras / detail
  32. Axes template for XField_CellToTrace — allmaras / detail
  33. Add fourier modes for asymmetric rotor body forces — galbramc / detail
  34. Forgot a file — galbramc / detail
  35. Update test — galbramc / detail
  36. sansBOOM mods for AV jump sensor — darmofal / detail
  37. Fixes for Ubuntu 22.04. Compiler flags for IntelLLVM and relaxed tolerances. — galbramc / detail
  38. Fix permissions — galbramc / detail
  39. Intel and gnu12 fixes — galbramc / detail
  40. Add missing instantiations — galbramc / detail
  41. More link error fixes — galbramc / detail
  42. One more missing instantiation — galbramc / detail
  43. Relax tolerance for intel — galbramc / detail
  44. Put calculateStroudQuadrature in SANS namespace — galbramc / detail
  45. Refactor non-symmetric body forces — galbramc / detail
  46. Compile fix — galbramc / detail
  47. Vera fix — galbramc / detail
  48. Fix warning and ping test — galbramc / detail
  49. Adjusting finite difference — galbramc / detail
  50. Smaller step size — galbramc / detail
  51. new changes to PDERANS3D to include jacobian fixes — waligura / detail
  52. small vera mistake I missed — waligura / detail
  53. Upgrade to ESP 1.20 — galbramc / detail
  54. Fix warning — galbramc / detail
  55. sansLIPAIM python fixes — galbramc / detail
  56. Fixed the unit test for zero species — renat999 / detail
  57. Fix geometry construction — galbramc / detail
  58. More ESP updates — galbramc / detail
  59. Spatial implementation of sansBOOM created as sansBOOM2D — darmofal / detail
  60. More egads fixes — galbramc / detail
  61. Add WallSlip BC for 3D RANSSA — galbramc / detail
  62. Fix last commit — galbramc / detail
  63. Fix array bounds error — galbramc / detail
  64. Added test cases for Nspecies=1. Still a bug. — renat999 / detail
  65. Added test cases for Nspecies=1. Still a bug. — renat999 / detail
  66. Add PtPolynomials to 3D PtTt BC — galbramc / detail
  67. Fix compile error — galbramc / detail
  68. Update input checks for total pressure profile — galbramc / detail
  69. added tests for remainder of block 2x2 jacobians: d(PDE)/d(qp), d(PDEp)/d(q), d(PDEp)/d(qp) — allmaras / detail
  70. templated Axes for UnitGrids XField2D_Box_UnionJack_Triangle_X1, XField2D_CubicSourceBump_Xq, — allmaras / detail
  71. Fix rotor source asymmetric normal vectors — galbramc / detail
  72. Fix last commit — galbramc / detail
  73. Fixed sansBOOM SpaceTime1D with multiple species. — renat999 / detail
  74. Add legacy VTK and Exodus metric files — galbramc / detail
  75. VTK fixes — galbramc / detail
  76. Fixed Body Force solver sensitvity — galbramc / detail
  77. Warning fixes — galbramc / detail
  78. fixed vera errors: long line — shunz / detail
  79. fixed vera errors: long line — shunz / detail
  80. updated include paths — shunz / detail
  81. updated include paths — shunz / detail
  82. removed outdated sandbox case — shunz / detail
  83. updated usage of 3D quad sheet grid's interior trace group count — shunz / detail
  84. updated pyrite files. relaxed pyrite tolerance. fixed IO file/path names — shunz / detail
  85. turned off file output — shunz / detail
  86. PDEsansBOOM2D.h updates — darmofal / detail
  87. relaxed tolerance for intel — shunz / detail
  88. relaxed tolerance again for intel — shunz / detail
  89. Remove depricated sprintf — galbramc / detail
  90. Add cirumfirential body force — galbramc / detail
  91. Use system valgrind — galbramc / detail
  92. Fix warning — galbramc / detail
  93. Derivative calculation fixes for asymmetric body forces — galbramc / detail
  94. Suppress sanitizer odr violations. Add the ability for ugrid reader to — galbramc / detail
  95. CMake file fix — galbramc / detail
  96. Forgot to update files. Some cppcheck fixes. — galbramc / detail
  97. added wall model for 3D — ursachi / detail
  98. added missing template arguments — ursachi / detail
  99. Update 2D SA_R to latest deffinition on TMR — galbramc / detail
  100. Fix abs with fabs — galbramc / detail
  101. added a missing const — ursachi / detail
  102. raised tolerance slightly for test — ursachi / detail
  103. More robust normal field for rotor source — galbramc / detail
  104. Update MultiScale for latest refine. Replace vsprintf with vsnprintf. — galbramc / detail
  105. Working sansBOOM2D with unit tests for the PDE — renat999 / detail
  106. Update rotor source ping test — galbramc / detail
  107. Refactor and simplified NormalField to use axial and raidal instead of cartesian coordinates — galbramc / detail
  108. Minor fixes — galbramc / detail
  109. Write out unconverged_surf.dat for BodyFroce RANS calculations. — galbramc / detail
  110. Add manual body force magnitude specification — galbramc / detail
  111. Change deltaRef to forceMag in normal field dump — galbramc / detail
  112. Forgot to update some python inputs — galbramc / detail
  113. DGBR2/DGBR4 low-level modification integrated. — cfrontin / detail
  114. templateized DiscretizationDGBR2 implemented, working on one test case. — cfrontin / detail
  115. test/sandbox cases updated with templateized DGBR — cfrontin / detail
  116. unit test brute force replacement — cfrontin / detail
  117. unit test fixes ; make unit working — cfrontin / detail
  118. initialized variables to zero to fix compiler warnings — ursachi / detail
  119. Add new asymmetric forces to optimizer. Fix RotorForce tecplot dump. — galbramc / detail
  120. system test update dgbr2 templatizaiton — cfrontin / detail
  121. fixed weird type mismatch in adapt3d_DGBR2_ranssa_HCH_toy.cpp — cfrontin / detail
  122. test case changes to update — waligura / detail
  123. sandbox case add 2 — waligura / detail
  124. changes before Ben switch — waligura / detail
  125. think it should pass now. — cfrontin / detail
  126. Try to capture discontinuities for Rotor source teclot output — galbramc / detail
  127. Fix typo — galbramc / detail
  128. Added Area + Atmos. variations to sansBOOM2D — renat999 / detail
  129. Fixes to previous commit — renat999 / detail
  130. sansBOOM2D directories — renat999 / detail
  131. cleaned up files — ursachi / detail
  132. added wall function BC for 3D — ursachi / detail
  133. Blasius + polar coordinate test problems and functions — cwomack / detail
  134. added instantitations containing Axes template for XField2D_Box_UnionJack_Triangle_X1 — allmaras / detail
  135. explicitly added Axes to all apply<> and check<> calls; this is needed because — allmaras / detail
  136. added Axes template parameters — allmaras / detail
  137. Axisymmetric instantiations — allmaras / detail
  138. mods needed for extending global constraints to boundary terms and systems — allmaras / detail
  139. mods to artificial viscosity sensor PDE needed for Axisymmetric — allmaras / detail
  140. added dump of solution (x from Ax = b) for UMFPACK — allmaras / detail
  141. modified halving linesearch diagnostics to dump out full solution change — allmaras / detail
  142. added constant CFL number option to PTC — allmaras / detail
  143. added function to return vector of base altitudes for all layers in atmosphere — allmaras / detail
  144. proper spelling for Blohkinzev (previously had the h & k swapped) — allmaras / detail
  145. turned off some print statements — allmaras / detail
  146. added Reflect BC; bug fixes and code clean-up — allmaras / detail
  147. continued development of axisymmetric test cases; addition of Brenner and SBR perturbation PDEs; — allmaras / detail
  148. code clean-up — allmaras / detail
  149. added sans-differential integration (e.g. without r for axisymmetric); needed — allmaras / detail
  150. fixed merge conflicts — allmaras / detail
  151. fixed vera line length squawks — allmaras / detail
  152. relaxed tolerances on tests — allmaras / detail
  153. missed an apply<> template — allmaras / detail
  154. added a template parameter to AlgebraicEquationSet_GloballyConstrained_PTC — allmaras / detail
  155. vera squawk — allmaras / detail
  156. int -> size_t in for loops — allmaras / detail
  157. removed axisymmetric SBR and TP1 test cases for now — allmaras / detail
  158. removed unused variable from test — allmaras / detail
  159. over-wrote a dump pattern file — allmaras / detail
  160. unused typedef removed — allmaras / detail
  161. missing dump pattern file — allmaras / detail
  162. relaxed test tolerance (for intel...) — allmaras / detail
  163. added jacobianFluxViscous to axisymmetric NS; unit tested — allmaras / detail
  164. updated augmented interface to use Dirichlet/Neumann form — allmaras / detail
  165. added option to evaluate Glasby tau without source term contribution — allmaras / detail
  166. added an explicit Axes typedef to all PDE and Output classes; NDConvert now — allmaras / detail
  167. axisymmetric NS function diffusionViscousGradient coded and unit tested — allmaras / detail
  168. added/corrected axisymmetric NS jacobianSource term with unit tests — allmaras / detail
  169. Addition of updated mathematica testing notebooks for PDERANS2D tests — waligura / detail
  170. Add camber surface dump — galbramc / detail
  171. Suppress Boost new version warnings in CMake — galbramc / detail
  172. added Axes template to XField1D mesher — allmaras / detail
  173. Axes fixes and instantiations needed for 1D axisymmetric solve — allmaras / detail
  174. added linear temperature option of noslip-isothermal BC; added new solution — allmaras / detail
  175. added solution function for stagnant flow with linear-in-z temperature (and constant pressure); — allmaras / detail
  176. Added folders — renat999 / detail
  177. Added files — renat999 / detail
  178. Add body force normal and pallel forces to deltaRef tecplot dump — galbramc / detail
  179. Fixed sansBOOM to be up to date with the master br — renat999 / detail
  180. Fixed vera errors — cwomack / detail
  181. Fixed errors, added template argument — cwomack / detail
  182. fixed templating error — cwomack / detail
  183. Changed test suite name — cwomack / detail
  184. Removed unused variable — cwomack / detail
  185. Update SuiteSparse build. Relax some testing tolerances. — galbramc / detail
  186. Fixes for exodus file IO — galbramc / detail
  187. Standardized DBL cases, added unit test for annulus — cwomack / detail
  188. Use step matrix FrobNorm minimization for implied metric optimization. — galbramc / detail
  189. updated Tecplot output for VMSDBR2 to be consistent with boundary flux — ursachi / detail
  190. forgot to include updated cmakelist with previous commit — ursachi / detail
  191. forgot to actually commit the Tecplot output file — ursachi / detail
  192. Added axisymmetric DBL — cwomack / detail
  193. changed variable name to nt to be consistent with rest of code — ursachi / detail
  194. Add fluent reader to support Pointwise generated meshes for RotorSource — galbramc / detail
  195. Forgot updated partitioning files — galbramc / detail
  196. One more missing file — galbramc / detail
  197. Added sag6096@psu.edu to DeveloperEmailAddresses — sag6096 / detail
  198. added gradients for specified velocity for no-slip, isothermal BC — allmaras / detail
  199. Forgot one more file — galbramc / detail
  200. Add another file to COTIRE_IGNORE — galbramc / detail
  201. Fix group numbering on older gcc versions for Fluent reader — galbramc / detail
  202. added Axes template to meshers, error estimates, local problems, adaptation — allmaras / detail
  203. 1D and 2D axisymmetric instantiations for meshers, error estimates, local problems, adaptation — allmaras / detail
  204. added Axes template to CostModel_LogEuclidean; also modified integration — allmaras / detail
  205. Expose SA Flavours for Rotor Source calculations — galbramc / detail
  206. missed a couple files with added Axes templates — allmaras / detail
  207. Removed annulus unit test while fixing bug — cwomack / detail
  208. Removed unused variables — cwomack / detail
  209. Loosened tolerance on one test — cwomack / detail
  210. Galerkin strong-form BC implementation classes renamed to be consistent with file name — allmaras / detail
  211. Add pressure gradient terms to RotorSource — galbramc / detail
  212. Relax tolerance — galbramc / detail
  213. consistent interface in augmented integrand for both Dirichlet and Neumann constraints — allmaras / detail
  214. added option for SUPG with source term for test-function operator; — allmaras / detail
  215. added option to add both q-gradient and qp-gradient into lifted gradient; — allmaras / detail
  216. added code for integration without the differential multiplier (e.g. r in Axisymmetric); — allmaras / detail
  217. Added sag6096@mit.edu to DeveloperEmailAddresses — sag6096 / detail
  218. fixed merge conflicts — allmaras / detail
  219. vera line-length squawks — allmaras / detail
  220. added missing Axes in refine and related instantiations — allmaras / detail
  221. fixed vera squawk — allmaras / detail
  222. Add RotorSource flow tangency model — galbramc / detail
  223. Fix for intel compiler — galbramc / detail
  224. Remove redundtant email — galbramc / detail
  225. Adjust ping test — galbramc / detail
  226. Add clVariableType. Fix sourceJacobianAbs for RotorFlowTan. — galbramc / detail
  227. added compiler warning suppression for Ping_Euler_RotorSource_btest.cpp — allmaras / detail
  228. added compiler suppression -Wno-maybe-uninitialized to BodyForceSolver_*.cpp — allmaras / detail
  229. fixed nightly warnings: possibly uninitialized variables — allmaras / detail
  230. First incorporation of Standard Atmosphere, and altitude dependent Absorption — renat999 / detail
  231. Saving first draft of polar coordinates, axisym changes — cwomack / detail
  232. raypath code for multi-layer atmospheres; functions of both z and s — allmaras / detail
  233. Mathematica file for unit tests of raypath code for standard atmosphere — allmaras / detail
  234. some compilers need #include <vector> — allmaras / detail
  235. increased tolerances on raypath tests — allmaras / detail
  236. Support 2D CG periodic solutions. Add 2D RotorSource calculations. — galbramc / detail
  237. Fix for 2D CG periodic in parallel — galbramc / detail
  238. Fix ArcCamber angle definition. Allow both positive and negative angles — galbramc / detail
  239. Fix FieldLib library order — galbramc / detail
  240. Standard Atmosphere RayPathS and absorption added — renat999 / detail
  241. Allow constrained body force solves in 2D — galbramc / detail
  242. Fix tankap for 2D. Add rhofn to RotorSource output. Fix link errors. — galbramc / detail
  243. Fix 2D RotorSource tecplot dump — galbramc / detail
  244. Put back rotor source tan(kappa) — galbramc / detail
  245. Fix tecplot dump for 2D body forces to use PASSIVEVARLIST. Get FlowTan body foces working in 2D. — galbramc / detail
  246. Forgot a file — galbramc / detail
  247. Correction to asymmetric Pt inflow BC — galbramc / detail
  248. Fix typo — galbramc / detail
  249. One more bug fix — galbramc / detail
  250. Compile fix — galbramc / detail
  251. Fixed compiler errors — galbramc / detail
  252. A few jenkins fixes — galbramc / detail
  253. Warning and link fixes — galbramc / detail
  254. More link error fixes — galbramc / detail
  255. Fix includes — galbramc / detail
  256. Fix some link errors — galbramc / detail
  257. Not sure what I fixed... — galbramc / detail
  258. Add placeholder HUMOR meshing interface — galbramc / detail
  259. Fixes for last commit — galbramc / detail
  260. More seacas guards — galbramc / detail
  261. One more seacas protection — galbramc / detail
  262. Add one seacas dependency — galbramc / detail
  263. Fixed test cases and unified results — cwomack / detail
  264. Fixed vera errors — cwomack / detail
  265. Added to vera exclusions — cwomack / detail
  266. Add unsteady to BodyForces — galbramc / detail
  267. Sending DG changes to Steve — cwomack / detail
  268. Add missing updated RK examples. Update history output for unsteady BodyForce — galbramc / detail
  269. added Axes templates for missing DG error estimates; added instantiations for axisymmetric DG — allmaras / detail
  270. Invert eigen vector scaling for exodus files — galbramc / detail
  271. Pad zeros in body force file names — galbramc / detail
  272. Fix compile error — galbramc / detail
  273. additional Axes mods and axisymmetric/polar instantations needed for 'make check' — allmaras / detail
  274. Compile fixes and corrections to Exodus file write — galbramc / detail
  275. Forgot a file — galbramc / detail
  276. Fix call to HUMOR — galbramc / detail
  277. Exodus reader fix — galbramc / detail
  278. Missed a file — galbramc / detail
  279. More humor options — galbramc / detail
  280. Fix typo — galbramc / detail
  281. Pushing code, missing defaulted Axes — cwomack / detail
  282. Add KarypisLab tar scripts — galbramc / detail
  283. added Axes templates into VMSD error estimates — allmaras / detail
  284. Update KarypisLab tar scripts — galbramc / detail
  285. 1st draft polar adaptation — cwomack / detail
  286. Fix normal mach output for 2D — galbramc / detail
  287. Runge Kutta updates — galbramc / detail
  288. Minor fixes — galbramc / detail
  289. Switch to BDF — galbramc / detail
  290. Fix missing instantiation — galbramc / detail
  291. Add omega to constrained solver outputs — galbramc / detail
  292. Use CFL based time stepping for BDF — galbramc / detail
  293. Don't return results when constrained solver fails — galbramc / detail
  294. Fix cylindrical pressure probe output — galbramc / detail
  295. Fix typo — galbramc / detail
  296. Add fluent format documentation — galbramc / detail
  297. Fix pressure probe output one more time — galbramc / detail
  298. Changes to polar normal vector — cwomack / detail
  299. Add pressure output for rotor source — galbramc / detail
  300. Test mods — cwomack / detail
  301. first step towards a variable Prt model — waligura / detail
  302. Changes for Steve — cwomack / detail
  303. fixed polar coordinates integration bug; changed all ElementXField definitions for jacobianDeterminant, — allmaras / detail
  304. Blend equations for FlowTan — galbramc / detail
  305. Add more RotorSource 3D dumps. Default double precision for tecplot dumps. — galbramc / detail
  306. Add dp/deta to delta dump — galbramc / detail
  307. Fix compile errors — galbramc / detail
  308. Add cylindrical relative velocity components — galbramc / detail
  309. Fix line search unit tests — galbramc / detail
  310. fixed polar-coordinates differential length and area functions, along with — allmaras / detail
  311. Saving polar changes — cwomack / detail
  312. Add tolerane to valid x-range for 2D rotor outputs — galbramc / detail
  313. Fix vector size for DeltaRef dump — galbramc / detail
  314. polar bug fix: volume() -> volumePhysical() & area() -> areaPhysical() — allmaras / detail
  315. made *sansDifferential and *Mesh integrations consistent (i.e. the same as — allmaras / detail
  316. many changes to variable types to incorporate a variable conductivity with Prt — waligura / detail
  317. incorporated 1/r into theta derivative for polar in evalBasisGradient (which — allmaras / detail
  318. modified polar Hessian to correctly include 1st derivatives and 1/r terms — allmaras / detail
  319. Saving changes — cwomack / detail
  320. Update tecplot dump for flowTan body force. Allow getting EGADS model from pyton for BodyForces/ — galbramc / detail
  321. Fix fn dump in deltaRef — galbramc / detail
  322. solving for s ahead of time — renat999 / detail
  323. Fix compilere warning and guard against divide by zero — galbramc / detail
  324. Change flowTan model at bounds. Fix deltaRef dump. — galbramc / detail
  325. Update unit tests — galbramc / detail
  326. Reverse sign of tan(kappa) for Peters body force term — galbramc / detail
  327. Dump out delta and kappa in deg for body forces — galbramc / detail
  328. Polar modifications — cwomack / detail
  329. added missing template — ursachi / detail
  330. added 2D flatplate test case (includes WM) — ursachi / detail
  331. Expose fsig in RotorFlowTan python arguments. Add env args to valgrind execution. — galbramc / detail
  332. Remove Ntheta scaling from FlowTan force — galbramc / detail
  333. Change scaling on normal force back to 1/r — galbramc / detail
  334. Fix cmake warning — galbramc / detail
  335. Add kShock to body force interface and change flowTan viscous model again — galbramc / detail
  336. Add missing kShock — galbramc / detail
  337. Polar bug fixes — cwomack / detail
  338. Fixed link errors — cwomack / detail
  339. working modification of PDERANS with a new Prt datatype defined with surreals. This build does not have the correct contructor formulation for PDERANSSA though — waligura / detail
  340. Change Rotor Rot/Rel outputs to specify rotor and position — galbramc / detail
  341. Sandbox polar changes — cwomack / detail
  342. sandbox changes — cwomack / detail
  343. Fixed vera errors — cwomack / detail
  344. Added annulus grids — cwomack / detail
  345. Sanbox changes — cwomack / detail
  346. Sandbox changes — cwomack / detail
  347. sandbox — cwomack / detail
  348. Add TECIO support. Fix compiler warnings. Fix projection from Hierachical to Lagrange in 2D. — galbramc / detail
  349. sandbox — cwomack / detail
  350. sandbox — cwomack / detail
  351. sandbox — cwomack / detail
  352. sandbox — cwomack / detail
  353. sandbox — cwomack / detail
  354. sandbox — cwomack / detail
  355. isandbox — cwomack / detail
  356. sandbox — cwomack / detail
  357. dbl — cwomack / detail
  358. dbl — cwomack / detail
  359. sandbox — cwomack / detail
  360. sandbox — cwomack / detail
  361. sandbox — cwomack / detail
  362. sandbox — cwomack / detail
  363. sandbox — cwomack / detail
  364. sandbox — cwomack / detail
  365. sandbox — cwomack / detail
  366. sandbox — cwomack / detail
  367. sandbox — cwomack / detail
  368. sandbox — cwomack / detail
  369. sandbox — cwomack / detail
  370. sandbox — cwomack / detail
  371. sandbox — cwomack / detail
  372. Fix warning and tecplot file write — galbramc / detail
  373. sandbox — cwomack / detail
  374. sandbxo — cwomack / detail
  375. sandbxo — cwomack / detail
  376. Allows solving for Back Pressure with Body Forces. TECIO fixes. — galbramc / detail
  377. Output solved back pressure for body force constrained solver. Fix compile error. — galbramc / detail
  378. Add missing instantiation — galbramc / detail
  379. sandbox changes — cwomack / detail
  380. sandbox and tecplot changes — cwomack / detail
  381. fixed bugs — cwomack / detail
  382. adjusted tolerancw — cwomack / detail
  383. PDEsansBOOM2D all effects included. Still some details in Unit tests — renat999 / detail
  384. Implemented the QType for the AFT 2014 Transition model — sag6096 / detail
  385. sandbox — cwomack / detail
  386. stashing changes now as a backup since the NN functionality is almost online — waligura / detail
  387. Fix parallel Metric file write. Don't revert to a lienar mesh if local patch construction fails. — galbramc / detail
  388. Working Prt NN Modification with no derivatives — waligura / detail
  389. sandbox changes — cwomack / detail
  390. sandbox — cwomack / detail
  391. merging branches — cwomack / detail
  392. Added polar instantiations — cwomack / detail
  393. Added WM BC for AV — ursachi / detail
  394. Added lrochery@mit.edu to DeveloperEmailAddresses — lrochery / detail
  395. Added the AFT transition model and subsequent — sag6096 / detail
  396. Reverted tecplot changes — cwomack / detail
  397. Even more generalized asymmetric fourier functions. Fix NormalVelocity flux. Add parallel force to BodyForce tecplot dump. — galbramc / detail
  398. Fix compile error — galbramc / detail
  399. Fixes for optimizing body force asym normals — galbramc / detail
  400. Fixed lingering warnings and hard-coded H12 term. — sag6096 / detail
  401. Smoother AFT model — galbramc / detail
  402. Add wall search stress output for RANS AFT flatplate — galbramc / detail
  403. Fix asym gradient calculation — galbramc / detail
  404. Fixed vera errors — cwomack / detail
  405. Added avro to FP cases — sag6096 / detail
  406. Fixed vera error — cwomack / detail
  407. Fix template errors — galbramc / detail
  408. Vera changes, new advective flux BC — cwomack / detail
  409. Fixed all lingering warnings — sag6096 / detail
  410. *ACTUALLY* got rid of all lingering warnings. — sag6096 / detail
  411. NormalField unit test fix and fix RotorSource interior force dump. — galbramc / detail
  412. One more compile fix — galbramc / detail
  413. Allow removing body force radial normal component — galbramc / detail
  414. Fixes — cwomack / detail
  415. added explicit instantiations of output_Tecplot for grid only for both — allmaras / detail
  416. Change to area averaged NormalVelocity for RotorSource — galbramc / detail
  417. try 2: explicit instantitations for grid-only output_Tecplot — allmaras / detail
  418. Fixed jenkins issues — cwomack / detail
  419. Missed a file — galbramc / detail
  420. Added albornoz@mit.edu to DeveloperEmailAddresses — albornoz / detail
  421. Fix for Unit output — galbramc / detail
  422. More fixes for unit calculation — galbramc / detail
  423. Added ejwllms@mit.edu to DeveloperEmailAddresses — ejwllms / detail
  424. Fixed unit test errors — cwomack / detail
  425. Fix compile error — galbramc / detail
  426. Changed warning — cwomack / detail
  427. Changed warnings — cwomack / detail
  428. All effects (except wind) implementation for sansBOOM2D with unit tests — renat999 / detail
  429. Removed CMakeCache.txt and correct indentation in Absorption.h — renat999 / detail
  430. Removed sansBOOM from directory list in src/pde/CMakeLists.txt — renat999 / detail
  431. Removed test/unit/pde/sansBOOM — renat999 / detail
  432. All the missing unit test for sansBOOM2D directory — renat999 / detail
  433. Removed test/unit/pde/sansBOOM for the directory list in CMakeLists.txt — renat999 / detail
  434. Untracked last files realted to sansBOOM — renat999 / detail
  435. Added asmedina@mit.edu to DeveloperEmailAddresses — asmedina / detail
  436. Added dgoba@mit.edu to DeveloperEmailAddresses — dgoba / detail
  437. Added new Ptrip term to source(iSA) for AFT model — sag6096 / detail
  438. Fixed missing bracket — sag6096 / detail
  439. Fixed issue with power function — sag6096 / detail
  440. added check on clang compiler for #pragma's on boost special functions include — allmaras / detail
  441. changed #ifdef from __clang_analyzer__ to __clang__ for warning suppression on boost Bessel function — allmaras / detail
  442. Update tar scripts for parmetis — galbramc / detail
  443. Adding support for an advection-diffusion-reaction (ADR) solver — darmofal / detail
  444. Fix email — albornoz / detail
  445. Added sansBOOM directories again. The toy code for sansBOOM2D with VMSDBR2 is also present — renat999 / detail
  446. Fixing merge conflicts — renat999 / detail
  447. Added CMakeLists.txt in sansBOOM directories — renat999 / detail
  448. New working Prt model with derivatives implemented: still need to implement throughout PDERANSSA — waligura / detail
  449. Working version of Prt modeling with Duan implemented Neural Network (small). Still does not run because of solver issues though — waligura / detail
  450. removed all instantiations for 1D Polar; these were all previously commented out — allmaras / detail
  451. eliminated depricated #else branch for FIX_POLAR_BUG and FIXED_POLAR_GRADIENT; — allmaras / detail
  452. fixed nightly build squawks — allmaras / detail
  453. Make sure ccache script has execute permissions — galbramc / detail
  454. Changes to test case for supersonic run — waligura / detail
  455. Brenner fixes — waligura / detail
  456. Commiting to pull in the cluster. src/pde/OutputCell_SolutionErrorL2.h hacked to make 0 the srnos — renat999 / detail
  457. fixed nightly build squawks — allmaras / detail
  458. oops, bug fix for latest edit — allmaras / detail
  459. Toy codes to test DGBR2 and VMSDBR2 with analytical traveling wave — renat999 / detail
  460. Working Prt NN model implementation with 11 input variables and R^2 around 60%. The jacobian and gradient of the model are implemented as well, but nothing has been tested yet — waligura / detail
  461. other things needed to run — waligura / detail
  462. Compiled DistanceFunctionGradient, and add DistanceFunctionHessian. — galbramc / detail
  463. Added option for both AFT2014 and AFT2017 — sag6096 / detail
  464. fix for test case with importing from command line — waligura / detail
  465. "fixed" — waligura / detail
  466. fixing commit — waligura / detail
  467. fixing commit 2 — waligura / detail
  468. fixing commit 3 — waligura / detail
  469. fix 4 — waligura / detail
  470. Added smoothmax to smoothmath.h — sag6096 / detail
  471. Fix DistanceFunction Grad/Hess. Revive DistanceFunction tests. Add AFT2017. Refactor SA trip source for AFT. — galbramc / detail
  472. Supersonic working DuanS version — waligura / detail
  473. renamed wall model BC — ursachi / detail
  474. added isothermal WM BC — ursachi / detail
  475. made chit0 naming consistent — ursachi / detail
  476. forgot to add file for WM BC — ursachi / detail
  477. fixed variable type — ursachi / detail
  478. changes to the scaling in dataTransform to more accurately scale the simulation inputs. change made on super — waligura / detail
  479. Commit before reinstalling SANS — renat999 / detail
  480. Added in some of the blasius BC as well as AFT2019 — sag6096 / detail
  481. Fix ghost dof for broken CG fields — galbramc / detail
  482. Add actuator disk model. Fix tecplot CG dump for broken CG fields. — galbramc / detail
  483. Fix jacobianSource for AFT — galbramc / detail
  484. Fix compile error — galbramc / detail
  485. Missed instantiation — galbramc / detail
  486. Warning fixes — galbramc / detail
  487. Add avro guard — galbramc / detail
  488. Vera and warning fixes — galbramc / detail
  489. Fix compile error. Add linear offset to actuator disk psi_ts curve. — galbramc / detail
  490. Fix typo — galbramc / detail
  491. Fix array out of bound and sort keys for body force and actuator disk history files. — galbramc / detail
  492. Update nodal view for hex — galbramc / detail
  493. Fix actuator disk time integration — galbramc / detail
  494. Add asymmetric Pt to duct solver — galbramc / detail
  495. Fix compile error. Update TecIO build. — galbramc / detail
  496. Enable kt functions for Nozzle BC — galbramc / detail
  497. Fix time advancement for Duct Solver — galbramc / detail
  498. Add RANSSA RotorFlowTan — galbramc / detail
  499. Fixes for setting cn=0 with body forces — galbramc / detail
  500. Fix tests from last commit — galbramc / detail
  501. Added mbottot@mit.edu to DeveloperEmailAddresses — mbottot / detail
  502. Fix for finding numpy, and unit test fix — galbramc / detail
  503. Suppress warning and add missing instantiation — galbramc / detail
  504. Vera fix. More warning suppressions and timeout fixes — galbramc / detail
  505. Updated actuator disk model — galbramc / detail
  506. Forgot a file — galbramc / detail
  507. Getting some references working right so the unit tests run again. Getting ready to finalize the Prt unit test as well — waligura / detail
  508. Actuator disk fix — galbramc / detail
  509. Added tonyryu@mit.edu to DeveloperEmailAddresses — tonyryu / detail
  510. changing tolerances for unit tests for M1 Mac — tonyryu / detail
  511. Add NLF transition case — galbramc / detail
  512. Prt Model with working unnit test on Prt prediction — waligura / detail
  513. Change to IntelLLV as default for Intel compiler. — galbramc / detail
  514. Working Prt NN model with correct unit tests and deriviative implementation — waligura / detail
  515. Add scale factor for CompressiblePower calculation — galbramc / detail
  516. Cleaned up files for develop merge — waligura / detail
  517. Brought back all of the changes that I did not mean to make (I hope) — waligura / detail
  518. Relax tolerances for IntelLLVM — galbramc / detail
  519. Update RANSAFT NLF — galbramc / detail
  520. Additional changes to Prt modeling to fix nondimesional test case and also make adjustments on NeuralNetClosure — waligura / detail
  521. Write out PV for body forces — galbramc / detail
  522. IntelLLVM fix for TetGen — galbramc / detail
  523. Relax tolerances for Intel LLVM — galbramc / detail
  524. Enable dump of bodyforce RANS solutions — galbramc / detail
  525. Fix for last commit — galbramc / detail
  526. Added hnilsen@mit.edu to DeveloperEmailAddresses — hnilsen / detail
  527. Use PI insteady of M_PI for Surreal — galbramc / detail
  528. Update HUMOR interface — galbramc / detail
  529. Fix rotor source szplt output — galbramc / detail
  530. Vera fixes and don't use MPI TECIO — galbramc / detail
  531. Add PSig to body force dump — galbramc / detail
  532. Fix TECIO write of CG fields — galbramc / detail
  533. Fix PSig dump — galbramc / detail
  534. Fixed proper flow conditions for NLF-0416 — sag6096 / detail
  535. Guard against looking for rt library on MSYS — galbramc / detail
  536. Allow using PSig in Pprop calculation — galbramc / detail
  537. Fix last commit — galbramc / detail
  538. Default PV/PSig scale to 1 — galbramc / detail
  539. Updates to AFT PDE — galbramc / detail
  540. More cleanup of AFT PDE — galbramc / detail
  541. Try smoother distnace function gradient — galbramc / detail
  542. Fix last commit — galbramc / detail
  543. Refactor CG tecplot file writes, again... — galbramc / detail
  544. commit before update — waligura / detail
  545. Add derivatives for smoothmaxC2 and min — galbramc / detail
  546. Another try to push NN Prt changes to see the issues with the compiliers — waligura / detail
  547. Vera issues fixed — waligura / detail
  548. Add smoothabs0_tanh. Remove many defaults and clarify units for smoothmath — galbramc / detail
  549. Add smoothabs0_tanh_eps — galbramc / detail
  550. Fix array out-of-bounds in unit test — galbramc / detail
  551. Vera fixes (for real) — waligura / detail
  552. Fall back on LogEuclidian average when affine average fails — galbramc / detail
  553. Fix smooth math update — galbramc / detail
  554. Fixes to formatting and cmakeList. Still seeing a weird issue with boundary conditions not being recognized even though changes were not around there — waligura / detail
  555. Add L2 projection of drV/dn for AFT model. — galbramc / detail
  556. Add one more check for AFT — galbramc / detail
  557. Add missing instantiation — galbramc / detail
  558. Tell cppcheck to use boost.cfg — galbramc / detail
  559. Update AFT BC test — galbramc / detail
  560. Fixes to matmul, reformatting on readNN, and a mistaken change to a BC file — waligura / detail
  561. Fix to the lone vera and added some other matmul options — waligura / detail
  562. All working make check now, with some unit test issues — waligura / detail
  563. Fix tecplot dump of interior trace CG fields. Add all bodies to debug_blade for body forces — galbramc / detail
  564. Added 2D nozzle toy code — tonyryu / detail
  565. PDERANS updates — waligura / detail
  566. important PDE changes to investigate with diff — waligura / detail
  567. pushes to take away Prt from wall modeling input — waligura / detail
  568. small navier stokes fixes — waligura / detail
  569. changes to thermal conductivity to be more consistent with SA-neg — waligura / detail
  570. Add stator pressure rise for an actuator disk stage — galbramc / detail
  571. Fix stator actuator disk — galbramc / detail
  572. adding 1D channel flow for wall-model RANS analysis — allmaras / detail
  573. Update HUMOR interface with separate input/output file names — mbottot / detail
  574. Fix trailing whitespace in HUMOR interface update — mbottot / detail
  575. changes to PDERANS unit tests — waligura / detail
  576. Fixing the warnings for the final time — waligura / detail
  577. Upgrade to TecIO 2023r1m1 — galbramc / detail
  578. Relax tolerance — galbramc / detail
  579. Add latest boost versions — galbramc / detail
  580. Fixed Local Solves for VMSDBR2 — renat999 / detail
  581. Small pointwise fix — galbramc / detail
  582. adding nondimensional nozzle toy case — tonyryu / detail
  583. Fix parallel ugrid write — galbramc / detail
  584. Format5ing fix — galbramc / detail
  585. Actualy set iterative refinement for MKL_PARDISO — galbramc / detail
  586. Cleaning up some of the excess on files and adding a unit test for the NN calc — waligura / detail
  587. Getting rid of bogus include — waligura / detail
  588. Trying another small commit because I am not sure the last one was my fault — waligura / detail
  589. Fix sign on JetDissipation — galbramc / detail
  590. Add VectorVectorVectorVector example — galbramc / detail
  591. Add Ptdw output for body force — galbramc / detail
  592. extended exact WM solution to chi in [0, 1) — allmaras / detail
  593. Commit before updating — renat999 / detail
  594. Fixed issues in make check — renat999 / detail
  595. Fixed Jenkins errors (v1) — renat999 / detail
  596. Quick fix to previous commit — renat999 / detail
  597. Fixed Jenkins errors (v2) — renat999 / detail
  598. Fixed Jenkins errors (v3) — renat999 / detail
  599. Fixed Jenkins errors (v4) — renat999 / detail
  600. Fixed Jenkins errors (v5) — renat999 / detail
  601. Fixed Jenkins errors (v6) — renat999 / detail
  602. Fixed Jenkins errors (v7) — renat999 / detail
  603. Fixed Jenkins errors (v8) — renat999 / detail
  604. Fixed Jenkins errors (v9) — renat999 / detail
  605. Started working on PDE base classes and consistent error estimate — renat999 / detail
  606. Fix some tar scripts — galbramc / detail
  607. Add tar script for petsc — galbramc / detail
  608. Look for generic petcs.tgz to build PETSc — galbramc / detail
  609. added constrained solver for centerline velocity and equilibrium wall model — allmaras / detail
  610. code clean-up; no change in functionality — allmaras / detail
  611. added access functions needed for globally constrained solver — allmaras / detail
  612. added valid-state check for global parameters; new function is virtual but — allmaras / detail
  613. instantiations needed for globally constrained system for N=2 PDE and 2 global — allmaras / detail
  614. new volume integrand for augmenting PDE residuals via global parameters terms — allmaras / detail
  615. line-length squawks & missing instantitations for 1D globally constrained channel flow — allmaras / detail
  616. fixed possible uninitialized variable — allmaras / detail
  617. Fix UnionJack so it works with avro — galbramc / detail
  618. Unstaged src/pde/sansPDEBase2D.h — renat999 / detail
  619. Added unit test for src/pde/sansPDEBase.h — renat999 / detail
  620. Update avro_tar script to get submodules — galbramc / detail
  621. Fixed compiler error — renat999 / detail
  622. Update tar for avro to include submodules — galbramc / detail
  623. Remove debug print statements — galbramc / detail
  624. Add Nozzle BC to body force — galbramc / detail
  625. better initial guess for pressure gradient and solution profile — allmaras / detail
  626. fixed uninitialized variable squawk (athough it'll never happen) — allmaras / detail
  627. Update Copyright dates to 2013-2024 — galbramc / detail
  628. Somehow missed on file — galbramc / detail
  629. Use new accelerate lapack on macOS — galbramc / detail
  630. Script updates for viggen — galbramc / detail
  631. One more copyright date fix — galbramc / detail
  632. Add linear nozzle coefficient ramp — galbramc / detail
  633. Add more suitesparse search paths. Add Nozzle outflow BC unit test. — galbramc / detail
  634. Check for unsteady with BDF and RK. — galbramc / detail
  635. Restore time step in BDF — galbramc / detail
  636. Cleanup AFT — galbramc / detail
  637. Fix array out of bounds — galbramc / detail
  638. Remove unused variable — galbramc / detail
  639. Fix finding suitesparse includes — galbramc / detail
  640. Fix compile error — galbramc / detail
  641. committing some changes as of Feb.8 — tonyryu / detail
  642. Add missing mpi communictor includes — galbramc / detail
  643. Add ParameterVectorS for static sized python arrays — galbramc / detail
  644. Missed a file — galbramc / detail
  645. Suppress warning — galbramc / detail
  646. Started refactoring Scalar Functions during SANS meeting — renat999 / detail
  647. Suppress duplicate library link warning on macOS — galbramc / detail
  648. Fix for python2 — galbramc / detail
  649. first round of adjoint fixes — tonyryu / detail
  650. Commiting progress on Function.h — renat999 / detail
  651. Forgot ScalarFunction.h — renat999 / detail
  652. Finished implementation of Function.h. Compiler errors are present — renat999 / detail
  653. Add radial variation in fsig for FlowTan body force — galbramc / detail
  654. Allow solving for Nozzle Coefficient — galbramc / detail
  655. Fix typo — galbramc / detail
  656. Unit test — renat999 / detail
  657. March1_2024 — tonyryu / detail
  658. Fix body force optimization — galbramc / detail
  659. Add unsteady body force pertubation — galbramc / detail
  660. Forgot checkInputs — galbramc / detail
  661. Fix compile error — galbramc / detail
  662. One more compile error — galbramc / detail
  663. One more fix — galbramc / detail
  664. Add temporal ramp for rotor pertubation — galbramc / detail
  665. Fix compile error — galbramc / detail
  666. Allow turning off body force pertubation time ramp — galbramc / detail
  667. One more fix — galbramc / detail
  668. One more fix — galbramc / detail
  669. More body force fixes — galbramc / detail
  670. Update unit test — galbramc / detail
  671. Adjoints refactoring to standardize naming conventions for enriched adjoint, adjoint, and delta adjoint. — tonyryu / detail
  672. Fix for body force optimization — galbramc / detail
  673. Fix last commit — galbramc / detail
  674. tried to fix line length exceeding 150 characters. — tonyryu / detail
  675. One more fix — galbramc / detail
  676. additional lines exceeding 150 characters. — tonyryu / detail
  677. removed explicit #define SANS_AVRO which was including XField_avro.h — tonyryu / detail
  678. Try constrained solver first for body force optimization — galbramc / detail
  679. Fix last commit — galbramc / detail
  680. wrapped params.Mesher.avro in if USE_AVRO SANS_AVRO and addressed line length error — tonyryu / detail
  681. fixed accidental unterminated #if statement — tonyryu / detail
  682. adding back the tmp files that were accidentally deleted as well as the .gitignore files in them — tonyryu / detail
  683. fixed copyright dates for SolverInterface_discretizations — tonyryu / detail
  684. Fixed warning for unused variables in Nozzle_nondim and Nozzle.cpp — tonyryu / detail
  685. Fix up instantiation for ScalarFunction_Linear — galbramc / detail
  686. Add length 4 ParameterVectorS — galbramc / detail
  687. Redefining adjoint as order p in SolutionData. Introduced projected_adjoint, which is p+1 projection of order p adjoint in SolutionData_VMSD_BR2.h, then renamed the variables in the SolverInterface_VMSD_BR2.h and the unit tests accordingly. — tonyryu / detail
  688. deleted SANS_refactor_test directory which had some savefiles from a test run to check the results. Renamed projected_adjoint to prolonged_adjoint in the solutiondata as well as the corresponding solverinterface and unit tests. — tonyryu / detail
  689. Check for no_warn_dup_lib on macOS — galbramc / detail
  690. One more try — galbramc / detail
  691. Try yet again — galbramc / detail
  692. Silly mistake — galbramc / detail
  693. Initial add of element enrichment capabilities — mbottot / detail
  694. Enable structured grids for ducted body force analysis. Possibly improve distance function calculation time. — galbramc / detail
  695. got rid of getAdjField(), got rid of sol_.prolonged_adjoint, and changed all the corresponding unit tests and toy codes that use these calls. — tonyryu / detail
  696. Passing (but incomplete) unit test for linear ScalarFunction — mbottot / detail
  697. Some fixes for last commit — galbramc / detail
  698. Update unit test — galbramc / detail
  699. Add boundary output groups for structured body forces — galbramc / detail
  700. Fix RefCoord solver — galbramc / detail
  701. Fix rotor source pertubation — galbramc / detail
  702. Finally get rotating pertubation periodicity correct — galbramc / detail
  703. Fix warnings — galbramc / detail
  704. addressing line is longer than 150 characters error — tonyryu / detail
  705. formatting lines over 150 characters — tonyryu / detail
  706. another line is longer than 150 characters message — tonyryu / detail
  707. Also add 2D L2Project multiscale adaptation toy code — mbottot / detail
  708. Fix new toy code so that it also compiles without refine and add reconstruction option — mbottot / detail
  709. Fix missing space for vera and relax error tolerance for clang — mbottot / detail
  710. forgot to add the ScalarFunction.h in the previous commit. Added ScalarFucntion_Pow() in place for ScalarFunction_Monomial. Still need to add unit test for this. — tonyryu / detail
  711. Fix blade rotation for body forces — galbramc / detail
  712. Fix for last commit — galbramc / detail
  713. Fix sensitvity for last commit — galbramc / detail
  714. one more try — galbramc / detail
  715. Forgot files — galbramc / detail
  716. Also update blade thickenss rotation — galbramc / detail
  717. Add a debug surface mesh when AFLR3 fails. — galbramc / detail
  718. Continued ScalarFunction refactoring. — renat999 / detail
  719. Use fabs for rotor losses — galbramc / detail
  720. Upgrade to ESP 1.24. Now minimum required version. — galbramc / detail
  721. Fixes for ESP 1.24. Remove fabs from rotor source losses. — galbramc / detail
  722. Forgot one file — galbramc / detail
  723. Added ND const and Gaussian ScalarFunctions — dashwsd / detail
  724. Quick fix before pushing — renat999 / detail
  725. fixed formatting Function1D — dashwsd / detail
  726. Trying to run a case with R and T ML models on super — waligura / detail
  727. Add Surreal instantiations for LDLT — galbramc / detail
  728. ML Test Case Initialized — waligura / detail
  729. changing the tolerance to get one test to pass on supercloud intel build — waligura / detail

#1615 (Apr 23, 2024, 10:25:09 PM)

  1. Fix compile error — galbramc / detail
  2. One more refine fix — galbramc / detail
  3. vera fix — galbramc / detail
  4. Update CMake for ParMETIS/METIS on github. Updated to newer Find Python3. — galbramc / detail
  5. Don't write restart.meshb from refine — galbramc / detail
  6. Remove restart.meshb from refine — galbramc / detail
  7. Rework metis/parmetis build again — galbramc / detail
  8. Don't build extern libs in parallel — galbramc / detail
  9. Fix intel warning — galbramc / detail
  10. Update GKlib build and suitesparse check — galbramc / detail
  11. Forgot a file — galbramc / detail
  12. PDERANSSA3D and unit test changes for Catris model implementation from Andrew — waligura / detail
  13. changes to PDERANS3D with turbulence model implementation updates — waligura / detail
  14. actual commit for PDERANS3D that incorporates all merges — waligura / detail
  15. Another parmetis build fix — galbramc / detail
  16. Update cmake summary file — galbramc / detail
  17. Finally maybe — galbramc / detail
  18. vera changes to the PDE and constructor changes to test cases — waligura / detail
  19. Print absolute and relative PETSc tolerance — galbramc / detail
  20. Add fPIC when building GKlib — galbramc / detail
  21. More cmake fixes — galbramc / detail
  22. Remove message — galbramc / detail
  23. Maybe finally got it right... — galbramc / detail
  24. changed backsolve to not modify RHS (b) — ursachi / detail
  25. small commit to test jenkins again — waligura / detail
  26. Slightly prettier formatting for PETSc history — galbramc / detail
  27. Add metis to refine libraries — galbramc / detail
  28. Navier Stokes test case I'm having trouble with — waligura / detail
  29. made WM a turbulence model option (instead of adding an input to the — ursachi / detail
  30. Added adjoint DBL to scalar function — cwomack / detail
  31. Fixed unit test tolerance issue — cwomack / detail
  32. Lowered DBL unit test tolerance — cwomack / detail
  33. Changed BOOST_CHECK to SANS_CHECK — cwomack / detail
  34. supersonic case update — waligura / detail
  35. Added renat999@mit.edu to DeveloperEmailAddresses — renat999 / detail
  36. Axes template for DG interior and boundary traces — allmaras / detail
  37. Axes template for XField_CellToTrace — allmaras / detail
  38. Add fourier modes for asymmetric rotor body forces — galbramc / detail
  39. Forgot a file — galbramc / detail
  40. Update test — galbramc / detail
  41. sansBOOM mods for AV jump sensor — darmofal / detail
  42. Fixes for Ubuntu 22.04. Compiler flags for IntelLLVM and relaxed tolerances. — galbramc / detail
  43. Fix permissions — galbramc / detail
  44. Intel and gnu12 fixes — galbramc / detail
  45. Add missing instantiations — galbramc / detail
  46. More link error fixes — galbramc / detail
  47. One more missing instantiation — galbramc / detail
  48. Relax tolerance for intel — galbramc / detail
  49. Put calculateStroudQuadrature in SANS namespace — galbramc / detail
  50. Refactor non-symmetric body forces — galbramc / detail
  51. Compile fix — galbramc / detail
  52. Vera fix — galbramc / detail
  53. Fix warning and ping test — galbramc / detail
  54. Adjusting finite difference — galbramc / detail
  55. Smaller step size — galbramc / detail
  56. new changes to PDERANS3D to include jacobian fixes — waligura / detail
  57. small vera mistake I missed — waligura / detail
  58. Upgrade to ESP 1.20 — galbramc / detail
  59. Fix warning — galbramc / detail
  60. sansLIPAIM python fixes — galbramc / detail
  61. Fixed the unit test for zero species — renat999 / detail
  62. Fix geometry construction — galbramc / detail
  63. More ESP updates — galbramc / detail
  64. Spatial implementation of sansBOOM created as sansBOOM2D — darmofal / detail
  65. More egads fixes — galbramc / detail
  66. Add WallSlip BC for 3D RANSSA — galbramc / detail
  67. Fix last commit — galbramc / detail
  68. Fix array bounds error — galbramc / detail
  69. Added test cases for Nspecies=1. Still a bug. — renat999 / detail
  70. Added test cases for Nspecies=1. Still a bug. — renat999 / detail
  71. Add PtPolynomials to 3D PtTt BC — galbramc / detail
  72. Fix compile error — galbramc / detail
  73. Update input checks for total pressure profile — galbramc / detail
  74. added tests for remainder of block 2x2 jacobians: d(PDE)/d(qp), d(PDEp)/d(q), d(PDEp)/d(qp) — allmaras / detail
  75. templated Axes for UnitGrids XField2D_Box_UnionJack_Triangle_X1, XField2D_CubicSourceBump_Xq, — allmaras / detail
  76. Fix rotor source asymmetric normal vectors — galbramc / detail
  77. Fix last commit — galbramc / detail
  78. Fixed sansBOOM SpaceTime1D with multiple species. — renat999 / detail
  79. Add legacy VTK and Exodus metric files — galbramc / detail
  80. VTK fixes — galbramc / detail
  81. Fixed Body Force solver sensitvity — galbramc / detail
  82. Warning fixes — galbramc / detail
  83. fixed vera errors: long line — shunz / detail
  84. fixed vera errors: long line — shunz / detail
  85. updated include paths — shunz / detail
  86. updated include paths — shunz / detail
  87. removed outdated sandbox case — shunz / detail
  88. updated usage of 3D quad sheet grid's interior trace group count — shunz / detail
  89. updated pyrite files. relaxed pyrite tolerance. fixed IO file/path names — shunz / detail
  90. turned off file output — shunz / detail
  91. PDEsansBOOM2D.h updates — darmofal / detail
  92. relaxed tolerance for intel — shunz / detail
  93. relaxed tolerance again for intel — shunz / detail
  94. Remove depricated sprintf — galbramc / detail
  95. Add cirumfirential body force — galbramc / detail
  96. Use system valgrind — galbramc / detail
  97. Fix warning — galbramc / detail
  98. Derivative calculation fixes for asymmetric body forces — galbramc / detail
  99. Suppress sanitizer odr violations. Add the ability for ugrid reader to — galbramc / detail
  100. CMake file fix — galbramc / detail
  101. Forgot to update files. Some cppcheck fixes. — galbramc / detail
  102. added wall model for 3D — ursachi / detail
  103. added missing template arguments — ursachi / detail
  104. Update 2D SA_R to latest deffinition on TMR — galbramc / detail
  105. Fix abs with fabs — galbramc / detail
  106. added a missing const — ursachi / detail
  107. raised tolerance slightly for test — ursachi / detail
  108. More robust normal field for rotor source — galbramc / detail
  109. Update MultiScale for latest refine. Replace vsprintf with vsnprintf. — galbramc / detail
  110. Working sansBOOM2D with unit tests for the PDE — renat999 / detail
  111. Update rotor source ping test — galbramc / detail
  112. Refactor and simplified NormalField to use axial and raidal instead of cartesian coordinates — galbramc / detail
  113. Minor fixes — galbramc / detail
  114. Write out unconverged_surf.dat for BodyFroce RANS calculations. — galbramc / detail
  115. Add manual body force magnitude specification — galbramc / detail
  116. Change deltaRef to forceMag in normal field dump — galbramc / detail
  117. Forgot to update some python inputs — galbramc / detail
  118. DGBR2/DGBR4 low-level modification integrated. — cfrontin / detail
  119. templateized DiscretizationDGBR2 implemented, working on one test case. — cfrontin / detail
  120. test/sandbox cases updated with templateized DGBR — cfrontin / detail
  121. unit test brute force replacement — cfrontin / detail
  122. unit test fixes ; make unit working — cfrontin / detail
  123. initialized variables to zero to fix compiler warnings — ursachi / detail
  124. Add new asymmetric forces to optimizer. Fix RotorForce tecplot dump. — galbramc / detail
  125. system test update dgbr2 templatizaiton — cfrontin / detail
  126. fixed weird type mismatch in adapt3d_DGBR2_ranssa_HCH_toy.cpp — cfrontin / detail
  127. test case changes to update — waligura / detail
  128. sandbox case add 2 — waligura / detail
  129. changes before Ben switch — waligura / detail
  130. think it should pass now. — cfrontin / detail
  131. Try to capture discontinuities for Rotor source teclot output — galbramc / detail
  132. Fix typo — galbramc / detail
  133. Added Area + Atmos. variations to sansBOOM2D — renat999 / detail
  134. Fixes to previous commit — renat999 / detail
  135. sansBOOM2D directories — renat999 / detail
  136. cleaned up files — ursachi / detail
  137. added wall function BC for 3D — ursachi / detail
  138. Blasius + polar coordinate test problems and functions — cwomack / detail
  139. added instantitations containing Axes template for XField2D_Box_UnionJack_Triangle_X1 — allmaras / detail
  140. explicitly added Axes to all apply<> and check<> calls; this is needed because — allmaras / detail
  141. added Axes template parameters — allmaras / detail
  142. Axisymmetric instantiations — allmaras / detail
  143. mods needed for extending global constraints to boundary terms and systems — allmaras / detail
  144. mods to artificial viscosity sensor PDE needed for Axisymmetric — allmaras / detail
  145. added dump of solution (x from Ax = b) for UMFPACK — allmaras / detail
  146. modified halving linesearch diagnostics to dump out full solution change — allmaras / detail
  147. added constant CFL number option to PTC — allmaras / detail
  148. added function to return vector of base altitudes for all layers in atmosphere — allmaras / detail
  149. proper spelling for Blohkinzev (previously had the h & k swapped) — allmaras / detail
  150. turned off some print statements — allmaras / detail
  151. added Reflect BC; bug fixes and code clean-up — allmaras / detail
  152. continued development of axisymmetric test cases; addition of Brenner and SBR perturbation PDEs; — allmaras / detail
  153. code clean-up — allmaras / detail
  154. added sans-differential integration (e.g. without r for axisymmetric); needed — allmaras / detail
  155. fixed merge conflicts — allmaras / detail
  156. fixed vera line length squawks — allmaras / detail
  157. relaxed tolerances on tests — allmaras / detail
  158. missed an apply<> template — allmaras / detail
  159. added a template parameter to AlgebraicEquationSet_GloballyConstrained_PTC — allmaras / detail
  160. vera squawk — allmaras / detail
  161. int -> size_t in for loops — allmaras / detail
  162. removed axisymmetric SBR and TP1 test cases for now — allmaras / detail
  163. removed unused variable from test — allmaras / detail
  164. over-wrote a dump pattern file — allmaras / detail
  165. unused typedef removed — allmaras / detail
  166. missing dump pattern file — allmaras / detail
  167. relaxed test tolerance (for intel...) — allmaras / detail
  168. added jacobianFluxViscous to axisymmetric NS; unit tested — allmaras / detail
  169. updated augmented interface to use Dirichlet/Neumann form — allmaras / detail
  170. added option to evaluate Glasby tau without source term contribution — allmaras / detail
  171. added an explicit Axes typedef to all PDE and Output classes; NDConvert now — allmaras / detail
  172. axisymmetric NS function diffusionViscousGradient coded and unit tested — allmaras / detail
  173. added/corrected axisymmetric NS jacobianSource term with unit tests — allmaras / detail
  174. Addition of updated mathematica testing notebooks for PDERANS2D tests — waligura / detail
  175. Add camber surface dump — galbramc / detail
  176. Suppress Boost new version warnings in CMake — galbramc / detail
  177. added Axes template to XField1D mesher — allmaras / detail
  178. Axes fixes and instantiations needed for 1D axisymmetric solve — allmaras / detail
  179. added linear temperature option of noslip-isothermal BC; added new solution — allmaras / detail
  180. added solution function for stagnant flow with linear-in-z temperature (and constant pressure); — allmaras / detail
  181. Added folders — renat999 / detail
  182. Added files — renat999 / detail
  183. Add body force normal and pallel forces to deltaRef tecplot dump — galbramc / detail
  184. Fixed sansBOOM to be up to date with the master br — renat999 / detail
  185. Fixed vera errors — cwomack / detail
  186. Fixed errors, added template argument — cwomack / detail
  187. fixed templating error — cwomack / detail
  188. Changed test suite name — cwomack / detail
  189. Removed unused variable — cwomack / detail
  190. Update SuiteSparse build. Relax some testing tolerances. — galbramc / detail
  191. Fixes for exodus file IO — galbramc / detail
  192. Standardized DBL cases, added unit test for annulus — cwomack / detail
  193. Use step matrix FrobNorm minimization for implied metric optimization. — galbramc / detail
  194. updated Tecplot output for VMSDBR2 to be consistent with boundary flux — ursachi / detail
  195. forgot to include updated cmakelist with previous commit — ursachi / detail
  196. forgot to actually commit the Tecplot output file — ursachi / detail
  197. Added axisymmetric DBL — cwomack / detail
  198. changed variable name to nt to be consistent with rest of code — ursachi / detail
  199. Add fluent reader to support Pointwise generated meshes for RotorSource — galbramc / detail
  200. Forgot updated partitioning files — galbramc / detail
  201. One more missing file — galbramc / detail
  202. Added sag6096@psu.edu to DeveloperEmailAddresses — sag6096 / detail
  203. added gradients for specified velocity for no-slip, isothermal BC — allmaras / detail
  204. Forgot one more file — galbramc / detail
  205. Add another file to COTIRE_IGNORE — galbramc / detail
  206. Fix group numbering on older gcc versions for Fluent reader — galbramc / detail
  207. added Axes template to meshers, error estimates, local problems, adaptation — allmaras / detail
  208. 1D and 2D axisymmetric instantiations for meshers, error estimates, local problems, adaptation — allmaras / detail
  209. added Axes template to CostModel_LogEuclidean; also modified integration — allmaras / detail
  210. Expose SA Flavours for Rotor Source calculations — galbramc / detail
  211. missed a couple files with added Axes templates — allmaras / detail
  212. Removed annulus unit test while fixing bug — cwomack / detail
  213. Removed unused variables — cwomack / detail
  214. Loosened tolerance on one test — cwomack / detail
  215. Galerkin strong-form BC implementation classes renamed to be consistent with file name — allmaras / detail
  216. Add pressure gradient terms to RotorSource — galbramc / detail
  217. Relax tolerance — galbramc / detail
  218. consistent interface in augmented integrand for both Dirichlet and Neumann constraints — allmaras / detail
  219. added option for SUPG with source term for test-function operator; — allmaras / detail
  220. added option to add both q-gradient and qp-gradient into lifted gradient; — allmaras / detail
  221. added code for integration without the differential multiplier (e.g. r in Axisymmetric); — allmaras / detail
  222. Added sag6096@mit.edu to DeveloperEmailAddresses — sag6096 / detail
  223. fixed merge conflicts — allmaras / detail
  224. vera line-length squawks — allmaras / detail
  225. added missing Axes in refine and related instantiations — allmaras / detail
  226. fixed vera squawk — allmaras / detail
  227. Add RotorSource flow tangency model — galbramc / detail
  228. Fix for intel compiler — galbramc / detail
  229. Remove redundtant email — galbramc / detail
  230. Adjust ping test — galbramc / detail
  231. Add clVariableType. Fix sourceJacobianAbs for RotorFlowTan. — galbramc / detail
  232. added compiler warning suppression for Ping_Euler_RotorSource_btest.cpp — allmaras / detail
  233. added compiler suppression -Wno-maybe-uninitialized to BodyForceSolver_*.cpp — allmaras / detail
  234. fixed nightly warnings: possibly uninitialized variables — allmaras / detail
  235. First incorporation of Standard Atmosphere, and altitude dependent Absorption — renat999 / detail
  236. Saving first draft of polar coordinates, axisym changes — cwomack / detail
  237. raypath code for multi-layer atmospheres; functions of both z and s — allmaras / detail
  238. Mathematica file for unit tests of raypath code for standard atmosphere — allmaras / detail
  239. some compilers need #include <vector> — allmaras / detail
  240. increased tolerances on raypath tests — allmaras / detail
  241. Support 2D CG periodic solutions. Add 2D RotorSource calculations. — galbramc / detail
  242. Fix for 2D CG periodic in parallel — galbramc / detail
  243. Fix ArcCamber angle definition. Allow both positive and negative angles — galbramc / detail
  244. Fix FieldLib library order — galbramc / detail
  245. Standard Atmosphere RayPathS and absorption added — renat999 / detail
  246. Allow constrained body force solves in 2D — galbramc / detail
  247. Fix tankap for 2D. Add rhofn to RotorSource output. Fix link errors. — galbramc / detail
  248. Fix 2D RotorSource tecplot dump — galbramc / detail
  249. Put back rotor source tan(kappa) — galbramc / detail
  250. Fix tecplot dump for 2D body forces to use PASSIVEVARLIST. Get FlowTan body foces working in 2D. — galbramc / detail
  251. Forgot a file — galbramc / detail
  252. Correction to asymmetric Pt inflow BC — galbramc / detail
  253. Fix typo — galbramc / detail
  254. One more bug fix — galbramc / detail
  255. Compile fix — galbramc / detail
  256. Fixed compiler errors — galbramc / detail
  257. A few jenkins fixes — galbramc / detail
  258. Warning and link fixes — galbramc / detail
  259. More link error fixes — galbramc / detail
  260. Fix includes — galbramc / detail
  261. Fix some link errors — galbramc / detail
  262. Not sure what I fixed... — galbramc / detail
  263. Add placeholder HUMOR meshing interface — galbramc / detail
  264. Fixes for last commit — galbramc / detail
  265. More seacas guards — galbramc / detail
  266. One more seacas protection — galbramc / detail
  267. Add one seacas dependency — galbramc / detail
  268. Fixed test cases and unified results — cwomack / detail
  269. Fixed vera errors — cwomack / detail
  270. Added to vera exclusions — cwomack / detail
  271. Add unsteady to BodyForces — galbramc / detail
  272. Sending DG changes to Steve — cwomack / detail
  273. Add missing updated RK examples. Update history output for unsteady BodyForce — galbramc / detail
  274. added Axes templates for missing DG error estimates; added instantiations for axisymmetric DG — allmaras / detail
  275. Invert eigen vector scaling for exodus files — galbramc / detail
  276. Pad zeros in body force file names — galbramc / detail
  277. Fix compile error — galbramc / detail
  278. additional Axes mods and axisymmetric/polar instantations needed for 'make check' — allmaras / detail
  279. Compile fixes and corrections to Exodus file write — galbramc / detail
  280. Forgot a file — galbramc / detail
  281. Fix call to HUMOR — galbramc / detail
  282. Exodus reader fix — galbramc / detail
  283. Missed a file — galbramc / detail
  284. More humor options — galbramc / detail
  285. Fix typo — galbramc / detail
  286. Pushing code, missing defaulted Axes — cwomack / detail
  287. Add KarypisLab tar scripts — galbramc / detail
  288. added Axes templates into VMSD error estimates — allmaras / detail
  289. Update KarypisLab tar scripts — galbramc / detail
  290. 1st draft polar adaptation — cwomack / detail
  291. Fix normal mach output for 2D — galbramc / detail
  292. Runge Kutta updates — galbramc / detail
  293. Minor fixes — galbramc / detail
  294. Switch to BDF — galbramc / detail
  295. Fix missing instantiation — galbramc / detail
  296. Add omega to constrained solver outputs — galbramc / detail
  297. Use CFL based time stepping for BDF — galbramc / detail
  298. Don't return results when constrained solver fails — galbramc / detail
  299. Fix cylindrical pressure probe output — galbramc / detail
  300. Fix typo — galbramc / detail
  301. Add fluent format documentation — galbramc / detail
  302. Fix pressure probe output one more time — galbramc / detail
  303. Changes to polar normal vector — cwomack / detail
  304. Add pressure output for rotor source — galbramc / detail
  305. Test mods — cwomack / detail
  306. first step towards a variable Prt model — waligura / detail
  307. Changes for Steve — cwomack / detail
  308. fixed polar coordinates integration bug; changed all ElementXField definitions for jacobianDeterminant, — allmaras / detail
  309. Blend equations for FlowTan — galbramc / detail
  310. Add more RotorSource 3D dumps. Default double precision for tecplot dumps. — galbramc / detail
  311. Add dp/deta to delta dump — galbramc / detail
  312. Fix compile errors — galbramc / detail
  313. Add cylindrical relative velocity components — galbramc / detail
  314. Fix line search unit tests — galbramc / detail
  315. fixed polar-coordinates differential length and area functions, along with — allmaras / detail
  316. Saving polar changes — cwomack / detail
  317. Add tolerane to valid x-range for 2D rotor outputs — galbramc / detail
  318. Fix vector size for DeltaRef dump — galbramc / detail
  319. polar bug fix: volume() -> volumePhysical() & area() -> areaPhysical() — allmaras / detail
  320. made *sansDifferential and *Mesh integrations consistent (i.e. the same as — allmaras / detail
  321. many changes to variable types to incorporate a variable conductivity with Prt — waligura / detail
  322. incorporated 1/r into theta derivative for polar in evalBasisGradient (which — allmaras / detail
  323. modified polar Hessian to correctly include 1st derivatives and 1/r terms — allmaras / detail
  324. Saving changes — cwomack / detail
  325. Update tecplot dump for flowTan body force. Allow getting EGADS model from pyton for BodyForces/ — galbramc / detail
  326. Fix fn dump in deltaRef — galbramc / detail
  327. solving for s ahead of time — renat999 / detail
  328. Fix compilere warning and guard against divide by zero — galbramc / detail
  329. Change flowTan model at bounds. Fix deltaRef dump. — galbramc / detail
  330. Update unit tests — galbramc / detail
  331. Reverse sign of tan(kappa) for Peters body force term — galbramc / detail
  332. Dump out delta and kappa in deg for body forces — galbramc / detail
  333. Polar modifications — cwomack / detail
  334. added missing template — ursachi / detail
  335. added 2D flatplate test case (includes WM) — ursachi / detail
  336. Expose fsig in RotorFlowTan python arguments. Add env args to valgrind execution. — galbramc / detail
  337. Remove Ntheta scaling from FlowTan force — galbramc / detail
  338. Change scaling on normal force back to 1/r — galbramc / detail
  339. Fix cmake warning — galbramc / detail
  340. Add kShock to body force interface and change flowTan viscous model again — galbramc / detail
  341. Add missing kShock — galbramc / detail
  342. Polar bug fixes — cwomack / detail
  343. Fixed link errors — cwomack / detail
  344. working modification of PDERANS with a new Prt datatype defined with surreals. This build does not have the correct contructor formulation for PDERANSSA though — waligura / detail
  345. Change Rotor Rot/Rel outputs to specify rotor and position — galbramc / detail
  346. Sandbox polar changes — cwomack / detail
  347. sandbox changes — cwomack / detail
  348. Fixed vera errors — cwomack / detail
  349. Added annulus grids — cwomack / detail
  350. Sanbox changes — cwomack / detail
  351. Sandbox changes — cwomack / detail
  352. sandbox — cwomack / detail
  353. Add TECIO support. Fix compiler warnings. Fix projection from Hierachical to Lagrange in 2D. — galbramc / detail
  354. sandbox — cwomack / detail
  355. sandbox — cwomack / detail
  356. sandbox — cwomack / detail
  357. sandbox — cwomack / detail
  358. sandbox — cwomack / detail
  359. sandbox — cwomack / detail
  360. isandbox — cwomack / detail
  361. sandbox — cwomack / detail
  362. dbl — cwomack / detail
  363. dbl — cwomack / detail
  364. sandbox — cwomack / detail
  365. sandbox — cwomack / detail
  366. sandbox — cwomack / detail
  367. sandbox — cwomack / detail
  368. sandbox — cwomack / detail
  369. sandbox — cwomack / detail
  370. sandbox — cwomack / detail
  371. sandbox — cwomack / detail
  372. sandbox — cwomack / detail
  373. sandbox — cwomack / detail
  374. sandbox — cwomack / detail
  375. sandbox — cwomack / detail
  376. sandbox — cwomack / detail
  377. Fix warning and tecplot file write — galbramc / detail
  378. sandbox — cwomack / detail
  379. sandbxo — cwomack / detail
  380. sandbxo — cwomack / detail
  381. Allows solving for Back Pressure with Body Forces. TECIO fixes. — galbramc / detail
  382. Output solved back pressure for body force constrained solver. Fix compile error. — galbramc / detail
  383. Add missing instantiation — galbramc / detail
  384. sandbox changes — cwomack / detail
  385. sandbox and tecplot changes — cwomack / detail
  386. fixed bugs — cwomack / detail
  387. adjusted tolerancw — cwomack / detail
  388. PDEsansBOOM2D all effects included. Still some details in Unit tests — renat999 / detail
  389. Implemented the QType for the AFT 2014 Transition model — sag6096 / detail
  390. sandbox — cwomack / detail
  391. stashing changes now as a backup since the NN functionality is almost online — waligura / detail
  392. Fix parallel Metric file write. Don't revert to a lienar mesh if local patch construction fails. — galbramc / detail
  393. Working Prt NN Modification with no derivatives — waligura / detail
  394. sandbox changes — cwomack / detail
  395. sandbox — cwomack / detail
  396. merging branches — cwomack / detail
  397. Added polar instantiations — cwomack / detail
  398. Added WM BC for AV — ursachi / detail
  399. Added lrochery@mit.edu to DeveloperEmailAddresses — lrochery / detail
  400. Added the AFT transition model and subsequent — sag6096 / detail
  401. Reverted tecplot changes — cwomack / detail
  402. Even more generalized asymmetric fourier functions. Fix NormalVelocity flux. Add parallel force to BodyForce tecplot dump. — galbramc / detail
  403. Fix compile error — galbramc / detail
  404. Fixes for optimizing body force asym normals — galbramc / detail
  405. Fixed lingering warnings and hard-coded H12 term. — sag6096 / detail
  406. Smoother AFT model — galbramc / detail
  407. Add wall search stress output for RANS AFT flatplate — galbramc / detail
  408. Fix asym gradient calculation — galbramc / detail
  409. Fixed vera errors — cwomack / detail
  410. Added avro to FP cases — sag6096 / detail
  411. Fixed vera error — cwomack / detail
  412. Fix template errors — galbramc / detail
  413. Vera changes, new advective flux BC — cwomack / detail
  414. Fixed all lingering warnings — sag6096 / detail
  415. *ACTUALLY* got rid of all lingering warnings. — sag6096 / detail
  416. NormalField unit test fix and fix RotorSource interior force dump. — galbramc / detail
  417. One more compile fix — galbramc / detail
  418. Allow removing body force radial normal component — galbramc / detail
  419. Fixes — cwomack / detail
  420. added explicit instantiations of output_Tecplot for grid only for both — allmaras / detail
  421. Change to area averaged NormalVelocity for RotorSource — galbramc / detail
  422. try 2: explicit instantitations for grid-only output_Tecplot — allmaras / detail
  423. Fixed jenkins issues — cwomack / detail
  424. Missed a file — galbramc / detail
  425. Added albornoz@mit.edu to DeveloperEmailAddresses — albornoz / detail
  426. Fix for Unit output — galbramc / detail
  427. More fixes for unit calculation — galbramc / detail
  428. Added ejwllms@mit.edu to DeveloperEmailAddresses — ejwllms / detail
  429. Fixed unit test errors — cwomack / detail
  430. Fix compile error — galbramc / detail
  431. Changed warning — cwomack / detail
  432. Changed warnings — cwomack / detail
  433. All effects (except wind) implementation for sansBOOM2D with unit tests — renat999 / detail
  434. Removed CMakeCache.txt and correct indentation in Absorption.h — renat999 / detail
  435. Removed sansBOOM from directory list in src/pde/CMakeLists.txt — renat999 / detail
  436. Removed test/unit/pde/sansBOOM — renat999 / detail
  437. All the missing unit test for sansBOOM2D directory — renat999 / detail
  438. Removed test/unit/pde/sansBOOM for the directory list in CMakeLists.txt — renat999 / detail
  439. Untracked last files realted to sansBOOM — renat999 / detail
  440. Added asmedina@mit.edu to DeveloperEmailAddresses — asmedina / detail
  441. Added dgoba@mit.edu to DeveloperEmailAddresses — dgoba / detail
  442. Added new Ptrip term to source(iSA) for AFT model — sag6096 / detail
  443. Fixed missing bracket — sag6096 / detail
  444. Fixed issue with power function — sag6096 / detail
  445. added check on clang compiler for #pragma's on boost special functions include — allmaras / detail
  446. changed #ifdef from __clang_analyzer__ to __clang__ for warning suppression on boost Bessel function — allmaras / detail
  447. Update tar scripts for parmetis — galbramc / detail
  448. Adding support for an advection-diffusion-reaction (ADR) solver — darmofal / detail
  449. Fix email — albornoz / detail
  450. Added sansBOOM directories again. The toy code for sansBOOM2D with VMSDBR2 is also present — renat999 / detail
  451. Fixing merge conflicts — renat999 / detail
  452. Added CMakeLists.txt in sansBOOM directories — renat999 / detail
  453. New working Prt model with derivatives implemented: still need to implement throughout PDERANSSA — waligura / detail
  454. Working version of Prt modeling with Duan implemented Neural Network (small). Still does not run because of solver issues though — waligura / detail
  455. removed all instantiations for 1D Polar; these were all previously commented out — allmaras / detail
  456. eliminated depricated #else branch for FIX_POLAR_BUG and FIXED_POLAR_GRADIENT; — allmaras / detail
  457. fixed nightly build squawks — allmaras / detail
  458. Make sure ccache script has execute permissions — galbramc / detail
  459. Changes to test case for supersonic run — waligura / detail
  460. Brenner fixes — waligura / detail
  461. Commiting to pull in the cluster. src/pde/OutputCell_SolutionErrorL2.h hacked to make 0 the srnos — renat999 / detail
  462. fixed nightly build squawks — allmaras / detail
  463. oops, bug fix for latest edit — allmaras / detail
  464. Toy codes to test DGBR2 and VMSDBR2 with analytical traveling wave — renat999 / detail
  465. Working Prt NN model implementation with 11 input variables and R^2 around 60%. The jacobian and gradient of the model are implemented as well, but nothing has been tested yet — waligura / detail
  466. other things needed to run — waligura / detail
  467. Compiled DistanceFunctionGradient, and add DistanceFunctionHessian. — galbramc / detail
  468. Added option for both AFT2014 and AFT2017 — sag6096 / detail
  469. fix for test case with importing from command line — waligura / detail
  470. "fixed" — waligura / detail
  471. fixing commit — waligura / detail
  472. fixing commit 2 — waligura / detail
  473. fixing commit 3 — waligura / detail
  474. fix 4 — waligura / detail
  475. Added smoothmax to smoothmath.h — sag6096 / detail
  476. Fix DistanceFunction Grad/Hess. Revive DistanceFunction tests. Add AFT2017. Refactor SA trip source for AFT. — galbramc / detail
  477. Supersonic working DuanS version — waligura / detail
  478. renamed wall model BC — ursachi / detail
  479. added isothermal WM BC — ursachi / detail
  480. made chit0 naming consistent — ursachi / detail
  481. forgot to add file for WM BC — ursachi / detail
  482. fixed variable type — ursachi / detail
  483. changes to the scaling in dataTransform to more accurately scale the simulation inputs. change made on super — waligura / detail
  484. Commit before reinstalling SANS — renat999 / detail
  485. Added in some of the blasius BC as well as AFT2019 — sag6096 / detail
  486. Fix ghost dof for broken CG fields — galbramc / detail
  487. Add actuator disk model. Fix tecplot CG dump for broken CG fields. — galbramc / detail
  488. Fix jacobianSource for AFT — galbramc / detail
  489. Fix compile error — galbramc / detail
  490. Missed instantiation — galbramc / detail
  491. Warning fixes — galbramc / detail
  492. Add avro guard — galbramc / detail
  493. Vera and warning fixes — galbramc / detail
  494. Fix compile error. Add linear offset to actuator disk psi_ts curve. — galbramc / detail
  495. Fix typo — galbramc / detail
  496. Fix array out of bound and sort keys for body force and actuator disk history files. — galbramc / detail
  497. Update nodal view for hex — galbramc / detail
  498. Fix actuator disk time integration — galbramc / detail
  499. Add asymmetric Pt to duct solver — galbramc / detail
  500. Fix compile error. Update TecIO build. — galbramc / detail
  501. Enable kt functions for Nozzle BC — galbramc / detail
  502. Fix time advancement for Duct Solver — galbramc / detail
  503. Add RANSSA RotorFlowTan — galbramc / detail
  504. Fixes for setting cn=0 with body forces — galbramc / detail
  505. Fix tests from last commit — galbramc / detail
  506. Added mbottot@mit.edu to DeveloperEmailAddresses — mbottot / detail
  507. Fix for finding numpy, and unit test fix — galbramc / detail
  508. Suppress warning and add missing instantiation — galbramc / detail
  509. Vera fix. More warning suppressions and timeout fixes — galbramc / detail
  510. Updated actuator disk model — galbramc / detail
  511. Forgot a file — galbramc / detail
  512. Getting some references working right so the unit tests run again. Getting ready to finalize the Prt unit test as well — waligura / detail
  513. Actuator disk fix — galbramc / detail
  514. Added tonyryu@mit.edu to DeveloperEmailAddresses — tonyryu / detail
  515. changing tolerances for unit tests for M1 Mac — tonyryu / detail
  516. Add NLF transition case — galbramc / detail
  517. Prt Model with working unnit test on Prt prediction — waligura / detail
  518. Change to IntelLLV as default for Intel compiler. — galbramc / detail
  519. Working Prt NN model with correct unit tests and deriviative implementation — waligura / detail
  520. Add scale factor for CompressiblePower calculation — galbramc / detail
  521. Cleaned up files for develop merge — waligura / detail
  522. Brought back all of the changes that I did not mean to make (I hope) — waligura / detail
  523. Relax tolerances for IntelLLVM — galbramc / detail
  524. Update RANSAFT NLF — galbramc / detail
  525. Additional changes to Prt modeling to fix nondimesional test case and also make adjustments on NeuralNetClosure — waligura / detail
  526. Write out PV for body forces — galbramc / detail
  527. IntelLLVM fix for TetGen — galbramc / detail
  528. Relax tolerances for Intel LLVM — galbramc / detail
  529. Enable dump of bodyforce RANS solutions — galbramc / detail
  530. Fix for last commit — galbramc / detail
  531. Added hnilsen@mit.edu to DeveloperEmailAddresses — hnilsen / detail
  532. Use PI insteady of M_PI for Surreal — galbramc / detail
  533. Update HUMOR interface — galbramc / detail
  534. Fix rotor source szplt output — galbramc / detail
  535. Vera fixes and don't use MPI TECIO — galbramc / detail
  536. Add PSig to body force dump — galbramc / detail
  537. Fix TECIO write of CG fields — galbramc / detail
  538. Fix PSig dump — galbramc / detail
  539. Fixed proper flow conditions for NLF-0416 — sag6096 / detail
  540. Guard against looking for rt library on MSYS — galbramc / detail
  541. Allow using PSig in Pprop calculation — galbramc / detail
  542. Fix last commit — galbramc / detail
  543. Default PV/PSig scale to 1 — galbramc / detail
  544. Updates to AFT PDE — galbramc / detail
  545. More cleanup of AFT PDE — galbramc / detail
  546. Try smoother distnace function gradient — galbramc / detail
  547. Fix last commit — galbramc / detail
  548. Refactor CG tecplot file writes, again... — galbramc / detail
  549. commit before update — waligura / detail
  550. Add derivatives for smoothmaxC2 and min — galbramc / detail
  551. Another try to push NN Prt changes to see the issues with the compiliers — waligura / detail
  552. Vera issues fixed — waligura / detail
  553. Add smoothabs0_tanh. Remove many defaults and clarify units for smoothmath — galbramc / detail
  554. Add smoothabs0_tanh_eps — galbramc / detail
  555. Fix array out-of-bounds in unit test — galbramc / detail
  556. Vera fixes (for real) — waligura / detail
  557. Fall back on LogEuclidian average when affine average fails — galbramc / detail
  558. Fix smooth math update — galbramc / detail
  559. Fixes to formatting and cmakeList. Still seeing a weird issue with boundary conditions not being recognized even though changes were not around there — waligura / detail
  560. Add L2 projection of drV/dn for AFT model. — galbramc / detail
  561. Add one more check for AFT — galbramc / detail
  562. Add missing instantiation — galbramc / detail
  563. Tell cppcheck to use boost.cfg — galbramc / detail
  564. Update AFT BC test — galbramc / detail
  565. Fixes to matmul, reformatting on readNN, and a mistaken change to a BC file — waligura / detail
  566. Fix to the lone vera and added some other matmul options — waligura / detail
  567. All working make check now, with some unit test issues — waligura / detail
  568. Fix tecplot dump of interior trace CG fields. Add all bodies to debug_blade for body forces — galbramc / detail
  569. Added 2D nozzle toy code — tonyryu / detail
  570. PDERANS updates — waligura / detail
  571. important PDE changes to investigate with diff — waligura / detail
  572. pushes to take away Prt from wall modeling input — waligura / detail
  573. small navier stokes fixes — waligura / detail
  574. changes to thermal conductivity to be more consistent with SA-neg — waligura / detail
  575. Add stator pressure rise for an actuator disk stage — galbramc / detail
  576. Fix stator actuator disk — galbramc / detail
  577. adding 1D channel flow for wall-model RANS analysis — allmaras / detail
  578. Update HUMOR interface with separate input/output file names — mbottot / detail
  579. Fix trailing whitespace in HUMOR interface update — mbottot / detail
  580. changes to PDERANS unit tests — waligura / detail
  581. Fixing the warnings for the final time — waligura / detail
  582. Upgrade to TecIO 2023r1m1 — galbramc / detail
  583. Relax tolerance — galbramc / detail
  584. Add latest boost versions — galbramc / detail
  585. Fixed Local Solves for VMSDBR2 — renat999 / detail
  586. Small pointwise fix — galbramc / detail
  587. adding nondimensional nozzle toy case — tonyryu / detail
  588. Fix parallel ugrid write — galbramc / detail
  589. Format5ing fix — galbramc / detail
  590. Actualy set iterative refinement for MKL_PARDISO — galbramc / detail
  591. Cleaning up some of the excess on files and adding a unit test for the NN calc — waligura / detail
  592. Getting rid of bogus include — waligura / detail
  593. Trying another small commit because I am not sure the last one was my fault — waligura / detail
  594. Fix sign on JetDissipation — galbramc / detail
  595. Add VectorVectorVectorVector example — galbramc / detail
  596. Add Ptdw output for body force — galbramc / detail
  597. extended exact WM solution to chi in [0, 1) — allmaras / detail
  598. Commit before updating — renat999 / detail
  599. Fixed issues in make check — renat999 / detail
  600. Fixed Jenkins errors (v1) — renat999 / detail
  601. Quick fix to previous commit — renat999 / detail
  602. Fixed Jenkins errors (v2) — renat999 / detail
  603. Fixed Jenkins errors (v3) — renat999 / detail
  604. Fixed Jenkins errors (v4) — renat999 / detail
  605. Fixed Jenkins errors (v5) — renat999 / detail
  606. Fixed Jenkins errors (v6) — renat999 / detail
  607. Fixed Jenkins errors (v7) — renat999 / detail
  608. Fixed Jenkins errors (v8) — renat999 / detail
  609. Fixed Jenkins errors (v9) — renat999 / detail
  610. Started working on PDE base classes and consistent error estimate — renat999 / detail
  611. Fix some tar scripts — galbramc / detail
  612. Add tar script for petsc — galbramc / detail
  613. Look for generic petcs.tgz to build PETSc — galbramc / detail
  614. added constrained solver for centerline velocity and equilibrium wall model — allmaras / detail
  615. code clean-up; no change in functionality — allmaras / detail
  616. added access functions needed for globally constrained solver — allmaras / detail
  617. added valid-state check for global parameters; new function is virtual but — allmaras / detail
  618. instantiations needed for globally constrained system for N=2 PDE and 2 global — allmaras / detail
  619. new volume integrand for augmenting PDE residuals via global parameters terms — allmaras / detail
  620. line-length squawks & missing instantitations for 1D globally constrained channel flow — allmaras / detail
  621. fixed possible uninitialized variable — allmaras / detail
  622. Fix UnionJack so it works with avro — galbramc / detail
  623. Unstaged src/pde/sansPDEBase2D.h — renat999 / detail
  624. Added unit test for src/pde/sansPDEBase.h — renat999 / detail
  625. Update avro_tar script to get submodules — galbramc / detail
  626. Fixed compiler error — renat999 / detail
  627. Update tar for avro to include submodules — galbramc / detail
  628. Remove debug print statements — galbramc / detail
  629. Add Nozzle BC to body force — galbramc / detail
  630. better initial guess for pressure gradient and solution profile — allmaras / detail
  631. fixed uninitialized variable squawk (athough it'll never happen) — allmaras / detail
  632. Update Copyright dates to 2013-2024 — galbramc / detail
  633. Somehow missed on file — galbramc / detail
  634. Use new accelerate lapack on macOS — galbramc / detail
  635. Script updates for viggen — galbramc / detail
  636. One more copyright date fix — galbramc / detail
  637. Add linear nozzle coefficient ramp — galbramc / detail
  638. Add more suitesparse search paths. Add Nozzle outflow BC unit test. — galbramc / detail
  639. Check for unsteady with BDF and RK. — galbramc / detail
  640. Restore time step in BDF — galbramc / detail
  641. Cleanup AFT — galbramc / detail
  642. Fix array out of bounds — galbramc / detail
  643. Remove unused variable — galbramc / detail
  644. Fix finding suitesparse includes — galbramc / detail
  645. Fix compile error — galbramc / detail
  646. committing some changes as of Feb.8 — tonyryu / detail
  647. Add missing mpi communictor includes — galbramc / detail
  648. Add ParameterVectorS for static sized python arrays — galbramc / detail
  649. Missed a file — galbramc / detail
  650. Suppress warning — galbramc / detail
  651. Started refactoring Scalar Functions during SANS meeting — renat999 / detail
  652. Suppress duplicate library link warning on macOS — galbramc / detail
  653. Fix for python2 — galbramc / detail
  654. first round of adjoint fixes — tonyryu / detail
  655. Commiting progress on Function.h — renat999 / detail
  656. Forgot ScalarFunction.h — renat999 / detail
  657. Finished implementation of Function.h. Compiler errors are present — renat999 / detail
  658. Add radial variation in fsig for FlowTan body force — galbramc / detail
  659. Allow solving for Nozzle Coefficient — galbramc / detail
  660. Fix typo — galbramc / detail
  661. Unit test — renat999 / detail
  662. March1_2024 — tonyryu / detail
  663. Fix body force optimization — galbramc / detail
  664. Add unsteady body force pertubation — galbramc / detail
  665. Forgot checkInputs — galbramc / detail
  666. Fix compile error — galbramc / detail
  667. One more compile error — galbramc / detail
  668. One more fix — galbramc / detail
  669. Add temporal ramp for rotor pertubation — galbramc / detail
  670. Fix compile error — galbramc / detail
  671. Allow turning off body force pertubation time ramp — galbramc / detail
  672. One more fix — galbramc / detail
  673. One more fix — galbramc / detail
  674. More body force fixes — galbramc / detail
  675. Update unit test — galbramc / detail
  676. Adjoints refactoring to standardize naming conventions for enriched adjoint, adjoint, and delta adjoint. — tonyryu / detail
  677. Fix for body force optimization — galbramc / detail
  678. Fix last commit — galbramc / detail
  679. tried to fix line length exceeding 150 characters. — tonyryu / detail
  680. One more fix — galbramc / detail
  681. additional lines exceeding 150 characters. — tonyryu / detail
  682. removed explicit #define SANS_AVRO which was including XField_avro.h — tonyryu / detail
  683. Try constrained solver first for body force optimization — galbramc / detail
  684. Fix last commit — galbramc / detail
  685. wrapped params.Mesher.avro in if USE_AVRO SANS_AVRO and addressed line length error — tonyryu / detail
  686. fixed accidental unterminated #if statement — tonyryu / detail
  687. adding back the tmp files that were accidentally deleted as well as the .gitignore files in them — tonyryu / detail
  688. fixed copyright dates for SolverInterface_discretizations — tonyryu / detail
  689. Fixed warning for unused variables in Nozzle_nondim and Nozzle.cpp — tonyryu / detail
  690. Fix up instantiation for ScalarFunction_Linear — galbramc / detail
  691. Add length 4 ParameterVectorS — galbramc / detail
  692. Redefining adjoint as order p in SolutionData. Introduced projected_adjoint, which is p+1 projection of order p adjoint in SolutionData_VMSD_BR2.h, then renamed the variables in the SolverInterface_VMSD_BR2.h and the unit tests accordingly. — tonyryu / detail
  693. deleted SANS_refactor_test directory which had some savefiles from a test run to check the results. Renamed projected_adjoint to prolonged_adjoint in the solutiondata as well as the corresponding solverinterface and unit tests. — tonyryu / detail
  694. Check for no_warn_dup_lib on macOS — galbramc / detail
  695. One more try — galbramc / detail
  696. Try yet again — galbramc / detail
  697. Silly mistake — galbramc / detail
  698. Initial add of element enrichment capabilities — mbottot / detail
  699. Enable structured grids for ducted body force analysis. Possibly improve distance function calculation time. — galbramc / detail
  700. got rid of getAdjField(), got rid of sol_.prolonged_adjoint, and changed all the corresponding unit tests and toy codes that use these calls. — tonyryu / detail
  701. Passing (but incomplete) unit test for linear ScalarFunction — mbottot / detail
  702. Some fixes for last commit — galbramc / detail
  703. Update unit test — galbramc / detail
  704. Add boundary output groups for structured body forces — galbramc / detail
  705. Fix RefCoord solver — galbramc / detail
  706. Fix rotor source pertubation — galbramc / detail
  707. Finally get rotating pertubation periodicity correct — galbramc / detail
  708. Fix warnings — galbramc / detail
  709. addressing line is longer than 150 characters error — tonyryu / detail
  710. formatting lines over 150 characters — tonyryu / detail
  711. another line is longer than 150 characters message — tonyryu / detail
  712. Also add 2D L2Project multiscale adaptation toy code — mbottot / detail
  713. Fix new toy code so that it also compiles without refine and add reconstruction option — mbottot / detail
  714. Fix missing space for vera and relax error tolerance for clang — mbottot / detail
  715. forgot to add the ScalarFunction.h in the previous commit. Added ScalarFucntion_Pow() in place for ScalarFunction_Monomial. Still need to add unit test for this. — tonyryu / detail
  716. Fix blade rotation for body forces — galbramc / detail
  717. Fix for last commit — galbramc / detail
  718. Fix sensitvity for last commit — galbramc / detail
  719. one more try — galbramc / detail
  720. Forgot files — galbramc / detail
  721. Also update blade thickenss rotation — galbramc / detail
  722. Add a debug surface mesh when AFLR3 fails. — galbramc / detail
  723. Continued ScalarFunction refactoring. — renat999 / detail
  724. Use fabs for rotor losses — galbramc / detail
  725. Upgrade to ESP 1.24. Now minimum required version. — galbramc / detail
  726. Fixes for ESP 1.24. Remove fabs from rotor source losses. — galbramc / detail
  727. Forgot one file — galbramc / detail
  728. Added ND const and Gaussian ScalarFunctions — dashwsd / detail
  729. Quick fix before pushing — renat999 / detail
  730. fixed formatting Function1D — dashwsd / detail
  731. Add Surreal instantiations for LDLT — galbramc / detail

#1614 (Apr 18, 2024, 4:51:40 AM)

  1. Fix compile error — galbramc / detail
  2. One more refine fix — galbramc / detail
  3. vera fix — galbramc / detail
  4. Update CMake for ParMETIS/METIS on github. Updated to newer Find Python3. — galbramc / detail
  5. Don't write restart.meshb from refine — galbramc / detail
  6. Remove restart.meshb from refine — galbramc / detail
  7. Rework metis/parmetis build again — galbramc / detail
  8. Don't build extern libs in parallel — galbramc / detail
  9. Fix intel warning — galbramc / detail
  10. Update GKlib build and suitesparse check — galbramc / detail
  11. Forgot a file — galbramc / detail
  12. PDERANSSA3D and unit test changes for Catris model implementation from Andrew — waligura / detail
  13. changes to PDERANS3D with turbulence model implementation updates — waligura / detail
  14. actual commit for PDERANS3D that incorporates all merges — waligura / detail
  15. Another parmetis build fix — galbramc / detail
  16. Update cmake summary file — galbramc / detail
  17. Finally maybe — galbramc / detail
  18. vera changes to the PDE and constructor changes to test cases — waligura / detail
  19. Print absolute and relative PETSc tolerance — galbramc / detail
  20. Add fPIC when building GKlib — galbramc / detail
  21. More cmake fixes — galbramc / detail
  22. Remove message — galbramc / detail
  23. Maybe finally got it right... — galbramc / detail
  24. changed backsolve to not modify RHS (b) — ursachi / detail
  25. small commit to test jenkins again — waligura / detail
  26. Slightly prettier formatting for PETSc history — galbramc / detail
  27. Add metis to refine libraries — galbramc / detail
  28. Navier Stokes test case I'm having trouble with — waligura / detail
  29. made WM a turbulence model option (instead of adding an input to the — ursachi / detail
  30. Added adjoint DBL to scalar function — cwomack / detail
  31. Fixed unit test tolerance issue — cwomack / detail
  32. Lowered DBL unit test tolerance — cwomack / detail
  33. Changed BOOST_CHECK to SANS_CHECK — cwomack / detail
  34. supersonic case update — waligura / detail
  35. Added renat999@mit.edu to DeveloperEmailAddresses — renat999 / detail
  36. Axes template for DG interior and boundary traces — allmaras / detail
  37. Axes template for XField_CellToTrace — allmaras / detail
  38. Add fourier modes for asymmetric rotor body forces — galbramc / detail
  39. Forgot a file — galbramc / detail
  40. Update test — galbramc / detail
  41. sansBOOM mods for AV jump sensor — darmofal / detail
  42. Fixes for Ubuntu 22.04. Compiler flags for IntelLLVM and relaxed tolerances. — galbramc / detail
  43. Fix permissions — galbramc / detail
  44. Intel and gnu12 fixes — galbramc / detail
  45. Add missing instantiations — galbramc / detail
  46. More link error fixes — galbramc / detail
  47. One more missing instantiation — galbramc / detail
  48. Relax tolerance for intel — galbramc / detail
  49. Put calculateStroudQuadrature in SANS namespace — galbramc / detail
  50. Refactor non-symmetric body forces — galbramc / detail
  51. Compile fix — galbramc / detail
  52. Vera fix — galbramc / detail
  53. Fix warning and ping test — galbramc / detail
  54. Adjusting finite difference — galbramc / detail
  55. Smaller step size — galbramc / detail
  56. new changes to PDERANS3D to include jacobian fixes — waligura / detail
  57. small vera mistake I missed — waligura / detail
  58. Upgrade to ESP 1.20 — galbramc / detail
  59. Fix warning — galbramc / detail
  60. sansLIPAIM python fixes — galbramc / detail
  61. Fixed the unit test for zero species — renat999 / detail
  62. Fix geometry construction — galbramc / detail
  63. More ESP updates — galbramc / detail
  64. Spatial implementation of sansBOOM created as sansBOOM2D — darmofal / detail
  65. More egads fixes — galbramc / detail
  66. Add WallSlip BC for 3D RANSSA — galbramc / detail
  67. Fix last commit — galbramc / detail
  68. Fix array bounds error — galbramc / detail
  69. Added test cases for Nspecies=1. Still a bug. — renat999 / detail
  70. Added test cases for Nspecies=1. Still a bug. — renat999 / detail
  71. Add PtPolynomials to 3D PtTt BC — galbramc / detail
  72. Fix compile error — galbramc / detail
  73. Update input checks for total pressure profile — galbramc / detail
  74. added tests for remainder of block 2x2 jacobians: d(PDE)/d(qp), d(PDEp)/d(q), d(PDEp)/d(qp) — allmaras / detail
  75. templated Axes for UnitGrids XField2D_Box_UnionJack_Triangle_X1, XField2D_CubicSourceBump_Xq, — allmaras / detail
  76. Fix rotor source asymmetric normal vectors — galbramc / detail
  77. Fix last commit — galbramc / detail
  78. Fixed sansBOOM SpaceTime1D with multiple species. — renat999 / detail
  79. Add legacy VTK and Exodus metric files — galbramc / detail
  80. VTK fixes — galbramc / detail
  81. Fixed Body Force solver sensitvity — galbramc / detail
  82. Warning fixes — galbramc / detail
  83. fixed vera errors: long line — shunz / detail
  84. fixed vera errors: long line — shunz / detail
  85. updated include paths — shunz / detail
  86. updated include paths — shunz / detail
  87. removed outdated sandbox case — shunz / detail
  88. updated usage of 3D quad sheet grid's interior trace group count — shunz / detail
  89. updated pyrite files. relaxed pyrite tolerance. fixed IO file/path names — shunz / detail
  90. turned off file output — shunz / detail
  91. PDEsansBOOM2D.h updates — darmofal / detail
  92. relaxed tolerance for intel — shunz / detail
  93. relaxed tolerance again for intel — shunz / detail
  94. Remove depricated sprintf — galbramc / detail
  95. Add cirumfirential body force — galbramc / detail
  96. Use system valgrind — galbramc / detail
  97. Fix warning — galbramc / detail
  98. Derivative calculation fixes for asymmetric body forces — galbramc / detail
  99. Suppress sanitizer odr violations. Add the ability for ugrid reader to — galbramc / detail
  100. CMake file fix — galbramc / detail
  101. Forgot to update files. Some cppcheck fixes. — galbramc / detail
  102. added wall model for 3D — ursachi / detail
  103. added missing template arguments — ursachi / detail
  104. Update 2D SA_R to latest deffinition on TMR — galbramc / detail
  105. Fix abs with fabs — galbramc / detail
  106. added a missing const — ursachi / detail
  107. raised tolerance slightly for test — ursachi / detail
  108. More robust normal field for rotor source — galbramc / detail
  109. Update MultiScale for latest refine. Replace vsprintf with vsnprintf. — galbramc / detail
  110. Working sansBOOM2D with unit tests for the PDE — renat999 / detail
  111. Update rotor source ping test — galbramc / detail
  112. Refactor and simplified NormalField to use axial and raidal instead of cartesian coordinates — galbramc / detail
  113. Minor fixes — galbramc / detail
  114. Write out unconverged_surf.dat for BodyFroce RANS calculations. — galbramc / detail
  115. Add manual body force magnitude specification — galbramc / detail
  116. Change deltaRef to forceMag in normal field dump — galbramc / detail
  117. Forgot to update some python inputs — galbramc / detail
  118. DGBR2/DGBR4 low-level modification integrated. — cfrontin / detail
  119. templateized DiscretizationDGBR2 implemented, working on one test case. — cfrontin / detail
  120. test/sandbox cases updated with templateized DGBR — cfrontin / detail
  121. unit test brute force replacement — cfrontin / detail
  122. unit test fixes ; make unit working — cfrontin / detail
  123. initialized variables to zero to fix compiler warnings — ursachi / detail
  124. Add new asymmetric forces to optimizer. Fix RotorForce tecplot dump. — galbramc / detail
  125. system test update dgbr2 templatizaiton — cfrontin / detail
  126. fixed weird type mismatch in adapt3d_DGBR2_ranssa_HCH_toy.cpp — cfrontin / detail
  127. test case changes to update — waligura / detail
  128. sandbox case add 2 — waligura / detail
  129. changes before Ben switch — waligura / detail
  130. think it should pass now. — cfrontin / detail
  131. Try to capture discontinuities for Rotor source teclot output — galbramc / detail
  132. Fix typo — galbramc / detail
  133. Added Area + Atmos. variations to sansBOOM2D — renat999 / detail
  134. Fixes to previous commit — renat999 / detail
  135. sansBOOM2D directories — renat999 / detail
  136. cleaned up files — ursachi / detail
  137. added wall function BC for 3D — ursachi / detail
  138. Blasius + polar coordinate test problems and functions — cwomack / detail
  139. added instantitations containing Axes template for XField2D_Box_UnionJack_Triangle_X1 — allmaras / detail
  140. explicitly added Axes to all apply<> and check<> calls; this is needed because — allmaras / detail
  141. added Axes template parameters — allmaras / detail
  142. Axisymmetric instantiations — allmaras / detail
  143. mods needed for extending global constraints to boundary terms and systems — allmaras / detail
  144. mods to artificial viscosity sensor PDE needed for Axisymmetric — allmaras / detail
  145. added dump of solution (x from Ax = b) for UMFPACK — allmaras / detail
  146. modified halving linesearch diagnostics to dump out full solution change — allmaras / detail
  147. added constant CFL number option to PTC — allmaras / detail
  148. added function to return vector of base altitudes for all layers in atmosphere — allmaras / detail
  149. proper spelling for Blohkinzev (previously had the h & k swapped) — allmaras / detail
  150. turned off some print statements — allmaras / detail
  151. added Reflect BC; bug fixes and code clean-up — allmaras / detail
  152. continued development of axisymmetric test cases; addition of Brenner and SBR perturbation PDEs; — allmaras / detail
  153. code clean-up — allmaras / detail
  154. added sans-differential integration (e.g. without r for axisymmetric); needed — allmaras / detail
  155. fixed merge conflicts — allmaras / detail
  156. fixed vera line length squawks — allmaras / detail
  157. relaxed tolerances on tests — allmaras / detail
  158. missed an apply<> template — allmaras / detail
  159. added a template parameter to AlgebraicEquationSet_GloballyConstrained_PTC — allmaras / detail
  160. vera squawk — allmaras / detail
  161. int -> size_t in for loops — allmaras / detail
  162. removed axisymmetric SBR and TP1 test cases for now — allmaras / detail
  163. removed unused variable from test — allmaras / detail
  164. over-wrote a dump pattern file — allmaras / detail
  165. unused typedef removed — allmaras / detail
  166. missing dump pattern file — allmaras / detail
  167. relaxed test tolerance (for intel...) — allmaras / detail
  168. added jacobianFluxViscous to axisymmetric NS; unit tested — allmaras / detail
  169. updated augmented interface to use Dirichlet/Neumann form — allmaras / detail
  170. added option to evaluate Glasby tau without source term contribution — allmaras / detail
  171. added an explicit Axes typedef to all PDE and Output classes; NDConvert now — allmaras / detail
  172. axisymmetric NS function diffusionViscousGradient coded and unit tested — allmaras / detail
  173. added/corrected axisymmetric NS jacobianSource term with unit tests — allmaras / detail
  174. Addition of updated mathematica testing notebooks for PDERANS2D tests — waligura / detail
  175. Add camber surface dump — galbramc / detail
  176. Suppress Boost new version warnings in CMake — galbramc / detail
  177. added Axes template to XField1D mesher — allmaras / detail
  178. Axes fixes and instantiations needed for 1D axisymmetric solve — allmaras / detail
  179. added linear temperature option of noslip-isothermal BC; added new solution — allmaras / detail
  180. added solution function for stagnant flow with linear-in-z temperature (and constant pressure); — allmaras / detail
  181. Added folders — renat999 / detail
  182. Added files — renat999 / detail
  183. Add body force normal and pallel forces to deltaRef tecplot dump — galbramc / detail
  184. Fixed sansBOOM to be up to date with the master br — renat999 / detail
  185. Fixed vera errors — cwomack / detail
  186. Fixed errors, added template argument — cwomack / detail
  187. fixed templating error — cwomack / detail
  188. Changed test suite name — cwomack / detail
  189. Removed unused variable — cwomack / detail
  190. Update SuiteSparse build. Relax some testing tolerances. — galbramc / detail
  191. Fixes for exodus file IO — galbramc / detail
  192. Standardized DBL cases, added unit test for annulus — cwomack / detail
  193. Use step matrix FrobNorm minimization for implied metric optimization. — galbramc / detail
  194. updated Tecplot output for VMSDBR2 to be consistent with boundary flux — ursachi / detail
  195. forgot to include updated cmakelist with previous commit — ursachi / detail
  196. forgot to actually commit the Tecplot output file — ursachi / detail
  197. Added axisymmetric DBL — cwomack / detail
  198. changed variable name to nt to be consistent with rest of code — ursachi / detail
  199. Add fluent reader to support Pointwise generated meshes for RotorSource — galbramc / detail
  200. Forgot updated partitioning files — galbramc / detail
  201. One more missing file — galbramc / detail
  202. Added sag6096@psu.edu to DeveloperEmailAddresses — sag6096 / detail
  203. added gradients for specified velocity for no-slip, isothermal BC — allmaras / detail
  204. Forgot one more file — galbramc / detail
  205. Add another file to COTIRE_IGNORE — galbramc / detail
  206. Fix group numbering on older gcc versions for Fluent reader — galbramc / detail
  207. added Axes template to meshers, error estimates, local problems, adaptation — allmaras / detail
  208. 1D and 2D axisymmetric instantiations for meshers, error estimates, local problems, adaptation — allmaras / detail
  209. added Axes template to CostModel_LogEuclidean; also modified integration — allmaras / detail
  210. Expose SA Flavours for Rotor Source calculations — galbramc / detail
  211. missed a couple files with added Axes templates — allmaras / detail
  212. Removed annulus unit test while fixing bug — cwomack / detail
  213. Removed unused variables — cwomack / detail
  214. Loosened tolerance on one test — cwomack / detail
  215. Galerkin strong-form BC implementation classes renamed to be consistent with file name — allmaras / detail
  216. Add pressure gradient terms to RotorSource — galbramc / detail
  217. Relax tolerance — galbramc / detail
  218. consistent interface in augmented integrand for both Dirichlet and Neumann constraints — allmaras / detail
  219. added option for SUPG with source term for test-function operator; — allmaras / detail
  220. added option to add both q-gradient and qp-gradient into lifted gradient; — allmaras / detail
  221. added code for integration without the differential multiplier (e.g. r in Axisymmetric); — allmaras / detail
  222. Added sag6096@mit.edu to DeveloperEmailAddresses — sag6096 / detail
  223. fixed merge conflicts — allmaras / detail
  224. vera line-length squawks — allmaras / detail
  225. added missing Axes in refine and related instantiations — allmaras / detail
  226. fixed vera squawk — allmaras / detail
  227. Add RotorSource flow tangency model — galbramc / detail
  228. Fix for intel compiler — galbramc / detail
  229. Remove redundtant email — galbramc / detail
  230. Adjust ping test — galbramc / detail
  231. Add clVariableType. Fix sourceJacobianAbs for RotorFlowTan. — galbramc / detail
  232. added compiler warning suppression for Ping_Euler_RotorSource_btest.cpp — allmaras / detail
  233. added compiler suppression -Wno-maybe-uninitialized to BodyForceSolver_*.cpp — allmaras / detail
  234. fixed nightly warnings: possibly uninitialized variables — allmaras / detail
  235. First incorporation of Standard Atmosphere, and altitude dependent Absorption — renat999 / detail
  236. Saving first draft of polar coordinates, axisym changes — cwomack / detail
  237. raypath code for multi-layer atmospheres; functions of both z and s — allmaras / detail
  238. Mathematica file for unit tests of raypath code for standard atmosphere — allmaras / detail
  239. some compilers need #include <vector> — allmaras / detail
  240. increased tolerances on raypath tests — allmaras / detail
  241. Support 2D CG periodic solutions. Add 2D RotorSource calculations. — galbramc / detail
  242. Fix for 2D CG periodic in parallel — galbramc / detail
  243. Fix ArcCamber angle definition. Allow both positive and negative angles — galbramc / detail
  244. Fix FieldLib library order — galbramc / detail
  245. Standard Atmosphere RayPathS and absorption added — renat999 / detail
  246. Allow constrained body force solves in 2D — galbramc / detail
  247. Fix tankap for 2D. Add rhofn to RotorSource output. Fix link errors. — galbramc / detail
  248. Fix 2D RotorSource tecplot dump — galbramc / detail
  249. Put back rotor source tan(kappa) — galbramc / detail
  250. Fix tecplot dump for 2D body forces to use PASSIVEVARLIST. Get FlowTan body foces working in 2D. — galbramc / detail
  251. Forgot a file — galbramc / detail
  252. Correction to asymmetric Pt inflow BC — galbramc / detail
  253. Fix typo — galbramc / detail
  254. One more bug fix — galbramc / detail
  255. Compile fix — galbramc / detail
  256. Fixed compiler errors — galbramc / detail
  257. A few jenkins fixes — galbramc / detail
  258. Warning and link fixes — galbramc / detail
  259. More link error fixes — galbramc / detail
  260. Fix includes — galbramc / detail
  261. Fix some link errors — galbramc / detail
  262. Not sure what I fixed... — galbramc / detail
  263. Add placeholder HUMOR meshing interface — galbramc / detail
  264. Fixes for last commit — galbramc / detail
  265. More seacas guards — galbramc / detail
  266. One more seacas protection — galbramc / detail
  267. Add one seacas dependency — galbramc / detail
  268. Fixed test cases and unified results — cwomack / detail
  269. Fixed vera errors — cwomack / detail
  270. Added to vera exclusions — cwomack / detail
  271. Add unsteady to BodyForces — galbramc / detail
  272. Sending DG changes to Steve — cwomack / detail
  273. Add missing updated RK examples. Update history output for unsteady BodyForce — galbramc / detail
  274. added Axes templates for missing DG error estimates; added instantiations for axisymmetric DG — allmaras / detail
  275. Invert eigen vector scaling for exodus files — galbramc / detail
  276. Pad zeros in body force file names — galbramc / detail
  277. Fix compile error — galbramc / detail
  278. additional Axes mods and axisymmetric/polar instantations needed for 'make check' — allmaras / detail
  279. Compile fixes and corrections to Exodus file write — galbramc / detail
  280. Forgot a file — galbramc / detail
  281. Fix call to HUMOR — galbramc / detail
  282. Exodus reader fix — galbramc / detail
  283. Missed a file — galbramc / detail
  284. More humor options — galbramc / detail
  285. Fix typo — galbramc / detail
  286. Pushing code, missing defaulted Axes — cwomack / detail
  287. Add KarypisLab tar scripts — galbramc / detail
  288. added Axes templates into VMSD error estimates — allmaras / detail
  289. Update KarypisLab tar scripts — galbramc / detail
  290. 1st draft polar adaptation — cwomack / detail
  291. Fix normal mach output for 2D — galbramc / detail
  292. Runge Kutta updates — galbramc / detail
  293. Minor fixes — galbramc / detail
  294. Switch to BDF — galbramc / detail
  295. Fix missing instantiation — galbramc / detail
  296. Add omega to constrained solver outputs — galbramc / detail
  297. Use CFL based time stepping for BDF — galbramc / detail
  298. Don't return results when constrained solver fails — galbramc / detail
  299. Fix cylindrical pressure probe output — galbramc / detail
  300. Fix typo — galbramc / detail
  301. Add fluent format documentation — galbramc / detail
  302. Fix pressure probe output one more time — galbramc / detail
  303. Changes to polar normal vector — cwomack / detail
  304. Add pressure output for rotor source — galbramc / detail
  305. Test mods — cwomack / detail
  306. first step towards a variable Prt model — waligura / detail
  307. Changes for Steve — cwomack / detail
  308. fixed polar coordinates integration bug; changed all ElementXField definitions for jacobianDeterminant, — allmaras / detail
  309. Blend equations for FlowTan — galbramc / detail
  310. Add more RotorSource 3D dumps. Default double precision for tecplot dumps. — galbramc / detail
  311. Add dp/deta to delta dump — galbramc / detail
  312. Fix compile errors — galbramc / detail
  313. Add cylindrical relative velocity components — galbramc / detail
  314. Fix line search unit tests — galbramc / detail
  315. fixed polar-coordinates differential length and area functions, along with — allmaras / detail
  316. Saving polar changes — cwomack / detail
  317. Add tolerane to valid x-range for 2D rotor outputs — galbramc / detail
  318. Fix vector size for DeltaRef dump — galbramc / detail
  319. polar bug fix: volume() -> volumePhysical() & area() -> areaPhysical() — allmaras / detail
  320. made *sansDifferential and *Mesh integrations consistent (i.e. the same as — allmaras / detail
  321. many changes to variable types to incorporate a variable conductivity with Prt — waligura / detail
  322. incorporated 1/r into theta derivative for polar in evalBasisGradient (which — allmaras / detail
  323. modified polar Hessian to correctly include 1st derivatives and 1/r terms — allmaras / detail
  324. Saving changes — cwomack / detail
  325. Update tecplot dump for flowTan body force. Allow getting EGADS model from pyton for BodyForces/ — galbramc / detail
  326. Fix fn dump in deltaRef — galbramc / detail
  327. solving for s ahead of time — renat999 / detail
  328. Fix compilere warning and guard against divide by zero — galbramc / detail
  329. Change flowTan model at bounds. Fix deltaRef dump. — galbramc / detail
  330. Update unit tests — galbramc / detail
  331. Reverse sign of tan(kappa) for Peters body force term — galbramc / detail
  332. Dump out delta and kappa in deg for body forces — galbramc / detail
  333. Polar modifications — cwomack / detail
  334. added missing template — ursachi / detail
  335. added 2D flatplate test case (includes WM) — ursachi / detail
  336. Expose fsig in RotorFlowTan python arguments. Add env args to valgrind execution. — galbramc / detail
  337. Remove Ntheta scaling from FlowTan force — galbramc / detail
  338. Change scaling on normal force back to 1/r — galbramc / detail
  339. Fix cmake warning — galbramc / detail
  340. Add kShock to body force interface and change flowTan viscous model again — galbramc / detail
  341. Add missing kShock — galbramc / detail
  342. Polar bug fixes — cwomack / detail
  343. Fixed link errors — cwomack / detail
  344. working modification of PDERANS with a new Prt datatype defined with surreals. This build does not have the correct contructor formulation for PDERANSSA though — waligura / detail
  345. Change Rotor Rot/Rel outputs to specify rotor and position — galbramc / detail
  346. Sandbox polar changes — cwomack / detail
  347. sandbox changes — cwomack / detail
  348. Fixed vera errors — cwomack / detail
  349. Added annulus grids — cwomack / detail
  350. Sanbox changes — cwomack / detail
  351. Sandbox changes — cwomack / detail
  352. sandbox — cwomack / detail
  353. Add TECIO support. Fix compiler warnings. Fix projection from Hierachical to Lagrange in 2D. — galbramc / detail
  354. sandbox — cwomack / detail
  355. sandbox — cwomack / detail
  356. sandbox — cwomack / detail
  357. sandbox — cwomack / detail
  358. sandbox — cwomack / detail
  359. sandbox — cwomack / detail
  360. isandbox — cwomack / detail
  361. sandbox — cwomack / detail
  362. dbl — cwomack / detail
  363. dbl — cwomack / detail
  364. sandbox — cwomack / detail
  365. sandbox — cwomack / detail
  366. sandbox — cwomack / detail
  367. sandbox — cwomack / detail
  368. sandbox — cwomack / detail
  369. sandbox — cwomack / detail
  370. sandbox — cwomack / detail
  371. sandbox — cwomack / detail
  372. sandbox — cwomack / detail
  373. sandbox — cwomack / detail
  374. sandbox — cwomack / detail
  375. sandbox — cwomack / detail
  376. sandbox — cwomack / detail
  377. Fix warning and tecplot file write — galbramc / detail
  378. sandbox — cwomack / detail
  379. sandbxo — cwomack / detail
  380. sandbxo — cwomack / detail
  381. Allows solving for Back Pressure with Body Forces. TECIO fixes. — galbramc / detail
  382. Output solved back pressure for body force constrained solver. Fix compile error. — galbramc / detail
  383. Add missing instantiation — galbramc / detail
  384. sandbox changes — cwomack / detail
  385. sandbox and tecplot changes — cwomack / detail
  386. fixed bugs — cwomack / detail
  387. adjusted tolerancw — cwomack / detail
  388. PDEsansBOOM2D all effects included. Still some details in Unit tests — renat999 / detail
  389. Implemented the QType for the AFT 2014 Transition model — sag6096 / detail
  390. sandbox — cwomack / detail
  391. stashing changes now as a backup since the NN functionality is almost online — waligura / detail
  392. Fix parallel Metric file write. Don't revert to a lienar mesh if local patch construction fails. — galbramc / detail
  393. Working Prt NN Modification with no derivatives — waligura / detail
  394. sandbox changes — cwomack / detail
  395. sandbox — cwomack / detail
  396. merging branches — cwomack / detail
  397. Added polar instantiations — cwomack / detail
  398. Added WM BC for AV — ursachi / detail
  399. Added lrochery@mit.edu to DeveloperEmailAddresses — lrochery / detail
  400. Added the AFT transition model and subsequent — sag6096 / detail
  401. Reverted tecplot changes — cwomack / detail
  402. Even more generalized asymmetric fourier functions. Fix NormalVelocity flux. Add parallel force to BodyForce tecplot dump. — galbramc / detail
  403. Fix compile error — galbramc / detail
  404. Fixes for optimizing body force asym normals — galbramc / detail
  405. Fixed lingering warnings and hard-coded H12 term. — sag6096 / detail
  406. Smoother AFT model — galbramc / detail
  407. Add wall search stress output for RANS AFT flatplate — galbramc / detail
  408. Fix asym gradient calculation — galbramc / detail
  409. Fixed vera errors — cwomack / detail
  410. Added avro to FP cases — sag6096 / detail
  411. Fixed vera error — cwomack / detail
  412. Fix template errors — galbramc / detail
  413. Vera changes, new advective flux BC — cwomack / detail
  414. Fixed all lingering warnings — sag6096 / detail
  415. *ACTUALLY* got rid of all lingering warnings. — sag6096 / detail
  416. NormalField unit test fix and fix RotorSource interior force dump. — galbramc / detail
  417. One more compile fix — galbramc / detail
  418. Allow removing body force radial normal component — galbramc / detail
  419. Fixes — cwomack / detail
  420. added explicit instantiations of output_Tecplot for grid only for both — allmaras / detail
  421. Change to area averaged NormalVelocity for RotorSource — galbramc / detail
  422. try 2: explicit instantitations for grid-only output_Tecplot — allmaras / detail
  423. Fixed jenkins issues — cwomack / detail
  424. Missed a file — galbramc / detail
  425. Added albornoz@mit.edu to DeveloperEmailAddresses — albornoz / detail
  426. Fix for Unit output — galbramc / detail
  427. More fixes for unit calculation — galbramc / detail
  428. Added ejwllms@mit.edu to DeveloperEmailAddresses — ejwllms / detail
  429. Fixed unit test errors — cwomack / detail
  430. Fix compile error — galbramc / detail
  431. Changed warning — cwomack / detail
  432. Changed warnings — cwomack / detail
  433. All effects (except wind) implementation for sansBOOM2D with unit tests — renat999 / detail
  434. Removed CMakeCache.txt and correct indentation in Absorption.h — renat999 / detail
  435. Removed sansBOOM from directory list in src/pde/CMakeLists.txt — renat999 / detail
  436. Removed test/unit/pde/sansBOOM — renat999 / detail
  437. All the missing unit test for sansBOOM2D directory — renat999 / detail
  438. Removed test/unit/pde/sansBOOM for the directory list in CMakeLists.txt — renat999 / detail
  439. Untracked last files realted to sansBOOM — renat999 / detail
  440. Added asmedina@mit.edu to DeveloperEmailAddresses — asmedina / detail
  441. Added dgoba@mit.edu to DeveloperEmailAddresses — dgoba / detail
  442. Added new Ptrip term to source(iSA) for AFT model — sag6096 / detail
  443. Fixed missing bracket — sag6096 / detail
  444. Fixed issue with power function — sag6096 / detail
  445. added check on clang compiler for #pragma's on boost special functions include — allmaras / detail
  446. changed #ifdef from __clang_analyzer__ to __clang__ for warning suppression on boost Bessel function — allmaras / detail
  447. Update tar scripts for parmetis — galbramc / detail
  448. Adding support for an advection-diffusion-reaction (ADR) solver — darmofal / detail
  449. Fix email — albornoz / detail
  450. Added sansBOOM directories again. The toy code for sansBOOM2D with VMSDBR2 is also present — renat999 / detail
  451. Fixing merge conflicts — renat999 / detail
  452. Added CMakeLists.txt in sansBOOM directories — renat999 / detail
  453. New working Prt model with derivatives implemented: still need to implement throughout PDERANSSA — waligura / detail
  454. Working version of Prt modeling with Duan implemented Neural Network (small). Still does not run because of solver issues though — waligura / detail
  455. removed all instantiations for 1D Polar; these were all previously commented out — allmaras / detail
  456. eliminated depricated #else branch for FIX_POLAR_BUG and FIXED_POLAR_GRADIENT; — allmaras / detail
  457. fixed nightly build squawks — allmaras / detail
  458. Make sure ccache script has execute permissions — galbramc / detail
  459. Changes to test case for supersonic run — waligura / detail
  460. Brenner fixes — waligura / detail
  461. Commiting to pull in the cluster. src/pde/OutputCell_SolutionErrorL2.h hacked to make 0 the srnos — renat999 / detail
  462. fixed nightly build squawks — allmaras / detail
  463. oops, bug fix for latest edit — allmaras / detail
  464. Toy codes to test DGBR2 and VMSDBR2 with analytical traveling wave — renat999 / detail
  465. Working Prt NN model implementation with 11 input variables and R^2 around 60%. The jacobian and gradient of the model are implemented as well, but nothing has been tested yet — waligura / detail
  466. other things needed to run — waligura / detail
  467. Compiled DistanceFunctionGradient, and add DistanceFunctionHessian. — galbramc / detail
  468. Added option for both AFT2014 and AFT2017 — sag6096 / detail
  469. fix for test case with importing from command line — waligura / detail
  470. "fixed" — waligura / detail
  471. fixing commit — waligura / detail
  472. fixing commit 2 — waligura / detail
  473. fixing commit 3 — waligura / detail
  474. fix 4 — waligura / detail
  475. Added smoothmax to smoothmath.h — sag6096 / detail
  476. Fix DistanceFunction Grad/Hess. Revive DistanceFunction tests. Add AFT2017. Refactor SA trip source for AFT. — galbramc / detail
  477. Supersonic working DuanS version — waligura / detail
  478. renamed wall model BC — ursachi / detail
  479. added isothermal WM BC — ursachi / detail
  480. made chit0 naming consistent — ursachi / detail
  481. forgot to add file for WM BC — ursachi / detail
  482. fixed variable type — ursachi / detail
  483. changes to the scaling in dataTransform to more accurately scale the simulation inputs. change made on super — waligura / detail
  484. Commit before reinstalling SANS — renat999 / detail
  485. Added in some of the blasius BC as well as AFT2019 — sag6096 / detail
  486. Fix ghost dof for broken CG fields — galbramc / detail
  487. Add actuator disk model. Fix tecplot CG dump for broken CG fields. — galbramc / detail
  488. Fix jacobianSource for AFT — galbramc / detail
  489. Fix compile error — galbramc / detail
  490. Missed instantiation — galbramc / detail
  491. Warning fixes — galbramc / detail
  492. Add avro guard — galbramc / detail
  493. Vera and warning fixes — galbramc / detail
  494. Fix compile error. Add linear offset to actuator disk psi_ts curve. — galbramc / detail
  495. Fix typo — galbramc / detail
  496. Fix array out of bound and sort keys for body force and actuator disk history files. — galbramc / detail
  497. Update nodal view for hex — galbramc / detail
  498. Fix actuator disk time integration — galbramc / detail
  499. Add asymmetric Pt to duct solver — galbramc / detail
  500. Fix compile error. Update TecIO build. — galbramc / detail
  501. Enable kt functions for Nozzle BC — galbramc / detail
  502. Fix time advancement for Duct Solver — galbramc / detail
  503. Add RANSSA RotorFlowTan — galbramc / detail
  504. Fixes for setting cn=0 with body forces — galbramc / detail
  505. Fix tests from last commit — galbramc / detail
  506. Added mbottot@mit.edu to DeveloperEmailAddresses — mbottot / detail
  507. Fix for finding numpy, and unit test fix — galbramc / detail
  508. Suppress warning and add missing instantiation — galbramc / detail
  509. Vera fix. More warning suppressions and timeout fixes — galbramc / detail
  510. Updated actuator disk model — galbramc / detail
  511. Forgot a file — galbramc / detail
  512. Getting some references working right so the unit tests run again. Getting ready to finalize the Prt unit test as well — waligura / detail
  513. Actuator disk fix — galbramc / detail
  514. Added tonyryu@mit.edu to DeveloperEmailAddresses — tonyryu / detail
  515. changing tolerances for unit tests for M1 Mac — tonyryu / detail
  516. Add NLF transition case — galbramc / detail
  517. Prt Model with working unnit test on Prt prediction — waligura / detail
  518. Change to IntelLLV as default for Intel compiler. — galbramc / detail
  519. Working Prt NN model with correct unit tests and deriviative implementation — waligura / detail
  520. Add scale factor for CompressiblePower calculation — galbramc / detail
  521. Cleaned up files for develop merge — waligura / detail
  522. Brought back all of the changes that I did not mean to make (I hope) — waligura / detail
  523. Relax tolerances for IntelLLVM — galbramc / detail
  524. Update RANSAFT NLF — galbramc / detail
  525. Additional changes to Prt modeling to fix nondimesional test case and also make adjustments on NeuralNetClosure — waligura / detail
  526. Write out PV for body forces — galbramc / detail
  527. IntelLLVM fix for TetGen — galbramc / detail
  528. Relax tolerances for Intel LLVM — galbramc / detail
  529. Enable dump of bodyforce RANS solutions — galbramc / detail
  530. Fix for last commit — galbramc / detail
  531. Added hnilsen@mit.edu to DeveloperEmailAddresses — hnilsen / detail
  532. Use PI insteady of M_PI for Surreal — galbramc / detail
  533. Update HUMOR interface — galbramc / detail
  534. Fix rotor source szplt output — galbramc / detail
  535. Vera fixes and don't use MPI TECIO — galbramc / detail
  536. Add PSig to body force dump — galbramc / detail
  537. Fix TECIO write of CG fields — galbramc / detail
  538. Fix PSig dump — galbramc / detail
  539. Fixed proper flow conditions for NLF-0416 — sag6096 / detail
  540. Guard against looking for rt library on MSYS — galbramc / detail
  541. Allow using PSig in Pprop calculation — galbramc / detail
  542. Fix last commit — galbramc / detail
  543. Default PV/PSig scale to 1 — galbramc / detail
  544. Updates to AFT PDE — galbramc / detail
  545. More cleanup of AFT PDE — galbramc / detail
  546. Try smoother distnace function gradient — galbramc / detail
  547. Fix last commit — galbramc / detail
  548. Refactor CG tecplot file writes, again... — galbramc / detail
  549. commit before update — waligura / detail
  550. Add derivatives for smoothmaxC2 and min — galbramc / detail
  551. Another try to push NN Prt changes to see the issues with the compiliers — waligura / detail
  552. Vera issues fixed — waligura / detail
  553. Add smoothabs0_tanh. Remove many defaults and clarify units for smoothmath — galbramc / detail
  554. Add smoothabs0_tanh_eps — galbramc / detail
  555. Fix array out-of-bounds in unit test — galbramc / detail
  556. Vera fixes (for real) — waligura / detail
  557. Fall back on LogEuclidian average when affine average fails — galbramc / detail
  558. Fix smooth math update — galbramc / detail
  559. Fixes to formatting and cmakeList. Still seeing a weird issue with boundary conditions not being recognized even though changes were not around there — waligura / detail
  560. Add L2 projection of drV/dn for AFT model. — galbramc / detail
  561. Add one more check for AFT — galbramc / detail
  562. Add missing instantiation — galbramc / detail
  563. Tell cppcheck to use boost.cfg — galbramc / detail
  564. Update AFT BC test — galbramc / detail
  565. Fixes to matmul, reformatting on readNN, and a mistaken change to a BC file — waligura / detail
  566. Fix to the lone vera and added some other matmul options — waligura / detail
  567. All working make check now, with some unit test issues — waligura / detail
  568. Fix tecplot dump of interior trace CG fields. Add all bodies to debug_blade for body forces — galbramc / detail
  569. Added 2D nozzle toy code — tonyryu / detail
  570. PDERANS updates — waligura / detail
  571. important PDE changes to investigate with diff — waligura / detail
  572. pushes to take away Prt from wall modeling input — waligura / detail
  573. small navier stokes fixes — waligura / detail
  574. changes to thermal conductivity to be more consistent with SA-neg — waligura / detail
  575. Add stator pressure rise for an actuator disk stage — galbramc / detail
  576. Fix stator actuator disk — galbramc / detail
  577. adding 1D channel flow for wall-model RANS analysis — allmaras / detail
  578. Update HUMOR interface with separate input/output file names — mbottot / detail
  579. Fix trailing whitespace in HUMOR interface update — mbottot / detail
  580. changes to PDERANS unit tests — waligura / detail
  581. Fixing the warnings for the final time — waligura / detail
  582. Upgrade to TecIO 2023r1m1 — galbramc / detail
  583. Relax tolerance — galbramc / detail
  584. Add latest boost versions — galbramc / detail
  585. Fixed Local Solves for VMSDBR2 — renat999 / detail
  586. Small pointwise fix — galbramc / detail
  587. adding nondimensional nozzle toy case — tonyryu / detail
  588. Fix parallel ugrid write — galbramc / detail
  589. Format5ing fix — galbramc / detail
  590. Actualy set iterative refinement for MKL_PARDISO — galbramc / detail
  591. Cleaning up some of the excess on files and adding a unit test for the NN calc — waligura / detail
  592. Getting rid of bogus include — waligura / detail
  593. Trying another small commit because I am not sure the last one was my fault — waligura / detail
  594. Fix sign on JetDissipation — galbramc / detail
  595. Add VectorVectorVectorVector example — galbramc / detail
  596. Add Ptdw output for body force — galbramc / detail
  597. extended exact WM solution to chi in [0, 1) — allmaras / detail
  598. Commit before updating — renat999 / detail
  599. Fixed issues in make check — renat999 / detail
  600. Fixed Jenkins errors (v1) — renat999 / detail
  601. Quick fix to previous commit — renat999 / detail
  602. Fixed Jenkins errors (v2) — renat999 / detail
  603. Fixed Jenkins errors (v3) — renat999 / detail
  604. Fixed Jenkins errors (v4) — renat999 / detail
  605. Fixed Jenkins errors (v5) — renat999 / detail
  606. Fixed Jenkins errors (v6) — renat999 / detail
  607. Fixed Jenkins errors (v7) — renat999 / detail
  608. Fixed Jenkins errors (v8) — renat999 / detail
  609. Fixed Jenkins errors (v9) — renat999 / detail
  610. Started working on PDE base classes and consistent error estimate — renat999 / detail
  611. Fix some tar scripts — galbramc / detail
  612. Add tar script for petsc — galbramc / detail
  613. Look for generic petcs.tgz to build PETSc — galbramc / detail
  614. added constrained solver for centerline velocity and equilibrium wall model — allmaras / detail
  615. code clean-up; no change in functionality — allmaras / detail
  616. added access functions needed for globally constrained solver — allmaras / detail
  617. added valid-state check for global parameters; new function is virtual but — allmaras / detail
  618. instantiations needed for globally constrained system for N=2 PDE and 2 global — allmaras / detail
  619. new volume integrand for augmenting PDE residuals via global parameters terms — allmaras / detail
  620. line-length squawks & missing instantitations for 1D globally constrained channel flow — allmaras / detail
  621. fixed possible uninitialized variable — allmaras / detail
  622. Fix UnionJack so it works with avro — galbramc / detail
  623. Unstaged src/pde/sansPDEBase2D.h — renat999 / detail
  624. Added unit test for src/pde/sansPDEBase.h — renat999 / detail
  625. Update avro_tar script to get submodules — galbramc / detail
  626. Fixed compiler error — renat999 / detail
  627. Update tar for avro to include submodules — galbramc / detail
  628. Remove debug print statements — galbramc / detail
  629. Add Nozzle BC to body force — galbramc / detail
  630. better initial guess for pressure gradient and solution profile — allmaras / detail
  631. fixed uninitialized variable squawk (athough it'll never happen) — allmaras / detail
  632. Update Copyright dates to 2013-2024 — galbramc / detail
  633. Somehow missed on file — galbramc / detail
  634. Use new accelerate lapack on macOS — galbramc / detail
  635. Script updates for viggen — galbramc / detail
  636. One more copyright date fix — galbramc / detail
  637. Add linear nozzle coefficient ramp — galbramc / detail
  638. Add more suitesparse search paths. Add Nozzle outflow BC unit test. — galbramc / detail
  639. Check for unsteady with BDF and RK. — galbramc / detail
  640. Restore time step in BDF — galbramc / detail
  641. Cleanup AFT — galbramc / detail
  642. Fix array out of bounds — galbramc / detail
  643. Remove unused variable — galbramc / detail
  644. Fix finding suitesparse includes — galbramc / detail
  645. Fix compile error — galbramc / detail
  646. committing some changes as of Feb.8 — tonyryu / detail
  647. Add missing mpi communictor includes — galbramc / detail
  648. Add ParameterVectorS for static sized python arrays — galbramc / detail
  649. Missed a file — galbramc / detail
  650. Suppress warning — galbramc / detail
  651. Started refactoring Scalar Functions during SANS meeting — renat999 / detail
  652. Suppress duplicate library link warning on macOS — galbramc / detail
  653. Fix for python2 — galbramc / detail
  654. first round of adjoint fixes — tonyryu / detail
  655. Commiting progress on Function.h — renat999 / detail
  656. Forgot ScalarFunction.h — renat999 / detail
  657. Finished implementation of Function.h. Compiler errors are present — renat999 / detail
  658. Add radial variation in fsig for FlowTan body force — galbramc / detail
  659. Allow solving for Nozzle Coefficient — galbramc / detail
  660. Fix typo — galbramc / detail
  661. Unit test — renat999 / detail
  662. March1_2024 — tonyryu / detail
  663. Fix body force optimization — galbramc / detail
  664. Add unsteady body force pertubation — galbramc / detail
  665. Forgot checkInputs — galbramc / detail
  666. Fix compile error — galbramc / detail
  667. One more compile error — galbramc / detail
  668. One more fix — galbramc / detail
  669. Add temporal ramp for rotor pertubation — galbramc / detail
  670. Fix compile error — galbramc / detail
  671. Allow turning off body force pertubation time ramp — galbramc / detail
  672. One more fix — galbramc / detail
  673. One more fix — galbramc / detail
  674. More body force fixes — galbramc / detail
  675. Update unit test — galbramc / detail
  676. Adjoints refactoring to standardize naming conventions for enriched adjoint, adjoint, and delta adjoint. — tonyryu / detail
  677. Fix for body force optimization — galbramc / detail
  678. Fix last commit — galbramc / detail
  679. tried to fix line length exceeding 150 characters. — tonyryu / detail
  680. One more fix — galbramc / detail
  681. additional lines exceeding 150 characters. — tonyryu / detail
  682. removed explicit #define SANS_AVRO which was including XField_avro.h — tonyryu / detail
  683. Try constrained solver first for body force optimization — galbramc / detail
  684. Fix last commit — galbramc / detail
  685. wrapped params.Mesher.avro in if USE_AVRO SANS_AVRO and addressed line length error — tonyryu / detail
  686. fixed accidental unterminated #if statement — tonyryu / detail
  687. adding back the tmp files that were accidentally deleted as well as the .gitignore files in them — tonyryu / detail
  688. fixed copyright dates for SolverInterface_discretizations — tonyryu / detail
  689. Fixed warning for unused variables in Nozzle_nondim and Nozzle.cpp — tonyryu / detail
  690. Fix up instantiation for ScalarFunction_Linear — galbramc / detail
  691. Add length 4 ParameterVectorS — galbramc / detail
  692. Redefining adjoint as order p in SolutionData. Introduced projected_adjoint, which is p+1 projection of order p adjoint in SolutionData_VMSD_BR2.h, then renamed the variables in the SolverInterface_VMSD_BR2.h and the unit tests accordingly. — tonyryu / detail
  693. deleted SANS_refactor_test directory which had some savefiles from a test run to check the results. Renamed projected_adjoint to prolonged_adjoint in the solutiondata as well as the corresponding solverinterface and unit tests. — tonyryu / detail
  694. Check for no_warn_dup_lib on macOS — galbramc / detail
  695. One more try — galbramc / detail
  696. Try yet again — galbramc / detail
  697. Silly mistake — galbramc / detail
  698. Initial add of element enrichment capabilities — mbottot / detail
  699. Enable structured grids for ducted body force analysis. Possibly improve distance function calculation time. — galbramc / detail
  700. got rid of getAdjField(), got rid of sol_.prolonged_adjoint, and changed all the corresponding unit tests and toy codes that use these calls. — tonyryu / detail
  701. Passing (but incomplete) unit test for linear ScalarFunction — mbottot / detail
  702. Some fixes for last commit — galbramc / detail
  703. Update unit test — galbramc / detail
  704. Add boundary output groups for structured body forces — galbramc / detail
  705. Fix RefCoord solver — galbramc / detail
  706. Fix rotor source pertubation — galbramc / detail
  707. Finally get rotating pertubation periodicity correct — galbramc / detail
  708. Fix warnings — galbramc / detail
  709. addressing line is longer than 150 characters error — tonyryu / detail
  710. formatting lines over 150 characters — tonyryu / detail
  711. another line is longer than 150 characters message — tonyryu / detail
  712. Also add 2D L2Project multiscale adaptation toy code — mbottot / detail
  713. Fix new toy code so that it also compiles without refine and add reconstruction option — mbottot / detail
  714. Fix missing space for vera and relax error tolerance for clang — mbottot / detail
  715. forgot to add the ScalarFunction.h in the previous commit. Added ScalarFucntion_Pow() in place for ScalarFunction_Monomial. Still need to add unit test for this. — tonyryu / detail
  716. Fix blade rotation for body forces — galbramc / detail
  717. Fix for last commit — galbramc / detail
  718. Fix sensitvity for last commit — galbramc / detail
  719. one more try — galbramc / detail
  720. Forgot files — galbramc / detail
  721. Also update blade thickenss rotation — galbramc / detail
  722. Add a debug surface mesh when AFLR3 fails. — galbramc / detail
  723. Continued ScalarFunction refactoring. — renat999 / detail
  724. Use fabs for rotor losses — galbramc / detail
  725. Upgrade to ESP 1.24. Now minimum required version. — galbramc / detail
  726. Fixes for ESP 1.24. Remove fabs from rotor source losses. — galbramc / detail
  727. Forgot one file — galbramc / detail
  728. Added ND const and Gaussian ScalarFunctions — dashwsd / detail
  729. Quick fix before pushing — renat999 / detail
  730. fixed formatting Function1D — dashwsd / detail

#1613 (Apr 13, 2024, 10:25:09 PM)

  1. More SA-R updates — galbramc / detail
  2. Fixed link errors — cwomack / detail
  3. Reverted CMakeLists changes — cwomack / detail
  4. Upgrade to latest refine — galbramc / detail
  5. Fix compile error — galbramc / detail
  6. One more refine fix — galbramc / detail
  7. vera fix — galbramc / detail
  8. Update CMake for ParMETIS/METIS on github. Updated to newer Find Python3. — galbramc / detail
  9. Don't write restart.meshb from refine — galbramc / detail
  10. Remove restart.meshb from refine — galbramc / detail
  11. Rework metis/parmetis build again — galbramc / detail
  12. Don't build extern libs in parallel — galbramc / detail
  13. Fix intel warning — galbramc / detail
  14. Update GKlib build and suitesparse check — galbramc / detail
  15. Forgot a file — galbramc / detail
  16. PDERANSSA3D and unit test changes for Catris model implementation from Andrew — waligura / detail
  17. changes to PDERANS3D with turbulence model implementation updates — waligura / detail
  18. actual commit for PDERANS3D that incorporates all merges — waligura / detail
  19. Another parmetis build fix — galbramc / detail
  20. Update cmake summary file — galbramc / detail
  21. Finally maybe — galbramc / detail
  22. vera changes to the PDE and constructor changes to test cases — waligura / detail
  23. Print absolute and relative PETSc tolerance — galbramc / detail
  24. Add fPIC when building GKlib — galbramc / detail
  25. More cmake fixes — galbramc / detail
  26. Remove message — galbramc / detail
  27. Maybe finally got it right... — galbramc / detail
  28. changed backsolve to not modify RHS (b) — ursachi / detail
  29. small commit to test jenkins again — waligura / detail
  30. Slightly prettier formatting for PETSc history — galbramc / detail
  31. Add metis to refine libraries — galbramc / detail
  32. Navier Stokes test case I'm having trouble with — waligura / detail
  33. made WM a turbulence model option (instead of adding an input to the — ursachi / detail
  34. Added adjoint DBL to scalar function — cwomack / detail
  35. Fixed unit test tolerance issue — cwomack / detail
  36. Lowered DBL unit test tolerance — cwomack / detail
  37. Changed BOOST_CHECK to SANS_CHECK — cwomack / detail
  38. supersonic case update — waligura / detail
  39. Added renat999@mit.edu to DeveloperEmailAddresses — renat999 / detail
  40. Axes template for DG interior and boundary traces — allmaras / detail
  41. Axes template for XField_CellToTrace — allmaras / detail
  42. Add fourier modes for asymmetric rotor body forces — galbramc / detail
  43. Forgot a file — galbramc / detail
  44. Update test — galbramc / detail
  45. sansBOOM mods for AV jump sensor — darmofal / detail
  46. Fixes for Ubuntu 22.04. Compiler flags for IntelLLVM and relaxed tolerances. — galbramc / detail
  47. Fix permissions — galbramc / detail
  48. Intel and gnu12 fixes — galbramc / detail
  49. Add missing instantiations — galbramc / detail
  50. More link error fixes — galbramc / detail
  51. One more missing instantiation — galbramc / detail
  52. Relax tolerance for intel — galbramc / detail
  53. Put calculateStroudQuadrature in SANS namespace — galbramc / detail
  54. Refactor non-symmetric body forces — galbramc / detail
  55. Compile fix — galbramc / detail
  56. Vera fix — galbramc / detail
  57. Fix warning and ping test — galbramc / detail
  58. Adjusting finite difference — galbramc / detail
  59. Smaller step size — galbramc / detail
  60. new changes to PDERANS3D to include jacobian fixes — waligura / detail
  61. small vera mistake I missed — waligura / detail
  62. Upgrade to ESP 1.20 — galbramc / detail
  63. Fix warning — galbramc / detail
  64. sansLIPAIM python fixes — galbramc / detail
  65. Fixed the unit test for zero species — renat999 / detail
  66. Fix geometry construction — galbramc / detail
  67. More ESP updates — galbramc / detail
  68. Spatial implementation of sansBOOM created as sansBOOM2D — darmofal / detail
  69. More egads fixes — galbramc / detail
  70. Add WallSlip BC for 3D RANSSA — galbramc / detail
  71. Fix last commit — galbramc / detail
  72. Fix array bounds error — galbramc / detail
  73. Added test cases for Nspecies=1. Still a bug. — renat999 / detail
  74. Added test cases for Nspecies=1. Still a bug. — renat999 / detail
  75. Add PtPolynomials to 3D PtTt BC — galbramc / detail
  76. Fix compile error — galbramc / detail
  77. Update input checks for total pressure profile — galbramc / detail
  78. added tests for remainder of block 2x2 jacobians: d(PDE)/d(qp), d(PDEp)/d(q), d(PDEp)/d(qp) — allmaras / detail
  79. templated Axes for UnitGrids XField2D_Box_UnionJack_Triangle_X1, XField2D_CubicSourceBump_Xq, — allmaras / detail
  80. Fix rotor source asymmetric normal vectors — galbramc / detail
  81. Fix last commit — galbramc / detail
  82. Fixed sansBOOM SpaceTime1D with multiple species. — renat999 / detail
  83. Add legacy VTK and Exodus metric files — galbramc / detail
  84. VTK fixes — galbramc / detail
  85. Fixed Body Force solver sensitvity — galbramc / detail
  86. Warning fixes — galbramc / detail
  87. fixed vera errors: long line — shunz / detail
  88. fixed vera errors: long line — shunz / detail
  89. updated include paths — shunz / detail
  90. updated include paths — shunz / detail
  91. removed outdated sandbox case — shunz / detail
  92. updated usage of 3D quad sheet grid's interior trace group count — shunz / detail
  93. updated pyrite files. relaxed pyrite tolerance. fixed IO file/path names — shunz / detail
  94. turned off file output — shunz / detail
  95. PDEsansBOOM2D.h updates — darmofal / detail
  96. relaxed tolerance for intel — shunz / detail
  97. relaxed tolerance again for intel — shunz / detail
  98. Remove depricated sprintf — galbramc / detail
  99. Add cirumfirential body force — galbramc / detail
  100. Use system valgrind — galbramc / detail
  101. Fix warning — galbramc / detail
  102. Derivative calculation fixes for asymmetric body forces — galbramc / detail
  103. Suppress sanitizer odr violations. Add the ability for ugrid reader to — galbramc / detail
  104. CMake file fix — galbramc / detail
  105. Forgot to update files. Some cppcheck fixes. — galbramc / detail
  106. added wall model for 3D — ursachi / detail
  107. added missing template arguments — ursachi / detail
  108. Update 2D SA_R to latest deffinition on TMR — galbramc / detail
  109. Fix abs with fabs — galbramc / detail
  110. added a missing const — ursachi / detail
  111. raised tolerance slightly for test — ursachi / detail
  112. More robust normal field for rotor source — galbramc / detail
  113. Update MultiScale for latest refine. Replace vsprintf with vsnprintf. — galbramc / detail
  114. Working sansBOOM2D with unit tests for the PDE — renat999 / detail
  115. Update rotor source ping test — galbramc / detail
  116. Refactor and simplified NormalField to use axial and raidal instead of cartesian coordinates — galbramc / detail
  117. Minor fixes — galbramc / detail
  118. Write out unconverged_surf.dat for BodyFroce RANS calculations. — galbramc / detail
  119. Add manual body force magnitude specification — galbramc / detail
  120. Change deltaRef to forceMag in normal field dump — galbramc / detail
  121. Forgot to update some python inputs — galbramc / detail
  122. DGBR2/DGBR4 low-level modification integrated. — cfrontin / detail
  123. templateized DiscretizationDGBR2 implemented, working on one test case. — cfrontin / detail
  124. test/sandbox cases updated with templateized DGBR — cfrontin / detail
  125. unit test brute force replacement — cfrontin / detail
  126. unit test fixes ; make unit working — cfrontin / detail
  127. initialized variables to zero to fix compiler warnings — ursachi / detail
  128. Add new asymmetric forces to optimizer. Fix RotorForce tecplot dump. — galbramc / detail
  129. system test update dgbr2 templatizaiton — cfrontin / detail
  130. fixed weird type mismatch in adapt3d_DGBR2_ranssa_HCH_toy.cpp — cfrontin / detail
  131. test case changes to update — waligura / detail
  132. sandbox case add 2 — waligura / detail
  133. changes before Ben switch — waligura / detail
  134. think it should pass now. — cfrontin / detail
  135. Try to capture discontinuities for Rotor source teclot output — galbramc / detail
  136. Fix typo — galbramc / detail
  137. Added Area + Atmos. variations to sansBOOM2D — renat999 / detail
  138. Fixes to previous commit — renat999 / detail
  139. sansBOOM2D directories — renat999 / detail
  140. cleaned up files — ursachi / detail
  141. added wall function BC for 3D — ursachi / detail
  142. Blasius + polar coordinate test problems and functions — cwomack / detail
  143. added instantitations containing Axes template for XField2D_Box_UnionJack_Triangle_X1 — allmaras / detail
  144. explicitly added Axes to all apply<> and check<> calls; this is needed because — allmaras / detail
  145. added Axes template parameters — allmaras / detail
  146. Axisymmetric instantiations — allmaras / detail
  147. mods needed for extending global constraints to boundary terms and systems — allmaras / detail
  148. mods to artificial viscosity sensor PDE needed for Axisymmetric — allmaras / detail
  149. added dump of solution (x from Ax = b) for UMFPACK — allmaras / detail
  150. modified halving linesearch diagnostics to dump out full solution change — allmaras / detail
  151. added constant CFL number option to PTC — allmaras / detail
  152. added function to return vector of base altitudes for all layers in atmosphere — allmaras / detail
  153. proper spelling for Blohkinzev (previously had the h & k swapped) — allmaras / detail
  154. turned off some print statements — allmaras / detail
  155. added Reflect BC; bug fixes and code clean-up — allmaras / detail
  156. continued development of axisymmetric test cases; addition of Brenner and SBR perturbation PDEs; — allmaras / detail
  157. code clean-up — allmaras / detail
  158. added sans-differential integration (e.g. without r for axisymmetric); needed — allmaras / detail
  159. fixed merge conflicts — allmaras / detail
  160. fixed vera line length squawks — allmaras / detail
  161. relaxed tolerances on tests — allmaras / detail
  162. missed an apply<> template — allmaras / detail
  163. added a template parameter to AlgebraicEquationSet_GloballyConstrained_PTC — allmaras / detail
  164. vera squawk — allmaras / detail
  165. int -> size_t in for loops — allmaras / detail
  166. removed axisymmetric SBR and TP1 test cases for now — allmaras / detail
  167. removed unused variable from test — allmaras / detail
  168. over-wrote a dump pattern file — allmaras / detail
  169. unused typedef removed — allmaras / detail
  170. missing dump pattern file — allmaras / detail
  171. relaxed test tolerance (for intel...) — allmaras / detail
  172. added jacobianFluxViscous to axisymmetric NS; unit tested — allmaras / detail
  173. updated augmented interface to use Dirichlet/Neumann form — allmaras / detail
  174. added option to evaluate Glasby tau without source term contribution — allmaras / detail
  175. added an explicit Axes typedef to all PDE and Output classes; NDConvert now — allmaras / detail
  176. axisymmetric NS function diffusionViscousGradient coded and unit tested — allmaras / detail
  177. added/corrected axisymmetric NS jacobianSource term with unit tests — allmaras / detail
  178. Addition of updated mathematica testing notebooks for PDERANS2D tests — waligura / detail
  179. Add camber surface dump — galbramc / detail
  180. Suppress Boost new version warnings in CMake — galbramc / detail
  181. added Axes template to XField1D mesher — allmaras / detail
  182. Axes fixes and instantiations needed for 1D axisymmetric solve — allmaras / detail
  183. added linear temperature option of noslip-isothermal BC; added new solution — allmaras / detail
  184. added solution function for stagnant flow with linear-in-z temperature (and constant pressure); — allmaras / detail
  185. Added folders — renat999 / detail
  186. Added files — renat999 / detail
  187. Add body force normal and pallel forces to deltaRef tecplot dump — galbramc / detail
  188. Fixed sansBOOM to be up to date with the master br — renat999 / detail
  189. Fixed vera errors — cwomack / detail
  190. Fixed errors, added template argument — cwomack / detail
  191. fixed templating error — cwomack / detail
  192. Changed test suite name — cwomack / detail
  193. Removed unused variable — cwomack / detail
  194. Update SuiteSparse build. Relax some testing tolerances. — galbramc / detail
  195. Fixes for exodus file IO — galbramc / detail
  196. Standardized DBL cases, added unit test for annulus — cwomack / detail
  197. Use step matrix FrobNorm minimization for implied metric optimization. — galbramc / detail
  198. updated Tecplot output for VMSDBR2 to be consistent with boundary flux — ursachi / detail
  199. forgot to include updated cmakelist with previous commit — ursachi / detail
  200. forgot to actually commit the Tecplot output file — ursachi / detail
  201. Added axisymmetric DBL — cwomack / detail
  202. changed variable name to nt to be consistent with rest of code — ursachi / detail
  203. Add fluent reader to support Pointwise generated meshes for RotorSource — galbramc / detail
  204. Forgot updated partitioning files — galbramc / detail
  205. One more missing file — galbramc / detail
  206. Added sag6096@psu.edu to DeveloperEmailAddresses — sag6096 / detail
  207. added gradients for specified velocity for no-slip, isothermal BC — allmaras / detail
  208. Forgot one more file — galbramc / detail
  209. Add another file to COTIRE_IGNORE — galbramc / detail
  210. Fix group numbering on older gcc versions for Fluent reader — galbramc / detail
  211. added Axes template to meshers, error estimates, local problems, adaptation — allmaras / detail
  212. 1D and 2D axisymmetric instantiations for meshers, error estimates, local problems, adaptation — allmaras / detail
  213. added Axes template to CostModel_LogEuclidean; also modified integration — allmaras / detail
  214. Expose SA Flavours for Rotor Source calculations — galbramc / detail
  215. missed a couple files with added Axes templates — allmaras / detail
  216. Removed annulus unit test while fixing bug — cwomack / detail
  217. Removed unused variables — cwomack / detail
  218. Loosened tolerance on one test — cwomack / detail
  219. Galerkin strong-form BC implementation classes renamed to be consistent with file name — allmaras / detail
  220. Add pressure gradient terms to RotorSource — galbramc / detail
  221. Relax tolerance — galbramc / detail
  222. consistent interface in augmented integrand for both Dirichlet and Neumann constraints — allmaras / detail
  223. added option for SUPG with source term for test-function operator; — allmaras / detail
  224. added option to add both q-gradient and qp-gradient into lifted gradient; — allmaras / detail
  225. added code for integration without the differential multiplier (e.g. r in Axisymmetric); — allmaras / detail
  226. Added sag6096@mit.edu to DeveloperEmailAddresses — sag6096 / detail
  227. fixed merge conflicts — allmaras / detail
  228. vera line-length squawks — allmaras / detail
  229. added missing Axes in refine and related instantiations — allmaras / detail
  230. fixed vera squawk — allmaras / detail
  231. Add RotorSource flow tangency model — galbramc / detail
  232. Fix for intel compiler — galbramc / detail
  233. Remove redundtant email — galbramc / detail
  234. Adjust ping test — galbramc / detail
  235. Add clVariableType. Fix sourceJacobianAbs for RotorFlowTan. — galbramc / detail
  236. added compiler warning suppression for Ping_Euler_RotorSource_btest.cpp — allmaras / detail
  237. added compiler suppression -Wno-maybe-uninitialized to BodyForceSolver_*.cpp — allmaras / detail
  238. fixed nightly warnings: possibly uninitialized variables — allmaras / detail
  239. First incorporation of Standard Atmosphere, and altitude dependent Absorption — renat999 / detail
  240. Saving first draft of polar coordinates, axisym changes — cwomack / detail
  241. raypath code for multi-layer atmospheres; functions of both z and s — allmaras / detail
  242. Mathematica file for unit tests of raypath code for standard atmosphere — allmaras / detail
  243. some compilers need #include <vector> — allmaras / detail
  244. increased tolerances on raypath tests — allmaras / detail
  245. Support 2D CG periodic solutions. Add 2D RotorSource calculations. — galbramc / detail
  246. Fix for 2D CG periodic in parallel — galbramc / detail
  247. Fix ArcCamber angle definition. Allow both positive and negative angles — galbramc / detail
  248. Fix FieldLib library order — galbramc / detail
  249. Standard Atmosphere RayPathS and absorption added — renat999 / detail
  250. Allow constrained body force solves in 2D — galbramc / detail
  251. Fix tankap for 2D. Add rhofn to RotorSource output. Fix link errors. — galbramc / detail
  252. Fix 2D RotorSource tecplot dump — galbramc / detail
  253. Put back rotor source tan(kappa) — galbramc / detail
  254. Fix tecplot dump for 2D body forces to use PASSIVEVARLIST. Get FlowTan body foces working in 2D. — galbramc / detail
  255. Forgot a file — galbramc / detail
  256. Correction to asymmetric Pt inflow BC — galbramc / detail
  257. Fix typo — galbramc / detail
  258. One more bug fix — galbramc / detail
  259. Compile fix — galbramc / detail
  260. Fixed compiler errors — galbramc / detail
  261. A few jenkins fixes — galbramc / detail
  262. Warning and link fixes — galbramc / detail
  263. More link error fixes — galbramc / detail
  264. Fix includes — galbramc / detail
  265. Fix some link errors — galbramc / detail
  266. Not sure what I fixed... — galbramc / detail
  267. Add placeholder HUMOR meshing interface — galbramc / detail
  268. Fixes for last commit — galbramc / detail
  269. More seacas guards — galbramc / detail
  270. One more seacas protection — galbramc / detail
  271. Add one seacas dependency — galbramc / detail
  272. Fixed test cases and unified results — cwomack / detail
  273. Fixed vera errors — cwomack / detail
  274. Added to vera exclusions — cwomack / detail
  275. Add unsteady to BodyForces — galbramc / detail
  276. Sending DG changes to Steve — cwomack / detail
  277. Add missing updated RK examples. Update history output for unsteady BodyForce — galbramc / detail
  278. added Axes templates for missing DG error estimates; added instantiations for axisymmetric DG — allmaras / detail
  279. Invert eigen vector scaling for exodus files — galbramc / detail
  280. Pad zeros in body force file names — galbramc / detail
  281. Fix compile error — galbramc / detail
  282. additional Axes mods and axisymmetric/polar instantations needed for 'make check' — allmaras / detail
  283. Compile fixes and corrections to Exodus file write — galbramc / detail
  284. Forgot a file — galbramc / detail
  285. Fix call to HUMOR — galbramc / detail
  286. Exodus reader fix — galbramc / detail
  287. Missed a file — galbramc / detail
  288. More humor options — galbramc / detail
  289. Fix typo — galbramc / detail
  290. Pushing code, missing defaulted Axes — cwomack / detail
  291. Add KarypisLab tar scripts — galbramc / detail
  292. added Axes templates into VMSD error estimates — allmaras / detail
  293. Update KarypisLab tar scripts — galbramc / detail
  294. 1st draft polar adaptation — cwomack / detail
  295. Fix normal mach output for 2D — galbramc / detail
  296. Runge Kutta updates — galbramc / detail
  297. Minor fixes — galbramc / detail
  298. Switch to BDF — galbramc / detail
  299. Fix missing instantiation — galbramc / detail
  300. Add omega to constrained solver outputs — galbramc / detail
  301. Use CFL based time stepping for BDF — galbramc / detail
  302. Don't return results when constrained solver fails — galbramc / detail
  303. Fix cylindrical pressure probe output — galbramc / detail
  304. Fix typo — galbramc / detail
  305. Add fluent format documentation — galbramc / detail
  306. Fix pressure probe output one more time — galbramc / detail
  307. Changes to polar normal vector — cwomack / detail
  308. Add pressure output for rotor source — galbramc / detail
  309. Test mods — cwomack / detail
  310. first step towards a variable Prt model — waligura / detail
  311. Changes for Steve — cwomack / detail
  312. fixed polar coordinates integration bug; changed all ElementXField definitions for jacobianDeterminant, — allmaras / detail
  313. Blend equations for FlowTan — galbramc / detail
  314. Add more RotorSource 3D dumps. Default double precision for tecplot dumps. — galbramc / detail
  315. Add dp/deta to delta dump — galbramc / detail
  316. Fix compile errors — galbramc / detail
  317. Add cylindrical relative velocity components — galbramc / detail
  318. Fix line search unit tests — galbramc / detail
  319. fixed polar-coordinates differential length and area functions, along with — allmaras / detail
  320. Saving polar changes — cwomack / detail
  321. Add tolerane to valid x-range for 2D rotor outputs — galbramc / detail
  322. Fix vector size for DeltaRef dump — galbramc / detail
  323. polar bug fix: volume() -> volumePhysical() & area() -> areaPhysical() — allmaras / detail
  324. made *sansDifferential and *Mesh integrations consistent (i.e. the same as — allmaras / detail
  325. many changes to variable types to incorporate a variable conductivity with Prt — waligura / detail
  326. incorporated 1/r into theta derivative for polar in evalBasisGradient (which — allmaras / detail
  327. modified polar Hessian to correctly include 1st derivatives and 1/r terms — allmaras / detail
  328. Saving changes — cwomack / detail
  329. Update tecplot dump for flowTan body force. Allow getting EGADS model from pyton for BodyForces/ — galbramc / detail
  330. Fix fn dump in deltaRef — galbramc / detail
  331. solving for s ahead of time — renat999 / detail
  332. Fix compilere warning and guard against divide by zero — galbramc / detail
  333. Change flowTan model at bounds. Fix deltaRef dump. — galbramc / detail
  334. Update unit tests — galbramc / detail
  335. Reverse sign of tan(kappa) for Peters body force term — galbramc / detail
  336. Dump out delta and kappa in deg for body forces — galbramc / detail
  337. Polar modifications — cwomack / detail
  338. added missing template — ursachi / detail
  339. added 2D flatplate test case (includes WM) — ursachi / detail
  340. Expose fsig in RotorFlowTan python arguments. Add env args to valgrind execution. — galbramc / detail
  341. Remove Ntheta scaling from FlowTan force — galbramc / detail
  342. Change scaling on normal force back to 1/r — galbramc / detail
  343. Fix cmake warning — galbramc / detail
  344. Add kShock to body force interface and change flowTan viscous model again — galbramc / detail
  345. Add missing kShock — galbramc / detail
  346. Polar bug fixes — cwomack / detail
  347. Fixed link errors — cwomack / detail
  348. working modification of PDERANS with a new Prt datatype defined with surreals. This build does not have the correct contructor formulation for PDERANSSA though — waligura / detail
  349. Change Rotor Rot/Rel outputs to specify rotor and position — galbramc / detail
  350. Sandbox polar changes — cwomack / detail
  351. sandbox changes — cwomack / detail
  352. Fixed vera errors — cwomack / detail
  353. Added annulus grids — cwomack / detail
  354. Sanbox changes — cwomack / detail
  355. Sandbox changes — cwomack / detail
  356. sandbox — cwomack / detail
  357. Add TECIO support. Fix compiler warnings. Fix projection from Hierachical to Lagrange in 2D. — galbramc / detail
  358. sandbox — cwomack / detail
  359. sandbox — cwomack / detail
  360. sandbox — cwomack / detail
  361. sandbox — cwomack / detail
  362. sandbox — cwomack / detail
  363. sandbox — cwomack / detail
  364. isandbox — cwomack / detail
  365. sandbox — cwomack / detail
  366. dbl — cwomack / detail
  367. dbl — cwomack / detail
  368. sandbox — cwomack / detail
  369. sandbox — cwomack / detail
  370. sandbox — cwomack / detail
  371. sandbox — cwomack / detail
  372. sandbox — cwomack / detail
  373. sandbox — cwomack / detail
  374. sandbox — cwomack / detail
  375. sandbox — cwomack / detail
  376. sandbox — cwomack / detail
  377. sandbox — cwomack / detail
  378. sandbox — cwomack / detail
  379. sandbox — cwomack / detail
  380. sandbox — cwomack / detail
  381. Fix warning and tecplot file write — galbramc / detail
  382. sandbox — cwomack / detail
  383. sandbxo — cwomack / detail
  384. sandbxo — cwomack / detail
  385. Allows solving for Back Pressure with Body Forces. TECIO fixes. — galbramc / detail
  386. Output solved back pressure for body force constrained solver. Fix compile error. — galbramc / detail
  387. Add missing instantiation — galbramc / detail
  388. sandbox changes — cwomack / detail
  389. sandbox and tecplot changes — cwomack / detail
  390. fixed bugs — cwomack / detail
  391. adjusted tolerancw — cwomack / detail
  392. PDEsansBOOM2D all effects included. Still some details in Unit tests — renat999 / detail
  393. Implemented the QType for the AFT 2014 Transition model — sag6096 / detail
  394. sandbox — cwomack / detail
  395. stashing changes now as a backup since the NN functionality is almost online — waligura / detail
  396. Fix parallel Metric file write. Don't revert to a lienar mesh if local patch construction fails. — galbramc / detail
  397. Working Prt NN Modification with no derivatives — waligura / detail
  398. sandbox changes — cwomack / detail
  399. sandbox — cwomack / detail
  400. merging branches — cwomack / detail
  401. Added polar instantiations — cwomack / detail
  402. Added WM BC for AV — ursachi / detail
  403. Added lrochery@mit.edu to DeveloperEmailAddresses — lrochery / detail
  404. Added the AFT transition model and subsequent — sag6096 / detail
  405. Reverted tecplot changes — cwomack / detail
  406. Even more generalized asymmetric fourier functions. Fix NormalVelocity flux. Add parallel force to BodyForce tecplot dump. — galbramc / detail
  407. Fix compile error — galbramc / detail
  408. Fixes for optimizing body force asym normals — galbramc / detail
  409. Fixed lingering warnings and hard-coded H12 term. — sag6096 / detail
  410. Smoother AFT model — galbramc / detail
  411. Add wall search stress output for RANS AFT flatplate — galbramc / detail
  412. Fix asym gradient calculation — galbramc / detail
  413. Fixed vera errors — cwomack / detail
  414. Added avro to FP cases — sag6096 / detail
  415. Fixed vera error — cwomack / detail
  416. Fix template errors — galbramc / detail
  417. Vera changes, new advective flux BC — cwomack / detail
  418. Fixed all lingering warnings — sag6096 / detail
  419. *ACTUALLY* got rid of all lingering warnings. — sag6096 / detail
  420. NormalField unit test fix and fix RotorSource interior force dump. — galbramc / detail
  421. One more compile fix — galbramc / detail
  422. Allow removing body force radial normal component — galbramc / detail
  423. Fixes — cwomack / detail
  424. added explicit instantiations of output_Tecplot for grid only for both — allmaras / detail
  425. Change to area averaged NormalVelocity for RotorSource — galbramc / detail
  426. try 2: explicit instantitations for grid-only output_Tecplot — allmaras / detail
  427. Fixed jenkins issues — cwomack / detail
  428. Missed a file — galbramc / detail
  429. Added albornoz@mit.edu to DeveloperEmailAddresses — albornoz / detail
  430. Fix for Unit output — galbramc / detail
  431. More fixes for unit calculation — galbramc / detail
  432. Added ejwllms@mit.edu to DeveloperEmailAddresses — ejwllms / detail
  433. Fixed unit test errors — cwomack / detail
  434. Fix compile error — galbramc / detail
  435. Changed warning — cwomack / detail
  436. Changed warnings — cwomack / detail
  437. All effects (except wind) implementation for sansBOOM2D with unit tests — renat999 / detail
  438. Removed CMakeCache.txt and correct indentation in Absorption.h — renat999 / detail
  439. Removed sansBOOM from directory list in src/pde/CMakeLists.txt — renat999 / detail
  440. Removed test/unit/pde/sansBOOM — renat999 / detail
  441. All the missing unit test for sansBOOM2D directory — renat999 / detail
  442. Removed test/unit/pde/sansBOOM for the directory list in CMakeLists.txt — renat999 / detail
  443. Untracked last files realted to sansBOOM — renat999 / detail
  444. Added asmedina@mit.edu to DeveloperEmailAddresses — asmedina / detail
  445. Added dgoba@mit.edu to DeveloperEmailAddresses — dgoba / detail
  446. Added new Ptrip term to source(iSA) for AFT model — sag6096 / detail
  447. Fixed missing bracket — sag6096 / detail
  448. Fixed issue with power function — sag6096 / detail
  449. added check on clang compiler for #pragma's on boost special functions include — allmaras / detail
  450. changed #ifdef from __clang_analyzer__ to __clang__ for warning suppression on boost Bessel function — allmaras / detail
  451. Update tar scripts for parmetis — galbramc / detail
  452. Adding support for an advection-diffusion-reaction (ADR) solver — darmofal / detail
  453. Fix email — albornoz / detail
  454. Added sansBOOM directories again. The toy code for sansBOOM2D with VMSDBR2 is also present — renat999 / detail
  455. Fixing merge conflicts — renat999 / detail
  456. Added CMakeLists.txt in sansBOOM directories — renat999 / detail
  457. New working Prt model with derivatives implemented: still need to implement throughout PDERANSSA — waligura / detail
  458. Working version of Prt modeling with Duan implemented Neural Network (small). Still does not run because of solver issues though — waligura / detail
  459. removed all instantiations for 1D Polar; these were all previously commented out — allmaras / detail
  460. eliminated depricated #else branch for FIX_POLAR_BUG and FIXED_POLAR_GRADIENT; — allmaras / detail
  461. fixed nightly build squawks — allmaras / detail
  462. Make sure ccache script has execute permissions — galbramc / detail
  463. Changes to test case for supersonic run — waligura / detail
  464. Brenner fixes — waligura / detail
  465. Commiting to pull in the cluster. src/pde/OutputCell_SolutionErrorL2.h hacked to make 0 the srnos — renat999 / detail
  466. fixed nightly build squawks — allmaras / detail
  467. oops, bug fix for latest edit — allmaras / detail
  468. Toy codes to test DGBR2 and VMSDBR2 with analytical traveling wave — renat999 / detail
  469. Working Prt NN model implementation with 11 input variables and R^2 around 60%. The jacobian and gradient of the model are implemented as well, but nothing has been tested yet — waligura / detail
  470. other things needed to run — waligura / detail
  471. Compiled DistanceFunctionGradient, and add DistanceFunctionHessian. — galbramc / detail
  472. Added option for both AFT2014 and AFT2017 — sag6096 / detail
  473. fix for test case with importing from command line — waligura / detail
  474. "fixed" — waligura / detail
  475. fixing commit — waligura / detail
  476. fixing commit 2 — waligura / detail
  477. fixing commit 3 — waligura / detail
  478. fix 4 — waligura / detail
  479. Added smoothmax to smoothmath.h — sag6096 / detail
  480. Fix DistanceFunction Grad/Hess. Revive DistanceFunction tests. Add AFT2017. Refactor SA trip source for AFT. — galbramc / detail
  481. Supersonic working DuanS version — waligura / detail
  482. renamed wall model BC — ursachi / detail
  483. added isothermal WM BC — ursachi / detail
  484. made chit0 naming consistent — ursachi / detail
  485. forgot to add file for WM BC — ursachi / detail
  486. fixed variable type — ursachi / detail
  487. changes to the scaling in dataTransform to more accurately scale the simulation inputs. change made on super — waligura / detail
  488. Commit before reinstalling SANS — renat999 / detail
  489. Added in some of the blasius BC as well as AFT2019 — sag6096 / detail
  490. Fix ghost dof for broken CG fields — galbramc / detail
  491. Add actuator disk model. Fix tecplot CG dump for broken CG fields. — galbramc / detail
  492. Fix jacobianSource for AFT — galbramc / detail
  493. Fix compile error — galbramc / detail
  494. Missed instantiation — galbramc / detail
  495. Warning fixes — galbramc / detail
  496. Add avro guard — galbramc / detail
  497. Vera and warning fixes — galbramc / detail
  498. Fix compile error. Add linear offset to actuator disk psi_ts curve. — galbramc / detail
  499. Fix typo — galbramc / detail
  500. Fix array out of bound and sort keys for body force and actuator disk history files. — galbramc / detail
  501. Update nodal view for hex — galbramc / detail
  502. Fix actuator disk time integration — galbramc / detail
  503. Add asymmetric Pt to duct solver — galbramc / detail
  504. Fix compile error. Update TecIO build. — galbramc / detail
  505. Enable kt functions for Nozzle BC — galbramc / detail
  506. Fix time advancement for Duct Solver — galbramc / detail
  507. Add RANSSA RotorFlowTan — galbramc / detail
  508. Fixes for setting cn=0 with body forces — galbramc / detail
  509. Fix tests from last commit — galbramc / detail
  510. Added mbottot@mit.edu to DeveloperEmailAddresses — mbottot / detail
  511. Fix for finding numpy, and unit test fix — galbramc / detail
  512. Suppress warning and add missing instantiation — galbramc / detail
  513. Vera fix. More warning suppressions and timeout fixes — galbramc / detail
  514. Updated actuator disk model — galbramc / detail
  515. Forgot a file — galbramc / detail
  516. Getting some references working right so the unit tests run again. Getting ready to finalize the Prt unit test as well — waligura / detail
  517. Actuator disk fix — galbramc / detail
  518. Added tonyryu@mit.edu to DeveloperEmailAddresses — tonyryu / detail
  519. changing tolerances for unit tests for M1 Mac — tonyryu / detail
  520. Add NLF transition case — galbramc / detail
  521. Prt Model with working unnit test on Prt prediction — waligura / detail
  522. Change to IntelLLV as default for Intel compiler. — galbramc / detail
  523. Working Prt NN model with correct unit tests and deriviative implementation — waligura / detail
  524. Add scale factor for CompressiblePower calculation — galbramc / detail
  525. Cleaned up files for develop merge — waligura / detail
  526. Brought back all of the changes that I did not mean to make (I hope) — waligura / detail
  527. Relax tolerances for IntelLLVM — galbramc / detail
  528. Update RANSAFT NLF — galbramc / detail
  529. Additional changes to Prt modeling to fix nondimesional test case and also make adjustments on NeuralNetClosure — waligura / detail
  530. Write out PV for body forces — galbramc / detail
  531. IntelLLVM fix for TetGen — galbramc / detail
  532. Relax tolerances for Intel LLVM — galbramc / detail
  533. Enable dump of bodyforce RANS solutions — galbramc / detail
  534. Fix for last commit — galbramc / detail
  535. Added hnilsen@mit.edu to DeveloperEmailAddresses — hnilsen / detail
  536. Use PI insteady of M_PI for Surreal — galbramc / detail
  537. Update HUMOR interface — galbramc / detail
  538. Fix rotor source szplt output — galbramc / detail
  539. Vera fixes and don't use MPI TECIO — galbramc / detail
  540. Add PSig to body force dump — galbramc / detail
  541. Fix TECIO write of CG fields — galbramc / detail
  542. Fix PSig dump — galbramc / detail
  543. Fixed proper flow conditions for NLF-0416 — sag6096 / detail
  544. Guard against looking for rt library on MSYS — galbramc / detail
  545. Allow using PSig in Pprop calculation — galbramc / detail
  546. Fix last commit — galbramc / detail
  547. Default PV/PSig scale to 1 — galbramc / detail
  548. Updates to AFT PDE — galbramc / detail
  549. More cleanup of AFT PDE — galbramc / detail
  550. Try smoother distnace function gradient — galbramc / detail
  551. Fix last commit — galbramc / detail
  552. Refactor CG tecplot file writes, again... — galbramc / detail
  553. commit before update — waligura / detail
  554. Add derivatives for smoothmaxC2 and min — galbramc / detail
  555. Another try to push NN Prt changes to see the issues with the compiliers — waligura / detail
  556. Vera issues fixed — waligura / detail
  557. Add smoothabs0_tanh. Remove many defaults and clarify units for smoothmath — galbramc / detail
  558. Add smoothabs0_tanh_eps — galbramc / detail
  559. Fix array out-of-bounds in unit test — galbramc / detail
  560. Vera fixes (for real) — waligura / detail
  561. Fall back on LogEuclidian average when affine average fails — galbramc / detail
  562. Fix smooth math update — galbramc / detail
  563. Fixes to formatting and cmakeList. Still seeing a weird issue with boundary conditions not being recognized even though changes were not around there — waligura / detail
  564. Add L2 projection of drV/dn for AFT model. — galbramc / detail
  565. Add one more check for AFT — galbramc / detail
  566. Add missing instantiation — galbramc / detail
  567. Tell cppcheck to use boost.cfg — galbramc / detail
  568. Update AFT BC test — galbramc / detail
  569. Fixes to matmul, reformatting on readNN, and a mistaken change to a BC file — waligura / detail
  570. Fix to the lone vera and added some other matmul options — waligura / detail
  571. All working make check now, with some unit test issues — waligura / detail
  572. Fix tecplot dump of interior trace CG fields. Add all bodies to debug_blade for body forces — galbramc / detail
  573. Added 2D nozzle toy code — tonyryu / detail
  574. PDERANS updates — waligura / detail
  575. important PDE changes to investigate with diff — waligura / detail
  576. pushes to take away Prt from wall modeling input — waligura / detail
  577. small navier stokes fixes — waligura / detail
  578. changes to thermal conductivity to be more consistent with SA-neg — waligura / detail
  579. Add stator pressure rise for an actuator disk stage — galbramc / detail
  580. Fix stator actuator disk — galbramc / detail
  581. adding 1D channel flow for wall-model RANS analysis — allmaras / detail
  582. Update HUMOR interface with separate input/output file names — mbottot / detail
  583. Fix trailing whitespace in HUMOR interface update — mbottot / detail
  584. changes to PDERANS unit tests — waligura / detail
  585. Fixing the warnings for the final time — waligura / detail
  586. Upgrade to TecIO 2023r1m1 — galbramc / detail
  587. Relax tolerance — galbramc / detail
  588. Add latest boost versions — galbramc / detail
  589. Fixed Local Solves for VMSDBR2 — renat999 / detail
  590. Small pointwise fix — galbramc / detail
  591. adding nondimensional nozzle toy case — tonyryu / detail
  592. Fix parallel ugrid write — galbramc / detail
  593. Format5ing fix — galbramc / detail
  594. Actualy set iterative refinement for MKL_PARDISO — galbramc / detail
  595. Cleaning up some of the excess on files and adding a unit test for the NN calc — waligura / detail
  596. Getting rid of bogus include — waligura / detail
  597. Trying another small commit because I am not sure the last one was my fault — waligura / detail
  598. Fix sign on JetDissipation — galbramc / detail
  599. Add VectorVectorVectorVector example — galbramc / detail
  600. Add Ptdw output for body force — galbramc / detail
  601. extended exact WM solution to chi in [0, 1) — allmaras / detail
  602. Commit before updating — renat999 / detail
  603. Fixed issues in make check — renat999 / detail
  604. Fixed Jenkins errors (v1) — renat999 / detail
  605. Quick fix to previous commit — renat999 / detail
  606. Fixed Jenkins errors (v2) — renat999 / detail
  607. Fixed Jenkins errors (v3) — renat999 / detail
  608. Fixed Jenkins errors (v4) — renat999 / detail
  609. Fixed Jenkins errors (v5) — renat999 / detail
  610. Fixed Jenkins errors (v6) — renat999 / detail
  611. Fixed Jenkins errors (v7) — renat999 / detail
  612. Fixed Jenkins errors (v8) — renat999 / detail
  613. Fixed Jenkins errors (v9) — renat999 / detail
  614. Started working on PDE base classes and consistent error estimate — renat999 / detail
  615. Fix some tar scripts — galbramc / detail
  616. Add tar script for petsc — galbramc / detail
  617. Look for generic petcs.tgz to build PETSc — galbramc / detail
  618. added constrained solver for centerline velocity and equilibrium wall model — allmaras / detail
  619. code clean-up; no change in functionality — allmaras / detail
  620. added access functions needed for globally constrained solver — allmaras / detail
  621. added valid-state check for global parameters; new function is virtual but — allmaras / detail
  622. instantiations needed for globally constrained system for N=2 PDE and 2 global — allmaras / detail
  623. new volume integrand for augmenting PDE residuals via global parameters terms — allmaras / detail
  624. line-length squawks & missing instantitations for 1D globally constrained channel flow — allmaras / detail
  625. fixed possible uninitialized variable — allmaras / detail
  626. Fix UnionJack so it works with avro — galbramc / detail
  627. Unstaged src/pde/sansPDEBase2D.h — renat999 / detail
  628. Added unit test for src/pde/sansPDEBase.h — renat999 / detail
  629. Update avro_tar script to get submodules — galbramc / detail
  630. Fixed compiler error — renat999 / detail
  631. Update tar for avro to include submodules — galbramc / detail
  632. Remove debug print statements — galbramc / detail
  633. Add Nozzle BC to body force — galbramc / detail
  634. better initial guess for pressure gradient and solution profile — allmaras / detail
  635. fixed uninitialized variable squawk (athough it'll never happen) — allmaras / detail
  636. Update Copyright dates to 2013-2024 — galbramc / detail
  637. Somehow missed on file — galbramc / detail
  638. Use new accelerate lapack on macOS — galbramc / detail
  639. Script updates for viggen — galbramc / detail
  640. One more copyright date fix — galbramc / detail
  641. Add linear nozzle coefficient ramp — galbramc / detail
  642. Add more suitesparse search paths. Add Nozzle outflow BC unit test. — galbramc / detail
  643. Check for unsteady with BDF and RK. — galbramc / detail
  644. Restore time step in BDF — galbramc / detail
  645. Cleanup AFT — galbramc / detail
  646. Fix array out of bounds — galbramc / detail
  647. Remove unused variable — galbramc / detail
  648. Fix finding suitesparse includes — galbramc / detail
  649. Fix compile error — galbramc / detail
  650. committing some changes as of Feb.8 — tonyryu / detail
  651. Add missing mpi communictor includes — galbramc / detail
  652. Add ParameterVectorS for static sized python arrays — galbramc / detail
  653. Missed a file — galbramc / detail
  654. Suppress warning — galbramc / detail
  655. Started refactoring Scalar Functions during SANS meeting — renat999 / detail
  656. Suppress duplicate library link warning on macOS — galbramc / detail
  657. Fix for python2 — galbramc / detail
  658. first round of adjoint fixes — tonyryu / detail
  659. Commiting progress on Function.h — renat999 / detail
  660. Forgot ScalarFunction.h — renat999 / detail
  661. Finished implementation of Function.h. Compiler errors are present — renat999 / detail
  662. Add radial variation in fsig for FlowTan body force — galbramc / detail
  663. Allow solving for Nozzle Coefficient — galbramc / detail
  664. Fix typo — galbramc / detail
  665. Unit test — renat999 / detail
  666. March1_2024 — tonyryu / detail
  667. Fix body force optimization — galbramc / detail
  668. Add unsteady body force pertubation — galbramc / detail
  669. Forgot checkInputs — galbramc / detail
  670. Fix compile error — galbramc / detail
  671. One more compile error — galbramc / detail
  672. One more fix — galbramc / detail
  673. Add temporal ramp for rotor pertubation — galbramc / detail
  674. Fix compile error — galbramc / detail
  675. Allow turning off body force pertubation time ramp — galbramc / detail
  676. One more fix — galbramc / detail
  677. One more fix — galbramc / detail
  678. More body force fixes — galbramc / detail
  679. Update unit test — galbramc / detail
  680. Adjoints refactoring to standardize naming conventions for enriched adjoint, adjoint, and delta adjoint. — tonyryu / detail
  681. Fix for body force optimization — galbramc / detail
  682. Fix last commit — galbramc / detail
  683. tried to fix line length exceeding 150 characters. — tonyryu / detail
  684. One more fix — galbramc / detail
  685. additional lines exceeding 150 characters. — tonyryu / detail
  686. removed explicit #define SANS_AVRO which was including XField_avro.h — tonyryu / detail
  687. Try constrained solver first for body force optimization — galbramc / detail
  688. Fix last commit — galbramc / detail
  689. wrapped params.Mesher.avro in if USE_AVRO SANS_AVRO and addressed line length error — tonyryu / detail
  690. fixed accidental unterminated #if statement — tonyryu / detail
  691. adding back the tmp files that were accidentally deleted as well as the .gitignore files in them — tonyryu / detail
  692. fixed copyright dates for SolverInterface_discretizations — tonyryu / detail
  693. Fixed warning for unused variables in Nozzle_nondim and Nozzle.cpp — tonyryu / detail
  694. Fix up instantiation for ScalarFunction_Linear — galbramc / detail
  695. Add length 4 ParameterVectorS — galbramc / detail
  696. Redefining adjoint as order p in SolutionData. Introduced projected_adjoint, which is p+1 projection of order p adjoint in SolutionData_VMSD_BR2.h, then renamed the variables in the SolverInterface_VMSD_BR2.h and the unit tests accordingly. — tonyryu / detail
  697. deleted SANS_refactor_test directory which had some savefiles from a test run to check the results. Renamed projected_adjoint to prolonged_adjoint in the solutiondata as well as the corresponding solverinterface and unit tests. — tonyryu / detail
  698. Check for no_warn_dup_lib on macOS — galbramc / detail
  699. One more try — galbramc / detail
  700. Try yet again — galbramc / detail
  701. Silly mistake — galbramc / detail
  702. Initial add of element enrichment capabilities — mbottot / detail
  703. Enable structured grids for ducted body force analysis. Possibly improve distance function calculation time. — galbramc / detail
  704. got rid of getAdjField(), got rid of sol_.prolonged_adjoint, and changed all the corresponding unit tests and toy codes that use these calls. — tonyryu / detail
  705. Passing (but incomplete) unit test for linear ScalarFunction — mbottot / detail
  706. Some fixes for last commit — galbramc / detail
  707. Update unit test — galbramc / detail
  708. Add boundary output groups for structured body forces — galbramc / detail
  709. Fix RefCoord solver — galbramc / detail
  710. Fix rotor source pertubation — galbramc / detail
  711. Finally get rotating pertubation periodicity correct — galbramc / detail
  712. Fix warnings — galbramc / detail
  713. addressing line is longer than 150 characters error — tonyryu / detail
  714. formatting lines over 150 characters — tonyryu / detail
  715. another line is longer than 150 characters message — tonyryu / detail
  716. Also add 2D L2Project multiscale adaptation toy code — mbottot / detail
  717. Fix new toy code so that it also compiles without refine and add reconstruction option — mbottot / detail
  718. Fix missing space for vera and relax error tolerance for clang — mbottot / detail
  719. forgot to add the ScalarFunction.h in the previous commit. Added ScalarFucntion_Pow() in place for ScalarFunction_Monomial. Still need to add unit test for this. — tonyryu / detail
  720. Fix blade rotation for body forces — galbramc / detail
  721. Fix for last commit — galbramc / detail
  722. Fix sensitvity for last commit — galbramc / detail
  723. one more try — galbramc / detail
  724. Forgot files — galbramc / detail
  725. Also update blade thickenss rotation — galbramc / detail
  726. Add a debug surface mesh when AFLR3 fails. — galbramc / detail
  727. Continued ScalarFunction refactoring. — renat999 / detail
  728. Use fabs for rotor losses — galbramc / detail
  729. Upgrade to ESP 1.24. Now minimum required version. — galbramc / detail
  730. Fixes for ESP 1.24. Remove fabs from rotor source losses. — galbramc / detail
  731. Forgot one file — galbramc / detail

#1612 (Apr 9, 2024, 10:25:09 PM)

  1. Fixed errors — cwomack / detail
  2. Fixed errors (should've been in last commit) — cwomack / detail
  3. More SA-R updates — galbramc / 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. PDERANSSA3D and unit test changes for Catris model implementation from Andrew — waligura / detail
  19. changes to PDERANS3D with turbulence model implementation updates — waligura / detail
  20. actual commit for PDERANS3D that incorporates all merges — waligura / detail
  21. Another parmetis build fix — galbramc / detail
  22. Update cmake summary file — galbramc / detail
  23. Finally maybe — galbramc / detail
  24. vera changes to the PDE and constructor changes to test cases — waligura / detail
  25. Print absolute and relative PETSc tolerance — galbramc / detail
  26. Add fPIC when building GKlib — galbramc / detail
  27. More cmake fixes — galbramc / detail
  28. Remove message — galbramc / detail
  29. Maybe finally got it right... — galbramc / detail
  30. changed backsolve to not modify RHS (b) — ursachi / detail
  31. small commit to test jenkins again — waligura / detail
  32. Slightly prettier formatting for PETSc history — galbramc / detail
  33. Add metis to refine libraries — galbramc / detail
  34. Navier Stokes test case I'm having trouble with — waligura / detail
  35. made WM a turbulence model option (instead of adding an input to the — ursachi / detail
  36. Added adjoint DBL to scalar function — cwomack / detail
  37. Fixed unit test tolerance issue — cwomack / detail
  38. Lowered DBL unit test tolerance — cwomack / detail
  39. Changed BOOST_CHECK to SANS_CHECK — cwomack / detail
  40. supersonic case update — waligura / detail
  41. Added renat999@mit.edu to DeveloperEmailAddresses — renat999 / detail
  42. Axes template for DG interior and boundary traces — allmaras / detail
  43. Axes template for XField_CellToTrace — allmaras / detail
  44. Add fourier modes for asymmetric rotor body forces — galbramc / detail
  45. Forgot a file — galbramc / detail
  46. Update test — galbramc / detail
  47. sansBOOM mods for AV jump sensor — darmofal / detail
  48. Fixes for Ubuntu 22.04. Compiler flags for IntelLLVM and relaxed tolerances. — galbramc / detail
  49. Fix permissions — galbramc / detail
  50. Intel and gnu12 fixes — galbramc / detail
  51. Add missing instantiations — galbramc / detail
  52. More link error fixes — galbramc / detail
  53. One more missing instantiation — galbramc / detail
  54. Relax tolerance for intel — galbramc / detail
  55. Put calculateStroudQuadrature in SANS namespace — galbramc / detail
  56. Refactor non-symmetric body forces — galbramc / detail
  57. Compile fix — galbramc / detail
  58. Vera fix — galbramc / detail
  59. Fix warning and ping test — galbramc / detail
  60. Adjusting finite difference — galbramc / detail
  61. Smaller step size — galbramc / detail
  62. new changes to PDERANS3D to include jacobian fixes — waligura / detail
  63. small vera mistake I missed — waligura / detail
  64. Upgrade to ESP 1.20 — galbramc / detail
  65. Fix warning — galbramc / detail
  66. sansLIPAIM python fixes — galbramc / detail
  67. Fixed the unit test for zero species — renat999 / detail
  68. Fix geometry construction — galbramc / detail
  69. More ESP updates — galbramc / detail
  70. Spatial implementation of sansBOOM created as sansBOOM2D — darmofal / detail
  71. More egads fixes — galbramc / detail
  72. Add WallSlip BC for 3D RANSSA — galbramc / detail
  73. Fix last commit — galbramc / detail
  74. Fix array bounds error — galbramc / detail
  75. Added test cases for Nspecies=1. Still a bug. — renat999 / detail
  76. Added test cases for Nspecies=1. Still a bug. — renat999 / detail
  77. Add PtPolynomials to 3D PtTt BC — galbramc / detail
  78. Fix compile error — galbramc / detail
  79. Update input checks for total pressure profile — galbramc / detail
  80. added tests for remainder of block 2x2 jacobians: d(PDE)/d(qp), d(PDEp)/d(q), d(PDEp)/d(qp) — allmaras / detail
  81. templated Axes for UnitGrids XField2D_Box_UnionJack_Triangle_X1, XField2D_CubicSourceBump_Xq, — allmaras / detail
  82. Fix rotor source asymmetric normal vectors — galbramc / detail
  83. Fix last commit — galbramc / detail
  84. Fixed sansBOOM SpaceTime1D with multiple species. — renat999 / detail
  85. Add legacy VTK and Exodus metric files — galbramc / detail
  86. VTK fixes — galbramc / detail
  87. Fixed Body Force solver sensitvity — galbramc / detail
  88. Warning fixes — galbramc / detail
  89. fixed vera errors: long line — shunz / detail
  90. fixed vera errors: long line — shunz / detail
  91. updated include paths — shunz / detail
  92. updated include paths — shunz / detail
  93. removed outdated sandbox case — shunz / detail
  94. updated usage of 3D quad sheet grid's interior trace group count — shunz / detail
  95. updated pyrite files. relaxed pyrite tolerance. fixed IO file/path names — shunz / detail
  96. turned off file output — shunz / detail
  97. PDEsansBOOM2D.h updates — darmofal / detail
  98. relaxed tolerance for intel — shunz / detail
  99. relaxed tolerance again for intel — shunz / detail
  100. Remove depricated sprintf — galbramc / detail
  101. Add cirumfirential body force — galbramc / detail
  102. Use system valgrind — galbramc / detail
  103. Fix warning — galbramc / detail
  104. Derivative calculation fixes for asymmetric body forces — galbramc / detail
  105. Suppress sanitizer odr violations. Add the ability for ugrid reader to — galbramc / detail
  106. CMake file fix — galbramc / detail
  107. Forgot to update files. Some cppcheck fixes. — galbramc / detail
  108. added wall model for 3D — ursachi / detail
  109. added missing template arguments — ursachi / detail
  110. Update 2D SA_R to latest deffinition on TMR — galbramc / detail
  111. Fix abs with fabs — galbramc / detail
  112. added a missing const — ursachi / detail
  113. raised tolerance slightly for test — ursachi / detail
  114. More robust normal field for rotor source — galbramc / detail
  115. Update MultiScale for latest refine. Replace vsprintf with vsnprintf. — galbramc / detail
  116. Working sansBOOM2D with unit tests for the PDE — renat999 / detail
  117. Update rotor source ping test — galbramc / detail
  118. Refactor and simplified NormalField to use axial and raidal instead of cartesian coordinates — galbramc / detail
  119. Minor fixes — galbramc / detail
  120. Write out unconverged_surf.dat for BodyFroce RANS calculations. — galbramc / detail
  121. Add manual body force magnitude specification — galbramc / detail
  122. Change deltaRef to forceMag in normal field dump — galbramc / detail
  123. Forgot to update some python inputs — galbramc / detail
  124. DGBR2/DGBR4 low-level modification integrated. — cfrontin / detail
  125. templateized DiscretizationDGBR2 implemented, working on one test case. — cfrontin / detail
  126. test/sandbox cases updated with templateized DGBR — cfrontin / detail
  127. unit test brute force replacement — cfrontin / detail
  128. unit test fixes ; make unit working — cfrontin / detail
  129. initialized variables to zero to fix compiler warnings — ursachi / detail
  130. Add new asymmetric forces to optimizer. Fix RotorForce tecplot dump. — galbramc / detail
  131. system test update dgbr2 templatizaiton — cfrontin / detail
  132. fixed weird type mismatch in adapt3d_DGBR2_ranssa_HCH_toy.cpp — cfrontin / detail
  133. test case changes to update — waligura / detail
  134. sandbox case add 2 — waligura / detail
  135. changes before Ben switch — waligura / detail
  136. think it should pass now. — cfrontin / detail
  137. Try to capture discontinuities for Rotor source teclot output — galbramc / detail
  138. Fix typo — galbramc / detail
  139. Added Area + Atmos. variations to sansBOOM2D — renat999 / detail
  140. Fixes to previous commit — renat999 / detail
  141. sansBOOM2D directories — renat999 / detail
  142. cleaned up files — ursachi / detail
  143. added wall function BC for 3D — ursachi / detail
  144. Blasius + polar coordinate test problems and functions — cwomack / detail
  145. added instantitations containing Axes template for XField2D_Box_UnionJack_Triangle_X1 — allmaras / detail
  146. explicitly added Axes to all apply<> and check<> calls; this is needed because — allmaras / detail
  147. added Axes template parameters — allmaras / detail
  148. Axisymmetric instantiations — allmaras / detail
  149. mods needed for extending global constraints to boundary terms and systems — allmaras / detail
  150. mods to artificial viscosity sensor PDE needed for Axisymmetric — allmaras / detail
  151. added dump of solution (x from Ax = b) for UMFPACK — allmaras / detail
  152. modified halving linesearch diagnostics to dump out full solution change — allmaras / detail
  153. added constant CFL number option to PTC — allmaras / detail
  154. added function to return vector of base altitudes for all layers in atmosphere — allmaras / detail
  155. proper spelling for Blohkinzev (previously had the h & k swapped) — allmaras / detail
  156. turned off some print statements — allmaras / detail
  157. added Reflect BC; bug fixes and code clean-up — allmaras / detail
  158. continued development of axisymmetric test cases; addition of Brenner and SBR perturbation PDEs; — allmaras / detail
  159. code clean-up — allmaras / detail
  160. added sans-differential integration (e.g. without r for axisymmetric); needed — allmaras / detail
  161. fixed merge conflicts — allmaras / detail
  162. fixed vera line length squawks — allmaras / detail
  163. relaxed tolerances on tests — allmaras / detail
  164. missed an apply<> template — allmaras / detail
  165. added a template parameter to AlgebraicEquationSet_GloballyConstrained_PTC — allmaras / detail
  166. vera squawk — allmaras / detail
  167. int -> size_t in for loops — allmaras / detail
  168. removed axisymmetric SBR and TP1 test cases for now — allmaras / detail
  169. removed unused variable from test — allmaras / detail
  170. over-wrote a dump pattern file — allmaras / detail
  171. unused typedef removed — allmaras / detail
  172. missing dump pattern file — allmaras / detail
  173. relaxed test tolerance (for intel...) — allmaras / detail
  174. added jacobianFluxViscous to axisymmetric NS; unit tested — allmaras / detail
  175. updated augmented interface to use Dirichlet/Neumann form — allmaras / detail
  176. added option to evaluate Glasby tau without source term contribution — allmaras / detail
  177. added an explicit Axes typedef to all PDE and Output classes; NDConvert now — allmaras / detail
  178. axisymmetric NS function diffusionViscousGradient coded and unit tested — allmaras / detail
  179. added/corrected axisymmetric NS jacobianSource term with unit tests — allmaras / detail
  180. Addition of updated mathematica testing notebooks for PDERANS2D tests — waligura / detail
  181. Add camber surface dump — galbramc / detail
  182. Suppress Boost new version warnings in CMake — galbramc / detail
  183. added Axes template to XField1D mesher — allmaras / detail
  184. Axes fixes and instantiations needed for 1D axisymmetric solve — allmaras / detail
  185. added linear temperature option of noslip-isothermal BC; added new solution — allmaras / detail
  186. added solution function for stagnant flow with linear-in-z temperature (and constant pressure); — allmaras / detail
  187. Added folders — renat999 / detail
  188. Added files — renat999 / detail
  189. Add body force normal and pallel forces to deltaRef tecplot dump — galbramc / detail
  190. Fixed sansBOOM to be up to date with the master br — renat999 / detail
  191. Fixed vera errors — cwomack / detail
  192. Fixed errors, added template argument — cwomack / detail
  193. fixed templating error — cwomack / detail
  194. Changed test suite name — cwomack / detail
  195. Removed unused variable — cwomack / detail
  196. Update SuiteSparse build. Relax some testing tolerances. — galbramc / detail
  197. Fixes for exodus file IO — galbramc / detail
  198. Standardized DBL cases, added unit test for annulus — cwomack / detail
  199. Use step matrix FrobNorm minimization for implied metric optimization. — galbramc / detail
  200. updated Tecplot output for VMSDBR2 to be consistent with boundary flux — ursachi / detail
  201. forgot to include updated cmakelist with previous commit — ursachi / detail
  202. forgot to actually commit the Tecplot output file — ursachi / detail
  203. Added axisymmetric DBL — cwomack / detail
  204. changed variable name to nt to be consistent with rest of code — ursachi / detail
  205. Add fluent reader to support Pointwise generated meshes for RotorSource — galbramc / detail
  206. Forgot updated partitioning files — galbramc / detail
  207. One more missing file — galbramc / detail
  208. Added sag6096@psu.edu to DeveloperEmailAddresses — sag6096 / detail
  209. added gradients for specified velocity for no-slip, isothermal BC — allmaras / detail
  210. Forgot one more file — galbramc / detail
  211. Add another file to COTIRE_IGNORE — galbramc / detail
  212. Fix group numbering on older gcc versions for Fluent reader — galbramc / detail
  213. added Axes template to meshers, error estimates, local problems, adaptation — allmaras / detail
  214. 1D and 2D axisymmetric instantiations for meshers, error estimates, local problems, adaptation — allmaras / detail
  215. added Axes template to CostModel_LogEuclidean; also modified integration — allmaras / detail
  216. Expose SA Flavours for Rotor Source calculations — galbramc / detail
  217. missed a couple files with added Axes templates — allmaras / detail
  218. Removed annulus unit test while fixing bug — cwomack / detail
  219. Removed unused variables — cwomack / detail
  220. Loosened tolerance on one test — cwomack / detail
  221. Galerkin strong-form BC implementation classes renamed to be consistent with file name — allmaras / detail
  222. Add pressure gradient terms to RotorSource — galbramc / detail
  223. Relax tolerance — galbramc / detail
  224. consistent interface in augmented integrand for both Dirichlet and Neumann constraints — allmaras / detail
  225. added option for SUPG with source term for test-function operator; — allmaras / detail
  226. added option to add both q-gradient and qp-gradient into lifted gradient; — allmaras / detail
  227. added code for integration without the differential multiplier (e.g. r in Axisymmetric); — allmaras / detail
  228. Added sag6096@mit.edu to DeveloperEmailAddresses — sag6096 / detail
  229. fixed merge conflicts — allmaras / detail
  230. vera line-length squawks — allmaras / detail
  231. added missing Axes in refine and related instantiations — allmaras / detail
  232. fixed vera squawk — allmaras / detail
  233. Add RotorSource flow tangency model — galbramc / detail
  234. Fix for intel compiler — galbramc / detail
  235. Remove redundtant email — galbramc / detail
  236. Adjust ping test — galbramc / detail
  237. Add clVariableType. Fix sourceJacobianAbs for RotorFlowTan. — galbramc / detail
  238. added compiler warning suppression for Ping_Euler_RotorSource_btest.cpp — allmaras / detail
  239. added compiler suppression -Wno-maybe-uninitialized to BodyForceSolver_*.cpp — allmaras / detail
  240. fixed nightly warnings: possibly uninitialized variables — allmaras / detail
  241. First incorporation of Standard Atmosphere, and altitude dependent Absorption — renat999 / detail
  242. Saving first draft of polar coordinates, axisym changes — cwomack / detail
  243. raypath code for multi-layer atmospheres; functions of both z and s — allmaras / detail
  244. Mathematica file for unit tests of raypath code for standard atmosphere — allmaras / detail
  245. some compilers need #include <vector> — allmaras / detail
  246. increased tolerances on raypath tests — allmaras / detail
  247. Support 2D CG periodic solutions. Add 2D RotorSource calculations. — galbramc / detail
  248. Fix for 2D CG periodic in parallel — galbramc / detail
  249. Fix ArcCamber angle definition. Allow both positive and negative angles — galbramc / detail
  250. Fix FieldLib library order — galbramc / detail
  251. Standard Atmosphere RayPathS and absorption added — renat999 / detail
  252. Allow constrained body force solves in 2D — galbramc / detail
  253. Fix tankap for 2D. Add rhofn to RotorSource output. Fix link errors. — galbramc / detail
  254. Fix 2D RotorSource tecplot dump — galbramc / detail
  255. Put back rotor source tan(kappa) — galbramc / detail
  256. Fix tecplot dump for 2D body forces to use PASSIVEVARLIST. Get FlowTan body foces working in 2D. — galbramc / detail
  257. Forgot a file — galbramc / detail
  258. Correction to asymmetric Pt inflow BC — galbramc / detail
  259. Fix typo — galbramc / detail
  260. One more bug fix — galbramc / detail
  261. Compile fix — galbramc / detail
  262. Fixed compiler errors — galbramc / detail
  263. A few jenkins fixes — galbramc / detail
  264. Warning and link fixes — galbramc / detail
  265. More link error fixes — galbramc / detail
  266. Fix includes — galbramc / detail
  267. Fix some link errors — galbramc / detail
  268. Not sure what I fixed... — galbramc / detail
  269. Add placeholder HUMOR meshing interface — galbramc / detail
  270. Fixes for last commit — galbramc / detail
  271. More seacas guards — galbramc / detail
  272. One more seacas protection — galbramc / detail
  273. Add one seacas dependency — galbramc / detail
  274. Fixed test cases and unified results — cwomack / detail
  275. Fixed vera errors — cwomack / detail
  276. Added to vera exclusions — cwomack / detail
  277. Add unsteady to BodyForces — galbramc / detail
  278. Sending DG changes to Steve — cwomack / detail
  279. Add missing updated RK examples. Update history output for unsteady BodyForce — galbramc / detail
  280. added Axes templates for missing DG error estimates; added instantiations for axisymmetric DG — allmaras / detail
  281. Invert eigen vector scaling for exodus files — galbramc / detail
  282. Pad zeros in body force file names — galbramc / detail
  283. Fix compile error — galbramc / detail
  284. additional Axes mods and axisymmetric/polar instantations needed for 'make check' — allmaras / detail
  285. Compile fixes and corrections to Exodus file write — galbramc / detail
  286. Forgot a file — galbramc / detail
  287. Fix call to HUMOR — galbramc / detail
  288. Exodus reader fix — galbramc / detail
  289. Missed a file — galbramc / detail
  290. More humor options — galbramc / detail
  291. Fix typo — galbramc / detail
  292. Pushing code, missing defaulted Axes — cwomack / detail
  293. Add KarypisLab tar scripts — galbramc / detail
  294. added Axes templates into VMSD error estimates — allmaras / detail
  295. Update KarypisLab tar scripts — galbramc / detail
  296. 1st draft polar adaptation — cwomack / detail
  297. Fix normal mach output for 2D — galbramc / detail
  298. Runge Kutta updates — galbramc / detail
  299. Minor fixes — galbramc / detail
  300. Switch to BDF — galbramc / detail
  301. Fix missing instantiation — galbramc / detail
  302. Add omega to constrained solver outputs — galbramc / detail
  303. Use CFL based time stepping for BDF — galbramc / detail
  304. Don't return results when constrained solver fails — galbramc / detail
  305. Fix cylindrical pressure probe output — galbramc / detail
  306. Fix typo — galbramc / detail
  307. Add fluent format documentation — galbramc / detail
  308. Fix pressure probe output one more time — galbramc / detail
  309. Changes to polar normal vector — cwomack / detail
  310. Add pressure output for rotor source — galbramc / detail
  311. Test mods — cwomack / detail
  312. first step towards a variable Prt model — waligura / detail
  313. Changes for Steve — cwomack / detail
  314. fixed polar coordinates integration bug; changed all ElementXField definitions for jacobianDeterminant, — allmaras / detail
  315. Blend equations for FlowTan — galbramc / detail
  316. Add more RotorSource 3D dumps. Default double precision for tecplot dumps. — galbramc / detail
  317. Add dp/deta to delta dump — galbramc / detail
  318. Fix compile errors — galbramc / detail
  319. Add cylindrical relative velocity components — galbramc / detail
  320. Fix line search unit tests — galbramc / detail
  321. fixed polar-coordinates differential length and area functions, along with — allmaras / detail
  322. Saving polar changes — cwomack / detail
  323. Add tolerane to valid x-range for 2D rotor outputs — galbramc / detail
  324. Fix vector size for DeltaRef dump — galbramc / detail
  325. polar bug fix: volume() -> volumePhysical() & area() -> areaPhysical() — allmaras / detail
  326. made *sansDifferential and *Mesh integrations consistent (i.e. the same as — allmaras / detail
  327. many changes to variable types to incorporate a variable conductivity with Prt — waligura / detail
  328. incorporated 1/r into theta derivative for polar in evalBasisGradient (which — allmaras / detail
  329. modified polar Hessian to correctly include 1st derivatives and 1/r terms — allmaras / detail
  330. Saving changes — cwomack / detail
  331. Update tecplot dump for flowTan body force. Allow getting EGADS model from pyton for BodyForces/ — galbramc / detail
  332. Fix fn dump in deltaRef — galbramc / detail
  333. solving for s ahead of time — renat999 / detail
  334. Fix compilere warning and guard against divide by zero — galbramc / detail
  335. Change flowTan model at bounds. Fix deltaRef dump. — galbramc / detail
  336. Update unit tests — galbramc / detail
  337. Reverse sign of tan(kappa) for Peters body force term — galbramc / detail
  338. Dump out delta and kappa in deg for body forces — galbramc / detail
  339. Polar modifications — cwomack / detail
  340. added missing template — ursachi / detail
  341. added 2D flatplate test case (includes WM) — ursachi / detail
  342. Expose fsig in RotorFlowTan python arguments. Add env args to valgrind execution. — galbramc / detail
  343. Remove Ntheta scaling from FlowTan force — galbramc / detail
  344. Change scaling on normal force back to 1/r — galbramc / detail
  345. Fix cmake warning — galbramc / detail
  346. Add kShock to body force interface and change flowTan viscous model again — galbramc / detail
  347. Add missing kShock — galbramc / detail
  348. Polar bug fixes — cwomack / detail
  349. Fixed link errors — cwomack / detail
  350. working modification of PDERANS with a new Prt datatype defined with surreals. This build does not have the correct contructor formulation for PDERANSSA though — waligura / detail
  351. Change Rotor Rot/Rel outputs to specify rotor and position — galbramc / detail
  352. Sandbox polar changes — cwomack / detail
  353. sandbox changes — cwomack / detail
  354. Fixed vera errors — cwomack / detail
  355. Added annulus grids — cwomack / detail
  356. Sanbox changes — cwomack / detail
  357. Sandbox changes — cwomack / detail
  358. sandbox — cwomack / detail
  359. Add TECIO support. Fix compiler warnings. Fix projection from Hierachical to Lagrange in 2D. — galbramc / detail
  360. sandbox — cwomack / detail
  361. sandbox — cwomack / detail
  362. sandbox — cwomack / detail
  363. sandbox — cwomack / detail
  364. sandbox — cwomack / detail
  365. sandbox — cwomack / detail
  366. isandbox — cwomack / detail
  367. sandbox — cwomack / detail
  368. dbl — cwomack / detail
  369. dbl — cwomack / detail
  370. sandbox — cwomack / detail
  371. sandbox — cwomack / detail
  372. sandbox — cwomack / detail
  373. sandbox — cwomack / detail
  374. sandbox — cwomack / detail
  375. sandbox — cwomack / detail
  376. sandbox — cwomack / detail
  377. sandbox — cwomack / detail
  378. sandbox — cwomack / detail
  379. sandbox — cwomack / detail
  380. sandbox — cwomack / detail
  381. sandbox — cwomack / detail
  382. sandbox — cwomack / detail
  383. Fix warning and tecplot file write — galbramc / detail
  384. sandbox — cwomack / detail
  385. sandbxo — cwomack / detail
  386. sandbxo — cwomack / detail
  387. Allows solving for Back Pressure with Body Forces. TECIO fixes. — galbramc / detail
  388. Output solved back pressure for body force constrained solver. Fix compile error. — galbramc / detail
  389. Add missing instantiation — galbramc / detail
  390. sandbox changes — cwomack / detail
  391. sandbox and tecplot changes — cwomack / detail
  392. fixed bugs — cwomack / detail
  393. adjusted tolerancw — cwomack / detail
  394. PDEsansBOOM2D all effects included. Still some details in Unit tests — renat999 / detail
  395. Implemented the QType for the AFT 2014 Transition model — sag6096 / detail
  396. sandbox — cwomack / detail
  397. stashing changes now as a backup since the NN functionality is almost online — waligura / detail
  398. Fix parallel Metric file write. Don't revert to a lienar mesh if local patch construction fails. — galbramc / detail
  399. Working Prt NN Modification with no derivatives — waligura / detail
  400. sandbox changes — cwomack / detail
  401. sandbox — cwomack / detail
  402. merging branches — cwomack / detail
  403. Added polar instantiations — cwomack / detail
  404. Added WM BC for AV — ursachi / detail
  405. Added lrochery@mit.edu to DeveloperEmailAddresses — lrochery / detail
  406. Added the AFT transition model and subsequent — sag6096 / detail
  407. Reverted tecplot changes — cwomack / detail
  408. Even more generalized asymmetric fourier functions. Fix NormalVelocity flux. Add parallel force to BodyForce tecplot dump. — galbramc / detail
  409. Fix compile error — galbramc / detail
  410. Fixes for optimizing body force asym normals — galbramc / detail
  411. Fixed lingering warnings and hard-coded H12 term. — sag6096 / detail
  412. Smoother AFT model — galbramc / detail
  413. Add wall search stress output for RANS AFT flatplate — galbramc / detail
  414. Fix asym gradient calculation — galbramc / detail
  415. Fixed vera errors — cwomack / detail
  416. Added avro to FP cases — sag6096 / detail
  417. Fixed vera error — cwomack / detail
  418. Fix template errors — galbramc / detail
  419. Vera changes, new advective flux BC — cwomack / detail
  420. Fixed all lingering warnings — sag6096 / detail
  421. *ACTUALLY* got rid of all lingering warnings. — sag6096 / detail
  422. NormalField unit test fix and fix RotorSource interior force dump. — galbramc / detail
  423. One more compile fix — galbramc / detail
  424. Allow removing body force radial normal component — galbramc / detail
  425. Fixes — cwomack / detail
  426. added explicit instantiations of output_Tecplot for grid only for both — allmaras / detail
  427. Change to area averaged NormalVelocity for RotorSource — galbramc / detail
  428. try 2: explicit instantitations for grid-only output_Tecplot — allmaras / detail
  429. Fixed jenkins issues — cwomack / detail
  430. Missed a file — galbramc / detail
  431. Added albornoz@mit.edu to DeveloperEmailAddresses — albornoz / detail
  432. Fix for Unit output — galbramc / detail
  433. More fixes for unit calculation — galbramc / detail
  434. Added ejwllms@mit.edu to DeveloperEmailAddresses — ejwllms / detail
  435. Fixed unit test errors — cwomack / detail
  436. Fix compile error — galbramc / detail
  437. Changed warning — cwomack / detail
  438. Changed warnings — cwomack / detail
  439. All effects (except wind) implementation for sansBOOM2D with unit tests — renat999 / detail
  440. Removed CMakeCache.txt and correct indentation in Absorption.h — renat999 / detail
  441. Removed sansBOOM from directory list in src/pde/CMakeLists.txt — renat999 / detail
  442. Removed test/unit/pde/sansBOOM — renat999 / detail
  443. All the missing unit test for sansBOOM2D directory — renat999 / detail
  444. Removed test/unit/pde/sansBOOM for the directory list in CMakeLists.txt — renat999 / detail
  445. Untracked last files realted to sansBOOM — renat999 / detail
  446. Added asmedina@mit.edu to DeveloperEmailAddresses — asmedina / detail
  447. Added dgoba@mit.edu to DeveloperEmailAddresses — dgoba / detail
  448. Added new Ptrip term to source(iSA) for AFT model — sag6096 / detail
  449. Fixed missing bracket — sag6096 / detail
  450. Fixed issue with power function — sag6096 / detail
  451. added check on clang compiler for #pragma's on boost special functions include — allmaras / detail
  452. changed #ifdef from __clang_analyzer__ to __clang__ for warning suppression on boost Bessel function — allmaras / detail
  453. Update tar scripts for parmetis — galbramc / detail
  454. Adding support for an advection-diffusion-reaction (ADR) solver — darmofal / detail
  455. Fix email — albornoz / detail
  456. Added sansBOOM directories again. The toy code for sansBOOM2D with VMSDBR2 is also present — renat999 / detail
  457. Fixing merge conflicts — renat999 / detail
  458. Added CMakeLists.txt in sansBOOM directories — renat999 / detail
  459. New working Prt model with derivatives implemented: still need to implement throughout PDERANSSA — waligura / detail
  460. Working version of Prt modeling with Duan implemented Neural Network (small). Still does not run because of solver issues though — waligura / detail
  461. removed all instantiations for 1D Polar; these were all previously commented out — allmaras / detail
  462. eliminated depricated #else branch for FIX_POLAR_BUG and FIXED_POLAR_GRADIENT; — allmaras / detail
  463. fixed nightly build squawks — allmaras / detail
  464. Make sure ccache script has execute permissions — galbramc / detail
  465. Changes to test case for supersonic run — waligura / detail
  466. Brenner fixes — waligura / detail
  467. Commiting to pull in the cluster. src/pde/OutputCell_SolutionErrorL2.h hacked to make 0 the srnos — renat999 / detail
  468. fixed nightly build squawks — allmaras / detail
  469. oops, bug fix for latest edit — allmaras / detail
  470. Toy codes to test DGBR2 and VMSDBR2 with analytical traveling wave — renat999 / detail
  471. Working Prt NN model implementation with 11 input variables and R^2 around 60%. The jacobian and gradient of the model are implemented as well, but nothing has been tested yet — waligura / detail
  472. other things needed to run — waligura / detail
  473. Compiled DistanceFunctionGradient, and add DistanceFunctionHessian. — galbramc / detail
  474. Added option for both AFT2014 and AFT2017 — sag6096 / detail
  475. fix for test case with importing from command line — waligura / detail
  476. "fixed" — waligura / detail
  477. fixing commit — waligura / detail
  478. fixing commit 2 — waligura / detail
  479. fixing commit 3 — waligura / detail
  480. fix 4 — waligura / detail
  481. Added smoothmax to smoothmath.h — sag6096 / detail
  482. Fix DistanceFunction Grad/Hess. Revive DistanceFunction tests. Add AFT2017. Refactor SA trip source for AFT. — galbramc / detail
  483. Supersonic working DuanS version — waligura / detail
  484. renamed wall model BC — ursachi / detail
  485. added isothermal WM BC — ursachi / detail
  486. made chit0 naming consistent — ursachi / detail
  487. forgot to add file for WM BC — ursachi / detail
  488. fixed variable type — ursachi / detail
  489. changes to the scaling in dataTransform to more accurately scale the simulation inputs. change made on super — waligura / detail
  490. Commit before reinstalling SANS — renat999 / detail
  491. Added in some of the blasius BC as well as AFT2019 — sag6096 / detail
  492. Fix ghost dof for broken CG fields — galbramc / detail
  493. Add actuator disk model. Fix tecplot CG dump for broken CG fields. — galbramc / detail
  494. Fix jacobianSource for AFT — galbramc / detail
  495. Fix compile error — galbramc / detail
  496. Missed instantiation — galbramc / detail
  497. Warning fixes — galbramc / detail
  498. Add avro guard — galbramc / detail
  499. Vera and warning fixes — galbramc / detail
  500. Fix compile error. Add linear offset to actuator disk psi_ts curve. — galbramc / detail
  501. Fix typo — galbramc / detail
  502. Fix array out of bound and sort keys for body force and actuator disk history files. — galbramc / detail
  503. Update nodal view for hex — galbramc / detail
  504. Fix actuator disk time integration — galbramc / detail
  505. Add asymmetric Pt to duct solver — galbramc / detail
  506. Fix compile error. Update TecIO build. — galbramc / detail
  507. Enable kt functions for Nozzle BC — galbramc / detail
  508. Fix time advancement for Duct Solver — galbramc / detail
  509. Add RANSSA RotorFlowTan — galbramc / detail
  510. Fixes for setting cn=0 with body forces — galbramc / detail
  511. Fix tests from last commit — galbramc / detail
  512. Added mbottot@mit.edu to DeveloperEmailAddresses — mbottot / detail
  513. Fix for finding numpy, and unit test fix — galbramc / detail
  514. Suppress warning and add missing instantiation — galbramc / detail
  515. Vera fix. More warning suppressions and timeout fixes — galbramc / detail
  516. Updated actuator disk model — galbramc / detail
  517. Forgot a file — galbramc / detail
  518. Getting some references working right so the unit tests run again. Getting ready to finalize the Prt unit test as well — waligura / detail
  519. Actuator disk fix — galbramc / detail
  520. Added tonyryu@mit.edu to DeveloperEmailAddresses — tonyryu / detail
  521. changing tolerances for unit tests for M1 Mac — tonyryu / detail
  522. Add NLF transition case — galbramc / detail
  523. Prt Model with working unnit test on Prt prediction — waligura / detail
  524. Change to IntelLLV as default for Intel compiler. — galbramc / detail
  525. Working Prt NN model with correct unit tests and deriviative implementation — waligura / detail
  526. Add scale factor for CompressiblePower calculation — galbramc / detail
  527. Cleaned up files for develop merge — waligura / detail
  528. Brought back all of the changes that I did not mean to make (I hope) — waligura / detail
  529. Relax tolerances for IntelLLVM — galbramc / detail
  530. Update RANSAFT NLF — galbramc / detail
  531. Additional changes to Prt modeling to fix nondimesional test case and also make adjustments on NeuralNetClosure — waligura / detail
  532. Write out PV for body forces — galbramc / detail
  533. IntelLLVM fix for TetGen — galbramc / detail
  534. Relax tolerances for Intel LLVM — galbramc / detail
  535. Enable dump of bodyforce RANS solutions — galbramc / detail
  536. Fix for last commit — galbramc / detail
  537. Added hnilsen@mit.edu to DeveloperEmailAddresses — hnilsen / detail
  538. Use PI insteady of M_PI for Surreal — galbramc / detail
  539. Update HUMOR interface — galbramc / detail
  540. Fix rotor source szplt output — galbramc / detail
  541. Vera fixes and don't use MPI TECIO — galbramc / detail
  542. Add PSig to body force dump — galbramc / detail
  543. Fix TECIO write of CG fields — galbramc / detail
  544. Fix PSig dump — galbramc / detail
  545. Fixed proper flow conditions for NLF-0416 — sag6096 / detail
  546. Guard against looking for rt library on MSYS — galbramc / detail
  547. Allow using PSig in Pprop calculation — galbramc / detail
  548. Fix last commit — galbramc / detail
  549. Default PV/PSig scale to 1 — galbramc / detail
  550. Updates to AFT PDE — galbramc / detail
  551. More cleanup of AFT PDE — galbramc / detail
  552. Try smoother distnace function gradient — galbramc / detail
  553. Fix last commit — galbramc / detail
  554. Refactor CG tecplot file writes, again... — galbramc / detail
  555. commit before update — waligura / detail
  556. Add derivatives for smoothmaxC2 and min — galbramc / detail
  557. Another try to push NN Prt changes to see the issues with the compiliers — waligura / detail
  558. Vera issues fixed — waligura / detail
  559. Add smoothabs0_tanh. Remove many defaults and clarify units for smoothmath — galbramc / detail
  560. Add smoothabs0_tanh_eps — galbramc / detail
  561. Fix array out-of-bounds in unit test — galbramc / detail
  562. Vera fixes (for real) — waligura / detail
  563. Fall back on LogEuclidian average when affine average fails — galbramc / detail
  564. Fix smooth math update — galbramc / detail
  565. Fixes to formatting and cmakeList. Still seeing a weird issue with boundary conditions not being recognized even though changes were not around there — waligura / detail
  566. Add L2 projection of drV/dn for AFT model. — galbramc / detail
  567. Add one more check for AFT — galbramc / detail
  568. Add missing instantiation — galbramc / detail
  569. Tell cppcheck to use boost.cfg — galbramc / detail
  570. Update AFT BC test — galbramc / detail
  571. Fixes to matmul, reformatting on readNN, and a mistaken change to a BC file — waligura / detail
  572. Fix to the lone vera and added some other matmul options — waligura / detail
  573. All working make check now, with some unit test issues — waligura / detail
  574. Fix tecplot dump of interior trace CG fields. Add all bodies to debug_blade for body forces — galbramc / detail
  575. Added 2D nozzle toy code — tonyryu / detail
  576. PDERANS updates — waligura / detail
  577. important PDE changes to investigate with diff — waligura / detail
  578. pushes to take away Prt from wall modeling input — waligura / detail
  579. small navier stokes fixes — waligura / detail
  580. changes to thermal conductivity to be more consistent with SA-neg — waligura / detail
  581. Add stator pressure rise for an actuator disk stage — galbramc / detail
  582. Fix stator actuator disk — galbramc / detail
  583. adding 1D channel flow for wall-model RANS analysis — allmaras / detail
  584. Update HUMOR interface with separate input/output file names — mbottot / detail
  585. Fix trailing whitespace in HUMOR interface update — mbottot / detail
  586. changes to PDERANS unit tests — waligura / detail
  587. Fixing the warnings for the final time — waligura / detail
  588. Upgrade to TecIO 2023r1m1 — galbramc / detail
  589. Relax tolerance — galbramc / detail
  590. Add latest boost versions — galbramc / detail
  591. Fixed Local Solves for VMSDBR2 — renat999 / detail
  592. Small pointwise fix — galbramc / detail
  593. adding nondimensional nozzle toy case — tonyryu / detail
  594. Fix parallel ugrid write — galbramc / detail
  595. Format5ing fix — galbramc / detail
  596. Actualy set iterative refinement for MKL_PARDISO — galbramc / detail
  597. Cleaning up some of the excess on files and adding a unit test for the NN calc — waligura / detail
  598. Getting rid of bogus include — waligura / detail
  599. Trying another small commit because I am not sure the last one was my fault — waligura / detail
  600. Fix sign on JetDissipation — galbramc / detail
  601. Add VectorVectorVectorVector example — galbramc / detail
  602. Add Ptdw output for body force — galbramc / detail
  603. extended exact WM solution to chi in [0, 1) — allmaras / detail
  604. Commit before updating — renat999 / detail
  605. Fixed issues in make check — renat999 / detail
  606. Fixed Jenkins errors (v1) — renat999 / detail
  607. Quick fix to previous commit — renat999 / detail
  608. Fixed Jenkins errors (v2) — renat999 / detail
  609. Fixed Jenkins errors (v3) — renat999 / detail
  610. Fixed Jenkins errors (v4) — renat999 / detail
  611. Fixed Jenkins errors (v5) — renat999 / detail
  612. Fixed Jenkins errors (v6) — renat999 / detail
  613. Fixed Jenkins errors (v7) — renat999 / detail
  614. Fixed Jenkins errors (v8) — renat999 / detail
  615. Fixed Jenkins errors (v9) — renat999 / detail
  616. Started working on PDE base classes and consistent error estimate — renat999 / detail
  617. Fix some tar scripts — galbramc / detail
  618. Add tar script for petsc — galbramc / detail
  619. Look for generic petcs.tgz to build PETSc — galbramc / detail
  620. added constrained solver for centerline velocity and equilibrium wall model — allmaras / detail
  621. code clean-up; no change in functionality — allmaras / detail
  622. added access functions needed for globally constrained solver — allmaras / detail
  623. added valid-state check for global parameters; new function is virtual but — allmaras / detail
  624. instantiations needed for globally constrained system for N=2 PDE and 2 global — allmaras / detail
  625. new volume integrand for augmenting PDE residuals via global parameters terms — allmaras / detail
  626. line-length squawks & missing instantitations for 1D globally constrained channel flow — allmaras / detail
  627. fixed possible uninitialized variable — allmaras / detail
  628. Fix UnionJack so it works with avro — galbramc / detail
  629. Unstaged src/pde/sansPDEBase2D.h — renat999 / detail
  630. Added unit test for src/pde/sansPDEBase.h — renat999 / detail
  631. Update avro_tar script to get submodules — galbramc / detail
  632. Fixed compiler error — renat999 / detail
  633. Update tar for avro to include submodules — galbramc / detail
  634. Remove debug print statements — galbramc / detail
  635. Add Nozzle BC to body force — galbramc / detail
  636. better initial guess for pressure gradient and solution profile — allmaras / detail
  637. fixed uninitialized variable squawk (athough it'll never happen) — allmaras / detail
  638. Update Copyright dates to 2013-2024 — galbramc / detail
  639. Somehow missed on file — galbramc / detail
  640. Use new accelerate lapack on macOS — galbramc / detail
  641. Script updates for viggen — galbramc / detail
  642. One more copyright date fix — galbramc / detail
  643. Add linear nozzle coefficient ramp — galbramc / detail
  644. Add more suitesparse search paths. Add Nozzle outflow BC unit test. — galbramc / detail
  645. Check for unsteady with BDF and RK. — galbramc / detail
  646. Restore time step in BDF — galbramc / detail
  647. Cleanup AFT — galbramc / detail
  648. Fix array out of bounds — galbramc / detail
  649. Remove unused variable — galbramc / detail
  650. Fix finding suitesparse includes — galbramc / detail
  651. Fix compile error — galbramc / detail
  652. committing some changes as of Feb.8 — tonyryu / detail
  653. Add missing mpi communictor includes — galbramc / detail
  654. Add ParameterVectorS for static sized python arrays — galbramc / detail
  655. Missed a file — galbramc / detail
  656. Suppress warning — galbramc / detail
  657. Started refactoring Scalar Functions during SANS meeting — renat999 / detail
  658. Suppress duplicate library link warning on macOS — galbramc / detail
  659. Fix for python2 — galbramc / detail
  660. first round of adjoint fixes — tonyryu / detail
  661. Commiting progress on Function.h — renat999 / detail
  662. Forgot ScalarFunction.h — renat999 / detail
  663. Finished implementation of Function.h. Compiler errors are present — renat999 / detail
  664. Add radial variation in fsig for FlowTan body force — galbramc / detail
  665. Allow solving for Nozzle Coefficient — galbramc / detail
  666. Fix typo — galbramc / detail
  667. Unit test — renat999 / detail
  668. March1_2024 — tonyryu / detail
  669. Fix body force optimization — galbramc / detail
  670. Add unsteady body force pertubation — galbramc / detail
  671. Forgot checkInputs — galbramc / detail
  672. Fix compile error — galbramc / detail
  673. One more compile error — galbramc / detail
  674. One more fix — galbramc / detail
  675. Add temporal ramp for rotor pertubation — galbramc / detail
  676. Fix compile error — galbramc / detail
  677. Allow turning off body force pertubation time ramp — galbramc / detail
  678. One more fix — galbramc / detail
  679. One more fix — galbramc / detail
  680. More body force fixes — galbramc / detail
  681. Update unit test — galbramc / detail
  682. Adjoints refactoring to standardize naming conventions for enriched adjoint, adjoint, and delta adjoint. — tonyryu / detail
  683. Fix for body force optimization — galbramc / detail
  684. Fix last commit — galbramc / detail
  685. tried to fix line length exceeding 150 characters. — tonyryu / detail
  686. One more fix — galbramc / detail
  687. additional lines exceeding 150 characters. — tonyryu / detail
  688. removed explicit #define SANS_AVRO which was including XField_avro.h — tonyryu / detail
  689. Try constrained solver first for body force optimization — galbramc / detail
  690. Fix last commit — galbramc / detail
  691. wrapped params.Mesher.avro in if USE_AVRO SANS_AVRO and addressed line length error — tonyryu / detail
  692. fixed accidental unterminated #if statement — tonyryu / detail
  693. adding back the tmp files that were accidentally deleted as well as the .gitignore files in them — tonyryu / detail
  694. fixed copyright dates for SolverInterface_discretizations — tonyryu / detail
  695. Fixed warning for unused variables in Nozzle_nondim and Nozzle.cpp — tonyryu / detail
  696. Fix up instantiation for ScalarFunction_Linear — galbramc / detail
  697. Add length 4 ParameterVectorS — galbramc / detail
  698. Redefining adjoint as order p in SolutionData. Introduced projected_adjoint, which is p+1 projection of order p adjoint in SolutionData_VMSD_BR2.h, then renamed the variables in the SolverInterface_VMSD_BR2.h and the unit tests accordingly. — tonyryu / detail
  699. deleted SANS_refactor_test directory which had some savefiles from a test run to check the results. Renamed projected_adjoint to prolonged_adjoint in the solutiondata as well as the corresponding solverinterface and unit tests. — tonyryu / detail
  700. Check for no_warn_dup_lib on macOS — galbramc / detail
  701. One more try — galbramc / detail
  702. Try yet again — galbramc / detail
  703. Silly mistake — galbramc / detail
  704. Initial add of element enrichment capabilities — mbottot / detail
  705. Enable structured grids for ducted body force analysis. Possibly improve distance function calculation time. — galbramc / detail
  706. got rid of getAdjField(), got rid of sol_.prolonged_adjoint, and changed all the corresponding unit tests and toy codes that use these calls. — tonyryu / detail
  707. Passing (but incomplete) unit test for linear ScalarFunction — mbottot / detail
  708. Some fixes for last commit — galbramc / detail
  709. Update unit test — galbramc / detail
  710. Add boundary output groups for structured body forces — galbramc / detail
  711. Fix RefCoord solver — galbramc / detail
  712. Fix rotor source pertubation — galbramc / detail
  713. Finally get rotating pertubation periodicity correct — galbramc / detail
  714. Fix warnings — galbramc / detail
  715. addressing line is longer than 150 characters error — tonyryu / detail
  716. formatting lines over 150 characters — tonyryu / detail
  717. another line is longer than 150 characters message — tonyryu / detail
  718. Also add 2D L2Project multiscale adaptation toy code — mbottot / detail
  719. Fix new toy code so that it also compiles without refine and add reconstruction option — mbottot / detail
  720. Fix missing space for vera and relax error tolerance for clang — mbottot / detail
  721. forgot to add the ScalarFunction.h in the previous commit. Added ScalarFucntion_Pow() in place for ScalarFunction_Monomial. Still need to add unit test for this. — tonyryu / detail
  722. Fix blade rotation for body forces — galbramc / detail
  723. Fix for last commit — galbramc / detail
  724. Fix sensitvity for last commit — galbramc / detail
  725. one more try — galbramc / detail
  726. Forgot files — galbramc / detail
  727. Also update blade thickenss rotation — galbramc / detail
  728. Add a debug surface mesh when AFLR3 fails. — galbramc / detail
  729. Continued ScalarFunction refactoring. — renat999 / detail
  730. Use fabs for rotor losses — galbramc / detail

#1611 (Apr 6, 2024, 10:25:08 PM)

  1. updated test case to new interface for globally constrained; primary mods are — allmaras / detail
  2. corrected template parameters and BCBase types in Lagrange multiplier — allmaras / detail
  3. corrected ND issues and BC mapping issues for Lagrange multiplier term (still doesn't — allmaras / detail
  4. more mods/corrections for boundary-trace pressure constraint — allmaras / detail
  5. Fix bounding box check for body force camber surfaces — galbramc / detail
  6. Even more robust body force camber surface bounding box calculation — galbramc / detail
  7. added SurrealS operator= option to PyDict — allmaras / detail
  8. undo previous PyDict changes since python itself cannot support Surreals — allmaras / detail
  9. Added system tests for solver interfaces — cwomack / detail
  10. Fixed errors — cwomack / detail
  11. Fixed errors (should've been in last commit) — cwomack / detail
  12. More SA-R updates — galbramc / detail
  13. Fixed link errors — cwomack / detail
  14. Reverted CMakeLists changes — cwomack / detail
  15. Upgrade to latest refine — galbramc / detail
  16. Fix compile error — galbramc / detail
  17. One more refine fix — galbramc / detail
  18. vera fix — galbramc / detail
  19. Update CMake for ParMETIS/METIS on github. Updated to newer Find Python3. — galbramc / detail
  20. Don't write restart.meshb from refine — galbramc / detail
  21. Remove restart.meshb from refine — galbramc / detail
  22. Rework metis/parmetis build again — galbramc / detail
  23. Don't build extern libs in parallel — galbramc / detail
  24. Fix intel warning — galbramc / detail
  25. Update GKlib build and suitesparse check — galbramc / detail
  26. Forgot a file — galbramc / detail
  27. PDERANSSA3D and unit test changes for Catris model implementation from Andrew — waligura / detail
  28. changes to PDERANS3D with turbulence model implementation updates — waligura / detail
  29. actual commit for PDERANS3D that incorporates all merges — waligura / detail
  30. Another parmetis build fix — galbramc / detail
  31. Update cmake summary file — galbramc / detail
  32. Finally maybe — galbramc / detail
  33. vera changes to the PDE and constructor changes to test cases — waligura / detail
  34. Print absolute and relative PETSc tolerance — galbramc / detail
  35. Add fPIC when building GKlib — galbramc / detail
  36. More cmake fixes — galbramc / detail
  37. Remove message — galbramc / detail
  38. Maybe finally got it right... — galbramc / detail
  39. changed backsolve to not modify RHS (b) — ursachi / detail
  40. small commit to test jenkins again — waligura / detail
  41. Slightly prettier formatting for PETSc history — galbramc / detail
  42. Add metis to refine libraries — galbramc / detail
  43. Navier Stokes test case I'm having trouble with — waligura / detail
  44. made WM a turbulence model option (instead of adding an input to the — ursachi / detail
  45. Added adjoint DBL to scalar function — cwomack / detail
  46. Fixed unit test tolerance issue — cwomack / detail
  47. Lowered DBL unit test tolerance — cwomack / detail
  48. Changed BOOST_CHECK to SANS_CHECK — cwomack / detail
  49. supersonic case update — waligura / detail
  50. Added renat999@mit.edu to DeveloperEmailAddresses — renat999 / detail
  51. Axes template for DG interior and boundary traces — allmaras / detail
  52. Axes template for XField_CellToTrace — allmaras / detail
  53. Add fourier modes for asymmetric rotor body forces — galbramc / detail
  54. Forgot a file — galbramc / detail
  55. Update test — galbramc / detail
  56. sansBOOM mods for AV jump sensor — darmofal / detail
  57. Fixes for Ubuntu 22.04. Compiler flags for IntelLLVM and relaxed tolerances. — galbramc / detail
  58. Fix permissions — galbramc / detail
  59. Intel and gnu12 fixes — galbramc / detail
  60. Add missing instantiations — galbramc / detail
  61. More link error fixes — galbramc / detail
  62. One more missing instantiation — galbramc / detail
  63. Relax tolerance for intel — galbramc / detail
  64. Put calculateStroudQuadrature in SANS namespace — galbramc / detail
  65. Refactor non-symmetric body forces — galbramc / detail
  66. Compile fix — galbramc / detail
  67. Vera fix — galbramc / detail
  68. Fix warning and ping test — galbramc / detail
  69. Adjusting finite difference — galbramc / detail
  70. Smaller step size — galbramc / detail
  71. new changes to PDERANS3D to include jacobian fixes — waligura / detail
  72. small vera mistake I missed — waligura / detail
  73. Upgrade to ESP 1.20 — galbramc / detail
  74. Fix warning — galbramc / detail
  75. sansLIPAIM python fixes — galbramc / detail
  76. Fixed the unit test for zero species — renat999 / detail
  77. Fix geometry construction — galbramc / detail
  78. More ESP updates — galbramc / detail
  79. Spatial implementation of sansBOOM created as sansBOOM2D — darmofal / detail
  80. More egads fixes — galbramc / detail
  81. Add WallSlip BC for 3D RANSSA — galbramc / detail
  82. Fix last commit — galbramc / detail
  83. Fix array bounds error — galbramc / detail
  84. Added test cases for Nspecies=1. Still a bug. — renat999 / detail
  85. Added test cases for Nspecies=1. Still a bug. — renat999 / detail
  86. Add PtPolynomials to 3D PtTt BC — galbramc / detail
  87. Fix compile error — galbramc / detail
  88. Update input checks for total pressure profile — galbramc / detail
  89. added tests for remainder of block 2x2 jacobians: d(PDE)/d(qp), d(PDEp)/d(q), d(PDEp)/d(qp) — allmaras / detail
  90. templated Axes for UnitGrids XField2D_Box_UnionJack_Triangle_X1, XField2D_CubicSourceBump_Xq, — allmaras / detail
  91. Fix rotor source asymmetric normal vectors — galbramc / detail
  92. Fix last commit — galbramc / detail
  93. Fixed sansBOOM SpaceTime1D with multiple species. — renat999 / detail
  94. Add legacy VTK and Exodus metric files — galbramc / detail
  95. VTK fixes — galbramc / detail
  96. Fixed Body Force solver sensitvity — galbramc / detail
  97. Warning fixes — galbramc / detail
  98. fixed vera errors: long line — shunz / detail
  99. fixed vera errors: long line — shunz / detail
  100. updated include paths — shunz / detail
  101. updated include paths — shunz / detail
  102. removed outdated sandbox case — shunz / detail
  103. updated usage of 3D quad sheet grid's interior trace group count — shunz / detail
  104. updated pyrite files. relaxed pyrite tolerance. fixed IO file/path names — shunz / detail
  105. turned off file output — shunz / detail
  106. PDEsansBOOM2D.h updates — darmofal / detail
  107. relaxed tolerance for intel — shunz / detail
  108. relaxed tolerance again for intel — shunz / detail
  109. Remove depricated sprintf — galbramc / detail
  110. Add cirumfirential body force — galbramc / detail
  111. Use system valgrind — galbramc / detail
  112. Fix warning — galbramc / detail
  113. Derivative calculation fixes for asymmetric body forces — galbramc / detail
  114. Suppress sanitizer odr violations. Add the ability for ugrid reader to — galbramc / detail
  115. CMake file fix — galbramc / detail
  116. Forgot to update files. Some cppcheck fixes. — galbramc / detail
  117. added wall model for 3D — ursachi / detail
  118. added missing template arguments — ursachi / detail
  119. Update 2D SA_R to latest deffinition on TMR — galbramc / detail
  120. Fix abs with fabs — galbramc / detail
  121. added a missing const — ursachi / detail
  122. raised tolerance slightly for test — ursachi / detail
  123. More robust normal field for rotor source — galbramc / detail
  124. Update MultiScale for latest refine. Replace vsprintf with vsnprintf. — galbramc / detail
  125. Working sansBOOM2D with unit tests for the PDE — renat999 / detail
  126. Update rotor source ping test — galbramc / detail
  127. Refactor and simplified NormalField to use axial and raidal instead of cartesian coordinates — galbramc / detail
  128. Minor fixes — galbramc / detail
  129. Write out unconverged_surf.dat for BodyFroce RANS calculations. — galbramc / detail
  130. Add manual body force magnitude specification — galbramc / detail
  131. Change deltaRef to forceMag in normal field dump — galbramc / detail
  132. Forgot to update some python inputs — galbramc / detail
  133. DGBR2/DGBR4 low-level modification integrated. — cfrontin / detail
  134. templateized DiscretizationDGBR2 implemented, working on one test case. — cfrontin / detail
  135. test/sandbox cases updated with templateized DGBR — cfrontin / detail
  136. unit test brute force replacement — cfrontin / detail
  137. unit test fixes ; make unit working — cfrontin / detail
  138. initialized variables to zero to fix compiler warnings — ursachi / detail
  139. Add new asymmetric forces to optimizer. Fix RotorForce tecplot dump. — galbramc / detail
  140. system test update dgbr2 templatizaiton — cfrontin / detail
  141. fixed weird type mismatch in adapt3d_DGBR2_ranssa_HCH_toy.cpp — cfrontin / detail
  142. test case changes to update — waligura / detail
  143. sandbox case add 2 — waligura / detail
  144. changes before Ben switch — waligura / detail
  145. think it should pass now. — cfrontin / detail
  146. Try to capture discontinuities for Rotor source teclot output — galbramc / detail
  147. Fix typo — galbramc / detail
  148. Added Area + Atmos. variations to sansBOOM2D — renat999 / detail
  149. Fixes to previous commit — renat999 / detail
  150. sansBOOM2D directories — renat999 / detail
  151. cleaned up files — ursachi / detail
  152. added wall function BC for 3D — ursachi / detail
  153. Blasius + polar coordinate test problems and functions — cwomack / detail
  154. added instantitations containing Axes template for XField2D_Box_UnionJack_Triangle_X1 — allmaras / detail
  155. explicitly added Axes to all apply<> and check<> calls; this is needed because — allmaras / detail
  156. added Axes template parameters — allmaras / detail
  157. Axisymmetric instantiations — allmaras / detail
  158. mods needed for extending global constraints to boundary terms and systems — allmaras / detail
  159. mods to artificial viscosity sensor PDE needed for Axisymmetric — allmaras / detail
  160. added dump of solution (x from Ax = b) for UMFPACK — allmaras / detail
  161. modified halving linesearch diagnostics to dump out full solution change — allmaras / detail
  162. added constant CFL number option to PTC — allmaras / detail
  163. added function to return vector of base altitudes for all layers in atmosphere — allmaras / detail
  164. proper spelling for Blohkinzev (previously had the h & k swapped) — allmaras / detail
  165. turned off some print statements — allmaras / detail
  166. added Reflect BC; bug fixes and code clean-up — allmaras / detail
  167. continued development of axisymmetric test cases; addition of Brenner and SBR perturbation PDEs; — allmaras / detail
  168. code clean-up — allmaras / detail
  169. added sans-differential integration (e.g. without r for axisymmetric); needed — allmaras / detail
  170. fixed merge conflicts — allmaras / detail
  171. fixed vera line length squawks — allmaras / detail
  172. relaxed tolerances on tests — allmaras / detail
  173. missed an apply<> template — allmaras / detail
  174. added a template parameter to AlgebraicEquationSet_GloballyConstrained_PTC — allmaras / detail
  175. vera squawk — allmaras / detail
  176. int -> size_t in for loops — allmaras / detail
  177. removed axisymmetric SBR and TP1 test cases for now — allmaras / detail
  178. removed unused variable from test — allmaras / detail
  179. over-wrote a dump pattern file — allmaras / detail
  180. unused typedef removed — allmaras / detail
  181. missing dump pattern file — allmaras / detail
  182. relaxed test tolerance (for intel...) — allmaras / detail
  183. added jacobianFluxViscous to axisymmetric NS; unit tested — allmaras / detail
  184. updated augmented interface to use Dirichlet/Neumann form — allmaras / detail
  185. added option to evaluate Glasby tau without source term contribution — allmaras / detail
  186. added an explicit Axes typedef to all PDE and Output classes; NDConvert now — allmaras / detail
  187. axisymmetric NS function diffusionViscousGradient coded and unit tested — allmaras / detail
  188. added/corrected axisymmetric NS jacobianSource term with unit tests — allmaras / detail
  189. Addition of updated mathematica testing notebooks for PDERANS2D tests — waligura / detail
  190. Add camber surface dump — galbramc / detail
  191. Suppress Boost new version warnings in CMake — galbramc / detail
  192. added Axes template to XField1D mesher — allmaras / detail
  193. Axes fixes and instantiations needed for 1D axisymmetric solve — allmaras / detail
  194. added linear temperature option of noslip-isothermal BC; added new solution — allmaras / detail
  195. added solution function for stagnant flow with linear-in-z temperature (and constant pressure); — allmaras / detail
  196. Added folders — renat999 / detail
  197. Added files — renat999 / detail
  198. Add body force normal and pallel forces to deltaRef tecplot dump — galbramc / detail
  199. Fixed sansBOOM to be up to date with the master br — renat999 / detail
  200. Fixed vera errors — cwomack / detail
  201. Fixed errors, added template argument — cwomack / detail
  202. fixed templating error — cwomack / detail
  203. Changed test suite name — cwomack / detail
  204. Removed unused variable — cwomack / detail
  205. Update SuiteSparse build. Relax some testing tolerances. — galbramc / detail
  206. Fixes for exodus file IO — galbramc / detail
  207. Standardized DBL cases, added unit test for annulus — cwomack / detail
  208. Use step matrix FrobNorm minimization for implied metric optimization. — galbramc / detail
  209. updated Tecplot output for VMSDBR2 to be consistent with boundary flux — ursachi / detail
  210. forgot to include updated cmakelist with previous commit — ursachi / detail
  211. forgot to actually commit the Tecplot output file — ursachi / detail
  212. Added axisymmetric DBL — cwomack / detail
  213. changed variable name to nt to be consistent with rest of code — ursachi / detail
  214. Add fluent reader to support Pointwise generated meshes for RotorSource — galbramc / detail
  215. Forgot updated partitioning files — galbramc / detail
  216. One more missing file — galbramc / detail
  217. Added sag6096@psu.edu to DeveloperEmailAddresses — sag6096 / detail
  218. added gradients for specified velocity for no-slip, isothermal BC — allmaras / detail
  219. Forgot one more file — galbramc / detail
  220. Add another file to COTIRE_IGNORE — galbramc / detail
  221. Fix group numbering on older gcc versions for Fluent reader — galbramc / detail
  222. added Axes template to meshers, error estimates, local problems, adaptation — allmaras / detail
  223. 1D and 2D axisymmetric instantiations for meshers, error estimates, local problems, adaptation — allmaras / detail
  224. added Axes template to CostModel_LogEuclidean; also modified integration — allmaras / detail
  225. Expose SA Flavours for Rotor Source calculations — galbramc / detail
  226. missed a couple files with added Axes templates — allmaras / detail
  227. Removed annulus unit test while fixing bug — cwomack / detail
  228. Removed unused variables — cwomack / detail
  229. Loosened tolerance on one test — cwomack / detail
  230. Galerkin strong-form BC implementation classes renamed to be consistent with file name — allmaras / detail
  231. Add pressure gradient terms to RotorSource — galbramc / detail
  232. Relax tolerance — galbramc / detail
  233. consistent interface in augmented integrand for both Dirichlet and Neumann constraints — allmaras / detail
  234. added option for SUPG with source term for test-function operator; — allmaras / detail
  235. added option to add both q-gradient and qp-gradient into lifted gradient; — allmaras / detail
  236. added code for integration without the differential multiplier (e.g. r in Axisymmetric); — allmaras / detail
  237. Added sag6096@mit.edu to DeveloperEmailAddresses — sag6096 / detail
  238. fixed merge conflicts — allmaras / detail
  239. vera line-length squawks — allmaras / detail
  240. added missing Axes in refine and related instantiations — allmaras / detail
  241. fixed vera squawk — allmaras / detail
  242. Add RotorSource flow tangency model — galbramc / detail
  243. Fix for intel compiler — galbramc / detail
  244. Remove redundtant email — galbramc / detail
  245. Adjust ping test — galbramc / detail
  246. Add clVariableType. Fix sourceJacobianAbs for RotorFlowTan. — galbramc / detail
  247. added compiler warning suppression for Ping_Euler_RotorSource_btest.cpp — allmaras / detail
  248. added compiler suppression -Wno-maybe-uninitialized to BodyForceSolver_*.cpp — allmaras / detail
  249. fixed nightly warnings: possibly uninitialized variables — allmaras / detail
  250. First incorporation of Standard Atmosphere, and altitude dependent Absorption — renat999 / detail
  251. Saving first draft of polar coordinates, axisym changes — cwomack / detail
  252. raypath code for multi-layer atmospheres; functions of both z and s — allmaras / detail
  253. Mathematica file for unit tests of raypath code for standard atmosphere — allmaras / detail
  254. some compilers need #include <vector> — allmaras / detail
  255. increased tolerances on raypath tests — allmaras / detail
  256. Support 2D CG periodic solutions. Add 2D RotorSource calculations. — galbramc / detail
  257. Fix for 2D CG periodic in parallel — galbramc / detail
  258. Fix ArcCamber angle definition. Allow both positive and negative angles — galbramc / detail
  259. Fix FieldLib library order — galbramc / detail
  260. Standard Atmosphere RayPathS and absorption added — renat999 / detail
  261. Allow constrained body force solves in 2D — galbramc / detail
  262. Fix tankap for 2D. Add rhofn to RotorSource output. Fix link errors. — galbramc / detail
  263. Fix 2D RotorSource tecplot dump — galbramc / detail
  264. Put back rotor source tan(kappa) — galbramc / detail
  265. Fix tecplot dump for 2D body forces to use PASSIVEVARLIST. Get FlowTan body foces working in 2D. — galbramc / detail
  266. Forgot a file — galbramc / detail
  267. Correction to asymmetric Pt inflow BC — galbramc / detail
  268. Fix typo — galbramc / detail
  269. One more bug fix — galbramc / detail
  270. Compile fix — galbramc / detail
  271. Fixed compiler errors — galbramc / detail
  272. A few jenkins fixes — galbramc / detail
  273. Warning and link fixes — galbramc / detail
  274. More link error fixes — galbramc / detail
  275. Fix includes — galbramc / detail
  276. Fix some link errors — galbramc / detail
  277. Not sure what I fixed... — galbramc / detail
  278. Add placeholder HUMOR meshing interface — galbramc / detail
  279. Fixes for last commit — galbramc / detail
  280. More seacas guards — galbramc / detail
  281. One more seacas protection — galbramc / detail
  282. Add one seacas dependency — galbramc / detail
  283. Fixed test cases and unified results — cwomack / detail
  284. Fixed vera errors — cwomack / detail
  285. Added to vera exclusions — cwomack / detail
  286. Add unsteady to BodyForces — galbramc / detail
  287. Sending DG changes to Steve — cwomack / detail
  288. Add missing updated RK examples. Update history output for unsteady BodyForce — galbramc / detail
  289. added Axes templates for missing DG error estimates; added instantiations for axisymmetric DG — allmaras / detail
  290. Invert eigen vector scaling for exodus files — galbramc / detail
  291. Pad zeros in body force file names — galbramc / detail
  292. Fix compile error — galbramc / detail
  293. additional Axes mods and axisymmetric/polar instantations needed for 'make check' — allmaras / detail
  294. Compile fixes and corrections to Exodus file write — galbramc / detail
  295. Forgot a file — galbramc / detail
  296. Fix call to HUMOR — galbramc / detail
  297. Exodus reader fix — galbramc / detail
  298. Missed a file — galbramc / detail
  299. More humor options — galbramc / detail
  300. Fix typo — galbramc / detail
  301. Pushing code, missing defaulted Axes — cwomack / detail
  302. Add KarypisLab tar scripts — galbramc / detail
  303. added Axes templates into VMSD error estimates — allmaras / detail
  304. Update KarypisLab tar scripts — galbramc / detail
  305. 1st draft polar adaptation — cwomack / detail
  306. Fix normal mach output for 2D — galbramc / detail
  307. Runge Kutta updates — galbramc / detail
  308. Minor fixes — galbramc / detail
  309. Switch to BDF — galbramc / detail
  310. Fix missing instantiation — galbramc / detail
  311. Add omega to constrained solver outputs — galbramc / detail
  312. Use CFL based time stepping for BDF — galbramc / detail
  313. Don't return results when constrained solver fails — galbramc / detail
  314. Fix cylindrical pressure probe output — galbramc / detail
  315. Fix typo — galbramc / detail
  316. Add fluent format documentation — galbramc / detail
  317. Fix pressure probe output one more time — galbramc / detail
  318. Changes to polar normal vector — cwomack / detail
  319. Add pressure output for rotor source — galbramc / detail
  320. Test mods — cwomack / detail
  321. first step towards a variable Prt model — waligura / detail
  322. Changes for Steve — cwomack / detail
  323. fixed polar coordinates integration bug; changed all ElementXField definitions for jacobianDeterminant, — allmaras / detail
  324. Blend equations for FlowTan — galbramc / detail
  325. Add more RotorSource 3D dumps. Default double precision for tecplot dumps. — galbramc / detail
  326. Add dp/deta to delta dump — galbramc / detail
  327. Fix compile errors — galbramc / detail
  328. Add cylindrical relative velocity components — galbramc / detail
  329. Fix line search unit tests — galbramc / detail
  330. fixed polar-coordinates differential length and area functions, along with — allmaras / detail
  331. Saving polar changes — cwomack / detail
  332. Add tolerane to valid x-range for 2D rotor outputs — galbramc / detail
  333. Fix vector size for DeltaRef dump — galbramc / detail
  334. polar bug fix: volume() -> volumePhysical() & area() -> areaPhysical() — allmaras / detail
  335. made *sansDifferential and *Mesh integrations consistent (i.e. the same as — allmaras / detail
  336. many changes to variable types to incorporate a variable conductivity with Prt — waligura / detail
  337. incorporated 1/r into theta derivative for polar in evalBasisGradient (which — allmaras / detail
  338. modified polar Hessian to correctly include 1st derivatives and 1/r terms — allmaras / detail
  339. Saving changes — cwomack / detail
  340. Update tecplot dump for flowTan body force. Allow getting EGADS model from pyton for BodyForces/ — galbramc / detail
  341. Fix fn dump in deltaRef — galbramc / detail
  342. solving for s ahead of time — renat999 / detail
  343. Fix compilere warning and guard against divide by zero — galbramc / detail
  344. Change flowTan model at bounds. Fix deltaRef dump. — galbramc / detail
  345. Update unit tests — galbramc / detail
  346. Reverse sign of tan(kappa) for Peters body force term — galbramc / detail
  347. Dump out delta and kappa in deg for body forces — galbramc / detail
  348. Polar modifications — cwomack / detail
  349. added missing template — ursachi / detail
  350. added 2D flatplate test case (includes WM) — ursachi / detail
  351. Expose fsig in RotorFlowTan python arguments. Add env args to valgrind execution. — galbramc / detail
  352. Remove Ntheta scaling from FlowTan force — galbramc / detail
  353. Change scaling on normal force back to 1/r — galbramc / detail
  354. Fix cmake warning — galbramc / detail
  355. Add kShock to body force interface and change flowTan viscous model again — galbramc / detail
  356. Add missing kShock — galbramc / detail
  357. Polar bug fixes — cwomack / detail
  358. Fixed link errors — cwomack / detail
  359. working modification of PDERANS with a new Prt datatype defined with surreals. This build does not have the correct contructor formulation for PDERANSSA though — waligura / detail
  360. Change Rotor Rot/Rel outputs to specify rotor and position — galbramc / detail
  361. Sandbox polar changes — cwomack / detail
  362. sandbox changes — cwomack / detail
  363. Fixed vera errors — cwomack / detail
  364. Added annulus grids — cwomack / detail
  365. Sanbox changes — cwomack / detail
  366. Sandbox changes — cwomack / detail
  367. sandbox — cwomack / detail
  368. Add TECIO support. Fix compiler warnings. Fix projection from Hierachical to Lagrange in 2D. — galbramc / detail
  369. sandbox — cwomack / detail
  370. sandbox — cwomack / detail
  371. sandbox — cwomack / detail
  372. sandbox — cwomack / detail
  373. sandbox — cwomack / detail
  374. sandbox — cwomack / detail
  375. isandbox — cwomack / detail
  376. sandbox — cwomack / detail
  377. dbl — cwomack / detail
  378. dbl — cwomack / detail
  379. sandbox — cwomack / detail
  380. sandbox — cwomack / detail
  381. sandbox — cwomack / detail
  382. sandbox — cwomack / detail
  383. sandbox — cwomack / detail
  384. sandbox — cwomack / detail
  385. sandbox — cwomack / detail
  386. sandbox — cwomack / detail
  387. sandbox — cwomack / detail
  388. sandbox — cwomack / detail
  389. sandbox — cwomack / detail
  390. sandbox — cwomack / detail
  391. sandbox — cwomack / detail
  392. Fix warning and tecplot file write — galbramc / detail
  393. sandbox — cwomack / detail
  394. sandbxo — cwomack / detail
  395. sandbxo — cwomack / detail
  396. Allows solving for Back Pressure with Body Forces. TECIO fixes. — galbramc / detail
  397. Output solved back pressure for body force constrained solver. Fix compile error. — galbramc / detail
  398. Add missing instantiation — galbramc / detail
  399. sandbox changes — cwomack / detail
  400. sandbox and tecplot changes — cwomack / detail
  401. fixed bugs — cwomack / detail
  402. adjusted tolerancw — cwomack / detail
  403. PDEsansBOOM2D all effects included. Still some details in Unit tests — renat999 / detail
  404. Implemented the QType for the AFT 2014 Transition model — sag6096 / detail
  405. sandbox — cwomack / detail
  406. stashing changes now as a backup since the NN functionality is almost online — waligura / detail
  407. Fix parallel Metric file write. Don't revert to a lienar mesh if local patch construction fails. — galbramc / detail
  408. Working Prt NN Modification with no derivatives — waligura / detail
  409. sandbox changes — cwomack / detail
  410. sandbox — cwomack / detail
  411. merging branches — cwomack / detail
  412. Added polar instantiations — cwomack / detail
  413. Added WM BC for AV — ursachi / detail
  414. Added lrochery@mit.edu to DeveloperEmailAddresses — lrochery / detail
  415. Added the AFT transition model and subsequent — sag6096 / detail
  416. Reverted tecplot changes — cwomack / detail
  417. Even more generalized asymmetric fourier functions. Fix NormalVelocity flux. Add parallel force to BodyForce tecplot dump. — galbramc / detail
  418. Fix compile error — galbramc / detail
  419. Fixes for optimizing body force asym normals — galbramc / detail
  420. Fixed lingering warnings and hard-coded H12 term. — sag6096 / detail
  421. Smoother AFT model — galbramc / detail
  422. Add wall search stress output for RANS AFT flatplate — galbramc / detail
  423. Fix asym gradient calculation — galbramc / detail
  424. Fixed vera errors — cwomack / detail
  425. Added avro to FP cases — sag6096 / detail
  426. Fixed vera error — cwomack / detail
  427. Fix template errors — galbramc / detail
  428. Vera changes, new advective flux BC — cwomack / detail
  429. Fixed all lingering warnings — sag6096 / detail
  430. *ACTUALLY* got rid of all lingering warnings. — sag6096 / detail
  431. NormalField unit test fix and fix RotorSource interior force dump. — galbramc / detail
  432. One more compile fix — galbramc / detail
  433. Allow removing body force radial normal component — galbramc / detail
  434. Fixes — cwomack / detail
  435. added explicit instantiations of output_Tecplot for grid only for both — allmaras / detail
  436. Change to area averaged NormalVelocity for RotorSource — galbramc / detail
  437. try 2: explicit instantitations for grid-only output_Tecplot — allmaras / detail
  438. Fixed jenkins issues — cwomack / detail
  439. Missed a file — galbramc / detail
  440. Added albornoz@mit.edu to DeveloperEmailAddresses — albornoz / detail
  441. Fix for Unit output — galbramc / detail
  442. More fixes for unit calculation — galbramc / detail
  443. Added ejwllms@mit.edu to DeveloperEmailAddresses — ejwllms / detail
  444. Fixed unit test errors — cwomack / detail
  445. Fix compile error — galbramc / detail
  446. Changed warning — cwomack / detail
  447. Changed warnings — cwomack / detail
  448. All effects (except wind) implementation for sansBOOM2D with unit tests — renat999 / detail
  449. Removed CMakeCache.txt and correct indentation in Absorption.h — renat999 / detail
  450. Removed sansBOOM from directory list in src/pde/CMakeLists.txt — renat999 / detail
  451. Removed test/unit/pde/sansBOOM — renat999 / detail
  452. All the missing unit test for sansBOOM2D directory — renat999 / detail
  453. Removed test/unit/pde/sansBOOM for the directory list in CMakeLists.txt — renat999 / detail
  454. Untracked last files realted to sansBOOM — renat999 / detail
  455. Added asmedina@mit.edu to DeveloperEmailAddresses — asmedina / detail
  456. Added dgoba@mit.edu to DeveloperEmailAddresses — dgoba / detail
  457. Added new Ptrip term to source(iSA) for AFT model — sag6096 / detail
  458. Fixed missing bracket — sag6096 / detail
  459. Fixed issue with power function — sag6096 / detail
  460. added check on clang compiler for #pragma's on boost special functions include — allmaras / detail
  461. changed #ifdef from __clang_analyzer__ to __clang__ for warning suppression on boost Bessel function — allmaras / detail
  462. Update tar scripts for parmetis — galbramc / detail
  463. Adding support for an advection-diffusion-reaction (ADR) solver — darmofal / detail
  464. Fix email — albornoz / detail
  465. Added sansBOOM directories again. The toy code for sansBOOM2D with VMSDBR2 is also present — renat999 / detail
  466. Fixing merge conflicts — renat999 / detail
  467. Added CMakeLists.txt in sansBOOM directories — renat999 / detail
  468. New working Prt model with derivatives implemented: still need to implement throughout PDERANSSA — waligura / detail
  469. Working version of Prt modeling with Duan implemented Neural Network (small). Still does not run because of solver issues though — waligura / detail
  470. removed all instantiations for 1D Polar; these were all previously commented out — allmaras / detail
  471. eliminated depricated #else branch for FIX_POLAR_BUG and FIXED_POLAR_GRADIENT; — allmaras / detail
  472. fixed nightly build squawks — allmaras / detail
  473. Make sure ccache script has execute permissions — galbramc / detail
  474. Changes to test case for supersonic run — waligura / detail
  475. Brenner fixes — waligura / detail
  476. Commiting to pull in the cluster. src/pde/OutputCell_SolutionErrorL2.h hacked to make 0 the srnos — renat999 / detail
  477. fixed nightly build squawks — allmaras / detail
  478. oops, bug fix for latest edit — allmaras / detail
  479. Toy codes to test DGBR2 and VMSDBR2 with analytical traveling wave — renat999 / detail
  480. Working Prt NN model implementation with 11 input variables and R^2 around 60%. The jacobian and gradient of the model are implemented as well, but nothing has been tested yet — waligura / detail
  481. other things needed to run — waligura / detail
  482. Compiled DistanceFunctionGradient, and add DistanceFunctionHessian. — galbramc / detail
  483. Added option for both AFT2014 and AFT2017 — sag6096 / detail
  484. fix for test case with importing from command line — waligura / detail
  485. "fixed" — waligura / detail
  486. fixing commit — waligura / detail
  487. fixing commit 2 — waligura / detail
  488. fixing commit 3 — waligura / detail
  489. fix 4 — waligura / detail
  490. Added smoothmax to smoothmath.h — sag6096 / detail
  491. Fix DistanceFunction Grad/Hess. Revive DistanceFunction tests. Add AFT2017. Refactor SA trip source for AFT. — galbramc / detail
  492. Supersonic working DuanS version — waligura / detail
  493. renamed wall model BC — ursachi / detail
  494. added isothermal WM BC — ursachi / detail
  495. made chit0 naming consistent — ursachi / detail
  496. forgot to add file for WM BC — ursachi / detail
  497. fixed variable type — ursachi / detail
  498. changes to the scaling in dataTransform to more accurately scale the simulation inputs. change made on super — waligura / detail
  499. Commit before reinstalling SANS — renat999 / detail
  500. Added in some of the blasius BC as well as AFT2019 — sag6096 / detail
  501. Fix ghost dof for broken CG fields — galbramc / detail
  502. Add actuator disk model. Fix tecplot CG dump for broken CG fields. — galbramc / detail
  503. Fix jacobianSource for AFT — galbramc / detail
  504. Fix compile error — galbramc / detail
  505. Missed instantiation — galbramc / detail
  506. Warning fixes — galbramc / detail
  507. Add avro guard — galbramc / detail
  508. Vera and warning fixes — galbramc / detail
  509. Fix compile error. Add linear offset to actuator disk psi_ts curve. — galbramc / detail
  510. Fix typo — galbramc / detail
  511. Fix array out of bound and sort keys for body force and actuator disk history files. — galbramc / detail
  512. Update nodal view for hex — galbramc / detail
  513. Fix actuator disk time integration — galbramc / detail
  514. Add asymmetric Pt to duct solver — galbramc / detail
  515. Fix compile error. Update TecIO build. — galbramc / detail
  516. Enable kt functions for Nozzle BC — galbramc / detail
  517. Fix time advancement for Duct Solver — galbramc / detail
  518. Add RANSSA RotorFlowTan — galbramc / detail
  519. Fixes for setting cn=0 with body forces — galbramc / detail
  520. Fix tests from last commit — galbramc / detail
  521. Added mbottot@mit.edu to DeveloperEmailAddresses — mbottot / detail
  522. Fix for finding numpy, and unit test fix — galbramc / detail
  523. Suppress warning and add missing instantiation — galbramc / detail
  524. Vera fix. More warning suppressions and timeout fixes — galbramc / detail
  525. Updated actuator disk model — galbramc / detail
  526. Forgot a file — galbramc / detail
  527. Getting some references working right so the unit tests run again. Getting ready to finalize the Prt unit test as well — waligura / detail
  528. Actuator disk fix — galbramc / detail
  529. Added tonyryu@mit.edu to DeveloperEmailAddresses — tonyryu / detail
  530. changing tolerances for unit tests for M1 Mac — tonyryu / detail
  531. Add NLF transition case — galbramc / detail
  532. Prt Model with working unnit test on Prt prediction — waligura / detail
  533. Change to IntelLLV as default for Intel compiler. — galbramc / detail
  534. Working Prt NN model with correct unit tests and deriviative implementation — waligura / detail
  535. Add scale factor for CompressiblePower calculation — galbramc / detail
  536. Cleaned up files for develop merge — waligura / detail
  537. Brought back all of the changes that I did not mean to make (I hope) — waligura / detail
  538. Relax tolerances for IntelLLVM — galbramc / detail
  539. Update RANSAFT NLF — galbramc / detail
  540. Additional changes to Prt modeling to fix nondimesional test case and also make adjustments on NeuralNetClosure — waligura / detail
  541. Write out PV for body forces — galbramc / detail
  542. IntelLLVM fix for TetGen — galbramc / detail
  543. Relax tolerances for Intel LLVM — galbramc / detail
  544. Enable dump of bodyforce RANS solutions — galbramc / detail
  545. Fix for last commit — galbramc / detail
  546. Added hnilsen@mit.edu to DeveloperEmailAddresses — hnilsen / detail
  547. Use PI insteady of M_PI for Surreal — galbramc / detail
  548. Update HUMOR interface — galbramc / detail
  549. Fix rotor source szplt output — galbramc / detail
  550. Vera fixes and don't use MPI TECIO — galbramc / detail
  551. Add PSig to body force dump — galbramc / detail
  552. Fix TECIO write of CG fields — galbramc / detail
  553. Fix PSig dump — galbramc / detail
  554. Fixed proper flow conditions for NLF-0416 — sag6096 / detail
  555. Guard against looking for rt library on MSYS — galbramc / detail
  556. Allow using PSig in Pprop calculation — galbramc / detail
  557. Fix last commit — galbramc / detail
  558. Default PV/PSig scale to 1 — galbramc / detail
  559. Updates to AFT PDE — galbramc / detail
  560. More cleanup of AFT PDE — galbramc / detail
  561. Try smoother distnace function gradient — galbramc / detail
  562. Fix last commit — galbramc / detail
  563. Refactor CG tecplot file writes, again... — galbramc / detail
  564. commit before update — waligura / detail
  565. Add derivatives for smoothmaxC2 and min — galbramc / detail
  566. Another try to push NN Prt changes to see the issues with the compiliers — waligura / detail
  567. Vera issues fixed — waligura / detail
  568. Add smoothabs0_tanh. Remove many defaults and clarify units for smoothmath — galbramc / detail
  569. Add smoothabs0_tanh_eps — galbramc / detail
  570. Fix array out-of-bounds in unit test — galbramc / detail
  571. Vera fixes (for real) — waligura / detail
  572. Fall back on LogEuclidian average when affine average fails — galbramc / detail
  573. Fix smooth math update — galbramc / detail
  574. Fixes to formatting and cmakeList. Still seeing a weird issue with boundary conditions not being recognized even though changes were not around there — waligura / detail
  575. Add L2 projection of drV/dn for AFT model. — galbramc / detail
  576. Add one more check for AFT — galbramc / detail
  577. Add missing instantiation — galbramc / detail
  578. Tell cppcheck to use boost.cfg — galbramc / detail
  579. Update AFT BC test — galbramc / detail
  580. Fixes to matmul, reformatting on readNN, and a mistaken change to a BC file — waligura / detail
  581. Fix to the lone vera and added some other matmul options — waligura / detail
  582. All working make check now, with some unit test issues — waligura / detail
  583. Fix tecplot dump of interior trace CG fields. Add all bodies to debug_blade for body forces — galbramc / detail
  584. Added 2D nozzle toy code — tonyryu / detail
  585. PDERANS updates — waligura / detail
  586. important PDE changes to investigate with diff — waligura / detail
  587. pushes to take away Prt from wall modeling input — waligura / detail
  588. small navier stokes fixes — waligura / detail
  589. changes to thermal conductivity to be more consistent with SA-neg — waligura / detail
  590. Add stator pressure rise for an actuator disk stage — galbramc / detail
  591. Fix stator actuator disk — galbramc / detail
  592. adding 1D channel flow for wall-model RANS analysis — allmaras / detail
  593. Update HUMOR interface with separate input/output file names — mbottot / detail
  594. Fix trailing whitespace in HUMOR interface update — mbottot / detail
  595. changes to PDERANS unit tests — waligura / detail
  596. Fixing the warnings for the final time — waligura / detail
  597. Upgrade to TecIO 2023r1m1 — galbramc / detail
  598. Relax tolerance — galbramc / detail
  599. Add latest boost versions — galbramc / detail
  600. Fixed Local Solves for VMSDBR2 — renat999 / detail
  601. Small pointwise fix — galbramc / detail
  602. adding nondimensional nozzle toy case — tonyryu / detail
  603. Fix parallel ugrid write — galbramc / detail
  604. Format5ing fix — galbramc / detail
  605. Actualy set iterative refinement for MKL_PARDISO — galbramc / detail
  606. Cleaning up some of the excess on files and adding a unit test for the NN calc — waligura / detail
  607. Getting rid of bogus include — waligura / detail
  608. Trying another small commit because I am not sure the last one was my fault — waligura / detail
  609. Fix sign on JetDissipation — galbramc / detail
  610. Add VectorVectorVectorVector example — galbramc / detail
  611. Add Ptdw output for body force — galbramc / detail
  612. extended exact WM solution to chi in [0, 1) — allmaras / detail
  613. Commit before updating — renat999 / detail
  614. Fixed issues in make check — renat999 / detail
  615. Fixed Jenkins errors (v1) — renat999 / detail
  616. Quick fix to previous commit — renat999 / detail
  617. Fixed Jenkins errors (v2) — renat999 / detail
  618. Fixed Jenkins errors (v3) — renat999 / detail
  619. Fixed Jenkins errors (v4) — renat999 / detail
  620. Fixed Jenkins errors (v5) — renat999 / detail
  621. Fixed Jenkins errors (v6) — renat999 / detail
  622. Fixed Jenkins errors (v7) — renat999 / detail
  623. Fixed Jenkins errors (v8) — renat999 / detail
  624. Fixed Jenkins errors (v9) — renat999 / detail
  625. Started working on PDE base classes and consistent error estimate — renat999 / detail
  626. Fix some tar scripts — galbramc / detail
  627. Add tar script for petsc — galbramc / detail
  628. Look for generic petcs.tgz to build PETSc — galbramc / detail
  629. added constrained solver for centerline velocity and equilibrium wall model — allmaras / detail
  630. code clean-up; no change in functionality — allmaras / detail
  631. added access functions needed for globally constrained solver — allmaras / detail
  632. added valid-state check for global parameters; new function is virtual but — allmaras / detail
  633. instantiations needed for globally constrained system for N=2 PDE and 2 global — allmaras / detail
  634. new volume integrand for augmenting PDE residuals via global parameters terms — allmaras / detail
  635. line-length squawks & missing instantitations for 1D globally constrained channel flow — allmaras / detail
  636. fixed possible uninitialized variable — allmaras / detail
  637. Fix UnionJack so it works with avro — galbramc / detail
  638. Unstaged src/pde/sansPDEBase2D.h — renat999 / detail
  639. Added unit test for src/pde/sansPDEBase.h — renat999 / detail
  640. Update avro_tar script to get submodules — galbramc / detail
  641. Fixed compiler error — renat999 / detail
  642. Update tar for avro to include submodules — galbramc / detail
  643. Remove debug print statements — galbramc / detail
  644. Add Nozzle BC to body force — galbramc / detail
  645. better initial guess for pressure gradient and solution profile — allmaras / detail
  646. fixed uninitialized variable squawk (athough it'll never happen) — allmaras / detail
  647. Update Copyright dates to 2013-2024 — galbramc / detail
  648. Somehow missed on file — galbramc / detail
  649. Use new accelerate lapack on macOS — galbramc / detail
  650. Script updates for viggen — galbramc / detail
  651. One more copyright date fix — galbramc / detail
  652. Add linear nozzle coefficient ramp — galbramc / detail
  653. Add more suitesparse search paths. Add Nozzle outflow BC unit test. — galbramc / detail
  654. Check for unsteady with BDF and RK. — galbramc / detail
  655. Restore time step in BDF — galbramc / detail
  656. Cleanup AFT — galbramc / detail
  657. Fix array out of bounds — galbramc / detail
  658. Remove unused variable — galbramc / detail
  659. Fix finding suitesparse includes — galbramc / detail
  660. Fix compile error — galbramc / detail
  661. committing some changes as of Feb.8 — tonyryu / detail
  662. Add missing mpi communictor includes — galbramc / detail
  663. Add ParameterVectorS for static sized python arrays — galbramc / detail
  664. Missed a file — galbramc / detail
  665. Suppress warning — galbramc / detail
  666. Started refactoring Scalar Functions during SANS meeting — renat999 / detail
  667. Suppress duplicate library link warning on macOS — galbramc / detail
  668. Fix for python2 — galbramc / detail
  669. first round of adjoint fixes — tonyryu / detail
  670. Commiting progress on Function.h — renat999 / detail
  671. Forgot ScalarFunction.h — renat999 / detail
  672. Finished implementation of Function.h. Compiler errors are present — renat999 / detail
  673. Add radial variation in fsig for FlowTan body force — galbramc / detail
  674. Allow solving for Nozzle Coefficient — galbramc / detail
  675. Fix typo — galbramc / detail
  676. Unit test — renat999 / detail
  677. March1_2024 — tonyryu / detail
  678. Fix body force optimization — galbramc / detail
  679. Add unsteady body force pertubation — galbramc / detail
  680. Forgot checkInputs — galbramc / detail
  681. Fix compile error — galbramc / detail
  682. One more compile error — galbramc / detail
  683. One more fix — galbramc / detail
  684. Add temporal ramp for rotor pertubation — galbramc / detail
  685. Fix compile error — galbramc / detail
  686. Allow turning off body force pertubation time ramp — galbramc / detail
  687. One more fix — galbramc / detail
  688. One more fix — galbramc / detail
  689. More body force fixes — galbramc / detail
  690. Update unit test — galbramc / detail
  691. Adjoints refactoring to standardize naming conventions for enriched adjoint, adjoint, and delta adjoint. — tonyryu / detail
  692. Fix for body force optimization — galbramc / detail
  693. Fix last commit — galbramc / detail
  694. tried to fix line length exceeding 150 characters. — tonyryu / detail
  695. One more fix — galbramc / detail
  696. additional lines exceeding 150 characters. — tonyryu / detail
  697. removed explicit #define SANS_AVRO which was including XField_avro.h — tonyryu / detail
  698. Try constrained solver first for body force optimization — galbramc / detail
  699. Fix last commit — galbramc / detail
  700. wrapped params.Mesher.avro in if USE_AVRO SANS_AVRO and addressed line length error — tonyryu / detail
  701. fixed accidental unterminated #if statement — tonyryu / detail
  702. adding back the tmp files that were accidentally deleted as well as the .gitignore files in them — tonyryu / detail
  703. fixed copyright dates for SolverInterface_discretizations — tonyryu / detail
  704. Fixed warning for unused variables in Nozzle_nondim and Nozzle.cpp — tonyryu / detail
  705. Fix up instantiation for ScalarFunction_Linear — galbramc / detail
  706. Add length 4 ParameterVectorS — galbramc / detail
  707. Redefining adjoint as order p in SolutionData. Introduced projected_adjoint, which is p+1 projection of order p adjoint in SolutionData_VMSD_BR2.h, then renamed the variables in the SolverInterface_VMSD_BR2.h and the unit tests accordingly. — tonyryu / detail
  708. deleted SANS_refactor_test directory which had some savefiles from a test run to check the results. Renamed projected_adjoint to prolonged_adjoint in the solutiondata as well as the corresponding solverinterface and unit tests. — tonyryu / detail
  709. Check for no_warn_dup_lib on macOS — galbramc / detail
  710. One more try — galbramc / detail
  711. Try yet again — galbramc / detail
  712. Silly mistake — galbramc / detail
  713. Initial add of element enrichment capabilities — mbottot / detail
  714. Enable structured grids for ducted body force analysis. Possibly improve distance function calculation time. — galbramc / detail
  715. got rid of getAdjField(), got rid of sol_.prolonged_adjoint, and changed all the corresponding unit tests and toy codes that use these calls. — tonyryu / detail
  716. Passing (but incomplete) unit test for linear ScalarFunction — mbottot / detail
  717. Some fixes for last commit — galbramc / detail
  718. Update unit test — galbramc / detail
  719. Add boundary output groups for structured body forces — galbramc / detail
  720. Fix RefCoord solver — galbramc / detail
  721. Fix rotor source pertubation — galbramc / detail
  722. Finally get rotating pertubation periodicity correct — galbramc / detail
  723. Fix warnings — galbramc / detail
  724. addressing line is longer than 150 characters error — tonyryu / detail
  725. formatting lines over 150 characters — tonyryu / detail
  726. another line is longer than 150 characters message — tonyryu / detail
  727. Also add 2D L2Project multiscale adaptation toy code — mbottot / detail
  728. Fix new toy code so that it also compiles without refine and add reconstruction option — mbottot / detail
  729. Fix missing space for vera and relax error tolerance for clang — mbottot / detail
  730. forgot to add the ScalarFunction.h in the previous commit. Added ScalarFucntion_Pow() in place for ScalarFunction_Monomial. Still need to add unit test for this. — tonyryu / detail
  731. Fix blade rotation for body forces — galbramc / detail
  732. Fix for last commit — galbramc / detail
  733. Fix sensitvity for last commit — galbramc / detail
  734. one more try — galbramc / detail
  735. Forgot files — galbramc / detail
  736. Also update blade thickenss rotation — galbramc / detail
  737. Continued ScalarFunction refactoring. — renat999 / detail

#1610 (Mar 23, 2024, 10:25:08 PM)

  1. added WM joukowski test case — ursachi / detail
  2. Updates to SA-R — galbramc / detail
  3. bsans old commits — waligura / detail
  4. Use smooth math for SA-R — galbramc / detail
  5. Added p adjoint to DGBR2 interface — cwomack / detail
  6. Axes templating; defaults to Axes=Cartesian wherever needed — allmaras / detail
  7. added Axes template to XField2D_Box_Quad_X1; default to Cartesian — allmaras / detail
  8. Fixed vera error and FINALLY tracked down meshing issue — cwomack / detail
  9. Fixed vera errors — cwomack / detail
  10. addes Axes templates; default to Cartesian — allmaras / detail
  11. modified globally constrained infrastructure to allow for more general constraints (e.g. boundary constraint) — allmaras / detail
  12. added axisymmetric centerline BC for Euler/NS — allmaras / detail
  13. added pressure evaluation function to Q-interpreters — allmaras / detail
  14. added Brenner to axisymmetric; no unit tests yet — allmaras / detail
  15. output functionals for axisymmetric — allmaras / detail
  16. source and source Jacobian terms for axisymmetric Euler/NS — allmaras / detail
  17. code clean up for solid-body rotation solution — allmaras / detail
  18. changed template parameter from PDE to OutputFunctional to better reflect — allmaras / detail
  19. temporary fix for setting Axes within NDConvert functions; requires Axisymmetric — allmaras / detail
  20. attempt at adding boundary-trace pressure constraint (hard part is Lagrange multiplier term) — allmaras / detail
  21. updated test case to new interface for globally constrained; primary mods are — allmaras / detail
  22. corrected template parameters and BCBase types in Lagrange multiplier — allmaras / detail
  23. corrected ND issues and BC mapping issues for Lagrange multiplier term (still doesn't — allmaras / detail
  24. more mods/corrections for boundary-trace pressure constraint — allmaras / detail
  25. Fix bounding box check for body force camber surfaces — galbramc / detail
  26. Even more robust body force camber surface bounding box calculation — galbramc / detail
  27. added SurrealS operator= option to PyDict — allmaras / detail
  28. undo previous PyDict changes since python itself cannot support Surreals — allmaras / detail
  29. Added system tests for solver interfaces — cwomack / detail
  30. Fixed errors — cwomack / detail
  31. Fixed errors (should've been in last commit) — cwomack / detail
  32. More SA-R updates — galbramc / detail
  33. Fixed link errors — cwomack / detail
  34. Reverted CMakeLists changes — cwomack / detail
  35. Upgrade to latest refine — galbramc / detail
  36. Fix compile error — galbramc / detail
  37. One more refine fix — galbramc / detail
  38. vera fix — galbramc / detail
  39. Update CMake for ParMETIS/METIS on github. Updated to newer Find Python3. — galbramc / detail
  40. Don't write restart.meshb from refine — galbramc / detail
  41. Remove restart.meshb from refine — galbramc / detail
  42. Rework metis/parmetis build again — galbramc / detail
  43. Don't build extern libs in parallel — galbramc / detail
  44. Fix intel warning — galbramc / detail
  45. Update GKlib build and suitesparse check — galbramc / detail
  46. Forgot a file — galbramc / detail
  47. PDERANSSA3D and unit test changes for Catris model implementation from Andrew — waligura / detail
  48. changes to PDERANS3D with turbulence model implementation updates — waligura / detail
  49. actual commit for PDERANS3D that incorporates all merges — waligura / detail
  50. Another parmetis build fix — galbramc / detail
  51. Update cmake summary file — galbramc / detail
  52. Finally maybe — galbramc / detail
  53. vera changes to the PDE and constructor changes to test cases — waligura / detail
  54. Print absolute and relative PETSc tolerance — galbramc / detail
  55. Add fPIC when building GKlib — galbramc / detail
  56. More cmake fixes — galbramc / detail
  57. Remove message — galbramc / detail
  58. Maybe finally got it right... — galbramc / detail
  59. changed backsolve to not modify RHS (b) — ursachi / detail
  60. small commit to test jenkins again — waligura / detail
  61. Slightly prettier formatting for PETSc history — galbramc / detail
  62. Add metis to refine libraries — galbramc / detail
  63. Navier Stokes test case I'm having trouble with — waligura / detail
  64. made WM a turbulence model option (instead of adding an input to the — ursachi / detail
  65. Added adjoint DBL to scalar function — cwomack / detail
  66. Fixed unit test tolerance issue — cwomack / detail
  67. Lowered DBL unit test tolerance — cwomack / detail
  68. Changed BOOST_CHECK to SANS_CHECK — cwomack / detail
  69. supersonic case update — waligura / detail
  70. Added renat999@mit.edu to DeveloperEmailAddresses — renat999 / detail
  71. Axes template for DG interior and boundary traces — allmaras / detail
  72. Axes template for XField_CellToTrace — allmaras / detail
  73. Add fourier modes for asymmetric rotor body forces — galbramc / detail
  74. Forgot a file — galbramc / detail
  75. Update test — galbramc / detail
  76. sansBOOM mods for AV jump sensor — darmofal / detail
  77. Fixes for Ubuntu 22.04. Compiler flags for IntelLLVM and relaxed tolerances. — galbramc / detail
  78. Fix permissions — galbramc / detail
  79. Intel and gnu12 fixes — galbramc / detail
  80. Add missing instantiations — galbramc / detail
  81. More link error fixes — galbramc / detail
  82. One more missing instantiation — galbramc / detail
  83. Relax tolerance for intel — galbramc / detail
  84. Put calculateStroudQuadrature in SANS namespace — galbramc / detail
  85. Refactor non-symmetric body forces — galbramc / detail
  86. Compile fix — galbramc / detail
  87. Vera fix — galbramc / detail
  88. Fix warning and ping test — galbramc / detail
  89. Adjusting finite difference — galbramc / detail
  90. Smaller step size — galbramc / detail
  91. new changes to PDERANS3D to include jacobian fixes — waligura / detail
  92. small vera mistake I missed — waligura / detail
  93. Upgrade to ESP 1.20 — galbramc / detail
  94. Fix warning — galbramc / detail
  95. sansLIPAIM python fixes — galbramc / detail
  96. Fixed the unit test for zero species — renat999 / detail
  97. Fix geometry construction — galbramc / detail
  98. More ESP updates — galbramc / detail
  99. Spatial implementation of sansBOOM created as sansBOOM2D — darmofal / detail
  100. More egads fixes — galbramc / detail
  101. Add WallSlip BC for 3D RANSSA — galbramc / detail
  102. Fix last commit — galbramc / detail
  103. Fix array bounds error — galbramc / detail
  104. Added test cases for Nspecies=1. Still a bug. — renat999 / detail
  105. Added test cases for Nspecies=1. Still a bug. — renat999 / detail
  106. Add PtPolynomials to 3D PtTt BC — galbramc / detail
  107. Fix compile error — galbramc / detail
  108. Update input checks for total pressure profile — galbramc / detail
  109. added tests for remainder of block 2x2 jacobians: d(PDE)/d(qp), d(PDEp)/d(q), d(PDEp)/d(qp) — allmaras / detail
  110. templated Axes for UnitGrids XField2D_Box_UnionJack_Triangle_X1, XField2D_CubicSourceBump_Xq, — allmaras / detail
  111. Fix rotor source asymmetric normal vectors — galbramc / detail
  112. Fix last commit — galbramc / detail
  113. Fixed sansBOOM SpaceTime1D with multiple species. — renat999 / detail
  114. Add legacy VTK and Exodus metric files — galbramc / detail
  115. VTK fixes — galbramc / detail
  116. Fixed Body Force solver sensitvity — galbramc / detail
  117. Warning fixes — galbramc / detail
  118. fixed vera errors: long line — shunz / detail
  119. fixed vera errors: long line — shunz / detail
  120. updated include paths — shunz / detail
  121. updated include paths — shunz / detail
  122. removed outdated sandbox case — shunz / detail
  123. updated usage of 3D quad sheet grid's interior trace group count — shunz / detail
  124. updated pyrite files. relaxed pyrite tolerance. fixed IO file/path names — shunz / detail
  125. turned off file output — shunz / detail
  126. PDEsansBOOM2D.h updates — darmofal / detail
  127. relaxed tolerance for intel — shunz / detail
  128. relaxed tolerance again for intel — shunz / detail
  129. Remove depricated sprintf — galbramc / detail
  130. Add cirumfirential body force — galbramc / detail
  131. Use system valgrind — galbramc / detail
  132. Fix warning — galbramc / detail
  133. Derivative calculation fixes for asymmetric body forces — galbramc / detail
  134. Suppress sanitizer odr violations. Add the ability for ugrid reader to — galbramc / detail
  135. CMake file fix — galbramc / detail
  136. Forgot to update files. Some cppcheck fixes. — galbramc / detail
  137. added wall model for 3D — ursachi / detail
  138. added missing template arguments — ursachi / detail
  139. Update 2D SA_R to latest deffinition on TMR — galbramc / detail
  140. Fix abs with fabs — galbramc / detail
  141. added a missing const — ursachi / detail
  142. raised tolerance slightly for test — ursachi / detail
  143. More robust normal field for rotor source — galbramc / detail
  144. Update MultiScale for latest refine. Replace vsprintf with vsnprintf. — galbramc / detail
  145. Working sansBOOM2D with unit tests for the PDE — renat999 / detail
  146. Update rotor source ping test — galbramc / detail
  147. Refactor and simplified NormalField to use axial and raidal instead of cartesian coordinates — galbramc / detail
  148. Minor fixes — galbramc / detail
  149. Write out unconverged_surf.dat for BodyFroce RANS calculations. — galbramc / detail
  150. Add manual body force magnitude specification — galbramc / detail
  151. Change deltaRef to forceMag in normal field dump — galbramc / detail
  152. Forgot to update some python inputs — galbramc / detail
  153. DGBR2/DGBR4 low-level modification integrated. — cfrontin / detail
  154. templateized DiscretizationDGBR2 implemented, working on one test case. — cfrontin / detail
  155. test/sandbox cases updated with templateized DGBR — cfrontin / detail
  156. unit test brute force replacement — cfrontin / detail
  157. unit test fixes ; make unit working — cfrontin / detail
  158. initialized variables to zero to fix compiler warnings — ursachi / detail
  159. Add new asymmetric forces to optimizer. Fix RotorForce tecplot dump. — galbramc / detail
  160. system test update dgbr2 templatizaiton — cfrontin / detail
  161. fixed weird type mismatch in adapt3d_DGBR2_ranssa_HCH_toy.cpp — cfrontin / detail
  162. test case changes to update — waligura / detail
  163. sandbox case add 2 — waligura / detail
  164. changes before Ben switch — waligura / detail
  165. think it should pass now. — cfrontin / detail
  166. Try to capture discontinuities for Rotor source teclot output — galbramc / detail
  167. Fix typo — galbramc / detail
  168. Added Area + Atmos. variations to sansBOOM2D — renat999 / detail
  169. Fixes to previous commit — renat999 / detail
  170. sansBOOM2D directories — renat999 / detail
  171. cleaned up files — ursachi / detail
  172. added wall function BC for 3D — ursachi / detail
  173. Blasius + polar coordinate test problems and functions — cwomack / detail
  174. added instantitations containing Axes template for XField2D_Box_UnionJack_Triangle_X1 — allmaras / detail
  175. explicitly added Axes to all apply<> and check<> calls; this is needed because — allmaras / detail
  176. added Axes template parameters — allmaras / detail
  177. Axisymmetric instantiations — allmaras / detail
  178. mods needed for extending global constraints to boundary terms and systems — allmaras / detail
  179. mods to artificial viscosity sensor PDE needed for Axisymmetric — allmaras / detail
  180. added dump of solution (x from Ax = b) for UMFPACK — allmaras / detail
  181. modified halving linesearch diagnostics to dump out full solution change — allmaras / detail
  182. added constant CFL number option to PTC — allmaras / detail
  183. added function to return vector of base altitudes for all layers in atmosphere — allmaras / detail
  184. proper spelling for Blohkinzev (previously had the h & k swapped) — allmaras / detail
  185. turned off some print statements — allmaras / detail
  186. added Reflect BC; bug fixes and code clean-up — allmaras / detail
  187. continued development of axisymmetric test cases; addition of Brenner and SBR perturbation PDEs; — allmaras / detail
  188. code clean-up — allmaras / detail
  189. added sans-differential integration (e.g. without r for axisymmetric); needed — allmaras / detail
  190. fixed merge conflicts — allmaras / detail
  191. fixed vera line length squawks — allmaras / detail
  192. relaxed tolerances on tests — allmaras / detail
  193. missed an apply<> template — allmaras / detail
  194. added a template parameter to AlgebraicEquationSet_GloballyConstrained_PTC — allmaras / detail
  195. vera squawk — allmaras / detail
  196. int -> size_t in for loops — allmaras / detail
  197. removed axisymmetric SBR and TP1 test cases for now — allmaras / detail
  198. removed unused variable from test — allmaras / detail
  199. over-wrote a dump pattern file — allmaras / detail
  200. unused typedef removed — allmaras / detail
  201. missing dump pattern file — allmaras / detail
  202. relaxed test tolerance (for intel...) — allmaras / detail
  203. added jacobianFluxViscous to axisymmetric NS; unit tested — allmaras / detail
  204. updated augmented interface to use Dirichlet/Neumann form — allmaras / detail
  205. added option to evaluate Glasby tau without source term contribution — allmaras / detail
  206. added an explicit Axes typedef to all PDE and Output classes; NDConvert now — allmaras / detail
  207. axisymmetric NS function diffusionViscousGradient coded and unit tested — allmaras / detail
  208. added/corrected axisymmetric NS jacobianSource term with unit tests — allmaras / detail
  209. Addition of updated mathematica testing notebooks for PDERANS2D tests — waligura / detail
  210. Add camber surface dump — galbramc / detail
  211. Suppress Boost new version warnings in CMake — galbramc / detail
  212. added Axes template to XField1D mesher — allmaras / detail
  213. Axes fixes and instantiations needed for 1D axisymmetric solve — allmaras / detail
  214. added linear temperature option of noslip-isothermal BC; added new solution — allmaras / detail
  215. added solution function for stagnant flow with linear-in-z temperature (and constant pressure); — allmaras / detail
  216. Added folders — renat999 / detail
  217. Added files — renat999 / detail
  218. Add body force normal and pallel forces to deltaRef tecplot dump — galbramc / detail
  219. Fixed sansBOOM to be up to date with the master br — renat999 / detail
  220. Fixed vera errors — cwomack / detail
  221. Fixed errors, added template argument — cwomack / detail
  222. fixed templating error — cwomack / detail
  223. Changed test suite name — cwomack / detail
  224. Removed unused variable — cwomack / detail
  225. Update SuiteSparse build. Relax some testing tolerances. — galbramc / detail
  226. Fixes for exodus file IO — galbramc / detail
  227. Standardized DBL cases, added unit test for annulus — cwomack / detail
  228. Use step matrix FrobNorm minimization for implied metric optimization. — galbramc / detail
  229. updated Tecplot output for VMSDBR2 to be consistent with boundary flux — ursachi / detail
  230. forgot to include updated cmakelist with previous commit — ursachi / detail
  231. forgot to actually commit the Tecplot output file — ursachi / detail
  232. Added axisymmetric DBL — cwomack / detail
  233. changed variable name to nt to be consistent with rest of code — ursachi / detail
  234. Add fluent reader to support Pointwise generated meshes for RotorSource — galbramc / detail
  235. Forgot updated partitioning files — galbramc / detail
  236. One more missing file — galbramc / detail
  237. Added sag6096@psu.edu to DeveloperEmailAddresses — sag6096 / detail
  238. added gradients for specified velocity for no-slip, isothermal BC — allmaras / detail
  239. Forgot one more file — galbramc / detail
  240. Add another file to COTIRE_IGNORE — galbramc / detail
  241. Fix group numbering on older gcc versions for Fluent reader — galbramc / detail
  242. added Axes template to meshers, error estimates, local problems, adaptation — allmaras / detail
  243. 1D and 2D axisymmetric instantiations for meshers, error estimates, local problems, adaptation — allmaras / detail
  244. added Axes template to CostModel_LogEuclidean; also modified integration — allmaras / detail
  245. Expose SA Flavours for Rotor Source calculations — galbramc / detail
  246. missed a couple files with added Axes templates — allmaras / detail
  247. Removed annulus unit test while fixing bug — cwomack / detail
  248. Removed unused variables — cwomack / detail
  249. Loosened tolerance on one test — cwomack / detail
  250. Galerkin strong-form BC implementation classes renamed to be consistent with file name — allmaras / detail
  251. Add pressure gradient terms to RotorSource — galbramc / detail
  252. Relax tolerance — galbramc / detail
  253. consistent interface in augmented integrand for both Dirichlet and Neumann constraints — allmaras / detail
  254. added option for SUPG with source term for test-function operator; — allmaras / detail
  255. added option to add both q-gradient and qp-gradient into lifted gradient; — allmaras / detail
  256. added code for integration without the differential multiplier (e.g. r in Axisymmetric); — allmaras / detail
  257. Added sag6096@mit.edu to DeveloperEmailAddresses — sag6096 / detail
  258. fixed merge conflicts — allmaras / detail
  259. vera line-length squawks — allmaras / detail
  260. added missing Axes in refine and related instantiations — allmaras / detail
  261. fixed vera squawk — allmaras / detail
  262. Add RotorSource flow tangency model — galbramc / detail
  263. Fix for intel compiler — galbramc / detail
  264. Remove redundtant email — galbramc / detail
  265. Adjust ping test — galbramc / detail
  266. Add clVariableType. Fix sourceJacobianAbs for RotorFlowTan. — galbramc / detail
  267. added compiler warning suppression for Ping_Euler_RotorSource_btest.cpp — allmaras / detail
  268. added compiler suppression -Wno-maybe-uninitialized to BodyForceSolver_*.cpp — allmaras / detail
  269. fixed nightly warnings: possibly uninitialized variables — allmaras / detail
  270. First incorporation of Standard Atmosphere, and altitude dependent Absorption — renat999 / detail
  271. Saving first draft of polar coordinates, axisym changes — cwomack / detail
  272. raypath code for multi-layer atmospheres; functions of both z and s — allmaras / detail
  273. Mathematica file for unit tests of raypath code for standard atmosphere — allmaras / detail
  274. some compilers need #include <vector> — allmaras / detail
  275. increased tolerances on raypath tests — allmaras / detail
  276. Support 2D CG periodic solutions. Add 2D RotorSource calculations. — galbramc / detail
  277. Fix for 2D CG periodic in parallel — galbramc / detail
  278. Fix ArcCamber angle definition. Allow both positive and negative angles — galbramc / detail
  279. Fix FieldLib library order — galbramc / detail
  280. Standard Atmosphere RayPathS and absorption added — renat999 / detail
  281. Allow constrained body force solves in 2D — galbramc / detail
  282. Fix tankap for 2D. Add rhofn to RotorSource output. Fix link errors. — galbramc / detail
  283. Fix 2D RotorSource tecplot dump — galbramc / detail
  284. Put back rotor source tan(kappa) — galbramc / detail
  285. Fix tecplot dump for 2D body forces to use PASSIVEVARLIST. Get FlowTan body foces working in 2D. — galbramc / detail
  286. Forgot a file — galbramc / detail
  287. Correction to asymmetric Pt inflow BC — galbramc / detail
  288. Fix typo — galbramc / detail
  289. One more bug fix — galbramc / detail
  290. Compile fix — galbramc / detail
  291. Fixed compiler errors — galbramc / detail
  292. A few jenkins fixes — galbramc / detail
  293. Warning and link fixes — galbramc / detail
  294. More link error fixes — galbramc / detail
  295. Fix includes — galbramc / detail
  296. Fix some link errors — galbramc / detail
  297. Not sure what I fixed... — galbramc / detail
  298. Add placeholder HUMOR meshing interface — galbramc / detail
  299. Fixes for last commit — galbramc / detail
  300. More seacas guards — galbramc / detail
  301. One more seacas protection — galbramc / detail
  302. Add one seacas dependency — galbramc / detail
  303. Fixed test cases and unified results — cwomack / detail
  304. Fixed vera errors — cwomack / detail
  305. Added to vera exclusions — cwomack / detail
  306. Add unsteady to BodyForces — galbramc / detail
  307. Sending DG changes to Steve — cwomack / detail
  308. Add missing updated RK examples. Update history output for unsteady BodyForce — galbramc / detail
  309. added Axes templates for missing DG error estimates; added instantiations for axisymmetric DG — allmaras / detail
  310. Invert eigen vector scaling for exodus files — galbramc / detail
  311. Pad zeros in body force file names — galbramc / detail
  312. Fix compile error — galbramc / detail
  313. additional Axes mods and axisymmetric/polar instantations needed for 'make check' — allmaras / detail
  314. Compile fixes and corrections to Exodus file write — galbramc / detail
  315. Forgot a file — galbramc / detail
  316. Fix call to HUMOR — galbramc / detail
  317. Exodus reader fix — galbramc / detail
  318. Missed a file — galbramc / detail
  319. More humor options — galbramc / detail
  320. Fix typo — galbramc / detail
  321. Pushing code, missing defaulted Axes — cwomack / detail
  322. Add KarypisLab tar scripts — galbramc / detail
  323. added Axes templates into VMSD error estimates — allmaras / detail
  324. Update KarypisLab tar scripts — galbramc / detail
  325. 1st draft polar adaptation — cwomack / detail
  326. Fix normal mach output for 2D — galbramc / detail
  327. Runge Kutta updates — galbramc / detail
  328. Minor fixes — galbramc / detail
  329. Switch to BDF — galbramc / detail
  330. Fix missing instantiation — galbramc / detail
  331. Add omega to constrained solver outputs — galbramc / detail
  332. Use CFL based time stepping for BDF — galbramc / detail
  333. Don't return results when constrained solver fails — galbramc / detail
  334. Fix cylindrical pressure probe output — galbramc / detail
  335. Fix typo — galbramc / detail
  336. Add fluent format documentation — galbramc / detail
  337. Fix pressure probe output one more time — galbramc / detail
  338. Changes to polar normal vector — cwomack / detail
  339. Add pressure output for rotor source — galbramc / detail
  340. Test mods — cwomack / detail
  341. first step towards a variable Prt model — waligura / detail
  342. Changes for Steve — cwomack / detail
  343. fixed polar coordinates integration bug; changed all ElementXField definitions for jacobianDeterminant, — allmaras / detail
  344. Blend equations for FlowTan — galbramc / detail
  345. Add more RotorSource 3D dumps. Default double precision for tecplot dumps. — galbramc / detail
  346. Add dp/deta to delta dump — galbramc / detail
  347. Fix compile errors — galbramc / detail
  348. Add cylindrical relative velocity components — galbramc / detail
  349. Fix line search unit tests — galbramc / detail
  350. fixed polar-coordinates differential length and area functions, along with — allmaras / detail
  351. Saving polar changes — cwomack / detail
  352. Add tolerane to valid x-range for 2D rotor outputs — galbramc / detail
  353. Fix vector size for DeltaRef dump — galbramc / detail
  354. polar bug fix: volume() -> volumePhysical() & area() -> areaPhysical() — allmaras / detail
  355. made *sansDifferential and *Mesh integrations consistent (i.e. the same as — allmaras / detail
  356. many changes to variable types to incorporate a variable conductivity with Prt — waligura / detail
  357. incorporated 1/r into theta derivative for polar in evalBasisGradient (which — allmaras / detail
  358. modified polar Hessian to correctly include 1st derivatives and 1/r terms — allmaras / detail
  359. Saving changes — cwomack / detail
  360. Update tecplot dump for flowTan body force. Allow getting EGADS model from pyton for BodyForces/ — galbramc / detail
  361. Fix fn dump in deltaRef — galbramc / detail
  362. solving for s ahead of time — renat999 / detail
  363. Fix compilere warning and guard against divide by zero — galbramc / detail
  364. Change flowTan model at bounds. Fix deltaRef dump. — galbramc / detail
  365. Update unit tests — galbramc / detail
  366. Reverse sign of tan(kappa) for Peters body force term — galbramc / detail
  367. Dump out delta and kappa in deg for body forces — galbramc / detail
  368. Polar modifications — cwomack / detail
  369. added missing template — ursachi / detail
  370. added 2D flatplate test case (includes WM) — ursachi / detail
  371. Expose fsig in RotorFlowTan python arguments. Add env args to valgrind execution. — galbramc / detail
  372. Remove Ntheta scaling from FlowTan force — galbramc / detail
  373. Change scaling on normal force back to 1/r — galbramc / detail
  374. Fix cmake warning — galbramc / detail
  375. Add kShock to body force interface and change flowTan viscous model again — galbramc / detail
  376. Add missing kShock — galbramc / detail
  377. Polar bug fixes — cwomack / detail
  378. Fixed link errors — cwomack / detail
  379. working modification of PDERANS with a new Prt datatype defined with surreals. This build does not have the correct contructor formulation for PDERANSSA though — waligura / detail
  380. Change Rotor Rot/Rel outputs to specify rotor and position — galbramc / detail
  381. Sandbox polar changes — cwomack / detail
  382. sandbox changes — cwomack / detail
  383. Fixed vera errors — cwomack / detail
  384. Added annulus grids — cwomack / detail
  385. Sanbox changes — cwomack / detail
  386. Sandbox changes — cwomack / detail
  387. sandbox — cwomack / detail
  388. Add TECIO support. Fix compiler warnings. Fix projection from Hierachical to Lagrange in 2D. — galbramc / detail
  389. sandbox — cwomack / detail
  390. sandbox — cwomack / detail
  391. sandbox — cwomack / detail
  392. sandbox — cwomack / detail
  393. sandbox — cwomack / detail
  394. sandbox — cwomack / detail
  395. isandbox — cwomack / detail
  396. sandbox — cwomack / detail
  397. dbl — cwomack / detail
  398. dbl — cwomack / detail
  399. sandbox — cwomack / detail
  400. sandbox — cwomack / detail
  401. sandbox — cwomack / detail
  402. sandbox — cwomack / detail
  403. sandbox — cwomack / detail
  404. sandbox — cwomack / detail
  405. sandbox — cwomack / detail
  406. sandbox — cwomack / detail
  407. sandbox — cwomack / detail
  408. sandbox — cwomack / detail
  409. sandbox — cwomack / detail
  410. sandbox — cwomack / detail
  411. sandbox — cwomack / detail
  412. Fix warning and tecplot file write — galbramc / detail
  413. sandbox — cwomack / detail
  414. sandbxo — cwomack / detail
  415. sandbxo — cwomack / detail
  416. Allows solving for Back Pressure with Body Forces. TECIO fixes. — galbramc / detail
  417. Output solved back pressure for body force constrained solver. Fix compile error. — galbramc / detail
  418. Add missing instantiation — galbramc / detail
  419. sandbox changes — cwomack / detail
  420. sandbox and tecplot changes — cwomack / detail
  421. fixed bugs — cwomack / detail
  422. adjusted tolerancw — cwomack / detail
  423. PDEsansBOOM2D all effects included. Still some details in Unit tests — renat999 / detail
  424. Implemented the QType for the AFT 2014 Transition model — sag6096 / detail
  425. sandbox — cwomack / detail
  426. stashing changes now as a backup since the NN functionality is almost online — waligura / detail
  427. Fix parallel Metric file write. Don't revert to a lienar mesh if local patch construction fails. — galbramc / detail
  428. Working Prt NN Modification with no derivatives — waligura / detail
  429. sandbox changes — cwomack / detail
  430. sandbox — cwomack / detail
  431. merging branches — cwomack / detail
  432. Added polar instantiations — cwomack / detail
  433. Added WM BC for AV — ursachi / detail
  434. Added lrochery@mit.edu to DeveloperEmailAddresses — lrochery / detail
  435. Added the AFT transition model and subsequent — sag6096 / detail
  436. Reverted tecplot changes — cwomack / detail
  437. Even more generalized asymmetric fourier functions. Fix NormalVelocity flux. Add parallel force to BodyForce tecplot dump. — galbramc / detail
  438. Fix compile error — galbramc / detail
  439. Fixes for optimizing body force asym normals — galbramc / detail
  440. Fixed lingering warnings and hard-coded H12 term. — sag6096 / detail
  441. Smoother AFT model — galbramc / detail
  442. Add wall search stress output for RANS AFT flatplate — galbramc / detail
  443. Fix asym gradient calculation — galbramc / detail
  444. Fixed vera errors — cwomack / detail
  445. Added avro to FP cases — sag6096 / detail
  446. Fixed vera error — cwomack / detail
  447. Fix template errors — galbramc / detail
  448. Vera changes, new advective flux BC — cwomack / detail
  449. Fixed all lingering warnings — sag6096 / detail
  450. *ACTUALLY* got rid of all lingering warnings. — sag6096 / detail
  451. NormalField unit test fix and fix RotorSource interior force dump. — galbramc / detail
  452. One more compile fix — galbramc / detail
  453. Allow removing body force radial normal component — galbramc / detail
  454. Fixes — cwomack / detail
  455. added explicit instantiations of output_Tecplot for grid only for both — allmaras / detail
  456. Change to area averaged NormalVelocity for RotorSource — galbramc / detail
  457. try 2: explicit instantitations for grid-only output_Tecplot — allmaras / detail
  458. Fixed jenkins issues — cwomack / detail
  459. Missed a file — galbramc / detail
  460. Added albornoz@mit.edu to DeveloperEmailAddresses — albornoz / detail
  461. Fix for Unit output — galbramc / detail
  462. More fixes for unit calculation — galbramc / detail
  463. Added ejwllms@mit.edu to DeveloperEmailAddresses — ejwllms / detail
  464. Fixed unit test errors — cwomack / detail
  465. Fix compile error — galbramc / detail
  466. Changed warning — cwomack / detail
  467. Changed warnings — cwomack / detail
  468. All effects (except wind) implementation for sansBOOM2D with unit tests — renat999 / detail
  469. Removed CMakeCache.txt and correct indentation in Absorption.h — renat999 / detail
  470. Removed sansBOOM from directory list in src/pde/CMakeLists.txt — renat999 / detail
  471. Removed test/unit/pde/sansBOOM — renat999 / detail
  472. All the missing unit test for sansBOOM2D directory — renat999 / detail
  473. Removed test/unit/pde/sansBOOM for the directory list in CMakeLists.txt — renat999 / detail
  474. Untracked last files realted to sansBOOM — renat999 / detail
  475. Added asmedina@mit.edu to DeveloperEmailAddresses — asmedina / detail
  476. Added dgoba@mit.edu to DeveloperEmailAddresses — dgoba / detail
  477. Added new Ptrip term to source(iSA) for AFT model — sag6096 / detail
  478. Fixed missing bracket — sag6096 / detail
  479. Fixed issue with power function — sag6096 / detail
  480. added check on clang compiler for #pragma's on boost special functions include — allmaras / detail
  481. changed #ifdef from __clang_analyzer__ to __clang__ for warning suppression on boost Bessel function — allmaras / detail
  482. Update tar scripts for parmetis — galbramc / detail
  483. Adding support for an advection-diffusion-reaction (ADR) solver — darmofal / detail
  484. Fix email — albornoz / detail
  485. Added sansBOOM directories again. The toy code for sansBOOM2D with VMSDBR2 is also present — renat999 / detail
  486. Fixing merge conflicts — renat999 / detail
  487. Added CMakeLists.txt in sansBOOM directories — renat999 / detail
  488. New working Prt model with derivatives implemented: still need to implement throughout PDERANSSA — waligura / detail
  489. Working version of Prt modeling with Duan implemented Neural Network (small). Still does not run because of solver issues though — waligura / detail
  490. removed all instantiations for 1D Polar; these were all previously commented out — allmaras / detail
  491. eliminated depricated #else branch for FIX_POLAR_BUG and FIXED_POLAR_GRADIENT; — allmaras / detail
  492. fixed nightly build squawks — allmaras / detail
  493. Make sure ccache script has execute permissions — galbramc / detail
  494. Changes to test case for supersonic run — waligura / detail
  495. Brenner fixes — waligura / detail
  496. Commiting to pull in the cluster. src/pde/OutputCell_SolutionErrorL2.h hacked to make 0 the srnos — renat999 / detail
  497. fixed nightly build squawks — allmaras / detail
  498. oops, bug fix for latest edit — allmaras / detail
  499. Toy codes to test DGBR2 and VMSDBR2 with analytical traveling wave — renat999 / detail
  500. Working Prt NN model implementation with 11 input variables and R^2 around 60%. The jacobian and gradient of the model are implemented as well, but nothing has been tested yet — waligura / detail
  501. other things needed to run — waligura / detail
  502. Compiled DistanceFunctionGradient, and add DistanceFunctionHessian. — galbramc / detail
  503. Added option for both AFT2014 and AFT2017 — sag6096 / detail
  504. fix for test case with importing from command line — waligura / detail
  505. "fixed" — waligura / detail
  506. fixing commit — waligura / detail
  507. fixing commit 2 — waligura / detail
  508. fixing commit 3 — waligura / detail
  509. fix 4 — waligura / detail
  510. Added smoothmax to smoothmath.h — sag6096 / detail
  511. Fix DistanceFunction Grad/Hess. Revive DistanceFunction tests. Add AFT2017. Refactor SA trip source for AFT. — galbramc / detail
  512. Supersonic working DuanS version — waligura / detail
  513. renamed wall model BC — ursachi / detail
  514. added isothermal WM BC — ursachi / detail
  515. made chit0 naming consistent — ursachi / detail
  516. forgot to add file for WM BC — ursachi / detail
  517. fixed variable type — ursachi / detail
  518. changes to the scaling in dataTransform to more accurately scale the simulation inputs. change made on super — waligura / detail
  519. Commit before reinstalling SANS — renat999 / detail
  520. Added in some of the blasius BC as well as AFT2019 — sag6096 / detail
  521. Fix ghost dof for broken CG fields — galbramc / detail
  522. Add actuator disk model. Fix tecplot CG dump for broken CG fields. — galbramc / detail
  523. Fix jacobianSource for AFT — galbramc / detail
  524. Fix compile error — galbramc / detail
  525. Missed instantiation — galbramc / detail
  526. Warning fixes — galbramc / detail
  527. Add avro guard — galbramc / detail
  528. Vera and warning fixes — galbramc / detail
  529. Fix compile error. Add linear offset to actuator disk psi_ts curve. — galbramc / detail
  530. Fix typo — galbramc / detail
  531. Fix array out of bound and sort keys for body force and actuator disk history files. — galbramc / detail
  532. Update nodal view for hex — galbramc / detail
  533. Fix actuator disk time integration — galbramc / detail
  534. Add asymmetric Pt to duct solver — galbramc / detail
  535. Fix compile error. Update TecIO build. — galbramc / detail
  536. Enable kt functions for Nozzle BC — galbramc / detail
  537. Fix time advancement for Duct Solver — galbramc / detail
  538. Add RANSSA RotorFlowTan — galbramc / detail
  539. Fixes for setting cn=0 with body forces — galbramc / detail
  540. Fix tests from last commit — galbramc / detail
  541. Added mbottot@mit.edu to DeveloperEmailAddresses — mbottot / detail
  542. Fix for finding numpy, and unit test fix — galbramc / detail
  543. Suppress warning and add missing instantiation — galbramc / detail
  544. Vera fix. More warning suppressions and timeout fixes — galbramc / detail
  545. Updated actuator disk model — galbramc / detail
  546. Forgot a file — galbramc / detail
  547. Getting some references working right so the unit tests run again. Getting ready to finalize the Prt unit test as well — waligura / detail
  548. Actuator disk fix — galbramc / detail
  549. Added tonyryu@mit.edu to DeveloperEmailAddresses — tonyryu / detail
  550. changing tolerances for unit tests for M1 Mac — tonyryu / detail
  551. Add NLF transition case — galbramc / detail
  552. Prt Model with working unnit test on Prt prediction — waligura / detail
  553. Change to IntelLLV as default for Intel compiler. — galbramc / detail
  554. Working Prt NN model with correct unit tests and deriviative implementation — waligura / detail
  555. Add scale factor for CompressiblePower calculation — galbramc / detail
  556. Cleaned up files for develop merge — waligura / detail
  557. Brought back all of the changes that I did not mean to make (I hope) — waligura / detail
  558. Relax tolerances for IntelLLVM — galbramc / detail
  559. Update RANSAFT NLF — galbramc / detail
  560. Additional changes to Prt modeling to fix nondimesional test case and also make adjustments on NeuralNetClosure — waligura / detail
  561. Write out PV for body forces — galbramc / detail
  562. IntelLLVM fix for TetGen — galbramc / detail
  563. Relax tolerances for Intel LLVM — galbramc / detail
  564. Enable dump of bodyforce RANS solutions — galbramc / detail
  565. Fix for last commit — galbramc / detail
  566. Added hnilsen@mit.edu to DeveloperEmailAddresses — hnilsen / detail
  567. Use PI insteady of M_PI for Surreal — galbramc / detail
  568. Update HUMOR interface — galbramc / detail
  569. Fix rotor source szplt output — galbramc / detail
  570. Vera fixes and don't use MPI TECIO — galbramc / detail
  571. Add PSig to body force dump — galbramc / detail
  572. Fix TECIO write of CG fields — galbramc / detail
  573. Fix PSig dump — galbramc / detail
  574. Fixed proper flow conditions for NLF-0416 — sag6096 / detail
  575. Guard against looking for rt library on MSYS — galbramc / detail
  576. Allow using PSig in Pprop calculation — galbramc / detail
  577. Fix last commit — galbramc / detail
  578. Default PV/PSig scale to 1 — galbramc / detail
  579. Updates to AFT PDE — galbramc / detail
  580. More cleanup of AFT PDE — galbramc / detail
  581. Try smoother distnace function gradient — galbramc / detail
  582. Fix last commit — galbramc / detail
  583. Refactor CG tecplot file writes, again... — galbramc / detail
  584. commit before update — waligura / detail
  585. Add derivatives for smoothmaxC2 and min — galbramc / detail
  586. Another try to push NN Prt changes to see the issues with the compiliers — waligura / detail
  587. Vera issues fixed — waligura / detail
  588. Add smoothabs0_tanh. Remove many defaults and clarify units for smoothmath — galbramc / detail
  589. Add smoothabs0_tanh_eps — galbramc / detail
  590. Fix array out-of-bounds in unit test — galbramc / detail
  591. Vera fixes (for real) — waligura / detail
  592. Fall back on LogEuclidian average when affine average fails — galbramc / detail
  593. Fix smooth math update — galbramc / detail
  594. Fixes to formatting and cmakeList. Still seeing a weird issue with boundary conditions not being recognized even though changes were not around there — waligura / detail
  595. Add L2 projection of drV/dn for AFT model. — galbramc / detail
  596. Add one more check for AFT — galbramc / detail
  597. Add missing instantiation — galbramc / detail
  598. Tell cppcheck to use boost.cfg — galbramc / detail
  599. Update AFT BC test — galbramc / detail
  600. Fixes to matmul, reformatting on readNN, and a mistaken change to a BC file — waligura / detail
  601. Fix to the lone vera and added some other matmul options — waligura / detail
  602. All working make check now, with some unit test issues — waligura / detail
  603. Fix tecplot dump of interior trace CG fields. Add all bodies to debug_blade for body forces — galbramc / detail
  604. Added 2D nozzle toy code — tonyryu / detail
  605. PDERANS updates — waligura / detail
  606. important PDE changes to investigate with diff — waligura / detail
  607. pushes to take away Prt from wall modeling input — waligura / detail
  608. small navier stokes fixes — waligura / detail
  609. changes to thermal conductivity to be more consistent with SA-neg — waligura / detail
  610. Add stator pressure rise for an actuator disk stage — galbramc / detail
  611. Fix stator actuator disk — galbramc / detail
  612. adding 1D channel flow for wall-model RANS analysis — allmaras / detail
  613. Update HUMOR interface with separate input/output file names — mbottot / detail
  614. Fix trailing whitespace in HUMOR interface update — mbottot / detail
  615. changes to PDERANS unit tests — waligura / detail
  616. Fixing the warnings for the final time — waligura / detail
  617. Upgrade to TecIO 2023r1m1 — galbramc / detail
  618. Relax tolerance — galbramc / detail
  619. Add latest boost versions — galbramc / detail
  620. Fixed Local Solves for VMSDBR2 — renat999 / detail
  621. Small pointwise fix — galbramc / detail
  622. adding nondimensional nozzle toy case — tonyryu / detail
  623. Fix parallel ugrid write — galbramc / detail
  624. Format5ing fix — galbramc / detail
  625. Actualy set iterative refinement for MKL_PARDISO — galbramc / detail
  626. Cleaning up some of the excess on files and adding a unit test for the NN calc — waligura / detail
  627. Getting rid of bogus include — waligura / detail
  628. Trying another small commit because I am not sure the last one was my fault — waligura / detail
  629. Fix sign on JetDissipation — galbramc / detail
  630. Add VectorVectorVectorVector example — galbramc / detail
  631. Add Ptdw output for body force — galbramc / detail
  632. extended exact WM solution to chi in [0, 1) — allmaras / detail
  633. Commit before updating — renat999 / detail
  634. Fixed issues in make check — renat999 / detail
  635. Fixed Jenkins errors (v1) — renat999 / detail
  636. Quick fix to previous commit — renat999 / detail
  637. Fixed Jenkins errors (v2) — renat999 / detail
  638. Fixed Jenkins errors (v3) — renat999 / detail
  639. Fixed Jenkins errors (v4) — renat999 / detail
  640. Fixed Jenkins errors (v5) — renat999 / detail
  641. Fixed Jenkins errors (v6) — renat999 / detail
  642. Fixed Jenkins errors (v7) — renat999 / detail
  643. Fixed Jenkins errors (v8) — renat999 / detail
  644. Fixed Jenkins errors (v9) — renat999 / detail
  645. Started working on PDE base classes and consistent error estimate — renat999 / detail
  646. Fix some tar scripts — galbramc / detail
  647. Add tar script for petsc — galbramc / detail
  648. Look for generic petcs.tgz to build PETSc — galbramc / detail
  649. added constrained solver for centerline velocity and equilibrium wall model — allmaras / detail
  650. code clean-up; no change in functionality — allmaras / detail
  651. added access functions needed for globally constrained solver — allmaras / detail
  652. added valid-state check for global parameters; new function is virtual but — allmaras / detail
  653. instantiations needed for globally constrained system for N=2 PDE and 2 global — allmaras / detail
  654. new volume integrand for augmenting PDE residuals via global parameters terms — allmaras / detail
  655. line-length squawks & missing instantitations for 1D globally constrained channel flow — allmaras / detail
  656. fixed possible uninitialized variable — allmaras / detail
  657. Fix UnionJack so it works with avro — galbramc / detail
  658. Unstaged src/pde/sansPDEBase2D.h — renat999 / detail
  659. Added unit test for src/pde/sansPDEBase.h — renat999 / detail
  660. Update avro_tar script to get submodules — galbramc / detail
  661. Fixed compiler error — renat999 / detail
  662. Update tar for avro to include submodules — galbramc / detail
  663. Remove debug print statements — galbramc / detail
  664. Add Nozzle BC to body force — galbramc / detail
  665. better initial guess for pressure gradient and solution profile — allmaras / detail
  666. fixed uninitialized variable squawk (athough it'll never happen) — allmaras / detail
  667. Update Copyright dates to 2013-2024 — galbramc / detail
  668. Somehow missed on file — galbramc / detail
  669. Use new accelerate lapack on macOS — galbramc / detail
  670. Script updates for viggen — galbramc / detail
  671. One more copyright date fix — galbramc / detail
  672. Add linear nozzle coefficient ramp — galbramc / detail
  673. Add more suitesparse search paths. Add Nozzle outflow BC unit test. — galbramc / detail
  674. Check for unsteady with BDF and RK. — galbramc / detail
  675. Restore time step in BDF — galbramc / detail
  676. Cleanup AFT — galbramc / detail
  677. Fix array out of bounds — galbramc / detail
  678. Remove unused variable — galbramc / detail
  679. Fix finding suitesparse includes — galbramc / detail
  680. Fix compile error — galbramc / detail
  681. committing some changes as of Feb.8 — tonyryu / detail
  682. Add missing mpi communictor includes — galbramc / detail
  683. Add ParameterVectorS for static sized python arrays — galbramc / detail
  684. Missed a file — galbramc / detail
  685. Suppress warning — galbramc / detail
  686. Suppress duplicate library link warning on macOS — galbramc / detail
  687. Fix for python2 — galbramc / detail
  688. first round of adjoint fixes — tonyryu / detail
  689. Add radial variation in fsig for FlowTan body force — galbramc / detail
  690. Allow solving for Nozzle Coefficient — galbramc / detail
  691. Fix typo — galbramc / detail
  692. Fix body force optimization — galbramc / detail
  693. Add unsteady body force pertubation — galbramc / detail
  694. Forgot checkInputs — galbramc / detail
  695. Fix compile error — galbramc / detail
  696. One more compile error — galbramc / detail
  697. One more fix — galbramc / detail
  698. Add temporal ramp for rotor pertubation — galbramc / detail
  699. Fix compile error — galbramc / detail
  700. Allow turning off body force pertubation time ramp — galbramc / detail
  701. One more fix — galbramc / detail
  702. One more fix — galbramc / detail
  703. More body force fixes — galbramc / detail
  704. Update unit test — galbramc / detail
  705. Adjoints refactoring to standardize naming conventions for enriched adjoint, adjoint, and delta adjoint. — tonyryu / detail
  706. Fix for body force optimization — galbramc / detail
  707. Fix last commit — galbramc / detail
  708. tried to fix line length exceeding 150 characters. — tonyryu / detail
  709. One more fix — galbramc / detail
  710. additional lines exceeding 150 characters. — tonyryu / detail
  711. removed explicit #define SANS_AVRO which was including XField_avro.h — tonyryu / detail
  712. Try constrained solver first for body force optimization — galbramc / detail
  713. Fix last commit — galbramc / detail
  714. wrapped params.Mesher.avro in if USE_AVRO SANS_AVRO and addressed line length error — tonyryu / detail
  715. fixed accidental unterminated #if statement — tonyryu / detail
  716. adding back the tmp files that were accidentally deleted as well as the .gitignore files in them — tonyryu / detail
  717. fixed copyright dates for SolverInterface_discretizations — tonyryu / detail
  718. Fixed warning for unused variables in Nozzle_nondim and Nozzle.cpp — tonyryu / detail
  719. Add length 4 ParameterVectorS — galbramc / detail
  720. Redefining adjoint as order p in SolutionData. Introduced projected_adjoint, which is p+1 projection of order p adjoint in SolutionData_VMSD_BR2.h, then renamed the variables in the SolverInterface_VMSD_BR2.h and the unit tests accordingly. — tonyryu / detail
  721. deleted SANS_refactor_test directory which had some savefiles from a test run to check the results. Renamed projected_adjoint to prolonged_adjoint in the solutiondata as well as the corresponding solverinterface and unit tests. — tonyryu / detail
  722. Check for no_warn_dup_lib on macOS — galbramc / detail
  723. One more try — galbramc / detail
  724. Try yet again — galbramc / detail
  725. Silly mistake — galbramc / detail
  726. Initial add of element enrichment capabilities — mbottot / detail
  727. Enable structured grids for ducted body force analysis. Possibly improve distance function calculation time. — galbramc / detail
  728. got rid of getAdjField(), got rid of sol_.prolonged_adjoint, and changed all the corresponding unit tests and toy codes that use these calls. — tonyryu / detail
  729. Some fixes for last commit — galbramc / detail
  730. Update unit test — galbramc / detail
  731. Add boundary output groups for structured body forces — galbramc / detail
  732. Fix RefCoord solver — galbramc / detail
  733. Fix rotor source pertubation — galbramc / detail
  734. Finally get rotating pertubation periodicity correct — galbramc / detail
  735. Fix warnings — galbramc / detail
  736. addressing line is longer than 150 characters error — tonyryu / detail
  737. formatting lines over 150 characters — tonyryu / detail
  738. another line is longer than 150 characters message — tonyryu / detail
  739. Also add 2D L2Project multiscale adaptation toy code — mbottot / detail
  740. Fix new toy code so that it also compiles without refine and add reconstruction option — mbottot / detail
  741. Fix missing space for vera and relax error tolerance for clang — mbottot / detail

#1608 (Mar 17, 2024, 10:25:09 PM)

  1. More unit test updates — galbramc / detail
  2. Don't try to compare tecplot files. — galbramc / detail
  3. Suppress cmake dev warning — galbramc / detail
  4. Still need to remove the files — galbramc / detail
  5. Try and try again — galbramc / detail
  6. Relax timing — galbramc / detail
  7. Use min for SA-R for now. — galbramc / detail
  8. Minor PTC update — galbramc / detail
  9. added WM joukowski test case — ursachi / detail
  10. Updates to SA-R — galbramc / detail
  11. bsans old commits — waligura / detail
  12. Use smooth math for SA-R — galbramc / detail
  13. Added p adjoint to DGBR2 interface — cwomack / detail
  14. Axes templating; defaults to Axes=Cartesian wherever needed — allmaras / detail
  15. added Axes template to XField2D_Box_Quad_X1; default to Cartesian — allmaras / detail
  16. Fixed vera error and FINALLY tracked down meshing issue — cwomack / detail
  17. Fixed vera errors — cwomack / detail
  18. addes Axes templates; default to Cartesian — allmaras / detail
  19. modified globally constrained infrastructure to allow for more general constraints (e.g. boundary constraint) — allmaras / detail
  20. added axisymmetric centerline BC for Euler/NS — allmaras / detail
  21. added pressure evaluation function to Q-interpreters — allmaras / detail
  22. added Brenner to axisymmetric; no unit tests yet — allmaras / detail
  23. output functionals for axisymmetric — allmaras / detail
  24. source and source Jacobian terms for axisymmetric Euler/NS — allmaras / detail
  25. code clean up for solid-body rotation solution — allmaras / detail
  26. changed template parameter from PDE to OutputFunctional to better reflect — allmaras / detail
  27. temporary fix for setting Axes within NDConvert functions; requires Axisymmetric — allmaras / detail
  28. attempt at adding boundary-trace pressure constraint (hard part is Lagrange multiplier term) — allmaras / detail
  29. updated test case to new interface for globally constrained; primary mods are — allmaras / detail
  30. corrected template parameters and BCBase types in Lagrange multiplier — allmaras / detail
  31. corrected ND issues and BC mapping issues for Lagrange multiplier term (still doesn't — allmaras / detail
  32. more mods/corrections for boundary-trace pressure constraint — allmaras / detail
  33. Fix bounding box check for body force camber surfaces — galbramc / detail
  34. Even more robust body force camber surface bounding box calculation — galbramc / detail
  35. added SurrealS operator= option to PyDict — allmaras / detail
  36. undo previous PyDict changes since python itself cannot support Surreals — allmaras / detail
  37. Added system tests for solver interfaces — cwomack / detail
  38. Fixed errors — cwomack / detail
  39. Fixed errors (should've been in last commit) — cwomack / detail
  40. More SA-R updates — galbramc / detail
  41. Fixed link errors — cwomack / detail
  42. Reverted CMakeLists changes — cwomack / detail
  43. Upgrade to latest refine — galbramc / detail
  44. Fix compile error — galbramc / detail
  45. One more refine fix — galbramc / detail
  46. vera fix — galbramc / detail
  47. Update CMake for ParMETIS/METIS on github. Updated to newer Find Python3. — galbramc / detail
  48. Don't write restart.meshb from refine — galbramc / detail
  49. Remove restart.meshb from refine — galbramc / detail
  50. Rework metis/parmetis build again — galbramc / detail
  51. Don't build extern libs in parallel — galbramc / detail
  52. Fix intel warning — galbramc / detail
  53. Update GKlib build and suitesparse check — galbramc / detail
  54. Forgot a file — galbramc / detail
  55. PDERANSSA3D and unit test changes for Catris model implementation from Andrew — waligura / detail
  56. changes to PDERANS3D with turbulence model implementation updates — waligura / detail
  57. actual commit for PDERANS3D that incorporates all merges — waligura / detail
  58. Another parmetis build fix — galbramc / detail
  59. Update cmake summary file — galbramc / detail
  60. Finally maybe — galbramc / detail
  61. vera changes to the PDE and constructor changes to test cases — waligura / detail
  62. Print absolute and relative PETSc tolerance — galbramc / detail
  63. Add fPIC when building GKlib — galbramc / detail
  64. More cmake fixes — galbramc / detail
  65. Remove message — galbramc / detail
  66. Maybe finally got it right... — galbramc / detail
  67. changed backsolve to not modify RHS (b) — ursachi / detail
  68. small commit to test jenkins again — waligura / detail
  69. Slightly prettier formatting for PETSc history — galbramc / detail
  70. Add metis to refine libraries — galbramc / detail
  71. Navier Stokes test case I'm having trouble with — waligura / detail
  72. made WM a turbulence model option (instead of adding an input to the — ursachi / detail
  73. Added adjoint DBL to scalar function — cwomack / detail
  74. Fixed unit test tolerance issue — cwomack / detail
  75. Lowered DBL unit test tolerance — cwomack / detail
  76. Changed BOOST_CHECK to SANS_CHECK — cwomack / detail
  77. supersonic case update — waligura / detail
  78. Added renat999@mit.edu to DeveloperEmailAddresses — renat999 / detail
  79. Axes template for DG interior and boundary traces — allmaras / detail
  80. Axes template for XField_CellToTrace — allmaras / detail
  81. Add fourier modes for asymmetric rotor body forces — galbramc / detail
  82. Forgot a file — galbramc / detail
  83. Update test — galbramc / detail
  84. sansBOOM mods for AV jump sensor — darmofal / detail
  85. Fixes for Ubuntu 22.04. Compiler flags for IntelLLVM and relaxed tolerances. — galbramc / detail
  86. Fix permissions — galbramc / detail
  87. Intel and gnu12 fixes — galbramc / detail
  88. Add missing instantiations — galbramc / detail
  89. More link error fixes — galbramc / detail
  90. One more missing instantiation — galbramc / detail
  91. Relax tolerance for intel — galbramc / detail
  92. Put calculateStroudQuadrature in SANS namespace — galbramc / detail
  93. Refactor non-symmetric body forces — galbramc / detail
  94. Compile fix — galbramc / detail
  95. Vera fix — galbramc / detail
  96. Fix warning and ping test — galbramc / detail
  97. Adjusting finite difference — galbramc / detail
  98. Smaller step size — galbramc / detail
  99. new changes to PDERANS3D to include jacobian fixes — waligura / detail
  100. small vera mistake I missed — waligura / detail
  101. Upgrade to ESP 1.20 — galbramc / detail
  102. Fix warning — galbramc / detail
  103. sansLIPAIM python fixes — galbramc / detail
  104. Fixed the unit test for zero species — renat999 / detail
  105. Fix geometry construction — galbramc / detail
  106. More ESP updates — galbramc / detail
  107. Spatial implementation of sansBOOM created as sansBOOM2D — darmofal / detail
  108. More egads fixes — galbramc / detail
  109. Add WallSlip BC for 3D RANSSA — galbramc / detail
  110. Fix last commit — galbramc / detail
  111. Fix array bounds error — galbramc / detail
  112. Added test cases for Nspecies=1. Still a bug. — renat999 / detail
  113. Added test cases for Nspecies=1. Still a bug. — renat999 / detail
  114. Add PtPolynomials to 3D PtTt BC — galbramc / detail
  115. Fix compile error — galbramc / detail
  116. Update input checks for total pressure profile — galbramc / detail
  117. added tests for remainder of block 2x2 jacobians: d(PDE)/d(qp), d(PDEp)/d(q), d(PDEp)/d(qp) — allmaras / detail
  118. templated Axes for UnitGrids XField2D_Box_UnionJack_Triangle_X1, XField2D_CubicSourceBump_Xq, — allmaras / detail
  119. Fix rotor source asymmetric normal vectors — galbramc / detail
  120. Fix last commit — galbramc / detail
  121. Fixed sansBOOM SpaceTime1D with multiple species. — renat999 / detail
  122. Add legacy VTK and Exodus metric files — galbramc / detail
  123. VTK fixes — galbramc / detail
  124. Fixed Body Force solver sensitvity — galbramc / detail
  125. Warning fixes — galbramc / detail
  126. fixed vera errors: long line — shunz / detail
  127. fixed vera errors: long line — shunz / detail
  128. updated include paths — shunz / detail
  129. updated include paths — shunz / detail
  130. removed outdated sandbox case — shunz / detail
  131. updated usage of 3D quad sheet grid's interior trace group count — shunz / detail
  132. updated pyrite files. relaxed pyrite tolerance. fixed IO file/path names — shunz / detail
  133. turned off file output — shunz / detail
  134. PDEsansBOOM2D.h updates — darmofal / detail
  135. relaxed tolerance for intel — shunz / detail
  136. relaxed tolerance again for intel — shunz / detail
  137. Remove depricated sprintf — galbramc / detail
  138. Add cirumfirential body force — galbramc / detail
  139. Use system valgrind — galbramc / detail
  140. Fix warning — galbramc / detail
  141. Derivative calculation fixes for asymmetric body forces — galbramc / detail
  142. Suppress sanitizer odr violations. Add the ability for ugrid reader to — galbramc / detail
  143. CMake file fix — galbramc / detail
  144. Forgot to update files. Some cppcheck fixes. — galbramc / detail
  145. added wall model for 3D — ursachi / detail
  146. added missing template arguments — ursachi / detail
  147. Update 2D SA_R to latest deffinition on TMR — galbramc / detail
  148. Fix abs with fabs — galbramc / detail
  149. added a missing const — ursachi / detail
  150. raised tolerance slightly for test — ursachi / detail
  151. More robust normal field for rotor source — galbramc / detail
  152. Update MultiScale for latest refine. Replace vsprintf with vsnprintf. — galbramc / detail
  153. Working sansBOOM2D with unit tests for the PDE — renat999 / detail
  154. Update rotor source ping test — galbramc / detail
  155. Refactor and simplified NormalField to use axial and raidal instead of cartesian coordinates — galbramc / detail
  156. Minor fixes — galbramc / detail
  157. Write out unconverged_surf.dat for BodyFroce RANS calculations. — galbramc / detail
  158. Add manual body force magnitude specification — galbramc / detail
  159. Change deltaRef to forceMag in normal field dump — galbramc / detail
  160. Forgot to update some python inputs — galbramc / detail
  161. DGBR2/DGBR4 low-level modification integrated. — cfrontin / detail
  162. templateized DiscretizationDGBR2 implemented, working on one test case. — cfrontin / detail
  163. test/sandbox cases updated with templateized DGBR — cfrontin / detail
  164. unit test brute force replacement — cfrontin / detail
  165. unit test fixes ; make unit working — cfrontin / detail
  166. initialized variables to zero to fix compiler warnings — ursachi / detail
  167. Add new asymmetric forces to optimizer. Fix RotorForce tecplot dump. — galbramc / detail
  168. system test update dgbr2 templatizaiton — cfrontin / detail
  169. fixed weird type mismatch in adapt3d_DGBR2_ranssa_HCH_toy.cpp — cfrontin / detail
  170. test case changes to update — waligura / detail
  171. sandbox case add 2 — waligura / detail
  172. changes before Ben switch — waligura / detail
  173. think it should pass now. — cfrontin / detail
  174. Try to capture discontinuities for Rotor source teclot output — galbramc / detail
  175. Fix typo — galbramc / detail
  176. Added Area + Atmos. variations to sansBOOM2D — renat999 / detail
  177. Fixes to previous commit — renat999 / detail
  178. sansBOOM2D directories — renat999 / detail
  179. cleaned up files — ursachi / detail
  180. added wall function BC for 3D — ursachi / detail
  181. Blasius + polar coordinate test problems and functions — cwomack / detail
  182. added instantitations containing Axes template for XField2D_Box_UnionJack_Triangle_X1 — allmaras / detail
  183. explicitly added Axes to all apply<> and check<> calls; this is needed because — allmaras / detail
  184. added Axes template parameters — allmaras / detail
  185. Axisymmetric instantiations — allmaras / detail
  186. mods needed for extending global constraints to boundary terms and systems — allmaras / detail
  187. mods to artificial viscosity sensor PDE needed for Axisymmetric — allmaras / detail
  188. added dump of solution (x from Ax = b) for UMFPACK — allmaras / detail
  189. modified halving linesearch diagnostics to dump out full solution change — allmaras / detail
  190. added constant CFL number option to PTC — allmaras / detail
  191. added function to return vector of base altitudes for all layers in atmosphere — allmaras / detail
  192. proper spelling for Blohkinzev (previously had the h & k swapped) — allmaras / detail
  193. turned off some print statements — allmaras / detail
  194. added Reflect BC; bug fixes and code clean-up — allmaras / detail
  195. continued development of axisymmetric test cases; addition of Brenner and SBR perturbation PDEs; — allmaras / detail
  196. code clean-up — allmaras / detail
  197. added sans-differential integration (e.g. without r for axisymmetric); needed — allmaras / detail
  198. fixed merge conflicts — allmaras / detail
  199. fixed vera line length squawks — allmaras / detail
  200. relaxed tolerances on tests — allmaras / detail
  201. missed an apply<> template — allmaras / detail
  202. added a template parameter to AlgebraicEquationSet_GloballyConstrained_PTC — allmaras / detail
  203. vera squawk — allmaras / detail
  204. int -> size_t in for loops — allmaras / detail
  205. removed axisymmetric SBR and TP1 test cases for now — allmaras / detail
  206. removed unused variable from test — allmaras / detail
  207. over-wrote a dump pattern file — allmaras / detail
  208. unused typedef removed — allmaras / detail
  209. missing dump pattern file — allmaras / detail
  210. relaxed test tolerance (for intel...) — allmaras / detail
  211. added jacobianFluxViscous to axisymmetric NS; unit tested — allmaras / detail
  212. updated augmented interface to use Dirichlet/Neumann form — allmaras / detail
  213. added option to evaluate Glasby tau without source term contribution — allmaras / detail
  214. added an explicit Axes typedef to all PDE and Output classes; NDConvert now — allmaras / detail
  215. axisymmetric NS function diffusionViscousGradient coded and unit tested — allmaras / detail
  216. added/corrected axisymmetric NS jacobianSource term with unit tests — allmaras / detail
  217. Addition of updated mathematica testing notebooks for PDERANS2D tests — waligura / detail
  218. Add camber surface dump — galbramc / detail
  219. Suppress Boost new version warnings in CMake — galbramc / detail
  220. added Axes template to XField1D mesher — allmaras / detail
  221. Axes fixes and instantiations needed for 1D axisymmetric solve — allmaras / detail
  222. added linear temperature option of noslip-isothermal BC; added new solution — allmaras / detail
  223. added solution function for stagnant flow with linear-in-z temperature (and constant pressure); — allmaras / detail
  224. Added folders — renat999 / detail
  225. Added files — renat999 / detail
  226. Add body force normal and pallel forces to deltaRef tecplot dump — galbramc / detail
  227. Fixed sansBOOM to be up to date with the master br — renat999 / detail
  228. Fixed vera errors — cwomack / detail
  229. Fixed errors, added template argument — cwomack / detail
  230. fixed templating error — cwomack / detail
  231. Changed test suite name — cwomack / detail
  232. Removed unused variable — cwomack / detail
  233. Update SuiteSparse build. Relax some testing tolerances. — galbramc / detail
  234. Fixes for exodus file IO — galbramc / detail
  235. Standardized DBL cases, added unit test for annulus — cwomack / detail
  236. Use step matrix FrobNorm minimization for implied metric optimization. — galbramc / detail
  237. updated Tecplot output for VMSDBR2 to be consistent with boundary flux — ursachi / detail
  238. forgot to include updated cmakelist with previous commit — ursachi / detail
  239. forgot to actually commit the Tecplot output file — ursachi / detail
  240. Added axisymmetric DBL — cwomack / detail
  241. changed variable name to nt to be consistent with rest of code — ursachi / detail
  242. Add fluent reader to support Pointwise generated meshes for RotorSource — galbramc / detail
  243. Forgot updated partitioning files — galbramc / detail
  244. One more missing file — galbramc / detail
  245. Added sag6096@psu.edu to DeveloperEmailAddresses — sag6096 / detail
  246. added gradients for specified velocity for no-slip, isothermal BC — allmaras / detail
  247. Forgot one more file — galbramc / detail
  248. Add another file to COTIRE_IGNORE — galbramc / detail
  249. Fix group numbering on older gcc versions for Fluent reader — galbramc / detail
  250. added Axes template to meshers, error estimates, local problems, adaptation — allmaras / detail
  251. 1D and 2D axisymmetric instantiations for meshers, error estimates, local problems, adaptation — allmaras / detail
  252. added Axes template to CostModel_LogEuclidean; also modified integration — allmaras / detail
  253. Expose SA Flavours for Rotor Source calculations — galbramc / detail
  254. missed a couple files with added Axes templates — allmaras / detail
  255. Removed annulus unit test while fixing bug — cwomack / detail
  256. Removed unused variables — cwomack / detail
  257. Loosened tolerance on one test — cwomack / detail
  258. Galerkin strong-form BC implementation classes renamed to be consistent with file name — allmaras / detail
  259. Add pressure gradient terms to RotorSource — galbramc / detail
  260. Relax tolerance — galbramc / detail
  261. consistent interface in augmented integrand for both Dirichlet and Neumann constraints — allmaras / detail
  262. added option for SUPG with source term for test-function operator; — allmaras / detail
  263. added option to add both q-gradient and qp-gradient into lifted gradient; — allmaras / detail
  264. added code for integration without the differential multiplier (e.g. r in Axisymmetric); — allmaras / detail
  265. Added sag6096@mit.edu to DeveloperEmailAddresses — sag6096 / detail
  266. fixed merge conflicts — allmaras / detail
  267. vera line-length squawks — allmaras / detail
  268. added missing Axes in refine and related instantiations — allmaras / detail
  269. fixed vera squawk — allmaras / detail
  270. Add RotorSource flow tangency model — galbramc / detail
  271. Fix for intel compiler — galbramc / detail
  272. Remove redundtant email — galbramc / detail
  273. Adjust ping test — galbramc / detail
  274. Add clVariableType. Fix sourceJacobianAbs for RotorFlowTan. — galbramc / detail
  275. added compiler warning suppression for Ping_Euler_RotorSource_btest.cpp — allmaras / detail
  276. added compiler suppression -Wno-maybe-uninitialized to BodyForceSolver_*.cpp — allmaras / detail
  277. fixed nightly warnings: possibly uninitialized variables — allmaras / detail
  278. First incorporation of Standard Atmosphere, and altitude dependent Absorption — renat999 / detail
  279. Saving first draft of polar coordinates, axisym changes — cwomack / detail
  280. raypath code for multi-layer atmospheres; functions of both z and s — allmaras / detail
  281. Mathematica file for unit tests of raypath code for standard atmosphere — allmaras / detail
  282. some compilers need #include <vector> — allmaras / detail
  283. increased tolerances on raypath tests — allmaras / detail
  284. Support 2D CG periodic solutions. Add 2D RotorSource calculations. — galbramc / detail
  285. Fix for 2D CG periodic in parallel — galbramc / detail
  286. Fix ArcCamber angle definition. Allow both positive and negative angles — galbramc / detail
  287. Fix FieldLib library order — galbramc / detail
  288. Standard Atmosphere RayPathS and absorption added — renat999 / detail
  289. Allow constrained body force solves in 2D — galbramc / detail
  290. Fix tankap for 2D. Add rhofn to RotorSource output. Fix link errors. — galbramc / detail
  291. Fix 2D RotorSource tecplot dump — galbramc / detail
  292. Put back rotor source tan(kappa) — galbramc / detail
  293. Fix tecplot dump for 2D body forces to use PASSIVEVARLIST. Get FlowTan body foces working in 2D. — galbramc / detail
  294. Forgot a file — galbramc / detail
  295. Correction to asymmetric Pt inflow BC — galbramc / detail
  296. Fix typo — galbramc / detail
  297. One more bug fix — galbramc / detail
  298. Compile fix — galbramc / detail
  299. Fixed compiler errors — galbramc / detail
  300. A few jenkins fixes — galbramc / detail
  301. Warning and link fixes — galbramc / detail
  302. More link error fixes — galbramc / detail
  303. Fix includes — galbramc / detail
  304. Fix some link errors — galbramc / detail
  305. Not sure what I fixed... — galbramc / detail
  306. Add placeholder HUMOR meshing interface — galbramc / detail
  307. Fixes for last commit — galbramc / detail
  308. More seacas guards — galbramc / detail
  309. One more seacas protection — galbramc / detail
  310. Add one seacas dependency — galbramc / detail
  311. Fixed test cases and unified results — cwomack / detail
  312. Fixed vera errors — cwomack / detail
  313. Added to vera exclusions — cwomack / detail
  314. Add unsteady to BodyForces — galbramc / detail
  315. Sending DG changes to Steve — cwomack / detail
  316. Add missing updated RK examples. Update history output for unsteady BodyForce — galbramc / detail
  317. added Axes templates for missing DG error estimates; added instantiations for axisymmetric DG — allmaras / detail
  318. Invert eigen vector scaling for exodus files — galbramc / detail
  319. Pad zeros in body force file names — galbramc / detail
  320. Fix compile error — galbramc / detail
  321. additional Axes mods and axisymmetric/polar instantations needed for 'make check' — allmaras / detail
  322. Compile fixes and corrections to Exodus file write — galbramc / detail
  323. Forgot a file — galbramc / detail
  324. Fix call to HUMOR — galbramc / detail
  325. Exodus reader fix — galbramc / detail
  326. Missed a file — galbramc / detail
  327. More humor options — galbramc / detail
  328. Fix typo — galbramc / detail
  329. Pushing code, missing defaulted Axes — cwomack / detail
  330. Add KarypisLab tar scripts — galbramc / detail
  331. added Axes templates into VMSD error estimates — allmaras / detail
  332. Update KarypisLab tar scripts — galbramc / detail
  333. 1st draft polar adaptation — cwomack / detail
  334. Fix normal mach output for 2D — galbramc / detail
  335. Runge Kutta updates — galbramc / detail
  336. Minor fixes — galbramc / detail
  337. Switch to BDF — galbramc / detail
  338. Fix missing instantiation — galbramc / detail
  339. Add omega to constrained solver outputs — galbramc / detail
  340. Use CFL based time stepping for BDF — galbramc / detail
  341. Don't return results when constrained solver fails — galbramc / detail
  342. Fix cylindrical pressure probe output — galbramc / detail
  343. Fix typo — galbramc / detail
  344. Add fluent format documentation — galbramc / detail
  345. Fix pressure probe output one more time — galbramc / detail
  346. Changes to polar normal vector — cwomack / detail
  347. Add pressure output for rotor source — galbramc / detail
  348. Test mods — cwomack / detail
  349. first step towards a variable Prt model — waligura / detail
  350. Changes for Steve — cwomack / detail
  351. fixed polar coordinates integration bug; changed all ElementXField definitions for jacobianDeterminant, — allmaras / detail
  352. Blend equations for FlowTan — galbramc / detail
  353. Add more RotorSource 3D dumps. Default double precision for tecplot dumps. — galbramc / detail
  354. Add dp/deta to delta dump — galbramc / detail
  355. Fix compile errors — galbramc / detail
  356. Add cylindrical relative velocity components — galbramc / detail
  357. Fix line search unit tests — galbramc / detail
  358. fixed polar-coordinates differential length and area functions, along with — allmaras / detail
  359. Saving polar changes — cwomack / detail
  360. Add tolerane to valid x-range for 2D rotor outputs — galbramc / detail
  361. Fix vector size for DeltaRef dump — galbramc / detail
  362. polar bug fix: volume() -> volumePhysical() & area() -> areaPhysical() — allmaras / detail
  363. made *sansDifferential and *Mesh integrations consistent (i.e. the same as — allmaras / detail
  364. many changes to variable types to incorporate a variable conductivity with Prt — waligura / detail
  365. incorporated 1/r into theta derivative for polar in evalBasisGradient (which — allmaras / detail
  366. modified polar Hessian to correctly include 1st derivatives and 1/r terms — allmaras / detail
  367. Saving changes — cwomack / detail
  368. Update tecplot dump for flowTan body force. Allow getting EGADS model from pyton for BodyForces/ — galbramc / detail
  369. Fix fn dump in deltaRef — galbramc / detail
  370. solving for s ahead of time — renat999 / detail
  371. Fix compilere warning and guard against divide by zero — galbramc / detail
  372. Change flowTan model at bounds. Fix deltaRef dump. — galbramc / detail
  373. Update unit tests — galbramc / detail
  374. Reverse sign of tan(kappa) for Peters body force term — galbramc / detail
  375. Dump out delta and kappa in deg for body forces — galbramc / detail
  376. Polar modifications — cwomack / detail
  377. added missing template — ursachi / detail
  378. added 2D flatplate test case (includes WM) — ursachi / detail
  379. Expose fsig in RotorFlowTan python arguments. Add env args to valgrind execution. — galbramc / detail
  380. Remove Ntheta scaling from FlowTan force — galbramc / detail
  381. Change scaling on normal force back to 1/r — galbramc / detail
  382. Fix cmake warning — galbramc / detail
  383. Add kShock to body force interface and change flowTan viscous model again — galbramc / detail
  384. Add missing kShock — galbramc / detail
  385. Polar bug fixes — cwomack / detail
  386. Fixed link errors — cwomack / detail
  387. working modification of PDERANS with a new Prt datatype defined with surreals. This build does not have the correct contructor formulation for PDERANSSA though — waligura / detail
  388. Change Rotor Rot/Rel outputs to specify rotor and position — galbramc / detail
  389. Sandbox polar changes — cwomack / detail
  390. sandbox changes — cwomack / detail
  391. Fixed vera errors — cwomack / detail
  392. Added annulus grids — cwomack / detail
  393. Sanbox changes — cwomack / detail
  394. Sandbox changes — cwomack / detail
  395. sandbox — cwomack / detail
  396. Add TECIO support. Fix compiler warnings. Fix projection from Hierachical to Lagrange in 2D. — galbramc / detail
  397. sandbox — cwomack / detail
  398. sandbox — cwomack / detail
  399. sandbox — cwomack / detail
  400. sandbox — cwomack / detail
  401. sandbox — cwomack / detail
  402. sandbox — cwomack / detail
  403. isandbox — cwomack / detail
  404. sandbox — cwomack / detail
  405. dbl — cwomack / detail
  406. dbl — cwomack / detail
  407. sandbox — cwomack / detail
  408. sandbox — cwomack / detail
  409. sandbox — cwomack / detail
  410. sandbox — cwomack / detail
  411. sandbox — cwomack / detail
  412. sandbox — cwomack / detail
  413. sandbox — cwomack / detail
  414. sandbox — cwomack / detail
  415. sandbox — cwomack / detail
  416. sandbox — cwomack / detail
  417. sandbox — cwomack / detail
  418. sandbox — cwomack / detail
  419. sandbox — cwomack / detail
  420. Fix warning and tecplot file write — galbramc / detail
  421. sandbox — cwomack / detail
  422. sandbxo — cwomack / detail
  423. sandbxo — cwomack / detail
  424. Allows solving for Back Pressure with Body Forces. TECIO fixes. — galbramc / detail
  425. Output solved back pressure for body force constrained solver. Fix compile error. — galbramc / detail
  426. Add missing instantiation — galbramc / detail
  427. sandbox changes — cwomack / detail
  428. sandbox and tecplot changes — cwomack / detail
  429. fixed bugs — cwomack / detail
  430. adjusted tolerancw — cwomack / detail
  431. PDEsansBOOM2D all effects included. Still some details in Unit tests — renat999 / detail
  432. Implemented the QType for the AFT 2014 Transition model — sag6096 / detail
  433. sandbox — cwomack / detail
  434. stashing changes now as a backup since the NN functionality is almost online — waligura / detail
  435. Fix parallel Metric file write. Don't revert to a lienar mesh if local patch construction fails. — galbramc / detail
  436. Working Prt NN Modification with no derivatives — waligura / detail
  437. sandbox changes — cwomack / detail
  438. sandbox — cwomack / detail
  439. merging branches — cwomack / detail
  440. Added polar instantiations — cwomack / detail
  441. Added WM BC for AV — ursachi / detail
  442. Added lrochery@mit.edu to DeveloperEmailAddresses — lrochery / detail
  443. Added the AFT transition model and subsequent — sag6096 / detail
  444. Reverted tecplot changes — cwomack / detail
  445. Even more generalized asymmetric fourier functions. Fix NormalVelocity flux. Add parallel force to BodyForce tecplot dump. — galbramc / detail
  446. Fix compile error — galbramc / detail
  447. Fixes for optimizing body force asym normals — galbramc / detail
  448. Fixed lingering warnings and hard-coded H12 term. — sag6096 / detail
  449. Smoother AFT model — galbramc / detail
  450. Add wall search stress output for RANS AFT flatplate — galbramc / detail
  451. Fix asym gradient calculation — galbramc / detail
  452. Fixed vera errors — cwomack / detail
  453. Added avro to FP cases — sag6096 / detail
  454. Fixed vera error — cwomack / detail
  455. Fix template errors — galbramc / detail
  456. Vera changes, new advective flux BC — cwomack / detail
  457. Fixed all lingering warnings — sag6096 / detail
  458. *ACTUALLY* got rid of all lingering warnings. — sag6096 / detail
  459. NormalField unit test fix and fix RotorSource interior force dump. — galbramc / detail
  460. One more compile fix — galbramc / detail
  461. Allow removing body force radial normal component — galbramc / detail
  462. Fixes — cwomack / detail
  463. added explicit instantiations of output_Tecplot for grid only for both — allmaras / detail
  464. Change to area averaged NormalVelocity for RotorSource — galbramc / detail
  465. try 2: explicit instantitations for grid-only output_Tecplot — allmaras / detail
  466. Fixed jenkins issues — cwomack / detail
  467. Missed a file — galbramc / detail
  468. Added albornoz@mit.edu to DeveloperEmailAddresses — albornoz / detail
  469. Fix for Unit output — galbramc / detail
  470. More fixes for unit calculation — galbramc / detail
  471. Added ejwllms@mit.edu to DeveloperEmailAddresses — ejwllms / detail
  472. Fixed unit test errors — cwomack / detail
  473. Fix compile error — galbramc / detail
  474. Changed warning — cwomack / detail
  475. Changed warnings — cwomack / detail
  476. All effects (except wind) implementation for sansBOOM2D with unit tests — renat999 / detail
  477. Removed CMakeCache.txt and correct indentation in Absorption.h — renat999 / detail
  478. Removed sansBOOM from directory list in src/pde/CMakeLists.txt — renat999 / detail
  479. Removed test/unit/pde/sansBOOM — renat999 / detail
  480. All the missing unit test for sansBOOM2D directory — renat999 / detail
  481. Removed test/unit/pde/sansBOOM for the directory list in CMakeLists.txt — renat999 / detail
  482. Untracked last files realted to sansBOOM — renat999 / detail
  483. Added asmedina@mit.edu to DeveloperEmailAddresses — asmedina / detail
  484. Added dgoba@mit.edu to DeveloperEmailAddresses — dgoba / detail
  485. Added new Ptrip term to source(iSA) for AFT model — sag6096 / detail
  486. Fixed missing bracket — sag6096 / detail
  487. Fixed issue with power function — sag6096 / detail
  488. added check on clang compiler for #pragma's on boost special functions include — allmaras / detail
  489. changed #ifdef from __clang_analyzer__ to __clang__ for warning suppression on boost Bessel function — allmaras / detail
  490. Update tar scripts for parmetis — galbramc / detail
  491. Adding support for an advection-diffusion-reaction (ADR) solver — darmofal / detail
  492. Fix email — albornoz / detail
  493. Added sansBOOM directories again. The toy code for sansBOOM2D with VMSDBR2 is also present — renat999 / detail
  494. Fixing merge conflicts — renat999 / detail
  495. Added CMakeLists.txt in sansBOOM directories — renat999 / detail
  496. New working Prt model with derivatives implemented: still need to implement throughout PDERANSSA — waligura / detail
  497. Working version of Prt modeling with Duan implemented Neural Network (small). Still does not run because of solver issues though — waligura / detail
  498. removed all instantiations for 1D Polar; these were all previously commented out — allmaras / detail
  499. eliminated depricated #else branch for FIX_POLAR_BUG and FIXED_POLAR_GRADIENT; — allmaras / detail
  500. fixed nightly build squawks — allmaras / detail
  501. Make sure ccache script has execute permissions — galbramc / detail
  502. Changes to test case for supersonic run — waligura / detail
  503. Brenner fixes — waligura / detail
  504. Commiting to pull in the cluster. src/pde/OutputCell_SolutionErrorL2.h hacked to make 0 the srnos — renat999 / detail
  505. fixed nightly build squawks — allmaras / detail
  506. oops, bug fix for latest edit — allmaras / detail
  507. Toy codes to test DGBR2 and VMSDBR2 with analytical traveling wave — renat999 / detail
  508. Working Prt NN model implementation with 11 input variables and R^2 around 60%. The jacobian and gradient of the model are implemented as well, but nothing has been tested yet — waligura / detail
  509. other things needed to run — waligura / detail
  510. Compiled DistanceFunctionGradient, and add DistanceFunctionHessian. — galbramc / detail
  511. Added option for both AFT2014 and AFT2017 — sag6096 / detail
  512. fix for test case with importing from command line — waligura / detail
  513. "fixed" — waligura / detail
  514. fixing commit — waligura / detail
  515. fixing commit 2 — waligura / detail
  516. fixing commit 3 — waligura / detail
  517. fix 4 — waligura / detail
  518. Added smoothmax to smoothmath.h — sag6096 / detail
  519. Fix DistanceFunction Grad/Hess. Revive DistanceFunction tests. Add AFT2017. Refactor SA trip source for AFT. — galbramc / detail
  520. Supersonic working DuanS version — waligura / detail
  521. renamed wall model BC — ursachi / detail
  522. added isothermal WM BC — ursachi / detail
  523. made chit0 naming consistent — ursachi / detail
  524. forgot to add file for WM BC — ursachi / detail
  525. fixed variable type — ursachi / detail
  526. changes to the scaling in dataTransform to more accurately scale the simulation inputs. change made on super — waligura / detail
  527. Commit before reinstalling SANS — renat999 / detail
  528. Added in some of the blasius BC as well as AFT2019 — sag6096 / detail
  529. Fix ghost dof for broken CG fields — galbramc / detail
  530. Add actuator disk model. Fix tecplot CG dump for broken CG fields. — galbramc / detail
  531. Fix jacobianSource for AFT — galbramc / detail
  532. Fix compile error — galbramc / detail
  533. Missed instantiation — galbramc / detail
  534. Warning fixes — galbramc / detail
  535. Add avro guard — galbramc / detail
  536. Vera and warning fixes — galbramc / detail
  537. Fix compile error. Add linear offset to actuator disk psi_ts curve. — galbramc / detail
  538. Fix typo — galbramc / detail
  539. Fix array out of bound and sort keys for body force and actuator disk history files. — galbramc / detail
  540. Update nodal view for hex — galbramc / detail
  541. Fix actuator disk time integration — galbramc / detail
  542. Add asymmetric Pt to duct solver — galbramc / detail
  543. Fix compile error. Update TecIO build. — galbramc / detail
  544. Enable kt functions for Nozzle BC — galbramc / detail
  545. Fix time advancement for Duct Solver — galbramc / detail
  546. Add RANSSA RotorFlowTan — galbramc / detail
  547. Fixes for setting cn=0 with body forces — galbramc / detail
  548. Fix tests from last commit — galbramc / detail
  549. Added mbottot@mit.edu to DeveloperEmailAddresses — mbottot / detail
  550. Fix for finding numpy, and unit test fix — galbramc / detail
  551. Suppress warning and add missing instantiation — galbramc / detail
  552. Vera fix. More warning suppressions and timeout fixes — galbramc / detail
  553. Updated actuator disk model — galbramc / detail
  554. Forgot a file — galbramc / detail
  555. Getting some references working right so the unit tests run again. Getting ready to finalize the Prt unit test as well — waligura / detail
  556. Actuator disk fix — galbramc / detail
  557. Added tonyryu@mit.edu to DeveloperEmailAddresses — tonyryu / detail
  558. changing tolerances for unit tests for M1 Mac — tonyryu / detail
  559. Add NLF transition case — galbramc / detail
  560. Prt Model with working unnit test on Prt prediction — waligura / detail
  561. Change to IntelLLV as default for Intel compiler. — galbramc / detail
  562. Working Prt NN model with correct unit tests and deriviative implementation — waligura / detail
  563. Add scale factor for CompressiblePower calculation — galbramc / detail
  564. Cleaned up files for develop merge — waligura / detail
  565. Brought back all of the changes that I did not mean to make (I hope) — waligura / detail
  566. Relax tolerances for IntelLLVM — galbramc / detail
  567. Update RANSAFT NLF — galbramc / detail
  568. Additional changes to Prt modeling to fix nondimesional test case and also make adjustments on NeuralNetClosure — waligura / detail
  569. Write out PV for body forces — galbramc / detail
  570. IntelLLVM fix for TetGen — galbramc / detail
  571. Relax tolerances for Intel LLVM — galbramc / detail
  572. Enable dump of bodyforce RANS solutions — galbramc / detail
  573. Fix for last commit — galbramc / detail
  574. Added hnilsen@mit.edu to DeveloperEmailAddresses — hnilsen / detail
  575. Use PI insteady of M_PI for Surreal — galbramc / detail
  576. Update HUMOR interface — galbramc / detail
  577. Fix rotor source szplt output — galbramc / detail
  578. Vera fixes and don't use MPI TECIO — galbramc / detail
  579. Add PSig to body force dump — galbramc / detail
  580. Fix TECIO write of CG fields — galbramc / detail
  581. Fix PSig dump — galbramc / detail
  582. Fixed proper flow conditions for NLF-0416 — sag6096 / detail
  583. Guard against looking for rt library on MSYS — galbramc / detail
  584. Allow using PSig in Pprop calculation — galbramc / detail
  585. Fix last commit — galbramc / detail
  586. Default PV/PSig scale to 1 — galbramc / detail
  587. Updates to AFT PDE — galbramc / detail
  588. More cleanup of AFT PDE — galbramc / detail
  589. Try smoother distnace function gradient — galbramc / detail
  590. Fix last commit — galbramc / detail
  591. Refactor CG tecplot file writes, again... — galbramc / detail
  592. commit before update — waligura / detail
  593. Add derivatives for smoothmaxC2 and min — galbramc / detail
  594. Another try to push NN Prt changes to see the issues with the compiliers — waligura / detail
  595. Vera issues fixed — waligura / detail
  596. Add smoothabs0_tanh. Remove many defaults and clarify units for smoothmath — galbramc / detail
  597. Add smoothabs0_tanh_eps — galbramc / detail
  598. Fix array out-of-bounds in unit test — galbramc / detail
  599. Vera fixes (for real) — waligura / detail
  600. Fall back on LogEuclidian average when affine average fails — galbramc / detail
  601. Fix smooth math update — galbramc / detail
  602. Fixes to formatting and cmakeList. Still seeing a weird issue with boundary conditions not being recognized even though changes were not around there — waligura / detail
  603. Add L2 projection of drV/dn for AFT model. — galbramc / detail
  604. Add one more check for AFT — galbramc / detail
  605. Add missing instantiation — galbramc / detail
  606. Tell cppcheck to use boost.cfg — galbramc / detail
  607. Update AFT BC test — galbramc / detail
  608. Fixes to matmul, reformatting on readNN, and a mistaken change to a BC file — waligura / detail
  609. Fix to the lone vera and added some other matmul options — waligura / detail
  610. All working make check now, with some unit test issues — waligura / detail
  611. Fix tecplot dump of interior trace CG fields. Add all bodies to debug_blade for body forces — galbramc / detail
  612. Added 2D nozzle toy code — tonyryu / detail
  613. PDERANS updates — waligura / detail
  614. important PDE changes to investigate with diff — waligura / detail
  615. pushes to take away Prt from wall modeling input — waligura / detail
  616. small navier stokes fixes — waligura / detail
  617. changes to thermal conductivity to be more consistent with SA-neg — waligura / detail
  618. Add stator pressure rise for an actuator disk stage — galbramc / detail
  619. Fix stator actuator disk — galbramc / detail
  620. adding 1D channel flow for wall-model RANS analysis — allmaras / detail
  621. Update HUMOR interface with separate input/output file names — mbottot / detail
  622. Fix trailing whitespace in HUMOR interface update — mbottot / detail
  623. changes to PDERANS unit tests — waligura / detail
  624. Fixing the warnings for the final time — waligura / detail
  625. Upgrade to TecIO 2023r1m1 — galbramc / detail
  626. Relax tolerance — galbramc / detail
  627. Add latest boost versions — galbramc / detail
  628. Fixed Local Solves for VMSDBR2 — renat999 / detail
  629. Small pointwise fix — galbramc / detail
  630. adding nondimensional nozzle toy case — tonyryu / detail
  631. Fix parallel ugrid write — galbramc / detail
  632. Format5ing fix — galbramc / detail
  633. Actualy set iterative refinement for MKL_PARDISO — galbramc / detail
  634. Cleaning up some of the excess on files and adding a unit test for the NN calc — waligura / detail
  635. Getting rid of bogus include — waligura / detail
  636. Trying another small commit because I am not sure the last one was my fault — waligura / detail
  637. Fix sign on JetDissipation — galbramc / detail
  638. Add VectorVectorVectorVector example — galbramc / detail
  639. Add Ptdw output for body force — galbramc / detail
  640. extended exact WM solution to chi in [0, 1) — allmaras / detail
  641. Commit before updating — renat999 / detail
  642. Fixed issues in make check — renat999 / detail
  643. Fixed Jenkins errors (v1) — renat999 / detail
  644. Quick fix to previous commit — renat999 / detail
  645. Fixed Jenkins errors (v2) — renat999 / detail
  646. Fixed Jenkins errors (v3) — renat999 / detail
  647. Fixed Jenkins errors (v4) — renat999 / detail
  648. Fixed Jenkins errors (v5) — renat999 / detail
  649. Fixed Jenkins errors (v6) — renat999 / detail
  650. Fixed Jenkins errors (v7) — renat999 / detail
  651. Fixed Jenkins errors (v8) — renat999 / detail
  652. Fixed Jenkins errors (v9) — renat999 / detail
  653. Started working on PDE base classes and consistent error estimate — renat999 / detail
  654. Fix some tar scripts — galbramc / detail
  655. Add tar script for petsc — galbramc / detail
  656. Look for generic petcs.tgz to build PETSc — galbramc / detail
  657. added constrained solver for centerline velocity and equilibrium wall model — allmaras / detail
  658. code clean-up; no change in functionality — allmaras / detail
  659. added access functions needed for globally constrained solver — allmaras / detail
  660. added valid-state check for global parameters; new function is virtual but — allmaras / detail
  661. instantiations needed for globally constrained system for N=2 PDE and 2 global — allmaras / detail
  662. new volume integrand for augmenting PDE residuals via global parameters terms — allmaras / detail
  663. line-length squawks & missing instantitations for 1D globally constrained channel flow — allmaras / detail
  664. fixed possible uninitialized variable — allmaras / detail
  665. Fix UnionJack so it works with avro — galbramc / detail
  666. Unstaged src/pde/sansPDEBase2D.h — renat999 / detail
  667. Added unit test for src/pde/sansPDEBase.h — renat999 / detail
  668. Update avro_tar script to get submodules — galbramc / detail
  669. Fixed compiler error — renat999 / detail
  670. Update tar for avro to include submodules — galbramc / detail
  671. Remove debug print statements — galbramc / detail
  672. Add Nozzle BC to body force — galbramc / detail
  673. better initial guess for pressure gradient and solution profile — allmaras / detail
  674. fixed uninitialized variable squawk (athough it'll never happen) — allmaras / detail
  675. Update Copyright dates to 2013-2024 — galbramc / detail
  676. Somehow missed on file — galbramc / detail
  677. Use new accelerate lapack on macOS — galbramc / detail
  678. Script updates for viggen — galbramc / detail
  679. One more copyright date fix — galbramc / detail
  680. Add linear nozzle coefficient ramp — galbramc / detail
  681. Add more suitesparse search paths. Add Nozzle outflow BC unit test. — galbramc / detail
  682. Check for unsteady with BDF and RK. — galbramc / detail
  683. Restore time step in BDF — galbramc / detail
  684. Cleanup AFT — galbramc / detail
  685. Fix array out of bounds — galbramc / detail
  686. Remove unused variable — galbramc / detail
  687. Fix finding suitesparse includes — galbramc / detail
  688. Fix compile error — galbramc / detail
  689. committing some changes as of Feb.8 — tonyryu / detail
  690. Add missing mpi communictor includes — galbramc / detail
  691. Add ParameterVectorS for static sized python arrays — galbramc / detail
  692. Missed a file — galbramc / detail
  693. Suppress warning — galbramc / detail
  694. Suppress duplicate library link warning on macOS — galbramc / detail
  695. Fix for python2 — galbramc / detail
  696. first round of adjoint fixes — tonyryu / detail
  697. Add radial variation in fsig for FlowTan body force — galbramc / detail
  698. Allow solving for Nozzle Coefficient — galbramc / detail
  699. Fix typo — galbramc / detail
  700. Fix body force optimization — galbramc / detail
  701. Add unsteady body force pertubation — galbramc / detail
  702. Forgot checkInputs — galbramc / detail
  703. Fix compile error — galbramc / detail
  704. One more compile error — galbramc / detail
  705. One more fix — galbramc / detail
  706. Add temporal ramp for rotor pertubation — galbramc / detail
  707. Fix compile error — galbramc / detail
  708. Allow turning off body force pertubation time ramp — galbramc / detail
  709. One more fix — galbramc / detail
  710. One more fix — galbramc / detail
  711. More body force fixes — galbramc / detail
  712. Update unit test — galbramc / detail
  713. Adjoints refactoring to standardize naming conventions for enriched adjoint, adjoint, and delta adjoint. — tonyryu / detail
  714. Fix for body force optimization — galbramc / detail
  715. Fix last commit — galbramc / detail
  716. tried to fix line length exceeding 150 characters. — tonyryu / detail
  717. One more fix — galbramc / detail
  718. additional lines exceeding 150 characters. — tonyryu / detail
  719. removed explicit #define SANS_AVRO which was including XField_avro.h — tonyryu / detail
  720. Try constrained solver first for body force optimization — galbramc / detail
  721. Fix last commit — galbramc / detail
  722. wrapped params.Mesher.avro in if USE_AVRO SANS_AVRO and addressed line length error — tonyryu / detail
  723. fixed accidental unterminated #if statement — tonyryu / detail
  724. adding back the tmp files that were accidentally deleted as well as the .gitignore files in them — tonyryu / detail
  725. fixed copyright dates for SolverInterface_discretizations — tonyryu / detail
  726. Fixed warning for unused variables in Nozzle_nondim and Nozzle.cpp — tonyryu / detail
  727. Add length 4 ParameterVectorS — galbramc / detail
  728. Check for no_warn_dup_lib on macOS — galbramc / detail
  729. One more try — galbramc / detail
  730. Try yet again — galbramc / detail
  731. Silly mistake — galbramc / detail
  732. Enable structured grids for ducted body force analysis. Possibly improve distance function calculation time. — galbramc / detail
  733. Some fixes for last commit — galbramc / detail
  734. Update unit test — galbramc / detail
  735. Add boundary output groups for structured body forces — galbramc / detail
  736. Fix RefCoord solver — galbramc / detail
  737. Fix rotor source pertubation — galbramc / detail
  738. Finally get rotating pertubation periodicity correct — galbramc / detail
  739. Fix warnings — galbramc / detail

#1607 (Mar 9, 2024, 10:25:16 PM)

  1. 4D avro instantiation — allmaras / detail
  2. removed some redundant unit test code (was producing a compiler warning) — allmaras / detail
  3. file IO updates in test case — shunz / detail
  4. 2D wall model implementation and testing — ursachi / detail
  5. Played with a case with step/sigmoid function of inlet BC to show qe-based alpha is not too dissipative — shunz / detail
  6. played with 2D IBL cases to compare heuristic and corrected LF fluxes in PhD thesis — shunz / detail
  7. Fix redundant pi/180 multiplication for asymmetric rotor source — galbramc / detail
  8. Add missing pi/180 for asymmertic Rotor Source parameter bounds — galbramc / detail
  9. Try moving the pi/180 scaling again — galbramc / detail
  10. Forgot a file — galbramc / detail
  11. Fixed DOF calculation — cwomack / detail
  12. Fixed XField error, changed Axisym DBL to run automatically — cwomack / detail
  13. Fix halving linesearch dumpField — galbramc / detail
  14. Update unit test — galbramc / detail
  15. More unit test updates — galbramc / detail
  16. Don't try to compare tecplot files. — galbramc / detail
  17. Suppress cmake dev warning — galbramc / detail
  18. Still need to remove the files — galbramc / detail
  19. Try and try again — galbramc / detail
  20. Relax timing — galbramc / detail
  21. Use min for SA-R for now. — galbramc / detail
  22. Minor PTC update — galbramc / detail
  23. added WM joukowski test case — ursachi / detail
  24. Updates to SA-R — galbramc / detail
  25. bsans old commits — waligura / detail
  26. Use smooth math for SA-R — galbramc / detail
  27. Added p adjoint to DGBR2 interface — cwomack / detail
  28. Axes templating; defaults to Axes=Cartesian wherever needed — allmaras / detail
  29. added Axes template to XField2D_Box_Quad_X1; default to Cartesian — allmaras / detail
  30. Fixed vera error and FINALLY tracked down meshing issue — cwomack / detail
  31. Fixed vera errors — cwomack / detail
  32. addes Axes templates; default to Cartesian — allmaras / detail
  33. modified globally constrained infrastructure to allow for more general constraints (e.g. boundary constraint) — allmaras / detail
  34. added axisymmetric centerline BC for Euler/NS — allmaras / detail
  35. added pressure evaluation function to Q-interpreters — allmaras / detail
  36. added Brenner to axisymmetric; no unit tests yet — allmaras / detail
  37. output functionals for axisymmetric — allmaras / detail
  38. source and source Jacobian terms for axisymmetric Euler/NS — allmaras / detail
  39. code clean up for solid-body rotation solution — allmaras / detail
  40. changed template parameter from PDE to OutputFunctional to better reflect — allmaras / detail
  41. temporary fix for setting Axes within NDConvert functions; requires Axisymmetric — allmaras / detail
  42. attempt at adding boundary-trace pressure constraint (hard part is Lagrange multiplier term) — allmaras / detail
  43. updated test case to new interface for globally constrained; primary mods are — allmaras / detail
  44. corrected template parameters and BCBase types in Lagrange multiplier — allmaras / detail
  45. corrected ND issues and BC mapping issues for Lagrange multiplier term (still doesn't — allmaras / detail
  46. more mods/corrections for boundary-trace pressure constraint — allmaras / detail
  47. Fix bounding box check for body force camber surfaces — galbramc / detail
  48. Even more robust body force camber surface bounding box calculation — galbramc / detail
  49. added SurrealS operator= option to PyDict — allmaras / detail
  50. undo previous PyDict changes since python itself cannot support Surreals — allmaras / detail
  51. Added system tests for solver interfaces — cwomack / detail
  52. Fixed errors — cwomack / detail
  53. Fixed errors (should've been in last commit) — cwomack / detail
  54. More SA-R updates — galbramc / detail
  55. Fixed link errors — cwomack / detail
  56. Reverted CMakeLists changes — cwomack / detail
  57. Upgrade to latest refine — galbramc / detail
  58. Fix compile error — galbramc / detail
  59. One more refine fix — galbramc / detail
  60. vera fix — galbramc / detail
  61. Update CMake for ParMETIS/METIS on github. Updated to newer Find Python3. — galbramc / detail
  62. Don't write restart.meshb from refine — galbramc / detail
  63. Remove restart.meshb from refine — galbramc / detail
  64. Rework metis/parmetis build again — galbramc / detail
  65. Don't build extern libs in parallel — galbramc / detail
  66. Fix intel warning — galbramc / detail
  67. Update GKlib build and suitesparse check — galbramc / detail
  68. Forgot a file — galbramc / detail
  69. PDERANSSA3D and unit test changes for Catris model implementation from Andrew — waligura / detail
  70. changes to PDERANS3D with turbulence model implementation updates — waligura / detail
  71. actual commit for PDERANS3D that incorporates all merges — waligura / detail
  72. Another parmetis build fix — galbramc / detail
  73. Update cmake summary file — galbramc / detail
  74. Finally maybe — galbramc / detail
  75. vera changes to the PDE and constructor changes to test cases — waligura / detail
  76. Print absolute and relative PETSc tolerance — galbramc / detail
  77. Add fPIC when building GKlib — galbramc / detail
  78. More cmake fixes — galbramc / detail
  79. Remove message — galbramc / detail
  80. Maybe finally got it right... — galbramc / detail
  81. changed backsolve to not modify RHS (b) — ursachi / detail
  82. small commit to test jenkins again — waligura / detail
  83. Slightly prettier formatting for PETSc history — galbramc / detail
  84. Add metis to refine libraries — galbramc / detail
  85. Navier Stokes test case I'm having trouble with — waligura / detail
  86. made WM a turbulence model option (instead of adding an input to the — ursachi / detail
  87. Added adjoint DBL to scalar function — cwomack / detail
  88. Fixed unit test tolerance issue — cwomack / detail
  89. Lowered DBL unit test tolerance — cwomack / detail
  90. Changed BOOST_CHECK to SANS_CHECK — cwomack / detail
  91. supersonic case update — waligura / detail
  92. Added renat999@mit.edu to DeveloperEmailAddresses — renat999 / detail
  93. Axes template for DG interior and boundary traces — allmaras / detail
  94. Axes template for XField_CellToTrace — allmaras / detail
  95. Add fourier modes for asymmetric rotor body forces — galbramc / detail
  96. Forgot a file — galbramc / detail
  97. Update test — galbramc / detail
  98. sansBOOM mods for AV jump sensor — darmofal / detail
  99. Fixes for Ubuntu 22.04. Compiler flags for IntelLLVM and relaxed tolerances. — galbramc / detail
  100. Fix permissions — galbramc / detail
  101. Intel and gnu12 fixes — galbramc / detail
  102. Add missing instantiations — galbramc / detail
  103. More link error fixes — galbramc / detail
  104. One more missing instantiation — galbramc / detail
  105. Relax tolerance for intel — galbramc / detail
  106. Put calculateStroudQuadrature in SANS namespace — galbramc / detail
  107. Refactor non-symmetric body forces — galbramc / detail
  108. Compile fix — galbramc / detail
  109. Vera fix — galbramc / detail
  110. Fix warning and ping test — galbramc / detail
  111. Adjusting finite difference — galbramc / detail
  112. Smaller step size — galbramc / detail
  113. new changes to PDERANS3D to include jacobian fixes — waligura / detail
  114. small vera mistake I missed — waligura / detail
  115. Upgrade to ESP 1.20 — galbramc / detail
  116. Fix warning — galbramc / detail
  117. sansLIPAIM python fixes — galbramc / detail
  118. Fixed the unit test for zero species — renat999 / detail
  119. Fix geometry construction — galbramc / detail
  120. More ESP updates — galbramc / detail
  121. Spatial implementation of sansBOOM created as sansBOOM2D — darmofal / detail
  122. More egads fixes — galbramc / detail
  123. Add WallSlip BC for 3D RANSSA — galbramc / detail
  124. Fix last commit — galbramc / detail
  125. Fix array bounds error — galbramc / detail
  126. Added test cases for Nspecies=1. Still a bug. — renat999 / detail
  127. Added test cases for Nspecies=1. Still a bug. — renat999 / detail
  128. Add PtPolynomials to 3D PtTt BC — galbramc / detail
  129. Fix compile error — galbramc / detail
  130. Update input checks for total pressure profile — galbramc / detail
  131. added tests for remainder of block 2x2 jacobians: d(PDE)/d(qp), d(PDEp)/d(q), d(PDEp)/d(qp) — allmaras / detail
  132. templated Axes for UnitGrids XField2D_Box_UnionJack_Triangle_X1, XField2D_CubicSourceBump_Xq, — allmaras / detail
  133. Fix rotor source asymmetric normal vectors — galbramc / detail
  134. Fix last commit — galbramc / detail
  135. Fixed sansBOOM SpaceTime1D with multiple species. — renat999 / detail
  136. Add legacy VTK and Exodus metric files — galbramc / detail
  137. VTK fixes — galbramc / detail
  138. Fixed Body Force solver sensitvity — galbramc / detail
  139. Warning fixes — galbramc / detail
  140. fixed vera errors: long line — shunz / detail
  141. fixed vera errors: long line — shunz / detail
  142. updated include paths — shunz / detail
  143. updated include paths — shunz / detail
  144. removed outdated sandbox case — shunz / detail
  145. updated usage of 3D quad sheet grid's interior trace group count — shunz / detail
  146. updated pyrite files. relaxed pyrite tolerance. fixed IO file/path names — shunz / detail
  147. turned off file output — shunz / detail
  148. PDEsansBOOM2D.h updates — darmofal / detail
  149. relaxed tolerance for intel — shunz / detail
  150. relaxed tolerance again for intel — shunz / detail
  151. Remove depricated sprintf — galbramc / detail
  152. Add cirumfirential body force — galbramc / detail
  153. Use system valgrind — galbramc / detail
  154. Fix warning — galbramc / detail
  155. Derivative calculation fixes for asymmetric body forces — galbramc / detail
  156. Suppress sanitizer odr violations. Add the ability for ugrid reader to — galbramc / detail
  157. CMake file fix — galbramc / detail
  158. Forgot to update files. Some cppcheck fixes. — galbramc / detail
  159. added wall model for 3D — ursachi / detail
  160. added missing template arguments — ursachi / detail
  161. Update 2D SA_R to latest deffinition on TMR — galbramc / detail
  162. Fix abs with fabs — galbramc / detail
  163. added a missing const — ursachi / detail
  164. raised tolerance slightly for test — ursachi / detail
  165. More robust normal field for rotor source — galbramc / detail
  166. Update MultiScale for latest refine. Replace vsprintf with vsnprintf. — galbramc / detail
  167. Working sansBOOM2D with unit tests for the PDE — renat999 / detail
  168. Update rotor source ping test — galbramc / detail
  169. Refactor and simplified NormalField to use axial and raidal instead of cartesian coordinates — galbramc / detail
  170. Minor fixes — galbramc / detail
  171. Write out unconverged_surf.dat for BodyFroce RANS calculations. — galbramc / detail
  172. Add manual body force magnitude specification — galbramc / detail
  173. Change deltaRef to forceMag in normal field dump — galbramc / detail
  174. Forgot to update some python inputs — galbramc / detail
  175. DGBR2/DGBR4 low-level modification integrated. — cfrontin / detail
  176. templateized DiscretizationDGBR2 implemented, working on one test case. — cfrontin / detail
  177. test/sandbox cases updated with templateized DGBR — cfrontin / detail
  178. unit test brute force replacement — cfrontin / detail
  179. unit test fixes ; make unit working — cfrontin / detail
  180. initialized variables to zero to fix compiler warnings — ursachi / detail
  181. Add new asymmetric forces to optimizer. Fix RotorForce tecplot dump. — galbramc / detail
  182. system test update dgbr2 templatizaiton — cfrontin / detail
  183. fixed weird type mismatch in adapt3d_DGBR2_ranssa_HCH_toy.cpp — cfrontin / detail
  184. test case changes to update — waligura / detail
  185. sandbox case add 2 — waligura / detail
  186. changes before Ben switch — waligura / detail
  187. think it should pass now. — cfrontin / detail
  188. Try to capture discontinuities for Rotor source teclot output — galbramc / detail
  189. Fix typo — galbramc / detail
  190. Added Area + Atmos. variations to sansBOOM2D — renat999 / detail
  191. Fixes to previous commit — renat999 / detail
  192. sansBOOM2D directories — renat999 / detail
  193. cleaned up files — ursachi / detail
  194. added wall function BC for 3D — ursachi / detail
  195. Blasius + polar coordinate test problems and functions — cwomack / detail
  196. added instantitations containing Axes template for XField2D_Box_UnionJack_Triangle_X1 — allmaras / detail
  197. explicitly added Axes to all apply<> and check<> calls; this is needed because — allmaras / detail
  198. added Axes template parameters — allmaras / detail
  199. Axisymmetric instantiations — allmaras / detail
  200. mods needed for extending global constraints to boundary terms and systems — allmaras / detail
  201. mods to artificial viscosity sensor PDE needed for Axisymmetric — allmaras / detail
  202. added dump of solution (x from Ax = b) for UMFPACK — allmaras / detail
  203. modified halving linesearch diagnostics to dump out full solution change — allmaras / detail
  204. added constant CFL number option to PTC — allmaras / detail
  205. added function to return vector of base altitudes for all layers in atmosphere — allmaras / detail
  206. proper spelling for Blohkinzev (previously had the h & k swapped) — allmaras / detail
  207. turned off some print statements — allmaras / detail
  208. added Reflect BC; bug fixes and code clean-up — allmaras / detail
  209. continued development of axisymmetric test cases; addition of Brenner and SBR perturbation PDEs; — allmaras / detail
  210. code clean-up — allmaras / detail
  211. added sans-differential integration (e.g. without r for axisymmetric); needed — allmaras / detail
  212. fixed merge conflicts — allmaras / detail
  213. fixed vera line length squawks — allmaras / detail
  214. relaxed tolerances on tests — allmaras / detail
  215. missed an apply<> template — allmaras / detail
  216. added a template parameter to AlgebraicEquationSet_GloballyConstrained_PTC — allmaras / detail
  217. vera squawk — allmaras / detail
  218. int -> size_t in for loops — allmaras / detail
  219. removed axisymmetric SBR and TP1 test cases for now — allmaras / detail
  220. removed unused variable from test — allmaras / detail
  221. over-wrote a dump pattern file — allmaras / detail
  222. unused typedef removed — allmaras / detail
  223. missing dump pattern file — allmaras / detail
  224. relaxed test tolerance (for intel...) — allmaras / detail
  225. added jacobianFluxViscous to axisymmetric NS; unit tested — allmaras / detail
  226. updated augmented interface to use Dirichlet/Neumann form — allmaras / detail
  227. added option to evaluate Glasby tau without source term contribution — allmaras / detail
  228. added an explicit Axes typedef to all PDE and Output classes; NDConvert now — allmaras / detail
  229. axisymmetric NS function diffusionViscousGradient coded and unit tested — allmaras / detail
  230. added/corrected axisymmetric NS jacobianSource term with unit tests — allmaras / detail
  231. Addition of updated mathematica testing notebooks for PDERANS2D tests — waligura / detail
  232. Add camber surface dump — galbramc / detail
  233. Suppress Boost new version warnings in CMake — galbramc / detail
  234. added Axes template to XField1D mesher — allmaras / detail
  235. Axes fixes and instantiations needed for 1D axisymmetric solve — allmaras / detail
  236. added linear temperature option of noslip-isothermal BC; added new solution — allmaras / detail
  237. added solution function for stagnant flow with linear-in-z temperature (and constant pressure); — allmaras / detail
  238. Added folders — renat999 / detail
  239. Added files — renat999 / detail
  240. Add body force normal and pallel forces to deltaRef tecplot dump — galbramc / detail
  241. Fixed sansBOOM to be up to date with the master br — renat999 / detail
  242. Fixed vera errors — cwomack / detail
  243. Fixed errors, added template argument — cwomack / detail
  244. fixed templating error — cwomack / detail
  245. Changed test suite name — cwomack / detail
  246. Removed unused variable — cwomack / detail
  247. Update SuiteSparse build. Relax some testing tolerances. — galbramc / detail
  248. Fixes for exodus file IO — galbramc / detail
  249. Standardized DBL cases, added unit test for annulus — cwomack / detail
  250. Use step matrix FrobNorm minimization for implied metric optimization. — galbramc / detail
  251. updated Tecplot output for VMSDBR2 to be consistent with boundary flux — ursachi / detail
  252. forgot to include updated cmakelist with previous commit — ursachi / detail
  253. forgot to actually commit the Tecplot output file — ursachi / detail
  254. Added axisymmetric DBL — cwomack / detail
  255. changed variable name to nt to be consistent with rest of code — ursachi / detail
  256. Add fluent reader to support Pointwise generated meshes for RotorSource — galbramc / detail
  257. Forgot updated partitioning files — galbramc / detail
  258. One more missing file — galbramc / detail
  259. Added sag6096@psu.edu to DeveloperEmailAddresses — sag6096 / detail
  260. added gradients for specified velocity for no-slip, isothermal BC — allmaras / detail
  261. Forgot one more file — galbramc / detail
  262. Add another file to COTIRE_IGNORE — galbramc / detail
  263. Fix group numbering on older gcc versions for Fluent reader — galbramc / detail
  264. added Axes template to meshers, error estimates, local problems, adaptation — allmaras / detail
  265. 1D and 2D axisymmetric instantiations for meshers, error estimates, local problems, adaptation — allmaras / detail
  266. added Axes template to CostModel_LogEuclidean; also modified integration — allmaras / detail
  267. Expose SA Flavours for Rotor Source calculations — galbramc / detail
  268. missed a couple files with added Axes templates — allmaras / detail
  269. Removed annulus unit test while fixing bug — cwomack / detail
  270. Removed unused variables — cwomack / detail
  271. Loosened tolerance on one test — cwomack / detail
  272. Galerkin strong-form BC implementation classes renamed to be consistent with file name — allmaras / detail
  273. Add pressure gradient terms to RotorSource — galbramc / detail
  274. Relax tolerance — galbramc / detail
  275. consistent interface in augmented integrand for both Dirichlet and Neumann constraints — allmaras / detail
  276. added option for SUPG with source term for test-function operator; — allmaras / detail
  277. added option to add both q-gradient and qp-gradient into lifted gradient; — allmaras / detail
  278. added code for integration without the differential multiplier (e.g. r in Axisymmetric); — allmaras / detail
  279. Added sag6096@mit.edu to DeveloperEmailAddresses — sag6096 / detail
  280. fixed merge conflicts — allmaras / detail
  281. vera line-length squawks — allmaras / detail
  282. added missing Axes in refine and related instantiations — allmaras / detail
  283. fixed vera squawk — allmaras / detail
  284. Add RotorSource flow tangency model — galbramc / detail
  285. Fix for intel compiler — galbramc / detail
  286. Remove redundtant email — galbramc / detail
  287. Adjust ping test — galbramc / detail
  288. Add clVariableType. Fix sourceJacobianAbs for RotorFlowTan. — galbramc / detail
  289. added compiler warning suppression for Ping_Euler_RotorSource_btest.cpp — allmaras / detail
  290. added compiler suppression -Wno-maybe-uninitialized to BodyForceSolver_*.cpp — allmaras / detail
  291. fixed nightly warnings: possibly uninitialized variables — allmaras / detail
  292. First incorporation of Standard Atmosphere, and altitude dependent Absorption — renat999 / detail
  293. Saving first draft of polar coordinates, axisym changes — cwomack / detail
  294. raypath code for multi-layer atmospheres; functions of both z and s — allmaras / detail
  295. Mathematica file for unit tests of raypath code for standard atmosphere — allmaras / detail
  296. some compilers need #include <vector> — allmaras / detail
  297. increased tolerances on raypath tests — allmaras / detail
  298. Support 2D CG periodic solutions. Add 2D RotorSource calculations. — galbramc / detail
  299. Fix for 2D CG periodic in parallel — galbramc / detail
  300. Fix ArcCamber angle definition. Allow both positive and negative angles — galbramc / detail
  301. Fix FieldLib library order — galbramc / detail
  302. Standard Atmosphere RayPathS and absorption added — renat999 / detail
  303. Allow constrained body force solves in 2D — galbramc / detail
  304. Fix tankap for 2D. Add rhofn to RotorSource output. Fix link errors. — galbramc / detail
  305. Fix 2D RotorSource tecplot dump — galbramc / detail
  306. Put back rotor source tan(kappa) — galbramc / detail
  307. Fix tecplot dump for 2D body forces to use PASSIVEVARLIST. Get FlowTan body foces working in 2D. — galbramc / detail
  308. Forgot a file — galbramc / detail
  309. Correction to asymmetric Pt inflow BC — galbramc / detail
  310. Fix typo — galbramc / detail
  311. One more bug fix — galbramc / detail
  312. Compile fix — galbramc / detail
  313. Fixed compiler errors — galbramc / detail
  314. A few jenkins fixes — galbramc / detail
  315. Warning and link fixes — galbramc / detail
  316. More link error fixes — galbramc / detail
  317. Fix includes — galbramc / detail
  318. Fix some link errors — galbramc / detail
  319. Not sure what I fixed... — galbramc / detail
  320. Add placeholder HUMOR meshing interface — galbramc / detail
  321. Fixes for last commit — galbramc / detail
  322. More seacas guards — galbramc / detail
  323. One more seacas protection — galbramc / detail
  324. Add one seacas dependency — galbramc / detail
  325. Fixed test cases and unified results — cwomack / detail
  326. Fixed vera errors — cwomack / detail
  327. Added to vera exclusions — cwomack / detail
  328. Add unsteady to BodyForces — galbramc / detail
  329. Sending DG changes to Steve — cwomack / detail
  330. Add missing updated RK examples. Update history output for unsteady BodyForce — galbramc / detail
  331. added Axes templates for missing DG error estimates; added instantiations for axisymmetric DG — allmaras / detail
  332. Invert eigen vector scaling for exodus files — galbramc / detail
  333. Pad zeros in body force file names — galbramc / detail
  334. Fix compile error — galbramc / detail
  335. additional Axes mods and axisymmetric/polar instantations needed for 'make check' — allmaras / detail
  336. Compile fixes and corrections to Exodus file write — galbramc / detail
  337. Forgot a file — galbramc / detail
  338. Fix call to HUMOR — galbramc / detail
  339. Exodus reader fix — galbramc / detail
  340. Missed a file — galbramc / detail
  341. More humor options — galbramc / detail
  342. Fix typo — galbramc / detail
  343. Pushing code, missing defaulted Axes — cwomack / detail
  344. Add KarypisLab tar scripts — galbramc / detail
  345. added Axes templates into VMSD error estimates — allmaras / detail
  346. Update KarypisLab tar scripts — galbramc / detail
  347. 1st draft polar adaptation — cwomack / detail
  348. Fix normal mach output for 2D — galbramc / detail
  349. Runge Kutta updates — galbramc / detail
  350. Minor fixes — galbramc / detail
  351. Switch to BDF — galbramc / detail
  352. Fix missing instantiation — galbramc / detail
  353. Add omega to constrained solver outputs — galbramc / detail
  354. Use CFL based time stepping for BDF — galbramc / detail
  355. Don't return results when constrained solver fails — galbramc / detail
  356. Fix cylindrical pressure probe output — galbramc / detail
  357. Fix typo — galbramc / detail
  358. Add fluent format documentation — galbramc / detail
  359. Fix pressure probe output one more time — galbramc / detail
  360. Changes to polar normal vector — cwomack / detail
  361. Add pressure output for rotor source — galbramc / detail
  362. Test mods — cwomack / detail
  363. first step towards a variable Prt model — waligura / detail
  364. Changes for Steve — cwomack / detail
  365. fixed polar coordinates integration bug; changed all ElementXField definitions for jacobianDeterminant, — allmaras / detail
  366. Blend equations for FlowTan — galbramc / detail
  367. Add more RotorSource 3D dumps. Default double precision for tecplot dumps. — galbramc / detail
  368. Add dp/deta to delta dump — galbramc / detail
  369. Fix compile errors — galbramc / detail
  370. Add cylindrical relative velocity components — galbramc / detail
  371. Fix line search unit tests — galbramc / detail
  372. fixed polar-coordinates differential length and area functions, along with — allmaras / detail
  373. Saving polar changes — cwomack / detail
  374. Add tolerane to valid x-range for 2D rotor outputs — galbramc / detail
  375. Fix vector size for DeltaRef dump — galbramc / detail
  376. polar bug fix: volume() -> volumePhysical() & area() -> areaPhysical() — allmaras / detail
  377. made *sansDifferential and *Mesh integrations consistent (i.e. the same as — allmaras / detail
  378. many changes to variable types to incorporate a variable conductivity with Prt — waligura / detail
  379. incorporated 1/r into theta derivative for polar in evalBasisGradient (which — allmaras / detail
  380. modified polar Hessian to correctly include 1st derivatives and 1/r terms — allmaras / detail
  381. Saving changes — cwomack / detail
  382. Update tecplot dump for flowTan body force. Allow getting EGADS model from pyton for BodyForces/ — galbramc / detail
  383. Fix fn dump in deltaRef — galbramc / detail
  384. solving for s ahead of time — renat999 / detail
  385. Fix compilere warning and guard against divide by zero — galbramc / detail
  386. Change flowTan model at bounds. Fix deltaRef dump. — galbramc / detail
  387. Update unit tests — galbramc / detail
  388. Reverse sign of tan(kappa) for Peters body force term — galbramc / detail
  389. Dump out delta and kappa in deg for body forces — galbramc / detail
  390. Polar modifications — cwomack / detail
  391. added missing template — ursachi / detail
  392. added 2D flatplate test case (includes WM) — ursachi / detail
  393. Expose fsig in RotorFlowTan python arguments. Add env args to valgrind execution. — galbramc / detail
  394. Remove Ntheta scaling from FlowTan force — galbramc / detail
  395. Change scaling on normal force back to 1/r — galbramc / detail
  396. Fix cmake warning — galbramc / detail
  397. Add kShock to body force interface and change flowTan viscous model again — galbramc / detail
  398. Add missing kShock — galbramc / detail
  399. Polar bug fixes — cwomack / detail
  400. Fixed link errors — cwomack / detail
  401. working modification of PDERANS with a new Prt datatype defined with surreals. This build does not have the correct contructor formulation for PDERANSSA though — waligura / detail
  402. Change Rotor Rot/Rel outputs to specify rotor and position — galbramc / detail
  403. Sandbox polar changes — cwomack / detail
  404. sandbox changes — cwomack / detail
  405. Fixed vera errors — cwomack / detail
  406. Added annulus grids — cwomack / detail
  407. Sanbox changes — cwomack / detail
  408. Sandbox changes — cwomack / detail
  409. sandbox — cwomack / detail
  410. Add TECIO support. Fix compiler warnings. Fix projection from Hierachical to Lagrange in 2D. — galbramc / detail
  411. sandbox — cwomack / detail
  412. sandbox — cwomack / detail
  413. sandbox — cwomack / detail
  414. sandbox — cwomack / detail
  415. sandbox — cwomack / detail
  416. sandbox — cwomack / detail
  417. isandbox — cwomack / detail
  418. sandbox — cwomack / detail
  419. dbl — cwomack / detail
  420. dbl — cwomack / detail
  421. sandbox — cwomack / detail
  422. sandbox — cwomack / detail
  423. sandbox — cwomack / detail
  424. sandbox — cwomack / detail
  425. sandbox — cwomack / detail
  426. sandbox — cwomack / detail
  427. sandbox — cwomack / detail
  428. sandbox — cwomack / detail
  429. sandbox — cwomack / detail
  430. sandbox — cwomack / detail
  431. sandbox — cwomack / detail
  432. sandbox — cwomack / detail
  433. sandbox — cwomack / detail
  434. Fix warning and tecplot file write — galbramc / detail
  435. sandbox — cwomack / detail
  436. sandbxo — cwomack / detail
  437. sandbxo — cwomack / detail
  438. Allows solving for Back Pressure with Body Forces. TECIO fixes. — galbramc / detail
  439. Output solved back pressure for body force constrained solver. Fix compile error. — galbramc / detail
  440. Add missing instantiation — galbramc / detail
  441. sandbox changes — cwomack / detail
  442. sandbox and tecplot changes — cwomack / detail
  443. fixed bugs — cwomack / detail
  444. adjusted tolerancw — cwomack / detail
  445. PDEsansBOOM2D all effects included. Still some details in Unit tests — renat999 / detail
  446. Implemented the QType for the AFT 2014 Transition model — sag6096 / detail
  447. sandbox — cwomack / detail
  448. stashing changes now as a backup since the NN functionality is almost online — waligura / detail
  449. Fix parallel Metric file write. Don't revert to a lienar mesh if local patch construction fails. — galbramc / detail
  450. Working Prt NN Modification with no derivatives — waligura / detail
  451. sandbox changes — cwomack / detail
  452. sandbox — cwomack / detail
  453. merging branches — cwomack / detail
  454. Added polar instantiations — cwomack / detail
  455. Added WM BC for AV — ursachi / detail
  456. Added lrochery@mit.edu to DeveloperEmailAddresses — lrochery / detail
  457. Added the AFT transition model and subsequent — sag6096 / detail
  458. Reverted tecplot changes — cwomack / detail
  459. Even more generalized asymmetric fourier functions. Fix NormalVelocity flux. Add parallel force to BodyForce tecplot dump. — galbramc / detail
  460. Fix compile error — galbramc / detail
  461. Fixes for optimizing body force asym normals — galbramc / detail
  462. Fixed lingering warnings and hard-coded H12 term. — sag6096 / detail
  463. Smoother AFT model — galbramc / detail
  464. Add wall search stress output for RANS AFT flatplate — galbramc / detail
  465. Fix asym gradient calculation — galbramc / detail
  466. Fixed vera errors — cwomack / detail
  467. Added avro to FP cases — sag6096 / detail
  468. Fixed vera error — cwomack / detail
  469. Fix template errors — galbramc / detail
  470. Vera changes, new advective flux BC — cwomack / detail
  471. Fixed all lingering warnings — sag6096 / detail
  472. *ACTUALLY* got rid of all lingering warnings. — sag6096 / detail
  473. NormalField unit test fix and fix RotorSource interior force dump. — galbramc / detail
  474. One more compile fix — galbramc / detail
  475. Allow removing body force radial normal component — galbramc / detail
  476. Fixes — cwomack / detail
  477. added explicit instantiations of output_Tecplot for grid only for both — allmaras / detail
  478. Change to area averaged NormalVelocity for RotorSource — galbramc / detail
  479. try 2: explicit instantitations for grid-only output_Tecplot — allmaras / detail
  480. Fixed jenkins issues — cwomack / detail
  481. Missed a file — galbramc / detail
  482. Added albornoz@mit.edu to DeveloperEmailAddresses — albornoz / detail
  483. Fix for Unit output — galbramc / detail
  484. More fixes for unit calculation — galbramc / detail
  485. Added ejwllms@mit.edu to DeveloperEmailAddresses — ejwllms / detail
  486. Fixed unit test errors — cwomack / detail
  487. Fix compile error — galbramc / detail
  488. Changed warning — cwomack / detail
  489. Changed warnings — cwomack / detail
  490. All effects (except wind) implementation for sansBOOM2D with unit tests — renat999 / detail
  491. Removed CMakeCache.txt and correct indentation in Absorption.h — renat999 / detail
  492. Removed sansBOOM from directory list in src/pde/CMakeLists.txt — renat999 / detail
  493. Removed test/unit/pde/sansBOOM — renat999 / detail
  494. All the missing unit test for sansBOOM2D directory — renat999 / detail
  495. Removed test/unit/pde/sansBOOM for the directory list in CMakeLists.txt — renat999 / detail
  496. Untracked last files realted to sansBOOM — renat999 / detail
  497. Added asmedina@mit.edu to DeveloperEmailAddresses — asmedina / detail
  498. Added dgoba@mit.edu to DeveloperEmailAddresses — dgoba / detail
  499. Added new Ptrip term to source(iSA) for AFT model — sag6096 / detail
  500. Fixed missing bracket — sag6096 / detail
  501. Fixed issue with power function — sag6096 / detail
  502. added check on clang compiler for #pragma's on boost special functions include — allmaras / detail
  503. changed #ifdef from __clang_analyzer__ to __clang__ for warning suppression on boost Bessel function — allmaras / detail
  504. Update tar scripts for parmetis — galbramc / detail
  505. Adding support for an advection-diffusion-reaction (ADR) solver — darmofal / detail
  506. Fix email — albornoz / detail
  507. Added sansBOOM directories again. The toy code for sansBOOM2D with VMSDBR2 is also present — renat999 / detail
  508. Fixing merge conflicts — renat999 / detail
  509. Added CMakeLists.txt in sansBOOM directories — renat999 / detail
  510. New working Prt model with derivatives implemented: still need to implement throughout PDERANSSA — waligura / detail
  511. Working version of Prt modeling with Duan implemented Neural Network (small). Still does not run because of solver issues though — waligura / detail
  512. removed all instantiations for 1D Polar; these were all previously commented out — allmaras / detail
  513. eliminated depricated #else branch for FIX_POLAR_BUG and FIXED_POLAR_GRADIENT; — allmaras / detail
  514. fixed nightly build squawks — allmaras / detail
  515. Make sure ccache script has execute permissions — galbramc / detail
  516. Changes to test case for supersonic run — waligura / detail
  517. Brenner fixes — waligura / detail
  518. Commiting to pull in the cluster. src/pde/OutputCell_SolutionErrorL2.h hacked to make 0 the srnos — renat999 / detail
  519. fixed nightly build squawks — allmaras / detail
  520. oops, bug fix for latest edit — allmaras / detail
  521. Toy codes to test DGBR2 and VMSDBR2 with analytical traveling wave — renat999 / detail
  522. Working Prt NN model implementation with 11 input variables and R^2 around 60%. The jacobian and gradient of the model are implemented as well, but nothing has been tested yet — waligura / detail
  523. other things needed to run — waligura / detail
  524. Compiled DistanceFunctionGradient, and add DistanceFunctionHessian. — galbramc / detail
  525. Added option for both AFT2014 and AFT2017 — sag6096 / detail
  526. fix for test case with importing from command line — waligura / detail
  527. "fixed" — waligura / detail
  528. fixing commit — waligura / detail
  529. fixing commit 2 — waligura / detail
  530. fixing commit 3 — waligura / detail
  531. fix 4 — waligura / detail
  532. Added smoothmax to smoothmath.h — sag6096 / detail
  533. Fix DistanceFunction Grad/Hess. Revive DistanceFunction tests. Add AFT2017. Refactor SA trip source for AFT. — galbramc / detail
  534. Supersonic working DuanS version — waligura / detail
  535. renamed wall model BC — ursachi / detail
  536. added isothermal WM BC — ursachi / detail
  537. made chit0 naming consistent — ursachi / detail
  538. forgot to add file for WM BC — ursachi / detail
  539. fixed variable type — ursachi / detail
  540. changes to the scaling in dataTransform to more accurately scale the simulation inputs. change made on super — waligura / detail
  541. Commit before reinstalling SANS — renat999 / detail
  542. Added in some of the blasius BC as well as AFT2019 — sag6096 / detail
  543. Fix ghost dof for broken CG fields — galbramc / detail
  544. Add actuator disk model. Fix tecplot CG dump for broken CG fields. — galbramc / detail
  545. Fix jacobianSource for AFT — galbramc / detail
  546. Fix compile error — galbramc / detail
  547. Missed instantiation — galbramc / detail
  548. Warning fixes — galbramc / detail
  549. Add avro guard — galbramc / detail
  550. Vera and warning fixes — galbramc / detail
  551. Fix compile error. Add linear offset to actuator disk psi_ts curve. — galbramc / detail
  552. Fix typo — galbramc / detail
  553. Fix array out of bound and sort keys for body force and actuator disk history files. — galbramc / detail
  554. Update nodal view for hex — galbramc / detail
  555. Fix actuator disk time integration — galbramc / detail
  556. Add asymmetric Pt to duct solver — galbramc / detail
  557. Fix compile error. Update TecIO build. — galbramc / detail
  558. Enable kt functions for Nozzle BC — galbramc / detail
  559. Fix time advancement for Duct Solver — galbramc / detail
  560. Add RANSSA RotorFlowTan — galbramc / detail
  561. Fixes for setting cn=0 with body forces — galbramc / detail
  562. Fix tests from last commit — galbramc / detail
  563. Added mbottot@mit.edu to DeveloperEmailAddresses — mbottot / detail
  564. Fix for finding numpy, and unit test fix — galbramc / detail
  565. Suppress warning and add missing instantiation — galbramc / detail
  566. Vera fix. More warning suppressions and timeout fixes — galbramc / detail
  567. Updated actuator disk model — galbramc / detail
  568. Forgot a file — galbramc / detail
  569. Getting some references working right so the unit tests run again. Getting ready to finalize the Prt unit test as well — waligura / detail
  570. Actuator disk fix — galbramc / detail
  571. Added tonyryu@mit.edu to DeveloperEmailAddresses — tonyryu / detail
  572. changing tolerances for unit tests for M1 Mac — tonyryu / detail
  573. Add NLF transition case — galbramc / detail
  574. Prt Model with working unnit test on Prt prediction — waligura / detail
  575. Change to IntelLLV as default for Intel compiler. — galbramc / detail
  576. Working Prt NN model with correct unit tests and deriviative implementation — waligura / detail
  577. Add scale factor for CompressiblePower calculation — galbramc / detail
  578. Cleaned up files for develop merge — waligura / detail
  579. Brought back all of the changes that I did not mean to make (I hope) — waligura / detail
  580. Relax tolerances for IntelLLVM — galbramc / detail
  581. Update RANSAFT NLF — galbramc / detail
  582. Additional changes to Prt modeling to fix nondimesional test case and also make adjustments on NeuralNetClosure — waligura / detail
  583. Write out PV for body forces — galbramc / detail
  584. IntelLLVM fix for TetGen — galbramc / detail
  585. Relax tolerances for Intel LLVM — galbramc / detail
  586. Enable dump of bodyforce RANS solutions — galbramc / detail
  587. Fix for last commit — galbramc / detail
  588. Added hnilsen@mit.edu to DeveloperEmailAddresses — hnilsen / detail
  589. Use PI insteady of M_PI for Surreal — galbramc / detail
  590. Update HUMOR interface — galbramc / detail
  591. Fix rotor source szplt output — galbramc / detail
  592. Vera fixes and don't use MPI TECIO — galbramc / detail
  593. Add PSig to body force dump — galbramc / detail
  594. Fix TECIO write of CG fields — galbramc / detail
  595. Fix PSig dump — galbramc / detail
  596. Fixed proper flow conditions for NLF-0416 — sag6096 / detail
  597. Guard against looking for rt library on MSYS — galbramc / detail
  598. Allow using PSig in Pprop calculation — galbramc / detail
  599. Fix last commit — galbramc / detail
  600. Default PV/PSig scale to 1 — galbramc / detail
  601. Updates to AFT PDE — galbramc / detail
  602. More cleanup of AFT PDE — galbramc / detail
  603. Try smoother distnace function gradient — galbramc / detail
  604. Fix last commit — galbramc / detail
  605. Refactor CG tecplot file writes, again... — galbramc / detail
  606. commit before update — waligura / detail
  607. Add derivatives for smoothmaxC2 and min — galbramc / detail
  608. Another try to push NN Prt changes to see the issues with the compiliers — waligura / detail
  609. Vera issues fixed — waligura / detail
  610. Add smoothabs0_tanh. Remove many defaults and clarify units for smoothmath — galbramc / detail
  611. Add smoothabs0_tanh_eps — galbramc / detail
  612. Fix array out-of-bounds in unit test — galbramc / detail
  613. Vera fixes (for real) — waligura / detail
  614. Fall back on LogEuclidian average when affine average fails — galbramc / detail
  615. Fix smooth math update — galbramc / detail
  616. Fixes to formatting and cmakeList. Still seeing a weird issue with boundary conditions not being recognized even though changes were not around there — waligura / detail
  617. Add L2 projection of drV/dn for AFT model. — galbramc / detail
  618. Add one more check for AFT — galbramc / detail
  619. Add missing instantiation — galbramc / detail
  620. Tell cppcheck to use boost.cfg — galbramc / detail
  621. Update AFT BC test — galbramc / detail
  622. Fixes to matmul, reformatting on readNN, and a mistaken change to a BC file — waligura / detail
  623. Fix to the lone vera and added some other matmul options — waligura / detail
  624. All working make check now, with some unit test issues — waligura / detail
  625. Fix tecplot dump of interior trace CG fields. Add all bodies to debug_blade for body forces — galbramc / detail
  626. Added 2D nozzle toy code — tonyryu / detail
  627. PDERANS updates — waligura / detail
  628. important PDE changes to investigate with diff — waligura / detail
  629. pushes to take away Prt from wall modeling input — waligura / detail
  630. small navier stokes fixes — waligura / detail
  631. changes to thermal conductivity to be more consistent with SA-neg — waligura / detail
  632. Add stator pressure rise for an actuator disk stage — galbramc / detail
  633. Fix stator actuator disk — galbramc / detail
  634. adding 1D channel flow for wall-model RANS analysis — allmaras / detail
  635. Update HUMOR interface with separate input/output file names — mbottot / detail
  636. Fix trailing whitespace in HUMOR interface update — mbottot / detail
  637. changes to PDERANS unit tests — waligura / detail
  638. Fixing the warnings for the final time — waligura / detail
  639. Upgrade to TecIO 2023r1m1 — galbramc / detail
  640. Relax tolerance — galbramc / detail
  641. Add latest boost versions — galbramc / detail
  642. Fixed Local Solves for VMSDBR2 — renat999 / detail
  643. Small pointwise fix — galbramc / detail
  644. adding nondimensional nozzle toy case — tonyryu / detail
  645. Fix parallel ugrid write — galbramc / detail
  646. Format5ing fix — galbramc / detail
  647. Actualy set iterative refinement for MKL_PARDISO — galbramc / detail
  648. Cleaning up some of the excess on files and adding a unit test for the NN calc — waligura / detail
  649. Getting rid of bogus include — waligura / detail
  650. Trying another small commit because I am not sure the last one was my fault — waligura / detail
  651. Fix sign on JetDissipation — galbramc / detail
  652. Add VectorVectorVectorVector example — galbramc / detail
  653. Add Ptdw output for body force — galbramc / detail
  654. extended exact WM solution to chi in [0, 1) — allmaras / detail
  655. Commit before updating — renat999 / detail
  656. Fixed issues in make check — renat999 / detail
  657. Fixed Jenkins errors (v1) — renat999 / detail
  658. Quick fix to previous commit — renat999 / detail
  659. Fixed Jenkins errors (v2) — renat999 / detail
  660. Fixed Jenkins errors (v3) — renat999 / detail
  661. Fixed Jenkins errors (v4) — renat999 / detail
  662. Fixed Jenkins errors (v5) — renat999 / detail
  663. Fixed Jenkins errors (v6) — renat999 / detail
  664. Fixed Jenkins errors (v7) — renat999 / detail
  665. Fixed Jenkins errors (v8) — renat999 / detail
  666. Fixed Jenkins errors (v9) — renat999 / detail
  667. Started working on PDE base classes and consistent error estimate — renat999 / detail
  668. Fix some tar scripts — galbramc / detail
  669. Add tar script for petsc — galbramc / detail
  670. Look for generic petcs.tgz to build PETSc — galbramc / detail
  671. added constrained solver for centerline velocity and equilibrium wall model — allmaras / detail
  672. code clean-up; no change in functionality — allmaras / detail
  673. added access functions needed for globally constrained solver — allmaras / detail
  674. added valid-state check for global parameters; new function is virtual but — allmaras / detail
  675. instantiations needed for globally constrained system for N=2 PDE and 2 global — allmaras / detail
  676. new volume integrand for augmenting PDE residuals via global parameters terms — allmaras / detail
  677. line-length squawks & missing instantitations for 1D globally constrained channel flow — allmaras / detail
  678. fixed possible uninitialized variable — allmaras / detail
  679. Fix UnionJack so it works with avro — galbramc / detail
  680. Unstaged src/pde/sansPDEBase2D.h — renat999 / detail
  681. Added unit test for src/pde/sansPDEBase.h — renat999 / detail
  682. Update avro_tar script to get submodules — galbramc / detail
  683. Fixed compiler error — renat999 / detail
  684. Update tar for avro to include submodules — galbramc / detail
  685. Remove debug print statements — galbramc / detail
  686. Add Nozzle BC to body force — galbramc / detail
  687. better initial guess for pressure gradient and solution profile — allmaras / detail
  688. fixed uninitialized variable squawk (athough it'll never happen) — allmaras / detail
  689. Update Copyright dates to 2013-2024 — galbramc / detail
  690. Somehow missed on file — galbramc / detail
  691. Use new accelerate lapack on macOS — galbramc / detail
  692. Script updates for viggen — galbramc / detail
  693. One more copyright date fix — galbramc / detail
  694. Add linear nozzle coefficient ramp — galbramc / detail
  695. Add more suitesparse search paths. Add Nozzle outflow BC unit test. — galbramc / detail
  696. Check for unsteady with BDF and RK. — galbramc / detail
  697. Restore time step in BDF — galbramc / detail
  698. Cleanup AFT — galbramc / detail
  699. Fix array out of bounds — galbramc / detail
  700. Remove unused variable — galbramc / detail
  701. Fix finding suitesparse includes — galbramc / detail
  702. Fix compile error — galbramc / detail
  703. committing some changes as of Feb.8 — tonyryu / detail
  704. Add missing mpi communictor includes — galbramc / detail
  705. Add ParameterVectorS for static sized python arrays — galbramc / detail
  706. Missed a file — galbramc / detail
  707. Suppress warning — galbramc / detail
  708. Suppress duplicate library link warning on macOS — galbramc / detail
  709. Fix for python2 — galbramc / detail
  710. first round of adjoint fixes — tonyryu / detail
  711. Add radial variation in fsig for FlowTan body force — galbramc / detail
  712. Allow solving for Nozzle Coefficient — galbramc / detail
  713. Fix typo — galbramc / detail
  714. Fix body force optimization — galbramc / detail
  715. Add unsteady body force pertubation — galbramc / detail
  716. Forgot checkInputs — galbramc / detail
  717. Fix compile error — galbramc / detail
  718. One more compile error — galbramc / detail
  719. One more fix — galbramc / detail
  720. Add temporal ramp for rotor pertubation — galbramc / detail
  721. Fix compile error — galbramc / detail
  722. Allow turning off body force pertubation time ramp — galbramc / detail
  723. One more fix — galbramc / detail
  724. One more fix — galbramc / detail
  725. More body force fixes — galbramc / detail
  726. Update unit test — galbramc / detail
  727. Adjoints refactoring to standardize naming conventions for enriched adjoint, adjoint, and delta adjoint. — tonyryu / detail
  728. tried to fix line length exceeding 150 characters. — tonyryu / detail
  729. additional lines exceeding 150 characters. — tonyryu / detail
  730. removed explicit #define SANS_AVRO which was including XField_avro.h — tonyryu / detail
  731. wrapped params.Mesher.avro in if USE_AVRO SANS_AVRO and addressed line length error — tonyryu / detail
  732. fixed accidental unterminated #if statement — tonyryu / detail
  733. adding back the tmp files that were accidentally deleted as well as the .gitignore files in them — tonyryu / detail
  734. fixed copyright dates for SolverInterface_discretizations — tonyryu / detail
  735. Fixed warning for unused variables in Nozzle_nondim and Nozzle.cpp — tonyryu / detail

#1606 (Mar 5, 2024, 10:25:07 PM)

  1. vera squawks — allmaras / detail
  2. Axes templating for AFLR2 — allmaras / detail
  3. more Axes related bugs and squawks — allmaras / detail
  4. more Axes fixes — allmaras / detail
  5. eliminated unused variables — allmaras / detail
  6. Set no fairing for duct wall surface grid — shunz / detail
  7. tried a case of uncoupled IBL on arc surface — shunz / detail
  8. Axes templates for avro — allmaras / detail
  9. more Axes in avro fixes — allmaras / detail
  10. avro instantiations require Cartesian parameter — allmaras / detail
  11. more avro Axes fixes — allmaras / detail
  12. fixed outdated stuff due to updates of Axisymmetric API and Field directory reorg — shunz / detail
  13. fixed too-narrow assertion. updated use of interior trace group indexing — shunz / detail
  14. avro Axes fixes — allmaras / detail
  15. more fixes — allmaras / detail
  16. 4D avro instantiation — allmaras / detail
  17. removed some redundant unit test code (was producing a compiler warning) — allmaras / detail
  18. file IO updates in test case — shunz / detail
  19. 2D wall model implementation and testing — ursachi / detail
  20. Played with a case with step/sigmoid function of inlet BC to show qe-based alpha is not too dissipative — shunz / detail
  21. played with 2D IBL cases to compare heuristic and corrected LF fluxes in PhD thesis — shunz / detail
  22. Fix redundant pi/180 multiplication for asymmetric rotor source — galbramc / detail
  23. Add missing pi/180 for asymmertic Rotor Source parameter bounds — galbramc / detail
  24. Try moving the pi/180 scaling again — galbramc / detail
  25. Forgot a file — galbramc / detail
  26. Fixed DOF calculation — cwomack / detail
  27. Fixed XField error, changed Axisym DBL to run automatically — cwomack / detail
  28. Fix halving linesearch dumpField — galbramc / detail
  29. Update unit test — galbramc / detail
  30. More unit test updates — galbramc / detail
  31. Don't try to compare tecplot files. — galbramc / detail
  32. Suppress cmake dev warning — galbramc / detail
  33. Still need to remove the files — galbramc / detail
  34. Try and try again — galbramc / detail
  35. Relax timing — galbramc / detail
  36. Use min for SA-R for now. — galbramc / detail
  37. Minor PTC update — galbramc / detail
  38. added WM joukowski test case — ursachi / detail
  39. Updates to SA-R — galbramc / detail
  40. bsans old commits — waligura / detail
  41. Use smooth math for SA-R — galbramc / detail
  42. Added p adjoint to DGBR2 interface — cwomack / detail
  43. Axes templating; defaults to Axes=Cartesian wherever needed — allmaras / detail
  44. added Axes template to XField2D_Box_Quad_X1; default to Cartesian — allmaras / detail
  45. Fixed vera error and FINALLY tracked down meshing issue — cwomack / detail
  46. Fixed vera errors — cwomack / detail
  47. addes Axes templates; default to Cartesian — allmaras / detail
  48. modified globally constrained infrastructure to allow for more general constraints (e.g. boundary constraint) — allmaras / detail
  49. added axisymmetric centerline BC for Euler/NS — allmaras / detail
  50. added pressure evaluation function to Q-interpreters — allmaras / detail
  51. added Brenner to axisymmetric; no unit tests yet — allmaras / detail
  52. output functionals for axisymmetric — allmaras / detail
  53. source and source Jacobian terms for axisymmetric Euler/NS — allmaras / detail
  54. code clean up for solid-body rotation solution — allmaras / detail
  55. changed template parameter from PDE to OutputFunctional to better reflect — allmaras / detail
  56. temporary fix for setting Axes within NDConvert functions; requires Axisymmetric — allmaras / detail
  57. attempt at adding boundary-trace pressure constraint (hard part is Lagrange multiplier term) — allmaras / detail
  58. updated test case to new interface for globally constrained; primary mods are — allmaras / detail
  59. corrected template parameters and BCBase types in Lagrange multiplier — allmaras / detail
  60. corrected ND issues and BC mapping issues for Lagrange multiplier term (still doesn't — allmaras / detail
  61. more mods/corrections for boundary-trace pressure constraint — allmaras / detail
  62. Fix bounding box check for body force camber surfaces — galbramc / detail
  63. Even more robust body force camber surface bounding box calculation — galbramc / detail
  64. added SurrealS operator= option to PyDict — allmaras / detail
  65. undo previous PyDict changes since python itself cannot support Surreals — allmaras / detail
  66. Added system tests for solver interfaces — cwomack / detail
  67. Fixed errors — cwomack / detail
  68. Fixed errors (should've been in last commit) — cwomack / detail
  69. More SA-R updates — galbramc / detail
  70. Fixed link errors — cwomack / detail
  71. Reverted CMakeLists changes — cwomack / detail
  72. Upgrade to latest refine — galbramc / detail
  73. Fix compile error — galbramc / detail
  74. One more refine fix — galbramc / detail
  75. vera fix — galbramc / detail
  76. Update CMake for ParMETIS/METIS on github. Updated to newer Find Python3. — galbramc / detail
  77. Don't write restart.meshb from refine — galbramc / detail
  78. Remove restart.meshb from refine — galbramc / detail
  79. Rework metis/parmetis build again — galbramc / detail
  80. Don't build extern libs in parallel — galbramc / detail
  81. Fix intel warning — galbramc / detail
  82. Update GKlib build and suitesparse check — galbramc / detail
  83. Forgot a file — galbramc / detail
  84. PDERANSSA3D and unit test changes for Catris model implementation from Andrew — waligura / detail
  85. changes to PDERANS3D with turbulence model implementation updates — waligura / detail
  86. actual commit for PDERANS3D that incorporates all merges — waligura / detail
  87. Another parmetis build fix — galbramc / detail
  88. Update cmake summary file — galbramc / detail
  89. Finally maybe — galbramc / detail
  90. vera changes to the PDE and constructor changes to test cases — waligura / detail
  91. Print absolute and relative PETSc tolerance — galbramc / detail
  92. Add fPIC when building GKlib — galbramc / detail
  93. More cmake fixes — galbramc / detail
  94. Remove message — galbramc / detail
  95. Maybe finally got it right... — galbramc / detail
  96. changed backsolve to not modify RHS (b) — ursachi / detail
  97. small commit to test jenkins again — waligura / detail
  98. Slightly prettier formatting for PETSc history — galbramc / detail
  99. Add metis to refine libraries — galbramc / detail
  100. Navier Stokes test case I'm having trouble with — waligura / detail
  101. made WM a turbulence model option (instead of adding an input to the — ursachi / detail
  102. Added adjoint DBL to scalar function — cwomack / detail
  103. Fixed unit test tolerance issue — cwomack / detail
  104. Lowered DBL unit test tolerance — cwomack / detail
  105. Changed BOOST_CHECK to SANS_CHECK — cwomack / detail
  106. supersonic case update — waligura / detail
  107. Added renat999@mit.edu to DeveloperEmailAddresses — renat999 / detail
  108. Axes template for DG interior and boundary traces — allmaras / detail
  109. Axes template for XField_CellToTrace — allmaras / detail
  110. Add fourier modes for asymmetric rotor body forces — galbramc / detail
  111. Forgot a file — galbramc / detail
  112. Update test — galbramc / detail
  113. sansBOOM mods for AV jump sensor — darmofal / detail
  114. Fixes for Ubuntu 22.04. Compiler flags for IntelLLVM and relaxed tolerances. — galbramc / detail
  115. Fix permissions — galbramc / detail
  116. Intel and gnu12 fixes — galbramc / detail
  117. Add missing instantiations — galbramc / detail
  118. More link error fixes — galbramc / detail
  119. One more missing instantiation — galbramc / detail
  120. Relax tolerance for intel — galbramc / detail
  121. Put calculateStroudQuadrature in SANS namespace — galbramc / detail
  122. Refactor non-symmetric body forces — galbramc / detail
  123. Compile fix — galbramc / detail
  124. Vera fix — galbramc / detail
  125. Fix warning and ping test — galbramc / detail
  126. Adjusting finite difference — galbramc / detail
  127. Smaller step size — galbramc / detail
  128. new changes to PDERANS3D to include jacobian fixes — waligura / detail
  129. small vera mistake I missed — waligura / detail
  130. Upgrade to ESP 1.20 — galbramc / detail
  131. Fix warning — galbramc / detail
  132. sansLIPAIM python fixes — galbramc / detail
  133. Fixed the unit test for zero species — renat999 / detail
  134. Fix geometry construction — galbramc / detail
  135. More ESP updates — galbramc / detail
  136. Spatial implementation of sansBOOM created as sansBOOM2D — darmofal / detail
  137. More egads fixes — galbramc / detail
  138. Add WallSlip BC for 3D RANSSA — galbramc / detail
  139. Fix last commit — galbramc / detail
  140. Fix array bounds error — galbramc / detail
  141. Added test cases for Nspecies=1. Still a bug. — renat999 / detail
  142. Added test cases for Nspecies=1. Still a bug. — renat999 / detail
  143. Add PtPolynomials to 3D PtTt BC — galbramc / detail
  144. Fix compile error — galbramc / detail
  145. Update input checks for total pressure profile — galbramc / detail
  146. added tests for remainder of block 2x2 jacobians: d(PDE)/d(qp), d(PDEp)/d(q), d(PDEp)/d(qp) — allmaras / detail
  147. templated Axes for UnitGrids XField2D_Box_UnionJack_Triangle_X1, XField2D_CubicSourceBump_Xq, — allmaras / detail
  148. Fix rotor source asymmetric normal vectors — galbramc / detail
  149. Fix last commit — galbramc / detail
  150. Fixed sansBOOM SpaceTime1D with multiple species. — renat999 / detail
  151. Add legacy VTK and Exodus metric files — galbramc / detail
  152. VTK fixes — galbramc / detail
  153. Fixed Body Force solver sensitvity — galbramc / detail
  154. Warning fixes — galbramc / detail
  155. fixed vera errors: long line — shunz / detail
  156. fixed vera errors: long line — shunz / detail
  157. updated include paths — shunz / detail
  158. updated include paths — shunz / detail
  159. removed outdated sandbox case — shunz / detail
  160. updated usage of 3D quad sheet grid's interior trace group count — shunz / detail
  161. updated pyrite files. relaxed pyrite tolerance. fixed IO file/path names — shunz / detail
  162. turned off file output — shunz / detail
  163. PDEsansBOOM2D.h updates — darmofal / detail
  164. relaxed tolerance for intel — shunz / detail
  165. relaxed tolerance again for intel — shunz / detail
  166. Remove depricated sprintf — galbramc / detail
  167. Add cirumfirential body force — galbramc / detail
  168. Use system valgrind — galbramc / detail
  169. Fix warning — galbramc / detail
  170. Derivative calculation fixes for asymmetric body forces — galbramc / detail
  171. Suppress sanitizer odr violations. Add the ability for ugrid reader to — galbramc / detail
  172. CMake file fix — galbramc / detail
  173. Forgot to update files. Some cppcheck fixes. — galbramc / detail
  174. added wall model for 3D — ursachi / detail
  175. added missing template arguments — ursachi / detail
  176. Update 2D SA_R to latest deffinition on TMR — galbramc / detail
  177. Fix abs with fabs — galbramc / detail
  178. added a missing const — ursachi / detail
  179. raised tolerance slightly for test — ursachi / detail
  180. More robust normal field for rotor source — galbramc / detail
  181. Update MultiScale for latest refine. Replace vsprintf with vsnprintf. — galbramc / detail
  182. Working sansBOOM2D with unit tests for the PDE — renat999 / detail
  183. Update rotor source ping test — galbramc / detail
  184. Refactor and simplified NormalField to use axial and raidal instead of cartesian coordinates — galbramc / detail
  185. Minor fixes — galbramc / detail
  186. Write out unconverged_surf.dat for BodyFroce RANS calculations. — galbramc / detail
  187. Add manual body force magnitude specification — galbramc / detail
  188. Change deltaRef to forceMag in normal field dump — galbramc / detail
  189. Forgot to update some python inputs — galbramc / detail
  190. DGBR2/DGBR4 low-level modification integrated. — cfrontin / detail
  191. templateized DiscretizationDGBR2 implemented, working on one test case. — cfrontin / detail
  192. test/sandbox cases updated with templateized DGBR — cfrontin / detail
  193. unit test brute force replacement — cfrontin / detail
  194. unit test fixes ; make unit working — cfrontin / detail
  195. initialized variables to zero to fix compiler warnings — ursachi / detail
  196. Add new asymmetric forces to optimizer. Fix RotorForce tecplot dump. — galbramc / detail
  197. system test update dgbr2 templatizaiton — cfrontin / detail
  198. fixed weird type mismatch in adapt3d_DGBR2_ranssa_HCH_toy.cpp — cfrontin / detail
  199. test case changes to update — waligura / detail
  200. sandbox case add 2 — waligura / detail
  201. changes before Ben switch — waligura / detail
  202. think it should pass now. — cfrontin / detail
  203. Try to capture discontinuities for Rotor source teclot output — galbramc / detail
  204. Fix typo — galbramc / detail
  205. Added Area + Atmos. variations to sansBOOM2D — renat999 / detail
  206. Fixes to previous commit — renat999 / detail
  207. sansBOOM2D directories — renat999 / detail
  208. cleaned up files — ursachi / detail
  209. added wall function BC for 3D — ursachi / detail
  210. Blasius + polar coordinate test problems and functions — cwomack / detail
  211. added instantitations containing Axes template for XField2D_Box_UnionJack_Triangle_X1 — allmaras / detail
  212. explicitly added Axes to all apply<> and check<> calls; this is needed because — allmaras / detail
  213. added Axes template parameters — allmaras / detail
  214. Axisymmetric instantiations — allmaras / detail
  215. mods needed for extending global constraints to boundary terms and systems — allmaras / detail
  216. mods to artificial viscosity sensor PDE needed for Axisymmetric — allmaras / detail
  217. added dump of solution (x from Ax = b) for UMFPACK — allmaras / detail
  218. modified halving linesearch diagnostics to dump out full solution change — allmaras / detail
  219. added constant CFL number option to PTC — allmaras / detail
  220. added function to return vector of base altitudes for all layers in atmosphere — allmaras / detail
  221. proper spelling for Blohkinzev (previously had the h & k swapped) — allmaras / detail
  222. turned off some print statements — allmaras / detail
  223. added Reflect BC; bug fixes and code clean-up — allmaras / detail
  224. continued development of axisymmetric test cases; addition of Brenner and SBR perturbation PDEs; — allmaras / detail
  225. code clean-up — allmaras / detail
  226. added sans-differential integration (e.g. without r for axisymmetric); needed — allmaras / detail
  227. fixed merge conflicts — allmaras / detail
  228. fixed vera line length squawks — allmaras / detail
  229. relaxed tolerances on tests — allmaras / detail
  230. missed an apply<> template — allmaras / detail
  231. added a template parameter to AlgebraicEquationSet_GloballyConstrained_PTC — allmaras / detail
  232. vera squawk — allmaras / detail
  233. int -> size_t in for loops — allmaras / detail
  234. removed axisymmetric SBR and TP1 test cases for now — allmaras / detail
  235. removed unused variable from test — allmaras / detail
  236. over-wrote a dump pattern file — allmaras / detail
  237. unused typedef removed — allmaras / detail
  238. missing dump pattern file — allmaras / detail
  239. relaxed test tolerance (for intel...) — allmaras / detail
  240. added jacobianFluxViscous to axisymmetric NS; unit tested — allmaras / detail
  241. updated augmented interface to use Dirichlet/Neumann form — allmaras / detail
  242. added option to evaluate Glasby tau without source term contribution — allmaras / detail
  243. added an explicit Axes typedef to all PDE and Output classes; NDConvert now — allmaras / detail
  244. axisymmetric NS function diffusionViscousGradient coded and unit tested — allmaras / detail
  245. added/corrected axisymmetric NS jacobianSource term with unit tests — allmaras / detail
  246. Addition of updated mathematica testing notebooks for PDERANS2D tests — waligura / detail
  247. Add camber surface dump — galbramc / detail
  248. Suppress Boost new version warnings in CMake — galbramc / detail
  249. added Axes template to XField1D mesher — allmaras / detail
  250. Axes fixes and instantiations needed for 1D axisymmetric solve — allmaras / detail
  251. added linear temperature option of noslip-isothermal BC; added new solution — allmaras / detail
  252. added solution function for stagnant flow with linear-in-z temperature (and constant pressure); — allmaras / detail
  253. Added folders — renat999 / detail
  254. Added files — renat999 / detail
  255. Add body force normal and pallel forces to deltaRef tecplot dump — galbramc / detail
  256. Fixed sansBOOM to be up to date with the master br — renat999 / detail
  257. Fixed vera errors — cwomack / detail
  258. Fixed errors, added template argument — cwomack / detail
  259. fixed templating error — cwomack / detail
  260. Changed test suite name — cwomack / detail
  261. Removed unused variable — cwomack / detail
  262. Update SuiteSparse build. Relax some testing tolerances. — galbramc / detail
  263. Fixes for exodus file IO — galbramc / detail
  264. Standardized DBL cases, added unit test for annulus — cwomack / detail
  265. Use step matrix FrobNorm minimization for implied metric optimization. — galbramc / detail
  266. updated Tecplot output for VMSDBR2 to be consistent with boundary flux — ursachi / detail
  267. forgot to include updated cmakelist with previous commit — ursachi / detail
  268. forgot to actually commit the Tecplot output file — ursachi / detail
  269. Added axisymmetric DBL — cwomack / detail
  270. changed variable name to nt to be consistent with rest of code — ursachi / detail
  271. Add fluent reader to support Pointwise generated meshes for RotorSource — galbramc / detail
  272. Forgot updated partitioning files — galbramc / detail
  273. One more missing file — galbramc / detail
  274. Added sag6096@psu.edu to DeveloperEmailAddresses — sag6096 / detail
  275. added gradients for specified velocity for no-slip, isothermal BC — allmaras / detail
  276. Forgot one more file — galbramc / detail
  277. Add another file to COTIRE_IGNORE — galbramc / detail
  278. Fix group numbering on older gcc versions for Fluent reader — galbramc / detail
  279. added Axes template to meshers, error estimates, local problems, adaptation — allmaras / detail
  280. 1D and 2D axisymmetric instantiations for meshers, error estimates, local problems, adaptation — allmaras / detail
  281. added Axes template to CostModel_LogEuclidean; also modified integration — allmaras / detail
  282. Expose SA Flavours for Rotor Source calculations — galbramc / detail
  283. missed a couple files with added Axes templates — allmaras / detail
  284. Removed annulus unit test while fixing bug — cwomack / detail
  285. Removed unused variables — cwomack / detail
  286. Loosened tolerance on one test — cwomack / detail
  287. Galerkin strong-form BC implementation classes renamed to be consistent with file name — allmaras / detail
  288. Add pressure gradient terms to RotorSource — galbramc / detail
  289. Relax tolerance — galbramc / detail
  290. consistent interface in augmented integrand for both Dirichlet and Neumann constraints — allmaras / detail
  291. added option for SUPG with source term for test-function operator; — allmaras / detail
  292. added option to add both q-gradient and qp-gradient into lifted gradient; — allmaras / detail
  293. added code for integration without the differential multiplier (e.g. r in Axisymmetric); — allmaras / detail
  294. Added sag6096@mit.edu to DeveloperEmailAddresses — sag6096 / detail
  295. fixed merge conflicts — allmaras / detail
  296. vera line-length squawks — allmaras / detail
  297. added missing Axes in refine and related instantiations — allmaras / detail
  298. fixed vera squawk — allmaras / detail
  299. Add RotorSource flow tangency model — galbramc / detail
  300. Fix for intel compiler — galbramc / detail
  301. Remove redundtant email — galbramc / detail
  302. Adjust ping test — galbramc / detail
  303. Add clVariableType. Fix sourceJacobianAbs for RotorFlowTan. — galbramc / detail
  304. added compiler warning suppression for Ping_Euler_RotorSource_btest.cpp — allmaras / detail
  305. added compiler suppression -Wno-maybe-uninitialized to BodyForceSolver_*.cpp — allmaras / detail
  306. fixed nightly warnings: possibly uninitialized variables — allmaras / detail
  307. First incorporation of Standard Atmosphere, and altitude dependent Absorption — renat999 / detail
  308. Saving first draft of polar coordinates, axisym changes — cwomack / detail
  309. raypath code for multi-layer atmospheres; functions of both z and s — allmaras / detail
  310. Mathematica file for unit tests of raypath code for standard atmosphere — allmaras / detail
  311. some compilers need #include <vector> — allmaras / detail
  312. increased tolerances on raypath tests — allmaras / detail
  313. Support 2D CG periodic solutions. Add 2D RotorSource calculations. — galbramc / detail
  314. Fix for 2D CG periodic in parallel — galbramc / detail
  315. Fix ArcCamber angle definition. Allow both positive and negative angles — galbramc / detail
  316. Fix FieldLib library order — galbramc / detail
  317. Standard Atmosphere RayPathS and absorption added — renat999 / detail
  318. Allow constrained body force solves in 2D — galbramc / detail
  319. Fix tankap for 2D. Add rhofn to RotorSource output. Fix link errors. — galbramc / detail
  320. Fix 2D RotorSource tecplot dump — galbramc / detail
  321. Put back rotor source tan(kappa) — galbramc / detail
  322. Fix tecplot dump for 2D body forces to use PASSIVEVARLIST. Get FlowTan body foces working in 2D. — galbramc / detail
  323. Forgot a file — galbramc / detail
  324. Correction to asymmetric Pt inflow BC — galbramc / detail
  325. Fix typo — galbramc / detail
  326. One more bug fix — galbramc / detail
  327. Compile fix — galbramc / detail
  328. Fixed compiler errors — galbramc / detail
  329. A few jenkins fixes — galbramc / detail
  330. Warning and link fixes — galbramc / detail
  331. More link error fixes — galbramc / detail
  332. Fix includes — galbramc / detail
  333. Fix some link errors — galbramc / detail
  334. Not sure what I fixed... — galbramc / detail
  335. Add placeholder HUMOR meshing interface — galbramc / detail
  336. Fixes for last commit — galbramc / detail
  337. More seacas guards — galbramc / detail
  338. One more seacas protection — galbramc / detail
  339. Add one seacas dependency — galbramc / detail
  340. Fixed test cases and unified results — cwomack / detail
  341. Fixed vera errors — cwomack / detail
  342. Added to vera exclusions — cwomack / detail
  343. Add unsteady to BodyForces — galbramc / detail
  344. Sending DG changes to Steve — cwomack / detail
  345. Add missing updated RK examples. Update history output for unsteady BodyForce — galbramc / detail
  346. added Axes templates for missing DG error estimates; added instantiations for axisymmetric DG — allmaras / detail
  347. Invert eigen vector scaling for exodus files — galbramc / detail
  348. Pad zeros in body force file names — galbramc / detail
  349. Fix compile error — galbramc / detail
  350. additional Axes mods and axisymmetric/polar instantations needed for 'make check' — allmaras / detail
  351. Compile fixes and corrections to Exodus file write — galbramc / detail
  352. Forgot a file — galbramc / detail
  353. Fix call to HUMOR — galbramc / detail
  354. Exodus reader fix — galbramc / detail
  355. Missed a file — galbramc / detail
  356. More humor options — galbramc / detail
  357. Fix typo — galbramc / detail
  358. Pushing code, missing defaulted Axes — cwomack / detail
  359. Add KarypisLab tar scripts — galbramc / detail
  360. added Axes templates into VMSD error estimates — allmaras / detail
  361. Update KarypisLab tar scripts — galbramc / detail
  362. 1st draft polar adaptation — cwomack / detail
  363. Fix normal mach output for 2D — galbramc / detail
  364. Runge Kutta updates — galbramc / detail
  365. Minor fixes — galbramc / detail
  366. Switch to BDF — galbramc / detail
  367. Fix missing instantiation — galbramc / detail
  368. Add omega to constrained solver outputs — galbramc / detail
  369. Use CFL based time stepping for BDF — galbramc / detail
  370. Don't return results when constrained solver fails — galbramc / detail
  371. Fix cylindrical pressure probe output — galbramc / detail
  372. Fix typo — galbramc / detail
  373. Add fluent format documentation — galbramc / detail
  374. Fix pressure probe output one more time — galbramc / detail
  375. Changes to polar normal vector — cwomack / detail
  376. Add pressure output for rotor source — galbramc / detail
  377. Test mods — cwomack / detail
  378. first step towards a variable Prt model — waligura / detail
  379. Changes for Steve — cwomack / detail
  380. fixed polar coordinates integration bug; changed all ElementXField definitions for jacobianDeterminant, — allmaras / detail
  381. Blend equations for FlowTan — galbramc / detail
  382. Add more RotorSource 3D dumps. Default double precision for tecplot dumps. — galbramc / detail
  383. Add dp/deta to delta dump — galbramc / detail
  384. Fix compile errors — galbramc / detail
  385. Add cylindrical relative velocity components — galbramc / detail
  386. Fix line search unit tests — galbramc / detail
  387. fixed polar-coordinates differential length and area functions, along with — allmaras / detail
  388. Saving polar changes — cwomack / detail
  389. Add tolerane to valid x-range for 2D rotor outputs — galbramc / detail
  390. Fix vector size for DeltaRef dump — galbramc / detail
  391. polar bug fix: volume() -> volumePhysical() & area() -> areaPhysical() — allmaras / detail
  392. made *sansDifferential and *Mesh integrations consistent (i.e. the same as — allmaras / detail
  393. many changes to variable types to incorporate a variable conductivity with Prt — waligura / detail
  394. incorporated 1/r into theta derivative for polar in evalBasisGradient (which — allmaras / detail
  395. modified polar Hessian to correctly include 1st derivatives and 1/r terms — allmaras / detail
  396. Saving changes — cwomack / detail
  397. Update tecplot dump for flowTan body force. Allow getting EGADS model from pyton for BodyForces/ — galbramc / detail
  398. Fix fn dump in deltaRef — galbramc / detail
  399. solving for s ahead of time — renat999 / detail
  400. Fix compilere warning and guard against divide by zero — galbramc / detail
  401. Change flowTan model at bounds. Fix deltaRef dump. — galbramc / detail
  402. Update unit tests — galbramc / detail
  403. Reverse sign of tan(kappa) for Peters body force term — galbramc / detail
  404. Dump out delta and kappa in deg for body forces — galbramc / detail
  405. Polar modifications — cwomack / detail
  406. added missing template — ursachi / detail
  407. added 2D flatplate test case (includes WM) — ursachi / detail
  408. Expose fsig in RotorFlowTan python arguments. Add env args to valgrind execution. — galbramc / detail
  409. Remove Ntheta scaling from FlowTan force — galbramc / detail
  410. Change scaling on normal force back to 1/r — galbramc / detail
  411. Fix cmake warning — galbramc / detail
  412. Add kShock to body force interface and change flowTan viscous model again — galbramc / detail
  413. Add missing kShock — galbramc / detail
  414. Polar bug fixes — cwomack / detail
  415. Fixed link errors — cwomack / detail
  416. working modification of PDERANS with a new Prt datatype defined with surreals. This build does not have the correct contructor formulation for PDERANSSA though — waligura / detail
  417. Change Rotor Rot/Rel outputs to specify rotor and position — galbramc / detail
  418. Sandbox polar changes — cwomack / detail
  419. sandbox changes — cwomack / detail
  420. Fixed vera errors — cwomack / detail
  421. Added annulus grids — cwomack / detail
  422. Sanbox changes — cwomack / detail
  423. Sandbox changes — cwomack / detail
  424. sandbox — cwomack / detail
  425. Add TECIO support. Fix compiler warnings. Fix projection from Hierachical to Lagrange in 2D. — galbramc / detail
  426. sandbox — cwomack / detail
  427. sandbox — cwomack / detail
  428. sandbox — cwomack / detail
  429. sandbox — cwomack / detail
  430. sandbox — cwomack / detail
  431. sandbox — cwomack / detail
  432. isandbox — cwomack / detail
  433. sandbox — cwomack / detail
  434. dbl — cwomack / detail
  435. dbl — cwomack / detail
  436. sandbox — cwomack / detail
  437. sandbox — cwomack / detail
  438. sandbox — cwomack / detail
  439. sandbox — cwomack / detail
  440. sandbox — cwomack / detail
  441. sandbox — cwomack / detail
  442. sandbox — cwomack / detail
  443. sandbox — cwomack / detail
  444. sandbox — cwomack / detail
  445. sandbox — cwomack / detail
  446. sandbox — cwomack / detail
  447. sandbox — cwomack / detail
  448. sandbox — cwomack / detail
  449. Fix warning and tecplot file write — galbramc / detail
  450. sandbox — cwomack / detail
  451. sandbxo — cwomack / detail
  452. sandbxo — cwomack / detail
  453. Allows solving for Back Pressure with Body Forces. TECIO fixes. — galbramc / detail
  454. Output solved back pressure for body force constrained solver. Fix compile error. — galbramc / detail
  455. Add missing instantiation — galbramc / detail
  456. sandbox changes — cwomack / detail
  457. sandbox and tecplot changes — cwomack / detail
  458. fixed bugs — cwomack / detail
  459. adjusted tolerancw — cwomack / detail
  460. PDEsansBOOM2D all effects included. Still some details in Unit tests — renat999 / detail
  461. Implemented the QType for the AFT 2014 Transition model — sag6096 / detail
  462. sandbox — cwomack / detail
  463. stashing changes now as a backup since the NN functionality is almost online — waligura / detail
  464. Fix parallel Metric file write. Don't revert to a lienar mesh if local patch construction fails. — galbramc / detail
  465. Working Prt NN Modification with no derivatives — waligura / detail
  466. sandbox changes — cwomack / detail
  467. sandbox — cwomack / detail
  468. merging branches — cwomack / detail
  469. Added polar instantiations — cwomack / detail
  470. Added WM BC for AV — ursachi / detail
  471. Added lrochery@mit.edu to DeveloperEmailAddresses — lrochery / detail
  472. Added the AFT transition model and subsequent — sag6096 / detail
  473. Reverted tecplot changes — cwomack / detail
  474. Even more generalized asymmetric fourier functions. Fix NormalVelocity flux. Add parallel force to BodyForce tecplot dump. — galbramc / detail
  475. Fix compile error — galbramc / detail
  476. Fixes for optimizing body force asym normals — galbramc / detail
  477. Fixed lingering warnings and hard-coded H12 term. — sag6096 / detail
  478. Smoother AFT model — galbramc / detail
  479. Add wall search stress output for RANS AFT flatplate — galbramc / detail
  480. Fix asym gradient calculation — galbramc / detail
  481. Fixed vera errors — cwomack / detail
  482. Added avro to FP cases — sag6096 / detail
  483. Fixed vera error — cwomack / detail
  484. Fix template errors — galbramc / detail
  485. Vera changes, new advective flux BC — cwomack / detail
  486. Fixed all lingering warnings — sag6096 / detail
  487. *ACTUALLY* got rid of all lingering warnings. — sag6096 / detail
  488. NormalField unit test fix and fix RotorSource interior force dump. — galbramc / detail
  489. One more compile fix — galbramc / detail
  490. Allow removing body force radial normal component — galbramc / detail
  491. Fixes — cwomack / detail
  492. added explicit instantiations of output_Tecplot for grid only for both — allmaras / detail
  493. Change to area averaged NormalVelocity for RotorSource — galbramc / detail
  494. try 2: explicit instantitations for grid-only output_Tecplot — allmaras / detail
  495. Fixed jenkins issues — cwomack / detail
  496. Missed a file — galbramc / detail
  497. Added albornoz@mit.edu to DeveloperEmailAddresses — albornoz / detail
  498. Fix for Unit output — galbramc / detail
  499. More fixes for unit calculation — galbramc / detail
  500. Added ejwllms@mit.edu to DeveloperEmailAddresses — ejwllms / detail
  501. Fixed unit test errors — cwomack / detail
  502. Fix compile error — galbramc / detail
  503. Changed warning — cwomack / detail
  504. Changed warnings — cwomack / detail
  505. All effects (except wind) implementation for sansBOOM2D with unit tests — renat999 / detail
  506. Removed CMakeCache.txt and correct indentation in Absorption.h — renat999 / detail
  507. Removed sansBOOM from directory list in src/pde/CMakeLists.txt — renat999 / detail
  508. Removed test/unit/pde/sansBOOM — renat999 / detail
  509. All the missing unit test for sansBOOM2D directory — renat999 / detail
  510. Removed test/unit/pde/sansBOOM for the directory list in CMakeLists.txt — renat999 / detail
  511. Untracked last files realted to sansBOOM — renat999 / detail
  512. Added asmedina@mit.edu to DeveloperEmailAddresses — asmedina / detail
  513. Added dgoba@mit.edu to DeveloperEmailAddresses — dgoba / detail
  514. Added new Ptrip term to source(iSA) for AFT model — sag6096 / detail
  515. Fixed missing bracket — sag6096 / detail
  516. Fixed issue with power function — sag6096 / detail
  517. added check on clang compiler for #pragma's on boost special functions include — allmaras / detail
  518. changed #ifdef from __clang_analyzer__ to __clang__ for warning suppression on boost Bessel function — allmaras / detail
  519. Update tar scripts for parmetis — galbramc / detail
  520. Adding support for an advection-diffusion-reaction (ADR) solver — darmofal / detail
  521. Fix email — albornoz / detail
  522. Added sansBOOM directories again. The toy code for sansBOOM2D with VMSDBR2 is also present — renat999 / detail
  523. Fixing merge conflicts — renat999 / detail
  524. Added CMakeLists.txt in sansBOOM directories — renat999 / detail
  525. New working Prt model with derivatives implemented: still need to implement throughout PDERANSSA — waligura / detail
  526. Working version of Prt modeling with Duan implemented Neural Network (small). Still does not run because of solver issues though — waligura / detail
  527. removed all instantiations for 1D Polar; these were all previously commented out — allmaras / detail
  528. eliminated depricated #else branch for FIX_POLAR_BUG and FIXED_POLAR_GRADIENT; — allmaras / detail
  529. fixed nightly build squawks — allmaras / detail
  530. Make sure ccache script has execute permissions — galbramc / detail
  531. Changes to test case for supersonic run — waligura / detail
  532. Brenner fixes — waligura / detail
  533. Commiting to pull in the cluster. src/pde/OutputCell_SolutionErrorL2.h hacked to make 0 the srnos — renat999 / detail
  534. fixed nightly build squawks — allmaras / detail
  535. oops, bug fix for latest edit — allmaras / detail
  536. Toy codes to test DGBR2 and VMSDBR2 with analytical traveling wave — renat999 / detail
  537. Working Prt NN model implementation with 11 input variables and R^2 around 60%. The jacobian and gradient of the model are implemented as well, but nothing has been tested yet — waligura / detail
  538. other things needed to run — waligura / detail
  539. Compiled DistanceFunctionGradient, and add DistanceFunctionHessian. — galbramc / detail
  540. Added option for both AFT2014 and AFT2017 — sag6096 / detail
  541. fix for test case with importing from command line — waligura / detail
  542. "fixed" — waligura / detail
  543. fixing commit — waligura / detail
  544. fixing commit 2 — waligura / detail
  545. fixing commit 3 — waligura / detail
  546. fix 4 — waligura / detail
  547. Added smoothmax to smoothmath.h — sag6096 / detail
  548. Fix DistanceFunction Grad/Hess. Revive DistanceFunction tests. Add AFT2017. Refactor SA trip source for AFT. — galbramc / detail
  549. Supersonic working DuanS version — waligura / detail
  550. renamed wall model BC — ursachi / detail
  551. added isothermal WM BC — ursachi / detail
  552. made chit0 naming consistent — ursachi / detail
  553. forgot to add file for WM BC — ursachi / detail
  554. fixed variable type — ursachi / detail
  555. changes to the scaling in dataTransform to more accurately scale the simulation inputs. change made on super — waligura / detail
  556. Commit before reinstalling SANS — renat999 / detail
  557. Added in some of the blasius BC as well as AFT2019 — sag6096 / detail
  558. Fix ghost dof for broken CG fields — galbramc / detail
  559. Add actuator disk model. Fix tecplot CG dump for broken CG fields. — galbramc / detail
  560. Fix jacobianSource for AFT — galbramc / detail
  561. Fix compile error — galbramc / detail
  562. Missed instantiation — galbramc / detail
  563. Warning fixes — galbramc / detail
  564. Add avro guard — galbramc / detail
  565. Vera and warning fixes — galbramc / detail
  566. Fix compile error. Add linear offset to actuator disk psi_ts curve. — galbramc / detail
  567. Fix typo — galbramc / detail
  568. Fix array out of bound and sort keys for body force and actuator disk history files. — galbramc / detail
  569. Update nodal view for hex — galbramc / detail
  570. Fix actuator disk time integration — galbramc / detail
  571. Add asymmetric Pt to duct solver — galbramc / detail
  572. Fix compile error. Update TecIO build. — galbramc / detail
  573. Enable kt functions for Nozzle BC — galbramc / detail
  574. Fix time advancement for Duct Solver — galbramc / detail
  575. Add RANSSA RotorFlowTan — galbramc / detail
  576. Fixes for setting cn=0 with body forces — galbramc / detail
  577. Fix tests from last commit — galbramc / detail
  578. Added mbottot@mit.edu to DeveloperEmailAddresses — mbottot / detail
  579. Fix for finding numpy, and unit test fix — galbramc / detail
  580. Suppress warning and add missing instantiation — galbramc / detail
  581. Vera fix. More warning suppressions and timeout fixes — galbramc / detail
  582. Updated actuator disk model — galbramc / detail
  583. Forgot a file — galbramc / detail
  584. Getting some references working right so the unit tests run again. Getting ready to finalize the Prt unit test as well — waligura / detail
  585. Actuator disk fix — galbramc / detail
  586. Add NLF transition case — galbramc / detail
  587. Prt Model with working unnit test on Prt prediction — waligura / detail
  588. Change to IntelLLV as default for Intel compiler. — galbramc / detail
  589. Working Prt NN model with correct unit tests and deriviative implementation — waligura / detail
  590. Add scale factor for CompressiblePower calculation — galbramc / detail
  591. Cleaned up files for develop merge — waligura / detail
  592. Brought back all of the changes that I did not mean to make (I hope) — waligura / detail
  593. Relax tolerances for IntelLLVM — galbramc / detail
  594. Update RANSAFT NLF — galbramc / detail
  595. Additional changes to Prt modeling to fix nondimesional test case and also make adjustments on NeuralNetClosure — waligura / detail
  596. Write out PV for body forces — galbramc / detail
  597. IntelLLVM fix for TetGen — galbramc / detail
  598. Relax tolerances for Intel LLVM — galbramc / detail
  599. Enable dump of bodyforce RANS solutions — galbramc / detail
  600. Fix for last commit — galbramc / detail
  601. Added hnilsen@mit.edu to DeveloperEmailAddresses — hnilsen / detail
  602. Use PI insteady of M_PI for Surreal — galbramc / detail
  603. Update HUMOR interface — galbramc / detail
  604. Fix rotor source szplt output — galbramc / detail
  605. Vera fixes and don't use MPI TECIO — galbramc / detail
  606. Add PSig to body force dump — galbramc / detail
  607. Fix TECIO write of CG fields — galbramc / detail
  608. Fix PSig dump — galbramc / detail
  609. Fixed proper flow conditions for NLF-0416 — sag6096 / detail
  610. Guard against looking for rt library on MSYS — galbramc / detail
  611. Allow using PSig in Pprop calculation — galbramc / detail
  612. Fix last commit — galbramc / detail
  613. Default PV/PSig scale to 1 — galbramc / detail
  614. Updates to AFT PDE — galbramc / detail
  615. More cleanup of AFT PDE — galbramc / detail
  616. Try smoother distnace function gradient — galbramc / detail
  617. Fix last commit — galbramc / detail
  618. Refactor CG tecplot file writes, again... — galbramc / detail
  619. commit before update — waligura / detail
  620. Add derivatives for smoothmaxC2 and min — galbramc / detail
  621. Another try to push NN Prt changes to see the issues with the compiliers — waligura / detail
  622. Vera issues fixed — waligura / detail
  623. Add smoothabs0_tanh. Remove many defaults and clarify units for smoothmath — galbramc / detail
  624. Add smoothabs0_tanh_eps — galbramc / detail
  625. Fix array out-of-bounds in unit test — galbramc / detail
  626. Vera fixes (for real) — waligura / detail
  627. Fall back on LogEuclidian average when affine average fails — galbramc / detail
  628. Fix smooth math update — galbramc / detail
  629. Fixes to formatting and cmakeList. Still seeing a weird issue with boundary conditions not being recognized even though changes were not around there — waligura / detail
  630. Add L2 projection of drV/dn for AFT model. — galbramc / detail
  631. Add one more check for AFT — galbramc / detail
  632. Add missing instantiation — galbramc / detail
  633. Tell cppcheck to use boost.cfg — galbramc / detail
  634. Update AFT BC test — galbramc / detail
  635. Fixes to matmul, reformatting on readNN, and a mistaken change to a BC file — waligura / detail
  636. Fix to the lone vera and added some other matmul options — waligura / detail
  637. All working make check now, with some unit test issues — waligura / detail
  638. Fix tecplot dump of interior trace CG fields. Add all bodies to debug_blade for body forces — galbramc / detail
  639. PDERANS updates — waligura / detail
  640. important PDE changes to investigate with diff — waligura / detail
  641. pushes to take away Prt from wall modeling input — waligura / detail
  642. small navier stokes fixes — waligura / detail
  643. changes to thermal conductivity to be more consistent with SA-neg — waligura / detail
  644. Add stator pressure rise for an actuator disk stage — galbramc / detail
  645. Fix stator actuator disk — galbramc / detail
  646. adding 1D channel flow for wall-model RANS analysis — allmaras / detail
  647. Update HUMOR interface with separate input/output file names — mbottot / detail
  648. Fix trailing whitespace in HUMOR interface update — mbottot / detail
  649. changes to PDERANS unit tests — waligura / detail
  650. Fixing the warnings for the final time — waligura / detail
  651. Upgrade to TecIO 2023r1m1 — galbramc / detail
  652. Relax tolerance — galbramc / detail
  653. Add latest boost versions — galbramc / detail
  654. Fixed Local Solves for VMSDBR2 — renat999 / detail
  655. Small pointwise fix — galbramc / detail
  656. Fix parallel ugrid write — galbramc / detail
  657. Format5ing fix — galbramc / detail
  658. Actualy set iterative refinement for MKL_PARDISO — galbramc / detail
  659. Cleaning up some of the excess on files and adding a unit test for the NN calc — waligura / detail
  660. Getting rid of bogus include — waligura / detail
  661. Trying another small commit because I am not sure the last one was my fault — waligura / detail
  662. Fix sign on JetDissipation — galbramc / detail
  663. Add VectorVectorVectorVector example — galbramc / detail
  664. Add Ptdw output for body force — galbramc / detail
  665. extended exact WM solution to chi in [0, 1) — allmaras / detail
  666. Commit before updating — renat999 / detail
  667. Fixed issues in make check — renat999 / detail
  668. Fixed Jenkins errors (v1) — renat999 / detail
  669. Quick fix to previous commit — renat999 / detail
  670. Fixed Jenkins errors (v2) — renat999 / detail
  671. Fixed Jenkins errors (v3) — renat999 / detail
  672. Fixed Jenkins errors (v4) — renat999 / detail
  673. Fixed Jenkins errors (v5) — renat999 / detail
  674. Fixed Jenkins errors (v6) — renat999 / detail
  675. Fixed Jenkins errors (v7) — renat999 / detail
  676. Fixed Jenkins errors (v8) — renat999 / detail
  677. Fixed Jenkins errors (v9) — renat999 / detail
  678. Started working on PDE base classes and consistent error estimate — renat999 / detail
  679. Fix some tar scripts — galbramc / detail
  680. Add tar script for petsc — galbramc / detail
  681. Look for generic petcs.tgz to build PETSc — galbramc / detail
  682. added constrained solver for centerline velocity and equilibrium wall model — allmaras / detail
  683. code clean-up; no change in functionality — allmaras / detail
  684. added access functions needed for globally constrained solver — allmaras / detail
  685. added valid-state check for global parameters; new function is virtual but — allmaras / detail
  686. instantiations needed for globally constrained system for N=2 PDE and 2 global — allmaras / detail
  687. new volume integrand for augmenting PDE residuals via global parameters terms — allmaras / detail
  688. line-length squawks & missing instantitations for 1D globally constrained channel flow — allmaras / detail
  689. fixed possible uninitialized variable — allmaras / detail
  690. Fix UnionJack so it works with avro — galbramc / detail
  691. Unstaged src/pde/sansPDEBase2D.h — renat999 / detail
  692. Added unit test for src/pde/sansPDEBase.h — renat999 / detail
  693. Update avro_tar script to get submodules — galbramc / detail
  694. Fixed compiler error — renat999 / detail
  695. Update tar for avro to include submodules — galbramc / detail
  696. Remove debug print statements — galbramc / detail
  697. Add Nozzle BC to body force — galbramc / detail
  698. better initial guess for pressure gradient and solution profile — allmaras / detail
  699. fixed uninitialized variable squawk (athough it'll never happen) — allmaras / detail
  700. Update Copyright dates to 2013-2024 — galbramc / detail
  701. Somehow missed on file — galbramc / detail
  702. Use new accelerate lapack on macOS — galbramc / detail
  703. Script updates for viggen — galbramc / detail
  704. One more copyright date fix — galbramc / detail
  705. Add linear nozzle coefficient ramp — galbramc / detail
  706. Add more suitesparse search paths. Add Nozzle outflow BC unit test. — galbramc / detail
  707. Check for unsteady with BDF and RK. — galbramc / detail
  708. Restore time step in BDF — galbramc / detail
  709. Cleanup AFT — galbramc / detail
  710. Fix array out of bounds — galbramc / detail
  711. Remove unused variable — galbramc / detail
  712. Fix finding suitesparse includes — galbramc / detail
  713. Fix compile error — galbramc / detail
  714. Add missing mpi communictor includes — galbramc / detail
  715. Add ParameterVectorS for static sized python arrays — galbramc / detail
  716. Missed a file — galbramc / detail
  717. Suppress warning — galbramc / detail
  718. Suppress duplicate library link warning on macOS — galbramc / detail
  719. Fix for python2 — galbramc / detail
  720. Add radial variation in fsig for FlowTan body force — galbramc / detail
  721. Allow solving for Nozzle Coefficient — galbramc / detail
  722. Fix typo — galbramc / detail
  723. Fix body force optimization — galbramc / detail
  724. Add unsteady body force pertubation — galbramc / detail
  725. Forgot checkInputs — galbramc / detail
  726. Fix compile error — galbramc / detail
  727. One more compile error — galbramc / detail
  728. One more fix — galbramc / detail
  729. Add temporal ramp for rotor pertubation — galbramc / detail
  730. Fix compile error — galbramc / detail
  731. Allow turning off body force pertubation time ramp — galbramc / detail
  732. One more fix — galbramc / detail
  733. One more fix — galbramc / detail
  734. More body force fixes — galbramc / detail
  735. Update unit test — galbramc / detail

#1605 (Mar 4, 2024, 10:25:10 PM)

  1. more XField* and Field* templating with Axes; trying to compile, link and — allmaras / detail
  2. vera squawks — allmaras / detail
  3. Axes templating for AFLR2 — allmaras / detail
  4. more Axes related bugs and squawks — allmaras / detail
  5. more Axes fixes — allmaras / detail
  6. eliminated unused variables — allmaras / detail
  7. Set no fairing for duct wall surface grid — shunz / detail
  8. tried a case of uncoupled IBL on arc surface — shunz / detail
  9. Axes templates for avro — allmaras / detail
  10. more Axes in avro fixes — allmaras / detail
  11. avro instantiations require Cartesian parameter — allmaras / detail
  12. more avro Axes fixes — allmaras / detail
  13. fixed outdated stuff due to updates of Axisymmetric API and Field directory reorg — shunz / detail
  14. fixed too-narrow assertion. updated use of interior trace group indexing — shunz / detail
  15. avro Axes fixes — allmaras / detail
  16. more fixes — allmaras / detail
  17. 4D avro instantiation — allmaras / detail
  18. removed some redundant unit test code (was producing a compiler warning) — allmaras / detail
  19. file IO updates in test case — shunz / detail
  20. 2D wall model implementation and testing — ursachi / detail
  21. Played with a case with step/sigmoid function of inlet BC to show qe-based alpha is not too dissipative — shunz / detail
  22. played with 2D IBL cases to compare heuristic and corrected LF fluxes in PhD thesis — shunz / detail
  23. Fix redundant pi/180 multiplication for asymmetric rotor source — galbramc / detail
  24. Add missing pi/180 for asymmertic Rotor Source parameter bounds — galbramc / detail
  25. Try moving the pi/180 scaling again — galbramc / detail
  26. Forgot a file — galbramc / detail
  27. Fixed DOF calculation — cwomack / detail
  28. Fixed XField error, changed Axisym DBL to run automatically — cwomack / detail
  29. Fix halving linesearch dumpField — galbramc / detail
  30. Update unit test — galbramc / detail
  31. More unit test updates — galbramc / detail
  32. Don't try to compare tecplot files. — galbramc / detail
  33. Suppress cmake dev warning — galbramc / detail
  34. Still need to remove the files — galbramc / detail
  35. Try and try again — galbramc / detail
  36. Relax timing — galbramc / detail
  37. Use min for SA-R for now. — galbramc / detail
  38. Minor PTC update — galbramc / detail
  39. added WM joukowski test case — ursachi / detail
  40. Updates to SA-R — galbramc / detail
  41. bsans old commits — waligura / detail
  42. Use smooth math for SA-R — galbramc / detail
  43. Added p adjoint to DGBR2 interface — cwomack / detail
  44. Axes templating; defaults to Axes=Cartesian wherever needed — allmaras / detail
  45. added Axes template to XField2D_Box_Quad_X1; default to Cartesian — allmaras / detail
  46. Fixed vera error and FINALLY tracked down meshing issue — cwomack / detail
  47. Fixed vera errors — cwomack / detail
  48. addes Axes templates; default to Cartesian — allmaras / detail
  49. modified globally constrained infrastructure to allow for more general constraints (e.g. boundary constraint) — allmaras / detail
  50. added axisymmetric centerline BC for Euler/NS — allmaras / detail
  51. added pressure evaluation function to Q-interpreters — allmaras / detail
  52. added Brenner to axisymmetric; no unit tests yet — allmaras / detail
  53. output functionals for axisymmetric — allmaras / detail
  54. source and source Jacobian terms for axisymmetric Euler/NS — allmaras / detail
  55. code clean up for solid-body rotation solution — allmaras / detail
  56. changed template parameter from PDE to OutputFunctional to better reflect — allmaras / detail
  57. temporary fix for setting Axes within NDConvert functions; requires Axisymmetric — allmaras / detail
  58. attempt at adding boundary-trace pressure constraint (hard part is Lagrange multiplier term) — allmaras / detail
  59. updated test case to new interface for globally constrained; primary mods are — allmaras / detail
  60. corrected template parameters and BCBase types in Lagrange multiplier — allmaras / detail
  61. corrected ND issues and BC mapping issues for Lagrange multiplier term (still doesn't — allmaras / detail
  62. more mods/corrections for boundary-trace pressure constraint — allmaras / detail
  63. Fix bounding box check for body force camber surfaces — galbramc / detail
  64. Even more robust body force camber surface bounding box calculation — galbramc / detail
  65. added SurrealS operator= option to PyDict — allmaras / detail
  66. undo previous PyDict changes since python itself cannot support Surreals — allmaras / detail
  67. Added system tests for solver interfaces — cwomack / detail
  68. Fixed errors — cwomack / detail
  69. Fixed errors (should've been in last commit) — cwomack / detail
  70. More SA-R updates — galbramc / detail
  71. Fixed link errors — cwomack / detail
  72. Reverted CMakeLists changes — cwomack / detail
  73. Upgrade to latest refine — galbramc / detail
  74. Fix compile error — galbramc / detail
  75. One more refine fix — galbramc / detail
  76. vera fix — galbramc / detail
  77. Update CMake for ParMETIS/METIS on github. Updated to newer Find Python3. — galbramc / detail
  78. Don't write restart.meshb from refine — galbramc / detail
  79. Remove restart.meshb from refine — galbramc / detail
  80. Rework metis/parmetis build again — galbramc / detail
  81. Don't build extern libs in parallel — galbramc / detail
  82. Fix intel warning — galbramc / detail
  83. Update GKlib build and suitesparse check — galbramc / detail
  84. Forgot a file — galbramc / detail
  85. PDERANSSA3D and unit test changes for Catris model implementation from Andrew — waligura / detail
  86. changes to PDERANS3D with turbulence model implementation updates — waligura / detail
  87. actual commit for PDERANS3D that incorporates all merges — waligura / detail
  88. Another parmetis build fix — galbramc / detail
  89. Update cmake summary file — galbramc / detail
  90. Finally maybe — galbramc / detail
  91. vera changes to the PDE and constructor changes to test cases — waligura / detail
  92. Print absolute and relative PETSc tolerance — galbramc / detail
  93. Add fPIC when building GKlib — galbramc / detail
  94. More cmake fixes — galbramc / detail
  95. Remove message — galbramc / detail
  96. Maybe finally got it right... — galbramc / detail
  97. changed backsolve to not modify RHS (b) — ursachi / detail
  98. small commit to test jenkins again — waligura / detail
  99. Slightly prettier formatting for PETSc history — galbramc / detail
  100. Add metis to refine libraries — galbramc / detail
  101. Navier Stokes test case I'm having trouble with — waligura / detail
  102. made WM a turbulence model option (instead of adding an input to the — ursachi / detail
  103. Added adjoint DBL to scalar function — cwomack / detail
  104. Fixed unit test tolerance issue — cwomack / detail
  105. Lowered DBL unit test tolerance — cwomack / detail
  106. Changed BOOST_CHECK to SANS_CHECK — cwomack / detail
  107. supersonic case update — waligura / detail
  108. Added renat999@mit.edu to DeveloperEmailAddresses — renat999 / detail
  109. Axes template for DG interior and boundary traces — allmaras / detail
  110. Axes template for XField_CellToTrace — allmaras / detail
  111. Add fourier modes for asymmetric rotor body forces — galbramc / detail
  112. Forgot a file — galbramc / detail
  113. Update test — galbramc / detail
  114. sansBOOM mods for AV jump sensor — darmofal / detail
  115. Fixes for Ubuntu 22.04. Compiler flags for IntelLLVM and relaxed tolerances. — galbramc / detail
  116. Fix permissions — galbramc / detail
  117. Intel and gnu12 fixes — galbramc / detail
  118. Add missing instantiations — galbramc / detail
  119. More link error fixes — galbramc / detail
  120. One more missing instantiation — galbramc / detail
  121. Relax tolerance for intel — galbramc / detail
  122. Put calculateStroudQuadrature in SANS namespace — galbramc / detail
  123. Refactor non-symmetric body forces — galbramc / detail
  124. Compile fix — galbramc / detail
  125. Vera fix — galbramc / detail
  126. Fix warning and ping test — galbramc / detail
  127. Adjusting finite difference — galbramc / detail
  128. Smaller step size — galbramc / detail
  129. new changes to PDERANS3D to include jacobian fixes — waligura / detail
  130. small vera mistake I missed — waligura / detail
  131. Upgrade to ESP 1.20 — galbramc / detail
  132. Fix warning — galbramc / detail
  133. sansLIPAIM python fixes — galbramc / detail
  134. Fixed the unit test for zero species — renat999 / detail
  135. Fix geometry construction — galbramc / detail
  136. More ESP updates — galbramc / detail
  137. Spatial implementation of sansBOOM created as sansBOOM2D — darmofal / detail
  138. More egads fixes — galbramc / detail
  139. Add WallSlip BC for 3D RANSSA — galbramc / detail
  140. Fix last commit — galbramc / detail
  141. Fix array bounds error — galbramc / detail
  142. Added test cases for Nspecies=1. Still a bug. — renat999 / detail
  143. Added test cases for Nspecies=1. Still a bug. — renat999 / detail
  144. Add PtPolynomials to 3D PtTt BC — galbramc / detail
  145. Fix compile error — galbramc / detail
  146. Update input checks for total pressure profile — galbramc / detail
  147. added tests for remainder of block 2x2 jacobians: d(PDE)/d(qp), d(PDEp)/d(q), d(PDEp)/d(qp) — allmaras / detail
  148. templated Axes for UnitGrids XField2D_Box_UnionJack_Triangle_X1, XField2D_CubicSourceBump_Xq, — allmaras / detail
  149. Fix rotor source asymmetric normal vectors — galbramc / detail
  150. Fix last commit — galbramc / detail
  151. Fixed sansBOOM SpaceTime1D with multiple species. — renat999 / detail
  152. Add legacy VTK and Exodus metric files — galbramc / detail
  153. VTK fixes — galbramc / detail
  154. Fixed Body Force solver sensitvity — galbramc / detail
  155. Warning fixes — galbramc / detail
  156. fixed vera errors: long line — shunz / detail
  157. fixed vera errors: long line — shunz / detail
  158. updated include paths — shunz / detail
  159. updated include paths — shunz / detail
  160. removed outdated sandbox case — shunz / detail
  161. updated usage of 3D quad sheet grid's interior trace group count — shunz / detail
  162. updated pyrite files. relaxed pyrite tolerance. fixed IO file/path names — shunz / detail
  163. turned off file output — shunz / detail
  164. PDEsansBOOM2D.h updates — darmofal / detail
  165. relaxed tolerance for intel — shunz / detail
  166. relaxed tolerance again for intel — shunz / detail
  167. Remove depricated sprintf — galbramc / detail
  168. Add cirumfirential body force — galbramc / detail
  169. Use system valgrind — galbramc / detail
  170. Fix warning — galbramc / detail
  171. Derivative calculation fixes for asymmetric body forces — galbramc / detail
  172. Suppress sanitizer odr violations. Add the ability for ugrid reader to — galbramc / detail
  173. CMake file fix — galbramc / detail
  174. Forgot to update files. Some cppcheck fixes. — galbramc / detail
  175. added wall model for 3D — ursachi / detail
  176. added missing template arguments — ursachi / detail
  177. Update 2D SA_R to latest deffinition on TMR — galbramc / detail
  178. Fix abs with fabs — galbramc / detail
  179. added a missing const — ursachi / detail
  180. raised tolerance slightly for test — ursachi / detail
  181. More robust normal field for rotor source — galbramc / detail
  182. Update MultiScale for latest refine. Replace vsprintf with vsnprintf. — galbramc / detail
  183. Working sansBOOM2D with unit tests for the PDE — renat999 / detail
  184. Update rotor source ping test — galbramc / detail
  185. Refactor and simplified NormalField to use axial and raidal instead of cartesian coordinates — galbramc / detail
  186. Minor fixes — galbramc / detail
  187. Write out unconverged_surf.dat for BodyFroce RANS calculations. — galbramc / detail
  188. Add manual body force magnitude specification — galbramc / detail
  189. Change deltaRef to forceMag in normal field dump — galbramc / detail
  190. Forgot to update some python inputs — galbramc / detail
  191. DGBR2/DGBR4 low-level modification integrated. — cfrontin / detail
  192. templateized DiscretizationDGBR2 implemented, working on one test case. — cfrontin / detail
  193. test/sandbox cases updated with templateized DGBR — cfrontin / detail
  194. unit test brute force replacement — cfrontin / detail
  195. unit test fixes ; make unit working — cfrontin / detail
  196. initialized variables to zero to fix compiler warnings — ursachi / detail
  197. Add new asymmetric forces to optimizer. Fix RotorForce tecplot dump. — galbramc / detail
  198. system test update dgbr2 templatizaiton — cfrontin / detail
  199. fixed weird type mismatch in adapt3d_DGBR2_ranssa_HCH_toy.cpp — cfrontin / detail
  200. test case changes to update — waligura / detail
  201. sandbox case add 2 — waligura / detail
  202. changes before Ben switch — waligura / detail
  203. think it should pass now. — cfrontin / detail
  204. Try to capture discontinuities for Rotor source teclot output — galbramc / detail
  205. Fix typo — galbramc / detail
  206. Added Area + Atmos. variations to sansBOOM2D — renat999 / detail
  207. Fixes to previous commit — renat999 / detail
  208. sansBOOM2D directories — renat999 / detail
  209. cleaned up files — ursachi / detail
  210. added wall function BC for 3D — ursachi / detail
  211. Blasius + polar coordinate test problems and functions — cwomack / detail
  212. added instantitations containing Axes template for XField2D_Box_UnionJack_Triangle_X1 — allmaras / detail
  213. explicitly added Axes to all apply<> and check<> calls; this is needed because — allmaras / detail
  214. added Axes template parameters — allmaras / detail
  215. Axisymmetric instantiations — allmaras / detail
  216. mods needed for extending global constraints to boundary terms and systems — allmaras / detail
  217. mods to artificial viscosity sensor PDE needed for Axisymmetric — allmaras / detail
  218. added dump of solution (x from Ax = b) for UMFPACK — allmaras / detail
  219. modified halving linesearch diagnostics to dump out full solution change — allmaras / detail
  220. added constant CFL number option to PTC — allmaras / detail
  221. added function to return vector of base altitudes for all layers in atmosphere — allmaras / detail
  222. proper spelling for Blohkinzev (previously had the h & k swapped) — allmaras / detail
  223. turned off some print statements — allmaras / detail
  224. added Reflect BC; bug fixes and code clean-up — allmaras / detail
  225. continued development of axisymmetric test cases; addition of Brenner and SBR perturbation PDEs; — allmaras / detail
  226. code clean-up — allmaras / detail
  227. added sans-differential integration (e.g. without r for axisymmetric); needed — allmaras / detail
  228. fixed merge conflicts — allmaras / detail
  229. fixed vera line length squawks — allmaras / detail
  230. relaxed tolerances on tests — allmaras / detail
  231. missed an apply<> template — allmaras / detail
  232. added a template parameter to AlgebraicEquationSet_GloballyConstrained_PTC — allmaras / detail
  233. vera squawk — allmaras / detail
  234. int -> size_t in for loops — allmaras / detail
  235. removed axisymmetric SBR and TP1 test cases for now — allmaras / detail
  236. removed unused variable from test — allmaras / detail
  237. over-wrote a dump pattern file — allmaras / detail
  238. unused typedef removed — allmaras / detail
  239. missing dump pattern file — allmaras / detail
  240. relaxed test tolerance (for intel...) — allmaras / detail
  241. added jacobianFluxViscous to axisymmetric NS; unit tested — allmaras / detail
  242. updated augmented interface to use Dirichlet/Neumann form — allmaras / detail
  243. added option to evaluate Glasby tau without source term contribution — allmaras / detail
  244. added an explicit Axes typedef to all PDE and Output classes; NDConvert now — allmaras / detail
  245. axisymmetric NS function diffusionViscousGradient coded and unit tested — allmaras / detail
  246. added/corrected axisymmetric NS jacobianSource term with unit tests — allmaras / detail
  247. Addition of updated mathematica testing notebooks for PDERANS2D tests — waligura / detail
  248. Add camber surface dump — galbramc / detail
  249. Suppress Boost new version warnings in CMake — galbramc / detail
  250. added Axes template to XField1D mesher — allmaras / detail
  251. Axes fixes and instantiations needed for 1D axisymmetric solve — allmaras / detail
  252. added linear temperature option of noslip-isothermal BC; added new solution — allmaras / detail
  253. added solution function for stagnant flow with linear-in-z temperature (and constant pressure); — allmaras / detail
  254. Added folders — renat999 / detail
  255. Added files — renat999 / detail
  256. Add body force normal and pallel forces to deltaRef tecplot dump — galbramc / detail
  257. Fixed sansBOOM to be up to date with the master br — renat999 / detail
  258. Fixed vera errors — cwomack / detail
  259. Fixed errors, added template argument — cwomack / detail
  260. fixed templating error — cwomack / detail
  261. Changed test suite name — cwomack / detail
  262. Removed unused variable — cwomack / detail
  263. Update SuiteSparse build. Relax some testing tolerances. — galbramc / detail
  264. Fixes for exodus file IO — galbramc / detail
  265. Standardized DBL cases, added unit test for annulus — cwomack / detail
  266. Use step matrix FrobNorm minimization for implied metric optimization. — galbramc / detail
  267. updated Tecplot output for VMSDBR2 to be consistent with boundary flux — ursachi / detail
  268. forgot to include updated cmakelist with previous commit — ursachi / detail
  269. forgot to actually commit the Tecplot output file — ursachi / detail
  270. Added axisymmetric DBL — cwomack / detail
  271. changed variable name to nt to be consistent with rest of code — ursachi / detail
  272. Add fluent reader to support Pointwise generated meshes for RotorSource — galbramc / detail
  273. Forgot updated partitioning files — galbramc / detail
  274. One more missing file — galbramc / detail
  275. Added sag6096@psu.edu to DeveloperEmailAddresses — sag6096 / detail
  276. added gradients for specified velocity for no-slip, isothermal BC — allmaras / detail
  277. Forgot one more file — galbramc / detail
  278. Add another file to COTIRE_IGNORE — galbramc / detail
  279. Fix group numbering on older gcc versions for Fluent reader — galbramc / detail
  280. added Axes template to meshers, error estimates, local problems, adaptation — allmaras / detail
  281. 1D and 2D axisymmetric instantiations for meshers, error estimates, local problems, adaptation — allmaras / detail
  282. added Axes template to CostModel_LogEuclidean; also modified integration — allmaras / detail
  283. Expose SA Flavours for Rotor Source calculations — galbramc / detail
  284. missed a couple files with added Axes templates — allmaras / detail
  285. Removed annulus unit test while fixing bug — cwomack / detail
  286. Removed unused variables — cwomack / detail
  287. Loosened tolerance on one test — cwomack / detail
  288. Galerkin strong-form BC implementation classes renamed to be consistent with file name — allmaras / detail
  289. Add pressure gradient terms to RotorSource — galbramc / detail
  290. Relax tolerance — galbramc / detail
  291. consistent interface in augmented integrand for both Dirichlet and Neumann constraints — allmaras / detail
  292. added option for SUPG with source term for test-function operator; — allmaras / detail
  293. added option to add both q-gradient and qp-gradient into lifted gradient; — allmaras / detail
  294. added code for integration without the differential multiplier (e.g. r in Axisymmetric); — allmaras / detail
  295. Added sag6096@mit.edu to DeveloperEmailAddresses — sag6096 / detail
  296. fixed merge conflicts — allmaras / detail
  297. vera line-length squawks — allmaras / detail
  298. added missing Axes in refine and related instantiations — allmaras / detail
  299. fixed vera squawk — allmaras / detail
  300. Add RotorSource flow tangency model — galbramc / detail
  301. Fix for intel compiler — galbramc / detail
  302. Remove redundtant email — galbramc / detail
  303. Adjust ping test — galbramc / detail
  304. Add clVariableType. Fix sourceJacobianAbs for RotorFlowTan. — galbramc / detail
  305. added compiler warning suppression for Ping_Euler_RotorSource_btest.cpp — allmaras / detail
  306. added compiler suppression -Wno-maybe-uninitialized to BodyForceSolver_*.cpp — allmaras / detail
  307. fixed nightly warnings: possibly uninitialized variables — allmaras / detail
  308. First incorporation of Standard Atmosphere, and altitude dependent Absorption — renat999 / detail
  309. Saving first draft of polar coordinates, axisym changes — cwomack / detail
  310. raypath code for multi-layer atmospheres; functions of both z and s — allmaras / detail
  311. Mathematica file for unit tests of raypath code for standard atmosphere — allmaras / detail
  312. some compilers need #include <vector> — allmaras / detail
  313. increased tolerances on raypath tests — allmaras / detail
  314. Support 2D CG periodic solutions. Add 2D RotorSource calculations. — galbramc / detail
  315. Fix for 2D CG periodic in parallel — galbramc / detail
  316. Fix ArcCamber angle definition. Allow both positive and negative angles — galbramc / detail
  317. Fix FieldLib library order — galbramc / detail
  318. Standard Atmosphere RayPathS and absorption added — renat999 / detail
  319. Allow constrained body force solves in 2D — galbramc / detail
  320. Fix tankap for 2D. Add rhofn to RotorSource output. Fix link errors. — galbramc / detail
  321. Fix 2D RotorSource tecplot dump — galbramc / detail
  322. Put back rotor source tan(kappa) — galbramc / detail
  323. Fix tecplot dump for 2D body forces to use PASSIVEVARLIST. Get FlowTan body foces working in 2D. — galbramc / detail
  324. Forgot a file — galbramc / detail
  325. Correction to asymmetric Pt inflow BC — galbramc / detail
  326. Fix typo — galbramc / detail
  327. One more bug fix — galbramc / detail
  328. Compile fix — galbramc / detail
  329. Fixed compiler errors — galbramc / detail
  330. A few jenkins fixes — galbramc / detail
  331. Warning and link fixes — galbramc / detail
  332. More link error fixes — galbramc / detail
  333. Fix includes — galbramc / detail
  334. Fix some link errors — galbramc / detail
  335. Not sure what I fixed... — galbramc / detail
  336. Add placeholder HUMOR meshing interface — galbramc / detail
  337. Fixes for last commit — galbramc / detail
  338. More seacas guards — galbramc / detail
  339. One more seacas protection — galbramc / detail
  340. Add one seacas dependency — galbramc / detail
  341. Fixed test cases and unified results — cwomack / detail
  342. Fixed vera errors — cwomack / detail
  343. Added to vera exclusions — cwomack / detail
  344. Add unsteady to BodyForces — galbramc / detail
  345. Sending DG changes to Steve — cwomack / detail
  346. Add missing updated RK examples. Update history output for unsteady BodyForce — galbramc / detail
  347. added Axes templates for missing DG error estimates; added instantiations for axisymmetric DG — allmaras / detail
  348. Invert eigen vector scaling for exodus files — galbramc / detail
  349. Pad zeros in body force file names — galbramc / detail
  350. Fix compile error — galbramc / detail
  351. additional Axes mods and axisymmetric/polar instantations needed for 'make check' — allmaras / detail
  352. Compile fixes and corrections to Exodus file write — galbramc / detail
  353. Forgot a file — galbramc / detail
  354. Fix call to HUMOR — galbramc / detail
  355. Exodus reader fix — galbramc / detail
  356. Missed a file — galbramc / detail
  357. More humor options — galbramc / detail
  358. Fix typo — galbramc / detail
  359. Pushing code, missing defaulted Axes — cwomack / detail
  360. Add KarypisLab tar scripts — galbramc / detail
  361. added Axes templates into VMSD error estimates — allmaras / detail
  362. Update KarypisLab tar scripts — galbramc / detail
  363. 1st draft polar adaptation — cwomack / detail
  364. Fix normal mach output for 2D — galbramc / detail
  365. Runge Kutta updates — galbramc / detail
  366. Minor fixes — galbramc / detail
  367. Switch to BDF — galbramc / detail
  368. Fix missing instantiation — galbramc / detail
  369. Add omega to constrained solver outputs — galbramc / detail
  370. Use CFL based time stepping for BDF — galbramc / detail
  371. Don't return results when constrained solver fails — galbramc / detail
  372. Fix cylindrical pressure probe output — galbramc / detail
  373. Fix typo — galbramc / detail
  374. Add fluent format documentation — galbramc / detail
  375. Fix pressure probe output one more time — galbramc / detail
  376. Changes to polar normal vector — cwomack / detail
  377. Add pressure output for rotor source — galbramc / detail
  378. Test mods — cwomack / detail
  379. first step towards a variable Prt model — waligura / detail
  380. Changes for Steve — cwomack / detail
  381. fixed polar coordinates integration bug; changed all ElementXField definitions for jacobianDeterminant, — allmaras / detail
  382. Blend equations for FlowTan — galbramc / detail
  383. Add more RotorSource 3D dumps. Default double precision for tecplot dumps. — galbramc / detail
  384. Add dp/deta to delta dump — galbramc / detail
  385. Fix compile errors — galbramc / detail
  386. Add cylindrical relative velocity components — galbramc / detail
  387. Fix line search unit tests — galbramc / detail
  388. fixed polar-coordinates differential length and area functions, along with — allmaras / detail
  389. Saving polar changes — cwomack / detail
  390. Add tolerane to valid x-range for 2D rotor outputs — galbramc / detail
  391. Fix vector size for DeltaRef dump — galbramc / detail
  392. polar bug fix: volume() -> volumePhysical() & area() -> areaPhysical() — allmaras / detail
  393. made *sansDifferential and *Mesh integrations consistent (i.e. the same as — allmaras / detail
  394. many changes to variable types to incorporate a variable conductivity with Prt — waligura / detail
  395. incorporated 1/r into theta derivative for polar in evalBasisGradient (which — allmaras / detail
  396. modified polar Hessian to correctly include 1st derivatives and 1/r terms — allmaras / detail
  397. Saving changes — cwomack / detail
  398. Update tecplot dump for flowTan body force. Allow getting EGADS model from pyton for BodyForces/ — galbramc / detail
  399. Fix fn dump in deltaRef — galbramc / detail
  400. solving for s ahead of time — renat999 / detail
  401. Fix compilere warning and guard against divide by zero — galbramc / detail
  402. Change flowTan model at bounds. Fix deltaRef dump. — galbramc / detail
  403. Update unit tests — galbramc / detail
  404. Reverse sign of tan(kappa) for Peters body force term — galbramc / detail
  405. Dump out delta and kappa in deg for body forces — galbramc / detail
  406. Polar modifications — cwomack / detail
  407. added missing template — ursachi / detail
  408. added 2D flatplate test case (includes WM) — ursachi / detail
  409. Expose fsig in RotorFlowTan python arguments. Add env args to valgrind execution. — galbramc / detail
  410. Remove Ntheta scaling from FlowTan force — galbramc / detail
  411. Change scaling on normal force back to 1/r — galbramc / detail
  412. Fix cmake warning — galbramc / detail
  413. Add kShock to body force interface and change flowTan viscous model again — galbramc / detail
  414. Add missing kShock — galbramc / detail
  415. Polar bug fixes — cwomack / detail
  416. Fixed link errors — cwomack / detail
  417. working modification of PDERANS with a new Prt datatype defined with surreals. This build does not have the correct contructor formulation for PDERANSSA though — waligura / detail
  418. Change Rotor Rot/Rel outputs to specify rotor and position — galbramc / detail
  419. Sandbox polar changes — cwomack / detail
  420. sandbox changes — cwomack / detail
  421. Fixed vera errors — cwomack / detail
  422. Added annulus grids — cwomack / detail
  423. Sanbox changes — cwomack / detail
  424. Sandbox changes — cwomack / detail
  425. sandbox — cwomack / detail
  426. Add TECIO support. Fix compiler warnings. Fix projection from Hierachical to Lagrange in 2D. — galbramc / detail
  427. sandbox — cwomack / detail
  428. sandbox — cwomack / detail
  429. sandbox — cwomack / detail
  430. sandbox — cwomack / detail
  431. sandbox — cwomack / detail
  432. sandbox — cwomack / detail
  433. isandbox — cwomack / detail
  434. sandbox — cwomack / detail
  435. dbl — cwomack / detail
  436. dbl — cwomack / detail
  437. sandbox — cwomack / detail
  438. sandbox — cwomack / detail
  439. sandbox — cwomack / detail
  440. sandbox — cwomack / detail
  441. sandbox — cwomack / detail
  442. sandbox — cwomack / detail
  443. sandbox — cwomack / detail
  444. sandbox — cwomack / detail
  445. sandbox — cwomack / detail
  446. sandbox — cwomack / detail
  447. sandbox — cwomack / detail
  448. sandbox — cwomack / detail
  449. sandbox — cwomack / detail
  450. Fix warning and tecplot file write — galbramc / detail
  451. sandbox — cwomack / detail
  452. sandbxo — cwomack / detail
  453. sandbxo — cwomack / detail
  454. Allows solving for Back Pressure with Body Forces. TECIO fixes. — galbramc / detail
  455. Output solved back pressure for body force constrained solver. Fix compile error. — galbramc / detail
  456. Add missing instantiation — galbramc / detail
  457. sandbox changes — cwomack / detail
  458. sandbox and tecplot changes — cwomack / detail
  459. fixed bugs — cwomack / detail
  460. adjusted tolerancw — cwomack / detail
  461. PDEsansBOOM2D all effects included. Still some details in Unit tests — renat999 / detail
  462. Implemented the QType for the AFT 2014 Transition model — sag6096 / detail
  463. sandbox — cwomack / detail
  464. stashing changes now as a backup since the NN functionality is almost online — waligura / detail
  465. Fix parallel Metric file write. Don't revert to a lienar mesh if local patch construction fails. — galbramc / detail
  466. Working Prt NN Modification with no derivatives — waligura / detail
  467. sandbox changes — cwomack / detail
  468. sandbox — cwomack / detail
  469. merging branches — cwomack / detail
  470. Added polar instantiations — cwomack / detail
  471. Added WM BC for AV — ursachi / detail
  472. Added lrochery@mit.edu to DeveloperEmailAddresses — lrochery / detail
  473. Added the AFT transition model and subsequent — sag6096 / detail
  474. Reverted tecplot changes — cwomack / detail
  475. Even more generalized asymmetric fourier functions. Fix NormalVelocity flux. Add parallel force to BodyForce tecplot dump. — galbramc / detail
  476. Fix compile error — galbramc / detail
  477. Fixes for optimizing body force asym normals — galbramc / detail
  478. Fixed lingering warnings and hard-coded H12 term. — sag6096 / detail
  479. Smoother AFT model — galbramc / detail
  480. Add wall search stress output for RANS AFT flatplate — galbramc / detail
  481. Fix asym gradient calculation — galbramc / detail
  482. Fixed vera errors — cwomack / detail
  483. Added avro to FP cases — sag6096 / detail
  484. Fixed vera error — cwomack / detail
  485. Fix template errors — galbramc / detail
  486. Vera changes, new advective flux BC — cwomack / detail
  487. Fixed all lingering warnings — sag6096 / detail
  488. *ACTUALLY* got rid of all lingering warnings. — sag6096 / detail
  489. NormalField unit test fix and fix RotorSource interior force dump. — galbramc / detail
  490. One more compile fix — galbramc / detail
  491. Allow removing body force radial normal component — galbramc / detail
  492. Fixes — cwomack / detail
  493. added explicit instantiations of output_Tecplot for grid only for both — allmaras / detail
  494. Change to area averaged NormalVelocity for RotorSource — galbramc / detail
  495. try 2: explicit instantitations for grid-only output_Tecplot — allmaras / detail
  496. Fixed jenkins issues — cwomack / detail
  497. Missed a file — galbramc / detail
  498. Added albornoz@mit.edu to DeveloperEmailAddresses — albornoz / detail
  499. Fix for Unit output — galbramc / detail
  500. More fixes for unit calculation — galbramc / detail
  501. Added ejwllms@mit.edu to DeveloperEmailAddresses — ejwllms / detail
  502. Fixed unit test errors — cwomack / detail
  503. Fix compile error — galbramc / detail
  504. Changed warning — cwomack / detail
  505. Changed warnings — cwomack / detail
  506. All effects (except wind) implementation for sansBOOM2D with unit tests — renat999 / detail
  507. Removed CMakeCache.txt and correct indentation in Absorption.h — renat999 / detail
  508. Removed sansBOOM from directory list in src/pde/CMakeLists.txt — renat999 / detail
  509. Removed test/unit/pde/sansBOOM — renat999 / detail
  510. All the missing unit test for sansBOOM2D directory — renat999 / detail
  511. Removed test/unit/pde/sansBOOM for the directory list in CMakeLists.txt — renat999 / detail
  512. Untracked last files realted to sansBOOM — renat999 / detail
  513. Added asmedina@mit.edu to DeveloperEmailAddresses — asmedina / detail
  514. Added dgoba@mit.edu to DeveloperEmailAddresses — dgoba / detail
  515. Added new Ptrip term to source(iSA) for AFT model — sag6096 / detail
  516. Fixed missing bracket — sag6096 / detail
  517. Fixed issue with power function — sag6096 / detail
  518. added check on clang compiler for #pragma's on boost special functions include — allmaras / detail
  519. changed #ifdef from __clang_analyzer__ to __clang__ for warning suppression on boost Bessel function — allmaras / detail
  520. Update tar scripts for parmetis — galbramc / detail
  521. Adding support for an advection-diffusion-reaction (ADR) solver — darmofal / detail
  522. Fix email — albornoz / detail
  523. Added sansBOOM directories again. The toy code for sansBOOM2D with VMSDBR2 is also present — renat999 / detail
  524. Fixing merge conflicts — renat999 / detail
  525. Added CMakeLists.txt in sansBOOM directories — renat999 / detail
  526. New working Prt model with derivatives implemented: still need to implement throughout PDERANSSA — waligura / detail
  527. Working version of Prt modeling with Duan implemented Neural Network (small). Still does not run because of solver issues though — waligura / detail
  528. removed all instantiations for 1D Polar; these were all previously commented out — allmaras / detail
  529. eliminated depricated #else branch for FIX_POLAR_BUG and FIXED_POLAR_GRADIENT; — allmaras / detail
  530. fixed nightly build squawks — allmaras / detail
  531. Make sure ccache script has execute permissions — galbramc / detail
  532. Changes to test case for supersonic run — waligura / detail
  533. Brenner fixes — waligura / detail
  534. Commiting to pull in the cluster. src/pde/OutputCell_SolutionErrorL2.h hacked to make 0 the srnos — renat999 / detail
  535. fixed nightly build squawks — allmaras / detail
  536. oops, bug fix for latest edit — allmaras / detail
  537. Toy codes to test DGBR2 and VMSDBR2 with analytical traveling wave — renat999 / detail
  538. Working Prt NN model implementation with 11 input variables and R^2 around 60%. The jacobian and gradient of the model are implemented as well, but nothing has been tested yet — waligura / detail
  539. other things needed to run — waligura / detail
  540. Compiled DistanceFunctionGradient, and add DistanceFunctionHessian. — galbramc / detail
  541. Added option for both AFT2014 and AFT2017 — sag6096 / detail
  542. fix for test case with importing from command line — waligura / detail
  543. "fixed" — waligura / detail
  544. fixing commit — waligura / detail
  545. fixing commit 2 — waligura / detail
  546. fixing commit 3 — waligura / detail
  547. fix 4 — waligura / detail
  548. Added smoothmax to smoothmath.h — sag6096 / detail
  549. Fix DistanceFunction Grad/Hess. Revive DistanceFunction tests. Add AFT2017. Refactor SA trip source for AFT. — galbramc / detail
  550. Supersonic working DuanS version — waligura / detail
  551. renamed wall model BC — ursachi / detail
  552. added isothermal WM BC — ursachi / detail
  553. made chit0 naming consistent — ursachi / detail
  554. forgot to add file for WM BC — ursachi / detail
  555. fixed variable type — ursachi / detail
  556. changes to the scaling in dataTransform to more accurately scale the simulation inputs. change made on super — waligura / detail
  557. Commit before reinstalling SANS — renat999 / detail
  558. Added in some of the blasius BC as well as AFT2019 — sag6096 / detail
  559. Fix ghost dof for broken CG fields — galbramc / detail
  560. Add actuator disk model. Fix tecplot CG dump for broken CG fields. — galbramc / detail
  561. Fix jacobianSource for AFT — galbramc / detail
  562. Fix compile error — galbramc / detail
  563. Missed instantiation — galbramc / detail
  564. Warning fixes — galbramc / detail
  565. Add avro guard — galbramc / detail
  566. Vera and warning fixes — galbramc / detail
  567. Fix compile error. Add linear offset to actuator disk psi_ts curve. — galbramc / detail
  568. Fix typo — galbramc / detail
  569. Fix array out of bound and sort keys for body force and actuator disk history files. — galbramc / detail
  570. Update nodal view for hex — galbramc / detail
  571. Fix actuator disk time integration — galbramc / detail
  572. Add asymmetric Pt to duct solver — galbramc / detail
  573. Fix compile error. Update TecIO build. — galbramc / detail
  574. Enable kt functions for Nozzle BC — galbramc / detail
  575. Fix time advancement for Duct Solver — galbramc / detail
  576. Add RANSSA RotorFlowTan — galbramc / detail
  577. Fixes for setting cn=0 with body forces — galbramc / detail
  578. Fix tests from last commit — galbramc / detail
  579. Added mbottot@mit.edu to DeveloperEmailAddresses — mbottot / detail
  580. Fix for finding numpy, and unit test fix — galbramc / detail
  581. Suppress warning and add missing instantiation — galbramc / detail
  582. Vera fix. More warning suppressions and timeout fixes — galbramc / detail
  583. Updated actuator disk model — galbramc / detail
  584. Forgot a file — galbramc / detail
  585. Getting some references working right so the unit tests run again. Getting ready to finalize the Prt unit test as well — waligura / detail
  586. Actuator disk fix — galbramc / detail
  587. Add NLF transition case — galbramc / detail
  588. Prt Model with working unnit test on Prt prediction — waligura / detail
  589. Change to IntelLLV as default for Intel compiler. — galbramc / detail
  590. Working Prt NN model with correct unit tests and deriviative implementation — waligura / detail
  591. Add scale factor for CompressiblePower calculation — galbramc / detail
  592. Cleaned up files for develop merge — waligura / detail
  593. Brought back all of the changes that I did not mean to make (I hope) — waligura / detail
  594. Relax tolerances for IntelLLVM — galbramc / detail
  595. Update RANSAFT NLF — galbramc / detail
  596. Additional changes to Prt modeling to fix nondimesional test case and also make adjustments on NeuralNetClosure — waligura / detail
  597. Write out PV for body forces — galbramc / detail
  598. IntelLLVM fix for TetGen — galbramc / detail
  599. Relax tolerances for Intel LLVM — galbramc / detail
  600. Enable dump of bodyforce RANS solutions — galbramc / detail
  601. Fix for last commit — galbramc / detail
  602. Added hnilsen@mit.edu to DeveloperEmailAddresses — hnilsen / detail
  603. Use PI insteady of M_PI for Surreal — galbramc / detail
  604. Update HUMOR interface — galbramc / detail
  605. Fix rotor source szplt output — galbramc / detail
  606. Vera fixes and don't use MPI TECIO — galbramc / detail
  607. Add PSig to body force dump — galbramc / detail
  608. Fix TECIO write of CG fields — galbramc / detail
  609. Fix PSig dump — galbramc / detail
  610. Fixed proper flow conditions for NLF-0416 — sag6096 / detail
  611. Guard against looking for rt library on MSYS — galbramc / detail
  612. Allow using PSig in Pprop calculation — galbramc / detail
  613. Fix last commit — galbramc / detail
  614. Default PV/PSig scale to 1 — galbramc / detail
  615. Updates to AFT PDE — galbramc / detail
  616. More cleanup of AFT PDE — galbramc / detail
  617. Try smoother distnace function gradient — galbramc / detail
  618. Fix last commit — galbramc / detail
  619. Refactor CG tecplot file writes, again... — galbramc / detail
  620. commit before update — waligura / detail
  621. Add derivatives for smoothmaxC2 and min — galbramc / detail
  622. Another try to push NN Prt changes to see the issues with the compiliers — waligura / detail
  623. Vera issues fixed — waligura / detail
  624. Add smoothabs0_tanh. Remove many defaults and clarify units for smoothmath — galbramc / detail
  625. Add smoothabs0_tanh_eps — galbramc / detail
  626. Fix array out-of-bounds in unit test — galbramc / detail
  627. Vera fixes (for real) — waligura / detail
  628. Fall back on LogEuclidian average when affine average fails — galbramc / detail
  629. Fix smooth math update — galbramc / detail
  630. Fixes to formatting and cmakeList. Still seeing a weird issue with boundary conditions not being recognized even though changes were not around there — waligura / detail
  631. Add L2 projection of drV/dn for AFT model. — galbramc / detail
  632. Add one more check for AFT — galbramc / detail
  633. Add missing instantiation — galbramc / detail
  634. Tell cppcheck to use boost.cfg — galbramc / detail
  635. Update AFT BC test — galbramc / detail
  636. Fixes to matmul, reformatting on readNN, and a mistaken change to a BC file — waligura / detail
  637. Fix to the lone vera and added some other matmul options — waligura / detail
  638. All working make check now, with some unit test issues — waligura / detail
  639. Fix tecplot dump of interior trace CG fields. Add all bodies to debug_blade for body forces — galbramc / detail
  640. PDERANS updates — waligura / detail
  641. important PDE changes to investigate with diff — waligura / detail
  642. pushes to take away Prt from wall modeling input — waligura / detail
  643. small navier stokes fixes — waligura / detail
  644. changes to thermal conductivity to be more consistent with SA-neg — waligura / detail
  645. Add stator pressure rise for an actuator disk stage — galbramc / detail
  646. Fix stator actuator disk — galbramc / detail
  647. adding 1D channel flow for wall-model RANS analysis — allmaras / detail
  648. Update HUMOR interface with separate input/output file names — mbottot / detail
  649. Fix trailing whitespace in HUMOR interface update — mbottot / detail
  650. changes to PDERANS unit tests — waligura / detail
  651. Fixing the warnings for the final time — waligura / detail
  652. Upgrade to TecIO 2023r1m1 — galbramc / detail
  653. Relax tolerance — galbramc / detail
  654. Add latest boost versions — galbramc / detail
  655. Fixed Local Solves for VMSDBR2 — renat999 / detail
  656. Small pointwise fix — galbramc / detail
  657. Fix parallel ugrid write — galbramc / detail
  658. Format5ing fix — galbramc / detail
  659. Actualy set iterative refinement for MKL_PARDISO — galbramc / detail
  660. Cleaning up some of the excess on files and adding a unit test for the NN calc — waligura / detail
  661. Getting rid of bogus include — waligura / detail
  662. Trying another small commit because I am not sure the last one was my fault — waligura / detail
  663. Fix sign on JetDissipation — galbramc / detail
  664. Add VectorVectorVectorVector example — galbramc / detail
  665. Add Ptdw output for body force — galbramc / detail
  666. extended exact WM solution to chi in [0, 1) — allmaras / detail
  667. Commit before updating — renat999 / detail
  668. Fixed issues in make check — renat999 / detail
  669. Fixed Jenkins errors (v1) — renat999 / detail
  670. Quick fix to previous commit — renat999 / detail
  671. Fixed Jenkins errors (v2) — renat999 / detail
  672. Fixed Jenkins errors (v3) — renat999 / detail
  673. Fixed Jenkins errors (v4) — renat999 / detail
  674. Fixed Jenkins errors (v5) — renat999 / detail
  675. Fixed Jenkins errors (v6) — renat999 / detail
  676. Fixed Jenkins errors (v7) — renat999 / detail
  677. Fixed Jenkins errors (v8) — renat999 / detail
  678. Fixed Jenkins errors (v9) — renat999 / detail
  679. Started working on PDE base classes and consistent error estimate — renat999 / detail
  680. Fix some tar scripts — galbramc / detail
  681. Add tar script for petsc — galbramc / detail
  682. Look for generic petcs.tgz to build PETSc — galbramc / detail
  683. added constrained solver for centerline velocity and equilibrium wall model — allmaras / detail
  684. code clean-up; no change in functionality — allmaras / detail
  685. added access functions needed for globally constrained solver — allmaras / detail
  686. added valid-state check for global parameters; new function is virtual but — allmaras / detail
  687. instantiations needed for globally constrained system for N=2 PDE and 2 global — allmaras / detail
  688. new volume integrand for augmenting PDE residuals via global parameters terms — allmaras / detail
  689. line-length squawks & missing instantitations for 1D globally constrained channel flow — allmaras / detail
  690. fixed possible uninitialized variable — allmaras / detail
  691. Fix UnionJack so it works with avro — galbramc / detail
  692. Unstaged src/pde/sansPDEBase2D.h — renat999 / detail
  693. Added unit test for src/pde/sansPDEBase.h — renat999 / detail
  694. Update avro_tar script to get submodules — galbramc / detail
  695. Fixed compiler error — renat999 / detail
  696. Update tar for avro to include submodules — galbramc / detail
  697. Remove debug print statements — galbramc / detail
  698. Add Nozzle BC to body force — galbramc / detail
  699. better initial guess for pressure gradient and solution profile — allmaras / detail
  700. fixed uninitialized variable squawk (athough it'll never happen) — allmaras / detail
  701. Update Copyright dates to 2013-2024 — galbramc / detail
  702. Somehow missed on file — galbramc / detail
  703. Use new accelerate lapack on macOS — galbramc / detail
  704. Script updates for viggen — galbramc / detail
  705. One more copyright date fix — galbramc / detail
  706. Add linear nozzle coefficient ramp — galbramc / detail
  707. Add more suitesparse search paths. Add Nozzle outflow BC unit test. — galbramc / detail
  708. Check for unsteady with BDF and RK. — galbramc / detail
  709. Restore time step in BDF — galbramc / detail
  710. Cleanup AFT — galbramc / detail
  711. Fix array out of bounds — galbramc / detail
  712. Remove unused variable — galbramc / detail
  713. Fix finding suitesparse includes — galbramc / detail
  714. Fix compile error — galbramc / detail
  715. Add missing mpi communictor includes — galbramc / detail
  716. Add ParameterVectorS for static sized python arrays — galbramc / detail
  717. Missed a file — galbramc / detail
  718. Suppress warning — galbramc / detail
  719. Suppress duplicate library link warning on macOS — galbramc / detail
  720. Fix for python2 — galbramc / detail
  721. Add radial variation in fsig for FlowTan body force — galbramc / detail
  722. Allow solving for Nozzle Coefficient — galbramc / detail
  723. Fix typo — galbramc / detail
  724. Fix body force optimization — galbramc / detail
  725. Add unsteady body force pertubation — galbramc / detail
  726. Forgot checkInputs — galbramc / detail
  727. Fix compile error — galbramc / detail
  728. One more compile error — galbramc / detail
  729. One more fix — galbramc / detail
  730. Add temporal ramp for rotor pertubation — galbramc / detail
  731. Fix compile error — galbramc / detail
  732. Allow turning off body force pertubation time ramp — galbramc / detail
  733. One more fix — galbramc / detail
  734. One more fix — galbramc / detail

#1604 (Mar 3, 2024, 3:19:35 AM)

  1. Warning and unintialized data fixes — galbramc / detail
  2. Reformatted test cases, fixed hierarchical if statement — cwomack / detail
  3. Initialize blockage to 1 — galbramc / detail
  4. all Field classes must be templated with Axes (since they contain and/or — allmaras / detail
  5. Fix shear stress calculation — galbramc / detail
  6. more XField* and Field* templating with Axes; trying to compile, link and — allmaras / detail
  7. Fix blockage initialization — galbramc / detail
  8. more XField* and Field* templating with Axes; trying to compile, link and — allmaras / detail
  9. vera squawks — allmaras / detail
  10. Axes templating for AFLR2 — allmaras / detail
  11. more Axes related bugs and squawks — allmaras / detail
  12. more Axes fixes — allmaras / detail
  13. eliminated unused variables — allmaras / detail
  14. Set no fairing for duct wall surface grid — shunz / detail
  15. tried a case of uncoupled IBL on arc surface — shunz / detail
  16. Axes templates for avro — allmaras / detail
  17. more Axes in avro fixes — allmaras / detail
  18. avro instantiations require Cartesian parameter — allmaras / detail
  19. more avro Axes fixes — allmaras / detail
  20. fixed outdated stuff due to updates of Axisymmetric API and Field directory reorg — shunz / detail
  21. fixed too-narrow assertion. updated use of interior trace group indexing — shunz / detail
  22. avro Axes fixes — allmaras / detail
  23. more fixes — allmaras / detail
  24. 4D avro instantiation — allmaras / detail
  25. removed some redundant unit test code (was producing a compiler warning) — allmaras / detail
  26. file IO updates in test case — shunz / detail
  27. 2D wall model implementation and testing — ursachi / detail
  28. Played with a case with step/sigmoid function of inlet BC to show qe-based alpha is not too dissipative — shunz / detail
  29. played with 2D IBL cases to compare heuristic and corrected LF fluxes in PhD thesis — shunz / detail
  30. Fix redundant pi/180 multiplication for asymmetric rotor source — galbramc / detail
  31. Add missing pi/180 for asymmertic Rotor Source parameter bounds — galbramc / detail
  32. Try moving the pi/180 scaling again — galbramc / detail
  33. Forgot a file — galbramc / detail
  34. Fixed DOF calculation — cwomack / detail
  35. Fixed XField error, changed Axisym DBL to run automatically — cwomack / detail
  36. Fix halving linesearch dumpField — galbramc / detail
  37. Update unit test — galbramc / detail
  38. More unit test updates — galbramc / detail
  39. Don't try to compare tecplot files. — galbramc / detail
  40. Suppress cmake dev warning — galbramc / detail
  41. Still need to remove the files — galbramc / detail
  42. Try and try again — galbramc / detail
  43. Relax timing — galbramc / detail
  44. Use min for SA-R for now. — galbramc / detail
  45. Minor PTC update — galbramc / detail
  46. added WM joukowski test case — ursachi / detail
  47. Updates to SA-R — galbramc / detail
  48. bsans old commits — waligura / detail
  49. Use smooth math for SA-R — galbramc / detail
  50. Added p adjoint to DGBR2 interface — cwomack / detail
  51. Axes templating; defaults to Axes=Cartesian wherever needed — allmaras / detail
  52. added Axes template to XField2D_Box_Quad_X1; default to Cartesian — allmaras / detail
  53. Fixed vera error and FINALLY tracked down meshing issue — cwomack / detail
  54. Fixed vera errors — cwomack / detail
  55. addes Axes templates; default to Cartesian — allmaras / detail
  56. modified globally constrained infrastructure to allow for more general constraints (e.g. boundary constraint) — allmaras / detail
  57. added axisymmetric centerline BC for Euler/NS — allmaras / detail
  58. added pressure evaluation function to Q-interpreters — allmaras / detail
  59. added Brenner to axisymmetric; no unit tests yet — allmaras / detail
  60. output functionals for axisymmetric — allmaras / detail
  61. source and source Jacobian terms for axisymmetric Euler/NS — allmaras / detail
  62. code clean up for solid-body rotation solution — allmaras / detail
  63. changed template parameter from PDE to OutputFunctional to better reflect — allmaras / detail
  64. temporary fix for setting Axes within NDConvert functions; requires Axisymmetric — allmaras / detail
  65. attempt at adding boundary-trace pressure constraint (hard part is Lagrange multiplier term) — allmaras / detail
  66. updated test case to new interface for globally constrained; primary mods are — allmaras / detail
  67. corrected template parameters and BCBase types in Lagrange multiplier — allmaras / detail
  68. corrected ND issues and BC mapping issues for Lagrange multiplier term (still doesn't — allmaras / detail
  69. more mods/corrections for boundary-trace pressure constraint — allmaras / detail
  70. Fix bounding box check for body force camber surfaces — galbramc / detail
  71. Even more robust body force camber surface bounding box calculation — galbramc / detail
  72. added SurrealS operator= option to PyDict — allmaras / detail
  73. undo previous PyDict changes since python itself cannot support Surreals — allmaras / detail
  74. Added system tests for solver interfaces — cwomack / detail
  75. Fixed errors — cwomack / detail
  76. Fixed errors (should've been in last commit) — cwomack / detail
  77. More SA-R updates — galbramc / detail
  78. Fixed link errors — cwomack / detail
  79. Reverted CMakeLists changes — cwomack / detail
  80. Upgrade to latest refine — galbramc / detail
  81. Fix compile error — galbramc / detail
  82. One more refine fix — galbramc / detail
  83. vera fix — galbramc / detail
  84. Update CMake for ParMETIS/METIS on github. Updated to newer Find Python3. — galbramc / detail
  85. Don't write restart.meshb from refine — galbramc / detail
  86. Remove restart.meshb from refine — galbramc / detail
  87. Rework metis/parmetis build again — galbramc / detail
  88. Don't build extern libs in parallel — galbramc / detail
  89. Fix intel warning — galbramc / detail
  90. Update GKlib build and suitesparse check — galbramc / detail
  91. Forgot a file — galbramc / detail
  92. PDERANSSA3D and unit test changes for Catris model implementation from Andrew — waligura / detail
  93. changes to PDERANS3D with turbulence model implementation updates — waligura / detail
  94. actual commit for PDERANS3D that incorporates all merges — waligura / detail
  95. Another parmetis build fix — galbramc / detail
  96. Update cmake summary file — galbramc / detail
  97. Finally maybe — galbramc / detail
  98. vera changes to the PDE and constructor changes to test cases — waligura / detail
  99. Print absolute and relative PETSc tolerance — galbramc / detail
  100. Add fPIC when building GKlib — galbramc / detail
  101. More cmake fixes — galbramc / detail
  102. Remove message — galbramc / detail
  103. Maybe finally got it right... — galbramc / detail
  104. changed backsolve to not modify RHS (b) — ursachi / detail
  105. small commit to test jenkins again — waligura / detail
  106. Slightly prettier formatting for PETSc history — galbramc / detail
  107. Add metis to refine libraries — galbramc / detail
  108. Navier Stokes test case I'm having trouble with — waligura / detail
  109. made WM a turbulence model option (instead of adding an input to the — ursachi / detail
  110. Added adjoint DBL to scalar function — cwomack / detail
  111. Fixed unit test tolerance issue — cwomack / detail
  112. Lowered DBL unit test tolerance — cwomack / detail
  113. Changed BOOST_CHECK to SANS_CHECK — cwomack / detail
  114. supersonic case update — waligura / detail
  115. Added renat999@mit.edu to DeveloperEmailAddresses — renat999 / detail
  116. Axes template for DG interior and boundary traces — allmaras / detail
  117. Axes template for XField_CellToTrace — allmaras / detail
  118. Add fourier modes for asymmetric rotor body forces — galbramc / detail
  119. Forgot a file — galbramc / detail
  120. Update test — galbramc / detail
  121. sansBOOM mods for AV jump sensor — darmofal / detail
  122. Fixes for Ubuntu 22.04. Compiler flags for IntelLLVM and relaxed tolerances. — galbramc / detail
  123. Fix permissions — galbramc / detail
  124. Intel and gnu12 fixes — galbramc / detail
  125. Add missing instantiations — galbramc / detail
  126. More link error fixes — galbramc / detail
  127. One more missing instantiation — galbramc / detail
  128. Relax tolerance for intel — galbramc / detail
  129. Put calculateStroudQuadrature in SANS namespace — galbramc / detail
  130. Refactor non-symmetric body forces — galbramc / detail
  131. Compile fix — galbramc / detail
  132. Vera fix — galbramc / detail
  133. Fix warning and ping test — galbramc / detail
  134. Adjusting finite difference — galbramc / detail
  135. Smaller step size — galbramc / detail
  136. new changes to PDERANS3D to include jacobian fixes — waligura / detail
  137. small vera mistake I missed — waligura / detail
  138. Upgrade to ESP 1.20 — galbramc / detail
  139. Fix warning — galbramc / detail
  140. sansLIPAIM python fixes — galbramc / detail
  141. Fixed the unit test for zero species — renat999 / detail
  142. Fix geometry construction — galbramc / detail
  143. More ESP updates — galbramc / detail
  144. Spatial implementation of sansBOOM created as sansBOOM2D — darmofal / detail
  145. More egads fixes — galbramc / detail
  146. Add WallSlip BC for 3D RANSSA — galbramc / detail
  147. Fix last commit — galbramc / detail
  148. Fix array bounds error — galbramc / detail
  149. Added test cases for Nspecies=1. Still a bug. — renat999 / detail
  150. Added test cases for Nspecies=1. Still a bug. — renat999 / detail
  151. Add PtPolynomials to 3D PtTt BC — galbramc / detail
  152. Fix compile error — galbramc / detail
  153. Update input checks for total pressure profile — galbramc / detail
  154. added tests for remainder of block 2x2 jacobians: d(PDE)/d(qp), d(PDEp)/d(q), d(PDEp)/d(qp) — allmaras / detail
  155. templated Axes for UnitGrids XField2D_Box_UnionJack_Triangle_X1, XField2D_CubicSourceBump_Xq, — allmaras / detail
  156. Fix rotor source asymmetric normal vectors — galbramc / detail
  157. Fix last commit — galbramc / detail
  158. Fixed sansBOOM SpaceTime1D with multiple species. — renat999 / detail
  159. Add legacy VTK and Exodus metric files — galbramc / detail
  160. VTK fixes — galbramc / detail
  161. Fixed Body Force solver sensitvity — galbramc / detail
  162. Warning fixes — galbramc / detail
  163. fixed vera errors: long line — shunz / detail
  164. fixed vera errors: long line — shunz / detail
  165. updated include paths — shunz / detail
  166. updated include paths — shunz / detail
  167. removed outdated sandbox case — shunz / detail
  168. updated usage of 3D quad sheet grid's interior trace group count — shunz / detail
  169. updated pyrite files. relaxed pyrite tolerance. fixed IO file/path names — shunz / detail
  170. turned off file output — shunz / detail
  171. PDEsansBOOM2D.h updates — darmofal / detail
  172. relaxed tolerance for intel — shunz / detail
  173. relaxed tolerance again for intel — shunz / detail
  174. Remove depricated sprintf — galbramc / detail
  175. Add cirumfirential body force — galbramc / detail
  176. Use system valgrind — galbramc / detail
  177. Fix warning — galbramc / detail
  178. Derivative calculation fixes for asymmetric body forces — galbramc / detail
  179. Suppress sanitizer odr violations. Add the ability for ugrid reader to — galbramc / detail
  180. CMake file fix — galbramc / detail
  181. Forgot to update files. Some cppcheck fixes. — galbramc / detail
  182. added wall model for 3D — ursachi / detail
  183. added missing template arguments — ursachi / detail
  184. Update 2D SA_R to latest deffinition on TMR — galbramc / detail
  185. Fix abs with fabs — galbramc / detail
  186. added a missing const — ursachi / detail
  187. raised tolerance slightly for test — ursachi / detail
  188. More robust normal field for rotor source — galbramc / detail
  189. Update MultiScale for latest refine. Replace vsprintf with vsnprintf. — galbramc / detail
  190. Working sansBOOM2D with unit tests for the PDE — renat999 / detail
  191. Update rotor source ping test — galbramc / detail
  192. Refactor and simplified NormalField to use axial and raidal instead of cartesian coordinates — galbramc / detail
  193. Minor fixes — galbramc / detail
  194. Write out unconverged_surf.dat for BodyFroce RANS calculations. — galbramc / detail
  195. Add manual body force magnitude specification — galbramc / detail
  196. Change deltaRef to forceMag in normal field dump — galbramc / detail
  197. Forgot to update some python inputs — galbramc / detail
  198. DGBR2/DGBR4 low-level modification integrated. — cfrontin / detail
  199. templateized DiscretizationDGBR2 implemented, working on one test case. — cfrontin / detail
  200. test/sandbox cases updated with templateized DGBR — cfrontin / detail
  201. unit test brute force replacement — cfrontin / detail
  202. unit test fixes ; make unit working — cfrontin / detail
  203. initialized variables to zero to fix compiler warnings — ursachi / detail
  204. Add new asymmetric forces to optimizer. Fix RotorForce tecplot dump. — galbramc / detail
  205. system test update dgbr2 templatizaiton — cfrontin / detail
  206. fixed weird type mismatch in adapt3d_DGBR2_ranssa_HCH_toy.cpp — cfrontin / detail
  207. test case changes to update — waligura / detail
  208. sandbox case add 2 — waligura / detail
  209. changes before Ben switch — waligura / detail
  210. think it should pass now. — cfrontin / detail
  211. Try to capture discontinuities for Rotor source teclot output — galbramc / detail
  212. Fix typo — galbramc / detail
  213. Added Area + Atmos. variations to sansBOOM2D — renat999 / detail
  214. Fixes to previous commit — renat999 / detail
  215. sansBOOM2D directories — renat999 / detail
  216. cleaned up files — ursachi / detail
  217. added wall function BC for 3D — ursachi / detail
  218. Blasius + polar coordinate test problems and functions — cwomack / detail
  219. added instantitations containing Axes template for XField2D_Box_UnionJack_Triangle_X1 — allmaras / detail
  220. explicitly added Axes to all apply<> and check<> calls; this is needed because — allmaras / detail
  221. added Axes template parameters — allmaras / detail
  222. Axisymmetric instantiations — allmaras / detail
  223. mods needed for extending global constraints to boundary terms and systems — allmaras / detail
  224. mods to artificial viscosity sensor PDE needed for Axisymmetric — allmaras / detail
  225. added dump of solution (x from Ax = b) for UMFPACK — allmaras / detail
  226. modified halving linesearch diagnostics to dump out full solution change — allmaras / detail
  227. added constant CFL number option to PTC — allmaras / detail
  228. added function to return vector of base altitudes for all layers in atmosphere — allmaras / detail
  229. proper spelling for Blohkinzev (previously had the h & k swapped) — allmaras / detail
  230. turned off some print statements — allmaras / detail
  231. added Reflect BC; bug fixes and code clean-up — allmaras / detail
  232. continued development of axisymmetric test cases; addition of Brenner and SBR perturbation PDEs; — allmaras / detail
  233. code clean-up — allmaras / detail
  234. added sans-differential integration (e.g. without r for axisymmetric); needed — allmaras / detail
  235. fixed merge conflicts — allmaras / detail
  236. fixed vera line length squawks — allmaras / detail
  237. relaxed tolerances on tests — allmaras / detail
  238. missed an apply<> template — allmaras / detail
  239. added a template parameter to AlgebraicEquationSet_GloballyConstrained_PTC — allmaras / detail
  240. vera squawk — allmaras / detail
  241. int -> size_t in for loops — allmaras / detail
  242. removed axisymmetric SBR and TP1 test cases for now — allmaras / detail
  243. removed unused variable from test — allmaras / detail
  244. over-wrote a dump pattern file — allmaras / detail
  245. unused typedef removed — allmaras / detail
  246. missing dump pattern file — allmaras / detail
  247. relaxed test tolerance (for intel...) — allmaras / detail
  248. added jacobianFluxViscous to axisymmetric NS; unit tested — allmaras / detail
  249. updated augmented interface to use Dirichlet/Neumann form — allmaras / detail
  250. added option to evaluate Glasby tau without source term contribution — allmaras / detail
  251. added an explicit Axes typedef to all PDE and Output classes; NDConvert now — allmaras / detail
  252. axisymmetric NS function diffusionViscousGradient coded and unit tested — allmaras / detail
  253. added/corrected axisymmetric NS jacobianSource term with unit tests — allmaras / detail
  254. Addition of updated mathematica testing notebooks for PDERANS2D tests — waligura / detail
  255. Add camber surface dump — galbramc / detail
  256. Suppress Boost new version warnings in CMake — galbramc / detail
  257. added Axes template to XField1D mesher — allmaras / detail
  258. Axes fixes and instantiations needed for 1D axisymmetric solve — allmaras / detail
  259. added linear temperature option of noslip-isothermal BC; added new solution — allmaras / detail
  260. added solution function for stagnant flow with linear-in-z temperature (and constant pressure); — allmaras / detail
  261. Added folders — renat999 / detail
  262. Added files — renat999 / detail
  263. Add body force normal and pallel forces to deltaRef tecplot dump — galbramc / detail
  264. Fixed sansBOOM to be up to date with the master br — renat999 / detail
  265. Fixed vera errors — cwomack / detail
  266. Fixed errors, added template argument — cwomack / detail
  267. fixed templating error — cwomack / detail
  268. Changed test suite name — cwomack / detail
  269. Removed unused variable — cwomack / detail
  270. Update SuiteSparse build. Relax some testing tolerances. — galbramc / detail
  271. Fixes for exodus file IO — galbramc / detail
  272. Standardized DBL cases, added unit test for annulus — cwomack / detail
  273. Use step matrix FrobNorm minimization for implied metric optimization. — galbramc / detail
  274. updated Tecplot output for VMSDBR2 to be consistent with boundary flux — ursachi / detail
  275. forgot to include updated cmakelist with previous commit — ursachi / detail
  276. forgot to actually commit the Tecplot output file — ursachi / detail
  277. Added axisymmetric DBL — cwomack / detail
  278. changed variable name to nt to be consistent with rest of code — ursachi / detail
  279. Add fluent reader to support Pointwise generated meshes for RotorSource — galbramc / detail
  280. Forgot updated partitioning files — galbramc / detail
  281. One more missing file — galbramc / detail
  282. Added sag6096@psu.edu to DeveloperEmailAddresses — sag6096 / detail
  283. added gradients for specified velocity for no-slip, isothermal BC — allmaras / detail
  284. Forgot one more file — galbramc / detail
  285. Add another file to COTIRE_IGNORE — galbramc / detail
  286. Fix group numbering on older gcc versions for Fluent reader — galbramc / detail
  287. added Axes template to meshers, error estimates, local problems, adaptation — allmaras / detail
  288. 1D and 2D axisymmetric instantiations for meshers, error estimates, local problems, adaptation — allmaras / detail
  289. added Axes template to CostModel_LogEuclidean; also modified integration — allmaras / detail
  290. Expose SA Flavours for Rotor Source calculations — galbramc / detail
  291. missed a couple files with added Axes templates — allmaras / detail
  292. Removed annulus unit test while fixing bug — cwomack / detail
  293. Removed unused variables — cwomack / detail
  294. Loosened tolerance on one test — cwomack / detail
  295. Galerkin strong-form BC implementation classes renamed to be consistent with file name — allmaras / detail
  296. Add pressure gradient terms to RotorSource — galbramc / detail
  297. Relax tolerance — galbramc / detail
  298. consistent interface in augmented integrand for both Dirichlet and Neumann constraints — allmaras / detail
  299. added option for SUPG with source term for test-function operator; — allmaras / detail
  300. added option to add both q-gradient and qp-gradient into lifted gradient; — allmaras / detail
  301. added code for integration without the differential multiplier (e.g. r in Axisymmetric); — allmaras / detail
  302. Added sag6096@mit.edu to DeveloperEmailAddresses — sag6096 / detail
  303. fixed merge conflicts — allmaras / detail
  304. vera line-length squawks — allmaras / detail
  305. added missing Axes in refine and related instantiations — allmaras / detail
  306. fixed vera squawk — allmaras / detail
  307. Add RotorSource flow tangency model — galbramc / detail
  308. Fix for intel compiler — galbramc / detail
  309. Remove redundtant email — galbramc / detail
  310. Adjust ping test — galbramc / detail
  311. Add clVariableType. Fix sourceJacobianAbs for RotorFlowTan. — galbramc / detail
  312. added compiler warning suppression for Ping_Euler_RotorSource_btest.cpp — allmaras / detail
  313. added compiler suppression -Wno-maybe-uninitialized to BodyForceSolver_*.cpp — allmaras / detail
  314. fixed nightly warnings: possibly uninitialized variables — allmaras / detail
  315. First incorporation of Standard Atmosphere, and altitude dependent Absorption — renat999 / detail
  316. Saving first draft of polar coordinates, axisym changes — cwomack / detail
  317. raypath code for multi-layer atmospheres; functions of both z and s — allmaras / detail
  318. Mathematica file for unit tests of raypath code for standard atmosphere — allmaras / detail
  319. some compilers need #include <vector> — allmaras / detail
  320. increased tolerances on raypath tests — allmaras / detail
  321. Support 2D CG periodic solutions. Add 2D RotorSource calculations. — galbramc / detail
  322. Fix for 2D CG periodic in parallel — galbramc / detail
  323. Fix ArcCamber angle definition. Allow both positive and negative angles — galbramc / detail
  324. Fix FieldLib library order — galbramc / detail
  325. Standard Atmosphere RayPathS and absorption added — renat999 / detail
  326. Allow constrained body force solves in 2D — galbramc / detail
  327. Fix tankap for 2D. Add rhofn to RotorSource output. Fix link errors. — galbramc / detail
  328. Fix 2D RotorSource tecplot dump — galbramc / detail
  329. Put back rotor source tan(kappa) — galbramc / detail
  330. Fix tecplot dump for 2D body forces to use PASSIVEVARLIST. Get FlowTan body foces working in 2D. — galbramc / detail
  331. Forgot a file — galbramc / detail
  332. Correction to asymmetric Pt inflow BC — galbramc / detail
  333. Fix typo — galbramc / detail
  334. One more bug fix — galbramc / detail
  335. Compile fix — galbramc / detail
  336. Fixed compiler errors — galbramc / detail
  337. A few jenkins fixes — galbramc / detail
  338. Warning and link fixes — galbramc / detail
  339. More link error fixes — galbramc / detail
  340. Fix includes — galbramc / detail
  341. Fix some link errors — galbramc / detail
  342. Not sure what I fixed... — galbramc / detail
  343. Add placeholder HUMOR meshing interface — galbramc / detail
  344. Fixes for last commit — galbramc / detail
  345. More seacas guards — galbramc / detail
  346. One more seacas protection — galbramc / detail
  347. Add one seacas dependency — galbramc / detail
  348. Fixed test cases and unified results — cwomack / detail
  349. Fixed vera errors — cwomack / detail
  350. Added to vera exclusions — cwomack / detail
  351. Add unsteady to BodyForces — galbramc / detail
  352. Sending DG changes to Steve — cwomack / detail
  353. Add missing updated RK examples. Update history output for unsteady BodyForce — galbramc / detail
  354. added Axes templates for missing DG error estimates; added instantiations for axisymmetric DG — allmaras / detail
  355. Invert eigen vector scaling for exodus files — galbramc / detail
  356. Pad zeros in body force file names — galbramc / detail
  357. Fix compile error — galbramc / detail
  358. additional Axes mods and axisymmetric/polar instantations needed for 'make check' — allmaras / detail
  359. Compile fixes and corrections to Exodus file write — galbramc / detail
  360. Forgot a file — galbramc / detail
  361. Fix call to HUMOR — galbramc / detail
  362. Exodus reader fix — galbramc / detail
  363. Missed a file — galbramc / detail
  364. More humor options — galbramc / detail
  365. Fix typo — galbramc / detail
  366. Pushing code, missing defaulted Axes — cwomack / detail
  367. Add KarypisLab tar scripts — galbramc / detail
  368. added Axes templates into VMSD error estimates — allmaras / detail
  369. Update KarypisLab tar scripts — galbramc / detail
  370. 1st draft polar adaptation — cwomack / detail
  371. Fix normal mach output for 2D — galbramc / detail
  372. Runge Kutta updates — galbramc / detail
  373. Minor fixes — galbramc / detail
  374. Switch to BDF — galbramc / detail
  375. Fix missing instantiation — galbramc / detail
  376. Add omega to constrained solver outputs — galbramc / detail
  377. Use CFL based time stepping for BDF — galbramc / detail
  378. Don't return results when constrained solver fails — galbramc / detail
  379. Fix cylindrical pressure probe output — galbramc / detail
  380. Fix typo — galbramc / detail
  381. Add fluent format documentation — galbramc / detail
  382. Fix pressure probe output one more time — galbramc / detail
  383. Changes to polar normal vector — cwomack / detail
  384. Add pressure output for rotor source — galbramc / detail
  385. Test mods — cwomack / detail
  386. first step towards a variable Prt model — waligura / detail
  387. Changes for Steve — cwomack / detail
  388. fixed polar coordinates integration bug; changed all ElementXField definitions for jacobianDeterminant, — allmaras / detail
  389. Blend equations for FlowTan — galbramc / detail
  390. Add more RotorSource 3D dumps. Default double precision for tecplot dumps. — galbramc / detail
  391. Add dp/deta to delta dump — galbramc / detail
  392. Fix compile errors — galbramc / detail
  393. Add cylindrical relative velocity components — galbramc / detail
  394. Fix line search unit tests — galbramc / detail
  395. fixed polar-coordinates differential length and area functions, along with — allmaras / detail
  396. Saving polar changes — cwomack / detail
  397. Add tolerane to valid x-range for 2D rotor outputs — galbramc / detail
  398. Fix vector size for DeltaRef dump — galbramc / detail
  399. polar bug fix: volume() -> volumePhysical() & area() -> areaPhysical() — allmaras / detail
  400. made *sansDifferential and *Mesh integrations consistent (i.e. the same as — allmaras / detail
  401. many changes to variable types to incorporate a variable conductivity with Prt — waligura / detail
  402. incorporated 1/r into theta derivative for polar in evalBasisGradient (which — allmaras / detail
  403. modified polar Hessian to correctly include 1st derivatives and 1/r terms — allmaras / detail
  404. Saving changes — cwomack / detail
  405. Update tecplot dump for flowTan body force. Allow getting EGADS model from pyton for BodyForces/ — galbramc / detail
  406. Fix fn dump in deltaRef — galbramc / detail
  407. solving for s ahead of time — renat999 / detail
  408. Fix compilere warning and guard against divide by zero — galbramc / detail
  409. Change flowTan model at bounds. Fix deltaRef dump. — galbramc / detail
  410. Update unit tests — galbramc / detail
  411. Reverse sign of tan(kappa) for Peters body force term — galbramc / detail
  412. Dump out delta and kappa in deg for body forces — galbramc / detail
  413. Polar modifications — cwomack / detail
  414. added missing template — ursachi / detail
  415. added 2D flatplate test case (includes WM) — ursachi / detail
  416. Expose fsig in RotorFlowTan python arguments. Add env args to valgrind execution. — galbramc / detail
  417. Remove Ntheta scaling from FlowTan force — galbramc / detail
  418. Change scaling on normal force back to 1/r — galbramc / detail
  419. Fix cmake warning — galbramc / detail
  420. Add kShock to body force interface and change flowTan viscous model again — galbramc / detail
  421. Add missing kShock — galbramc / detail
  422. Polar bug fixes — cwomack / detail
  423. Fixed link errors — cwomack / detail
  424. working modification of PDERANS with a new Prt datatype defined with surreals. This build does not have the correct contructor formulation for PDERANSSA though — waligura / detail
  425. Change Rotor Rot/Rel outputs to specify rotor and position — galbramc / detail
  426. Sandbox polar changes — cwomack / detail
  427. sandbox changes — cwomack / detail
  428. Fixed vera errors — cwomack / detail
  429. Added annulus grids — cwomack / detail
  430. Sanbox changes — cwomack / detail
  431. Sandbox changes — cwomack / detail
  432. sandbox — cwomack / detail
  433. Add TECIO support. Fix compiler warnings. Fix projection from Hierachical to Lagrange in 2D. — galbramc / detail
  434. sandbox — cwomack / detail
  435. sandbox — cwomack / detail
  436. sandbox — cwomack / detail
  437. sandbox — cwomack / detail
  438. sandbox — cwomack / detail
  439. sandbox — cwomack / detail
  440. isandbox — cwomack / detail
  441. sandbox — cwomack / detail
  442. dbl — cwomack / detail
  443. dbl — cwomack / detail
  444. sandbox — cwomack / detail
  445. sandbox — cwomack / detail
  446. sandbox — cwomack / detail
  447. sandbox — cwomack / detail
  448. sandbox — cwomack / detail
  449. sandbox — cwomack / detail
  450. sandbox — cwomack / detail
  451. sandbox — cwomack / detail
  452. sandbox — cwomack / detail
  453. sandbox — cwomack / detail
  454. sandbox — cwomack / detail
  455. sandbox — cwomack / detail
  456. sandbox — cwomack / detail
  457. Fix warning and tecplot file write — galbramc / detail
  458. sandbox — cwomack / detail
  459. sandbxo — cwomack / detail
  460. sandbxo — cwomack / detail
  461. Allows solving for Back Pressure with Body Forces. TECIO fixes. — galbramc / detail
  462. Output solved back pressure for body force constrained solver. Fix compile error. — galbramc / detail
  463. Add missing instantiation — galbramc / detail
  464. sandbox changes — cwomack / detail
  465. sandbox and tecplot changes — cwomack / detail
  466. fixed bugs — cwomack / detail
  467. adjusted tolerancw — cwomack / detail
  468. PDEsansBOOM2D all effects included. Still some details in Unit tests — renat999 / detail
  469. Implemented the QType for the AFT 2014 Transition model — sag6096 / detail
  470. sandbox — cwomack / detail
  471. stashing changes now as a backup since the NN functionality is almost online — waligura / detail
  472. Fix parallel Metric file write. Don't revert to a lienar mesh if local patch construction fails. — galbramc / detail
  473. Working Prt NN Modification with no derivatives — waligura / detail
  474. sandbox changes — cwomack / detail
  475. sandbox — cwomack / detail
  476. merging branches — cwomack / detail
  477. Added polar instantiations — cwomack / detail
  478. Added WM BC for AV — ursachi / detail
  479. Added lrochery@mit.edu to DeveloperEmailAddresses — lrochery / detail
  480. Added the AFT transition model and subsequent — sag6096 / detail
  481. Reverted tecplot changes — cwomack / detail
  482. Even more generalized asymmetric fourier functions. Fix NormalVelocity flux. Add parallel force to BodyForce tecplot dump. — galbramc / detail
  483. Fix compile error — galbramc / detail
  484. Fixes for optimizing body force asym normals — galbramc / detail
  485. Fixed lingering warnings and hard-coded H12 term. — sag6096 / detail
  486. Smoother AFT model — galbramc / detail
  487. Add wall search stress output for RANS AFT flatplate — galbramc / detail
  488. Fix asym gradient calculation — galbramc / detail
  489. Fixed vera errors — cwomack / detail
  490. Added avro to FP cases — sag6096 / detail
  491. Fixed vera error — cwomack / detail
  492. Fix template errors — galbramc / detail
  493. Vera changes, new advective flux BC — cwomack / detail
  494. Fixed all lingering warnings — sag6096 / detail
  495. *ACTUALLY* got rid of all lingering warnings. — sag6096 / detail
  496. NormalField unit test fix and fix RotorSource interior force dump. — galbramc / detail
  497. One more compile fix — galbramc / detail
  498. Allow removing body force radial normal component — galbramc / detail
  499. Fixes — cwomack / detail
  500. added explicit instantiations of output_Tecplot for grid only for both — allmaras / detail
  501. Change to area averaged NormalVelocity for RotorSource — galbramc / detail
  502. try 2: explicit instantitations for grid-only output_Tecplot — allmaras / detail
  503. Fixed jenkins issues — cwomack / detail
  504. Missed a file — galbramc / detail
  505. Added albornoz@mit.edu to DeveloperEmailAddresses — albornoz / detail
  506. Fix for Unit output — galbramc / detail
  507. More fixes for unit calculation — galbramc / detail
  508. Added ejwllms@mit.edu to DeveloperEmailAddresses — ejwllms / detail
  509. Fixed unit test errors — cwomack / detail
  510. Fix compile error — galbramc / detail
  511. Changed warning — cwomack / detail
  512. Changed warnings — cwomack / detail
  513. All effects (except wind) implementation for sansBOOM2D with unit tests — renat999 / detail
  514. Removed CMakeCache.txt and correct indentation in Absorption.h — renat999 / detail
  515. Removed sansBOOM from directory list in src/pde/CMakeLists.txt — renat999 / detail
  516. Removed test/unit/pde/sansBOOM — renat999 / detail
  517. All the missing unit test for sansBOOM2D directory — renat999 / detail
  518. Removed test/unit/pde/sansBOOM for the directory list in CMakeLists.txt — renat999 / detail
  519. Untracked last files realted to sansBOOM — renat999 / detail
  520. Added asmedina@mit.edu to DeveloperEmailAddresses — asmedina / detail
  521. Added dgoba@mit.edu to DeveloperEmailAddresses — dgoba / detail
  522. Added new Ptrip term to source(iSA) for AFT model — sag6096 / detail
  523. Fixed missing bracket — sag6096 / detail
  524. Fixed issue with power function — sag6096 / detail
  525. added check on clang compiler for #pragma's on boost special functions include — allmaras / detail
  526. changed #ifdef from __clang_analyzer__ to __clang__ for warning suppression on boost Bessel function — allmaras / detail
  527. Update tar scripts for parmetis — galbramc / detail
  528. Adding support for an advection-diffusion-reaction (ADR) solver — darmofal / detail
  529. Fix email — albornoz / detail
  530. Added sansBOOM directories again. The toy code for sansBOOM2D with VMSDBR2 is also present — renat999 / detail
  531. Fixing merge conflicts — renat999 / detail
  532. Added CMakeLists.txt in sansBOOM directories — renat999 / detail
  533. New working Prt model with derivatives implemented: still need to implement throughout PDERANSSA — waligura / detail
  534. Working version of Prt modeling with Duan implemented Neural Network (small). Still does not run because of solver issues though — waligura / detail
  535. removed all instantiations for 1D Polar; these were all previously commented out — allmaras / detail
  536. eliminated depricated #else branch for FIX_POLAR_BUG and FIXED_POLAR_GRADIENT; — allmaras / detail
  537. fixed nightly build squawks — allmaras / detail
  538. Make sure ccache script has execute permissions — galbramc / detail
  539. Changes to test case for supersonic run — waligura / detail
  540. Brenner fixes — waligura / detail
  541. Commiting to pull in the cluster. src/pde/OutputCell_SolutionErrorL2.h hacked to make 0 the srnos — renat999 / detail
  542. fixed nightly build squawks — allmaras / detail
  543. oops, bug fix for latest edit — allmaras / detail
  544. Toy codes to test DGBR2 and VMSDBR2 with analytical traveling wave — renat999 / detail
  545. Working Prt NN model implementation with 11 input variables and R^2 around 60%. The jacobian and gradient of the model are implemented as well, but nothing has been tested yet — waligura / detail
  546. other things needed to run — waligura / detail
  547. Compiled DistanceFunctionGradient, and add DistanceFunctionHessian. — galbramc / detail
  548. Added option for both AFT2014 and AFT2017 — sag6096 / detail
  549. fix for test case with importing from command line — waligura / detail
  550. "fixed" — waligura / detail
  551. fixing commit — waligura / detail
  552. fixing commit 2 — waligura / detail
  553. fixing commit 3 — waligura / detail
  554. fix 4 — waligura / detail
  555. Added smoothmax to smoothmath.h — sag6096 / detail
  556. Fix DistanceFunction Grad/Hess. Revive DistanceFunction tests. Add AFT2017. Refactor SA trip source for AFT. — galbramc / detail
  557. Supersonic working DuanS version — waligura / detail
  558. renamed wall model BC — ursachi / detail
  559. added isothermal WM BC — ursachi / detail
  560. made chit0 naming consistent — ursachi / detail
  561. forgot to add file for WM BC — ursachi / detail
  562. fixed variable type — ursachi / detail
  563. changes to the scaling in dataTransform to more accurately scale the simulation inputs. change made on super — waligura / detail
  564. Commit before reinstalling SANS — renat999 / detail
  565. Added in some of the blasius BC as well as AFT2019 — sag6096 / detail
  566. Fix ghost dof for broken CG fields — galbramc / detail
  567. Add actuator disk model. Fix tecplot CG dump for broken CG fields. — galbramc / detail
  568. Fix jacobianSource for AFT — galbramc / detail
  569. Fix compile error — galbramc / detail
  570. Missed instantiation — galbramc / detail
  571. Warning fixes — galbramc / detail
  572. Add avro guard — galbramc / detail
  573. Vera and warning fixes — galbramc / detail
  574. Fix compile error. Add linear offset to actuator disk psi_ts curve. — galbramc / detail
  575. Fix typo — galbramc / detail
  576. Fix array out of bound and sort keys for body force and actuator disk history files. — galbramc / detail
  577. Update nodal view for hex — galbramc / detail
  578. Fix actuator disk time integration — galbramc / detail
  579. Add asymmetric Pt to duct solver — galbramc / detail
  580. Fix compile error. Update TecIO build. — galbramc / detail
  581. Enable kt functions for Nozzle BC — galbramc / detail
  582. Fix time advancement for Duct Solver — galbramc / detail
  583. Add RANSSA RotorFlowTan — galbramc / detail
  584. Fixes for setting cn=0 with body forces — galbramc / detail
  585. Fix tests from last commit — galbramc / detail
  586. Added mbottot@mit.edu to DeveloperEmailAddresses — mbottot / detail
  587. Fix for finding numpy, and unit test fix — galbramc / detail
  588. Suppress warning and add missing instantiation — galbramc / detail
  589. Vera fix. More warning suppressions and timeout fixes — galbramc / detail
  590. Updated actuator disk model — galbramc / detail
  591. Forgot a file — galbramc / detail
  592. Getting some references working right so the unit tests run again. Getting ready to finalize the Prt unit test as well — waligura / detail
  593. Actuator disk fix — galbramc / detail
  594. Add NLF transition case — galbramc / detail
  595. Prt Model with working unnit test on Prt prediction — waligura / detail
  596. Change to IntelLLV as default for Intel compiler. — galbramc / detail
  597. Working Prt NN model with correct unit tests and deriviative implementation — waligura / detail
  598. Add scale factor for CompressiblePower calculation — galbramc / detail
  599. Cleaned up files for develop merge — waligura / detail
  600. Brought back all of the changes that I did not mean to make (I hope) — waligura / detail
  601. Relax tolerances for IntelLLVM — galbramc / detail
  602. Update RANSAFT NLF — galbramc / detail
  603. Additional changes to Prt modeling to fix nondimesional test case and also make adjustments on NeuralNetClosure — waligura / detail
  604. Write out PV for body forces — galbramc / detail
  605. IntelLLVM fix for TetGen — galbramc / detail
  606. Relax tolerances for Intel LLVM — galbramc / detail
  607. Enable dump of bodyforce RANS solutions — galbramc / detail
  608. Fix for last commit — galbramc / detail
  609. Added hnilsen@mit.edu to DeveloperEmailAddresses — hnilsen / detail
  610. Use PI insteady of M_PI for Surreal — galbramc / detail
  611. Update HUMOR interface — galbramc / detail
  612. Fix rotor source szplt output — galbramc / detail
  613. Vera fixes and don't use MPI TECIO — galbramc / detail
  614. Add PSig to body force dump — galbramc / detail
  615. Fix TECIO write of CG fields — galbramc / detail
  616. Fix PSig dump — galbramc / detail
  617. Fixed proper flow conditions for NLF-0416 — sag6096 / detail
  618. Guard against looking for rt library on MSYS — galbramc / detail
  619. Allow using PSig in Pprop calculation — galbramc / detail
  620. Fix last commit — galbramc / detail
  621. Default PV/PSig scale to 1 — galbramc / detail
  622. Updates to AFT PDE — galbramc / detail
  623. More cleanup of AFT PDE — galbramc / detail
  624. Try smoother distnace function gradient — galbramc / detail
  625. Fix last commit — galbramc / detail
  626. Refactor CG tecplot file writes, again... — galbramc / detail
  627. commit before update — waligura / detail
  628. Add derivatives for smoothmaxC2 and min — galbramc / detail
  629. Another try to push NN Prt changes to see the issues with the compiliers — waligura / detail
  630. Vera issues fixed — waligura / detail
  631. Add smoothabs0_tanh. Remove many defaults and clarify units for smoothmath — galbramc / detail
  632. Add smoothabs0_tanh_eps — galbramc / detail
  633. Fix array out-of-bounds in unit test — galbramc / detail
  634. Vera fixes (for real) — waligura / detail
  635. Fall back on LogEuclidian average when affine average fails — galbramc / detail
  636. Fix smooth math update — galbramc / detail
  637. Fixes to formatting and cmakeList. Still seeing a weird issue with boundary conditions not being recognized even though changes were not around there — waligura / detail
  638. Add L2 projection of drV/dn for AFT model. — galbramc / detail
  639. Add one more check for AFT — galbramc / detail
  640. Add missing instantiation — galbramc / detail
  641. Tell cppcheck to use boost.cfg — galbramc / detail
  642. Update AFT BC test — galbramc / detail
  643. Fixes to matmul, reformatting on readNN, and a mistaken change to a BC file — waligura / detail
  644. Fix to the lone vera and added some other matmul options — waligura / detail
  645. All working make check now, with some unit test issues — waligura / detail
  646. Fix tecplot dump of interior trace CG fields. Add all bodies to debug_blade for body forces — galbramc / detail
  647. PDERANS updates — waligura / detail
  648. important PDE changes to investigate with diff — waligura / detail
  649. pushes to take away Prt from wall modeling input — waligura / detail
  650. small navier stokes fixes — waligura / detail
  651. changes to thermal conductivity to be more consistent with SA-neg — waligura / detail
  652. Add stator pressure rise for an actuator disk stage — galbramc / detail
  653. Fix stator actuator disk — galbramc / detail
  654. adding 1D channel flow for wall-model RANS analysis — allmaras / detail
  655. Update HUMOR interface with separate input/output file names — mbottot / detail
  656. Fix trailing whitespace in HUMOR interface update — mbottot / detail
  657. changes to PDERANS unit tests — waligura / detail
  658. Fixing the warnings for the final time — waligura / detail
  659. Upgrade to TecIO 2023r1m1 — galbramc / detail
  660. Relax tolerance — galbramc / detail
  661. Add latest boost versions — galbramc / detail
  662. Fixed Local Solves for VMSDBR2 — renat999 / detail
  663. Small pointwise fix — galbramc / detail
  664. Fix parallel ugrid write — galbramc / detail
  665. Format5ing fix — galbramc / detail
  666. Actualy set iterative refinement for MKL_PARDISO — galbramc / detail
  667. Cleaning up some of the excess on files and adding a unit test for the NN calc — waligura / detail
  668. Getting rid of bogus include — waligura / detail
  669. Trying another small commit because I am not sure the last one was my fault — waligura / detail
  670. Fix sign on JetDissipation — galbramc / detail
  671. Add VectorVectorVectorVector example — galbramc / detail
  672. Add Ptdw output for body force — galbramc / detail
  673. extended exact WM solution to chi in [0, 1) — allmaras / detail
  674. Commit before updating — renat999 / detail
  675. Fixed issues in make check — renat999 / detail
  676. Fixed Jenkins errors (v1) — renat999 / detail
  677. Quick fix to previous commit — renat999 / detail
  678. Fixed Jenkins errors (v2) — renat999 / detail
  679. Fixed Jenkins errors (v3) — renat999 / detail
  680. Fixed Jenkins errors (v4) — renat999 / detail
  681. Fixed Jenkins errors (v5) — renat999 / detail
  682. Fixed Jenkins errors (v6) — renat999 / detail
  683. Fixed Jenkins errors (v7) — renat999 / detail
  684. Fixed Jenkins errors (v8) — renat999 / detail
  685. Fixed Jenkins errors (v9) — renat999 / detail
  686. Started working on PDE base classes and consistent error estimate — renat999 / detail
  687. Fix some tar scripts — galbramc / detail
  688. Add tar script for petsc — galbramc / detail
  689. Look for generic petcs.tgz to build PETSc — galbramc / detail
  690. added constrained solver for centerline velocity and equilibrium wall model — allmaras / detail
  691. code clean-up; no change in functionality — allmaras / detail
  692. added access functions needed for globally constrained solver — allmaras / detail
  693. added valid-state check for global parameters; new function is virtual but — allmaras / detail
  694. instantiations needed for globally constrained system for N=2 PDE and 2 global — allmaras / detail
  695. new volume integrand for augmenting PDE residuals via global parameters terms — allmaras / detail
  696. line-length squawks & missing instantitations for 1D globally constrained channel flow — allmaras / detail
  697. fixed possible uninitialized variable — allmaras / detail
  698. Fix UnionJack so it works with avro — galbramc / detail
  699. Unstaged src/pde/sansPDEBase2D.h — renat999 / detail
  700. Added unit test for src/pde/sansPDEBase.h — renat999 / detail
  701. Update avro_tar script to get submodules — galbramc / detail
  702. Fixed compiler error — renat999 / detail
  703. Update tar for avro to include submodules — galbramc / detail
  704. Remove debug print statements — galbramc / detail
  705. Add Nozzle BC to body force — galbramc / detail
  706. better initial guess for pressure gradient and solution profile — allmaras / detail
  707. fixed uninitialized variable squawk (athough it'll never happen) — allmaras / detail
  708. Update Copyright dates to 2013-2024 — galbramc / detail
  709. Somehow missed on file — galbramc / detail
  710. Use new accelerate lapack on macOS — galbramc / detail
  711. Script updates for viggen — galbramc / detail
  712. One more copyright date fix — galbramc / detail
  713. Add linear nozzle coefficient ramp — galbramc / detail
  714. Add more suitesparse search paths. Add Nozzle outflow BC unit test. — galbramc / detail
  715. Check for unsteady with BDF and RK. — galbramc / detail
  716. Restore time step in BDF — galbramc / detail
  717. Cleanup AFT — galbramc / detail
  718. Fix array out of bounds — galbramc / detail
  719. Remove unused variable — galbramc / detail
  720. Fix finding suitesparse includes — galbramc / detail
  721. Fix compile error — galbramc / detail
  722. Add missing mpi communictor includes — galbramc / detail
  723. Add ParameterVectorS for static sized python arrays — galbramc / detail
  724. Missed a file — galbramc / detail
  725. Suppress warning — galbramc / detail
  726. Suppress duplicate library link warning on macOS — galbramc / detail
  727. Fix for python2 — galbramc / detail
  728. Add radial variation in fsig for FlowTan body force — galbramc / detail
  729. Allow solving for Nozzle Coefficient — galbramc / detail
  730. Fix typo — galbramc / detail
  731. Fix body force optimization — galbramc / detail

#1391 (Oct 7, 2020, 10:25:07 PM)

  1. Weekly fix — galbramc / detail