Skip to content
Failed

Changes

Summary

  1. Added variable interpreter for primary unknowns = {delta*, theta, G} (details)
  2. Refactored IBL profile type identifier (details)
  3. Added unit tests to VarInterpret (details)
  4. Fixed unit test (details)
  5. Added a new class for calculating thicknesses and coeffcients, along with unit tests. (details)
  6. Typo fixes (details)
  7. Refactored PDEIBLUniField to use genealized thicknesses/coeffcients calculation routines.  Verified uncoupled IBL run with airfoil only (details)
  8. Refactoring to get coupled IBLUniField to work without transition.  Caveat: pyrite check is fine with delta & A variables, but mismatches G (maybe numerical precision issue? to be eamined) (details)
  9. Cleaned up obsolete stuff (details)
  10. Cleanup (details)
  11. Renaming/cleanup (details)
  12. Preliminary implementation of correlation closure (details)
  13. Minor refactoring (details)
  14. First run of correlation-closure IBL on an uncoupled airfoil-only case, compared reasonably well with profile-closure results (details)
  15. minor edit (details)
  16. Added turbulent closure from MSES paper.  Ran coupled IBL on airfoil+wake configuration, comparing reasonably well with IBL based on profile closures (details)
  17. Distinguished H from Hk (kinematic). (details)
  18. Reduced code repetition (details)
  19. Added some XFOIL closures (details)
  20. Added more XFOIL closures (details)
  21. Typo fixes (details)
  22. Refactored Uslip calculation (details)
  23. Fixed a typo in xfoil laminar BL closure (details)
  24. Added pyrite check for XFOIL laminar BL closure (details)
  25. Recovered the correct double dissipation for wake.  Added pyrite files (details)
  26. Added output dumping functions for correlation-closure IBL (details)
  27. Refactored output function and added a utility function (details)
  28. Added XFOIL amplification growth rate closure, which is almost identical to IBL (details)
  29. Modified lag equation and CDiss closure a bit. (details)
  30. With modified lag equation, laminarBL+turbulentWake results matches XFOIL very closely (details)
  31. Added captured transition test case with pyrite file for correlation-based IBL (details)
  32. Fixed an innocuous bug (details)
  33. Re-enabled LF flux (details)
  34. Added machinery for loading up IBL solution from input file (details)
  35. Make LF flux a default for IBL (details)
  36. Refactored blended intermittency calculation for correlation-based closure (details)
  37. Do no apply blending for wake (details)
  38. Switched to generalized thickness/coeffcient calculation for duplicate-field IBL as well.  Verified uncoupled airfoil case with full upwind (details)
  39. Bug fix (details)
  40. Verified coupled case with laminarBL+turbulentWake (details)
  41. Minor refactoring (details)
  42. minor cleanup (details)
  43. Added instantiation and fixed transition test cases (details)
  44. Added a missing method (details)
  45. Added a pyrite check for NACA0012 case (with flow separation) (details)
  46. Added a different set of initial solution.  Allowed for laminar BL to turn turbulent during transient state (details)
  47. Added new IBL variable type (details)
  48. Added unit tests and fixed bugs (details)
  49. Generalized dummy equations in duplicate-field IBL pde class (details)
  50. Follow-up fixes for test cases affected by earlier commits (details)
  51. Refactored solution initialization (details)
  52. Enabled correlation-based two-field IBL formulation.  Added test case of coupled IBL with lamiBL+turbWake and corresponding pyrite file. (details)
  53. Refactored updateFraction in PDEIBL and also fixed the sign in solution update (details)
  54. Generalized cut-cell machinery to handle two different sets of IBL primary unknowns (details)
  55. Added pyrite check (details)
  56. Added comments (details)
  57. Minor refactoring.  Added missing initial solution file (details)
  58. Intermediate commit (details)
  59. Cleaned up test cases (details)
  60. Refactored updateFraction (details)
  61. Added a pyrite check (details)
  62. Relaxed tolerance (details)
  63. Refactoring updateFraction.  Added an expedient guard against too small Hk (details)
  64. Added underrelaxation (details)
  65. Added underrelaxation-related stuff (details)
  66. Cosmetic edtis (details)
  67. Verified pyrite check for fitted-transition IBL on NACA0012 Re=1e5 massively separated laminar BL (details)
  68. Added Cf replacement for turbulent BL with too small Retheta (details)
  69. Added a pyrite file (details)
  70. Added a pyrite file (details)
  71. BC refactoring and unit test fix (details)
  72. Refactored BC and added unit tests (details)
  73. Improved coverage by removing redundant safety guards (details)
  74. Just renaming (details)
  75. Refactoring and unit testing (details)
  76. Fixed a bug in Cf correlation.  Added unit test (details)
  77. Type fix (details)
  78. Unit tested correlations from XFOIL. (details)
  79. Refactored amplification growth correlation calculation for speedup --> changed the floating-point arithmetic a bit  Added unit tests. (details)
  80. added comments (details)
  81. Cleanup (details)
  82. Cleanup (details)
  83. Dump additional output files for examination (details)
  84. Unit test fixes (details)
  85. More unit test fixes (details)
  86. Unit test fix (details)
  87. Refactored blended intermittency calculation and added unit tests (details)
  88. Refactored updateFraction and added unit tests (details)
  89. minor fixes (details)
  90. matching old system pyrite test: coupled IBLUniField profile-closure lamiBL+turbWake (details)
  91. Changed initial solution guess (details)
  92. Bug fix.  Equality operator is sensitive to type: std::string vs its reference. (details)
  93. Minor refactoring (details)
  94. Added comments (details)
  95. Refactored unit tests (details)
  96. Refactored source terms and added unit tests for PDEIBL2D (details)
  97. Refactored ctau_{turb,init}.  Unit tested turbulent sub-cell source term for amplification eqn in cut-cell transition formulation (details)
  98. Fix for vera formatting check.  Also a minor refactoring (details)
  99. Minor refactoring (details)
  100. Refactored ctau_{turb,init} fitting calculation (details)
  101. Forgot to save  this in the last commit... (details)
  102. Unit-tested upwind advective flux in two-fIeld IBL pde class (details)
  103. Minor commenting (details)
  104. Minor refactoring (details)
  105. minor refactoring (details)
  106. Refactored dummy matching equations for fitted transition (details)
  107. Forgot to commit this in the last pass (details)
  108. Modified artificial amplification source term in fully turbulent elements.  Pluse other minor refactoring (details)
  109. Make sure scales are non-negative (details)
  110. Enabled G=ln(ctau^0.5) as a primary unknown in place of ctau.  It helps with nonlinear solution. (details)
  111. Fixed unit tests (details)
  112. Dumping matching variables for transition (details)
  113. Refactored underrelaxation to guard against zero G.  Added forced-transition subiteration output dump (details)
  114. Turned off limiting on G variable.  Made H validity check tighter (details)
  115. Playing with a different form of lag equation in fitted transition approach.  Not much luck though.  So, as of now, using G as the primary unknown is already helpful (details)
  116. Playing with point source for setting ctau_{Turb,init} (details)
  117. Refactored forced transition point source for ctau jump (details)
  118. playing with point source for ctau jump in free transition (details)
  119. Tried implementing ctau jump condition via flux modification (details)
  120. Got a captured transition result with sharp ctau jump at free transition front (details)
  121. Added explicit instantiation (details)
  122. Genearalized HubTrace boundary trace integrand by ridding of any PDE/BC dependence (details)
  123. Generalized IBL solution DOF setter (details)
  124. Implemented a different formulation for captured transition by splitting the amplification and lag equations (details)
  125. Added instantiations (details)
  126. Fixed amplification and lag source terms in new IBL PDE class (details)
  127. Verified NACA0012 Re1e5 results against XFOIL (separated fully laminar BL) (details)
  128. Add a lower limit to the modeled turbulent initial ctau (details)
  129. Minor refactoring (details)
  130. Fixed a bug in solution initialization (details)
  131. Refactored masterState calculation from cumulation to assignment (details)
  132. minor tidying (details)
  133. Refactored smooth intermittency blending to allow for natural and forced transition as the same time (details)
  134. Allowed for initializing p0 IBL solution from input file (details)
  135. Added H upper limit in validity check (details)
  136. SplitAmpLag working on NACA0012 Re 2e5 separation bubble (details)
  137. Cosmetic edit (details)
  138. Decoupled nt variables of BL from nt of the wake (details)
  139. Converged p=0 solution on ne64 and n128 grids for Eppler 387 case (details)
  140. minor cleanup (details)
  141. renaming (details)
  142. Refactored state validity check (details)
  143. minor refactoring (details)
  144. Added IO files for testing Eppler 387 airfoil (details)
  145. Typo fix (details)
  146. Tried PTC for IBLSplitAmpLag captured transition case (details)
  147. Further simplified amplification equation at hubtrace (details)
  148. Added grid and initial solution files (details)
  149. minor cleanup (details)
  150. added hessian to Joukowski solution (details)
  151. bug fix in Joukowski test (details)
  152. Minor edit (details)
  153. Refactored a case (details)
  154. Fixed calls to jacobianTranspose of daisy-chained algebraic equation set (details)
  155. Cleanup (details)
  156. minor refactoring (details)
  157. minor edit to running case (details)
  158. Refactored printed normed reisudals when line-search fails. (details)
  159. Refactored running case (details)
  160. Minor cleanup (details)
  161. Minor fix (details)
  162. Refactored uncoupled IBL case and added pyrite file (details)
  163. Fixed HDG continuous implementation.  Reverted to Var(delta, A, G) to not hacking scaling delta and A.  Cleaned up some system tests (details)
  164. Refactored two test cases (details)
  165. Added Hk lower limit check when checking state validity for IBLUniField with correlation closures (details)
  166. Added pyrite check file.  Refactored test cases and enabled PTC on one of them. (details)
  167. Fix pyrite check (details)
  168. Fixed undefined variables (details)
  169. Updated a pyrite file to be consistent with the latest settings in IBLUniField (details)
  170. Deleted a redundant case (details)
  171. added some commented out hack for fully turbulent BL simulation with IBLUniField (details)
  172. Updated pyrite file (details)
  173. Added exceptions as safe guards (details)
  174. cosmetic refactoring (details)
  175. cosmetic refactoring (details)
  176. Added a pyrite file and changed test file name (details)
  177. turned on set IBL dofs for p=0 for DsThG (details)
  178. Dumped singular jacobian when UMFPACK finds it (details)
  179. Refactored system test cases (details)
  180. Using a less conservative initial CFL for PTC in a test case (details)
  181. Refactored system test case (details)
  182. Added some auxiliary functions for system test cases (details)
  183. Added some debugging options (details)
  184. Minor refactoring (details)
  185. Simplified upwind flux in IBL to improve code reuse (details)
  186. Commented out hacks.  Added minor guards.  Dumped matrix when UMFPACK linear solve fails. (details)
  187. Laminar-turbulent blending works for Eppler 387 now.  Turned on G limiting in updateFraction (details)
  188. Cleaned up and refactored projection to Qauxi (details)
  189. Removed redundant TopoDim templates following Hugh's recent updates (details)
  190. playing with numerical flux and nt growth rate in laminar-turbulent blending formulation (details)
  191. Playing with various grid-dependent laminar-turbulent blending strategies (details)
  192. minor cleanup (details)
  193. Use value instead of reference since equivalence is checked instead of identity (details)
  194. Added output (details)
  195. Tweaked LF flux dissipation coefficient a bit.  Modified lag source term to prevent ctau to drop with ctau_Tinit after reaching its peak.  Hacking grid dependent blending.  Left system test case unchecked for the moment (details)
  196. Added Hs derivatives with unit tests.  Fixed typos in closure unit tests (details)
  197. Abstracted Re_theta calculation (details)
  198. Added Roe flux based on arithmetic average state (details)
  199. Added class for setting qaux field from file (details)
  200. Typo fix (details)
  201. Minor refactoring (details)
  202. Output blended IBL quantities (details)
  203. Added an uncoupled IBL case (details)
  204. Added qinif initialization to a shared file for setting up IBL case (details)
  205. Using qinf initialization from a shared file (details)
  206. Refactored Roe flux for IBL (details)
  207. Added entropy fix (details)
  208. Just hacking around.  The hacky stuff are turned off (details)
  209. Reformulated DG-IBL interface flux and finally fixed solution oscillation in transition cases.  Saved other miscellaneous updates (details)
  210. cosmetic changes (with hacks being commented out) (details)
  211. Normalize KE equation by q^2 (details)
  212. editted comments (details)
  213. Use pde fluxAdvective function to calculate outflow flux at Hubtrace boundary (details)
  214. cleaned up some hacks (details)
  215. minor cleanup (details)
  216. Accidentally messed up blended source term.  Restore it now. (details)
  217. Stashed some intermediate edits (details)
  218. Fixed the numerical flux of IBL momentum equations to eliminate solution jumps and/or oscillations.  Also cleaned up temporary hacks. (details)
  219. Make intermittency length scale a parameter in the transition model.  Cleaned up old hacks in in PDEIBLSplitAmpLag2D (details)
  220. More cleanup (details)
  221. minor edits (details)
  222. Disable search for boost-cmake; otherwise, runs into conflicts with FindBoost.  Need to resolve this if using boost-cmake in the future (details)
  223. Minor cleanup following last merge commit (details)
  224. Minor fixes to keep up with changes in the main branch (details)
  225. Add pyrite check on E387 airfoil transition separation bubble case (details)
  226. Update Solve2D_Coupled4x4_IBLSplitAmpLag_CorrelationClosure_CapturedTransition_PTC_btest.cpp (details)
  227. Cleaned up the numerical flux options in Qauxi projection.  All three numerical fluxes produce similar well-behaved results.  Add a sandbox case (details)
  228. working on advective field case... (details)
  229. asdfasdf (details)
  230. working on the advective field and it's broken LOL (details)
  231. fix mpi dg (details)
  232. trying to figure out idiosyncracy (details)
  233. cont'd (details)
  234. cont'd pt. ii (details)
  235. name fix (details)
  236. oopsie (details)
  237. working on random field (details)
  238. updated random fields, should be working but untested. (details)
  239. unit tests for adjoint (details)
  240. fixes to compute AR etc. (details)
  241. Fix for EPIC 2D without geometry (details)
  242. jenkins fix, holdover code. (details)
  243. adding block pivoting to ilu (details)
  244. a VMSDBR2 version of the DeltaWing Chain toy (details)
  245. Enable static condensation with MKL (details)
  246. Missed a static condensation step (details)
  247. Another MKL static condensation fix (details)
  248. Relaxed tolerance (details)
  249. a VMSDBR2 Double BL, also lining up the 3 so that they are the same. HOWEVER, Seems to be something very wrong with plain VMSD, the adapt looks crap and the error is enormous.... (details)
  250. Updates for latest refine (details)
  251. urop fix? (details)
  252. jenkins fix, odds and ends. (details)
  253. added 2D+T VMSD AD case. (details)
  254. minor edit (details)
  255. refactored the new PDE IBL class and added unit tests (details)
  256. fixed LF flux (details)
  257. Relocated blended intermittency to PDE class.  Added unit tests. (details)
  258. Added unit tests to VarInterpret (details)
  259. Fixed intermittency usage in auxi equation (details)
  260. refactored intermittency calculation calling signature across different variants of IBL formulations (details)
  261. Fixed type (details)
  262. Refactored unit tests to keep up with updates in the thickness class (details)
  263. Cleaned up manifold interface integrand implementation.  Minor type corrections for unit tests involving Surreal types. (details)
  264. Fixed ping tests by adjusting the reference solution and step size (details)
  265. Refactored  PDEIBLSplitAmgLag2D default flux and ctau_min.  Added pyrite check files (details)
  266. updated pyrite files (details)
  267. Refactored IBL solution file reader.  Cleaned up system tests for various IBL formulations (details)
  268. Removed IO file clutter (details)
  269. Added variable data constructors.  Fixed types.  File cleanup (details)
  270. Fixed IBL solution reader usage (details)
  271. Recovered a system test on IBLUniField (details)
  272. Cleaned up system tests (details)
  273. Fixed IBL solution reader usage (details)
  274. Fixed duplicate symbols by inline.  Added a missing pyrite check file (details)
  275. Relaxed pyrite tolerance.  Fixed unit tests for IBL soluton file reader (details)
  276. Suppressed file output for Jenkins (details)
  277. Suppressed one more file output for Jenkins. (details)
  278. Fixed unused variable (details)
  279. Relaxed pyrite tolerances for gnu (details)
  280. Subtle typo in pyrite filename (details)
  281. Relaxed tolerances for intel compilers (details)
  282. Relaxed pyrite tolerance.  Added explicit instantiation to fix linker error (details)
  283. Relaxed tolerance. Fixed timeout on Jenkins (details)
  284. Relaxed pyrite tolerances (details)
  285. relaxed tolerance on d/dxdy test (details)
  286. Replace Joukowski q1 grid (details)
  287. coverage improvement (details)
  288. hotfix (details)
  289. quick fix (details)
  290. Attempt to use parallel MKL (does not work yet). Other small cleanups. (details)
  291. Added cartesian table lookup for PorusMedia SPE calculations (details)
  292. Use atlas blas on rhel7 (details)
  293. 2d+t hex solve patch. (details)
  294. belated nomenclature fix (details)
  295. Consistent delete (details)
  296. VMSDBR2 3D+T additions. (details)
  297. added squarechannel vmsd br2 changes (details)
  298. General PETSc verson on macOZ for jenkins (details)
  299. Suppress tetgen CMake warning. Relax tolerance for macOS (details)
  300. Allow MKL as BLAS library. Update macOS PETSc. Fix tolerance. (details)
  301. Add option to dump per rank matrix market file from PETSc (details)
  302. 1st crack at SPE10 test case; compiles but errors out when run; (details)
  303. unit tests for PorosityModel_CartTable (details)
  304. unit tests for Porosivity and Permeability (details)
  305. Fix for PETSc matrix market dump (details)
  306. bug fixes in 2-phase porous flow classes/tests; added CartTable unit tests for PDETwoPhase2D (details)
  307. updated SPE10 test case to include lookup poro/perm tables; BCs now complaining about CartTable (details)
  308. reverted to original functionality on fluxAdvectiveUpwind: no-op rather than developer exception; (details)
  309. added "#include <fstream>" in lookup table tests (details)
  310. SPE10 testcase: added avro include files and check on SANS_AVRO (details)
  311. cppcheck fixes (details)
  312. Jenkins updates (details)
  313. Added Kyle Anderson k-ordering to PETSc (details)
  314. Another jenkins update (details)
  315. Fix warnings (details)
  316. vmsd sip -> vmsd br2 in sandbox (details)
  317. Update CMake build to Nlopt 2.6.1 (details)
  318. SPE10 testcase: added needed instantiations for BC parameters, algebraic eq set, error estimates (details)
  319. more vmsd sip -> vmsd br2 in sandbox (details)
  320. Fix k-ordering (details)
  321. Fix for k-ordering with BAIJ PETSc matrices (details)
  322. fixed typo in comments; no change in functionality (details)
  323. SPE10 testcase: fixed typos/bugs in instantiations (details)
  324. SPE10: changed avro check to BOOST_FAIL, so code always compiles even if USE_AVRO not defined (details)
  325. Implemented refine 2D API interface (details)
  326. SPE10: generalized output functional to sum over a vector of outflow wells (details)
  327. SPE10: added multiple wells to output functional (details)
  328. SPE10: trying to achieve successful compile when SANS_AVRO not defined (details)
  329. SPE10: added checks on porosity & permeability table lookups (details)
  330. Upgrade ccache version (details)
  331. vmsd -> sip again (details)
  332. 2D refine updates to swork with CAD. Not done yet. (details)
  333. Fix compile error (details)
  334. Suppress some cppcheck warnings (details)
  335. Tweak for jenkins Commit script (details)
  336. less sharp exact soln, BR2 not SIP (details)
  337. and output fix (details)
  338. eliminated option to use single/scalar source to initialize OutputTwoPhase2D_Flowrate; (details)
  339. added test for 1x1 constant lookup table (details)
  340. typo fix in output functional source class name (SourceClass -> SourceOutflowClass) (details)
  341. another intel suppression for valgrind (details)
  342. cppcheck suppression (details)
  343. Added a scaling factor to PermeabilityModel2D_CartTable to fix units in SPE10 case. Added rock compressibility to PorosityModel_CartTable, and updated unit tests. Added phi, Kxx, and Kyy as derived quantities to PDETwoPhase2D for visualization. Added table look-up files with homogeneous data for SPE10. (details)
  344. Fixed unused variable warning (details)
  345. forcing function adjustment... not improved :( (details)
  346. Update for latest refine (details)
  347. SingularException destructor instantiation (details)
  348. Rename BCEulermitAVDiffusion to BCEulermitAVSensor since the name makes more sense (details)
  349. First pass at including artificial viscosity model from Holst (2020) (details)
  350. GCC9 caught some unitialized data (details)
  351. A few bugs (details)
  352. Unit tests and associated bug fixes (details)
  353. Fix library ordering for HSM (details)
  354. Updated gcc warning regex (details)
  355. Increase timout times (details)
  356. Slight correction to refine unit test (details)
  357. Updates for refine incliding 2D triangle hack. Still need help from Mike. (details)
  358. Dissable refine 2D test (details)
  359. Refine now works in 2D (details)
  360. Add restart interface for refine (details)
  361. Increase timeour for refine2D tests (details)
  362. Use MPI_sleep for avro execution (details)
  363. Only write EGADS file from one processor and reduce iterations in refine2D_btest (details)
  364. Add missing include (details)
  365. Relax refine timie a bit more (details)
  366. Add missing link library (details)
  367. refine2D with EGADS still does not quite work. (details)
  368. Fix for parallel 2D refine (details)
  369. One more refine fix (details)
  370. Only remove files on the rank 0 processor (details)
  371. Warning fixes (details)
  372. Fix up Box Tet WakeCut for adjoint (details)
  373. Added Ismail-Roe entropy conservative flux (with optional entropy fix based on Harten) in 2D. Unit tested to ensure: primal and entropy consistency for the entropy conservative formulation, primal consistency and entropy dissipation for version with entropy fix. Extension to RANSSA NOT implemented. (details)
  374. Added header: src/pde/NS/Roe.h to src/pde/NS/IsmailRoe.h to it can access datatype: RoeEntropyFix (details)
  375. Typo fix in enum RoeEntropyFix: eIsmailRoeEntopyNeutral -> eIsmailRoeEntropyNeutral (details)
  376. Added SPE10 permeability datasets with reduced contrast ratios (details)
  377. Updated quarter five spot case to use avro (details)
  378. lorenz building, not converging. need unit tests. (details)
  379. in progress... (details)
  380. lorenz in progress, not converging, seems to need stabilization. (details)
  381. working on vmsd. (details)
  382. added DG, broken. now VMSD and DGBR2 are both broken and CG is unstable :) (details)
  383. more of the same. (details)
  384. made some fixes, fem of lorenz seems to be working (w/ 4M elements...) (details)
  385. trying to figure out what's wrong (details)
  386. unit test addition.. (details)
  387. hmm looking for valgrid shit now. (details)
  388. added exact solution for alpha=0 case. (details)
  389. configured for convergence test, convergent. (details)
  390. output tricks (details)
  391. working on homotopy pde (details)
  392. for marshall (details)
  393. Some progress for BCHomotopy (details)
  394. homotopy in progress (still) (details)
  395. on the way to a block 2x2 version of htc... (details)
  396. slow but steady. (details)
  397. on the curve between the easy solution and the hard one (details)
  398. bob loblaw law blog (details)
  399. homotopy might be working might be leaking might be a figment of my imagination. (details)
  400. fieldbase uninitialized data fix. (details)
  401. homotopy running but breaking for chaos :( (details)
  402. added dumps (details)
  403. fixed homotopy bug i think. (details)
  404. added adaptive stepping to homotopy. (details)
  405. ready for ben (details)
  406. state of the art (details)
  407. small changes. (details)
  408. Removed PDE template from BCLorenz since it was no longer needed. Generalized the new homotopy integrand so it can be applied to Real and VectorS PDE::ArrayQ types. Updates required adding move construction and move assignment operator to VectorBlock_2 to prevent warnings about using implicit constructors under g++9. Propogated the required changes to unit test and sandbox cases. (details)
  409. Statically condensed VMSD with homotopy: Updated the jacobian functions in the the HTC algebraic equation set, added logic for static condensation to Block 2x2 matrix interface with UMFPACK, and also had to expose the types of the vectors in VectorBlock_2. Also updated the Homotopy logic to be more robust, which mostly consists of making sure steps taken in the predictor phase are valid. (details)
  410. Added ability to pass q and qp into source term individually for VMSDBR2. This is needed for some of the resolution sensors I am experimenting with for shock capturing. This required an additional source function to be added to PDEs that takes q, qp, gradq, and gradqp. Currently, this new function forwards (q+qp) and (gradq+gradqp) to the original source function. Unit tests have been added to test consistency of this new source term. (details)
  411. Added new boundary condition: BCTypeFullStateRadialInflow_mitState. This is a FullState_mitState style boundary condition, except velocity magnitude is specified. The direction is then calculated as radially outward from an origin at (0,0). (details)
  412. Added PDESourceOnly2D which implements a pde q - a = 0. This is for use as the auxiliary equation for Homotopy continuation. Unit tests added to applying this PDE to adevction diffusion, Euler and Euler with artificial diffusion. Also found that the jacobianMasterState and jacobianFluxAdvectveTime functions were reversed for the sensor PDE. This has been fixed and unit tests updated. (details)
  413. Setting up a bump in a subsonic inviscid flow. Now verbose enables / disables all console output of the halving linesearch. Also added some extra function to PDEEuler2D to forward calls that have params. (details)
  414. Added sourceCoarse and sourceFine function calls to VMSDBR2, which are source terms weighted against the coarse and fine space test functions respectively. For the most part these forward calls to the source function in the PDE. These are required because VMSD does not have a unique solution for the PDE q - a = 0 if a is a constant. Since this is the case in the SourceOnly PDE, that PDE now solves (\bar{q} - a) = 0, and q' = 0. (details)
  415. Setting up RadialShock problem using VMSDBR2 and Homotopy. This required instantiating objects relating to the Block 2x2 linear algebra for PDEs of dimension 5. It also required adding the new source functions to the Sensor PDE. (details)
  416. Renamed eLaplaceViscosity to eLaplaceViscosityEnthalpy in enum EulerArtViscosity. This is a more descriptive name for this option: artificial diffusion is applied to the gradient of total enthalpy (not total internal energy as a pure Laplacian operator would suggest). Now the option eLaplaceViscosityEnergy can be added to the enum EulerArtViscosity to describe the artificial diffusion being applied to the conservation variables. (details)
  417. Upgraded to latest AFLR (details)
  418. Added eLaplaceViscosityEnergy to enum EulerArtViscosity. This applies a Laplacian operator to the conservation variable gradient (i.e. energy gradient not enthalpy gradient). System tests have been added to ensure that the calculation is correct for Euler2D and RANSSA2D PDEs. (details)
  419. Fixed two bugs highlighted by Jenkins. 1) PDELorenz was using abs on a Real. 2) Several lines in SolutionFunction_Euler2D.h were too long. (details)
  420. Look for Real Time library for AFLR (details)
  421. Fix for last commit (details)
  422. A few AFLR fixes (details)
  423. Previous commits overwrote some updates to the PETSc interface, so had to revert to commit 8fa5bcb008f4c19ec223d6ebfa628f6d4d9354cd for those files. Also updated files that failed vera checks. (details)
  424. Instantiations for Block2x2 systems for a PDE of 5 equations were missing from MKL. Also, the version of UMFPack on Ubuntu 12.04 does not support the new exception types, so have reverted src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver.cpp back to commit 45d3cd53036a51bccf943d9c5097544bd220d8f8 (details)
  425. Relaxed tolerances on JacobianCell_VMSD_BR2_AD_btest for intel. Added #ifdef protection on the new UMFPACk error flags for older versions of UMFPack (pre 5.5) (details)
  426. Updated BuildBoost to Boost 1.72 (details)
  427. Updated AFLR to 16.30.11. Lots of cppcheck fixes. (details)
  428. Add missing include (details)
  429. Fixes for AFLR4 farfield mesh generation (details)
  430. A few nightly fixes (details)
  431. Add continuousGlobalMap for LIP solvers (details)
  432. Fix the last fix (details)
  433. Use CMake python when building boost (details)
  434. Fix for gold linker with MKL (details)
  435. Some more nightly fixes (details)
  436. One more nightly fix (details)
Commit 7407fc27614237ae28a54a6326ebb53a10298c17 by shunz
Added variable interpreter for primary unknowns = {delta*, theta, G}
The file was modified test/unit/pde/IBL/VarInterpret2D_btest.cpp
The file was modified src/pde/IBL/IBLVarDataType2D.h
The file was modified src/pde/IBL/VarInterpret2D.h
Commit 9f8490d5b5baccb39e5b9d94e25fd19db2ca588b by shunz
Refactored IBL profile type identifier
The file was modified src/pde/IBL/IBL_Traits.h
The file was modified src/pde/IBL/SecondaryVar2D.h
The file was modified src/pde/IBL/FluidModels.h
The file was modified src/pde/IBL/PDEIBL2D_impl.h
The file was modified src/pde/IBL/PDEIBL2D.h
The file was modified src/pde/IBL/BCIBL2D.h
The file was modified src/pde/IBL/SecondaryVar2D_impl.h
The file was modified src/pde/IBL/VarInterpret2D.h
The file was modified src/pde/IBL/VelocityProfile2D.h
The file was modified src/pde/IBL/BCIBLUniField.h
The file was modified src/pde/IBL/FluidModels.cpp
The file was modified test/unit/pde/IBL/VelocityProfile2D_btest.cpp
The file was modified src/pde/IBL/PDEIBLUniField.h
The file was modified src/pde/IBL/ElementProjectionIBLoutput_L2.h
Commit c052958384ed67f7589b7385c458718fee9e9a25 by shunz
Added unit tests to VarInterpret
The file was modified test/unit/pde/IBL/VarInterpret2D_btest.cpp
Commit 8f908dab9fc74bb2417e380d1e239e4a02bce6cd by shunz
Fixed unit test
The file was modified test/unit/pde/IBL/SecondaryVar2D_btest.cpp
Commit 3095bf6bd6a6a29cb284f3599057236398457900 by shunz
Added a new class for calculating thicknesses and coeffcients, along with unit tests.
The file was addedtest/unit/pde/IBL/ThicknessesCoefficients2D_ProfileClosure_btest.cpp
The file was modified src/pde/IBL/CMakeLists.txt
The file was addedsrc/pde/IBL/ThicknessesCoefficients2D.h
The file was addedsrc/pde/IBL/ThicknessesCoefficients2D_ProfileClosure_impl.h
The file was addedsrc/pde/IBL/ThicknessesCoefficients2D_ProfileClosure.cpp
Commit ed68a0b6d6b838651c9f62ba1b8378dbdc8c6a41 by shunz
Typo fixes
The file was modified src/pde/IBL/SecondaryVar2D_impl.h
Commit 5d14f2242cd7aa79005b392968ef3dac9f2bea7b by shunz
Refactored PDEIBLUniField to use genealized thicknesses/coeffcients calculation routines.  Verified uncoupled IBL run with airfoil only
The file was modified src/pde/IBL/ThicknessesCoefficients2D_ProfileClosure_impl.h
The file was modified src/pde/IBL/BCIBLUniField.h
The file was modified test/unit/pde/IBL/PDEIBLUniField2D_btest.cpp
The file was modified src/pde/IBL/ThicknessesCoefficients2D_ProfileClosure.cpp
The file was modified src/pde/IBL/ElementProjectionIBLoutput_L2.h
The file was modified src/pde/IBL/PDEIBLUniField.h
The file was modified src/pde/IBL/ThicknessesCoefficients2D.h
The file was modified test/unit/pde/IBL/ThicknessesCoefficients2D_ProfileClosure_btest.cpp
Commit de0dacaf8ab108772b17b0b29636e02bee8111e4 by shunz
Refactoring to get coupled IBLUniField to work without transition.  Caveat: pyrite check is fine with delta & A variables, but mismatches G (maybe numerical precision issue? to be eamined)
The file was modified src/pde/IBL/BCIBLUniField.h
The file was modified src/PanelMethod/ProjectionToQauxi_IBL.h
The file was modified src/pde/IBL/ThicknessesCoefficients2D_ProfileClosure.cpp
The file was modified src/pde/IBL/PDEIBLUniField.h
Commit 7fc3858fbb7cc05f0e5c69c9a7309db6aafb3bdc by shunz
Cleaned up obsolete stuff
The file was modified src/pde/IBL/PDEIBLUniField.h
Commit 58623693323f8e01120d909f6fef493b07558ddd by shunz
Cleanup
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBLUniField_Panel_NACA0004_CapturedTransition_btest.cpp
Commit 9382c51e6c513b4f6b138c4d88d0154863469600 by shunz
Renaming/cleanup
The file was modified src/pde/IBL/PDEIBLUniField.h
The file was modified test/unit/pde/IBL/ThicknessesCoefficients2D_ProfileClosure_btest.cpp
The file was modified src/pde/IBL/ThicknessesCoefficients2D_ProfileClosure.cpp
The file was modified src/pde/IBL/ThicknessesCoefficients2D_ProfileClosure_impl.h
Commit b01ed4fda1a368453a2c17e0b4264e2a578888b1 by shunz
Preliminary implementation of correlation closure
The file was addedsrc/pde/IBL/ThicknessesCoefficients2D_CorrelationClosure_impl.h
The file was addedsrc/pde/IBL/ThicknessesCoefficients2D_CorrelationClosure.cpp
The file was addedtest/unit/pde/IBL/ThicknessesCoefficients2D_CorrelationClosure_btest.cpp
The file was modified src/pde/IBL/CMakeLists.txt
The file was modified src/pde/IBL/ThicknessesCoefficients2D.h
Commit 54ec253cf6c556c1806ce847dea660f0d19afa16 by shunz
Minor refactoring
The file was modified test/system/CodeConsistency/Solve2D_Uncoupled_DGAdvectiveIBLUniField_NACA0004_LamiBL_btest.cpp
The file was modified src/pde/IBL/PDEIBLUniField.h
Commit 3f40a60571c2d41e2a9b4c5fa8ef7b82f7f65b32 by shunz
First run of correlation-closure IBL on an uncoupled airfoil-only case, compared reasonably well with profile-closure results
The file was addedtest/system/CodeConsistency/Solve2D_Uncoupled_DGAdvectiveIBLUniField_CorrelationClosure_NACA0004_LamiBL_btest.cpp
The file was addedtest/system/IO/CodeConsistency/Solve2D_Uncoupled_DGAdvectiveIBL_CorrelationClosure_naca0004_ne64_p1_airfoil_Test_FullUpwind.txt
The file was modified src/pde/IBL/BCIBLUniField.cpp
The file was modified src/pde/IBL/ThicknessesCoefficients2D.h
The file was modified src/pde/IBL/ThicknessesCoefficients2D_CorrelationClosure_impl.h
Commit 9e47fee90e5d80e327b688b19e38fd694d0699bc by shunz
minor edit
The file was modified test/system/AnalyticSolve/AnalyticSolve2D_DGAdvective_IBL_StagnationFlow_LamiBL_btest.cpp
Commit 6ffabc2164011981cabed694e795f45f47ef0e91 by shunz
Added turbulent closure from MSES paper.  Ran coupled IBL on airfoil+wake configuration, comparing reasonably well with IBL based on profile closures
The file was addedtest/system/CodeConsistency/Solve2D_Coupled4x4_IBLUniField_CorrelationClosure_Panel_NACA0004_btest.cpp
The file was addedtest/system/IO/CodeConsistency/Solve2D_Coupled_4x4_DGAdv_IBLUniField_CorrelationClosure_Panel_laminarBL_turbulentWake_naca0004_ne64_p1_Test_FullUpwind.txt
The file was modified src/pde/IBL/ThicknessesCoefficients2D_CorrelationClosure_impl.h
Commit e5efe423bc9fa9161c12de56ed4ade7dfa8ef8ab by shunz
Distinguished H from Hk (kinematic).
The file was modified src/pde/IBL/PDEIBLUniField.h
The file was modified src/pde/IBL/ThicknessesCoefficients2D_CorrelationClosure_impl.h
The file was modified src/pde/IBL/ThicknessesCoefficients2D.h
The file was modified src/pde/IBL/IBLMiscClosures.h
The file was modified src/pde/IBL/ThicknessesCoefficients2D_ProfileClosure_impl.h
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBLUniField_CorrelationClosure_Panel_NACA0004_btest.cpp
Commit f624efb0df436d12f79b7a08f5f9277412aa4fa0 by shunz
Reduced code repetition
The file was modified src/pde/IBL/PDEIBL2D.h
The file was modified src/pde/IBL/IBLMiscClosures.h
The file was modified src/pde/IBL/PDEIBLUniField.h
Commit 79d281311106d073e3ca678cb4650d6546fc0dae by shunz
Added some XFOIL closures
The file was modified src/pde/IBL/ThicknessesCoefficients2D.h
The file was modified src/pde/IBL/ThicknessesCoefficients2D_ProfileClosure_impl.h
The file was modified src/pde/IBL/ThicknessesCoefficients2D_CorrelationClosure_impl.h
Commit e7906e7d8cc17467fa20cf0119356034e78dceab by shunz
Added more XFOIL closures
The file was modified src/pde/IBL/IBLMiscClosures.h
The file was modified src/pde/IBL/ThicknessesCoefficients2D.h
The file was modified src/pde/IBL/ThicknessesCoefficients2D_CorrelationClosure_impl.h
Commit 0789d990d6ec38165bd3a04239bb732a72572b54 by shunz
Typo fixes
The file was modified src/pde/IBL/VarInterpret2D.h
The file was modified src/pde/IBL/ThicknessesCoefficients2D_CorrelationClosure_impl.h
Commit e518912e1d10bc3ddfe4de70876ce00b9e0140d5 by shunz
Refactored Uslip calculation
The file was modified src/pde/IBL/ThicknessesCoefficients2D.h
The file was modified src/pde/IBL/ThicknessesCoefficients2D_CorrelationClosure_impl.h
The file was modified src/pde/IBL/IBLMiscClosures.h
Commit 84ea89f374efc7e9a19b5cdc60fb0edd598a25bf by shunz
Fixed a typo in xfoil laminar BL closure
The file was modified src/pde/IBL/ThicknessesCoefficients2D_CorrelationClosure_impl.h
Commit 6c301f18503cb6bc059e7d0cba2d3670986a44ca by shunz
Added pyrite check for XFOIL laminar BL closure
The file was addedtest/system/IO/CodeConsistency/Solve2D_Uncoupled_DGAdvectiveIBL_CorrelationClosureXFOIL_naca0004_ne64_p1_airfoil_Test_FullUpwind.txt
The file was modified src/pde/IBL/ThicknessesCoefficients2D_CorrelationClosure_impl.h
The file was removedtest/system/IO/CodeConsistency/Solve2D_Uncoupled_DGAdvectiveIBL_CorrelationClosure_naca0004_ne64_p1_airfoil_Test_FullUpwind.txt
The file was addedtest/system/IO/CodeConsistency/Solve2D_Uncoupled_DGAdvectiveIBL_CorrelationClosureMSES_naca0004_ne64_p1_airfoil_Test_FullUpwind.txt
The file was modified test/system/CodeConsistency/Solve2D_Uncoupled_DGAdvectiveIBLUniField_CorrelationClosure_NACA0004_LamiBL_btest.cpp
The file was modified src/pde/IBL/ThicknessesCoefficients2D.h
Commit f1f9fda6f3ef8140073b414cc81dceca8c00a142 by shunz
Recovered the correct double dissipation for wake.  Added pyrite files
The file was addedtest/system/IO/CodeConsistency/Solve2D_Coupled_4x4_DGAdv_IBLUniField_CorrelationClosureMSES_Panel_laminarBL_turbulentWake_naca0004_ne64_p1_Test_FullUpwind.txt
The file was addedtest/system/IO/CodeConsistency/Solve2D_Coupled_4x4_DGAdv_IBLUniField_CorrelationClosureXFOIL_Panel_laminarBL_turbulentWake_naca0004_ne64_p1_Test_FullUpwind.txt
The file was removedtest/system/IO/CodeConsistency/Solve2D_Coupled_4x4_DGAdv_IBLUniField_CorrelationClosure_Panel_laminarBL_turbulentWake_naca0004_ne64_p1_Test_FullUpwind.txt
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBLUniField_CorrelationClosure_Panel_NACA0004_btest.cpp
The file was modified src/pde/IBL/ThicknessesCoefficients2D.h
The file was modified src/pde/IBL/ThicknessesCoefficients2D_CorrelationClosure_impl.h
Commit 1bd76e1ea6d419944ead6caeb63323f68edf3422 by shunz
Added output dumping functions for correlation-closure IBL
The file was modified src/BasisFunction/BasisFunctionLine_Projection.cpp
The file was modified src/pde/IBL/ElementProjectionIBLoutput_L2.h
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBLUniField_CorrelationClosure_Panel_NACA0004_btest.cpp
The file was modified src/LinearAlgebra/DenseLinAlg/DynamicSize/MatMul/MatMul_Native_Real.cpp
The file was modified src/Field/output_Tecplot/output_Tecplot_FieldLine.cpp
The file was modified src/Field/FieldLine_DG_Cell_Instantiate_2D.cpp
The file was modified src/Field/FieldLine_Instantiate_2D.cpp
Commit 1594c07a6b062d81bfeeda2c79edda70f33e8072 by shunz
Refactored output function and added a utility function
The file was modified src/pde/IBL/PDEIBLUniField.h
The file was modified src/pde/IBL/ElementProjectionIBLoutput_L2.h
Commit f7d4724b44cb229c89ae8d8ded0a200f3f8cd962 by shunz
Added XFOIL amplification growth rate closure, which is almost identical to IBL
The file was modified src/pde/IBL/PDEIBLUniField.h
The file was modified src/pde/IBL/PDEIBL2D.h
The file was modified src/pde/IBL/IBLMiscClosures.h
Commit 4ff11e01e57eca177d484056ea3adcb5486a65ba by shunz
Modified lag equation and CDiss closure a bit.
The file was modified src/pde/IBL/ThicknessesCoefficients2D.h
The file was modified src/pde/IBL/ThicknessesCoefficients2D_CorrelationClosure_impl.h
The file was modified src/pde/IBL/PDEIBLUniField.h
The file was modified src/LinearAlgebra/DenseLinAlg/StaticSize/MatMul/MatrixS_MatMul_Native_Surreal_Instantiate.cpp
Commit 366118449e8df72009a55f24b469773ecdf9abed by shunz
With modified lag equation, laminarBL+turbulentWake results matches XFOIL very closely
The file was modified src/pde/IBL/BCIBLUniField.h
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBLUniField_CorrelationClosure_Panel_NACA0004_btest.cpp
The file was modified src/pde/IBL/ThicknessesCoefficients2D.h
The file was modified src/pde/IBL/ThicknessesCoefficients2D_CorrelationClosure_impl.h
The file was modified src/pde/IBL/PDEIBLUniField.h
Commit e184f2397f359c25688e3486072867bc169d0f15 by shunz
Added captured transition test case with pyrite file for correlation-based IBL
The file was addedtest/system/IO/CodeConsistency/Solve2D_Coupled_4x4_IBLUniFieldCorrelationClosureXFOIL_Panel_xtr10p0_ntcrit0p6_naca0004_ne64_p1_Test_CapturedTransition_FullUpwind.txt
The file was addedtest/system/CodeConsistency/Solve2D_Coupled4x4_IBLUniField_CorrelationClosure_Panel_NACA0004_CapturedTransition_btest.cpp
Commit a5862514a70c5c5308a87408d71dfde1697cc0d2 by shunz
Fixed an innocuous bug
The file was modified src/PanelMethod/ProjectionToQauxi_IBL.h
Commit 0dd62e4b99ea979963689f928c117ffc82fb2774 by shunz
Re-enabled LF flux
The file was addedtest/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_FittedTransition_LineSearchNewton_fx67k170_btest.cpp
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBLUniField_CorrelationClosure_Panel_NACA0004_btest.cpp
The file was addedtest/system/IO/CodeConsistency/IBL/e387_ne64_wake.txt
The file was modified src/pde/IBL/PDEIBLUniField.h
The file was addedtest/system/IO/CodeConsistency/IBL/e387_ne64_airfoil.txt
The file was addedtest/system/CodeConsistency/Solve2D_Coupled4x4_IBLUniField_Panel_NACA0004_CapturedTransition_fx67k170_btest.cpp
Commit e714b56ef21a83b848121e5538147096a8944e4f by shunz
Added machinery for loading up IBL solution from input file
The file was modified src/pde/IBL/SetSolnDofCell_IBL2D.h
Commit 1a840d5b8ee95373e7d1813bf368db99a82d25eb by shunz
Make LF flux a default for IBL
The file was modified src/pde/IBL/VarInterpret2D.h
The file was modified src/pde/IBL/PDEIBLUniField.h
The file was modified src/pde/IBL/BCIBLUniField.h
Commit 3b00a23f66ed4259a8c4fefdd4ab30e7417c52c3 by shunz
Refactored blended intermittency calculation for correlation-based closure
The file was modified src/pde/IBL/PDEIBLUniField.h
Commit db71a8a417753121c95eea1fb5b7f8d673950a00 by shunz
Do no apply blending for wake
The file was modified src/pde/IBL/PDEIBLUniField.h
Commit 39f68526fee8c61ad2bc4cf7240d8a9630a0da54 by shunz
Switched to generalized thickness/coeffcient calculation for duplicate-field IBL as well.  Verified uncoupled airfoil case with full upwind
The file was modified src/pde/IBL/ElementProjectionIBLoutput_L2.h
The file was modified src/pde/IBL/PDEIBL2D.h
The file was modified src/LinearAlgebra/DenseLinAlg/StaticSize/MatMul/MatrixS_MatMul_Native_Surreal_Instantiate.cpp
The file was modified src/pde/IBL/ThicknessesCoefficients2D_ProfileClosure_impl.h
The file was modified src/pde/IBL/PDEIBLUniField.h
The file was modified src/pde/IBL/ThicknessesCoefficients2D.h
The file was modified src/pde/IBL/BCIBL2D.h
The file was modified src/pde/IBL/ThicknessesCoefficients2D_ProfileClosure.cpp
The file was modified src/pde/IBL/PDEIBL2D_impl.h
Commit bf0b7f718eb7605ab17db0a587637648f0d2e434 by shunz
Bug fix
The file was modified src/pde/IBL/PDEIBL2D_impl.h
Commit 6ffb0688f0c1033572aa3150cb36467741747b6b by shunz
Verified coupled case with laminarBL+turbulentWake
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_HDGAdv_IBL_Panel_NACA0004_LamiBL_TurbWake_btest.cpp
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_LamiBL_TurbWakeXfoilLagClosure_btest.cpp
The file was modified src/pde/IBL/ThicknessesCoefficients2D_ProfileClosure.cpp
Commit 786ae52db4f7a89defd257eff8dbe27461983a77 by shunz
Minor refactoring
The file was modified src/pde/IBL/PDEIBL2D.h
Commit 3a1bde953756743fb026b9922d3c5e9130f442e7 by shunz
minor cleanup
The file was modified src/pde/IBL/PDEIBL2D.h
Commit c96194416c56206e5c1fef2a7e338f5201e88254 by shunz
Added instantiation and fixed transition test cases
The file was modified src/pde/IBL/ThicknessesCoefficients2D_ProfileClosure.cpp
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_FittedTransition_TwoLayerNewton_btest.cpp
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_FittedTransition_Forced_btest.cpp
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_FittedTransition_LineSearchNewton_btest.cpp
Commit d2f9523af4a1f63645705cc81fa375c7d896d399 by shunz
Added a missing method
The file was modified src/pde/IBL/ThicknessesCoefficients2D.h
The file was modified src/pde/IBL/ThicknessesCoefficients2D_ProfileClosure_impl.h
Commit f0b049b23a87cb942ae7d99190efb831c5774f38 by shunz
Added a pyrite check for NACA0012 case (with flow separation)
The file was addedtest/system/IO/CodeConsistency/IBL/naca0012_ne64_airfoil.txt
The file was addedtest/system/CodeConsistency/Solve2D_Coupled4x4_IBLUniField_CorrelationClosure_Panel_NACA0004_CapturedTransition_toy_btest.cpp
The file was addedtest/system/IO/CodeConsistency/IBL/naca0012_ne64_wake.txt
The file was addedtest/system/IO/CodeConsistency/Solve2D_Coupled_4x4_IBLUniFieldCorrelationClosureXFOIL_Panel_xtr10p0_ntcrit9p0_naca0012_ne64_p1_Test_CapturedTransition_LFflux.txt
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBLUniField_Panel_NACA0004_LamiBL_TurbWakeXfoilLagClosure_btest.cpp
The file was addedtest/system/IO/CodeConsistency/IBL/naca0012_qinit_ne64_wake2.txt
The file was addedtest/system/IO/CodeConsistency/IBL/naca0012_qinit_ne64_airfoil2.txt
Commit c74b462e13168c12ab71d004b855c8fa269907b8 by shunz
Added a different set of initial solution.  Allowed for laminar BL to turn turbulent during transient state
The file was addedtest/system/IO/CodeConsistency/IBL/naca0012_qinit_ne64_airfoil.txt
The file was addedtest/system/IO/CodeConsistency/IBL/naca0012_qinit_ne64_wake.txt
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBLUniField_CorrelationClosure_Panel_NACA0004_CapturedTransition_toy_btest.cpp
Commit bf706e28d41fa5ba521db15d755475d5dc7bea42 by shunz
Added new IBL variable type
The file was modified src/pde/IBL/VarInterpret2D.h
The file was modified src/pde/IBL/IBLVarDataType2D.h
The file was modified src/pde/IBL/IBL_Traits.h
Commit 2850469cfa085a470d48350f6f75a63f5df56c91 by shunz
Added unit tests and fixed bugs
The file was modified src/pde/IBL/VarInterpret2D.h
The file was modified test/unit/pde/IBL/VarInterpret2D_btest.cpp
The file was modified src/pde/IBL/IBLVarDataType2D.h
Commit c443e2953795f0c6aeae7787df088df20105bf84 by shunz
Generalized dummy equations in duplicate-field IBL pde class
The file was modified src/pde/IBL/PDEIBL2D.h
The file was modified src/pde/IBL/PDEIBL2D_impl.h
The file was modified src/pde/IBL/VarInterpret2D.h
Commit aace5ffb0fd4fcf862216943e08f94e3dea5d84c by shunz
Follow-up fixes for test cases affected by earlier commits
The file was modified test/system/AnalyticSolve/AnalyticSolve2D_DGAdvective_IBL_StagnationFlow_LamiBL_btest.cpp
The file was modified test/system/AnalyticSolve/AnalyticSolve2D_DGAdvective_IBL_StagnationFlow_SingleElem_LamiBL_btest.cpp
Commit c7915970a6c000578b048fb16b8bb8afb20e3b88 by shunz
Refactored solution initialization
The file was modified test/system/CodeConsistency/Solve2D_Uncoupled_DGAdvectiveIBLUniField_CorrelationClosure_NACA0004_LamiBL_btest.cpp
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBLUniField_CorrelationClosure_Panel_NACA0004_CapturedTransition_toy_btest.cpp
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBLUniField_CorrelationClosure_Panel_NACA0004_btest.cpp
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBLUniField_CorrelationClosure_Panel_NACA0004_CapturedTransition_btest.cpp
Commit f484aaca064c7fe7cbc7e1dfd56abd5eb8373520 by shunz
Enabled correlation-based two-field IBL formulation.  Added test case of coupled IBL with lamiBL+turbWake and corresponding pyrite file.
The file was modified src/pde/IBL/BCIBL2D.h
The file was modified src/pde/IBL/BCIBL2D.cpp
The file was modified src/pde/IBL/VarInterpret2D.h
The file was modified src/pde/IBL/ElementProjectionIBLoutput_L2.h
The file was modified src/pde/IBL/SetSolnDofCell_IBL2D.h
The file was modified src/pde/IBL/ThicknessesCoefficients2D_CorrelationClosure_impl.h
The file was modified src/pde/IBL/PDEIBL2D.h
The file was modified src/pde/IBL/ThicknessesCoefficients2D_CorrelationClosure.cpp
The file was addedtest/system/IO/CodeConsistency/Solve2D_Coupled_4x4_DGAdv_IBL_CorrelationClosure_Panel_laminarBL_turbulentWakexfoillag_naca0004_ne64_p1_Test_FullUpwind.txt
The file was addedtest/system/CodeConsistency/Solve2D_Coupled4x4_IBL_CorrelationClosure_btest.cpp
Commit 568823637bca10fa19bd94c10f3835cdbaef142c by shunz
Refactored updateFraction in PDEIBL and also fixed the sign in solution update
The file was modified src/pde/IBL/PDEIBL2D.h
The file was modified src/pde/IBL/VarInterpret2D.h
Commit 6bae9d57a84cbb205b6311cff71af4781baa8ea8 by shunz
Generalized cut-cell machinery to handle two different sets of IBL primary unknowns
The file was modified src/pde/IBL/ThicknessesCoefficients2D_CorrelationClosure.cpp
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_CorrelationClosure_btest.cpp
The file was modified src/pde/IBL/PDEIBL2D.h
The file was modified src/pde/IBL/SetTransitionFrontIBL2D_InteriorTraceGroup.h
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_CutCellTransitionIBL.h
The file was addedtest/system/CodeConsistency/Solve2D_Coupled4x4_IBL_CorrelationClosure_FittedTransition_TwoLayerNewton_btest.cpp
The file was modified src/pde/IBL/SetIBLtransitionFrontCellGroup.h
Commit 3356481e254043cbcbf2e84bdebb095a2a072531 by shunz
Added pyrite check
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_CorrelationClosure_FittedTransition_TwoLayerNewton_btest.cpp
The file was addedtest/system/IO/CodeConsistency/Solve2D_Coupled_4x4_DG_IBL_Panel_CorrelationClosure_ntcrit0p6000_naca0004_ne64_p1_Test_FittedTransition_FullUpwind.txt
Commit cc8691327750e96723b894eba91abf8b42aa80bd by shunz
Added comments
The file was modified src/pde/IBL/VarInterpret2D.h
Commit 62cee80bdca3c75d190ebb2c646391d2cddf359a by shunz
Minor refactoring.  Added missing initial solution file
The file was modified src/pde/IBL/VarInterpret2D.h
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_CorrelationClosure_FittedTransition_TwoLayerNewton_btest.cpp
The file was modified src/NonLinearSolver/NewtonSolver_impl.h
The file was addedtest/system/IO/CodeConsistency/IBL/naca0004_qinit_ne64_a0_transition_correlation.txt
Commit f1d012692cb710fed1f78798754d4755b6c698b1 by shunz
Intermediate commit
The file was modified src/pde/IBL/PDEIBL2D.h
Commit 4088e215738b7826666c42c2f3cc9c3fa6bbab37 by shunz
Cleaned up test cases
The file was removedtest/system/CodeConsistency/Solve2D_Coupled4x4_IBLUniField_Panel_NACA0004_LamiBL_TurbWakeXfoilLagClosure_btest.cpp
The file was removedtest/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_LamiBL_TurbWakeXfoilLagClosure_btest.cpp
The file was addedtest/system/CodeConsistency/Solve2D_Coupled4x4_IBLUniField_CorrelationClosure_CapturedTransition_btest.cpp
The file was removedtest/system/CodeConsistency/Solve2D_Coupled4x4_IBLUniField_CorrelationClosure_Panel_NACA0004_CapturedTransition_toy_btest.cpp
The file was addedtest/system/CodeConsistency/Solve2D_Uncoupled_DGAdvectiveIBLUniField_CorrelationClosure_LamiBL_btest.cpp
The file was addedtest/system/CodeConsistency/Solve2D_Coupled4x4_IBL_CorrelationClosure_LamiBL_TurbWake_btest.cpp
The file was addedtest/system/CodeConsistency/Solve2D_Coupled4x4_IBLUniField_CorrelationClosure_CapturedTransition_toy_btest.cpp
The file was addedtest/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_LamiBL_TurbWake_btest.cpp
The file was removedtest/system/CodeConsistency/Solve2D_Uncoupled_DGAdvectiveIBLUniField_CorrelationClosure_NACA0004_LamiBL_btest.cpp
The file was addedtest/system/CodeConsistency/Solve2D_Coupled4x4_IBLUniField_CorrelationClosure_LamiBL_TurbWake_btest.cpp
The file was addedtest/system/CodeConsistency/Solve2D_Coupled4x4_IBLUniField_Panel_NACA0004_LamiBL_TurbWake_btest.cpp
The file was removedtest/system/CodeConsistency/Solve2D_Coupled4x4_IBLUniField_CorrelationClosure_Panel_NACA0004_btest.cpp
The file was removedtest/system/CodeConsistency/Solve2D_Coupled4x4_IBL_CorrelationClosure_btest.cpp
The file was removedtest/system/CodeConsistency/Solve2D_Coupled4x4_IBLUniField_CorrelationClosure_Panel_NACA0004_CapturedTransition_btest.cpp
The file was removedtest/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_FittedTransition_LineSearchNewton_fx67k170_btest.cpp
The file was removedtest/system/CodeConsistency/Solve2D_Coupled4x4_IBLUniField_Panel_NACA0004_CapturedTransition_fx67k170_btest.cpp
Commit d0589621c8886c36aa5d6b359175ed9a4c76273b by shunz
Refactored updateFraction
The file was modified src/pde/IBL/VarInterpret2D.h
Commit 34828c2639b7f7ab1eb13a8000c872cff212d1bf by shunz
Added a pyrite check
The file was addedtest/system/IO/CodeConsistency/Solve2D_Coupled_4x4_DG_IBL_Panel_CorrelationClosure_ntcrit9p0_naca0012_ne64_p1_Test_FittedTransition_LFflux.txt
The file was addedtest/system/IO/CodeConsistency/IBL/naca0012_qinit_ne64_airfoil_twofield_corr2.txt
The file was addedtest/system/IO/CodeConsistency/IBL/naca0012_qinit_ne64_wake_twofield_corr2.txt
The file was addedtest/system/IO/CodeConsistency/IBL/naca0012_qinit_ne64_airfoil_twofield_corr.txt
The file was addedtest/system/CodeConsistency/Solve2D_Coupled4x4_IBL_CorrelationClosure_FittedTransition_toy_btest.cpp
The file was modified src/pde/IBL/PDEIBL2D.h
The file was addedtest/system/IO/CodeConsistency/IBL/naca0012_qinit_ne64_wake_twofield_corr.txt
Commit 444154b6a6aa4ad4abd7d197edcdefb69215edd7 by shunz
Relaxed tolerance
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_CorrelationClosure_FittedTransition_toy_btest.cpp
Commit 464058bed4cd45f4604fc0a137c8b82f56d17882 by shunz
Refactoring updateFraction.  Added an expedient guard against too small Hk
The file was modified src/pde/IBL/VarInterpret2D.h
The file was modified src/pde/IBL/ThicknessesCoefficients2D_CorrelationClosure_impl.h
Commit 6131c240e6e7dc88268147bf132373d25c967926 by shunz
Added underrelaxation
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBLUniField_CorrelationClosure_CapturedTransition_toy_btest.cpp
The file was modified src/pde/IBL/VarInterpret2D.h
Commit f4f8c5f688b96062f07e27323c5b188a77396b78 by shunz
Added underrelaxation-related stuff
The file was modified src/pde/IBL/PDEIBLUniField.h
Commit 49a54ec3560839e5e3be3dfc55bdf25e3c757343 by shunz
Cosmetic edtis
The file was modified src/pde/IBL/FluidModels.h
The file was modified src/pde/IBL/VarInterpret2D.h
The file was modified src/pde/IBL/PDEIBLUniField.h
The file was addedtest/system/IO/CodeConsistency/IBL/naca0012_qinit_ne128_wake3.txt
The file was addedtest/system/IO/CodeConsistency/IBL/naca0012_qinit_ne128_airfoil3.txt
Commit 254ca8c9d14087518ca0c6b1de3f451cde444712 by shunz
Verified pyrite check for fitted-transition IBL on NACA0012 Re=1e5 massively separated laminar BL
The file was modified src/Field/Element/GalerkinWeightedIntegral_New.h
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_CorrelationClosure_FittedTransition_toy_btest.cpp
The file was modified src/pde/IBL/PDEIBL2D.h
Commit 543883c4de977323861b305ba6ae77eff506db13 by shunz
Added Cf replacement for turbulent BL with too small Retheta
The file was modified src/pde/IBL/ThicknessesCoefficients2D_CorrelationClosure_impl.h
Commit 7a572d696408d5af13a192e77efa8113a3305731 by shunz
Added a pyrite file
The file was addedtest/system/IO/CodeConsistency/Solve2D_Coupled_4x4_DG_IBL_Panel_CorrelationClosure_ntcrit9p0_naca0012_ne64_p1_Test_FittedTransition_separationBubble_LFflux.txt
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_CorrelationClosure_FittedTransition_toy_btest.cpp
Commit acf443b530f76ea70321cc31677ff8ae08177688 by shunz
Added a pyrite file
The file was addedtest/system/IO/CodeConsistency/Solve2D_Coupled_4x4_IBLUniFieldCorrelationClosureXFOIL_Panel_xtr10p0_ntcrit9p0_naca0012_ne64_p1_Test_CapturedTransition_separationBubble_LFflux.txt
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBLUniField_CorrelationClosure_CapturedTransition_toy_btest.cpp
Commit 5c024fc898d82936a877b561481f6527854ae16e by shunz
BC refactoring and unit test fix
The file was modified test/unit/pde/IBL/BCIBL2D_btest.cpp
The file was modified src/pde/IBL/BCIBL2D.h
Commit 30c6d593cc2b53bc17dfe22ef532f184f0a0a7dc by shunz
Refactored BC and added unit tests
The file was modified src/pde/IBL/BCIBLUniField.h
The file was modified test/unit/pde/IBL/BCIBL2D_btest.cpp
The file was modified src/pde/IBL/BCIBL2D.h
The file was addedtest/unit/pde/IBL/BCIBLUniField2D_btest.cpp
Commit 9a442ec4788c2f479272540f48aa761e23d03c45 by shunz
Improved coverage by removing redundant safety guards
The file was modified src/pde/IBL/BCIBLUniField.h
The file was modified src/pde/IBL/BCIBL2D.h
Commit 5f70a450540a95f61dcb1e675db508fde5a2e9b6 by shunz
Just renaming
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_CorrelationClosure_FittedTransition_toy_btest.cpp
The file was modified test/unit/pde/IBL/BCIBLUniField2D_btest.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_CutCellForcedTransitionIBL_Panel_btest.cpp
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_FittedTransition_LineSearchNewton_btest.cpp
The file was modified src/pde/IBL/BCIBL2D.h
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_FittedTransition_Forced_btest.cpp
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_LamiBL_TurbWake_btest.cpp
The file was modified src/pde/IBL/BCIBLUniField.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_HubtraceHDGAdvIBL_CutCellNaturalTransition_Panel_btest.cpp
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_HDGAdv_IBL_Panel_NACA0004_LamiBL_TurbWake_btest.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_IBL_Panel_btest.cpp
The file was modified src/pde/IBL/BCIBL2D.cpp
The file was modified src/pde/IBL/BCIBLUniField.h
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_HDGAdvIBL_Panel_btest.cpp
The file was modified test/unit/Discretization/HDG/AlgebraicEquationSet_Hubtrace_HDGAdvective_IBL_btest.cpp
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_FittedTransition_TwoLayerNewton_btest.cpp
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_CorrelationClosure_LamiBL_TurbWake_btest.cpp
The file was modified test/unit/Discretization/Galerkin/IntegrandBoundaryTrace_WakeMatch_Galerkin_IBL_2D_btest_outdated.cpp
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBLUniField_CorrelationClosure_CapturedTransition_btest.cpp
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBLUniField_CorrelationClosure_CapturedTransition_toy_btest.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_CutCellNaturalTransitionIBL_Panel_btest.cpp
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBLUniField_Panel_NACA0004_LamiBL_TurbWake_btest.cpp
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBLUniField_CorrelationClosure_LamiBL_TurbWake_btest.cpp
The file was modified test/unit/pde/IBL/BCIBL2D_btest.cpp
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_CorrelationClosure_FittedTransition_TwoLayerNewton_btest.cpp
Commit de28c5040821afa693c323975803f7a66afa2933 by shunz
Refactoring and unit testing
The file was modified src/pde/IBL/ThicknessesCoefficients2D_ProfileClosure_impl.h
The file was modified test/unit/pde/IBL/ThicknessesCoefficients2D_ProfileClosure_btest.cpp
The file was modified src/pde/IBL/ThicknessesCoefficients2D.h
Commit a5513c8c969a161b21446f678a89a878ac260764 by shunz
Fixed a bug in Cf correlation.  Added unit test
The file was modified test/unit/pde/IBL/ThicknessesCoefficients2D_ProfileClosure_btest.cpp
The file was modified test/unit/pde/IBL/ThicknessesCoefficients2D_CorrelationClosure_btest.cpp
The file was modified src/pde/IBL/ThicknessesCoefficients2D_CorrelationClosure_impl.h
Commit b906682a972e0a990137019c44e71eb2e6646822 by shunz
Type fix
The file was modified src/pde/IBL/BCIBLUniField.h
Commit 2a8c821b12d129dc6d0c37dad53f0d688b00316e by shunz
Unit tested correlations from XFOIL.
The file was modified src/pde/IBL/ThicknessesCoefficients2D.h
The file was modified test/unit/pde/IBL/ThicknessesCoefficients2D_CorrelationClosure_btest.cpp
The file was modified src/pde/IBL/ThicknessesCoefficients2D_CorrelationClosure_impl.h
Commit 78a09e9ed7993d22159975cc3a45ae6bd13a4d0a by shunz
Refactored amplification growth correlation calculation for speedup --> changed the floating-point arithmetic a bit  Added unit tests.
The file was modified src/pde/IBL/IBLMiscClosures.h
The file was addedtest/unit/pde/IBL/IBLMiscClosures_btest.cpp
The file was modified test/unit/pde/IBL/ThicknessesCoefficients2D_CorrelationClosure_btest.cpp
Commit 6516b4ee051a8aa4f7be44b0ff12b302e3fcced2 by shunz
added comments
The file was modified src/pde/IBL/IBLMiscClosures.h
Commit a9db97a81bf0dc2ebf6600a6224689eaf68c5e20 by shunz
Cleanup
The file was modified src/pde/IBL/PDEIBLUniField.h
Commit e1e7258af30d593b1f5ade4bc78fe1164f5749c9 by shunz
Cleanup
The file was modified src/PanelMethod/ProjectionToQauxi_IBL.h
Commit 85bfb763b515e84e8d4a09551bbe6896e98faaf2 by shunz
Dump additional output files for examination
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBLUniField_CorrelationClosure_CapturedTransition_toy_btest.cpp
Commit 5e0aac6461d35181e411bcc9271ac147b0ce42df by shunz
Unit test fixes
The file was modified test/unit/pde/IBL/PDEIBL2D_btest.cpp
The file was modified src/pde/IBL/PDEIBL2D.h
The file was modified test/unit/pde/IBL/BCIBLUniField2D_btest.cpp
The file was modified test/unit/pde/IBL/ElementProjectionIBLoutput_L2_btest.cpp
The file was modified test/unit/pde/IBL/FluidModels_btest.cpp
Commit 24615ff0fdbf073f986a1477c59bacf88d2c5585 by shunz
More unit test fixes
The file was modified test/unit/pde/IBL/ThicknessesCoefficients2D_ProfileClosure_btest.cpp
The file was modified test/unit/pde/IBL/VarInterpret2D_btest.cpp
The file was modified test/unit/pde/IBL/SetIBLoutputCellGroup_btest.cpp
Commit 2241065ff22f6a30d55080652ab5af0bcdd8205f by shunz
Unit test fix
The file was modified test/unit/pde/IBL/PDEIBL2D_btest.cpp
Commit 41e35184355fafe400bea3e1473efa2cd4e1c781 by shunz
Refactored blended intermittency calculation and added unit tests
The file was modified test/unit/pde/IBL/FluidModels_btest.cpp
The file was modified src/pde/IBL/PDEIBLUniField.h
The file was modified src/pde/IBL/FluidModels.h
Commit 456b0da919cd99ae21479f90546fbd04ad0ad692 by shunz
Refactored updateFraction and added unit tests
The file was modified src/pde/IBL/VarInterpret2D.h
The file was modified test/unit/pde/IBL/VarInterpret2D_btest.cpp
Commit 8d73d28bd966c1f88059aca4f8cf0ea3289d44d2 by shunz
minor fixes
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBLUniField_Panel_NACA0004_CapturedTransition_btest.cpp
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_CorrelationClosure_FittedTransition_TwoLayerNewton_btest.cpp
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_CorrelationClosure_FittedTransition_toy_btest.cpp
Commit 785ab7ca194e1b3a65551e1307df51f7b17e7327 by shunz
matching old system pyrite test: coupled IBLUniField profile-closure lamiBL+turbWake
The file was modified src/pde/IBL/PDEIBLUniField.h
The file was modified src/pde/IBL/VarInterpret2D.h
Commit f75d5821f59f479ef6db3143ee4180f7d32c1eca by shunz
Changed initial solution guess
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBLUniField_Panel_NACA0004_CapturedTransition_btest.cpp
Commit 2381b4343b8fa6f98637482b19b84d4f2ab121a6 by shunz
Bug fix.  Equality operator is sensitive to type: std::string vs its reference.
The file was modified src/pde/IBL/BCIBL2D.h
Commit 8320ed5a5e9fb5996b95f6a36046e8b25ed69e19 by shunz
Minor refactoring
The file was modified src/pde/IBL/ThicknessesCoefficients2D.h
The file was modified src/pde/IBL/BCIBLUniField.h
The file was modified src/pde/IBL/BCIBL2D.h
Commit a57aa943c5ae9a85f74793e49bd4e35fed3f968f by shunz
Added comments
The file was modified src/pde/IBL/BCIBL2D.h
The file was modified src/pde/IBL/BCIBLUniField.h
Commit 51cf628dcbd2ed9cbbeb4f1bee47146dfea17d01 by shunz
Refactored unit tests
The file was modified test/unit/pde/IBL/PDEIBL2D_btest.cpp
The file was modified src/pde/IBL/PDEIBL2D.h
Commit b8eb35da2ed13fe7859c8d3988aa0f62bdf17e3c by shunz
Refactored source terms and added unit tests for PDEIBL2D
The file was modified src/pde/IBL/PDEIBL2D.h
The file was modified test/unit/pde/IBL/PDEIBL2D_btest.cpp
The file was modified src/pde/IBL/PDEIBLUniField.h
Commit 8e09af90d99556a1b14218be6fe37b66db1b3bee by shunz
Refactored ctau_{turb,init}.  Unit tested turbulent sub-cell source term for amplification eqn in cut-cell transition formulation
The file was modified src/pde/IBL/BCIBLUniField.h
The file was modified test/unit/pde/IBL/PDEIBL2D_btest.cpp
The file was modified src/pde/IBL/BCIBL2D.h
The file was modified src/pde/IBL/PDEIBL2D.h
Commit e75d1cc108c67df3c68368ee32c60437d815fb5e by shunz
Fix for vera formatting check.  Also a minor refactoring
The file was modified src/pde/IBL/PDEIBL2D.h
The file was modified src/pde/IBL/PDEIBLUniField.h
Commit b2d03d3d90fc4f1774541356ac9c47cec26e9a1f by shunz
Minor refactoring
The file was modified src/pde/IBL/PDEIBL2D.h
Commit ed8aed10581bff5f1e4d40425d814630339299af by shunz
Refactored ctau_{turb,init} fitting calculation
The file was modified src/pde/IBL/IBLMiscClosures.h
The file was modified test/unit/pde/IBL/IBLMiscClosures_btest.cpp
The file was modified src/pde/IBL/PDEIBL2D.h
The file was modified src/pde/IBL/BCIBL2D.h
The file was modified src/pde/IBL/BCIBLUniField.h
Commit f0375344c78362763f25b55b525fa73ff69d4202 by shunz
Forgot to save  this in the last commit...
The file was modified src/pde/IBL/PDEIBLUniField.h
Commit 9aa5acceb6da24336aa7350d64bbb7c048b606cb by shunz
Unit-tested upwind advective flux in two-fIeld IBL pde class
The file was modified src/pde/IBL/PDEIBL2D.h
The file was modified test/unit/pde/IBL/PDEIBL2D_btest.cpp
Commit d34063200018c9a19ea9256744d04f69c30afe06 by shunz
Minor commenting
The file was modified src/PanelMethod/ProjectionToQauxi_IBL.h
Commit b43b273fda6cc1323ecc50a14c4f709ead9d1f8c by shunz
Minor refactoring
The file was modified src/pde/IBL/PDEIBL2D.h
Commit 0f477288d00357574877a5b9225206dd39e0530b by shunz
minor refactoring
The file was modified src/pde/IBL/PDEIBL2D.h
Commit e4a3737afe5973615952243ebb5b3947dc300c01 by shunz
Refactored dummy matching equations for fitted transition
The file was modified src/pde/IBL/VarInterpret2D.h
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_CorrelationClosure_FittedTransition_toy_btest.cpp
The file was modified src/pde/IBL/PDEIBL2D.h
Commit a11a5f187f97fb52ce98688d787d1cf97dbdc053 by shunz
Forgot to commit this in the last pass
The file was modified src/pde/IBL/PDEIBL2D.h
Commit bfa5223f15dbcce811c619c4de5b06c6a147d43f by shunz
Modified artificial amplification source term in fully turbulent elements.  Pluse other minor refactoring
The file was modified src/Field/Element/GalerkinWeightedIntegral_New.h
The file was modified src/pde/IBL/IBLMiscClosures.h
The file was modified src/pde/IBL/PDEIBL2D.h
Commit c722138291a9e7d98c267aebebd1ae772cbdf71a by shunz
Make sure scales are non-negative
The file was modified test/unit/pde/IBL/VarInterpret2D_btest.cpp
The file was modified src/pde/IBL/VarInterpret2D.h
Commit ffd39575c4f56b08041430b5c4fc87be50c93464 by shunz
Enabled G=ln(ctau^0.5) as a primary unknown in place of ctau.  It helps with nonlinear solution.
The file was modified src/pde/IBL/VarInterpret2D.h
The file was modified src/pde/IBL/SetSolnDofCell_IBL2D.h
The file was addedtest/system/CodeConsistency/Solve2D_Coupled4x4_IBL_CorrelationClosure_FittedTransition_usingG_toy_btest.cpp
The file was modified src/pde/IBL/IBL_Traits.h
The file was modified src/pde/IBL/BCIBL2D.cpp
The file was modified src/pde/IBL/PDEIBL2D.cpp
The file was modified src/pde/IBL/ThicknessesCoefficients2D_CorrelationClosure.cpp
The file was modified src/pde/IBL/ElementProjectionIBLoutput_L2.h
Commit b512991465ce695afb3c591d08fe8683e6d40364 by shunz
Fixed unit tests
The file was modified test/unit/pde/IBL/PDEIBL2D_btest.cpp
Commit 63013b2368678d2ff6412f2a29ea162852a12f67 by shunz
Dumping matching variables for transition
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_CorrelationClosure_FittedTransition_TwoLayerNewton_btest.cpp
Commit 0ddd8381d33cd5059977298d4d2a09e3fc97bae4 by shunz
Refactored underrelaxation to guard against zero G.  Added forced-transition subiteration output dump
The file was modified src/pde/IBL/SetIBLtransitionFrontCellGroup.h
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_CorrelationClosure_FittedTransition_usingG_toy_btest.cpp
The file was modified src/pde/IBL/VarInterpret2D.h
The file was modified src/pde/IBL/IBLMiscClosures.h
Commit 254d43baf0d697e32f465e4850973edd3290300c by shunz
Turned off limiting on G variable.  Made H validity check tighter
The file was modified src/pde/IBL/VarInterpret2D.h
Commit 036d33c574cb28e1d056355c44289107e0497427 by shunz
Playing with a different form of lag equation in fitted transition approach.  Not much luck though.  So, as of now, using G as the primary unknown is already helpful
The file was modified src/pde/IBL/VarInterpret2D.h
The file was modified src/pde/IBL/PDEIBL2D.h
Commit ab966ccc632ea365ad05cf240a874e3764dc5e08 by shunz
Playing with point source for setting ctau_{Turb,init}
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBLUniField_CorrelationClosure_CapturedTransition_toy_btest.cpp
The file was modified src/pde/IBL/PDEIBLUniField.h
Commit 46306e8b949c3f41797c7dd787760305bbf560dc by shunz
Refactored forced transition point source for ctau jump
The file was modified src/pde/IBL/PDEIBLUniField.h
Commit cf21b627a00f5bbca0514ac813a4ce101822ad7c by shunz
playing with point source for ctau jump in free transition
The file was modified src/pde/IBL/PDEIBLUniField.h
Commit 0885535efd094f9c3f2638ea1d16123bec0f357f by shunz
Tried implementing ctau jump condition via flux modification
The file was modified src/pde/IBL/BCIBLUniField.h
The file was modified src/pde/IBL/PDEIBLUniField.h
Commit 3f8b8b9ea82e25dbd341bf0b2799663e1c426676 by shunz
Got a captured transition result with sharp ctau jump at free transition front
The file was addedtest/system/IO/CodeConsistency/IBL/naca0012_qinit_ne64_airfoil4.txt
The file was addedtest/system/IO/CodeConsistency/IBL/naca0012_qinit_ne64_wake3.txt
The file was modified src/pde/IBL/PDEIBLUniField.h
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBLUniField_CorrelationClosure_CapturedTransition_toy_btest.cpp
The file was addedtest/system/IO/CodeConsistency/IBL/naca0012_qinit_ne64_airfoil3.txt
The file was addedtest/system/IO/CodeConsistency/IBL/naca0012_qinit_ne64_wake4.txt
Commit 8e6b4572bd3813bf6471ce24a39a9b5007fee4c7 by shunz
Added explicit instantiation
The file was modified src/pde/IBL/PDEIBLUniField.cpp
Commit fa029e6609358a3ad2cdbf3d1c60d876cd58fd02 by shunz
Genearalized HubTrace boundary trace integrand by ridding of any PDE/BC dependence
The file was modified src/Discretization/Galerkin/IntegrandBoundaryTrace_WakeMatch_Galerkin_IBL.h
Commit 21ee8a7b91e59ba63381669befa7ee6094cbecc8 by shunz
Generalized IBL solution DOF setter
The file was modified src/pde/IBL/SetSolnDofCell_IBL2D.h
Commit 506266f4804f8ffac0f5e99a3937fcca00647e6f by shunz
Implemented a different formulation for captured transition by splitting the amplification and lag equations
The file was addedsrc/pde/IBL/PDEIBLSplitAmpLag2D.cpp
The file was modified src/pde/IBL/VarInterpret2D.h
The file was addedsrc/pde/IBL/PDEIBLSplitAmpLag2D.h
The file was addedsrc/pde/IBL/BCIBLSplitAmpLag2D.h
The file was modified src/pde/IBL/CMakeLists.txt
The file was modified src/pde/IBL/ElementProjectionIBLoutput_L2.h
The file was addedsrc/pde/IBL/BCIBLSplitAmpLag2D.cpp
The file was addedtest/system/CodeConsistency/Solve2D_Coupled4x4_IBLSplitAmpLag_CorrelationClosure_LamiBL_TurbWake_btest.cpp
The file was modified src/pde/IBL/IBL_Traits.h
The file was modified src/pde/IBL/IBLVarDataType2D.h
Commit 4fc0817735293541381ec8443253f33043bd625c by shunz
Added instantiations
The file was modified src/LinearAlgebra/DenseLinAlg/StaticSize/MatMul/MatrixS_MatMul_Native_Surreal_Instantiate.cpp
The file was modified src/pde/IBL/ThicknessesCoefficients2D_CorrelationClosure.cpp
Commit 0db315b736b5e5f9af32ad79fae0568837181422 by shunz
Fixed amplification and lag source terms in new IBL PDE class
The file was modified src/pde/IBL/PDEIBLSplitAmpLag2D.h
The file was addedtest/system/IO/CodeConsistency/Solve2D_Coupled_4x4_DGAdv_IBLSplitAmpLag_Panel_laminarBL_turbulentWake_naca0004_ne64_p1_Test_LFflux.txt
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBLSplitAmpLag_CorrelationClosure_LamiBL_TurbWake_btest.cpp
Commit b84c41b9054bf1259149ed4daac05d40e5d53a89 by shunz
Verified NACA0012 Re1e5 results against XFOIL (separated fully laminar BL)
The file was modified src/pde/IBL/ElementProjectionIBLoutput_L2.h
The file was addedtest/system/CodeConsistency/Solve2D_Coupled4x4_IBLSplitAmpLag_CorrelationClosure_CapturedTransition_toy_btest.cpp
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_CorrelationClosure_FittedTransition_usingG_toy_btest.cpp
The file was addedtest/system/IO/CodeConsistency/IBL/naca0012_qinit_ne64_wake_splitAmpLag1.txt
The file was addedtest/system/IO/CodeConsistency/IBL/naca0012_qinit_ne64_airfoil_splitAmpLag1.txt
Commit 4e51efc1768095aab0e6a9c177abbede9c21c2f6 by shunz
Add a lower limit to the modeled turbulent initial ctau
The file was modified src/pde/IBL/PDEIBLSplitAmpLag2D.h
Commit bcbc95888649c1e35f210df8d7d08fca7e769c8f by shunz
Minor refactoring
The file was modified src/pde/IBL/BCIBLSplitAmpLag2D.h
Commit 58e3ded8b85302d2d9b11404c282976efa4bf56c by shunz
Fixed a bug in solution initialization
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBLSplitAmpLag_CorrelationClosure_CapturedTransition_toy_btest.cpp
Commit b11d71793ac85f6aad1ce8b28872268c7bc8d2d7 by shunz
Refactored masterState calculation from cumulation to assignment
The file was modified src/pde/IBL/PDEIBLUniField.h
The file was modified src/pde/IBL/PDEIBLSplitAmpLag2D.h
Commit a71269d7e2c58d8ae3d45ae806db9288747f2d93 by shunz
minor tidying
The file was modified src/pde/IBL/PDEIBLSplitAmpLag2D.h
Commit 5bea8c2f7113dd189e6b6648286c7780933ef14f by shunz
Refactored smooth intermittency blending to allow for natural and forced transition as the same time
The file was modified src/PanelMethod/ProjectionToQauxi_IBL.h
The file was modified src/pde/IBL/FluidModels.h
Commit 738868172a9cdc7ce649f0fdc552ff32332d3d2a by shunz
Allowed for initializing p0 IBL solution from input file
The file was modified src/pde/IBL/SetSolnDofCell_IBL2D.h
Commit a4b849b17575c221ef956eaa906226233287e3e0 by shunz
Added H upper limit in validity check
The file was modified src/pde/IBL/VarInterpret2D.h
Commit 3874a27daa53b1394daba25eb7b79d85bde5437c by shunz
SplitAmpLag working on NACA0012 Re 2e5 separation bubble
The file was addedtest/system/IO/CodeConsistency/IBL/naca0012_qinit_ne64_wake_splitAmpLag4.txt
The file was addedtest/system/IO/CodeConsistency/IBL/naca0012_qinit_ne64_airfoil_splitAmpLag4.txt
The file was modified src/pde/IBL/PDEIBLSplitAmpLag2D.h
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBLSplitAmpLag_CorrelationClosure_CapturedTransition_toy_btest.cpp
Commit 5349475cc30e68464a88d9cae501ea4625e38fb1 by shunz
Cosmetic edit
The file was modified src/pde/IBL/PDEIBL2D.h
Commit 736665a7c3b7d65d4198cb8ac4b5cbaca541bf57 by shunz
Decoupled nt variables of BL from nt of the wake
The file was modified src/pde/IBL/BCIBLSplitAmpLag2D.h
Commit 4208c13f1807bb7074d574d1fe1d03a72d233939 by shunz
Converged p=0 solution on ne64 and n128 grids for Eppler 387 case
The file was addedtest/system/IO/CodeConsistency/IBL/e387_ne200_airfoil.txt
The file was addedtest/system/IO/CodeConsistency/IBL/e387_qinit_ne200_airfoil_splitAmpLagXfoil.txt
The file was addedtest/system/IO/CodeConsistency/IBL/e387_qinit_ne64_airfoil_splitAmpLagXfoil.txt
The file was addedtest/system/IO/CodeConsistency/IBL/e387_qinit_ne128_airfoil_splitAmpLagXfoil.txt
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBLSplitAmpLag_CorrelationClosure_CapturedTransition_toy_btest.cpp
The file was addedtest/system/IO/CodeConsistency/IBL/e387_qinit_ne200_wake_splitAmpLagXfoil.txt
The file was modified test/system/IO/CodeConsistency/IBL/e387_ne64_airfoil.txt
The file was modified src/pde/IBL/PDEIBLSplitAmpLag2D.h
The file was addedtest/system/IO/CodeConsistency/IBL/e387_ne128_airfoil.txt
The file was addedtest/system/IO/CodeConsistency/IBL/e387_qinit_ne64_wake_splitAmpLagXfoil.txt
The file was modified test/system/IO/CodeConsistency/IBL/e387_ne64_wake.txt
The file was addedtest/system/IO/CodeConsistency/IBL/e387_ne200_wake.txt
The file was addedtest/system/IO/CodeConsistency/IBL/e387_ne128_wake.txt
The file was addedtest/system/IO/CodeConsistency/IBL/e387_qinit_ne128_wake_splitAmpLagXfoil.txt
The file was modified src/pde/IBL/VarInterpret2D.h
Commit b9edebf9e406355b3f227c0fb813c871b17d3b9b by shunz
minor cleanup
The file was modified src/PanelMethod/ProjectionToQauxi_IBL.h
Commit f0f4efc0e042ee53f1e409678b5c9b36b850c97d by shunz
renaming
The file was modified src/NonLinearSolver/NonLinearConjugateGradientSolver.h
The file was modified src/NonLinearSolver/NewtonSolver.h
The file was modified src/NonLinearSolver/NewtonSolver_impl.h
The file was modified src/SolutionTrek/Continuation/Homotopy/Homotopy.h
Commit 80b7d019254fdfb56a52acfffdf43311118a6335 by shunz
Refactored state validity check
The file was modified src/pde/IBL/VarInterpret2D.h
The file was modified src/pde/IBL/PDEIBLSplitAmpLag2D.h
Commit 58d3d61a30cf43db7c739c4135720c2e40194cbe by shunz
minor refactoring
The file was modified src/Discretization/AlgebraicEquationSet_Debug.h
Commit d66be9b5df3ca4e2b660b9450a39e776be7624c0 by shunz
Added IO files for testing Eppler 387 airfoil
The file was addedtest/system/IO/CodeConsistency/IBL/e387_ne192_airfoil.txt
The file was addedtest/system/IO/CodeConsistency/IBL/e387_ne256_airfoil.txt
The file was addedtest/system/IO/CodeConsistency/IBL/e387_qinit_ne192_airfoil_splitAmpLagXfoil.txt
The file was addedtest/system/IO/CodeConsistency/IBL/e387_qinit_ne256_airfoil_splitAmpLagXfoil.txt
The file was addedtest/system/IO/CodeConsistency/IBL/e387_qinit_ne256_wake_splitAmpLagXfoil.txt
The file was addedtest/system/IO/CodeConsistency/IBL/e387_ne256_wake.txt
The file was addedtest/system/IO/CodeConsistency/IBL/e387_ne192_wake.txt
The file was addedtest/system/IO/CodeConsistency/IBL/e387_qinit_ne192_wake_splitAmpLagXfoil.txt
Commit f4691c42151207184e4b9bdce1b504e365f82632 by shunz
Typo fix
The file was modified src/SolutionTrek/Continuation/PseudoTime/PseudoTime.h
Commit 5e586a8a5a1081b89ac0c6c9769f26ee910f1820 by shunz
Tried PTC for IBLSplitAmpLag captured transition case
The file was addedtest/system/CodeConsistency/Solve2D_Coupled4x4_IBLSplitAmpLag_CorrelationClosure_CapturedTransition_PTC_toy_btest.cpp
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBLUniField_LamiBL_TurbWake_PTC_btest.cpp
The file was modified src/pde/IBL/PDEIBLSplitAmpLag2D.h
Commit a36a6801bdba5181ced2651a900e8f692bceb3c0 by shunz
Further simplified amplification equation at hubtrace
The file was modified src/pde/IBL/BCIBLSplitAmpLag2D.h
Commit 89e12dacbb42d1edbe22b872d64576393368761a by shunz
Added grid and initial solution files
The file was addedtest/system/IO/CodeConsistency/IBL/e387_qinit_ne512_wake_splitAmpLagXfoil.txt
The file was addedtest/system/IO/CodeConsistency/IBL/e387_qinit_ne512_airfoil_splitAmpLagXfoil.txt
The file was addedtest/system/IO/CodeConsistency/IBL/e387_ne512_wake.txt
The file was addedtest/system/IO/CodeConsistency/IBL/e387_ne512_airfoil.txt
Commit bee98fa7d413c0122c03992f7d1607511924fee2 by shunz
minor cleanup
The file was modified src/NonLinearSolver/NewtonSolver_impl.h
Commit 70bfbe37c8a49c0ed1914b3b25d0be1abc94d77a by allmaras
added hessian to Joukowski solution
The file was modified src/pde/FullPotential/SolutionFunction_Potential2D.h
The file was modified test/unit/pde/FullPotential/SolutionFunction_Potential2D_btest.cpp
Commit 2d7eb852c76670d4496bc58c25944c186dc0debd by allmaras
bug fix in Joukowski test
The file was modified test/unit/pde/FullPotential/SolutionFunction_Potential2D_btest.cpp
Commit d606173db051936d863ea1a4c81de30ed9df1fa2 by shunz
Minor edit
The file was modified src/PanelMethod/ProjectionToQauxi_IBL.h
The file was modified src/NonLinearSolver/NewtonSolver_impl.h
The file was modified src/SolutionTrek/Continuation/PseudoTime/PseudoTime.h
Commit cb0f178add58e563ffe2dbd111ed329b6467c2e5 by shunz
Refactored a case
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBLSplitAmpLag_CorrelationClosure_CapturedTransition_PTC_toy_btest.cpp
Commit ed21c220946f507448928f25c1026e7a0d0285a7 by shunz
Fixed calls to jacobianTranspose of daisy-chained algebraic equation set
The file was modified src/Discretization/HDG/AlgebraicEquationSet_HDGAdvective_CutcellTransitionIBL.h
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGBR2_impl.h
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGAdvective_impl.h
The file was modified src/Discretization/HDG/AlgebraicEquationSet_HDGAdvective_impl.h
The file was modified src/Discretization/DG/AlgebraicEquationSet_TransitionIBL.h
Commit 87d86fedd8cdaf522239f0e217df907a539715b9 by shunz
Cleanup
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBLSplitAmpLag_CorrelationClosure_CapturedTransition_PTC_toy_btest.cpp
Commit ee1e589a17e0b0c7cee98733208d585ca8860534 by shunz
minor refactoring
The file was modified src/PanelMethod/ProjectionToQauxi_IBL.h
The file was modified src/pde/IBL/PDEIBLSplitAmpLag2D.h
Commit f833004b3e3de31f8929edc5cab0312e5350e43f by shunz
minor edit to running case
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBLSplitAmpLag_CorrelationClosure_CapturedTransition_PTC_toy_btest.cpp
Commit 6c51758c7f4e94eb63c82c6210b61e351893fa33 by shunz
Refactored printed normed reisudals when line-search fails.
The file was modified src/NonLinearSolver/LineUpdate/HalvingSearchLineUpdate_impl.h
The file was modified src/SolutionTrek/Continuation/PseudoTime/PseudoTime.h
Commit 6534fc7822ff18ad832b0f913e520fe2b8240f45 by shunz
Refactored running case
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBLSplitAmpLag_CorrelationClosure_CapturedTransition_PTC_toy_btest.cpp
Commit 5c45e20318f6adaa344233e1db1ce82a7e8dbe22 by shunz
Minor cleanup
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBLSplitAmpLag_CorrelationClosure_CapturedTransition_PTC_toy_btest.cpp
The file was modified src/pde/IBL/PDEIBLSplitAmpLag2D.h
The file was modified src/Discretization/Galerkin/IntegrandInteriorTrace_Galerkin_manifold.h
Commit a4dd79a202b053082545a84811fbe2a51aaf874f by shunz
Minor fix
The file was modified test/system/CodeConsistency/Solve2D_Uncoupled_DGAdvectiveIBL_NACA0004_LamiBL_PTC_btest.cpp
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBLUniField_LamiBL_TurbWake_PTC_btest.cpp
Commit 821a2b9cf69712cd68a2f5eafb106e6c9bf1e173 by shunz
Refactored uncoupled IBL case and added pyrite file
The file was modified test/system/CodeConsistency/Solve2D_Uncoupled_DGAdvectiveIBLUniField_CorrelationClosure_LamiBL_btest.cpp
The file was addedtest/system/IO/CodeConsistency/Solve2D_Uncoupled_DGAdvectiveIBL_CorrelationClosureXFOIL_naca0004_ne64_p1_airfoil_Test_LFFlux.txt
Commit 5dc7e8ebe7a5a43f00488c9aeaa0220543b1cd7a by shunz
Fixed HDG continuous implementation.  Reverted to Var(delta, A, G) to not hacking scaling delta and A.  Cleaned up some system tests
The file was modified src/pde/IBL/VarInterpret2D.h
The file was addedtest/system/CodeConsistency/Solve2D_Uncoupled_DGAdvectiveIBLUniField_LamiBL_btest.cpp
The file was removedtest/system/CodeConsistency/Solve2D_Uncoupled_DGAdvectiveIBL_NACA0004_LamiBL_btest.cpp
The file was modified test/system/CodeConsistency/Solve2D_Uncoupled_DGAdvectiveIBLUniField_CorrelationClosure_LamiBL_btest.cpp
The file was removedtest/system/CodeConsistency/Solve2D_Uncoupled_DGAdvectiveIBL_NACA0004_LamiBL_PTC_btest.cpp
The file was modified src/pde/IBL/PDEIBL2D_impl.h
The file was addedtest/system/CodeConsistency/Solve2D_Uncoupled_DGAdvectiveIBL_LamiBL_PTC_btest.cpp
The file was removedtest/system/CodeConsistency/Solve2D_Uncoupled_HDGAdvectiveIBL_NACA0004_LamiBL_btest.cpp
The file was addedtest/system/CodeConsistency/Solve2D_Uncoupled_DGAdvectiveIBL_LamiBL_btest.cpp
The file was addedtest/system/CodeConsistency/Solve2D_Uncoupled_HDGAdvectiveIBL_LamiBL_btest.cpp
The file was removedtest/system/CodeConsistency/Solve2D_Uncoupled_DGAdvectiveIBLUniField_NACA0004_LamiBL_btest.cpp
Commit 3566c339907b367e5c4122646ecb9da73f618bcc by shunz
Refactored two test cases
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBLUniField_Panel_NACA0004_LamiBL_TurbWake_btest.cpp
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBLUniField_LamiBL_TurbWake_PTC_btest.cpp
Commit 749ed852a5e236c606aae6cb2e514c00ba01067b by shunz
Added Hk lower limit check when checking state validity for IBLUniField with correlation closures
The file was modified src/pde/IBL/VarInterpret2D.h
The file was modified src/pde/IBL/PDEIBLSplitAmpLag2D.h
The file was modified src/pde/IBL/PDEIBLUniField.h
Commit d05338c88342c74469a00ce3391395f960ce23ed by shunz
Added pyrite check file.  Refactored test cases and enabled PTC on one of them.
The file was removedtest/system/CodeConsistency/Solve2D_Coupled4x4_IBLUniField_Panel_NACA0004_LamiBL_TurbWake_btest.cpp
The file was removedtest/system/CodeConsistency/Solve2D_Coupled4x4_IBLUniField_CorrelationClosure_LamiBL_TurbWake_btest.cpp
The file was addedtest/system/CodeConsistency/Solve2D_Coupled4x4_IBLUniField_LamiBL_TurbWake_CorrelationClosure_btest.cpp
The file was addedtest/system/CodeConsistency/Solve2D_Coupled4x4_IBLUniField_LamiBL_TurbWake_btest.cpp
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBLUniField_LamiBL_TurbWake_PTC_btest.cpp
The file was addedtest/system/IO/CodeConsistency/Solve2D_Coupled_4x4_DGAdv_IBLUniField_CorrelationClosureXFOIL_Panel_laminarBL_turbulentWake_naca0004_ne64_p1_Test_LFFlux.txt
Commit ed0350751629f096fab659b6f104dadd75ad1050 by shunz
Fix pyrite check
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBLUniField_LamiBL_TurbWake_CorrelationClosure_btest.cpp
Commit 64cd83529d34df2329add38044f1c51e6531d0b6 by shunz
Fixed undefined variables
The file was modified src/pde/IBL/PDEIBL2D.h
Commit 622bb9e2e85595c38d9ae69ff2fbb16cf52c7580 by shunz
Updated a pyrite file to be consistent with the latest settings in IBLUniField
The file was removedtest/system/CodeConsistency/Solve2D_Coupled4x4_IBLUniField_LamiBL_TurbWake_btest.cpp
The file was modified test/system/IO/CodeConsistency/Solve2D_Coupled_4x4_DGAdv_IBLUniField_Panel_laminarBL_turbulentWakexfoillag_naca0004_ne64_p1_Test_FullUpwind.txt
Commit 553044fc7191aa3c686d2f8bb8639c84e7baedca by shunz
Deleted a redundant case
The file was removedtest/system/CodeConsistency/Solve2D_Coupled4x4_IBLSplitAmpLag_CorrelationClosure_CapturedTransition_toy_btest.cpp
Commit 2a013c79644a03cb42c0356b27700d14b94c0553 by shunz
added some commented out hack for fully turbulent BL simulation with IBLUniField
The file was modified src/pde/IBL/PDEIBLUniField.h
Commit 05cfaf95d1dec6e05cb913ff34e9fa5cc879079f by shunz
Updated pyrite file
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBLUniField_LamiBL_TurbWake_CorrelationClosure_btest.cpp
The file was modified test/system/IO/CodeConsistency/Solve2D_Coupled_4x4_DGAdv_IBLSplitAmpLag_Panel_laminarBL_turbulentWake_naca0004_ne64_p1_Test_LFflux.txt
The file was modified src/pde/IBL/PDEIBLSplitAmpLag2D.h
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBLSplitAmpLag_CorrelationClosure_LamiBL_TurbWake_btest.cpp
Commit 6b87a6d721a82cc73f2b2603c255e20850d551ce by shunz
Added exceptions as safe guards
The file was modified src/pde/IBL/PDEIBLSplitAmpLag2D.h
Commit f6b76cfc9ce3c7beebf8f3f8e4e9dcc75333bc7d by shunz
cosmetic refactoring
The file was modified src/pde/IBL/PDEIBLSplitAmpLag2D.h
The file was modified src/Discretization/Galerkin/IntegrandInteriorTrace_Galerkin_manifold.h
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBLSplitAmpLag_CorrelationClosure_CapturedTransition_PTC_toy_btest.cpp
Commit 79bf2ec4881c97d8c9c2f72fd829744954361a29 by shunz
cosmetic refactoring
The file was modified src/pde/IBL/ThicknessesCoefficients2D_CorrelationClosure_impl.h
The file was modified src/pde/IBL/PDEIBLSplitAmpLag2D.h
Commit d0419b411b70d81e108b2e9d6e6f26372230cc13 by shunz
Added a pyrite file and changed test file name
The file was removedtest/system/CodeConsistency/Solve2D_Coupled4x4_IBLUniField_LamiBL_TurbWake_CorrelationClosure_btest.cpp
The file was addedtest/system/IO/CodeConsistency/Solve2D_Coupled_4x4_DGAdv_IBLSplitAmpLag_Panel_laminarBL_turbulentWake_naca0004_ne64_p1_Test_FullUpwind.txt
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBLSplitAmpLag_CorrelationClosure_LamiBL_TurbWake_btest.cpp
The file was addedtest/system/CodeConsistency/Solve2D_Coupled4x4_IBLUniField_LamiBL_TurbWake_CorrelationClosure_PTC_btest.cpp
Commit cf030f9b768c4e0ba290a2c92faefc43f59bf6e3 by shunz
turned on set IBL dofs for p=0 for DsThG
The file was modified src/pde/IBL/SetSolnDofCell_IBL2D.h
The file was modified src/pde/IBL/ThicknessesCoefficients2D_CorrelationClosure_impl.h
Commit 4313d47e4d91aa316f16aca66810313cebee5998 by shunz
Dumped singular jacobian when UMFPACK finds it
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver_factorize.h
Commit 9ae8c4f2d5debcb5d356a7a0892731a6b8811a4b by shunz
Refactored system test cases
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBLUniField_LamiBL_TurbWake_CorrelationClosure_PTC_btest.cpp
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBLSplitAmpLag_CorrelationClosure_LamiBL_TurbWake_btest.cpp
Commit cd4c3b28e263804947f5ac5a93a264be5061d8a6 by shunz
Using a less conservative initial CFL for PTC in a test case
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBLUniField_LamiBL_TurbWake_CorrelationClosure_PTC_btest.cpp
Commit 880fd9538c4af432a002e046a740e482dfba4a7f by shunz
Refactored system test case
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBLSplitAmpLag_CorrelationClosure_CapturedTransition_PTC_toy_btest.cpp
Commit 02b7b598b7cea30f2695ceb70e89af20c8f60992 by shunz
Added some auxiliary functions for system test cases
The file was addedtest/system/CodeConsistency/checkLinearSolver.h
Commit a8513bab900184abbf7505e0e042b77f9ae8ae95 by shunz
Added some debugging options
The file was modified src/pde/IBL/IBLMiscClosures.h
The file was modified src/pde/IBL/PDEIBLSplitAmpLag2D.h
Commit 7098fb8229a0261234b542cb728365dc81c2436e by shunz
Minor refactoring
The file was modified src/PanelMethod/ProjectionToQauxi_IBL.h
The file was modified src/pde/IBL/IBLMiscClosures.h
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBLSplitAmpLag_CorrelationClosure_CapturedTransition_PTC_toy_btest.cpp
Commit 6195f20d464d308de5d1d6920417e8740cd46e4c by shunz
Simplified upwind flux in IBL to improve code reuse
The file was modified src/pde/IBL/PDEIBLSplitAmpLag2D.h
Commit 4130d0e8353e6bc61a1e03317a847dffd5f82aa6 by shunz
Commented out hacks.  Added minor guards.  Dumped matrix when UMFPACK linear solve fails.
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBLSplitAmpLag_CorrelationClosure_CapturedTransition_PTC_toy_btest.cpp
The file was modified src/pde/IBL/PDEIBLSplitAmpLag2D.h
The file was modified src/Discretization/Galerkin/IntegrandInteriorTrace_Galerkin_manifold.h
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver_factorize.h
Commit 30907d04f5ad8feea8c6bc8da4eb9b7a88e877bf by shunz
Laminar-turbulent blending works for Eppler 387 now.  Turned on G limiting in updateFraction
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBLUniField_LamiBL_TurbWake_CorrelationClosure_PTC_btest.cpp
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBLSplitAmpLag_CorrelationClosure_CapturedTransition_PTC_toy_btest.cpp
The file was modified src/pde/IBL/VarInterpret2D.h
The file was modified src/pde/IBL/FluidModels.h
The file was modified src/pde/IBL/PDEIBLSplitAmpLag2D.h
Commit f576a5848c43c65d5cc25dfb2a341402da57bed2 by shunz
Cleaned up and refactored projection to Qauxi
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBLSplitAmpLag_CorrelationClosure_CapturedTransition_PTC_toy_btest.cpp
The file was addedtest/system/IO/CodeConsistency/Solve2D_Coupled_4x4_IBLSplitAmpLag_CorrelationClosure_e387_Re1e5_a4_LFflux_ne64_p1_Test.txt
The file was modified src/pde/IBL/FluidModels.h
The file was modified src/PanelMethod/ProjectionToQauxi_IBL.h
Commit 8df6ab88949a667b61970c18c3b30f645f0e6624 by shunz
Removed redundant TopoDim templates following Hugh's recent updates
The file was modified src/pde/IBL/SetSolnDofCell_IBL2D.h
Commit c7b13d16508d15d6a46609be00cdf392a50a7e0e by shunz
playing with numerical flux and nt growth rate in laminar-turbulent blending formulation
The file was modified src/pde/IBL/PDEIBLSplitAmpLag2D.h
Commit d50ac97d757927d4274a167f5f6b8c040a922f1b by shunz
Playing with various grid-dependent laminar-turbulent blending strategies
The file was modified src/PanelMethod/ProjectionToQauxi_IBL.h
The file was modified src/pde/IBL/ElementProjectionIBLoutput_L2.h
The file was modified src/pde/IBL/PDEIBLSplitAmpLag2D.h
Commit d3d5148339f168d4d6a5686d18d19a5ebb4d9bdb by shunz
minor cleanup
The file was modified src/pde/IBL/PDEIBLSplitAmpLag2D.h
Commit efdbff60546127fe597e1bf28ffaf79c79552351 by shunz
Use value instead of reference since equivalence is checked instead of identity
The file was modified src/pde/IBL/ThicknessesCoefficients2D.h
Commit 33f6866da4b2f9f94789ac0249c814c757807e7e by shunz
Added output
The file was modified src/pde/IBL/ElementProjectionIBLoutput_L2.h
Commit bab25266495fe38ce104ee05808a33d01435854e by shunz
Tweaked LF flux dissipation coefficient a bit.  Modified lag source term to prevent ctau to drop with ctau_Tinit after reaching its peak.  Hacking grid dependent blending.  Left system test case unchecked for the moment
The file was modified src/pde/IBL/PDEIBLSplitAmpLag2D.h
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBLSplitAmpLag_CorrelationClosure_CapturedTransition_PTC_toy_btest.cpp
Commit 52a13b722f7458a254ecefbbbde637dc28ec88be by shunz
Added Hs derivatives with unit tests.  Fixed typos in closure unit tests
The file was modified src/pde/IBL/ThicknessesCoefficients2D.h
The file was modified test/unit/pde/IBL/ThicknessesCoefficients2D_CorrelationClosure_btest.cpp
The file was modified src/pde/IBL/ThicknessesCoefficients2D_CorrelationClosure_impl.h
Commit 85930b81934181f043b111c9c5d1a9c33915e445 by shunz
Abstracted Re_theta calculation
The file was modified src/pde/IBL/ThicknessesCoefficients2D_CorrelationClosure_impl.h
The file was modified src/pde/IBL/ThicknessesCoefficients2D.h
Commit 43989abc726bc87bbd1d8d9724170316d1b6280f by shunz
Added Roe flux based on arithmetic average state
The file was modified src/pde/IBL/ThicknessesCoefficients2D.h
The file was modified src/pde/IBL/PDEIBLSplitAmpLag2D.h
The file was modified src/pde/IBL/ThicknessesCoefficients2D_CorrelationClosure_impl.h
The file was modified src/pde/IBL/VarInterpret2D.h
Commit ce5d5b3c5ccfd6446e7cb6d4984b5edb2ff42e7f by shunz
Added class for setting qaux field from file
The file was addedsrc/pde/IBL/SetQauxvDofCell_IBL2D.h
Commit f3d5eff34dfff78a068705295f0a21856339d1a0 by shunz
Typo fix
The file was modified src/pde/IBL/ElementProjectionIBLoutput_L2.h
Commit e81d8562435f672bb6bd665f941ba5e99ddf1029 by shunz
Minor refactoring
The file was modified src/pde/IBL/ElementProjectionIBLoutput_L2.h
Commit d7dc94825d0872e2f5f572c7b4edc128a7deee97 by shunz
Output blended IBL quantities
The file was modified src/pde/IBL/ElementProjectionIBLoutput_L2.h
Commit e526b3a07f7bbb152b8ff36c05648762b932952f by shunz
Added an uncoupled IBL case
The file was modified src/pde/IBL/SetQauxvDofCell_IBL2D.h
The file was addedtest/system/CodeConsistency/Solve2D_Uncoupled_IBLSplitAmpLag_CorrelationClosure_CapturedTransition_PTC_toy_btest.cpp
Commit c5cc3eb83ff693ebda61b48732798f6ee56b82d4 by shunz
Added qinif initialization to a shared file for setting up IBL case
The file was modified test/system/CodeConsistency/checkLinearSolver.h
Commit ce54a2f0813e039c9a17676aa72877f19266a9d7 by shunz
Using qinf initialization from a shared file
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBLSplitAmpLag_CorrelationClosure_LamiBL_TurbWake_btest.cpp
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBLSplitAmpLag_CorrelationClosure_CapturedTransition_PTC_toy_btest.cpp
Commit fe787d5d601f6b74c38bee0d4b8dd562939fd6bc by shunz
Refactored Roe flux for IBL
The file was modified src/pde/IBL/PDEIBLSplitAmpLag2D.h
Commit 8ebcf675494a691b64492526a52994c9b983439c by shunz
Added entropy fix
The file was modified src/pde/IBL/PDEIBLSplitAmpLag2D.h
Commit 8180df9d0c05e3e5e3f544c85f77f72a538b38da by shunz
Just hacking around.  The hacky stuff are turned off
The file was addedtest/system/IO/CodeConsistency/IBL/naca0012_qinit_ne256_airfoil_splitAmpLag1.txt
The file was modified src/PanelMethod/ProjectionToQauxi_IBL.h
The file was addedtest/system/IO/CodeConsistency/IBL/naca0012_qinit_ne128_wake_splitAmpLag1.txt
The file was addedtest/system/IO/CodeConsistency/IBL/naca0012_qinit_ne256_wake_splitAmpLag1.txt
The file was modified src/pde/IBL/ThicknessesCoefficients2D_CorrelationClosure_impl.h
The file was addedtest/system/IO/CodeConsistency/IBL/naca0012_qinit_ne128_airfoil_splitAmpLag1.txt
Commit 22b818b38fb729955d5afe63d5f32b79003f2bb4 by shunz
Reformulated DG-IBL interface flux and finally fixed solution oscillation in transition cases.  Saved other miscellaneous updates
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBLSplitAmpLag_CorrelationClosure_CapturedTransition_PTC_toy_btest.cpp
The file was modified src/pde/IBL/PDEIBLSplitAmpLag2D.h
Commit 5c5bd50091804cc3150df600fa08f8c1b113d9f9 by shunz
cosmetic changes (with hacks being commented out)
The file was modified src/pde/IBL/PDEIBLSplitAmpLag2D.h
The file was modified src/PanelMethod/ProjectionToQauxi_IBL.h
Commit ba092a15ec3ab1a05d48cebfc6d0a4bfaf8cb17d by shunz
Normalize KE equation by q^2
The file was modified src/pde/IBL/PDEIBLSplitAmpLag2D.h
The file was modified src/pde/IBL/BCIBLSplitAmpLag2D.h
Commit e3589ccfa4688b1feaf0c2433378de3b35883828 by shunz
editted comments
The file was modified src/PanelMethod/ProjectionToQauxi_IBL.h
Commit eb438a4eee5f7e874ab05f5d30d645d300b75481 by shunz
Use pde fluxAdvective function to calculate outflow flux at Hubtrace boundary
The file was modified src/pde/IBL/BCIBLSplitAmpLag2D.h
Commit c028826a4d868ec402b7e113ee9f72c730f3079e by shunz
cleaned up some hacks
The file was modified src/pde/IBL/PDEIBLSplitAmpLag2D.h
Commit 1d98e0e2eae75ddc0737a3ec27d1e08b1e45d5da by shunz
minor cleanup
The file was modified src/pde/IBL/PDEIBLSplitAmpLag2D.h
Commit b01646034d9a56a8d295bca5c8dfea5214d7be03 by shunz
Accidentally messed up blended source term.  Restore it now.
The file was modified src/pde/IBL/PDEIBLSplitAmpLag2D.h
Commit f17819c1c9b5fc8d3d80fa905a859dc5c75307da by shunz
Stashed some intermediate edits
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_CorrelationClosure_FittedTransition_TwoLayerNewton_btest.cpp
The file was addedtest/system/CodeConsistency/Solve2D_Uncoupled_IBLSplitAmpLag_airfoil_btest.cpp
The file was modified src/pde/IBL/PDEIBLSplitAmpLag2D.h
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBLSplitAmpLag_CorrelationClosure_CapturedTransition_PTC_toy_btest.cpp
The file was modified test/system/CodeConsistency/Solve2D_Uncoupled_IBLSplitAmpLag_CorrelationClosure_CapturedTransition_PTC_toy_btest.cpp
Commit 9d3c12dbc36022cf8d73a43d4a0bcc35223fca4c by shunz
Fixed the numerical flux of IBL momentum equations to eliminate solution jumps and/or oscillations.  Also cleaned up temporary hacks.
The file was modified src/pde/IBL/PDEIBLSplitAmpLag2D.h
Commit de8ee8b16f7738767b4d90e9f674f811328acf37 by shunz
Make intermittency length scale a parameter in the transition model.  Cleaned up old hacks in in PDEIBLSplitAmpLag2D
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBLSplitAmpLag_CorrelationClosure_CapturedTransition_PTC_toy_btest.cpp
The file was modified src/pde/IBL/FluidModels.cpp
The file was modified src/pde/IBL/FluidModels.h
The file was modified src/pde/IBL/PDEIBLSplitAmpLag2D.h
Commit 8df506f565c96c62982f712a0e201f941f12146e by shunz
More cleanup
The file was modified src/pde/IBL/PDEIBLSplitAmpLag2D.h
Commit 32fd34bbe42952b259467e5da18896d09fc4deee by shunz
minor edits
The file was modified src/pde/IBL/BCIBLSplitAmpLag2D.h
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBLSplitAmpLag_CorrelationClosure_CapturedTransition_PTC_toy_btest.cpp
Commit ae6afffa18aff988f38f3cd41636b2b5f7071c6c by shunz
Disable search for boost-cmake; otherwise, runs into conflicts with FindBoost.  Need to resolve this if using boost-cmake in the future
The file was modified CMakeInclude/Dependencies.cmake
Commit e88dd527c3ca3429145129aac1c8819f5216ff53 by shunz
Minor cleanup following last merge commit
The file was removedtest/system/IO/CodeConsistency/IBL/e387_ne64_wake.txt
The file was removedtest/system/IO/CodeConsistency/IBL/e387_qinit_ne128_wake_splitAmpLagXfoil.txt
The file was removedtest/system/IO/CodeConsistency/IBL/e387_ne192_wake.txt
The file was removedtest/system/IO/CodeConsistency/IBL/e387_ne128_wake.txt
The file was removedtest/system/IO/CodeConsistency/IBL/e387_qinit_ne256_wake_splitAmpLagXfoil.txt
The file was modified src/Discretization/Galerkin/IntegrandInteriorTrace_Galerkin_manifold.h
The file was removedtest/system/IO/CodeConsistency/IBL/e387_qinit_ne192_wake_splitAmpLagXfoil.txt
The file was removedtest/system/IO/CodeConsistency/IBL/e387_qinit_ne64_wake_splitAmpLagXfoil.txt
The file was removedtest/system/IO/CodeConsistency/IBL/e387_qinit_ne256_airfoil_splitAmpLagXfoil.txt
The file was removedtest/system/IO/CodeConsistency/IBL/e387_ne512_airfoil.txt
The file was removedtest/system/IO/CodeConsistency/IBL/e387_qinit_ne512_airfoil_splitAmpLagXfoil.txt
The file was removedtest/system/IO/CodeConsistency/IBL/e387_ne256_airfoil.txt
The file was removedtest/system/IO/CodeConsistency/IBL/e387_ne128_airfoil.txt
The file was removedtest/system/IO/CodeConsistency/IBL/e387_ne192_airfoil.txt
The file was removedtest/system/IO/CodeConsistency/IBL/e387_ne200_wake.txt
The file was removedtest/system/IO/CodeConsistency/IBL/e387_ne256_wake.txt
The file was modified src/pde/IBL/IBLMiscClosures.h
The file was removedtest/system/IO/CodeConsistency/IBL/e387_qinit_ne192_airfoil_splitAmpLagXfoil.txt
The file was removedtest/system/IO/CodeConsistency/IBL/e387_qinit_ne200_wake_splitAmpLagXfoil.txt
The file was removedtest/system/IO/CodeConsistency/IBL/e387_qinit_ne64_airfoil_splitAmpLagXfoil.txt
The file was removedtest/system/IO/CodeConsistency/IBL/e387_qinit_ne128_airfoil_splitAmpLagXfoil.txt
The file was removedtest/system/IO/CodeConsistency/IBL/e387_qinit_ne200_airfoil_splitAmpLagXfoil.txt
The file was removedsrc/Field/output_Tecplot/output_Tecplot_FieldLine.cpp
The file was removedtest/system/IO/CodeConsistency/IBL/e387_ne64_airfoil.txt
The file was removedtest/system/IO/CodeConsistency/IBL/e387_ne200_airfoil.txt
The file was removedtest/system/IO/CodeConsistency/IBL/e387_ne512_wake.txt
The file was removedtest/system/IO/CodeConsistency/IBL/e387_qinit_ne512_wake_splitAmpLagXfoil.txt
Commit 64e6b3ad43c5ddb084769a83f8cf7eeb07e4d08c by shunz
Minor fixes to keep up with changes in the main branch
The file was modified src/pde/IBL/PDEIBLSplitAmpLag2D.h
The file was modified src/pde/IBL/PDEIBL2D.h
The file was modified src/NonLinearSolver/NewtonSolver_impl.h
The file was modified src/NonLinearSolver/LineUpdate/HalvingSearchLineUpdate_impl.h
Commit 8bb44123fa88e2f1d9d0c488a9f3e27f2ee1b0dc by shunz
Add pyrite check on E387 airfoil transition separation bubble case
The file was addedtest/system/IO/CodeConsistency/IBL/e387_ne64_wake.txt
The file was addedtest/system/IO/CodeConsistency/IBL/e387_qinit_ne64_airfoil_splitAmpLagXfoil.txt
The file was addedtest/system/CodeConsistency/Solve2D_Coupled4x4_IBLSplitAmpLag_CorrelationClosure_CapturedTransition_PTC_btest.cpp
The file was addedtest/system/IO/CodeConsistency/IBL/e387_ne64_airfoil.txt
The file was addedtest/system/IO/CodeConsistency/IBL/e387_qinit_ne64_wake_splitAmpLagXfoil.txt
The file was addedtest/system/IO/CodeConsistency/Solve2D_Coupled_4x4_IBLSplitAmpLag_CorrelationClosure_e387_Re1e5_a4_FullUpwind_ne64_p1_Test.txt
The file was removedtest/system/CodeConsistency/Solve2D_Coupled4x4_IBLSplitAmpLag_CorrelationClosure_CapturedTransition_PTC_toy_btest.cpp
Commit 76afaf58f3cec39f6f76c2f152645e242e0b0442 by shunz
Update Solve2D_Coupled4x4_IBLSplitAmpLag_CorrelationClosure_CapturedTransition_PTC_btest.cpp
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBLSplitAmpLag_CorrelationClosure_CapturedTransition_PTC_btest.cpp
Commit 71efa67e63487b5aec29988f729c3443ecc3a65a by shunz
Cleaned up the numerical flux options in Qauxi projection.  All three numerical fluxes produce similar well-behaved results.  Add a sandbox case
The file was addedtest/sandbox/Solve2D_Coupled4x4_IBLSplitAmpLag_CorrelationClosure_CapturedTransition_PTC_toy.cpp
The file was modified src/PanelMethod/ProjectionToQauxi_IBL.h
Commit 53be8a2ba478cbcc1b9d4b6573c2fbf559993684 by cfrontin
working on advective field case...
The file was modified src/pde/AnalyticFunction/ScalarFunction3D.cpp
The file was addedtest/sandbox/Adapt4D_VMSD_AD_ST_AdvectiveField_toy.cpp
The file was modified src/pde/AnalyticFunction/ScalarFunction3D.h
Commit 255d670b136224d1a09b8f4912d0013e87f7c095 by cfrontin
asdfasdf
The file was modified test/sandbox/Adapt4D_DGBR2_AD_ST_SquareChannel_toy.cpp
Commit 8e71b03cb47d8fc8bf8b8b1f340970f03d4db362 by cfrontin
working on the advective field and it's broken LOL
The file was modified test/sandbox/Adapt4D_VMSD_AD_ST_AdvectiveField_toy.cpp
The file was modified src/pde/AnalyticFunction/ScalarFunction3D.cpp
Commit f71ccc568ff15dc80fb8ff92fb5ee81e3b0371e0 by cfrontin
fix mpi dg
The file was modified test/sandbox/Adapt4D_DGBR2_AD_ST_SquareChannel_toy.cpp
Commit 13bcd47f10e69cb257bc13055824751bc78a317d by cfrontin
trying to figure out idiosyncracy
The file was modified test/sandbox/Adapt4D_DGBR2_AD_ST_SquareChannel_toy.cpp
The file was modified test/sandbox/Adapt4D_DGBR2_AD_ST_toy.cpp
The file was modified test/sandbox/Solve4D_DGBR2_AD_ST_SquareChannel_toy.cpp
Commit e41e064147024b9915b0f2718b5b4b93df8fe4f2 by cfrontin
cont'd
The file was modified test/sandbox/Adapt4D_Galerkin_Stabilized_AD_ST_SquareChannel_toy.cpp
Commit aa77a02810e035ad85929fdeeb88fd852864d888 by cfrontin
cont'd pt. ii
The file was modified test/sandbox/Adapt4D_DGBR2_AD_ST_SquareChannel_toy.cpp
The file was modified test/sandbox/Adapt4D_Galerkin_Stabilized_AD_ST_SquareChannel_toy.cpp
Commit 15ef8a8b2d39e711e68f0cf5cccb4e78677f0a9c by cfrontin
name fix
The file was modified test/sandbox/Solve4D_DGBR2_AD_ST_SquareChannel_toy.cpp
The file was modified test/sandbox/Adapt4D_DGBR2_AD_ST_SquareChannel_toy.cpp
Commit 7c875aba16087d71eef11251b7036901d7ecd5f9 by cfrontin
oopsie
The file was modified test/sandbox/Solve4D_DGBR2_AD_ST_SquareChannel_toy.cpp
Commit 1573aabef949138901ba03478faacf570f6f98f9 by cfrontin
working on random field
The file was modified src/pde/AdvectionDiffusion/AdvectiveFlux3D.cpp
The file was modified src/pde/AdvectionDiffusion/AdvectiveFlux3D.h
Commit aa12ce98ca388d7a2e00be4ab8e2cf112cc1dfff by cfrontin
updated random fields, should be working but untested.
The file was modified src/pde/AdvectionDiffusion/AdvectiveFlux3D.h
The file was modified src/pde/AnalyticFunction/ScalarFunction3D.h
Commit 5fc4e65ff0cef9de7ef587ec32c7ee7917b1d7c2 by arthuang
unit tests for adjoint
The file was modified test/unit/Discretization/VMSDBR2/AlgebraicEquationSet_VMSDBR2_Triangle_AD_btest.cpp
The file was addedtest/unit/Discretization/VMSDBR2/JacobianFunctionalBoundaryTrace_VMSDBR2_btest.cpp
Commit e1acb953b9f2a2b3d4a0f37b38d23cb7fa72dc16 by hcarson
fixes to compute AR etc.
The file was modified test/sandbox/Adapt2D_L2Project_MOESS_toy.cpp
Commit f619ff7a202caab000c42a454321d64bdf95a0f9 by galbramc
Fix for EPIC 2D without geometry
The file was modified test/unit/IO/Adaptation/epic_script_GeomQ1_2D.com
The file was modified test/unit/IO/Adaptation/epic_script_GeomQ2_2D.com
The file was modified src/Meshing/EPIC/MesherInterface_Epic.cpp
The file was modified test/unit/IO/Adaptation/epic_script_GeomQ2_3D.com
The file was modified test/unit/IO/Adaptation/epic_script_GeomQ1_3D.com
The file was modified test/unit/IO/Adaptation/epic_script_NoGeom_2D.com
Commit ceab5f0079a6bc6b4f4da3c74fb8a81686509b26 by cfrontin
jenkins fix, holdover code.
The file was addedtest/sandbox/Solve2D_VMSD_Triangle_RANSSA_Joukowski_UROP_toy.cpp
The file was modified src/pde/AdvectionDiffusion/AdvectiveFlux3D.h
Commit 22922d298f74f200b66b07a30281aca766876049 by arthuang
adding block pivoting to ilu
The file was modified src/Discretization/VMSDBR2/SetAdjointLO_VMSD_BR2.h
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_impl.h
The file was modified test/unit/Discretization/VMSDBR2/JacobianFunctionalBoundaryTrace_VMSDBR2_btest.cpp
Commit 8e63acabc01b4e7cbed6d9c380d7058d0c936296 by hcarson
a VMSDBR2 version of the DeltaWing Chain toy
The file was addedtest/sandbox/Adapt3D_VMSDBR2_NavierStokes_DeltaWing_Chain_toy.cpp
Commit 77d129cc219e91f30b042a91298fb4d710a521af by galbramc
Enable static condensation with MKL
The file was modified test/unit/LinearAlgebra/SparseLinAlg/PETSc/PETSc_MDF_Ordering_btest.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/MKL_PARDISO/MKL_PARDISOSolver.h
The file was addedsrc/LinearAlgebra/SparseLinAlg/Direct/MKL_PARDISO/MKL_PARDISOSolver_MatrixD_Solve_impl.h
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver_factorize.h
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/MKL_PARDISO/MKL_PARDISOSolver_CRS_MatrixS_Instantiate.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/MKL_PARDISO/MKL_PARDISOSolver_MatrixBlock_4x4_Instantiate.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/MKL_PARDISO/MKL_PARDISOSolver_CRS_double.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/MKL_PARDISO/MKL_PARDISOSolver_impl.h
The file was modified test/unit/LinearAlgebra/SparseLinAlg/PETSc/PETSc_btest.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/MKL_PARDISO/MKL_PARDISOSolver_MatrixD_CRS_MatrixD.cpp
The file was modified test/unit/Discretization/VMSDBR2/CMakeLists.txt
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver.h
The file was modified test/unit/Discretization/VMSDBR2/AlgebraicEquationSet_VMSDBR2_Triangle_AD_btest.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/MKL_PARDISO/MKL_PARDISOSolver_factorize.h
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/MKL_PARDISO/MKL_PARDISOSolver_CRS_MatrixD_MatrixS_Instantiate.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/MKL_PARDISO/MKL_PARDISOSolver_MatrixD_CRS_MatrixD_MatrixS_Instantiate.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/MKL_PARDISO/MKL_PARDISOSolver_MatrixBlock_2x2_Instantiate.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/MKL_PARDISO/MKL_PARDISOSolver_MatrixD_CRS_MatrixS_Instantiate.cpp
The file was addedsrc/LinearAlgebra/SparseLinAlg/Direct/MKL_PARDISO/MKL_PARDISOSolver_Solve_impl.h
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/MKL_PARDISO/MKL_PARDISOSolver_CRS_MatrixD.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/MKL_PARDISO/MKL_PARDISOSolver_MatrixD_CRS_Real.cpp
Commit 486518eb207970fbf7d04093e77de00686f89af8 by galbramc
Missed a static condensation step
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/MKL_PARDISO/MKL_PARDISOSolver_factorize.h
Commit fba298756c44f0cf3432baca317a36b0ba58cd8c by galbramc
Another MKL static condensation fix
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/MKL_PARDISO/MKL_PARDISOSolver_MatrixD_CRS_MatrixS_Instantiate.cpp
Commit b3ee3023b0bbc9dc8935f7940f5998aa5f2cc0f3 by galbramc
Relaxed tolerance
The file was modified test/unit/Discretization/VMSDBR2/AlgebraicEquationSet_VMSDBR2_Triangle_AD_btest.cpp
Commit c2705c31cef5af7b74cc2f236a5cd8295eeed59f by hcarson
a VMSDBR2 Double BL, also lining up the 3 so that they are the same. HOWEVER, Seems to be something very wrong with plain VMSD, the adapt looks crap and the error is enormous....
The file was modified test/sandbox/Adapt2D_DGBR2_AD_DoubleBoundaryLayer_toy.cpp
The file was modified test/sandbox/Adapt2D_VMSD_AD_DoubleBoundaryLayer_toy.cpp
The file was addedtest/sandbox/Adapt2D_VMSDBR2_AD_DoubleBoundaryLayer_toy.cpp
Commit 810a84ecc10bbc3652ec9175199dbfdd029d42ae by galbramc
Updates for latest refine
The file was modified src/Meshing/refine/MesherInterface_refine.cpp
Commit 278fa239d6e8e0ee32177d44fdefea8ee8cfc995 by cfrontin
urop fix?
The file was modified test/sandbox/Solve2D_VMSD_Triangle_RANSSA_Joukowski_UROP_toy.cpp
Commit c1e875ea5a5e139a784e83e6f24aa6aa38d0f579 by cfrontin
jenkins fix, odds and ends.
The file was modified test/sandbox/Adapt4D_VMSD_AD_ST_toy.cpp
The file was modified test/sandbox/Adapt3D_Galerkin_Stabilized_AD_ST_toy.cpp
The file was modified test/sandbox/Adapt4D_VMSD_AD_ST_AdvectiveField_toy.cpp
Commit ee08a47ff7d0770b7b851545b4112f0f531a1536 by cfrontin
added 2D+T VMSD AD case.
The file was addedtest/sandbox/Adapt3D_VMSD_AD_ST_toy.cpp
Commit 4753a60d5cac8c44e548e38a41c6c46a62110dad by shunz
minor edit
The file was modified src/pde/IBL/PDEIBLSplitAmpLag2D.h
Commit f0fe2fe18419ecfe2c33acee9048c793df2bf4d7 by shunz
refactored the new PDE IBL class and added unit tests
The file was modified src/pde/IBL/PDEIBLSplitAmpLag2D.h
The file was addedtest/unit/pde/IBL/PDEIBLSplitAmpLag2D_btest.cpp
Commit 8b163d08f091538f235329a2fd17fbaf800efcd3 by shunz
fixed LF flux
The file was modified src/pde/IBL/PDEIBLSplitAmpLag2D.h
Commit 6291d82c9b2f44c48ec064ed9bc83003ede2d783 by shunz
Relocated blended intermittency to PDE class.  Added unit tests.
The file was modified src/pde/IBL/PDEIBLUniField.h
The file was modified test/unit/IO/pde/IBL/TransitionModel_pattern.txt
The file was modified test/unit/pde/IBL/FluidModels_btest.cpp
The file was modified src/pde/IBL/FluidModels.h
The file was modified test/unit/pde/IBL/PDEIBLSplitAmpLag2D_btest.cpp
Commit c7505929d062bf326a6936093f7804d6b1889dd6 by shunz
Added unit tests to VarInterpret
The file was modified test/unit/pde/IBL/VarInterpret2D_btest.cpp
Commit 7b341d849aa184c3468a0b00bdb0167178298f44 by shunz
Fixed intermittency usage in auxi equation
The file was modified src/pde/IBL/PDEIBLUniField.h
The file was modified src/PanelMethod/ProjectionToQauxi_IBL.h
The file was modified test/unit/PanelMethod/ProjectionToQauxi_IBL_btest.cpp
The file was modified src/pde/IBL/PDEIBL2D.h
Commit e1dba9e2d9ac09130b64f620799f11418b3e771b by shunz
refactored intermittency calculation calling signature across different variants of IBL formulations
The file was modified test/unit/pde/IBL/PDEIBL2D_btest.cpp
The file was modified src/pde/IBL/ElementProjectionIBLoutput_L2.h
The file was modified test/unit/pde/IBL/BCIBLUniField2D_btest.cpp
The file was modified src/pde/IBL/BCIBL2D.h
The file was modified src/pde/IBL/PDEIBLUniField.h
The file was addedtest/unit/pde/IBL/PDEIBL2D_continued_btest.cpp
The file was modified src/pde/IBL/PDEIBL2D.h
The file was modified test/unit/pde/IBL/SetIBLoutputCellGroup_btest.cpp
The file was modified test/unit/pde/IBL/ElementProjectionIBLoutput_L2_btest.cpp
Commit 7fdf0fdc2bb5249ef0c0bd816ddce3d4bb756f71 by shunz
Fixed type
The file was modified src/pde/IBL/PDEIBL2D.h
Commit 89c6d83d6557487c14567caae702bdb935a198ba by shunz
Refactored unit tests to keep up with updates in the thickness class
The file was modified test/unit/pde/IBL/ThicknessesCoefficients2D_CorrelationClosure_btest.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_CutCellForcedTransitionIBL_Panel_btest.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_CutCellNaturalTransitionIBLUniField_Panel_btest_outdated.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_CutCellForcedTransitionIBLUniField_Panel_btest_outdated.cpp
The file was modified test/unit/Discretization/HDG/AlgebraicEquationSet_HDGAdvective_Line_IBL_airfoilOnly_btest.cpp
The file was modified test/unit/Discretization/DG/AlgebraicEquationSet_DGAdvective_Line_IBL_airfoilOnly_btest.cpp
The file was modified test/unit/Discretization/HDG/AlgebraicEquationSet_Hubtrace_HDGAdvective_IBL_btest.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_HubtraceHDGAdvIBL_CutCellNaturalTransition_Panel_btest.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_CutCellNaturalTransitionIBL_Panel_btest.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_IBL_Panel_btest.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_HDGAdvIBL_Panel_btest.cpp
Commit 9cd214ee31192adb60ae80dcd068d01b7df42b0a by shunz
Cleaned up manifold interface integrand implementation.  Minor type corrections for unit tests involving Surreal types.
The file was modified src/Discretization/Galerkin/IntegrandInteriorTrace_Galerkin_manifold.h
The file was modified src/pde/IBL/PDEIBL2D_impl.h
The file was modified src/pde/IBL/BCIBL2D.h
The file was addedtest/system/IO/CodeConsistency/Solve2D_Coupled_4x4_IBLSplitAmpLag_CorrelationClosure_e387_Re1e5_a4_LFflux_ne64_p1_Test.txt
Commit 5f8ea99f0faf931b716ac66d2480afa7b2bd92ae by shunz
Fixed ping tests by adjusting the reference solution and step size
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_HubtraceHDGAdvIBL_CutCellNaturalTransition_Panel_btest.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_CutCellNaturalTransitionIBL_Panel_btest.cpp
Commit 4603882fad7893abb6cd38afde9679b9f3fb9e43 by shunz
Refactored  PDEIBLSplitAmgLag2D default flux and ctau_min.  Added pyrite check files
The file was modified src/pde/IBL/PDEIBLSplitAmpLag2D.h
The file was addedtest/system/IO/CodeConsistency/Solve2D_Coupled_4x4_DGAdv_IBLSplitAmpLag_Panel_laminarBL_turbulentWake_naca0004_ne64_p1_Test_FullUpwind.txt
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBLSplitAmpLag_CorrelationClosure_LamiBL_TurbWake_btest.cpp
The file was addedtest/system/IO/CodeConsistency/Solve2D_Coupled_4x4_DGAdv_IBLSplitAmpLag_Panel_laminarBL_turbulentWake_naca0004_ne64_p1_Test_LFflux.txt
Commit ad0506ea47d5694487dbbe0e96c39687c1a32c2b by shunz
updated pyrite files
The file was modified test/system/IO/CodeConsistency/Solve2D_Coupled_4x4_IBLSplitAmpLag_CorrelationClosure_e387_Re1e5_a4_FullUpwind_ne64_p1_Test.txt
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBLSplitAmpLag_CorrelationClosure_CapturedTransition_PTC_btest.cpp
The file was modified test/system/IO/CodeConsistency/Solve2D_Coupled_4x4_IBLSplitAmpLag_CorrelationClosure_e387_Re1e5_a4_LFflux_ne64_p1_Test.txt
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBLSplitAmpLag_CorrelationClosure_LamiBL_TurbWake_btest.cpp
Commit d4268f968a40b50b3c8e5e513a105c2732ed8d79 by shunz
Refactored IBL solution file reader.  Cleaned up system tests for various IBL formulations
The file was removedtest/system/CodeConsistency/Solve2D_Uncoupled_IBLSplitAmpLag_CorrelationClosure_CapturedTransition_PTC_toy_btest.cpp
The file was removedtest/system/CodeConsistency/Solve2D_Coupled4x4_IBLUniField_LamiBL_TurbWake_CorrelationClosure_PTC_btest.cpp
The file was removedtest/system/CodeConsistency/Solve2D_Coupled4x4_IBLUniField_LamiBL_TurbWake_PTC_btest.cpp
The file was removedtest/system/CodeConsistency/Solve2D_Uncoupled_DGAdvectiveIBL_LamiBL_btest.cpp
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_HDGAdv_IBL_Panel_NACA0004_LamiBL_TurbWake_btest.cpp
The file was removedtest/system/CodeConsistency/Solve2D_Uncoupled_DGAdvectiveIBLUniField_LamiBL_btest.cpp
The file was modified test/system/CodeConsistency/Solve2D_Uncoupled_HDGAdvectiveIBL_LamiBL_btest.cpp
The file was removedtest/system/CodeConsistency/Solve2D_Coupled4x4_IBLUniField_CorrelationClosure_CapturedTransition_toy_btest.cpp
The file was modified test/system/CodeConsistency/Solve2D_Uncoupled_DGAdvectiveIBL_LamiBL_PTC_btest.cpp
The file was modified src/pde/IBL/SetSolnDofCell_IBL2D.h
The file was removedtest/system/CodeConsistency/Solve2D_Coupled4x4_IBLUniField_Panel_NACA0004_CapturedTransition_btest.cpp
The file was removedtest/system/CodeConsistency/Solve2D_Uncoupled_IBLSplitAmpLag_airfoil_btest.cpp
The file was modified src/pde/IBL/IBLVarDataType2D.h
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_LamiBL_TurbWake_btest.cpp
Commit 7a31f4325cb476b8cc44ab4505415c1416a15783 by shunz
Removed IO file clutter
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_ne2048.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_qinit_ne800_a0_unifield.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_qinit_ne640_a0_unifield.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_ne360_wake_a0.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_qinit_ne512_a0_unifield.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_qinit_ne128_a0.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_ne640.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_qinit_ne96_a0.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_ne256.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_qinit_ne128_a0_unifield.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_ne63_wake_a0.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_ne4096_wake_a0.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_ne96.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_ne128.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_qinit_ne4096_a0.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_qinit_ne4096_a0_unifield.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_ne63.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_ne192_wake_a0.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_qinit_ne1024_a0_unifield.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_ne1024_wake_a0.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_qinit_ne192_a0_unifield.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_qinit_ne640_a0.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_ne512.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_qinit_ne800_a0.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_ne800_wake_a0.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_qinit_ne2048_a0_unifield.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_ne640_wake_a0.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_qinit_ne256_a0.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_ne800.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_qinit_ne512_a0.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_qinit_ne96_a0_unifield.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_ne4096.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_ne96_wake_a0.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_qinit_ne2048_a0.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_ne2048_wake_a0.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_qinit_ne192_a0.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_ne360.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_ne512_wake_a0.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_ne192.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_ne256_wake_a0.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_ne1024.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_qinit_ne78_a0_transition.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_qinit_ne360_a0.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_ne128_wake_a0.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_qinit_ne256_a0_unifield.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_qinit_ne1024_a0.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_qinit_ne360_a0_unifield.txt
Commit cd88d79f2b9e5d72c3088d78d23014e46c934088 by shunz
Added variable data constructors.  Fixed types.  File cleanup
The file was modified src/pde/IBL/IBLVarDataType2D.h
The file was modified src/pde/IBL/PDEIBLUniField.h
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_qinit_ne64_a0_unifield_test.txt
Commit f8ae66e02500efce4763fc336c58b00c85f72a57 by shunz
Fixed IBL solution reader usage
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_FittedTransition_TwoLayerNewton_btest.cpp
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_FittedTransition_Forced_btest.cpp
Commit dd2ed31b9cb34c576e5dabeef73be1453bb3bfb8 by shunz
Recovered a system test on IBLUniField
The file was addedtest/system/IO/CodeConsistency/Solve2D_Coupled_4x4_DGAdv_IBLUniField_CorrelationClosureXFOIL_Panel_laminarBL_turbulentWake_naca0004_ne64_p1_Test_FullUpwind.txt
The file was addedtest/system/CodeConsistency/Solve2D_Coupled4x4_IBLUniField_LamiBL_TurbWake_CorrelationClosure_PTC_btest.cpp
The file was addedtest/system/IO/CodeConsistency/Solve2D_Coupled_4x4_DGAdv_IBLUniField_CorrelationClosureXFOIL_Panel_laminarBL_turbulentWake_naca0004_ne64_p1_Test_LFflux.txt
The file was addedtest/system/IO/CodeConsistency/Solve2D_Coupled_4x4_DGAdv_IBL_CorrelationClosure_Panel_laminarBL_turbulentWakexfoillag_naca0004_ne64_p1_Test_FullUpwind.txt
Commit 2f15ca1a64087dc30f8daa211e4db2d19a8f525c by shunz
Cleaned up system tests
The file was modified test/system/IO/CodeConsistency/Solve2D_Coupled_4x4_IBL_Panel_forcedTransition0p8074822_naca0004_ne64_p1_Test_FittedTransition_FullUpwind.txt
The file was removedtest/system/CodeConsistency/Solve2D_Coupled4x4_IBL_CorrelationClosure_FittedTransition_toy_btest.cpp
The file was modified src/pde/IBL/PDEIBL2D_impl.h
The file was removedtest/system/IO/CodeConsistency/Solve2D_Coupled_4x4_IBLUniField_Panel_forcedTransition0p8244925_naca0004_ne64_p1_Test_CapturedTransition_FullUpwind.txt
The file was removedtest/system/IO/CodeConsistency/Solve2D_Coupled_4x4_DG_IBL_Panel_ntcrit0p6000_naca0004_ne64_p1_Test_FittedTransition_LFflux.txt
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_FittedTransition_Forced_btest.cpp
The file was removedtest/system/IO/CodeConsistency/Solve2D_Coupled_4x4_DGAdv_IBLUniField_Panel_laminarBL_turbulentWakexfoillag_naca0004_ne64_p1_Test_FullUpwind.txt
The file was removedtest/system/IO/CodeConsistency/Solve2D_Coupled_4x4_IBLUniField_Panel_forcedTransition0p8244925_naca0004_ne64_p1_Test_CapturedTransition_LFflux.txt
The file was removedtest/system/IO/CodeConsistency/Solve2D_Coupled_4x4_DGAdv_IBLUniField_Panel_laminarBL_turbulentWakexfoillag_naca0004_ne64_p1_Test_LFflux.txt
The file was removedtest/system/CodeConsistency/Solve2D_Coupled4x4_IBL_CorrelationClosure_FittedTransition_usingG_toy_btest.cpp
The file was modified test/system/IO/CodeConsistency/Solve2D_Coupled_4x4_DG_IBL_Panel_ntcrit0p6000_naca0004_ne64_p1_Test_FittedTransition_FullUpwind.txt
The file was removedtest/system/CodeConsistency/Solve2D_Coupled4x4_IBLUniField_CorrelationClosure_CapturedTransition_btest.cpp
The file was modified test/system/IO/CodeConsistency/Solve2D_Coupled_4x4_IBL_Panel_forcedTransition0p8074822_naca0004_ne64_p1_Test_FittedTransition_LFflux.txt
The file was removedtest/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_FittedTransition_LineSearchNewton_btest.cpp
The file was modified test/system/IO/CodeConsistency/Solve2D_Coupled_4x4_DGAdv_IBL_Panel_laminarBL_turbulentWakexfoillag_naca0004_ne64_p1_Test_FullUpwind.txt
The file was removedtest/system/CodeConsistency/Solve2D_Coupled4x4_IBL_CorrelationClosure_FittedTransition_TwoLayerNewton_btest.cpp
Commit fff8e6ca60ff463de016118bdc0298c967e182d7 by shunz
Fixed IBL solution reader usage
The file was modified test/sandbox/Solve2D_Coupled4x4_IBLSplitAmpLag_CorrelationClosure_CapturedTransition_PTC_toy.cpp
Commit 7dd33909e637f25e0a8d46e696d1e6847ab063c4 by shunz
Fixed duplicate symbols by inline.  Added a missing pyrite check file
The file was modified test/system/CodeConsistency/checkLinearSolver.h
The file was addedtest/system/IO/CodeConsistency/Solve2D_Uncoupled_DGAdvectiveIBL_CorrelationClosureXFOIL_naca0004_ne64_p1_airfoil_Test_LFFlux.txt
Commit b2cf721ccca458f0613c9cabe7b26adbea22ce5e by shunz
Relaxed pyrite tolerance.  Fixed unit tests for IBL soluton file reader
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBLSplitAmpLag_CorrelationClosure_LamiBL_TurbWake_btest.cpp
The file was modified test/unit/pde/IBL/SetSolnDofCell_IBL_btest.cpp
Commit b583f2fe5cd8dee69c9ff7acfb64f8d3c5e6bed8 by shunz
Suppressed file output for Jenkins
The file was removedtest/sandbox/Solve2D_Uncoupled_DGAdvective_IBL_toy.cpp
The file was modified test/sandbox/Solve2D_Coupled4x4_IBLSplitAmpLag_CorrelationClosure_CapturedTransition_PTC_toy.cpp
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_CorrelationClosure_LamiBL_TurbWake_btest.cpp
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBLSplitAmpLag_CorrelationClosure_CapturedTransition_PTC_btest.cpp
Commit 6990d30fec7c14aafaf28765439f0ee993bf4a0e by shunz
Suppressed one more file output for Jenkins.
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver_factorize.h
Commit bacefef164bd6005c27f080537f51c4990d4d4fe by shunz
Fixed unused variable
The file was modified src/pde/IBL/ThicknessesCoefficients2D_ProfileClosure_impl.h
Commit d1159534fab9e4dbacceb90f39743453d20ae988 by shunz
Relaxed pyrite tolerances for gnu
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBLSplitAmpLag_CorrelationClosure_LamiBL_TurbWake_btest.cpp
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_CorrelationClosure_LamiBL_TurbWake_btest.cpp
Commit 247fe9925808d08683a0901631398c4cd2c2dc68 by shunz
Subtle typo in pyrite filename
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBLUniField_LamiBL_TurbWake_CorrelationClosure_PTC_btest.cpp
Commit 499ec2a0d661c7a2b63339b008c5efbae454b04b by shunz
Relaxed tolerances for intel compilers
The file was modified test/unit/pde/IBL/IBLMiscClosures_btest.cpp
The file was modified test/unit/pde/IBL/ThicknessesCoefficients2D_ProfileClosure_btest.cpp
The file was modified test/unit/pde/IBL/ThicknessesCoefficients2D_CorrelationClosure_btest.cpp
Commit 1227165f04f6d9192156a8a9b35d03fa92761a05 by shunz
Relaxed pyrite tolerance.  Added explicit instantiation to fix linker error
The file was modified src/LinearAlgebra/DenseLinAlg/StaticSize/MatMul/MatrixS_MatMul_Native_Real_Instantiate.cpp
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_CorrelationClosure_LamiBL_TurbWake_btest.cpp
Commit 7591a18966233c5c693de20fc6d69f91c3e36290 by shunz
Relaxed tolerance. Fixed timeout on Jenkins
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBLUniField_LamiBL_TurbWake_CorrelationClosure_PTC_btest.cpp
The file was modified test/unit/pde/IBL/ThicknessesCoefficients2D_CorrelationClosure_btest.cpp
Commit 4ee8c09bc6c9decf3b8840591f3ec907bdac7b38 by shunz
Relaxed pyrite tolerances
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBLSplitAmpLag_CorrelationClosure_LamiBL_TurbWake_btest.cpp
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_CorrelationClosure_LamiBL_TurbWake_btest.cpp
Commit eacaf3f5b59b252c28a08fd30821ae042bbc9435 by allmaras
relaxed tolerance on d/dxdy test
The file was modified test/unit/pde/FullPotential/SolutionFunction_Potential2D_btest.cpp
Commit 6e3509e1505260160f58ea66eafa28cbe262a0df by galbramc
Replace Joukowski q1 grid
The file was modified test/sandbox/grids/joukowski_initial_mesh/jouk_q1.grm
Commit ed8816742d8c45347b7b57a0635de2389e91f913 by cfrontin
coverage improvement
The file was modified test/unit/IO/pde/ScalarFunction2D_pattern.txt
The file was addedtest/unit/IO/pde/ScalarFunction1D_pattern.txt
The file was modified test/unit/IO/pde/ScalarFunction3D_pattern.txt
The file was modified test/unit/pde/AnalyticFunction/ScalarFunction1D_btest.cpp
The file was modified test/unit/pde/AnalyticFunction/ScalarFunction3D_btest.cpp
The file was modified test/unit/pde/AnalyticFunction/ScalarFunction2D_btest.cpp
Commit 40abbe8b7d1657db2e93d97fe04fb127a722f11e by cfrontin
hotfix
The file was modified src/pde/AnalyticFunction/ScalarFunction3D.h
Commit 7a121b0b4ed2695a9b0749b6646bb91209555919 by cfrontin
quick fix
The file was modified src/pde/AnalyticFunction/ScalarFunction3D.h
The file was modified test/unit/pde/AnalyticFunction/ScalarFunction3D_btest.cpp
Commit a32c06a0fce3f6c2282907236ab06edd5a04e342 by galbramc
Attempt to use parallel MKL (does not work yet). Other small cleanups.
The file was modified test/unit/Discretization/VMSDBR2/CMakeLists.txt
The file was modified CMakeInclude/Finds/FindMKL.cmake
The file was modified CMakeInclude/Dependencies.cmake
The file was modified src/Adaptation/MOESS/SolverInterface.h
The file was modified test/CMakeLists.txt
The file was modified CMakeInclude/Builds/BuildPETSC.cmake
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_impl.h
The file was modified test/unit/LinearAlgebra/SparseLinAlg/PETSc/PETSc_btest.cpp
Commit 872e6e729308fd8c89b7caaa595aa497d9d2bfb2 by galbramc
Added cartesian table lookup for PorusMedia SPE calculations
The file was modified src/pde/PorousMedia/PorosityModel.cpp
The file was modified src/pde/PorousMedia/PermeabilityModel2D.cpp
The file was addedtest/unit/pde/PorousMedia/CartTable_btest.cpp
The file was modified src/pde/PorousMedia/PorosityModel.h
The file was addedsrc/pde/PorousMedia/CartTable.cpp
The file was modified src/pde/PorousMedia/PermeabilityModel2D.h
The file was addedsrc/pde/PorousMedia/CartTable.h
The file was modified src/Meshing/EPIC/XField_PX.cpp
The file was modified src/pde/PorousMedia/CMakeLists.txt
Commit 6dd6d04e51115135a6caae2b0fbc277f24867408 by galbramc
Use atlas blas on rhel7
The file was modified scripts/jenkins/jenkins_env.sh
Commit 8ce24baf38b1a7ed42c92483276b2cdb1ddc1bc1 by cfrontin
2d+t hex solve patch.
The file was modified test/sandbox/Solve3D_DGBR2_AD_ST_toy.cpp
Commit f18437106e7314e3aa24de151d252e672988165b by cfrontin
belated nomenclature fix
The file was modified test/sandbox/Adapt4D_VMSD_AD_ST_toy.cpp
Commit a1b9687559523e1ca7abc8f9640a289258fa4bab by galbramc
Consistent delete
The file was modified src/pde/PorousMedia/CartTable.cpp
Commit 07c2957e598f737c1d27d7c4393ac6dd7a022b48 by cfrontin
VMSDBR2 3D+T additions.
The file was modified test/sandbox/Adapt4D_VMSD_AD_ST_SquareChannel_toy.cpp
The file was addedsrc/Field/FieldLiftSpaceTime_DG_BoundaryTrace_Instantiate_4D.cpp
The file was modified src/Adaptation/MOESS/SolverInterface_VMSD_BR2.h
The file was modified src/Field/CMakeLists.txt
The file was addedsrc/Field/FieldLiftSpaceTime_DG_BoundaryTrace.h
The file was addedsrc/Field/FieldLiftSpaceTime_DG_BoundaryTrace_impl.h
Commit 210e63658d50dda904e488b74c1a61396bc9b687 by cfrontin
added squarechannel vmsd br2 changes
The file was modified test/sandbox/Solve4D_VMSD_AD_ST_SquareChannel_toy.cpp
Commit 317a809a03369aed8b2f9bd2aa2af8c5236a7636 by galbramc
General PETSc verson on macOZ for jenkins
The file was modified scripts/jenkins/jenkins_env.sh
Commit adf7d876b7743d0e6332b401a206fcd72723b7e9 by galbramc
Suppress tetgen CMake warning. Relax tolerance for macOS
The file was modified test/system/LocalSolve/LocalSolve3D_Split_HDG_Tet_AD_btest.cpp
The file was modified CMakeInclude/Builds/BuildTETGEN.cmake
Commit d9a82c74a451e97599964b48fa60f2f02210460d by galbramc
Allow MKL as BLAS library. Update macOS PETSc. Fix tolerance.
The file was modified CMakeLists.txt
The file was modified test/system/LocalSolve/LocalSolve3D_Split_HDG_Tet_AD_btest.cpp
The file was modified CMakeInclude/Dependencies.cmake
The file was modified scripts/jenkins/jenkins_env.sh
Commit d6608de254e73adc1e85f60140932b377905b7ad by galbramc
Add option to dump per rank matrix market file from PETSc
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_impl.h
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_factorize.h
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver.h
Commit 876356b0a8891c41495efdd08f3d9ba792f7b05f by allmaras
1st crack at SPE10 test case; compiles but errors out when run;
need to add perm/poro lookup tables to test case;
need to generalize output functional class to allow for multiple production wells
The file was addedtest/sandbox/PorousMedia/spe10_layer62_poro.txt
The file was addedtest/sandbox/PorousMedia/spe10_layer62_perm.txt
The file was addedtest/sandbox/Adapt3D_DGBR2_TwoPhase_ArtificialViscosity_ST_SPE10_toy.cpp
Commit 47f02ba1789a4afc779d7659eb81a63d6de00464 by allmaras
unit tests for PorosityModel_CartTable
The file was addedtest/unit/IO/pde/PorousMedia/PorosityModel_CartTable_pattern.txt
The file was modified test/unit/pde/PorousMedia/PorosityModel_btest.cpp
The file was modified src/pde/PorousMedia/PorosityModel.h
Commit 81f03752345526eee757be5f48459cba608e9db1 by allmaras
unit tests for Porosivity and Permeability
The file was modified test/unit/pde/PorousMedia/PorosityModel_btest.cpp
The file was modified src/pde/PorousMedia/PorosityModel.h
The file was modified src/pde/PorousMedia/PermeabilityModel2D.h
The file was modified src/pde/PorousMedia/PermeabilityModel2D.cpp
The file was modified test/unit/pde/PorousMedia/PermeabilityModel2D_btest.cpp
Commit 6ec8ac74f95d8ed59db61bc6ad92f69443536262 by galbramc
Fix for PETSc matrix market dump
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixD_CRS_MatrixS_Instantiate.cpp
Commit 4eb1daf43fe7853f4ca8211acfddd2f667e6cbca by allmaras
bug fixes in 2-phase porous flow classes/tests; added CartTable unit tests for PDETwoPhase2D
The file was modified test/unit/pde/PorousMedia/PorosityModel_btest.cpp
The file was modified src/pde/PorousMedia/PDETwoPhase2D.h
The file was modified test/unit/pde/PorousMedia/PDETwoPhase2D_btest.cpp
The file was modified src/pde/PorousMedia/PorosityModel.h
The file was addedtest/unit/IO/pde/PorousMedia/PermeabilityModel2D_CartTable_pattern.txt
Commit a89e4efdc160b226e3cc37464a70e7bf84641cff by allmaras
updated SPE10 test case to include lookup poro/perm tables; BCs now complaining about CartTable
The file was modified test/sandbox/Adapt3D_DGBR2_TwoPhase_ArtificialViscosity_ST_SPE10_toy.cpp
Commit b19df07ba5c61273618e390c8638bf2f16021c47 by allmaras
reverted to original functionality on fluxAdvectiveUpwind: no-op rather than developer exception;
turns out it is called by BC fluxes, so needs to function rather than exception
The file was modified test/unit/pde/PorousMedia/PDETwoPhase2D_btest.cpp
The file was modified src/pde/PorousMedia/PDETwoPhase2D.h
Commit c22449344407980eb89b072fbe14f1f95703d8a9 by allmaras
added "#include <fstream>" in lookup table tests
The file was modified test/unit/pde/PorousMedia/CartTable_btest.cpp
The file was modified test/unit/pde/PorousMedia/PorosityModel_btest.cpp
The file was modified test/unit/pde/PorousMedia/PermeabilityModel2D_btest.cpp
Commit 54375fd4ea7ee18800b8db9c30da2ed718e79906 by allmaras
SPE10 testcase: added avro include files and check on SANS_AVRO
The file was modified test/sandbox/Adapt3D_DGBR2_TwoPhase_ArtificialViscosity_ST_SPE10_toy.cpp
Commit 5241da09e1fedb6fda0bb87c48bfd83288c6a26a by galbramc
cppcheck fixes
The file was modified src/Python/ExtractParam.cpp
The file was modified src/Python/PyDict.cpp
The file was modified scripts/cppcheck/suppressions.txt
The file was modified src/Python/InputException.cpp
The file was modified src/Python/PyDict_impl.h
The file was modified src/Python/PyGIL.h
The file was modified src/Python/InputException.h
The file was modified src/Python/Parameter.h
Commit 9d22c1cce17b62c89e96ded2794e82f05ae9b74b by galbramc
Jenkins updates
The file was modified scripts/jenkins/SANS_Commit.sh
The file was modified scripts/jenkins/SANS_Nightly.sh
Commit 3820699982cfd35996a8b4a720b1bc000b1d8d5c by galbramc
Added Kyle Anderson k-ordering to PETSc
The file was addedsrc/LinearAlgebra/SparseLinAlg/PETSc/k_reorder.h
The file was addedsrc/LinearAlgebra/SparseLinAlg/PETSc/k_reorder.cpp
The file was modified CMakeLists.txt
The file was addedsrc/LinearAlgebra/SparseLinAlg/PETSc/k_slat_calloc.h
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver.h
The file was modified src/LinearAlgebra/SparseLinAlg/CMakeLists.txt
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_impl.h
Commit f585540f4e666444ac1224bf9f32e742d134f25b by galbramc
Another jenkins update
The file was modified scripts/jenkins/SANS_Nightly.sh
The file was modified scripts/jenkins/SANS_Commit.sh
Commit 9f9cd22e4600ead6da95ffb773816cbbb79e7fce by galbramc
Fix warnings
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/k_reorder.cpp
Commit a6d8ee4d3a68ef1d1eb2a710f8714c871b2af5a6 by cfrontin
vmsd sip -> vmsd br2 in sandbox
The file was modified test/sandbox/Adapt4D_VMSD_AD_ST_toy.cpp
The file was modified test/sandbox/Adapt4D_VMSD_AD_ST_ExpandingSphericalWave_toy.cpp
Commit 5574f13824ecb99d60a62c7e2feb94f54e875ebd by galbramc
Update CMake build to Nlopt 2.6.1
The file was modified CMakeInclude/Builds/BuildNLOPT.cmake
Commit f273d95d2484f2d4b23a531a1c382bffb16780ae by allmaras
SPE10 testcase: added needed instantiations for BC parameters, algebraic eq set, error estimates
The file was modified src/Discretization/DG/DGBR2_Instantiate/AlgebraicEquationSet_DGBR2_ArtificialViscosity_TwoPhase2D.cpp
The file was modified src/ErrorEstimate/DG/Instantiate/ErrorEstimate_DGBR2_ArtificialViscosity_TwoPhase2D.cpp
The file was modified src/pde/PorousMedia/BCTwoPhaseArtificialViscosity2D.cpp
Commit 54a97303326164d6681c6333d082b33cef9dae8c by cfrontin
more vmsd sip -> vmsd br2 in sandbox
The file was modified test/sandbox/Solve4D_VMSD_AD_ST_ExpandingSphericalWave_toy.cpp
The file was modified test/sandbox/Solve4D_VMSD_AD_ST_toy.cpp
Commit 0e3e3e0417fa689f80ae03ebf3fced224d4b7554 by galbramc
Fix k-ordering
The file was modified CMakeInclude/Checks/CheckEGADS.cmake
The file was modified CMakeInclude/Builds/BuildPETSC.cmake
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_impl.h
The file was modified test/unit/LinearAlgebra/SparseLinAlg/PETSc/PETSc_btest.cpp
Commit dce9b741a91fd93554b51a1fb9a2861d37e83420 by galbramc
Fix for k-ordering with BAIJ PETSc matrices
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_impl.h
The file was modified test/unit/LinearAlgebra/SparseLinAlg/PETSc/PETSc_btest.cpp
The file was modified CMakeInclude/Compiler.cmake
Commit 8706ba9a3289f477c49dd188133c105e0d476067 by allmaras
fixed typo in comments; no change in functionality
The file was modified src/pde/PorousMedia/CapillaryModel.h
Commit 460305f06953bb5dda7ba1297ea30d84c487d57b by allmaras
SPE10 testcase: fixed typos/bugs in instantiations
The file was modified src/Discretization/DG/DGBR2_Instantiate/AlgebraicEquationSet_DGBR2_ArtificialViscosity_TwoPhase2D.cpp
The file was modified src/ErrorEstimate/DG/Instantiate/ErrorEstimate_DGBR2_ArtificialViscosity_TwoPhase2D.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_TwoPhase_ArtificialViscosity_ST_SPE10_toy.cpp
Commit 09d7cde35e48a25cff285aaa0c9e4080d3f05cd5 by allmaras
SPE10: changed avro check to BOOST_FAIL, so code always compiles even if USE_AVRO not defined
The file was modified test/sandbox/Adapt3D_DGBR2_TwoPhase_ArtificialViscosity_ST_SPE10_toy.cpp
Commit 5a3e6961a6d2649f125e5ad40fd69b7aa841358b by galbramc
Implemented refine 2D API interface
The file was modified test/unit/Meshing/refine/refine3D_btest.cpp
The file was modified src/Meshing/refine/MultiScale_metric.h
The file was modified src/Meshing/refine/CMakeLists.txt
The file was removedsrc/Meshing/refine/MesherInterface_refine_2D.cpp
The file was addedsrc/Meshing/refine/refine_grid.cpp
The file was modified src/Meshing/refine/MesherInterface_refine.cpp
The file was removedsrc/Meshing/refine/refine_grid3D.cpp
The file was addedtest/unit/Meshing/refine/refine2D_btest.cpp
The file was removedsrc/Meshing/refine/XField3D_refine.cpp
The file was addedsrc/Meshing/refine/XField_refine.cpp
The file was modified src/Meshing/refine/MultiScale_metric.cpp
Commit 8d0405365cab6af561527c9aa8fb6f85bc9888cc by allmaras
SPE10: generalized output functional to sum over a vector of outflow wells
The file was modified src/pde/PorousMedia/OutputTwoPhase.h
The file was modified src/pde/PorousMedia/SourceTwoPhase2D.h
The file was modified test/unit/pde/PorousMedia/OutputTwoPhase_btest.cpp
The file was modified test/unit/pde/PorousMedia/SourceTwoPhase2D_btest.cpp
The file was modified src/pde/PorousMedia/PDETwoPhase2D.h
Commit 4d3387c3e9c6e4e4e58058fbc512fff41676040d by allmaras
SPE10: added multiple wells to output functional
The file was modified src/pde/PorousMedia/SourceTwoPhase2D.h
The file was modified test/sandbox/Adapt3D_DGBR2_TwoPhase_ArtificialViscosity_ST_SPE10_toy.cpp
Commit 7a9b7bde3e89e3ec9037f2e234fa695727f75d93 by allmaras
SPE10: trying to achieve successful compile when SANS_AVRO not defined
The file was modified test/sandbox/Adapt3D_DGBR2_TwoPhase_ArtificialViscosity_ST_SPE10_toy.cpp
Commit 23d203ade4e7fb43315b5fa527ea2abb63f81cc8 by allmaras
SPE10: added checks on porosity & permeability table lookups
The file was modified test/sandbox/Adapt3D_DGBR2_TwoPhase_ArtificialViscosity_ST_SPE10_toy.cpp
Commit 89c473c7ae46fe0402e884d8df2acb892de873db by galbramc
Upgrade ccache version
The file was modified scripts/jenkins/jenkins_env.sh
Commit e64f802de0051b3ddc41f5071ebdd78e72ffe42c by cfrontin
vmsd -> sip again
The file was modified test/sandbox/Solve4D_VMSD_AD_ST_ExpandingSphericalWave_toy.cpp
The file was modified test/sandbox/Adapt4D_VMSD_AD_ST_ExpandingSphericalWave_toy.cpp
Commit 5160b4e62cb61da3c281d1e39ae6aa8b3fb0d333 by galbramc
2D refine updates to swork with CAD. Not done yet.
The file was modified test/sandbox/Adapt3D_DGBR2_NavierStokes_HemisphereCylinder_toy.cpp
The file was modified test/unit/Meshing/refine/refine3D_btest.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_RANSSA_HemisphereCylinder_toy.cpp
The file was modified src/Meshing/refine/refine_defs.h
The file was modified test/sandbox/Adapt3D_DGBR2_NavierStokes_DeltaWing_toy.cpp
The file was modified test/sandbox/Adapt3D_VMSD_NavierStokes_DeltaWing_toy.cpp
The file was modified src/Meshing/EGTess/makeWakedAirfoil.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_NavierStokes_DeltaWing_MultiScaleMetric_toy.cpp
The file was modified src/Meshing/EGADS/EGBody.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_RANSSA_CRM_toy.cpp
The file was modified src/Meshing/EGADS/EGBody.h
The file was modified test/sandbox/Adapt3D_DGBR2_NavierStokes_DeltaWing_Chain_toy.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_NavierStokes_HCH_toy.cpp
The file was modified test/unit/Meshing/refine/CMakeLists.txt
The file was modified test/sandbox/Adapt3D_CGStabilized_RANSSA_ArtificialViscosity_ONERA_M6_toy.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_RANSSA_ArtificialViscosity_ONERA_M6_toy.cpp
The file was modified test/sandbox/Adapt3D_Galerkin_Stabilized_NavierStokes_FlatPlate_toy.cpp
The file was modified src/Meshing/refine/MesherInterface_refine.h
The file was modified src/Meshing/refine/MesherInterface_refineParams.cpp
The file was modified src/Meshing/refine/XField_refine.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_RANSSA_CRM_Sub_toy.cpp
The file was modified src/Meshing/refine/XField_refine.h
The file was modified src/Meshing/refine/refine_grid.cpp
The file was modified src/Meshing/refine/MesherInterface_refine.cpp
The file was modified test/sandbox/Adapt3D_VMSD_NavierStokes_DeltaWing_Chain_toy.cpp
The file was modified test/sandbox/Adapt3D_DGAdvective_Euler_HCH_toy.cpp
The file was modified src/Meshing/EGADS/Airfoils/NACA4.h
The file was modified test/sandbox/Adapt3D_VMSDBR2_NavierStokes_DeltaWing_Chain_toy.cpp
The file was modified test/sandbox/Adapt3D_VMSDBR2_RANSSA_HemisphereCylinder_toy.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_RANSSA_HCH_toy.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_NavierStokes_FlatPlate_toy.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_AD_HemisphereCylinder_toy.cpp
The file was modified test/unit/Meshing/refine/refine2D_btest.cpp
Commit 48f7643058366dab525e2b9eac105f883ff289ae by galbramc
Fix compile error
The file was modified src/Meshing/refine/XField_refine.cpp
Commit bd5c576bd5bbb20a092f72971c7678b171039b59 by galbramc
Suppress some cppcheck warnings
The file was modified src/LinearAlgebra/DenseLinAlg/tools/Matrix_Util.h
The file was modified src/LinearAlgebra/DenseLinAlg/tools/SingularException.h
The file was modified scripts/cppcheck/suppressions.txt
Commit 6a9aad8cbb3973df7540ed70ef749e3298121124 by galbramc
Tweak for jenkins Commit script
The file was modified scripts/jenkins/SANS_Commit.sh
Commit 80d972ca595ed8d99220e6d0f055e3750937c605 by cfrontin
less sharp exact soln, BR2 not SIP
The file was modified test/sandbox/Adapt4D_VMSD_AD_ST_ExpandingSphericalWave_toy.cpp
The file was modified test/sandbox/Solve4D_VMSD_AD_ST_ExpandingSphericalWave_toy.cpp
Commit 6ab78fefd67ef68ca91f19d65d3270d27bad926e by cfrontin
and output fix
The file was modified test/sandbox/Adapt4D_VMSD_AD_ST_ExpandingSphericalWave_toy.cpp
The file was modified test/sandbox/Solve4D_VMSD_AD_ST_ExpandingSphericalWave_toy.cpp
Commit ab72c6427eca528d838dbb66a0623076e83b68a9 by allmaras
eliminated option to use single/scalar source to initialize OutputTwoPhase2D_Flowrate;
must now be done with std::vector.
The file was modified test/sandbox/Solve2D_DGBR2_TwoPhase_ArtificialViscosity_QuarterFiveSpot_BDF_toy.cpp
The file was modified test/sandbox/Solve2D_FV_TwoPhase_QuarterFiveSpot_BDF_toy.cpp
The file was modified src/pde/PorousMedia/OutputTwoPhase.h
The file was modified test/sandbox/Adapt3D_DGBR2_TwoPhase_ArtificialViscosity_ST_QuarterFiveSpot_toy.cpp
The file was modified test/sandbox/Adapt2D_DGBR2_TwoPhase_Steady_QuarterFiveSpot_toy.cpp
The file was modified test/unit/pde/PorousMedia/OutputTwoPhase_btest.cpp
The file was modified test/sandbox/Solve2D_DGBR2_TwoPhase_QuarterFiveSpot_BDF_toy.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_TwoPhase_ST_QuarterFiveSpot_toy.cpp
Commit 999d308307954c084ee711460ae034a5228bc68c by allmaras
added test for 1x1 constant lookup table
The file was modified test/unit/pde/PorousMedia/CartTable_btest.cpp
Commit a451a00d20e4cc6238cc10d2b1f311fa18a683af by allmaras
typo fix in output functional source class name (SourceClass -> SourceOutflowClass)
The file was modified test/sandbox/Adapt3D_DGBR2_TwoPhase_ArtificialViscosity_ST_QuarterFiveSpot_toy.cpp
The file was modified test/sandbox/Solve2D_DGBR2_TwoPhase_ArtificialViscosity_QuarterFiveSpot_BDF_toy.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_TwoPhase_ST_QuarterFiveSpot_toy.cpp
The file was modified test/sandbox/Solve2D_DGBR2_TwoPhase_QuarterFiveSpot_BDF_toy.cpp
Commit f080624a5a8aa287549aa550c3440c2716717381 by galbramc
another intel suppression for valgrind
The file was modified scripts/valgrind/intel.supp
Commit ce089055bcb73391a84af8822c31cba44d7c17cb by galbramc
cppcheck suppression
The file was modified scripts/cppcheck/suppressions.txt
Commit f49cc981a346e96598e497d6c088102d158f2860 by savithru
Added a scaling factor to PermeabilityModel2D_CartTable to fix units in SPE10 case. Added rock compressibility to PorosityModel_CartTable, and updated unit tests. Added phi, Kxx, and Kyy as derived quantities to PDETwoPhase2D for visualization. Added table look-up files with homogeneous data for SPE10.
The file was addedtest/sandbox/PorousMedia/spe10_poro_homogeneous.txt
The file was modified src/pde/PorousMedia/CartTable.h
The file was modified src/pde/PorousMedia/CartTable.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_TwoPhase_ArtificialViscosity_ST_SPE10_toy.cpp
The file was modified src/pde/PorousMedia/PorosityModel.h
The file was modified test/unit/pde/PorousMedia/PDETwoPhase_ArtificialViscosity2D_btest.cpp
The file was modified test/unit/pde/PorousMedia/PDETwoPhase2D_btest.cpp
The file was modified test/unit/pde/PorousMedia/PorosityModel_btest.cpp
The file was modified src/pde/PorousMedia/PorosityModel.cpp
The file was modified test/unit/IO/pde/PorousMedia/PorosityModel_CartTable_pattern.txt
The file was modified src/pde/PorousMedia/PDETwoPhase2D.h
The file was modified src/pde/PorousMedia/PermeabilityModel2D.cpp
The file was addedtest/sandbox/PorousMedia/spe10_perm_homogeneous.txt
The file was modified src/pde/PorousMedia/PermeabilityModel2D.h
Commit 9bbbcf17e92038057f3fcabfbb61b906481cf9e5 by savithru
Fixed unused variable warning
The file was modified test/sandbox/Adapt3D_DGBR2_TwoPhase_ArtificialViscosity_ST_SPE10_toy.cpp
Commit d4a5465787faba68c4db78b18f8b5894aecbaaba by cfrontin
forcing function adjustment... not improved :(
The file was modified test/sandbox/Solve4D_VMSD_AD_ST_ExpandingSphericalWave_toy.cpp
Commit 1b49c071dc190002d887b032d843c8da9818a2d3 by galbramc
Update for latest refine
The file was modified src/Meshing/refine/XField_refine.cpp
Commit d33e0f6534ea9d48555d379a2010e555d64fdc4a by galbramc
SingularException destructor instantiation
The file was modified src/LinearAlgebra/DenseLinAlg/tools/SingularException.cpp
The file was modified src/LinearAlgebra/DenseLinAlg/tools/SingularException.h
Commit 26b277d36c70b77698a8cdf1806354f72379bf74 by blsc
Rename BCEulermitAVDiffusion to BCEulermitAVSensor since the name makes more sense
The file was modified src/Discretization/DG/DGBR2_Instantiate/AlgebraicEquationSet_DGBR2_ArtificialViscosity_Euler1D_Conservative.cpp
The file was modified test/sandbox/Solve2D_CGStabilized_Triangle_NavierStokes_GaussianBump_ArtificialViscosity_toy.cpp
The file was modified test/sandbox/Solve2D_VMSD_Triangle_NavierStokes_Joukowski_ArtificialViscosity_toy.cpp
The file was addedsrc/pde/NS/BCEulermitAVSensor1D.cpp
The file was modified test/sandbox/Adapt2D_DGBR2_Euler_GilesPierce_AV_toy.cpp
The file was modified test/unit/pde/ArtificialViscosity/AVSensor_ViscousFlux3D_btest.cpp
The file was modified test/sandbox/Adapt2D_DGBR2_Triangle_RANSSA_Joukowski_ArtificialViscosity_toy.cpp
The file was modified test/sandbox/Solve3D_CGStabilized_Euler_Bump_ArtificialViscosity_toy.cpp
The file was modified test/unit/pde/ArtificialViscosity/AVSensor_Source1D_Euler_btest.cpp
The file was modified src/Discretization/DG/DGBR2_Instantiate/AlgebraicEquationSet_DGBR2_ArtificialViscosity_Euler2D_Conservative.cpp
The file was modified src/Discretization/DG/DGBR2_Instantiate/AlgebraicEquationSet_DGBR2_ArtificialViscosity_RANSSA3D_PrimitiveSutherland.cpp
The file was modified test/sandbox/Solve1D_DGBR2_Line_Euler_ArtNozzle_AV_ST_toy.cpp
The file was modified test/sandbox/Solve1D_DGBR2_Line_Euler_ArtNozzle_AV_BDF_toy.cpp
The file was addedsrc/pde/NS/BCEulermitAVSensor3D.h
The file was addedtest/system/CodeConsistency/BCEulermitAVSensor3D_Consistency_btest.cpp
The file was modified test/sandbox/Solve2D_DGBR2_Euler_Riemann_AV_RK_toy.cpp
The file was modified test/sandbox/Adapt1D_DGBR2_Line_Euler_GilesPierce_toy.cpp
The file was modified test/unit/pde/ArtificialViscosity/AVSensor_ViscousFlux2D_btest.cpp
The file was modified test/sandbox/Solve1D_DGBR2_Line_Euler_Sod_AV_ST_toy.cpp
The file was modified test/sandbox/Adapt2D_DGBR2_Triangle_RANSSA_NACA0012_ArtificialViscosity_toy.cpp
The file was modified test/sandbox/Solve2D_CGStabilized_HOW5_CI1_toy.cpp
The file was modified test/sandbox/Solve3D_CGStabilized_RANSSA_OneraM6_Subsonic_ArtificialViscosity_toy.cpp
The file was removedtest/unit/pde/NS/BCEulermitAVDiffusion1D_btest.cpp
The file was removedsrc/pde/NS/BCEulermitAVDiffusion2D.h
The file was removedtest/system/CodeConsistency/BCEulermitAVDiffusion2D_Consistency_btest.cpp
The file was modified test/sandbox/Adapt3D_CGStabilized_RANSSA_ArtificialViscosity_ONERA_M6_toy.cpp
The file was modified test/sandbox/Adapt2D_DGBR2_Euler_ArtNozzle_AV_ST_toy.cpp
The file was addedtest/system/CodeConsistency/BCEulermitAVSensor3D_Consistency_RANSSA_btest.cpp
The file was modified test/sandbox/Solve1D_DGBR2_Line_Euler_Nozzle_ArtificialViscosity_toy.cpp
The file was modified test/sandbox/Solve3D_CGStabilized_RANSSA_OneraM6_ArtificialViscosity_toy.cpp
The file was modified test/sandbox/Solve3D_DGBR2_RANSSA_CRM_toy.cpp
The file was modified test/unit/pde/ArtificialViscosity/AVSensor_Source3D_Euler_btest.cpp
The file was addedtest/unit/pde/NS/BCEulermitAVSensor1D_btest.cpp
The file was modified test/sandbox/Adapt2D_DGBR2_Triangle_RANSSA_Joukowski_Subsonic_ArtificialViscosity_toy.cpp
The file was modified test/sandbox/Solve2D_DGBR2_Euler_ForwardStep_AV_ST_toy.cpp
The file was modified test/sandbox/Solve2D_DGBR2_Triangle_Euler_GaussianBump_ArtificialViscosity_toy.cpp
The file was modified test/sandbox/Adapt2D_DGBR2_Triangle_RANSSA_Joukowski_Transonic_ArtificialViscosity_toy.cpp
The file was modified test/sandbox/Solve2D_DGBR2_Triangle_Euler_NACA0012_ArtificialViscosity_toy.cpp
The file was modified test/sandbox/Solve1D_DGBR2_Line_Euler_ShuOsher_AV_ST_toy.cpp
The file was modified test/sandbox/Solve2D_DGBR2_HOW5_VI2_AV_toy.cpp
The file was removedtest/system/CodeConsistency/BCEulermitAVDiffusion2D_Consistency_RANSSA_btest.cpp
The file was modified src/Discretization/DG/DGBR2_Instantiate/AlgebraicEquationSet_DGBR2_ArtificialViscosity_Euler1D_Surrogate.cpp
The file was modified test/sandbox/Solve2D_VMSD_HOW5_VI2_AV_toy.cpp
The file was modified test/sandbox/Solve2D_DGBR2_Quad_Euler_ForwardFacingStep_AV_BDF_toy.cpp
The file was modified test/sandbox/Solve2D_DGAdvective_HOW5_VI2_toy.cpp
The file was modified src/Discretization/DG/DGBR2_Instantiate/AlgebraicEquationSet_DGBR2_ArtificialViscosity_Euler1D_Primitive.cpp
The file was addedsrc/pde/NS/BCEulermitAVSensor2D.cpp
The file was modified src/pde/NS/CMakeLists.txt
The file was modified test/sandbox/Solve2D_CGStabilized_Triangle_RANSSA_Joukowski_ArtificialViscosity_toy.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_RANSSA_CRM_toy.cpp
The file was modified test/sandbox/Solve2D_DGBR2_Triangle_Euler_RAE2822_ArtificialViscosity_toy.cpp
The file was modified test/sandbox/Solve1D_DGBR2_Line_Euler_Lax_AV_ST_toy.cpp
The file was modified test/sandbox/Solve2D_DGBR2_HOW5_CI1_toy.cpp
The file was addedsrc/pde/NS/BCEulermitAVSensor2D.h
The file was modified test/sandbox/Adapt2D_CGStabilized_HOW5_CI1_ArtificialViscosity_toy.cpp
The file was removedsrc/pde/NS/BCEulermitAVDiffusion1D.cpp
The file was addedtest/unit/pde/NS/BCEulermitAVSensor2D_btest.cpp
The file was modified src/pde/NS/BCEuler2D_Solution.cpp
The file was removedsrc/pde/NS/BCEulermitAVDiffusion2D.cpp
The file was removedtest/system/CodeConsistency/BCEulermitAVDiffusion3D_Consistency_RANSSA_btest.cpp
The file was removedsrc/pde/NS/BCEulermitAVDiffusion3D.h
The file was modified test/sandbox/Adapt2D_DGBR2_HOW5_CI1_toy.cpp
The file was modified src/ErrorEstimate/DG/Instantiate/ErrorEstimate_DGBR2_ArtificialViscosity_RANSSA3D_PrimitiveSutherland.cpp
The file was addedsrc/pde/NS/BCEulermitAVSensor1D.h
The file was modified test/sandbox/Solve2D_CGStabilized_Triangle_Euler_GaussianBump_ArtificialViscosity_toy.cpp
The file was removedtest/unit/pde/NS/BCEulermitAVDiffusion2D_btest.cpp
The file was modified test/sandbox/Adapt2D_CGStabilized_Triangle_RANSSA_Joukowski_ArtificialViscosity_toy.cpp
The file was modified test/sandbox/Solve1D_DGBR2_Line_Euler_ArtNozzle_AV_Steady_toy.cpp
The file was modified test/sandbox/Solve2D_DGAdvective_HOW5_CI1_toy.cpp
The file was removedsrc/pde/NS/BCEulermitAVDiffusion3D.cpp
The file was modified test/sandbox/Solve2D_CGStabilized_Triangle_Euler_NACA0012_ArtificialViscosity_toy.cpp
The file was modified test/unit/pde/ArtificialViscosity/AVSensor_Source2D_Euler_btest.cpp
The file was modified test/sandbox/Adapt2D_CGStabilized_Triangle_RANSSA_Joukowski_Transonic_ArtificialViscosity_toy.cpp
The file was modified test/sandbox/Adapt2D_DGBR2_Triangle_RANSSA_RAE2822_ArtificialViscosity_toy.cpp
The file was addedsrc/pde/NS/BCEulermitAVSensor3D.cpp
The file was removedsrc/pde/NS/BCEulermitAVDiffusion1D.h
The file was modified test/sandbox/Solve2D_CGStabilized_Triangle_NavierStokes_Joukowski_ArtificialViscosity_toy.cpp
The file was removedtest/system/CodeConsistency/BCEulermitAVDiffusion3D_Consistency_btest.cpp
The file was modified test/sandbox/Adapt2D_VMSD_Triangle_RANSSA_Joukowski_ArtificialViscosity_toy.cpp
The file was addedtest/system/CodeConsistency/BCEulermitAVSensor2D_Consistency_RANSSA_btest.cpp
The file was modified test/sandbox/Solve2D_DGBR2_Triangle_Euler_Ramp_ArtificialViscosity_toy.cpp
The file was addedtest/system/CodeConsistency/BCEulermitAVSensor2D_Consistency_btest.cpp
The file was modified test/sandbox/Solve2D_DGBR2_Triangle_RANSSA_Joukowski_ArtificialViscosity_toy.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_RANSSA_ArtificialViscosity_ONERA_M6_toy.cpp
The file was modified test/sandbox/Adapt2D_CGStabilized_Triangle_RANSSA_Joukowski_Subsonic_ArtificialViscosity_toy.cpp
The file was modified test/sandbox/Adapt1D_DGBR2_Line_Euler_SSMENozzle_toy.cpp
The file was modified test/sandbox/Solve2D_VMSD_HOW5_CI1_toy.cpp
The file was modified test/unit/pde/ArtificialViscosity/AVSensor_ViscousFlux1D_btest.cpp
Commit 4a9dba5c95799c59ff66c0afce0b312252fb8aa2 by blsc
First pass at including artificial viscosity model from Holst (2020)
The file was addedsrc/pde/NS/BCEulermitAVDiffusion2D.h
The file was modified src/pde/NS/CMakeLists.txt
The file was modified src/pde/NS/BCEuler2D.h
The file was modified src/pde/NS/EulerArtificialViscosityType.h
The file was addedsrc/pde/NS/BCEulermitAVDiffusion2D.cpp
The file was modified src/pde/NS/PDEEulermitAVDiffusion2D.h
Commit 1bc619f93ad6257ec23c2234aabb6cf066396feb by blsc
GCC9 caught some unitialized data
The file was modified src/Discretization/VMSDBR2/IntegrandTrace_VMSD_BR2.h
The file was addedtest/sandbox/Solve2D_VMSDBR2_HOW5_VI2_toy.cpp
The file was modified src/Discretization/VMSDBR2/IntegrandCell_VMSD_BR2.h
Commit f47d6d271e4e53fbb5d656c60a749a2d34cc1355 by blsc
A few bugs
The file was modified src/pde/NS/BCEuler2D_mitState.h
The file was modified src/pde/NS/PDEEulermitAVDiffusion2D.h
Commit a565a49086127391d1b60a5ec21710ae09b71cfd by blsc
Unit tests and associated bug fixes
The file was modified src/LinearAlgebra/DenseLinAlg/StaticSize/MatMul/MatrixS_MatMul_Native_Surreal_Instantiate.cpp
The file was modified src/pde/NS/PDEEulermitAVDiffusion2D.h
The file was modified test/unit/pde/NS/PDEEulermitAVDiffusion2D_RANSSA_btest.cpp
The file was modified test/unit/pde/NS/PDEEulermitAVDiffusion2D_btest.cpp
Commit 881d29d4055c6316e42fbf6d40500b3fd20e6a00 by galbramc
Fix library ordering for HSM
The file was modified test/unit/pde/HSM/CMakeLists.txt
Commit ae147e9531d1cd019af7bbe2985325d9bb99a56c by galbramc
Updated gcc warning regex
The file was modified scripts/jenkins/SANS_parse
The file was modified scripts/jenkins/SANS_email.template
Commit fbc46fb8df8351ae5713f80ff549ddcfbfb72ed4 by galbramc
Increase timout times
The file was modified test/unit/Discretization/Block/CMakeLists.txt
Commit 87fb23f8538fecf24260c42bd555272781a88b1f by galbramc
Slight correction to refine unit test
The file was modified test/unit/Meshing/refine/refine2D_btest.cpp
The file was modified test/unit/Meshing/refine/refine3D_btest.cpp
Commit cf5740d1caa28dff5f55afa90b5e3cf9a65a6abb by galbramc
Updates for refine incliding 2D triangle hack. Still need help from Mike.
The file was modified src/Meshing/refine/XField_refine.h
The file was modified test/unit/Meshing/refine/refine2D_btest.cpp
The file was modified src/Meshing/refine/refine_ptr.h
The file was modified src/Meshing/refine/XField_refine.cpp
The file was modified src/Meshing/refine/refine_grid.cpp
Commit 8b25b147e5f6000180fa2669b4104bf105bf0973 by galbramc
Dissable refine 2D test
The file was modified test/unit/Meshing/refine/refine2D_btest.cpp
Commit 8fdcbbaf81bdf165b0f8a8caad1f787cd0663d6a by galbramc
Refine now works in 2D
The file was modified src/Meshing/refine/XField_refine.cpp
The file was modified scripts/jenkins/SANS_email.template
The file was modified src/Meshing/refine/XField_refine.h
The file was modified scripts/jenkins/SANS_parse
The file was modified src/Meshing/refine/MesherInterface_refine.cpp
The file was modified src/Meshing/refine/refine_grid.cpp
The file was modified test/unit/Meshing/refine/refine2D_btest.cpp
Commit 0db2f5634c2cc025599833423bcda90602350a6d by galbramc
Add restart interface for refine
The file was modified src/Meshing/refine/XField_refine.cpp
The file was modified src/Meshing/refine/XField_refine.h
The file was modified src/Meshing/refine/refine_ptr.h
The file was modified test/unit/Meshing/refine/refine2D_btest.cpp
Commit cb16f9f04ccea02ddea3c26c6ce9f1c8f32c4585 by galbramc
Increase timeour for refine2D tests
The file was modified test/unit/Meshing/refine/CMakeLists.txt
Commit db683cc1ef62791cfa62b95d7f37a17068d2ab94 by galbramc
Use MPI_sleep for avro execution
The file was modified src/Meshing/avro/MesherInterface_avro.cpp
Commit 693a6f69fabe3e8193c17c4eeab8d1ebfe0e09a1 by galbramc
Only write EGADS file from one processor and reduce iterations in refine2D_btest
The file was modified test/unit/Meshing/refine/refine2D_btest.cpp
Commit 881faee654aa204c17b9e3976a8c2153b49dcb17 by galbramc
Add missing include
The file was modified src/Meshing/avro/MesherInterface_avro.cpp
Commit 2f157f3dfc492569bde109144844e70cec311d04 by galbramc
Relax refine timie a bit more
The file was modified test/unit/Meshing/refine/CMakeLists.txt
Commit da82dabded48fad7c2eb3890e7c0011d8b0f4e02 by galbramc
Add missing link library
The file was modified test/unit/Meshing/avro/CMakeLists.txt
Commit b198186bcbbb4356848b060abdc4f1c23eef5980 by galbramc
refine2D with EGADS still does not quite work.
The file was modified test/unit/Meshing/refine/refine2D_btest.cpp
Commit 65316af3a54d019fbbc9220a74cbc4223d8ff91b by galbramc
Fix for parallel 2D refine
The file was modified test/unit/Meshing/refine/refine2D_btest.cpp
The file was modified src/Meshing/refine/XField_refine.cpp
Commit 7bc57f7e8f930121a6ce76222a500eaaef5f35cc by galbramc
One more refine fix
The file was modified src/Meshing/refine/XField_refine.cpp
Commit 1b5265270e0b0e52aa208de2fc5a7473b515a44b by galbramc
Only remove files on the rank 0 processor
The file was modified test/unit/Meshing/refine/refine2D_btest.cpp
Commit c7731f6cadbc31a873d105d8960758a61947309d by galbramc
Warning fixes
The file was modified test/unit/Meshing/refine/refine2D_btest.cpp
The file was modified scripts/jenkins/SANS_email.template
The file was modified scripts/jenkins/SANS_parse
The file was modified src/Meshing/refine/XField_refine.cpp
Commit 3e9fd22f8a1f8b533e074399bde17e8e21939bc4 by galbramc
Fix up Box Tet WakeCut for adjoint
The file was modified test/unit/UnitGrids/XField3D_Box_Hex_X1_WakeCut.cpp
The file was modified test/unit/UnitGrids/XField3D_Box_Tet_X1_WakeCut.cpp
The file was modified test/unit/UnitGrids/XField3D_Box_Tet_X1_WakeCut.h
Commit 18b83b5a4930a83d48f76b12d1eab20e5140b7ba by blsc
Added Ismail-Roe entropy conservative flux (with optional entropy fix based on Harten) in 2D. Unit tested to ensure: primal and entropy consistency for the entropy conservative formulation, primal consistency and entropy dissipation for version with entropy fix. Extension to RANSSA NOT implemented.
The file was addedtest/unit/pde/NS/IsmailRoe_btest.cpp
The file was addedsrc/pde/NS/IsmailRoe.h
The file was modified src/pde/NS/PDERANSSA2D.h
The file was modified src/pde/NS/Roe.h
The file was modified src/pde/NS/PDERANSSA_Source2D.h
The file was modified src/pde/NS/PDEEuler2D.h
The file was modified src/pde/NS/PDERANSSA_Brenner2D.h
Commit a95aab87d2d182ea67d95d1acfeddcffbae57aef by blsc
Added header: src/pde/NS/Roe.h to src/pde/NS/IsmailRoe.h to it can access datatype: RoeEntropyFix
The file was modified src/pde/NS/IsmailRoe.h
Commit 023718636cd447f30379a7fd3d9dc484cc85eccf by blsc
Typo fix in enum RoeEntropyFix: eIsmailRoeEntopyNeutral -> eIsmailRoeEntropyNeutral
The file was modified src/pde/NS/Roe.h
The file was modified src/pde/NS/PDERANSSA2D.h
The file was modified src/pde/NS/PDEEuler2D.h
Commit e54befd788c9093f6d5268d084c8de1eab1e04b0 by savithru
Added SPE10 permeability datasets with reduced contrast ratios
The file was addedtest/sandbox/PorousMedia/spe10_layer62_perm_contrast1k.txt
The file was addedtest/sandbox/PorousMedia/spe10_layer62_perm_contrast100.txt
Commit f1e638ce878a4557b2167e42073ec663f42d756a by savithru
Updated quarter five spot case to use avro
The file was modified test/sandbox/Adapt3D_DGBR2_TwoPhase_ArtificialViscosity_ST_QuarterFiveSpot_toy.cpp
Commit eb44b5e2b64932560b2922390b89471903c34c18 by blsc
lorenz building, not converging. need unit tests.
The file was modified CMakeLists.txt
The file was addedsrc/pde/Lorenz/BCLorenz.h
The file was addedsrc/pde/Lorenz/BCLorenz.cpp
The file was addedsrc/pde/Lorenz/SourceLorenz.h
The file was addedsrc/pde/Lorenz/CMakeLists.txt
The file was modified src/pde/CMakeLists.txt
The file was addedtest/sandbox/Solve1D_DGBR2_Lorenz_toy.cpp
The file was addedsrc/pde/Lorenz/SourceLorenz.cpp
The file was addedsrc/pde/Lorenz/PDELorenz.h
The file was addedsrc/pde/Lorenz/Lorenz_Traits.h
Commit 605228cc2c2e0cb2571a0ea1f34f084cd2c7fb05 by blsc
in progress...
The file was modified test/unit/pde/CMakeLists.txt
The file was addedtest/sandbox/Solve1D_Galerkin_Stabilized_Lorenz_toy.cpp
The file was addedtest/unit/pde/Lorenz/PDELorenz_btest.cpp
The file was removedtest/sandbox/Solve1D_DGBR2_Lorenz_toy.cpp
The file was addedsrc/pde/Lorenz/OutputLorenz.h
The file was modified src/pde/Lorenz/PDELorenz.h
The file was addedtest/unit/pde/Lorenz/BCLorenz_btest.cpp
The file was modified src/pde/Lorenz/SourceLorenz.h
The file was addedtest/unit/pde/Lorenz/CMakeLists.txt
Commit 02a986e1278c6c664dab8329021d8cad02a9732a by blsc
lorenz in progress, not converging, seems to need stabilization.
The file was modified src/pde/NDConvert/PDENDConvertSpace1D.h
The file was modified test/sandbox/Solve1D_Galerkin_Stabilized_Lorenz_toy.cpp
The file was modified src/Discretization/Galerkin/ExtractCGLocalBoundaries/ExtractCGLocalBoundaries1D.cpp
The file was modified src/pde/Lorenz/OutputLorenz.h
The file was modified src/pde/Lorenz/PDELorenz.h
The file was modified src/ErrorEstimate/Galerkin/ErrorEstimateNodalBase_Galerkin.cpp
The file was modified src/pde/Lorenz/SourceLorenz.h
The file was modified src/pde/Lorenz/BCLorenz.h
Commit 7e37e98995c188ae4603efaab6bf96b39073905a by blsc
working on vmsd.
The file was modified src/ErrorEstimate/VMSD/ErrorEstimateBase_VMSD.cpp
Commit 84d24c190dee2c35afc86a46b7faea07777e8b71 by blsc
added DG, broken. now VMSD and DGBR2 are both broken and CG is unstable :)
The file was addedsrc/Discretization/DG/DGBR2_Instantiate/AlgebraicEquationSet_DGBR2_Lorenz.cpp
The file was modified test/sandbox/Solve1D_Galerkin_Stabilized_Lorenz_toy.cpp
The file was modified src/Discretization/CMakeLists.txt
Commit 1353f032c0100675103319b995098817598f7572 by blsc
more of the same.
The file was addedsrc/ErrorEstimate/DG/Instantiate/ErrorEstimate_DGBR2_Lorenz.cpp
The file was addedtest/sandbox/Solve1D_Lorenz_toy.cpp
The file was modified src/ErrorEstimate/CMakeLists.txt
The file was removedtest/sandbox/Solve1D_Galerkin_Stabilized_Lorenz_toy.cpp
The file was modified src/Discretization/VMSD/IntegrandCell_VMSD_NL.h
Commit 8ba88c3a9351ef5103fe2d88962e720ed03ef84a by blsc
made some fixes, fem of lorenz seems to be working (w/ 4M elements...)
The file was modified src/pde/Lorenz/PDELorenz.h
The file was modified src/Discretization/CMakeLists.txt
The file was addedsrc/Discretization/DG/DGAdvective_Instantiate/AlgebraicEquationSet_DGAdvective_Lorenz.cpp
The file was modified src/pde/Lorenz/SourceLorenz.h
The file was modified test/sandbox/Solve1D_Lorenz_toy.cpp
Commit 87b5a2b64727169a4956d07b617c72e898fed171 by blsc
trying to figure out what's wrong
The file was modified src/pde/Lorenz/PDELorenz.h
The file was modified src/pde/Lorenz/SourceLorenz.h
The file was modified test/sandbox/Solve1D_Lorenz_toy.cpp
The file was modified src/Discretization/VMSD/IntegrandBoundaryTrace_None_VMSD.h
Commit e0a31df86769b4b9b6eedbdf81a294865faed74c by blsc
unit test addition..
The file was modified src/pde/Lorenz/PDELorenz.h
The file was modified src/pde/Lorenz/BCLorenz.h
The file was modified test/unit/pde/AdvectionDiffusion/BCAdvectionDiffusion1D_btest.cpp
The file was modified test/unit/pde/Lorenz/BCLorenz_btest.cpp
Commit 0be69f6ba79a69be6bb8cd67672f3a27832faff6 by blsc
hmm looking for valgrid shit now.
The file was modified test/sandbox/Solve1D_Lorenz_toy.cpp
Commit f9f38f6f66c3d9368896ec9643778c6b1291fea5 by blsc
added exact solution for alpha=0 case.
The file was addedsrc/pde/AnalyticFunction/VectorFunction1D.h
The file was modified src/pde/Lorenz/OutputLorenz.h
The file was modified test/sandbox/Solve1D_Lorenz_toy.cpp
The file was modified src/pde/AnalyticFunction/ScalarFunction1D.h
The file was modified src/pde/Lorenz/PDELorenz.h
The file was modified test/unit/pde/Lorenz/PDELorenz_btest.cpp
The file was modified src/pde/AnalyticFunction/ScalarFunction1D.cpp
Commit 3c949d70849122cc0131b4c8e8ab7092c6033f32 by blsc
configured for convergence test, convergent.
The file was modified test/sandbox/Solve1D_Lorenz_toy.cpp
Commit 007608567d565246137da0b314d07c3f4ecedd1d by blsc
output tricks
The file was modified test/sandbox/Solve1D_Lorenz_toy.cpp
Commit 5467d3e594bb3d09b0b0d073aebbbe83d6e70112 by blsc
working on homotopy pde
The file was modified src/pde/Lorenz/BCLorenz.cpp
The file was modified src/pde/Lorenz/BCLorenz.h
The file was modified src/Discretization/DG/DGAdvective_Instantiate/AlgebraicEquationSet_DGAdvective_Lorenz.cpp
The file was modified src/ErrorEstimate/DG/Instantiate/ErrorEstimate_DGBR2_Lorenz.cpp
The file was addedtest/sandbox/Solve1D_Lorenz_HTC_toy.cpp
The file was modified src/SolutionTrek/Continuation/Homotopy/BCHomotopy.h
The file was modified test/sandbox/Solve1D_Lorenz_toy.cpp
Commit 0e7a0ecb9b0ce55698cfeeaaf8b0e93bf475ef33 by blsc
for marshall
The file was modified test/sandbox/Solve1D_Lorenz_HTC_toy.cpp
Commit c765d3758a609db67a335746550e59941ff8fdd2 by blsc
Some progress for BCHomotopy
The file was modified src/SolutionTrek/Continuation/Homotopy/BCHomotopy.h
The file was modified test/sandbox/Solve1D_Lorenz_HTC_toy.cpp
Commit ed770c41686a28adef3739b1d228cdfad43c8c13 by blsc
homotopy in progress (still)
The file was modified src/SolutionTrek/Continuation/Homotopy/Homotopy.h
The file was modified src/SolutionTrek/Continuation/Homotopy/AlgebraicEquationSet_HTC.h
The file was addedtest/sandbox/Solve1D_HDG_Burgers_HTC_toy.cpp
The file was modified test/sandbox/Solve1D_Lorenz_HTC_toy.cpp
The file was modified src/SolutionTrek/Continuation/Homotopy/BCHomotopy.h
Commit cbb2574b27892f2b2712783ea4a2c60326c64c57 by blsc
on the way to a block 2x2 version of htc...
The file was modified test/sandbox/Solve1D_Lorenz_HTC_toy.cpp
Commit 8e6582d96c793bae8b7c4ea9056f3c26136e439f by blsc
slow but steady.
The file was addedsrc/SolutionTrek/Continuation/Homotopy/AlgebraicEquationSet_HTC2.h
The file was modified src/SolutionTrek/Continuation/Homotopy/Homotopy.h
The file was modified test/sandbox/Solve1D_Lorenz_HTC_toy.cpp
Commit d53bbd550cb564224f512bb3a4cba326d3fe5d2a by blsc
on the curve between the easy solution and the hard one
The file was modified src/SolutionTrek/Continuation/Homotopy/AlgebraicEquationSet_HTC2.h
The file was modified src/SolutionTrek/Continuation/Homotopy/Homotopy.h
The file was modified test/sandbox/Solve1D_Lorenz_HTC_toy.cpp
Commit 97a06f8f5466290d31e809f55c96baefcdaf46c8 by blsc
bob loblaw law blog
The file was modified test/sandbox/Solve1D_Lorenz_HTC_toy.cpp
The file was modified src/SolutionTrek/Continuation/Homotopy/Homotopy.h
The file was modified src/SolutionTrek/Continuation/Homotopy/AlgebraicEquationSet_HTC2.h
Commit a31369288e92fe41d2c70ebe2c13e903ab21e6f8 by blsc
homotopy might be working might be leaking might be a figment of my imagination.
The file was modified src/SolutionTrek/Continuation/Homotopy/Homotopy.h
The file was modified src/SolutionTrek/Continuation/Homotopy/AlgebraicEquationSet_HTC2.h
The file was modified test/sandbox/Solve1D_Lorenz_HTC_toy.cpp
The file was modified src/SolutionTrek/Continuation/Homotopy/AlgebraicEquationSet_HTC.h
Commit c80ec0f41ea71ba8aa875f1becdc4b80e23d7d59 by blsc
fieldbase uninitialized data fix.
The file was modified src/Field/FieldBase_impl.h
Commit b1634ef9b713617e4b8c2d7b914935087d8b692b by blsc
homotopy running but breaking for chaos :(
The file was modified src/SolutionTrek/Continuation/Homotopy/Homotopy.h
The file was modified test/sandbox/Solve1D_Lorenz_HTC_toy.cpp
Commit 804a36dc2be836fe8c74be6fecbbb91021fdb9ab by blsc
added dumps
The file was modified src/SolutionTrek/Continuation/Homotopy/Homotopy.h
The file was modified test/sandbox/Solve1D_Lorenz_HTC_toy.cpp
Commit 48dff93ad23c2e375f81e90f83928c8b8b00e47c by blsc
fixed homotopy bug i think.
The file was modified src/SolutionTrek/Continuation/Homotopy/Homotopy.h
The file was modified test/sandbox/Solve1D_Lorenz_HTC_toy.cpp
Commit ca97e9d0764e7c8bf1b72a464dc2e4674954e06b by blsc
added adaptive stepping to homotopy.
The file was modified src/SolutionTrek/Continuation/Homotopy/Homotopy.h
The file was modified test/sandbox/Solve1D_Lorenz_HTC_toy.cpp
Commit 1da6cd5d4cd35ab8eaa622cb2018a4646e2e7f30 by blsc
ready for ben
The file was modified src/SolutionTrek/Continuation/Homotopy/Homotopy.h
The file was modified test/sandbox/Solve1D_Lorenz_HTC_toy.cpp
Commit fe65a05ddebb8aecc95c257da8009ddde04d20dd by blsc
state of the art
The file was modified test/sandbox/Solve1D_Lorenz_HTC_toy.cpp
The file was modified src/SolutionTrek/Continuation/Homotopy/Homotopy.h
Commit eccd92b3eb29880c615d0b2c4bca9171d2ce9f4a by blsc
small changes.
The file was modified test/sandbox/Solve1D_Lorenz_toy.cpp
Commit 45d3cd53036a51bccf943d9c5097544bd220d8f8 by blsc
Removed PDE template from BCLorenz since it was no longer needed. Generalized the new homotopy integrand so it can be applied to Real and VectorS PDE::ArrayQ types. Updates required adding move construction and move assignment operator to VectorBlock_2 to prevent warnings about using implicit constructors under g++9. Propogated the required changes to unit test and sandbox cases.
The file was addedtest/sandbox/Solve1D_VMSDBR2_Burgers_HTC_toy.cpp
The file was modified src/pde/Lorenz/BCLorenz.h
The file was modified test/sandbox/Solve1D_Lorenz_toy.cpp
The file was modified src/ErrorEstimate/DG/Instantiate/ErrorEstimate_DGBR2_Lorenz.cpp
The file was modified src/SolutionTrek/Continuation/Homotopy/BCHomotopy.h
The file was modified src/SolutionTrek/Continuation/Homotopy/Homotopy.h
The file was modified test/unit/pde/Lorenz/PDELorenz_btest.cpp
The file was modified src/SolutionTrek/Continuation/Homotopy/AlgebraicEquationSet_HTC2.h
The file was modified test/sandbox/Solve1D_Lorenz_HTC_toy.cpp
The file was modified test/unit/SolutionTrek/Continuation/Homotopy_btest.cpp
The file was modified src/Discretization/DG/DGAdvective_Instantiate/AlgebraicEquationSet_DGAdvective_Lorenz.cpp
The file was modified src/pde/Lorenz/BCLorenz.cpp
The file was modified test/unit/SolutionTrek/Continuation/DissipationBased_btest.cpp
The file was modified test/sandbox/Solve1D_HDG_Burgers_HTC_toy.cpp
The file was modified src/LinearAlgebra/BlockLinAlg/VectorBlock_2.h
Commit 2fafcf6266d56b1871e5d911a3e6a1846a6c13e2 by blsc
Statically condensed VMSD with homotopy: Updated the jacobian functions in the the HTC algebraic equation set, added logic for static condensation to Block 2x2 matrix interface with UMFPACK, and also had to expose the types of the vectors in VectorBlock_2. Also updated the Homotopy logic to be more robust, which mostly consists of making sure steps taken in the predictor phase are valid.
The file was modified src/LinearAlgebra/BlockLinAlg/VectorBlock_2.h
The file was modified src/pde/NS/Q2DEntropy.h
The file was modified src/SolutionTrek/Continuation/Homotopy/PDEHomotopy.h
The file was modified src/pde/Burgers/PDEBurgers2D.h
The file was modified src/SolutionTrek/Continuation/Homotopy/AlgebraicEquationSet_HTC2.h
The file was addedsrc/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver_Block2x2_Solve_impl.h
The file was modified src/pde/Burgers/PDEBurgers1D.h
The file was modified src/SolutionTrek/Continuation/Homotopy/Homotopy.h
The file was modified src/pde/Burgers/PDEBurgers_ArtificialViscosity1D.h
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver_MatrixBlock_2x2_Instantiate.cpp
The file was modified src/pde/Burgers/PDEBurgers_ArtificialViscosity2D.h
Commit 9dedfab3d46402a6c35753ed2afdea9f1602eeb0 by blsc
Added ability to pass q and qp into source term individually for VMSDBR2. This is needed for some of the resolution sensors I am experimenting with for shock capturing. This required an additional source function to be added to PDEs that takes q, qp, gradq, and gradqp. Currently, this new function forwards (q+qp) and (gradq+gradqp) to the original source function. Unit tests have been added to test consistency of this new source term.
The file was modified src/pde/NS/PDERANSSA_Source3D.h
The file was modified test/unit/pde/NDConvert/PDENDConvert1D_AD_btest.cpp
The file was modified src/pde/NS/PDERANSSA2D.h
The file was modified test/unit/pde/NS/PDERANSSA2D_btest.cpp
The file was modified src/pde/NDConvert/PDENDConvertSpaceTime3D.h
The file was modified src/pde/AdvectionDiffusion/PDEAdvectionDiffusion1D.h
The file was modified test/unit/pde/NS/PDEEuler1D_btest.cpp
The file was modified src/pde/NS/PDEEuler1D_Source.h
The file was modified src/pde/AdvectionDiffusion/PDEAdvectionDiffusion3D.h
The file was modified test/unit/pde/NDConvert/PDENDConvert3D_AD_btest.cpp
The file was modified src/pde/NDConvert/PDENDConvertSpace1D.h
The file was modified test/unit/pde/NS/PDERANSSA3D_btest.cpp
The file was modified test/unit/pde/AdvectionDiffusion/PDEAdvectionDiffusion2D_btest.cpp
The file was modified test/unit/pde/NS/PDENavierStokes2D_btest.cpp
The file was modified src/pde/NDConvert/PDENDConvertSpaceTime1D.h
The file was modified src/pde/NS/PDEEuler1D.h
The file was modified test/unit/pde/AdvectionDiffusion/PDEAdvectionDiffusion1D_btest.cpp
The file was modified test/unit/pde/NS/PDEEuler3D_btest.cpp
The file was modified src/pde/NS/PDERANSSA_Source2D.h
The file was modified src/Discretization/VMSDBR2/IntegrandCell_VMSD_BR2.h
The file was modified src/pde/NDConvert/PDENDConvertSpace3D.h
The file was modified src/pde/NS/PDERANSSA3D.h
The file was modified test/unit/pde/NDConvert/PDENDConvert2D_AD_btest.cpp
The file was modified src/Discretization/VMSDBR2/IntegrandTrace_VMSD_BR2.h
The file was modified src/pde/AdvectionDiffusion/PDEAdvectionDiffusion2D.h
The file was modified src/pde/NDConvert/PDENDConvertSpace2D.h
The file was modified src/pde/NDConvert/PDENDConvertSpaceTime2D.h
The file was modified src/pde/NS/PDEEuler3D.h
The file was modified test/unit/pde/AdvectionDiffusion/PDEAdvectionDiffusion3D_btest.cpp
The file was modified src/pde/NS/PDEEuler2D.h
The file was modified test/unit/pde/NS/PDEEuler2D_btest.cpp
The file was modified test/unit/pde/NS/PDENavierStokes1D_btest.cpp
Commit 656f312e5e3b1bb8e29131b50b90cb2bc20fda88 by blsc
Added new boundary condition: BCTypeFullStateRadialInflow_mitState. This is a FullState_mitState style boundary condition, except velocity magnitude is specified. The direction is then calculated as radially outward from an origin at (0,0).
The file was modified src/pde/NS/BCEuler2D.h
The file was modified src/pde/NS/BCEuler2D_mitState.h
The file was modified src/pde/NS/BCEuler2D.cpp
The file was modified test/unit/IO/pde/NS/BCEuler2D_pattern.txt
The file was modified test/unit/pde/NS/BCEuler2D_btest.cpp
Commit 9709e0e8a429ff5b8c801477c31e8672d0ba37b4 by blsc
Added PDESourceOnly2D which implements a pde q - a = 0. This is for use as the auxiliary equation for Homotopy continuation. Unit tests added to applying this PDE to adevction diffusion, Euler and Euler with artificial diffusion. Also found that the jacobianMasterState and jacobianFluxAdvectveTime functions were reversed for the sensor PDE. This has been fixed and unit tests updated.
The file was addedsrc/pde/SourceOnly/CMakeLists.txt
The file was addedsrc/pde/SourceOnly/BCSourceOnly2D.h
The file was addedtest/unit/pde/SourceOnly/CMakeLists.txt
The file was modified src/pde/ArtificialViscosity/PDEmitAVSensor3D.h
The file was modified src/pde/ArtificialViscosity/PDEmitAVSensor2D.h
The file was modified src/pde/CMakeLists.txt
The file was modified test/unit/pde/ArtificialViscosity/PDEmitAVSensor3D_btest.cpp
The file was addedtest/unit/pde/SourceOnly/PDESourceOnly2D_btest.cpp
The file was modified test/unit/pde/ArtificialViscosity/PDEmitAVSensor2D_btest.cpp
The file was modified src/pde/AdvectionDiffusion/PDEAdvectionDiffusion2D.h
The file was addedtest/unit/IO/pde/PDESourceOnly2D_pattern.txt
The file was modified test/unit/pde/ArtificialViscosity/PDEmitAVSensor1D_btest.cpp
The file was modified src/pde/ArtificialViscosity/PDEmitAVSensor1D.h
The file was modified src/pde/NS/PDEEuler2D.h
The file was addedsrc/pde/SourceOnly/PDESourceOnly2D.h
The file was modified test/unit/pde/CMakeLists.txt
Commit 23b577bf7f374185bd67438b7ccaa81183f5cb54 by blsc
Setting up a bump in a subsonic inviscid flow. Now verbose enables / disables all console output of the halving linesearch. Also added some extra function to PDEEuler2D to forward calls that have params.
The file was modified src/pde/NS/PDEEuler2D.h
The file was modified src/NonLinearSolver/LineUpdate/HalvingSearchLineUpdate_impl.h
The file was addedtest/sandbox/Solve2D_VMSDBR2_HOW5_VI2_HTC_toy.cpp
Commit 8fa5bcb008f4c19ec223d6ebfa628f6d4d9354cd by blsc
Added sourceCoarse and sourceFine function calls to VMSDBR2, which are source terms weighted against the coarse and fine space test functions respectively. For the most part these forward calls to the source function in the PDE. These are required because VMSD does not have a unique solution for the PDE q - a = 0 if a is a constant. Since this is the case in the SourceOnly PDE, that PDE now solves (\bar{q} - a) = 0, and q' = 0.
The file was modified src/pde/NS/PDEEuler3D.h
The file was modified src/pde/NDConvert/PDENDConvertSpaceTime3D.h
The file was modified src/pde/NDConvert/PDENDConvertSpace1D.h
The file was modified src/SolutionTrek/Continuation/Homotopy/PDEHomotopy.h
The file was modified src/pde/AdvectionDiffusion/PDEAdvectionDiffusion2D.h
The file was modified src/pde/AdvectionDiffusion/PDEAdvectionDiffusion1D.h
The file was modified src/pde/NS/PDERANSSA2D.h
The file was modified src/pde/NS/PDEEuler2D.h
The file was modified src/pde/NDConvert/PDENDConvertSpace3D.h
The file was modified src/Discretization/VMSDBR2/IntegrandCell_VMSD_BR2.h
The file was modified src/pde/NDConvert/PDENDConvertSpaceTime1D.h
The file was modified src/pde/NS/PDERANSSA3D.h
The file was modified src/pde/AdvectionDiffusion/PDEAdvectionDiffusion3D.h
The file was modified src/pde/NDConvert/PDENDConvertSpaceTime2D.h
The file was modified src/pde/NS/PDEEuler1D.h
The file was modified src/pde/SourceOnly/PDESourceOnly2D.h
The file was modified src/pde/NDConvert/PDENDConvertSpace2D.h
Commit 1ce25039e2828f23d0f010ba7ec3bdcd9089b4f2 by blsc
Setting up RadialShock problem using VMSDBR2 and Homotopy. This required instantiating objects relating to the Block 2x2 linear algebra for PDEs of dimension 5. It also required adding the new source functions to the Sensor PDE.
The file was modified src/LinearAlgebra/SparseLinAlg/ScalarMatrix_CRS_int.cpp
The file was modified src/LinearAlgebra/DenseLinAlg/tools/SingularException.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver.h
The file was modified src/LinearAlgebra/BlockLinAlg/VectorBlock_3.h
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixD_CRS_MatrixS_Instantiate.cpp
The file was modified src/LinearAlgebra/DenseLinAlg/StaticSize/MatMul/MatrixS_MatMul_Native_Surreal_Instantiate.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/CMakeLists.txt
The file was modified src/pde/NS/PDEEulermitAVDiffusion2D.h
The file was modified src/LinearAlgebra/SparseLinAlg/Krylov/FGMRES_MatrixBlock_2x2_Instantiate.cpp
The file was modified src/LinearAlgebra/DenseLinAlg/tools/SingularException.h
The file was modified src/LinearAlgebra/DenseLinAlg/tools/Matrix_Util.h
The file was addedtest/sandbox/Solve2D_VMSDBR2_RadialShock_AV_HTC_toy.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver.cpp
The file was modified src/pde/ArtificialViscosity/PDEmitAVSensor2D.h
The file was modified src/pde/NS/SolutionFunction_Euler2D.h
The file was modified src/NonLinearSolver/NewtonSolver_MatrixBlock_2x2_Instantiate.cpp
The file was modified src/LinearAlgebra/BlockLinAlg/VectorBlock_4.h
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_impl.h
The file was modified src/NonLinearSolver/LineUpdate/HalvingSearchLineUpdate_MatrixBlock_2x2_Instantiate.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_factorize.h
Commit 2a2414e165a34062441b28648c8bf6430fec8bc5 by blsc
Renamed eLaplaceViscosity to eLaplaceViscosityEnthalpy in enum EulerArtViscosity. This is a more descriptive name for this option: artificial diffusion is applied to the gradient of total enthalpy (not total internal energy as a pure Laplacian operator would suggest). Now the option eLaplaceViscosityEnergy can be added to the enum EulerArtViscosity to describe the artificial diffusion being applied to the conservation variables.
The file was modified test/unit/pde/ArtificialViscosity/PDEmitAVSensor2D_btest.cpp
The file was modified test/unit/pde/NS/BCEulermitAVSensor2D_btest.cpp
The file was modified test/sandbox/Solve2D_DGBR2_Triangle_Euler_Ramp_ArtificialViscosity_toy.cpp
The file was modified test/unit/pde/ArtificialViscosity/AVSensor_Source1D_Euler_btest.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block2x2_DGBR2_Line_Euler1DSensor_btest.cpp
The file was modified test/sandbox/Solve2D_CGStabilized_HOW5_CI1_toy.cpp
The file was modified test/sandbox/Adapt2D_CGStabilized_HOW5_CI1_ArtificialViscosity_toy.cpp
The file was modified test/sandbox/Solve2D_VMSD_Triangle_NavierStokes_Joukowski_ArtificialViscosity_toy.cpp
The file was modified test/sandbox/Adapt2D_DGBR2_Euler_ArtNozzle_AV_ST_toy.cpp
The file was modified test/sandbox/Solve2D_CGStabilized_Triangle_Euler_GaussianBump_ArtificialViscosity_toy.cpp
The file was modified test/unit/pde/NS/PDEEulermitAVDiffusion2D_btest.cpp
The file was modified test/sandbox/Adapt1D_DGBR2_Line_Euler_SSMENozzle_toy.cpp
The file was modified test/sandbox/Solve2D_DGBR2_Triangle_Euler_RAE2822_ArtificialViscosity_toy.cpp
The file was modified test/system/CodeConsistency/PDEEulermitAVDiffusion2D_RANSSA_Consistency_btest.cpp
The file was modified test/sandbox/Solve2D_DGBR2_Euler_ForwardStep_AV_ST_toy.cpp
The file was modified test/sandbox/Solve2D_DGBR2_HOW5_VI2_AV_toy.cpp
The file was modified test/sandbox/Adapt2D_DGBR2_Triangle_RANSSA_NACA0012_ArtificialViscosity_toy.cpp
The file was modified test/sandbox/Solve2D_CGStabilized_Triangle_NavierStokes_GaussianBump_ArtificialViscosity_toy.cpp
The file was modified test/unit/pde/ArtificialViscosity/PDEmitAVSensor1D_btest.cpp
The file was modified test/sandbox/Solve2D_DGBR2_Triangle_Euler_Ramp_ArtificialViscosity_Block2x2_toy.cpp.nocompile
The file was modified test/sandbox/Solve1D_DGBR2_Line_Euler_ArtNozzle_AV_BDF_toy.cpp
The file was modified test/sandbox/Adapt2D_CGStabilized_Triangle_RANSSA_Joukowski_Subsonic_ArtificialViscosity_toy.cpp
The file was modified test/system/CodeConsistency/PDEmitAVSensor2D_Consistency_RANSSA_btest.cpp
The file was modified test/sandbox/Solve2D_DGBR2_Euler_Riemann_AV_RK_toy.cpp
The file was modified test/sandbox/Solve2D_CGStabilized_Triangle_Euler_NACA0012_ArtificialViscosity_toy.cpp
The file was modified test/sandbox/Adapt2D_CGStabilized_Triangle_RANSSA_Joukowski_Transonic_ArtificialViscosity_toy.cpp
The file was modified test/unit/Discretization/DG/JacobianCell_DGBR2_Param_Euler1D_btest.cpp
The file was modified test/sandbox/Adapt2D_DGBR2_Euler_GilesPierce_AV_toy.cpp
The file was modified test/system/CodeConsistency/PDEEulermitAVDiffusion2D_Consistency_btest.cpp
The file was modified test/sandbox/Solve2D_DGBR2_HOW5_CI1_toy.cpp
The file was modified test/system/CodeConsistency/PDEmitAVSensor1D_Consistency_btest.cpp
The file was modified src/pde/NS/PDEEulermitAVDiffusion1D.h
The file was modified test/sandbox/Solve2D_CGStabilized_Triangle_RANSSA_Joukowski_ArtificialViscosity_toy.cpp
The file was modified test/sandbox/Solve2D_CGStabilized_Triangle_NavierStokes_Joukowski_ArtificialViscosity_toy.cpp
The file was modified test/sandbox/Adapt2D_DGBR2_Triangle_RANSSA_RAE2822_ArtificialViscosity_toy.cpp
The file was modified test/sandbox/Solve2D_DGBR2_Triangle_Euler_NACA0012_ArtificialViscosity_toy.cpp
The file was modified test/unit/pde/ArtificialViscosity/AVSensor_ViscousFlux2D_btest.cpp
The file was modified test/sandbox/Adapt2D_CGStabilized_Triangle_RANSSA_Joukowski_ArtificialViscosity_toy.cpp
The file was modified test/sandbox/Adapt2D_DGBR2_Euler_ArtificialViscosity_ST_toy.cpp
The file was modified test/sandbox/Solve1D_DGBR2_Line_Euler_ArtNozzle_AV_ST_toy.cpp
The file was modified test/sandbox/Solve2D_VMSD_HOW5_CI1_toy.cpp
The file was modified test/unit/pde/ArtificialViscosity/AVSensor_ViscousFlux1D_btest.cpp
The file was modified test/sandbox/Solve1D_DGBR2_Line_Euler_ArtNozzle_AV_Steady_toy.cpp
The file was modified test/sandbox/Solve1D_DGBR2_Line_Euler_ShuOsher_AV_ST_toy.cpp
The file was modified src/pde/NS/PDEEulermitAVDiffusion2D.h
The file was modified test/sandbox/Adapt2D_DGBR2_Triangle_RANSSA_Joukowski_Subsonic_ArtificialViscosity_toy.cpp
The file was modified test/unit/Discretization/DG/JacobianInteriorTrace_DGBR2_Param_Euler1D_btest.cpp
The file was modified test/sandbox/Solve2D_DGBR2_Triangle_Euler_GaussianBump_ArtificialViscosity_toy.cpp
The file was modified test/sandbox/Adapt2D_DGBR2_HOW5_CI1_toy.cpp
The file was modified test/unit/pde/ArtificialViscosity/AVSensor_Source2D_Euler_btest.cpp
The file was modified test/system/CodeConsistency/PDEEulermitAVDiffusion1D_Consistency_btest.cpp
The file was modified test/system/CodeConsistency/BCEulermitAVSensor2D_Consistency_btest.cpp
The file was modified test/unit/pde/NS/PDEEulermitAVDiffusion1D_btest.cpp
The file was modified test/sandbox/Adapt2D_VMSD_Triangle_RANSSA_Joukowski_ArtificialViscosity_toy.cpp
The file was modified test/sandbox/Solve1D_DGBR2_Line_Euler_Nozzle_ArtificialViscosity_toy.cpp
The file was modified test/sandbox/Adapt2D_DGBR2_Triangle_RANSSA_Joukowski_ArtificialViscosity_toy.cpp
The file was modified test/sandbox/Solve1D_DGBR2_Line_Euler_Lax_AV_ST_toy.cpp
The file was modified test/sandbox/Solve2D_DGBR2_Triangle_RANSSA_Joukowski_ArtificialViscosity_toy.cpp
The file was modified src/pde/ArtificialViscosity/AVSensor_Source2D.h
The file was modified test/system/CodeConsistency/BCEulermitAVSensor2D_Consistency_RANSSA_btest.cpp
The file was modified test/system/CodeConsistency/PDEmitAVSensor2D_Consistency_btest.cpp
The file was modified test/unit/pde/NS/PDEEulermitAVDiffusion2D_RANSSA_btest.cpp
The file was modified test/sandbox/Solve1D_DGBR2_Line_Euler_Sod_AV_ST_toy.cpp
The file was modified test/sandbox/Adapt2D_DGBR2_Triangle_RANSSA_Joukowski_Transonic_ArtificialViscosity_toy.cpp
The file was modified test/unit/pde/NS/BCEulermitAVSensor1D_btest.cpp
The file was modified test/sandbox/Solve2D_VMSDBR2_RadialShock_AV_HTC_toy.cpp
The file was modified test/sandbox/Solve2D_DGBR2_Quad_Euler_ForwardFacingStep_AV_BDF_toy.cpp
The file was modified test/sandbox/Solve2D_VMSD_HOW5_VI2_AV_toy.cpp
The file was modified src/pde/NS/EulerArtificialViscosityType.h
The file was modified test/sandbox/Adapt1D_DGBR2_Line_Euler_GilesPierce_toy.cpp
Commit 7beab1f23b6de6458681d0e4d40eeb821402605c by galbramc
Upgraded to latest AFLR
The file was modified src/Meshing/EGTess/AFLR4.cpp
The file was modified test/unit/Meshing/EGTess/EGTessModel_btest.cpp
The file was modified CMakeInclude/Finds/FindAFLR.cmake
The file was modified scripts/jenkins/jenkins_env.sh
The file was modified src/Meshing/EGTess/EGTessModel_aflr4.cpp
The file was modified src/Meshing/EGTess/AFLR4.h
The file was modified src/Meshing/EGTess/CMakeLists.txt
Commit f1d83080db316c8581bc9feb36042beaf2aaeb7e by blsc
Added eLaplaceViscosityEnergy to enum EulerArtViscosity. This applies a Laplacian operator to the conservation variable gradient (i.e. energy gradient not enthalpy gradient). System tests have been added to ensure that the calculation is correct for Euler2D and RANSSA2D PDEs.
The file was modified src/pde/NS/EulerArtificialViscosityType.h
The file was modified test/system/CodeConsistency/PDEmitAVSensor2D_Consistency_RANSSA_btest.cpp
The file was modified src/pde/ArtificialViscosity/PDEmitAVSensor2D.h
The file was modified test/unit/pde/ArtificialViscosity/PDEmitAVSensor2D_btest.cpp
The file was modified src/pde/NS/PDEEulermitAVDiffusion2D.h
The file was modified test/sandbox/Solve2D_VMSDBR2_RadialShock_AV_HTC_toy.cpp
The file was modified test/system/CodeConsistency/PDEmitAVSensor2D_Consistency_btest.cpp
The file was modified src/pde/ArtificialViscosity/AVSensor_Source2D.h
The file was modified src/pde/NS/PDEEulermitAVDiffusion1D.h
Commit 62898c2c8323cd9c8367220659fd71eb590041bc by blsc
Fixed two bugs highlighted by Jenkins. 1) PDELorenz was using abs on a Real. 2) Several lines in SolutionFunction_Euler2D.h were too long.
The file was modified src/pde/Lorenz/PDELorenz.h
The file was modified src/pde/NS/SolutionFunction_Euler2D.h
Commit a52ae04454b198478fc4613135d242cf20e31539 by galbramc
Look for Real Time library for AFLR
The file was modified CMakeInclude/Finds/FindAFLR.cmake
Commit 6dda36d06037563ce37890f769c8f0e1bc7d2973 by galbramc
Fix for last commit
The file was modified CMakeInclude/Finds/FindAFLR.cmake
Commit efa7675db64ab6a3089a27214c7f6de3a4ba0a5b by galbramc
A few AFLR fixes
The file was modified src/Meshing/EGTess/EGTessModel_aflr4.cpp
The file was modified CMakeInclude/Finds/FindAFLR.cmake
The file was modified src/Meshing/AFLR/AFLR2.cpp
Commit d13ef0b4569869b4e17a8b3aa5ecabaf0b7eaee5 by blsc
Previous commits overwrote some updates to the PETSc interface, so had to revert to commit 8fa5bcb008f4c19ec223d6ebfa628f6d4d9354cd for those files. Also updated files that failed vera checks.
The file was modified src/LinearAlgebra/BlockLinAlg/VectorBlock_3.h
The file was modified test/unit/pde/ArtificialViscosity/PDEmitAVSensor2D_btest.cpp
The file was modified src/LinearAlgebra/BlockLinAlg/VectorBlock_4.h
The file was modified src/LinearAlgebra/DenseLinAlg/tools/SingularException.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixBlock_2x2_Instantiate.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_impl.h
The file was modified src/LinearAlgebra/SparseLinAlg/CMakeLists.txt
The file was modified src/pde/NS/SolutionFunction_Euler2D.h
The file was modified src/LinearAlgebra/DenseLinAlg/tools/SingularException.h
The file was modified src/LinearAlgebra/DenseLinAlg/StaticSize/MatMul/MatrixS_MatMul_Native_Surreal_Instantiate.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver.h
The file was modified src/LinearAlgebra/DenseLinAlg/tools/Matrix_Util.h
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixD_CRS_MatrixS_Instantiate.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_factorize.h
The file was removedtest/sandbox/Solve1D_VMSDBR2_Burgers_HTC_toy.cpp
The file was modified test/unit/pde/SourceOnly/PDESourceOnly2D_btest.cpp
Commit 5aa2b6cf77eb931ceed54a96ea5104e273048553 by blsc
Instantiations for Block2x2 systems for a PDE of 5 equations were missing from MKL. Also, the version of UMFPack on Ubuntu 12.04 does not support the new exception types, so have reverted src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver.cpp back to commit 45d3cd53036a51bccf943d9c5097544bd220d8f8
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/MKL_PARDISO/MKL_PARDISOSolver_MatrixBlock_2x2_Instantiate.cpp
Commit 54c820b049db2f908c8f76ff803684d2d9fb7c2a by blsc
Relaxed tolerances on JacobianCell_VMSD_BR2_AD_btest for intel. Added #ifdef protection on the new UMFPACk error flags for older versions of UMFPack (pre 5.5)
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver.cpp
The file was modified test/unit/Discretization/VMSDBR2/JacobianCell_VMSD_BR2_AD_btest.cpp
Commit d3cd3dd9d3095781e832ddca2a2a3e8db3e52a87 by galbramc
Updated BuildBoost to Boost 1.72
The file was modified CMakeInclude/Builds/BuildBoost.cmake
Commit ef61a7a3668825958c3af8a337939b0f490bc6f1 by galbramc
Updated AFLR to 16.30.11. Lots of cppcheck fixes.
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver.cpp
The file was modified CMakeInclude/Checks/aflr_test.cxx
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/MKL_PARDISO/MKL_PARDISOSolver.h
The file was modified test/unit/pde/PorousMedia/PorosityModel_btest.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/SparseMatrix_CRS_Transpose.h
The file was modified test/unit/Python/Parameters_btest.cpp
The file was modified src/BasisFunction/BasisFunctionLine_Legendre.h
The file was modified test/unit/LinearAlgebra/Advection1D_btest.h
The file was modified CMakeInclude/Builds/BuildPARMETIS.cmake
The file was modified test/unit/Surreal/SurrealD4_btest.cpp
The file was modified src/NonLinearSolver/LineUpdate/ScalarGoldenSearchLineUpdate.h
The file was modified test/unit/tools/call_derived_functor_btest.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/Preconditioners/Identity.h
The file was modified src/BasisFunction/BasisFunctionLine_Hierarchical.h
The file was modified src/LinearAlgebra/SparseLinAlg/Preconditioners/LU_SGS.h
The file was modified src/tools/smoothmath.h
The file was modified scripts/cppcheck/suppressions.txt
The file was modified src/Meshing/refine/XField_refine.cpp
The file was addedCMakeInclude/Builds/parmetis-libparmetis-defs.patch
The file was modified src/LinearAlgebra/BlockLinAlg/MatrixBlock_2x2.h
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver.h
The file was modified src/BasisFunction/BasisFunctionLine_Bernstein.h
The file was modified test/unit/LinearAlgebra/Heat1D_btest.h
The file was modified CMakeInclude/Finds/FindEGADS.cmake
The file was modified test/unit/tools/pyrite_fstream_btest.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver.h
The file was modified scripts/jenkins/jenkins_env.sh
The file was modified src/Meshing/EGTess/AFLR4.cpp
The file was modified src/pde/NS/SAVariable2D.h
The file was modified CMakeInclude/Dependencies.cmake
The file was modified src/BasisFunction/BasisFunctionLine_Lagrange.h
The file was modified src/pde/PorousMedia/CartTable.h
The file was modified test/unit/tools/Tuple_btest.cpp
The file was modified src/Adaptation/MOESS/SolverInterface_VMSD_BR2.h
The file was modified src/BasisFunction/BasisFunctionLine_RBS.h
The file was modified src/UserInterfaces/capsAIM/intersectWake.cpp
The file was modified src/pde/NS/SAVariable3D.h
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/k_slat_calloc.h
The file was modified src/tools/timer.h
The file was modified src/Meshing/refine/MesherInterface_refine.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/k_reorder.cpp
Commit 25fd3c8604ced8ceef4a72a5128a7f0bc40f15b5 by galbramc
Add missing include
The file was modified src/Meshing/refine/MesherInterface_refine.cpp
Commit 8c04e58e6d00547cec9bf3a5645c52c415734d37 by galbramc
Fixes for AFLR4 farfield mesh generation
The file was modified src/Meshing/EGTess/AFLR4.h
The file was modified src/Meshing/EGTess/AFLR4.cpp
The file was modified src/Meshing/EGTess/EGTessModel_aflr4.cpp
The file was modified test/unit/Meshing/EGTess/EGTessModel_btest.cpp
Commit ed1837f75def970035f03fd03436c8717b26079e by galbramc
A few nightly fixes
The file was modified scripts/jenkins/SANS_parse
The file was modified scripts/jenkins/SANS_email.template
The file was modified src/Meshing/gmsh/WriteMesh_gmsh.cpp
The file was modified src/pde/IBL/FluidModels.h
The file was modified test/unit/LinearAlgebra/SparseLinAlg/UMFPACK_btest.cpp
Commit 1426f3aae1d6a76063af023f3adba8c51216decc by galbramc
Add continuousGlobalMap for LIP solvers
The file was modified src/Discretization/Potential_Drela/AlgebraicEquationSet_CG_Potential_Drela.h
The file was modified src/Discretization/Potential_Adjoint/AlgebraicEquationSet_CG_Potential_Adjoint.h
Commit 9f8c0877fc06e9d35c6432cdecd493a8d00d1f6a by galbramc
Fix the last fix
The file was modified src/Discretization/Potential_Adjoint/AlgebraicEquationSet_CG_Potential_Adjoint.h
Commit 7535c0c314aee6e120a716adee506f3f58b26647 by galbramc
Use CMake python when building boost
The file was modified CMakeInclude/Builds/BuildBoost.cmake
Commit 2f02d1bbd04082e7e3a5e8c2a5a5d3a62d8ed53f by galbramc
Fix for gold linker with MKL
The file was modified CMakeInclude/CompilerFlags.cmake
Commit eb58b98a49cffe772967b193b88b2f0f6cd219d9 by galbramc
Some more nightly fixes
The file was modified test/unit/pde/PorousMedia/PDETwoPhase2D_btest.cpp
The file was modified test/sandbox/Adapt4D_DGBR2_AD_ST_SquareChannel_toy.cpp
The file was modified test/unit/tools/PointerArray_btest.cpp
Commit b13f3c39ed29707baf628e9b79d6d844bd18cbba by galbramc
One more nightly fix
The file was modified test/unit/LinearAlgebra/DenseLinAlg/MatrixS_Mul_Native_btest.cpp