Skip to content
Started 1 yr 6 mo ago
Took 36 min on reynolds
Failed

release_intel,reynolds (Sep 1, 2022, 3:29:00 PM)

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

Started by upstream project SANS_refine build number 120
originally caused by:

Revision: 7703a5c9acdbbb354401b3c215366efa633ab577
Repository: ssh://jenkins@acdl.mit.edu/home/svnroot/SANSproto/
  • acdl/develop
SCM: git ssh://jenkins@acdl.mit.edu/home/svnroot/SANSproto/
  • Commits since last build: 200
  • Latest commit: 7703a5c
2 errors, 0 warnings