Skip to content
Started 1 day 17 hr ago
Took 10 hr on reynolds

Build release_gnu10,reynolds (Oct 2, 2023, 10:25:08 PM)

Changes
  1. Fix compile error (details)
  2. refactored 3-eq IBL3 case to compare with DBL3 on wing-body setup (details)
  3. Compiler error and warning fixes (details)
  4. Make outer diffusion positvity source consisent with inner (details)
  5. added mitLG full-state inflow BC for 4-eqn IBL3 (details)
  6. Warning and tolernace fixes (details)
  7. Fix compile error (details)
  8. Cleanup 2D PressureGrad sensor (details)
  9. Relax tolerance (details)
  10. 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. (details)
  11. Missed one (details)
  12. Missed one more (details)
  13. Added an uncoupled 4-eq IBL3 flat plate BL sandbox case with manufactured qe.  Minor edits to 3-eq IBL3 BC/PDE (details)
  14. fixed typos (details)
  15. Relax tolerance (details)
  16. merge conflicts (details)
  17. Consistent 3D positvity source with Ben's thesis (details)
  18. 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 (details)
  19. minor tweaking to sandbox cases (details)
  20. Removed redundant parameter in mitLG BC class (details)
  21. torpedo case cleanup (details)
  22. tweaked quadrature order for auxi and auxv equations in torpedo case. minor cleanup (details)
  23. bugfix in G variable initialization in torpedo case (details)
  24. separated PDE instantiation cpp files for 3-eqn and 4-eqn IBL3 (details)
  25. make lag equation G=0 when turned off (details)
  26. Add asymmetric sensitvities for body forces. Some more cleanup of shock capturing. (details)
  27. Make PDEmitAVDiffusionOuter2D.h consistent (details)
  28. Fix warning and typo (details)
  29. minor cleanup of sandbox case (details)
  30. added a crude restart capability for torpedo case by saving/reading DOF file (details)
  31. 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 (details)
  32. Relax tolerance and fix warning (details)
  33. One more tolerance relaxation (details)
  34. incorporated Axes into integrand classes primarily via PDE::Axes (details)
  35. ran 3D IBL3 free transition case with sphere/doublet (details)
  36. minor tweak to 4-eqn IBL3 pde. Only keep ntcrit growth source term for now. (details)
  37. minor tweak to torpedo sandbox case (details)
  38. Add parameters to rotate body force normal field (details)
  39. Forgot instantiation (details)
  40. Added an macro option to turn of amplification equation for 4-eq IBL3 (i.e. nt = 0) (details)
  41. refactored torpedo case restart capability (details)
  42. added crude restart capability for S-duct case for IBL3 (copied from torpedo). minor cleanup (details)
  43. relaxed floating-point comparison tolerance a little bit (details)
  44. 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. (details)
  45. refactoring duct ring sandbox case for 4-eqn IBL3 (details)
  46. minor cleanup (details)
  47. Fix test for last commit (details)
  48. Fix for lazy lifting operator calculations (details)
  49. added comments to the duct ring grid (details)
  50. Added a constant full state inflow BC for 4-eqn IBL3 (details)
  51. added printout for examing duct ring surface grid (details)
  52. mucking with turbulent S-duct flow case (details)
  53. Make duct and duct ring cases the same for 4-eqn IBL3 (details)
  54. tweaked IBL3 output (details)
  55. added safety check in Qauxv 3D projection (details)
  56. minor cleanup (details)
  57. 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. (details)
  58. added commented-out print statements for debugging (details)
  59. changed default dissipation relation correction to 1 (details)
  60. changed default 3D qauxi project to use no upwinding (details)
  61. examined effect of discontinuous velocity field for 4-eqn IBL3 (details)
  62. refactored calculation of profile basis {q1,q2,nrm_bl} to allow for different formulations (details)
  63. standard atmo: moved non-templated functions to *.cpp file (details)
  64. stupid tabs!! (details)
  65. namespace needed in cpp file (details)
  66. Fix for turning off USE_CORRECTION_TERM (details)
  67. mucked with different BL profile normal vector definition in sandbox case (details)
  68. removed DeveloperException check for hessians of density-temperature primitive vars (details)
  69. Refactored 3D sheet quad grid for IBL3. (simplified grid contruction using XFieldLagrange. allowing for more general curved manifold grid) (details)
  70. Another correction to turning off USE_CORRECTION_TERM (details)
  71. Relax tolerance (details)
  72. attempt at constant eddy viscosity WM (details)
  73. started adding in new WM (details)
  74. Only compute lifting operatos if setSolutionField is called. Needed for proper error estimates. (details)
  75. ray path for single layer; tested for both isothermal and linear temperature layers (details)
  76. More intel tolerance relaxing (details)
  77. Remove DeveloperException check (details)
  78. Use implied metric in cost calculation for isotropic optimization (details)
  79. new adaptation script for Pointwise; also hard-coded viscous layers parameters (details)
  80. replaced a few least-used IBL3 output (details)
  81. Relaxier tolerance (details)
  82. some machines need cmath; not mine (details)
  83. fixed line length issue (details)
  84. Another tolerance relaxation (details)
  85. Intel... (details)
  86. Intel... (details)
  87. added an option for arc fairing for duct hex grid (details)
  88. generalize fairing from arc of circle to ellipse (details)
  89. removed class Cartesian, Cylindrical, Axisymmetric from SANSnumerics.h and all *.h, *.cpp files; (details)
  90. added simplified form of d(y)/d(phi) for ray path (linear temperature layer) (details)
  91. added corner fairing option to S-duct hex grid (details)
  92. added and tested new WM with fm1 functions (details)
  93. added parameters pwFilename and glfFilename to Pointwise PyDict (details)
  94. made inviscid Joukowski case consistent with pwFilename/glfFilename Pointwise PyDict parameters (details)
  95. added pwFilename for Pointwise PyDict parameter (details)
  96. more pwFilename Pointwise param changes for 3D L2 projection (details)
  97. relaxed tolerance on area test for raypath (details)
  98. relaxed tolerance on test for DG-to-CG projection (details)
  99. Updates to RotorSource viscous losses (details)
  100. Update RotorSource viscous formulation. Update build for avro. (details)
  101. Forgot a file (details)
  102. cleaned up new WM (details)
  103. Re-enable BodyForce constrained solver (details)
  104. XField includes for meshing (details)
  105. XField includes for meshing: missed one (details)
  106. XField includes for CAPS user interface (details)
  107. more XField includes (details)
  108. more XField includes (details)
  109. more Field includes (details)
  110. DistanceFunction template arguments for BodyForceSolver (details)
  111. renamed and cleaned up some of the 1D wall-modeling (details)
  112. more XField includes (details)
  113. missing Axes template in AlgebraicEquationSet_Debug for sandbox codes; (details)
  114. Add dumpTecplotBodyForce to BodyForceSolver (details)
  115. separate definitions needed for static const's in structs/classes (there (details)
  116. removed troublesome sandbox cases from no-compile list; now list is back (details)
  117. reconciled undefined references (mostly new libraries due to re-org of Field directory) (details)
  118. Forgot a file and fix a warning (details)
  119. One more warning fix (details)
  120. more reconciling library dependencies; XField includes (details)
  121. reconcile undefined references in sandbox cases (details)
  122. reconciling undefined XField references (details)
  123. added MPI fixture to all Field subdirectory unit tests (details)
  124. WAG (since I can't recreate the problem locally): included XField_impl.h (details)
  125. oops: got to get the correct include directory... (details)
  126. reconcile undefined references (details)
  127. reconcile undefined references (details)
  128. added spaces; just something to make a new commit (details)
  129. Add radial coefficients for body force viscous dissipation (details)
  130. Forgot a file and fix a warning (details)
  131. Forgot more files (details)
  132. Forgot to update a test (details)
  133. Fix body force convergence tolerance specification (details)
  134. Add TtRel output for body forces (details)
  135. Axisymmetric AD capabilities modified and added (details)
  136. Added new axisymmetric output functionals (details)
  137. Dump body force information on interior groups (details)
  138. Fix last commit (details)
  139. Fixed vera error (details)
  140. added specified velocity to adiabatic and isothermal NS BCs; (details)
  141. Fixed vera errors (details)
  142. Tq, Tg parameters for BC normal flux (details)
  143. added quadratureOrder() member function (details)
  144. added UseSchurComplement template parameter for globally constrained systems (details)
  145. add 2nd option for globally constrained AES that uses a direct global solve (details)
  146. compile-time check & dump of types (details)
  147. Add more output functionals for RotorSource (details)
  148. Add vera exclusion (details)
  149. Fixed vera errors (details)
  150. added 2D triangle test for VMSD-BR2 cell integrand and residual, including VectorD<ArrayQ> interfaces (details)
  151. Add PtRot and Kr3 for body forces (details)
  152. Jenkins script fix (details)
  153. Remove all of ntref from RANSSA. Add 3D SA-R term. (details)
  154. Fix compile errors and upgrade NLOPT to 2.7.1 (details)
  155. Another compile fix (details)
  156. More compile fixes (details)
  157. added 2D FieldWeighted integrand/integral tests for VMSD-BR2 (details)
  158. modifications to VMSD-BR2 needed for global constraints (details)
  159. instantiations needed for global constraints without Schur complement solve (i.e. direct solve on flattened matrix) (details)
  160. modifications needed for global constraints with direct solve of flattened global matrix (details)
  161. added matrix write during initialization (details)
  162. compressible lid-driven cavity flow with global mass constraint (stabilized CG and VMSD-BR2) (details)
  163. Add error functions erf and erfc to Surreal (details)
  164. Corrections for intel (details)
  165. Add tolerance for intel error function Surreal tests (details)
  166. added back in a 3-parameter template for FunctionalCell_Galerkin_impl (details)
  167. vera line length squawk (details)
  168. added differential multiplier (r in r*dr*dz for Axisymmetric) to all ElementXFields (details)
  169. incorporated differential weight (r in r*dr*dz for Axisymmetric) to all integrals (details)
  170. Make camberlines constant radius for RotorSource. Other rotor source fixes. (details)
  171. Undo file rename (details)
  172. added unit tests for GalerkinWeightedIntegral & GalerkinWeightedIntegral_New (details)
  173. added differential multiplier to integrations for FP and LIP Kutta condition (even though these are expected to be Cartesian) (details)
  174. initial creation of 2-D axisymmetric Euler/NS PDE & BC classes; Roe upwinding (details)
  175. bug fix in normal flux for no-slip adiabatic BC with moving wall (energy flux (details)
  176. bug fix in normal flux for 2D no-slip, adiabatic BC with moving walls (energy is (details)
  177. typo fix (details)
  178. XField template modifications required for successful build of Axisymmetric (details)
  179. renamed some boundary conditions (details)
  180. modified calls to XField2D_Box_Triangle_X1 to reflect that it is now templated (with default Axes=Cartesian) (details)
  181. instantiations needed for axisymmetric globally constrained (size 5 systems) (details)
  182. member function additions/changes needed for axisymmetric ND convert (details)
  183. adding some missed logic (details)
  184. Add skin friction output for body forces (details)
  185. added BDF routine modifications that were staged but not included in previous commit (details)
  186. Compile fix (details)
  187. Actual correct wall shear stress calculations. (details)
  188. Forgot a file (details)
  189. fixed a compile warning (details)
  190. vera fix (details)
  191. Warning and unintialized data fixes (details)
  192. Reformatted test cases, fixed hierarchical if statement (details)
  193. Initialize blockage to 1 (details)
  194. all Field classes must be templated with Axes (since they contain and/or (details)
  195. Fix shear stress calculation (details)
  196. more XField* and Field* templating with Axes; trying to compile, link and (details)
  197. Fix blockage initialization (details)
  198. more XField* and Field* templating with Axes; trying to compile, link and (details)
  199. vera squawks (details)
  200. Axes templating for AFLR2 (details)
  201. more Axes related bugs and squawks (details)
  202. more Axes fixes (details)
  203. eliminated unused variables (details)
  204. Set no fairing for duct wall surface grid (details)
  205. tried a case of uncoupled IBL on arc surface (details)
  206. Axes templates for avro (details)
  207. more Axes in avro fixes (details)
  208. avro instantiations require Cartesian parameter (details)
  209. more avro Axes fixes (details)
  210. fixed outdated stuff due to updates of Axisymmetric API and Field directory reorg (details)
  211. fixed too-narrow assertion. updated use of interior trace group indexing (details)
  212. avro Axes fixes (details)
  213. more fixes (details)
  214. 4D avro instantiation (details)
  215. removed some redundant unit test code (was producing a compiler warning) (details)
  216. file IO updates in test case (details)
  217. 2D wall model implementation and testing (details)
  218. Played with a case with step/sigmoid function of inlet BC to show qe-based alpha is not too dissipative (details)
  219. played with 2D IBL cases to compare heuristic and corrected LF fluxes in PhD thesis (details)
  220. Fix redundant pi/180 multiplication for asymmetric rotor source (details)
  221. Add missing pi/180 for asymmertic Rotor Source parameter bounds (details)
  222. Try moving the pi/180 scaling again (details)
  223. Forgot a file (details)
  224. Fixed DOF calculation (details)
  225. Fixed XField error, changed Axisym DBL to run automatically (details)
  226. Fix halving linesearch dumpField (details)
  227. Update unit test (details)
  228. More unit test updates (details)
  229. Don't try to compare tecplot files. (details)
  230. Suppress cmake dev warning (details)
  231. Still need to remove the files (details)
  232. Try and try again (details)
  233. Relax timing (details)
  234. Use min for SA-R for now. (details)
  235. Minor PTC update (details)
  236. added WM joukowski test case (details)
  237. Updates to SA-R (details)
  238. Use smooth math for SA-R (details)
  239. Added p adjoint to DGBR2 interface (details)
  240. Axes templating; defaults to Axes=Cartesian wherever needed (details)
  241. added Axes template to XField2D_Box_Quad_X1; default to Cartesian (details)
  242. Fixed vera error and FINALLY tracked down meshing issue (details)
  243. Fixed vera errors (details)
  244. addes Axes templates; default to Cartesian (details)
  245. modified globally constrained infrastructure to allow for more general constraints (e.g. boundary constraint) (details)
  246. added axisymmetric centerline BC for Euler/NS (details)
  247. added pressure evaluation function to Q-interpreters (details)
  248. added Brenner to axisymmetric; no unit tests yet (details)
  249. output functionals for axisymmetric (details)
  250. source and source Jacobian terms for axisymmetric Euler/NS (details)
  251. code clean up for solid-body rotation solution (details)
  252. changed template parameter from PDE to OutputFunctional to better reflect (details)
  253. temporary fix for setting Axes within NDConvert functions; requires Axisymmetric (details)
  254. attempt at adding boundary-trace pressure constraint (hard part is Lagrange multiplier term) (details)
  255. updated test case to new interface for globally constrained; primary mods are (details)
  256. corrected template parameters and BCBase types in Lagrange multiplier (details)
  257. corrected ND issues and BC mapping issues for Lagrange multiplier term (still doesn't (details)
  258. more mods/corrections for boundary-trace pressure constraint (details)
  259. Fix bounding box check for body force camber surfaces (details)
  260. Even more robust body force camber surface bounding box calculation (details)
  261. added SurrealS operator= option to PyDict (details)
  262. undo previous PyDict changes since python itself cannot support Surreals (details)
  263. Added system tests for solver interfaces (details)
  264. Fixed errors (details)
  265. Fixed errors (should've been in last commit) (details)
  266. More SA-R updates (details)
  267. Fixed link errors (details)
  268. Reverted CMakeLists changes (details)
  269. Upgrade to latest refine (details)
  270. Fix compile error (details)
  271. One more refine fix (details)
  272. vera fix (details)
  273. Update CMake for ParMETIS/METIS on github. Updated to newer Find Python3. (details)
  274. Don't write restart.meshb from refine (details)
  275. Remove restart.meshb from refine (details)
  276. Rework metis/parmetis build again (details)
  277. Don't build extern libs in parallel (details)
  278. Fix intel warning (details)
  279. Update GKlib build and suitesparse check (details)
  280. Forgot a file (details)
  281. PDERANSSA3D and unit test changes for Catris model implementation from Andrew (details)
  282. changes to PDERANS3D with turbulence model implementation updates (details)
  283. actual commit for PDERANS3D that incorporates all merges (details)
  284. Another parmetis build fix (details)
  285. Update cmake summary file (details)
  286. Finally maybe (details)
  287. vera changes to the PDE and constructor changes to test cases (details)
  288. Print absolute and relative PETSc tolerance (details)
  289. Add fPIC when building GKlib (details)
  290. More cmake fixes (details)
  291. Remove message (details)
  292. Maybe finally got it right... (details)
  293. changed backsolve to not modify RHS (b) (details)
  294. small commit to test jenkins again (details)
  295. Slightly prettier formatting for PETSc history (details)
  296. Add metis to refine libraries (details)
  297. made WM a turbulence model option (instead of adding an input to the (details)
  298. Added adjoint DBL to scalar function (details)
  299. Fixed unit test tolerance issue (details)
  300. Lowered DBL unit test tolerance (details)
  301. Changed BOOST_CHECK to SANS_CHECK (details)
  302. Added renat999@mit.edu to DeveloperEmailAddresses (details)
  303. Axes template for DG interior and boundary traces (details)
  304. Axes template for XField_CellToTrace (details)
  305. Add fourier modes for asymmetric rotor body forces (details)
  306. Forgot a file (details)
  307. Update test (details)
  308. Fixes for Ubuntu 22.04. Compiler flags for IntelLLVM and relaxed tolerances. (details)
  309. Fix permissions (details)
  310. Intel and gnu12 fixes (details)
  311. Add missing instantiations (details)
  312. More link error fixes (details)
  313. One more missing instantiation (details)
  314. Relax tolerance for intel (details)
  315. Put calculateStroudQuadrature in SANS namespace (details)
  316. Refactor non-symmetric body forces (details)
  317. Compile fix (details)
  318. Vera fix (details)
  319. Fix warning and ping test (details)
  320. Adjusting finite difference (details)
  321. Smaller step size (details)
  322. new changes to PDERANS3D to include jacobian fixes (details)
  323. small vera mistake I missed (details)
  324. Upgrade to ESP 1.20 (details)
  325. Fix warning (details)
  326. sansLIPAIM python fixes (details)
  327. Fix geometry construction (details)
  328. More ESP updates (details)
  329. More egads fixes (details)
  330. Add WallSlip BC for 3D RANSSA (details)
  331. Fix last commit (details)
  332. Fix array bounds error (details)
  333. Add PtPolynomials to 3D PtTt BC (details)
  334. Fix compile error (details)
  335. Update input checks for total pressure profile (details)
  336. added tests for remainder of block 2x2 jacobians: d(PDE)/d(qp), d(PDEp)/d(q), d(PDEp)/d(qp) (details)
  337. templated Axes for UnitGrids XField2D_Box_UnionJack_Triangle_X1, XField2D_CubicSourceBump_Xq, (details)
  338. Fix rotor source asymmetric normal vectors (details)
  339. Fix last commit (details)
  340. Add legacy VTK and Exodus metric files (details)
  341. VTK fixes (details)
  342. Fixed Body Force solver sensitvity (details)
  343. Warning fixes (details)
  344. fixed vera errors: long line (details)
  345. fixed vera errors: long line (details)
  346. updated include paths (details)
  347. updated include paths (details)
  348. removed outdated sandbox case (details)
  349. updated usage of 3D quad sheet grid's interior trace group count (details)
  350. updated pyrite files. relaxed pyrite tolerance. fixed IO file/path names (details)
  351. turned off file output (details)
  352. relaxed tolerance for intel (details)
  353. relaxed tolerance again for intel (details)
  354. Remove depricated sprintf (details)
  355. Add cirumfirential body force (details)
  356. Use system valgrind (details)
  357. Fix warning (details)
  358. Derivative calculation fixes for asymmetric body forces (details)
  359. Suppress sanitizer odr violations. Add the ability for ugrid reader to (details)
  360. CMake file fix (details)
  361. Forgot to update files. Some cppcheck fixes. (details)
  362. added wall model for 3D (details)
  363. added missing template arguments (details)
  364. Update 2D SA_R to latest deffinition on TMR (details)
  365. Fix abs with fabs (details)
  366. added a missing const (details)
  367. raised tolerance slightly for test (details)
  368. More robust normal field for rotor source (details)
  369. Update MultiScale for latest refine. Replace vsprintf with vsnprintf. (details)
  370. Update rotor source ping test (details)
  371. Refactor and simplified NormalField to use axial and raidal instead of cartesian coordinates (details)
  372. Minor fixes (details)
  373. Write out unconverged_surf.dat for BodyFroce RANS calculations. (details)
  374. Add manual body force magnitude specification (details)
  375. Change deltaRef to forceMag in normal field dump (details)
  376. Forgot to update some python inputs (details)
  377. DGBR2/DGBR4 low-level modification integrated. (details)
  378. templateized DiscretizationDGBR2 implemented, working on one test case. (details)
  379. test/sandbox cases updated with templateized DGBR (details)
  380. unit test brute force replacement (details)
  381. unit test fixes ; make unit working (details)
  382. initialized variables to zero to fix compiler warnings (details)
  383. Add new asymmetric forces to optimizer. Fix RotorForce tecplot dump. (details)
  384. system test update dgbr2 templatizaiton (details)
  385. fixed weird type mismatch in adapt3d_DGBR2_ranssa_HCH_toy.cpp (details)
  386. think it should pass now. (details)
  387. Try to capture discontinuities for Rotor source teclot output (details)
  388. Fix typo (details)
  389. cleaned up files (details)
  390. added wall function BC for 3D (details)
  391. Blasius + polar coordinate test problems and functions (details)
  392. added instantitations containing Axes template for XField2D_Box_UnionJack_Triangle_X1 (details)
  393. explicitly added Axes to all apply<> and check<> calls; this is needed because (details)
  394. added Axes template parameters (details)
  395. Axisymmetric instantiations (details)
  396. mods needed for extending global constraints to boundary terms and systems (details)
  397. mods to artificial viscosity sensor PDE needed for Axisymmetric (details)
  398. added dump of solution (x from Ax = b) for UMFPACK (details)
  399. modified halving linesearch diagnostics to dump out full solution change (details)
  400. added constant CFL number option to PTC (details)
  401. added function to return vector of base altitudes for all layers in atmosphere (details)
  402. proper spelling for Blohkinzev (previously had the h & k swapped) (details)
  403. turned off some print statements (details)
  404. added Reflect BC; bug fixes and code clean-up (details)
  405. continued development of axisymmetric test cases; addition of Brenner and SBR perturbation PDEs; (details)
  406. code clean-up (details)
  407. added sans-differential integration (e.g. without r for axisymmetric); needed (details)
  408. fixed merge conflicts (details)
  409. fixed vera line length squawks (details)
  410. relaxed tolerances on tests (details)
  411. missed an apply<> template (details)
  412. added a template parameter to AlgebraicEquationSet_GloballyConstrained_PTC (details)
  413. vera squawk (details)
  414. int -> size_t in for loops (details)
  415. removed axisymmetric SBR and TP1 test cases for now (details)
  416. removed unused variable from test (details)
  417. over-wrote a dump pattern file (details)
  418. unused typedef removed (details)
  419. missing dump pattern file (details)
  420. relaxed test tolerance (for intel...) (details)
  421. added jacobianFluxViscous to axisymmetric NS; unit tested (details)
  422. updated augmented interface to use Dirichlet/Neumann form (details)
  423. added option to evaluate Glasby tau without source term contribution (details)
  424. added an explicit Axes typedef to all PDE and Output classes; NDConvert now (details)
  425. axisymmetric NS function diffusionViscousGradient coded and unit tested (details)
  426. added/corrected axisymmetric NS jacobianSource term with unit tests (details)
  427. Addition of updated mathematica testing notebooks for PDERANS2D tests (details)
  428. Add camber surface dump (details)
  429. Suppress Boost new version warnings in CMake (details)
  430. added Axes template to XField1D mesher (details)
  431. Axes fixes and instantiations needed for 1D axisymmetric solve (details)
  432. added linear temperature option of noslip-isothermal BC; added new solution (details)
  433. added solution function for stagnant flow with linear-in-z temperature (and constant pressure); (details)
  434. Add body force normal and pallel forces to deltaRef tecplot dump (details)
  435. Fixed vera errors (details)
  436. Fixed errors, added template argument (details)
  437. fixed templating error (details)
  438. Changed test suite name (details)
  439. Removed unused variable (details)
  440. Update SuiteSparse build. Relax some testing tolerances. (details)
  441. Fixes for exodus file IO (details)
  442. Standardized DBL cases, added unit test for annulus (details)
  443. Use step matrix FrobNorm minimization for implied metric optimization. (details)
  444. updated Tecplot output for VMSDBR2 to be consistent with boundary flux (details)
  445. forgot to include updated cmakelist with previous commit (details)
  446. forgot to actually commit the Tecplot output file (details)
  447. Added axisymmetric DBL (details)
  448. changed variable name to nt to be consistent with rest of code (details)
  449. Add fluent reader to support Pointwise generated meshes for RotorSource (details)
  450. Forgot updated partitioning files (details)
  451. One more missing file (details)
  452. Added sag6096@psu.edu to DeveloperEmailAddresses (details)
  453. added gradients for specified velocity for no-slip, isothermal BC (details)
  454. Forgot one more file (details)
  455. Add another file to COTIRE_IGNORE (details)
  456. Fix group numbering on older gcc versions for Fluent reader (details)
  457. added Axes template to meshers, error estimates, local problems, adaptation (details)
  458. 1D and 2D axisymmetric instantiations for meshers, error estimates, local problems, adaptation (details)
  459. added Axes template to CostModel_LogEuclidean; also modified integration (details)
  460. Expose SA Flavours for Rotor Source calculations (details)
  461. missed a couple files with added Axes templates (details)
  462. Removed annulus unit test while fixing bug (details)
  463. Removed unused variables (details)
  464. Loosened tolerance on one test (details)
  465. Galerkin strong-form BC implementation classes renamed to be consistent with file name (details)
  466. Add pressure gradient terms to RotorSource (details)
  467. Relax tolerance (details)
  468. consistent interface in augmented integrand for both Dirichlet and Neumann constraints (details)
  469. added option for SUPG with source term for test-function operator; (details)
  470. added option to add both q-gradient and qp-gradient into lifted gradient; (details)
  471. added code for integration without the differential multiplier (e.g. r in Axisymmetric); (details)
  472. Added sag6096@mit.edu to DeveloperEmailAddresses (details)
  473. fixed merge conflicts (details)
  474. vera line-length squawks (details)
  475. added missing Axes in refine and related instantiations (details)
  476. fixed vera squawk (details)
  477. Add RotorSource flow tangency model (details)
  478. Fix for intel compiler (details)
  479. Remove redundtant email (details)
  480. Adjust ping test (details)
  481. Add clVariableType. Fix sourceJacobianAbs for RotorFlowTan. (details)
  482. added compiler warning suppression for Ping_Euler_RotorSource_btest.cpp (details)
  483. added compiler suppression -Wno-maybe-uninitialized to BodyForceSolver_*.cpp (details)
  484. fixed nightly warnings: possibly uninitialized variables (details)
  485. Saving first draft of polar coordinates, axisym changes (details)
  486. raypath code for multi-layer atmospheres; functions of both z and s (details)
  487. Mathematica file for unit tests of raypath code for standard atmosphere (details)
  488. some compilers need #include <vector> (details)
  489. increased tolerances on raypath tests (details)
  490. Support 2D CG periodic solutions. Add 2D RotorSource calculations. (details)
  491. Fix for 2D CG periodic in parallel (details)
  492. Fix ArcCamber angle definition. Allow both positive and negative angles (details)
  493. Fix FieldLib library order (details)
  494. Allow constrained body force solves in 2D (details)
  495. Fix tankap for 2D. Add rhofn to RotorSource output. Fix link errors. (details)
  496. Fix 2D RotorSource tecplot dump (details)
  497. Put back rotor source tan(kappa) (details)
  498. Fix tecplot dump for 2D body forces to use PASSIVEVARLIST. Get FlowTan body foces working in 2D. (details)
  499. Forgot a file (details)
  500. Correction to asymmetric Pt inflow BC (details)
  501. Fix typo (details)
  502. One more bug fix (details)
  503. Compile fix (details)
  504. Fixed compiler errors (details)
  505. A few jenkins fixes (details)
  506. Warning and link fixes (details)
  507. More link error fixes (details)
  508. Fix includes (details)
  509. Fix some link errors (details)
  510. Not sure what I fixed... (details)
  511. Add placeholder HUMOR meshing interface (details)
  512. Fixes for last commit (details)
  513. More seacas guards (details)
  514. One more seacas protection (details)
  515. Add one seacas dependency (details)
  516. Fixed test cases and unified results (details)
  517. Fixed vera errors (details)
  518. Added to vera exclusions (details)
  519. Add unsteady to BodyForces (details)
  520. Sending DG changes to Steve (details)
  521. Add missing updated RK examples. Update history output for unsteady BodyForce (details)
  522. added Axes templates for missing DG error estimates; added instantiations for axisymmetric DG (details)
  523. Invert eigen vector scaling for exodus files (details)
  524. Pad zeros in body force file names (details)
  525. Fix compile error (details)
  526. additional Axes mods and axisymmetric/polar instantations needed for 'make check' (details)
  527. Compile fixes and corrections to Exodus file write (details)
  528. Forgot a file (details)
  529. Fix call to HUMOR (details)
  530. Exodus reader fix (details)
  531. Missed a file (details)
  532. More humor options (details)
  533. Fix typo (details)
  534. Pushing code, missing defaulted Axes (details)
  535. Add KarypisLab tar scripts (details)
  536. added Axes templates into VMSD error estimates (details)
  537. Update KarypisLab tar scripts (details)
  538. 1st draft polar adaptation (details)
  539. Fix normal mach output for 2D (details)
  540. Runge Kutta updates (details)
  541. Minor fixes (details)
  542. Switch to BDF (details)
  543. Fix missing instantiation (details)
  544. Add omega to constrained solver outputs (details)
  545. Use CFL based time stepping for BDF (details)
  546. Don't return results when constrained solver fails (details)
  547. Fix cylindrical pressure probe output (details)
  548. Fix typo (details)
  549. Add fluent format documentation (details)
  550. Fix pressure probe output one more time (details)
  551. Changes to polar normal vector (details)
  552. Add pressure output for rotor source (details)
  553. Test mods (details)
  554. Changes for Steve (details)
  555. fixed polar coordinates integration bug; changed all ElementXField definitions for jacobianDeterminant, (details)
  556. Blend equations for FlowTan (details)
  557. Add more RotorSource 3D dumps. Default double precision for tecplot dumps. (details)
  558. Add dp/deta to delta dump (details)
  559. Fix compile errors (details)
  560. Add cylindrical relative velocity components (details)
  561. Fix line search unit tests (details)
  562. fixed polar-coordinates differential length and area functions, along with (details)
  563. Saving polar changes (details)
  564. Add tolerane to valid x-range for 2D rotor outputs (details)
  565. Fix vector size for DeltaRef dump (details)
  566. polar bug fix: volume() -> volumePhysical() & area() -> areaPhysical() (details)
  567. made *sansDifferential and *Mesh integrations consistent (i.e. the same as (details)
  568. incorporated 1/r into theta derivative for polar in evalBasisGradient (which (details)
  569. modified polar Hessian to correctly include 1st derivatives and 1/r terms (details)
  570. Saving changes (details)
  571. Update tecplot dump for flowTan body force. Allow getting EGADS model from pyton for BodyForces/ (details)
  572. Fix fn dump in deltaRef (details)
  573. Fix compilere warning and guard against divide by zero (details)
  574. Change flowTan model at bounds. Fix deltaRef dump. (details)
  575. Update unit tests (details)
  576. Reverse sign of tan(kappa) for Peters body force term (details)
  577. Dump out delta and kappa in deg for body forces (details)
  578. Polar modifications (details)
  579. added missing template (details)
  580. added 2D flatplate test case (includes WM) (details)
  581. Expose fsig in RotorFlowTan python arguments. Add env args to valgrind execution. (details)
  582. Remove Ntheta scaling from FlowTan force (details)
  583. Change scaling on normal force back to 1/r (details)
  584. Fix cmake warning (details)
  585. Add kShock to body force interface and change flowTan viscous model again (details)
  586. Add missing kShock (details)
  587. Polar bug fixes (details)
  588. Fixed link errors (details)
  589. Change Rotor Rot/Rel outputs to specify rotor and position (details)
  590. Sandbox polar changes (details)
  591. sandbox changes (details)
  592. Fixed vera errors (details)
  593. Added annulus grids (details)
  594. Sanbox changes (details)
  595. Sandbox changes (details)
  596. sandbox (details)
  597. Add TECIO support. Fix compiler warnings. Fix projection from Hierachical to Lagrange in 2D. (details)
  598. sandbox (details)
  599. sandbox (details)
  600. sandbox (details)
  601. sandbox (details)
  602. sandbox (details)
  603. sandbox (details)
  604. isandbox (details)
  605. sandbox (details)
  606. dbl (details)
  607. dbl (details)
  608. sandbox (details)
  609. sandbox (details)
  610. sandbox (details)
  611. sandbox (details)
  612. sandbox (details)
  613. sandbox (details)
  614. sandbox (details)
  615. sandbox (details)
  616. sandbox (details)
  617. sandbox (details)
  618. sandbox (details)
  619. sandbox (details)
  620. sandbox (details)
  621. Fix warning and tecplot file write (details)
  622. sandbox (details)
  623. sandbxo (details)
  624. sandbxo (details)
  625. Allows solving for Back Pressure with Body Forces. TECIO fixes. (details)
  626. Output solved back pressure for body force constrained solver. Fix compile error. (details)
  627. Add missing instantiation (details)
  628. sandbox changes (details)
  629. sandbox and tecplot changes (details)
  630. fixed bugs (details)
  631. adjusted tolerancw (details)
  632. Implemented the QType for the AFT 2014 Transition model (details)
  633. sandbox (details)
  634. Fix parallel Metric file write. Don't revert to a lienar mesh if local patch construction fails. (details)
  635. sandbox changes (details)
  636. sandbox (details)
  637. merging branches (details)
  638. Added polar instantiations (details)
  639. Added WM BC for AV (details)
  640. Added lrochery@mit.edu to DeveloperEmailAddresses (details)
  641. Added the AFT transition model and subsequent (details)
  642. Reverted tecplot changes (details)
  643. Even more generalized asymmetric fourier functions. Fix NormalVelocity flux. Add parallel force to BodyForce tecplot dump. (details)
  644. Fix compile error (details)
  645. Fixes for optimizing body force asym normals (details)
  646. Fixed lingering warnings and hard-coded H12 term. (details)
  647. Smoother AFT model (details)
  648. Add wall search stress output for RANS AFT flatplate (details)
  649. Fix asym gradient calculation (details)
  650. Fixed vera errors (details)
  651. Added avro to FP cases (details)
  652. Fixed vera error (details)
  653. Fix template errors (details)
  654. Vera changes, new advective flux BC (details)
  655. Fixed all lingering warnings (details)
  656. *ACTUALLY* got rid of all lingering warnings. (details)
  657. NormalField unit test fix and fix RotorSource interior force dump. (details)
  658. One more compile fix (details)
  659. Allow removing body force radial normal component (details)
  660. Fixes (details)
  661. added explicit instantiations of output_Tecplot for grid only for both (details)
  662. Change to area averaged NormalVelocity for RotorSource (details)
  663. try 2: explicit instantitations for grid-only output_Tecplot (details)
  664. Fixed jenkins issues (details)
  665. Missed a file (details)
  666. Added albornoz@mit.edu to DeveloperEmailAddresses (details)
  667. Fix for Unit output (details)
  668. More fixes for unit calculation (details)
  669. Added ejwllms@mit.edu to DeveloperEmailAddresses (details)
  670. Fixed unit test errors (details)
  671. Fix compile error (details)
  672. Changed warning (details)
  673. Changed warnings (details)
  674. Added asmedina@mit.edu to DeveloperEmailAddresses (details)
  675. Added dgoba@mit.edu to DeveloperEmailAddresses (details)
  676. Added new Ptrip term to source(iSA) for AFT model (details)
  677. Fixed missing bracket (details)
  678. Fixed issue with power function (details)
  679. added check on clang compiler for #pragma's on boost special functions include (details)
  680. changed #ifdef from __clang_analyzer__ to __clang__ for warning suppression on boost Bessel function (details)
  681. Update tar scripts for parmetis (details)
  682. Adding support for an advection-diffusion-reaction (ADR) solver (details)
  683. Fix email (details)
  684. removed all instantiations for 1D Polar; these were all previously commented out (details)
  685. eliminated depricated #else branch for FIX_POLAR_BUG and FIXED_POLAR_GRADIENT; (details)
  686. fixed nightly build squawks (details)
  687. Make sure ccache script has execute permissions (details)
  688. fixed nightly build squawks (details)
  689. oops, bug fix for latest edit (details)
  690. Compiled DistanceFunctionGradient, and add DistanceFunctionHessian. (details)
  691. Added option for both AFT2014 and AFT2017 (details)
  692. Added smoothmax to smoothmath.h (details)
  693. Fix DistanceFunction Grad/Hess. Revive DistanceFunction tests. Add AFT2017. Refactor SA trip source for AFT. (details)
  694. renamed wall model BC (details)
  695. added isothermal WM BC (details)
  696. made chit0 naming consistent (details)
  697. forgot to add file for WM BC (details)
  698. fixed variable type (details)
  699. Added in some of the blasius BC as well as AFT2019 (details)
  700. Fix ghost dof for broken CG fields (details)
  701. Add actuator disk model. Fix tecplot CG dump for broken CG fields. (details)
  702. Fix jacobianSource for AFT (details)
  703. Fix compile error (details)
  704. Missed instantiation (details)
  705. Warning fixes (details)
  706. Add avro guard (details)
  707. Vera and warning fixes (details)
  708. Fix compile error. Add linear offset to actuator disk psi_ts curve. (details)
  709. Fix typo (details)
  710. Fix array out of bound and sort keys for body force and actuator disk history files. (details)
  711. Update nodal view for hex (details)
  712. Fix actuator disk time integration (details)
  713. Add asymmetric Pt to duct solver (details)
  714. Fix compile error. Update TecIO build. (details)
  715. Enable kt functions for Nozzle BC (details)
  716. Fix time advancement for Duct Solver (details)
  717. Add RANSSA RotorFlowTan (details)
  718. Fixes for setting cn=0 with body forces (details)
  719. Fix tests from last commit (details)
  720. Added mbottot@mit.edu to DeveloperEmailAddresses (details)
  721. Fix for finding numpy, and unit test fix (details)
  722. Suppress warning and add missing instantiation (details)
  723. Vera fix. More warning suppressions and timeout fixes (details)
  724. Updated actuator disk model (details)
  725. Forgot a file (details)
  726. Actuator disk fix (details)
  727. Add NLF transition case (details)
  728. Change to IntelLLV as default for Intel compiler. (details)
  729. Add scale factor for CompressiblePower calculation (details)
  730. Relax tolerances for IntelLLVM (details)
  731. Update RANSAFT NLF (details)
  732. Write out PV for body forces (details)
  733. IntelLLVM fix for TetGen (details)
  734. Relax tolerances for Intel LLVM (details)
  735. Enable dump of bodyforce RANS solutions (details)
  736. Fix for last commit (details)
  737. Added hnilsen@mit.edu to DeveloperEmailAddresses (details)
  738. Use PI insteady of M_PI for Surreal (details)
  739. Update HUMOR interface (details)
  740. Fix rotor source szplt output (details)
  741. Vera fixes and don't use MPI TECIO (details)
  742. Add PSig to body force dump (details)
  743. Fix TECIO write of CG fields (details)
  744. Fix PSig dump (details)
  745. Fixed proper flow conditions for NLF-0416 (details)
  746. Guard against looking for rt library on MSYS (details)
  747. Allow using PSig in Pprop calculation (details)
  748. Fix last commit (details)
  749. Default PV/PSig scale to 1 (details)
  750. Updates to AFT PDE (details)
  751. More cleanup of AFT PDE (details)
  752. Try smoother distnace function gradient (details)
  753. Fix last commit (details)
  754. Refactor CG tecplot file writes, again... (details)

Started by upstream project SANS_Nightly build number 1575
originally caused by:

Revision: 1b29b4e156b932f38557d22d156c26920be58e2c
Repository: ssh://jenkins@acdl.mit.edu/home/svnroot/SANSproto/
  • acdl/develop
  • acdl/galbramc/develop
  • HEAD
  • acdl/apprentice
SCM: git ssh://jenkins@acdl.mit.edu/home/svnroot/SANSproto/
  • Commits since last build: 3
  • Latest commit: 1b29b4e
62 errors, 0 warnings
5535 errors, 0 bytes definitely lost