Skip to content
Success

Changes

Summary

  1. Cleaned up test case (details)
  2. Added updated gmsh reader test (details)
  3. Reader change (details)
  4. Added a control test case (details)
  5. Added plate test case (details)
  6. Fixed tandem sphere normalization (details)
  7. Fixed vara and compiler warnings (details)
  8. Refactored indexing in IBL (details)
  9. Removed redundant IBL auxiliary equation implementation (details)
  10. Refactored IBL to include placeholders for the amplification factor (details)
  11. Refactored/fixed panel method to accommodate changes in PDEIBL.  Patched (details)
  12. Removed more unnecessary files (details)
  13. Turned off verbose printout (details)
  14. Delta wing case to dump metrics for ODU (details)
  15. Added IBL PDE indexing checks.  Added a var interpreter method.  Fixed a (details)
  16. Added equations to IBL: amplification factor growth and shear stress (details)
  17. Added 4th order Lagrange Basis Functions for Hexs and Unit Tests (details)
  18. patched some unit tests, but still working progress (details)
  19. Cleaned up IO files in sandbox (details)
  20. Refactored to use line-based parsing when reading initial IBL solutions. (details)
  21. Added more quantities to IBL output list (details)
  22. Added pressure gradient parameter beta to IBL output list (details)
  23. 1. Refactored/debugged IBL PDE's transition and lag implementation; 2. (details)
  24. Refactored profile selection.  Minor working update on lag equation (details)
  25. Cleaned up IBL transition and lag source terms (details)
  26. Changed primary unknown from G to ctau.  Updated naming. (details)
  27. More fix on VarType naming (details)
  28. 1. Cleaned up template types; 2. Refactored lag equation formulation: (details)
  29. Minor refactoring on IBL pde (details)
  30. tweaks to read in ODU grids (details)
  31. Refactored secondary var calculations: now supporting multiple (details)
  32. Added ctau_eq to IBL output list (details)
  33. Fixed a bug in ctau_eq calculation (details)
  34. a possible bug fix for FeFloa (details)
  35. stuff to read in the ODU grids (details)
  36. Fixed system test on coupled IBL/panel.  Verified that newly added (details)
  37. Avoided dividing by zero when calculating pressure gradient parameter (details)
  38. Fixed XFOIL-lag closure (details)
  39. Completed IBL3 lag/dissipation formulation and add that of XFOIL (details)
  40. refactored ctau transition fitting: forced transition at airfoil TE now (details)
  41. Refactored transition fitting of ctau for transition that happens on the (details)
  42. tweaks to read in the ODU grids (details)
  43. minor edit (details)
  44. First solution of forced transition at a grid node (details)
  45. Fixed typos in comments (details)
  46. Renamed velocity profile class (details)
  47. Renamed secondary var class (details)
  48. Fixed IBL unit tests compilation (details)
  49. Modularized fluid parameters into a dedicated model class (details)
  50. refactored and unit tested gas model in IBL (details)
  51. Removed Pr in IBL (details)
  52. Refactored IBL edge viscosity model/parameter (details)
  53. A solve case for running a sequence of grids (details)
  54. increased the PTC max iter and use the final solution from the previous (details)
  55. always starts from a p0 solve, now has lots of Newton steps allowed (details)
  56. Generalized abstractions of flow parameters and compressibility types. (details)
  57. Added more velocity profile unit tests. Updated function name (details)
  58. Fixed an insidious bug in IBL source term (details)
  59. Passed all the IBL unit tests (details)
  60. Added instantiation.  Fixed panel method unit tests. (details)
  61. minor fix (details)
  62. Removed files that popped up again in the last merge.  Fix for last (details)
  63. Abstracted transition model into a dedicated class (details)
  64. Replaced DBL_EPSILON with std::numeric_limits<Real>::epsilon() (details)
  65. Fixed missing typename and template keywords (details)
  66. Fixed panel method system testing dump.  Refactored transition model (details)
  67. Updating delta wing (details)
  68. Updated linesearch names (details)
  69. Refactored transition model: 1. ensures profile and intermittency is (details)
  70. Refactored control statements to avoid compiler warnings (details)
  71. Fixed uncoupled IBL test cases.  Airfoil+wake may be refactored after (details)
  72. Fixed system tests for IBL. Deleted obsolete ones (details)
  73. Moved the TE thickness treatment from integrand to PDEIBL (details)
  74. Covered fluid models with more extensive unit tests.  Turned off some (details)
  75. Refactored transition model profile choice logic.  Fixed PDEIBL unit (details)
  76. Fixed system test.  More unit tests.  Some cleanup (details)
  77. Updated TE matching condition for amp factor eqn (details)
  78. Minor refactoring (details)
  79. Refactored secondary variable class in IBL and added more unit tests (details)
  80. Minor update.  Added a system test (details)
  81. Added a system test for forced transition case (details)
  82. Fixed some double semicolons (details)
  83. Overhauled IBL with 6-unknown cut-cell formulation.  All unit test (details)
  84. Went on fixing PanelMethod unit tests that are affected by IBL (details)
  85. Fixed missing keywords: typename and template (details)
  86. Refactored IBL-related fluxAdvectiveUpwind to fix compiling errors. (details)
  87. Fixed uncoupled IBL system test case on airfoil only.  [TBD] (details)
  88. Fixed block 4x4 jacobian ping test.  Minor refactoring (details)
  89. Fixed the uncoupled IBL airfoil+wake case.  Previously failing due to a (details)
  90. Updated IBL output functions and unit tests (details)
  91. Put new IBL output function to work in a system test (details)
  92. updated forced transition coordinate default (details)
  93. (1) Debugged and refactored hubtrace matching conditions (eqns) and (details)
  94. Debugged and refactored IBL hubtrace equation/flux formulation. (details)
  95. Refactored IBL-related machinery involving profile determination at (details)
  96. Initial solution matters in IBL cases!  Tweaked it to make test cases (details)
  97. pre merge (details)
  98. Fixed a runtime error.  The problem was caused by using the same name (details)
  99. Cleaned PDEIBL a bit and added unit tests on hubtrace fluxes/sources (details)
  100. Relaxed IBL output unit tests given that I am currently hacking p1 for (details)
  101. Fixed error. Lesson: cannot use static members without instantiating the (details)
  102. Relaxed pyrite tolerance for clang on reynolds (details)
  103. Added high-level machinery (higher than elemental Galerkin weighted (details)
  104. Refactored logic: use cut-cell transition Galerkin weighted integral (details)
  105. Completed an initial version of cut-cell transition IBL residual --> (details)
  106. Added specialized jacobian clasess for cut-cell transition IBL (details)
  107. Got new Jacobian machinery to compile with existing no-transition IBL (details)
  108. Added a new ping test for cut-cell transition IBL.  [To be completed] (details)
  109. Fixed a bug in cut-cell elemental jacobian.  Ping test passes now :) (details)
  110. Got cut-cell machinery to work for forced transition at an element (details)
  111. Fixed interface flux at transition front.  Updated system test pyrite (details)
  112. Fix for a jacobian ping test (details)
  113. Refactored cut-cell integrandCell class. Updated system test initial (details)
  114. Fixed a bug in cut-cell transition Galerkin weighted integral: missing (details)
  115. Some cleanup (details)
  116. updated a pyrite file since the Auxi equation upwind flux changed in two (details)
  117. Added a system test case [Only works for intra cell force transition (details)
  118. Intra-cell transition is working with no explicit mass conservation at (details)
  119. Got intra-cell transition to work with explicit mass conservation. (details)
  120. Verified that forced transition at element interface still works will (details)
  121. Fixed asymmetric solution with explicit mass conservation.  [TBD] needs (details)
  122. Adding Bernstein BF for triangles and Tets (details)
  123. Cleaned up a system test (details)
  124. Added a toy case for examing volume ratio's effect on system (details)
  125. Renamed file.  Separated cut-cell hack of integrand cell out to a (details)
  126. Mostly cleanup and restoration (details)
  127. Switched weighting function is DG weighted residuals from original (details)
  128. Updated gitignore (details)
  129. Fixed the ill-conditioning issue with cut-cell transition IBL (when cut (details)
  130. Fixed the ill-conditioning issue with cut-cell transition IBL (when cut (details)
  131. Refactored indexing usage (details)
  132. Some cleanup (details)
  133. pre merge (details)
  134. Revived hacks for explicit mass conservation at transition front (details)
  135. Refactored IBL transition treatment with or without explicit mass (details)
  136. Renaming for clarity (details)
  137. Refactored IBL elemental weighted residual computation so that it can (details)
  138. Minor refactoring (details)
  139. Started working on explicit mass conservation at transition front via an (details)
  140. Refactoring so that  residual machinery compiles.   Jacobian stuff to be (details)
  141. Minor refactoring for speedup (details)
  142. Implemented coupling jacobian between matching conditions/variables and (details)
  143. Fixed a bug in DOF mapping call.  Completed dummy equation/jacobian for (details)
  144. Completed jacobian w.r.t. parameters.  Jacobian ping test underway (details)
  145. minor edits (details)
  146. minor refactoring (details)
  147. Bug fix in residual cell. Other minor refactoring (details)
  148. minor refactoring (details)
  149. Fixefd a bug in jacobian param (details)
  150. Verified the new transition IBL formulation works with no explicit mass (details)
  151. Fixed ping test for transition IBL (details)
  152. Updated pyrite files.  Minor refactoring (details)
  153. cleanup (details)
  154. added windowed output (details)
  155. changed to pressure squared output (details)
  156. Minor refactoring (details)
  157. Refactored cut-cell determination logic to include natural transition (details)
  158. first steps toward general harmonic balance (details)
  159. prints whether using solve or project now (details)
  160. have a harmonic balance algebraic equation set, trying to fill out (details)
  161. forgot to include extra typedef (details)
  162. trying to add NS field-weighted/basis-weighted comparison (details)
  163. fixed but in stabilized CG, field-weighted consistency check for NS (details)
  164. enable nitsche parameters (details)
  165. incremental HB changes (details)
  166. working on HB residual, took lifting operator out of CG flat plate (details)
  167. full VMS in place, bug in flux mitstate fieldweighted (details)
  168. harmonic balance still not compiling.. (details)
  169. Various fixes (details)
  170. Fixed compile errors (details)
  171. Updated transition IBL algebraic equation set to use SystemMatrixView (details)
  172. galerkin output functional now uses linearization on g, nitsche params (details)
  173. HB getting there, just need to sort out element associativity (details)
  174. forgot jacobian file (details)
  175. HB working?? (details)
  176. Working on Surrealized reference coordinate sRef for IBL transition (details)
  177. bug fixes for wake-cut (details)
  178. minor mods to CG tecplot output (not active) (details)
  179. added PX-to-SANS ordering for P1 quad; added better developer exception (details)
  180. //#define --> #undef (details)
  181. added ordering option for all applicable preconditioners (details)
  182. the HB solution looks correct! (details)
  183. Allows IBL parameter field (Qauxv) to be surrealized based on IBL (details)
  184. Now able to propagate Surrealized reference coordinate sRef through some (details)
  185. unit tests for linearized stabilized cg output passing (details)
  186. Completed propagation of jacobian calculation for solution-dependent (details)
  187. moved HB toy to asymptotic unit test (details)
  188. Refactored cut-cell elemental residual logic a little bit.  Ping tested (details)
  189. Added a test case to examine natural transition [working progress] (details)
  190. Added a BCList BoundaryGroups consistency checker (details)
  191. Added pressure output (details)
  192. Fixed dimension and added dimension checker (details)
  193. Refactored IBL and GalerkinWeightedIntegral_TransitionIBL (details)
  194. added nEqn() (details)
  195. Refactored IBL for simplicity and cleanness (details)
  196. Adding Restart Hack files (details)
  197. Adding correct restart files (details)
  198. unit tests passing for Galerkin mitstate w DC term and nitsche params (details)
  199. Unit tests for BC input check. More MatrixDView fixes (details)
  200. updated Galerkin unit test nb (details)
  201. Fixed instantiations (details)
  202. Fixed nightly error? (details)
  203. fixed a typo (details)
  204. First success in cut-cell solution-dependent natural transition (details)
  205. generated genuine algebraic equation set for IPTF; moved explicit Ax=b (details)
  206. Trying to fix Jenkins errors (details)
  207. Adding tests for LIP sensitivities. Fixed missing check in MDF ordering (details)
  208. Added Roe1D (details)
  209. Updates to Burgers BCs (details)
  210. Forgot files (details)
  211. added checks for pow(0,b) (details)
  212. Fixed ternary operator compile problem (details)
  213. Various fixes (details)
  214. Updated unit tests (details)
  215. added checks for pow(0,b) in Surreals (details)
  216. Updated porous media test cases (details)
  217. generalized IPTF solver to allow for non-L2 functional minimization; (details)
  218. Updates for Burgers (details)
  219. Fixed compile errors and Lagrange P4 CG Hex field construction (details)
  220. removed line-length warning (details)
  221. Updated amplification factor equation source term (details)
  222. More BC tests for Burgers and Buckley-Leverett (details)
  223. Fixed hubtrace AES residual norm calculation for transitional IBL (details)
  224. Fixed formatting (details)
  225. Clean up (details)
  226. Re-push (details)
  227. Unit tests for LIP sensitivity calculations (details)
  228. Fixed compile error (details)
  229. Link error fixes (details)
  230. Fixed missing includes (details)
  231. new linesearch dump files for comparison; appears that corrected Surreal (details)
  232. Forgot mpiexec (details)
  233. added p6 and p7 lagrange node points (details)
  234. trying to get thru Jenkins (details)
  235. Added an exception (details)
  236. Actual nightly fix (details)
  237. added output jacobians (details)
  238. Adding unit test for restart hack as well as trying to get though (details)
  239. clang complains of a missing include that defines sparse-matrix (details)
  240. made IPTF unit tests consistent with generalized Lp norm minimization (details)
  241. preliminary avro interface (details)
  242. removed copied test, guard SANS_AVRO (details)
  243. oops (details)
  244. forgot copyright...its been a while since i committed to sans (details)
  245. changed ifld accumulation to be sqrt of a sum of squares (details)
  246. moving to hypersonic (details)
  247. undoing p6 and p7, don't have all the functions right now (details)
  248. modified left BC data (from Sw=1 to Sw=0.9) to avoid machine precision (details)
  249. Upwinding Kutta condition. Jenkins tweaks (details)
  250. Added missing include (details)
  251. changed left BC to (SwL=0.9) to avoid machine precision issues in BL (details)
  252. some domain work (details)
  253. Tangentual Us for Kutta LIP (details)
  254. Added std::remove for partitioning test (details)
  255. Fixed for correct std::accumulate include (details)
  256. Fixed warnings (details)
  257. Played with a toy case (details)
  258. Removed duplicate instantiations (details)
  259. Minor fixes (details)
  260. Updated ccache path on testing machines (details)
  261. retention of point markers and map to egads entities in EGTriangle (details)
  262. construction of a domain (&xfield) from avro mesh (details)
  263. changes to avro interface with XFieldDomain (details)
  264. eLfld works, removed the comment about turning it off. (details)
  265. guard AvroEGModel in instantiation (details)
  266. added pringle function (details)
  267. asan needs to be turned on in sans if turned on in avro, otherwise apple (details)
  268. libmeshb library linked in tests for EGTess (details)
  269. Working on full potential (details)
  270. More full potential work (details)
  271. conversion between sans XFieldDomain and avro::Mesh (details)
  272. apparently i changed a space in MeshAdapter (details)
  273. Fixed warning and compile error (details)
  274. Fixed clang analyzer warning (details)
  275. Bumped up unit testing time (details)
  276. Making CG and DG field constructors consistent (details)
  277. Tweaks to jenkins scripts (details)
  278. renaming Estimate Galerkin to Estimate_StrongForm_Galerkin. This (details)
  279. changing to camel case (details)
  280. renaming cell and interior trace (details)
  281. Simplifed Newton solver and added unit test (details)
  282. Fixed warning (details)
  283. Fixes to LIP and FP for Kutta and Wake (details)
  284. changed FieldWeighted integrand to allow efldElem basis functions. (details)
  285. more special cases for Surreal::pow (details)
  286. Finished up making CG and DG Field constructors consistent (details)
  287. Added vector cast multiplication (details)
  288. changed back to absolute values for collecting LO and PDE errors. Should (details)
  289. missing use of VectorD.h (details)
  290. renamed old tests to StrongForm, started work on ErrorEstimate with (details)
  291. Removed optimization and debug information from header compile check (details)
  292. experimental changes to GLS tau (details)
  293. added pow(0,b) tests for SurrealD (details)
  294. new linesearch pyrite files for DG Buckley-Leverett consistent with (details)
  295. moving to lab box (details)
  296. convert Interior Trace to use efldElems (details)
  297. added a second type of consistency check, recovers BasisWeighted with (details)
  298. more consistency checks (details)
  299. poundif back to conventional tau, to get thru Jenkins (details)
  300. Nightly fixes (details)
  301. Increased ccache size (details)
  302. Another MKL valgrind suppression (details)
  303. changed galerkin mitstate integrand to nitsche, updated unit test (details)
  304. changed over a lot of integrands to the new field weighted, the (details)
  305. turned off tecplot dump in galerkin moess (details)
  306. Fixed compiler warnings (details)
  307. pre merge (details)
  308. Surreal cleanup with new pow around 0 logic (details)
  309. bug fix for dK/dUx term in stabilized CG (details)
  310. experimental GLS tau (details)
  311. sandbox tweak (details)
  312. CG local solves extract sub-matrix (details)
  313. Refactored ping test function error logic (details)
  314. Updates for new homebrew boost-python naming convention (details)
  315. Fixes for OSX (details)
  316. Only set boost-python suffix on APPLE (details)
  317. More intel valgrind suppressions (details)
  318. stabilized cell works, added estimate vary consistency check (details)
  319. Galerkin disc folder working again (details)
  320. Error Estimate folder passing (details)
  321. moved disc object out of fieldbundle. every AES will have a disc (details)
  322. forgot generic disc for Galerkin, DGAdv (details)
  323. abs to fabs (details)
  324. More tests for Vector-Vector multiplication (details)
  325. Removed PROCESSOR_COUNT and CMake is way faster on OSX now (details)
  326. Some more CMake cleanup (details)
  327. forgot to change an interface (details)
  328. Fixed ProcessorCount for OSX, but we don't use it at the moment (details)
  329. camel case bug (details)
  330. unsigned int comparison warnings (details)
  331. reverting src/Meshing to the main branch versions (details)
  332. Fixed intel optimization uninitialized data bug (bug in intel compiler) (details)
  333. forgot another one (details)
  334. sandbox tests compiling (details)
  335. Suppress analyzier warning (details)
  336. removed the memory leak (details)
  337. Removed unnessesary includes (details)
  338. Fixed one more memory leak (details)
  339. put back constructors without disc object (details)
  340. reverted unit test to not use disc (details)
  341. Added more checks for finding refine, and the optional automatic build (details)
  342. removing loop over pde index (details)
  343. Better EGADS specification for refine (details)
  344. Fixed logic whether to build refine (details)
  345. added mach number derived quantity output for 3D NS (details)
  346. Fixed link problems when building refine (details)
  347. Fixes for DeltaWing (details)
  348. Reverted PETSc build back to 3.8.4 as the transpose solve broke in 3.9.* (details)
  349. new stabilizationMatrix seems to be working! no PDE template (details)
  350. Added missing ifdef SANS_PETSC (details)
  351. some function calls changed to references (details)
  352. reverting to develop (details)
  353. filing system tweaks and petsc parameters (details)
  354. minor tweaks to get thru Jenkins (details)
  355. Added warnings to not use PETSc 3.9 for now (details)
  356. Added jzavala@mit.edu to DeveloperEmailAddresses (details)
  357. Extrapolated nt growth source term in turbulent sub-element.  Working (details)
  358. minor cleanup (details)
  359. Updated initial guess.  Enabled restarted solution from a previous (details)
  360. BuildREFINE uses new --with-OpenCASCADE flag (details)
  361. Fixed memory leak (details)
  362. Updated pyrite files (details)
  363. IBL PDE cleanup.  Started working on upwinding at transition (details)
  364. Implemented upwinding at transition front.  Added/update pyrite check (details)
  365. Fixed warnings about uninitialized data (details)
  366. minor cleanup (details)
  367. Added unit tets for reference element mesh (details)
  368. Fixed array out of bounds error for reference element mesh (details)
  369. Refactored PDEIBL implementation.  In particular, relocated hubtrace (details)
  370. Cleaning up Restart file read in to not need two reads, added Partition (details)
  371. Refactored PDEIBL and added plenty of unit tests (details)
  372. Patch unit tests for IBL BC (details)
  373. Cleaned up more IBL unit tests (details)
  374. FIxed a bug in panel equation residual norm calculation.  Plenty of (details)
  375. Retired some unit tests.  Added missing include (details)
  376. Turned off some old unit tests (details)
  377. minor cleanup, added some interfaces to ndconverts (details)
  378. Refactored ctau numerical flux when transition happens at an interior (details)
  379. Disentangled cut-cell transition IBL machinery with the rest so that (details)
  380. Fixed a test case (details)
  381. relaxed torlerance (details)
  382. relaxed tolerances (details)
  383. Revived the stagnation flow test for laminar BL (details)
  384. Refactored stagnation flow laminar BL cases (details)
  385. Turned off a verbose printout (details)
  386. Cleaned up CodeConsistency system test cases for IBL (details)
  387. Fixed warnings etc. (details)
  388. Relaxed tolerances.  Fixed warnings (details)
  389. Removed an obsolete toy case (details)
  390. Relaxed tolerance (details)
  391. Fixed warning (details)
  392. Added explicit instantiations to fix gnu compiler errors (details)
  393. Separated template methods into implementation header (details)
  394. Removed template keywords (details)
  395. Minor refactoring (details)
  396. Added missing template to the delight of gnu8 (details)
  397. Added explicit instantiations.  Fixed unused variable warnings (details)
  398. One more attempt (details)
  399. Added a missing instantiation (details)
  400. Missed typename keyword (details)
  401. missed template keyword (details)
  402. Removed an troublesome solution order case (details)
  403. sans interface to avro complete, sandbox case for AD, doesnt really work (details)
  404. Added missing instantiations for python Dict parameter get (details)
  405. Fixed warnings/errors (details)
  406. added instantiations (details)
  407. Relaxed tolerances for intel (details)
  408. fixed warnings and style (details)
  409. moved order of links in CMakeLists for AFLR (details)
  410. missing link to avroLib in Adaptation/MOESS (details)
  411. Relaxed tolerances for release_intel18 (details)
  412. Replaced M_PI with PI (details)
  413. AdaptationLib needs link to TetGenLib too since XFieldDomain uses it (details)
  414. more missing links, this time in system/adaptation (details)
  415. more missing links (details)
  416. bumped EGTessLib before SANS_TETGENLIB (details)
  417. setting geometry in domain (details)
  418. link in TAO optimizer too......... (details)
  419. Minor naming refactoring (details)
  420. minor cleanup (details)
  421. setting up a case to examine whether cut-cell IBL residual is smooth (details)
  422. changed Euclidian to the more typical spelling Euclidean (details)
  423. forgot two (details)
  424. Added printout in Newton solver (details)
  425. minor changes in soln function, output. changed tau inverse to LUP (details)
  426. Added ugrid reader. Fixed some cmake bugs (details)
  427. Fixed warning (details)
  428. Updates for the latest version of EPIC. NodeMovement is now effective in (details)
  429. Dissable AFLR4 for LIPSolver (details)
  430. Added and tried full upwinding in IBL pde flux and and transition front (details)
  431. Gmsh can now copy partitions (details)
  432. Small fix for gmsh (details)
  433. Various updates and fixes (details)
  434. Fixes for runing Q2 HCH (details)
  435. HCH updates for new EPIC (details)
  436. completed ns jacobian flux viscous unit test (details)
  437. Fixed parallel tecplot dumps (details)
  438. fixes to errororder nightly (details)
  439. Tweaks for MinGW (details)
  440. Updated gmsh writer so each BC is displayed independently in gmsh GUI (details)
  441. Added directory creation for HCH (details)
  442. Updated dummy variable values.  Added and turned off some hacks (details)
  443. Updated toy case that examines residual smoothness of cut-cell (details)
  444. added LUP solve for surreal1 (details)
  445. Different initial qualeties for EPIC 2D vs 3D (details)
  446. Updated toy case to examine cut-cell IBL residual smoothness (details)
  447. turned off a state validity check that is being developed (details)
  448. Updates for compiling with mingw (details)
  449. Refafored IBL upwind flux to accommodate mit-state inflow BC, along with (details)
  450. Reverted a pyrite file (details)
  451. BOOST_DATA_TEST_CASE is not available on older versions of BOOST (e.g. (details)
  452. Forgot that some outdated pyrite files were deleted (details)
  453. Reorded matching conditions at transition front (details)
  454. relaxed tolerance (details)
  455. minor tweaks (details)
  456. Tweaks to boost and cblas (details)
  457. Reorded matching equations in unit test (details)
  458. Updated assertion (details)
  459. playing with toy case (details)
  460. Renamed a function to avoid misuse (details)
  461. Added MKL as an option to sansLIP solver (details)
  462. Fixed unit test (details)
  463. Added ugrid reader unit test (details)
  464. Fixed missing call to base class constructor in XField_ugrid (details)
  465. minor refactoring (details)
  466. mod'd solution fcn, test cases (details)
  467. format error fixed (details)
  468. another stupid format error (details)
  469. minor refactoring (details)
  470. revert BN BC to original formulation (details)
  471. added HB unit test, fixed format (details)
  472. order of cmake file wrong? (details)
  473. new hb unit tests (details)
  474. modified ojeda soln fcn (details)
  475. remove adjoint dumps from CG MOESS (details)
Commit 4b1bd462e8383e599127442619f74a707e470afd by eam5515
Cleaned up test case
The file was modified test/sandbox/Solve3D_DGBR2_Tet_Navier_Stokes_Tandem_Sphere_toy.cpp
Commit ec690a6d5a3cf058e060def91cb7c204c0779d76 by eam5515
Added updated gmsh reader test
The file was modified test/sandbox/Read_gmsh_toy.cpp
Commit eca8192a031e97f77d5175d6dc84d23164196431 by eam5515
Reader change
The file was modified test/sandbox/Read_gmsh_toy.cpp
The file was modified src/Meshing/gmsh/XField_gmsh.cpp
Commit 940d27b093f3aa24360f932f31a7fbb10e5c8b18 by eam5515
Added a control test case
The file was addedtest/sandbox/Solve3D_DGBR2_Tet_Navier_Stokes_Box_toy.cpp
Commit 789235ff55b389b5e6827595ef4fbe05d58cfd73 by eam5515
Added plate test case
The file was modified test/sandbox/Solve3D_DGBR2_Tet_Navier_Stokes_Box_toy.cpp
Commit ef010e5bae8f149d5ce6b57a554db8a6b40b66e1 by galbramc
Fixed tandem sphere normalization
The file was addedsrc/Meshing/gmsh/XField_gmsh.cpp
The file was modified test/sandbox/Solve3D_DGBR2_Tet_Navier_Stokes_Tandem_Sphere_toy.cpp
Commit 727bf34991d8a09007b90bfe6f3d8458f4212373 by galbramc
Fixed vara and compiler warnings
The file was modified test/sandbox/Solve3D_DGBR2_Tet_Navier_Stokes_Box_toy.cpp
Commit aaddcff3f31032d9672b5ed195a856c4ce5b0421 by shunz
Refactored indexing in IBL
The file was modified src/pde/IBL/IBL_Traits.h
The file was modified src/pde/IBL/PDEIBL2D.h
Commit 11a28ac3d7d701393be3ad949bd5821ff73477fe by shunz
Removed redundant IBL auxiliary equation implementation
The file was removedtest/unit/pde/IBL/PDEIBL2Dauxiliary_btest.cpp
The file was removedsrc/pde/IBL/IBLauxVarDataType2D.h
The file was removedsrc/pde/IBL/PDEIBL2Dauxiliary.h
The file was removedsrc/pde/IBL/VarAuxInterpret2D.h
The file was removedsrc/pde/IBL/IBLauxiliary_Traits.h
The file was removedtest/system/BlockSolve/Block_2D_Decoupled_IBLaux_IBL_Line_airfoil_btest.cpp
The file was removedtest/system/AnalyticSolve/AnalyticSolve2D_DGAdvective_IBLaux_Line_airfoil_btest.cpp
The file was removedtest/system/BlockSolve/Block_2D_Coupled_IBLaux_IBL_Line_airfoil_btest.cpp
The file was removedtest/unit/pde/IBL/VarAuxInterpret2D_btest.cpp
Commit c0a4b2411fa124eee2f61cdc144a6f4fb07aa7e7 by shunz
Refactored IBL to include placeholders for the amplification factor
(transition) and lag equations.  Refactored much of the old IBL PDE
implementation
The file was modified test/unit/pde/IBL/SetSolnDofCell_IBL_btest.cpp
The file was modified src/pde/IBL/BCIBL2D.h
The file was modified src/pde/IBL/PDEIBL2D.h
The file was modified test/unit/pde/IBL/BCIBL2D_btest.cpp
The file was modified src/pde/IBL/SetSolnDofCell_IBL2D.h
The file was modified src/pde/IBL/ElementProjectionIBLoutput_L2.h
The file was modified test/unit/pde/IBL/SetIBLoutputCellGroup_btest.cpp
The file was modified test/unit/pde/IBL/GetSolnDofCell_IBL_btest.cpp
The file was modified test/unit/pde/IBL/PDEIBL2D_btest.cpp
The file was modified src/pde/IBL/IBL_Traits.h
The file was modified test/unit/pde/IBL/VarInterpret2D_btest.cpp
The file was modified src/pde/IBL/BCIBL2D.cpp
The file was modified test/unit/pde/IBL/ElementProjectionIBLoutput_L2_btest.cpp
The file was modified src/pde/IBL/VarInterpret2D.h
The file was modified src/pde/IBL/IBLVarDataType2D.h
The file was modified test/unit/IO/pde/IBL/Qinit_nelem32.txt
Commit 4c216a85095063a64c1b28256a79a148e2f03373 by shunz
Refactored/fixed panel method to accommodate changes in PDEIBL.  Patched
missing instantiations.
The file was modified src/Field/output_Tecplot.cpp
The file was modified test/unit/PanelMethod/IBLCoupling_DGAdvective_XfoilPanel_btest.cpp
The file was modified src/Field/FieldLine_DG_BoundaryTrace_Instantiate_2D.cpp
The file was modified src/Field/FieldLinesearch/FieldLinesearch_Line_Instantiate.cpp
The file was modified test/unit/PanelMethod/Output_Qauxi_btest.cpp
The file was modified test/unit/PanelMethod/ProjectionToQauxi_IBL_btest.cpp
The file was modified src/Field/FieldLine_DG_HubTrace_Instantiate_2D.cpp
The file was modified src/LinearAlgebra/DenseLinAlg/StaticSize/MatMul/MatrixS_MatMul_Native_Surreal_Instantiate.cpp
The file was modified src/PanelMethod/ElementProjectionQauxi_L2.h
The file was modified test/unit/PanelMethod/XfoilPanelCoupling_IBL_btest.cpp
The file was modified src/pde/IBL/SpaldingLawModified_Instantiate.cpp
The file was modified test/unit/PanelMethod/SetQauxiCellGroup_btest.cpp
The file was modified test/unit/PanelMethod/ElementProjectionQauxi_L2_btest.cpp
The file was modified src/PanelMethod/ElementProjectionQauxv_L2.h
The file was modified test/unit/PanelMethod/ElementProjectionQauxv_L2_btest.cpp
Commit dcffc433efd23264845e3c02225b2d057e9039eb by shunz
Removed more unnecessary files
The file was removedsrc/pde/IBL/SetStagDofCell_IBL2D.h
The file was removedtest/unit/pde/IBL/SetStagDofCell_IBL_btest.cpp
Commit 2dcb28a39d52985f00494e48a03380219cec9385 by shunz
Turned off verbose printout
The file was modified test/system/Asymptotic/ErrorOrder_2D_DGAdvective_Circle_Line_ShallowWater_btest.cpp
Commit 025a30cf89890e76a57be14095c58031d6eafbc9 by hcarson
Delta wing case to dump metrics for ODU
The file was addedtest/sandbox/Adapt3D_DGBR2_NavierStokes_DeltaWing_toy.cpp
The file was modified src/Meshing/FeFloa/MesherInterface_FeFloa.cpp
Commit 25809e41ae0f5ae12b74eb836981d3cd2d707af6 by shunz
Added IBL PDE indexing checks.  Added a var interpreter method.  Fixed a
benign typo
The file was modified src/pde/IBL/ElementProjectionIBLoutput_L2.h
The file was modified src/pde/IBL/PDEIBL2D.h
The file was modified src/pde/IBL/VarInterpret2D.h
Commit 3ed49de3d89b303420d7b7663770be07c6aea43a by shunz
Added equations to IBL: amplification factor growth and shear stress
lag. [Not yet tested!!!]  Updated variable mu naming
The file was modified src/pde/IBL/ElementProjectionIBLoutput_L2.h
The file was modified src/pde/IBL/PDEIBL2D.cpp
The file was modified test/unit/pde/IBL/PDEIBL2D_btest.cpp
The file was modified test/unit/pde/IBL/SetIBLoutputCellGroup_btest.cpp
The file was modified test/unit/IO/pde/IBL/PDEIBL2D_pattern.txt
The file was modified test/unit/pde/IBL/ElementProjectionIBLoutput_L2_btest.cpp
The file was modified src/pde/IBL/PDEIBL2D.h
The file was modified test/unit/pde/IBL/VarInterpret2D_btest.cpp
Commit 8f7333d8d532b1904638f8943c9706a4d6a95ac7 by eam5515
Added 4th order Lagrange Basis Functions for Hexs and Unit Tests
The file was modified src/BasisFunction/BasisFunctionVolume_Hexahedron_Lagrange.cpp
The file was modified src/BasisFunction/BasisFunctionVolume_Hexahedron_Lagrange.h
The file was modified test/unit/BasisFunction/BasisFunctionVolume_Hexahedron_Lagrange_btest.cpp
The file was modified src/BasisFunction/LagrangeDOFMap.h
The file was modified src/Field/FieldVolume_CG_BoundaryTrace_impl.h
The file was modified test/unit/BasisFunction/LagrangeDOFMap_btest.cpp
The file was modified src/BasisFunction/BasisFunctionVolume_Hexahedron.cpp
The file was modified test/unit/IO/BasisFunction/BasisFunctionVolume_Hexahedron_Lagrange_pattern.txt
The file was modified src/Field/Field_CG_CellBase.h
Commit 40f0c93e4ee767d2658bdc0a51896d0df8e7a6f5 by shunz
patched some unit tests, but still working progress
The file was modified test/unit/pde/IBL/PDEIBL2D_btest.cpp
The file was modified test/unit/pde/IBL/VarInterpret2D_btest.cpp
The file was modified src/pde/IBL/PDEIBL2D.h
Commit aa55cb1dd71dfc7db11b4d53cb0f2f711bd3d29f by shunz
Cleaned up IO files in sandbox
The file was removedtest/sandbox/IO/naca0004_sharpTE_qinit_ne64_a0.txt
The file was removedtest/sandbox/IO/naca0002_vel_ne128_a0.txt
The file was removedtest/sandbox/IO/naca0004_ne128.txt
The file was removedtest/sandbox/IO/naca0004_sharpTE_vel_wake_ne64_a0.txt
The file was removedtest/sandbox/IO/naca0002_qinit_ne128_a0.txt
The file was removedtest/sandbox/IO/naca0004_ne64_wake_a0.txt
The file was removedtest/sandbox/IO/naca0004_qinit_wake_ne128_a0.txt
The file was removedtest/sandbox/IO/naca0004_vel_wake_ne128_a0.txt
The file was removedtest/sandbox/IO/naca0004_sharpTE_qinit_wake_ne64_a0.txt
The file was removedtest/sandbox/IO/naca0004_qinit_wake_ne128_a0_custom.txt
The file was removedtest/sandbox/IO/naca0004_vel_ne128_a0.txt
The file was removedtest/sandbox/IO/naca0002_ne128_wake_a0.txt
The file was removedtest/sandbox/IO/naca0002_qinit_wake_ne128_a0.txt
The file was removedtest/sandbox/IO/naca0004_sharpTE_vel_ne64_a0.txt
The file was removedtest/sandbox/IO/naca0004_vel_wake_ne64_a0.txt
The file was removedtest/sandbox/IO/naca0004_sharpTE_ne64_wake_a0.txt
The file was removedtest/sandbox/IO/naca0002_ne128.txt
The file was removedtest/sandbox/IO/naca0004_ne128_wake_a0.txt
The file was modified test/sandbox/IO/naca0004_vel_ne64_a0.txt
The file was removedtest/sandbox/IO/naca0002_vel_wake_ne128_a0.txt
The file was removedtest/sandbox/IO/naca0004_qinit_ne128_a0.txt
The file was removedtest/sandbox/IO/naca0004_qinit_wake_ne64_a0.txt
The file was removedtest/sandbox/IO/naca0004_sharpTE_ne64.txt
Commit 254b90e6d602c90f68b0e4fdebd4a781e44ececc by shunz
Refactored to use line-based parsing when reading initial IBL solutions.
The file was modified src/pde/IBL/SetSolnDofCell_IBL2D.h
Commit d6e1b63c19c61c04e1caa4a596c16911b8726d5a by shunz
Added more quantities to IBL output list
The file was modified src/LinearAlgebra/DenseLinAlg/DynamicSize/MatMul/MatMul_Native_Real.cpp
The file was modified test/unit/pde/IBL/ElementProjectionIBLoutput_L2_btest.cpp
The file was modified src/BasisFunction/BasisFunctionLine_Projection.cpp
The file was modified src/Field/FieldLine_Instantiate_2D.cpp
The file was modified src/Field/output_Tecplot.cpp
The file was modified src/pde/IBL/ElementProjectionIBLoutput_L2.h
The file was modified src/Field/FieldBaseLine_Instantiate.cpp
The file was modified src/Field/FieldLine_DG_Cell_Instantiate_2D.cpp
Commit 19b4b6de69d892d2551e197c980567166a27c9eb by shunz
Added pressure gradient parameter beta to IBL output list
The file was modified src/Field/FieldBaseLine_Instantiate.cpp
The file was modified src/Field/FieldLine_Instantiate_2D.cpp
The file was modified src/Field/output_Tecplot.cpp
The file was modified src/pde/IBL/ElementProjectionIBLoutput_L2.h
The file was modified src/Field/FieldLine_DG_Cell_Instantiate_2D.cpp
The file was modified src/LinearAlgebra/DenseLinAlg/DynamicSize/MatMul/MatMul_Native_Real.cpp
The file was modified test/unit/pde/IBL/ElementProjectionIBLoutput_L2_btest.cpp
The file was modified src/BasisFunction/BasisFunctionLine_Projection.cpp
Commit 01c002b066396f81265b50f3cd4ffbef7ae84e2e by shunz
1. Refactored/debugged IBL PDE's transition and lag implementation; 2.
Added the transition toy case to indexing
The file was modified src/pde/IBL/PDEIBL2D.h
The file was addedtest/sandbox/IO/naca0004_qinit_ne64_a0_laminar_xfoil.txt
The file was addedtest/sandbox/Solve2D_Uncoupled_DGAdvectiveIBL_airfoil_NACA0004_toy.cpp
Commit 4eda23bbbe1f3d73e7188a0382822d639d5df4b5 by shunz
Refactored profile selection.  Minor working update on lag equation
The file was modified test/unit/pde/IBL/SetIBLoutputCellGroup_btest.cpp
The file was modified src/pde/IBL/ElementProjectionIBLoutput_L2.h
The file was modified test/sandbox/Solve2D_Uncoupled_DGAdvectiveIBL_airfoil_NACA0004_toy.cpp
The file was modified src/pde/IBL/PDEIBL2D.h
The file was modified test/unit/pde/IBL/PDEIBL2D_btest.cpp
The file was modified test/unit/pde/IBL/ElementProjectionIBLoutput_L2_btest.cpp
The file was modified src/PanelMethod/ProjectionToQauxi_IBL.h
Commit dc205c6c738d8a6e9bcad9aa64e58bfb8976b8dd by shunz
Cleaned up IBL transition and lag source terms
The file was modified src/pde/IBL/PDEIBL2D.h
The file was modified test/sandbox/Solve2D_Uncoupled_DGAdvectiveIBL_airfoil_NACA0004_toy.cpp
Commit 503ea127a075f7c62ea30c096e68328dd40fae47 by shunz
Changed primary unknown from G to ctau.  Updated naming.
The file was modified src/pde/IBL/VarInterpret2D.h
The file was modified test/unit/Discretization/Galerkin/ResidualCell_Galerkin_IBL2D_btest.cpp
The file was modified test/unit/Discretization/DG/IntegrandCell_DGBR2_manifold_IBL2D_btest.cpp
The file was modified test/unit/Discretization/Galerkin/IntegrandBoundaryTrace_WakeMatch_Galerkin_IBL_2D_btest.cpp
The file was modified test/unit/pde/IBL/PDEIBL2D_btest.cpp
The file was modified test/unit/pde/IBL/GetSolnDofCell_IBL_btest.cpp
The file was modified src/pde/IBL/IBLVarDataType2D.h
The file was modified test/unit/Discretization/Galerkin/JacobianBoundaryTrace_Dirichlet_mitState_Galerkin_Param_IBL2D_btest.cpp
The file was modified test/unit/Discretization/Galerkin/IntegrandCell_Galerkin_manifold_IBL2D_btest.cpp
The file was modified test/unit/Discretization/DG/IntegrandInteriorTrace_DGBR2_manifold_IBL2D_btest.cpp
The file was modified test/unit/pde/IBL/SetIBLoutputCellGroup_btest.cpp
The file was modified test/unit/Discretization/Galerkin/JacobianCell_Galerkin_Param_IBL2D_btest.cpp
The file was modified src/pde/IBL/BCIBL2D.h
The file was modified test/unit/Discretization/Galerkin/IntegrandCell_Galerkin_PTC_manifold_IBL2D_btest.cpp
The file was modified test/system/AnalyticSolve/AnalyticSolve2D_DGAdvective_IBL_SingleElemStagnation_btest.cpp
The file was modified test/unit/Discretization/DG/IntegrandBoundaryTrace_Dirichlet_mitState_DGBR2_manifold_IBL2D_btest.cpp
The file was modified test/unit/Discretization/Galerkin/IntegrandBoundaryTrace_Dirichlet_mitState_Galerkin_manifold_IBL2D_btest.cpp
The file was modified test/system/AnalyticSolve/AnalyticSolve2D_DGAdvective_IBL_StagnationFlow_btest.cpp
The file was modified test/unit/Discretization/Galerkin/JacobianInteriorTrace_Galerkin_Param_IBL2D_btest.cpp
The file was modified src/pde/IBL/GetSolnDofCell_IBL2D.h
The file was modified src/pde/IBL/SetSolnDofCell_IBL2D.h
The file was modified src/pde/IBL/BCIBL2D.cpp
The file was modified test/unit/pde/IBL/BCIBL2D_btest.cpp
The file was modified test/unit/pde/IBL/VarInterpret2D_btest.cpp
The file was modified test/unit/pde/IBL/SetSolnDofCell_IBL_btest.cpp
The file was modified test/unit/PanelMethod/ProjectionToQauxi_IBL_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/Galerkin/IntegrandInteriorTrace_Galerkin_manifold_IBL2D_btest.cpp
The file was modified test/unit/Discretization/DG/ResidualCell_DGBR2_IBL2D_btest.cpp
The file was modified test/system/CodeConsistency/Solve2D_Coupled_4x4_IBL_Panel_airfoilANDwake_NACA0004_btest.cpp
The file was modified test/unit/pde/IBL/ElementProjectionIBLoutput_L2_btest.cpp
Commit 1c1faaf31e4c114ecfe81c077a050c4de3f4582c by shunz
More fix on VarType naming
The file was modified src/pde/IBL/VarInterpret2D.h
The file was modified src/pde/IBL/BCIBL2D.cpp
The file was modified test/unit/Discretization/Galerkin/JacobianInteriorTrace_Galerkin_Param_IBL2D_btest.cpp
The file was modified test/system/CodeConsistency/Solve2D_Uncoupled_DGAdvectiveIBL_airfoil_NACA0004_btest.cpp
The file was modified test/unit/Discretization/Galerkin/IntegrandBoundaryTrace_Dirichlet_mitState_Galerkin_manifold_IBL2D_btest.cpp
The file was modified test/unit/Discretization/DG/IntegrandInteriorTrace_DGBR2_manifold_IBL2D_btest.cpp
The file was modified test/unit/Discretization/DG/IntegrandCell_DGBR2_manifold_IBL2D_btest.cpp
The file was modified test/unit/pde/IBL/GetSolnDofCell_IBL_btest.cpp
The file was modified test/unit/Discretization/Galerkin/JacobianBoundaryTrace_Dirichlet_mitState_Galerkin_Param_IBL2D_btest.cpp
The file was modified test/unit/Discretization/Galerkin/ResidualCell_Galerkin_IBL2D_btest.cpp
The file was modified test/unit/Discretization/Galerkin/IntegrandInteriorTrace_Galerkin_manifold_IBL2D_btest.cpp
The file was modified test/system/CodeConsistency/Solve2D_Uncoupled_DGAdvectiveIBL_airfoilANDwake_NACA0004_btest.cpp
The file was modified test/unit/Discretization/DG/IntegrandBoundaryTrace_Dirichlet_mitState_DGBR2_manifold_IBL2D_btest.cpp
The file was modified test/unit/Discretization/Galerkin/IntegrandBoundaryTrace_WakeMatch_Galerkin_IBL_2D_btest.cpp
The file was modified src/pde/IBL/SetSolnDofCell_IBL2D.h
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_IBL_Panel_btest.cpp
The file was modified test/system/AnalyticSolve/AnalyticSolve2D_DGAdvective_IBL_SingleElemStagnation_btest.cpp
The file was modified test/unit/pde/IBL/BCIBL2D_btest.cpp
The file was modified test/unit/pde/IBL/ElementProjectionIBLoutput_L2_btest.cpp
The file was modified test/unit/PanelMethod/ProjectionToQauxi_IBL_btest.cpp
The file was modified test/sandbox/Solve2D_Uncoupled_DGAdvectiveIBL_airfoil_NACA0004_toy.cpp
The file was modified test/system/CodeConsistency/Solve2D_Coupled_4x4_IBL_Panel_airfoilANDwake_NACA0004_btest.cpp
The file was modified src/PanelMethod/ProjectionToQauxi_IBL.h
The file was modified src/pde/IBL/PDEIBL2D.cpp
The file was modified test/system/CodeConsistency/Solve2D_Uncoupled_DGAdvectiveIBL_airfoil_NACA0004_PTC_btest.cpp
The file was modified test/unit/pde/IBL/SetSolnDofCell_IBL_btest.cpp
The file was modified test/system/AnalyticSolve/AnalyticSolve2D_DGAdvective_IBL_StagnationFlow_btest.cpp
The file was modified test/unit/Discretization/Galerkin/IntegrandCell_Galerkin_PTC_manifold_IBL2D_btest.cpp
The file was modified src/pde/IBL/GetSolnDofCell_IBL2D.h
The file was modified test/unit/Discretization/Galerkin/JacobianCell_Galerkin_Param_IBL2D_btest.cpp
The file was modified test/unit/pde/IBL/SetIBLoutputCellGroup_btest.cpp
The file was modified test/unit/pde/IBL/VarInterpret2D_btest.cpp
The file was modified test/unit/Discretization/DG/ResidualCell_DGBR2_IBL2D_btest.cpp
The file was modified test/unit/pde/IBL/PDEIBL2D_btest.cpp
The file was modified test/unit/Discretization/Galerkin/IntegrandCell_Galerkin_manifold_IBL2D_btest.cpp
Commit 823456560083fe812ffebf90075697d11014a40a by shunz
1. Cleaned up template types; 2. Refactored lag equation formulation:
prescribing ctau in laminar region and convecting ctau in turbulent
region
The file was modified test/sandbox/IO/naca0004_qinit_ne64_a0_laminar_xfoil.txt
The file was modified src/pde/IBL/PDEIBL2D.h
Commit e96ae7664eda65f23bfcffa6300c814fa40d673c by shunz
Minor refactoring on IBL pde
The file was addedtest/sandbox/IO/naca0004_vel_ne63_a0_laminar.txt
The file was removedtest/sandbox/IO/naca0004_qinit_ne64_a0.txt
The file was modified src/pde/IBL/PDEIBL2D.h
The file was removedtest/sandbox/IO/naca0004_vel_ne64_a0.txt
The file was addedtest/sandbox/IO/naca0004_ne63.txt
The file was modified test/sandbox/IO/naca0004_qinit_ne64_a0_laminar_xfoil.txt
The file was addedtest/sandbox/IO/naca0004_vel_ne64_a0_laminar.txt
The file was modified test/sandbox/Solve2D_Uncoupled_DGAdvectiveIBL_airfoil_NACA0004_toy.cpp
The file was addedtest/sandbox/IO/naca0004_qinit_ne63_a0_laminar_xfoil.txt
Commit c09a03dae9169e976dc7fd548772fbcaaa49db1f by hcarson
tweaks to read in ODU grids
The file was modified test/sandbox/Adapt3D_DGBR2_NavierStokes_DeltaWing_toy.cpp
Commit f4824024729d8c67df7022954c8536b23c14c136 by shunz
Refactored secondary var calculations: now supporting multiple
dissipation closures.  [Haven't fixed affected unit tests yet!!!]
The file was modified src/pde/IBL/PDEIBL2D.h
The file was modified src/pde/IBL/ElementProjectionIBLoutput_L2.h
The file was modified src/pde/IBL/SecondaryVarIncompressible2D.h
Commit bc1583fc2bf2d75968924db4ce1fa0777cfb079a by shunz
Added ctau_eq to IBL output list
The file was modified src/LinearAlgebra/DenseLinAlg/DynamicSize/MatMul/MatMul_Native_Real.cpp
The file was modified src/pde/IBL/ElementProjectionIBLoutput_L2.h
The file was modified src/Field/output_Tecplot.cpp
The file was modified test/unit/pde/IBL/SecondaryVarIncompressible2D_btest.cpp
The file was modified src/Field/FieldBaseLine_Instantiate.cpp
The file was modified src/Field/FieldLine_Instantiate_2D.cpp
The file was modified src/BasisFunction/BasisFunctionLine_Projection.cpp
The file was modified test/unit/pde/IBL/ElementProjectionIBLoutput_L2_btest.cpp
The file was modified src/Field/FieldLine_DG_Cell_Instantiate_2D.cpp
Commit 0dfab77879d9d9f7f48db65baaa04bbd89c0785b by shunz
Fixed a bug in ctau_eq calculation
The file was modified src/pde/IBL/SecondaryVarIncompressible2D.h
Commit ca3cb84d0245492c7458bd797567743cb2d4f6bf by hcarson
a possible bug fix for FeFloa
The file was modified src/Meshing/libMeshb/XFieldVolume_libMeshb.cpp
Commit 6f0616e8659416a24c2732c4b69e4296f249a224 by hcarson
stuff to read in the ODU grids
The file was modified test/sandbox/Adapt3D_DGBR2_NavierStokes_DeltaWing_toy.cpp
Commit bd3dec6112277b39cde447bd995c342cf1c68310 by shunz
Fixed system test on coupled IBL/panel.  Verified that newly added
transition+lag equation didn't affect previous solution.  Minor bug
fixes in PDEIBL.  Added ctau_eq for SANS-IBL formulation.
The file was modified src/pde/IBL/SecondaryVarIncompressible2D.h
The file was modified src/PanelMethod/ProjectionToQauxi_IBL.h
The file was modified src/NonLinearSolver/NewtonSolver_MatrixBlock_4x4_Instantiate.cpp
The file was modified src/PanelMethod/FunctionEvalQauxv_IBL.h
The file was modified src/LinearAlgebra/SparseLinAlg/ScalarMatrix_CRS_int.cpp
The file was modified test/system/IO/CodeConsistency/IBL/naca0004_qinit_ne64_a0.txt
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver_MatrixBlock_4x4_Instantiate.cpp
The file was modified test/system/IO/CodeConsistency/IBL/naca0004_qinit_wake_ne64_a0_turbulent_custom4.txt
The file was modified src/LinearAlgebra/SparseLinAlg/Krylov/FGMRES_MatrixBlock_4x4_Instantiate.cpp
The file was modified src/LinearAlgebra/DenseLinAlg/DynamicSize/MatMul/MatMul_Native_MatrixS_Instantiate.cpp
The file was modified test/system/CodeConsistency/Solve2D_Coupled_4x4_IBL_Panel_airfoilANDwake_NACA0004_btest.cpp
The file was modified src/NonLinearSolver/LineUpdate/HalvingSearchLineUpdate_MatrixBlock_4x4_Instantiate.cpp
The file was modified src/pde/IBL/PDEIBL2D.h
Commit 72a20c3426c709073721b30f3a163342e0452c61 by shunz
Avoided dividing by zero when calculating pressure gradient parameter
beta
The file was modified src/pde/IBL/ElementProjectionIBLoutput_L2.h
The file was modified src/pde/IBL/SecondaryVarIncompressible2D.h
Commit 9671caee69ece0a1269a07231b8a1c04a2f859e0 by shunz
Fixed XFOIL-lag closure
The file was modified src/pde/IBL/SecondaryVarIncompressible2D.h
Commit f16fe32298c9fad0e75ec6bf14727c1aa93d9483 by shunz
Completed IBL3 lag/dissipation formulation and add that of XFOIL
The file was modified src/pde/IBL/PDEIBL2D.h
The file was modified src/pde/IBL/SecondaryVarIncompressible2D.h
Commit eabd0e55b75fabd85f76e02b0a4f08e5678cc0b0 by shunz
refactored ctau transition fitting: forced transition at airfoil TE now
uses fluxMatching to carry out fitting
The file was modified src/pde/IBL/PDEIBL2D.h
Commit 1eef3610b2c8e7394e0199ef936868a2a0750d4d by shunz
Refactored transition fitting of ctau for transition that happens on the
airfoil --> [TBD] robustness and effectiveness still to be examined
The file was modified src/pde/IBL/PDEIBL2D.h
Commit 0f21cc8523ecdaf2f9eb3e41ebede03f25f83a62 by hcarson
tweaks to read in the ODU grids
The file was modified test/sandbox/Adapt3D_DGBR2_NavierStokes_DeltaWing_toy.cpp
Commit 3f43059ed082d52ff86628911eec6b8ead6761c3 by shunz
minor edit
The file was modified src/pde/IBL/PDEIBL2D.h
Commit 3404a5d2f44662da68c81da84486b830bdeaca8d by shunz
First solution of forced transition at a grid node
The file was modified src/pde/IBL/SecondaryVarIncompressible2D.h
The file was modified src/Discretization/Galerkin/IntegrandInteriorTrace_Galerkin_manifold.h
The file was modified test/system/CodeConsistency/Solve2D_Coupled_4x4_IBL_Panel_airfoilANDwake_NACA0004_btest.cpp
The file was modified src/pde/IBL/PDEIBL2D.h
The file was modified src/PanelMethod/ProjectionToQauxi_IBL.h
The file was modified src/pde/IBL/ElementProjectionIBLoutput_L2.h
Commit 1726d824f5f562fee8b0f29f9ad23c93ce16d13b by shunz
Fixed typos in comments
The file was modified src/tools/noncopyable.h
Commit 772f07bcd8beb0311b8d964f5e87e0af23c941c6 by shunz
Renamed velocity profile class
The file was modified test/unit/Discretization/DG/IntegrandInteriorTrace_DGBR2_manifold_IBL2D_btest.cpp
The file was modified src/pde/IBL/ElementProjectionIBLoutput_L2.h
The file was modified test/system/CodeConsistency/Solve2D_Uncoupled_DGAdvectiveIBL_airfoil_NACA0004_btest.cpp
The file was modified test/unit/Discretization/Galerkin/JacobianCell_Galerkin_Param_IBL2D_btest.cpp
The file was modified test/unit/pde/IBL/BCIBL2D_btest.cpp
The file was modified test/unit/PanelMethod/ProjectionToQauxi_IBL_btest.cpp
The file was modified test/unit/Discretization/Galerkin/IntegrandBoundaryTrace_WakeMatch_Galerkin_IBL_2D_btest.cpp
The file was modified test/unit/Discretization/Galerkin/JacobianBoundaryTrace_Dirichlet_mitState_Galerkin_Param_IBL2D_btest.cpp
The file was modified test/unit/Discretization/Galerkin/IntegrandCell_Galerkin_manifold_IBL2D_btest.cpp
The file was modified test/unit/pde/IBL/SecondaryVarIncompressible2D_btest.cpp
The file was removedsrc/pde/IBL/IncompressibleVelocityProfile2D.h
The file was modified test/unit/Discretization/DG/ResidualCell_DGBR2_IBL2D_btest.cpp
The file was modified test/unit/Discretization/Galerkin/IntegrandBoundaryTrace_Dirichlet_mitState_Galerkin_manifold_IBL2D_btest.cpp
The file was modified test/system/CodeConsistency/Solve2D_Uncoupled_DGAdvectiveIBL_airfoilANDwake_NACA0004_btest.cpp
The file was modified test/unit/Discretization/DG/IntegrandCell_DGBR2_manifold_IBL2D_btest.cpp
The file was modified test/unit/Discretization/Galerkin/IntegrandInteriorTrace_Galerkin_manifold_IBL2D_btest.cpp
The file was modified test/unit/pde/IBL/SetIBLoutputCellGroup_btest.cpp
The file was modified test/unit/Discretization/Galerkin/IntegrandCell_Galerkin_PTC_manifold_IBL2D_btest.cpp
The file was addedtest/unit/pde/IBL/VelocityProfile2D_btest.cpp
The file was modified src/pde/IBL/PDEIBL2D.h
The file was modified test/unit/pde/IBL/ElementProjectionIBLoutput_L2_btest.cpp
The file was modified test/system/AnalyticSolve/AnalyticSolve2D_DGAdvective_IBL_StagnationFlow_btest.cpp
The file was modified test/unit/Discretization/Galerkin/ResidualCell_Galerkin_IBL2D_btest.cpp
The file was removedtest/unit/pde/IBL/IncompressibeVelocityProfile2D_btest.cpp
The file was modified test/system/CodeConsistency/Solve2D_Coupled_4x4_IBL_Panel_airfoilANDwake_NACA0004_btest.cpp
The file was modified test/unit/Discretization/Galerkin/JacobianInteriorTrace_Galerkin_Param_IBL2D_btest.cpp
The file was modified test/sandbox/Solve2D_Uncoupled_DGAdvectiveIBL_airfoil_NACA0004_toy.cpp
The file was modified src/pde/IBL/SecondaryVarIncompressible2D.h
The file was modified test/unit/Discretization/DG/IntegrandBoundaryTrace_Dirichlet_mitState_DGBR2_manifold_IBL2D_btest.cpp
The file was addedsrc/pde/IBL/VelocityProfile2D.h
The file was modified test/system/CodeConsistency/Solve2D_Uncoupled_DGAdvectiveIBL_airfoil_NACA0004_PTC_btest.cpp
The file was modified test/system/AnalyticSolve/AnalyticSolve2D_DGAdvective_IBL_SingleElemStagnation_btest.cpp
The file was modified test/unit/pde/IBL/PDEIBL2D_btest.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_IBL_Panel_btest.cpp
Commit 307c4327046a89d31b9e9a162c69846a59e94c97 by shunz
Renamed secondary var class
The file was addedtest/unit/pde/IBL/SecondaryVar2D_btest.cpp
The file was removedsrc/pde/IBL/SecondaryVarIncompressible2D.h
The file was modified test/unit/pde/IBL/PDEIBL2D_btest.cpp
The file was modified src/PanelMethod/ProjectionToQauxi_IBL.h
The file was removedtest/unit/pde/IBL/SecondaryVarIncompressible2D_btest.cpp
The file was modified src/pde/IBL/PDEIBL2D.h
The file was addedsrc/pde/IBL/SecondaryVar2D.h
Commit e4d2331b9baddd079a2557831009e93f46f57d5e by shunz
Fixed IBL unit tests compilation
The file was modified test/unit/pde/IBL/SetIBLoutputCellGroup_btest.cpp
The file was modified test/unit/pde/IBL/ElementProjectionIBLoutput_L2_btest.cpp
The file was modified test/unit/pde/IBL/SecondaryVar2D_btest.cpp
The file was modified src/pde/IBL/SecondaryVar2D.h
Commit f4e7111973d89054c192b83d16b367c5b04f9971 by shunz
Modularized fluid parameters into a dedicated model class
The file was modified src/pde/IBL/PDEIBL2D.h
The file was modified src/pde/IBL/PDEIBL2D.cpp
The file was addedsrc/pde/IBL/FluidModels.cpp
The file was addedsrc/pde/IBL/FluidModels.h
The file was modified test/unit/pde/IBL/PDEIBL2D_btest.cpp
Commit 00865164cb4265a7f3c0c939397ac919f4542799 by shunz
refactored and unit tested gas model in IBL
The file was addedtest/unit/pde/IBL/FluidModels_btest.cpp
The file was modified src/pde/IBL/CMakeLists.txt
The file was addedtest/unit/IO/pde/IBL/GasModel_pattern.txt
The file was modified src/pde/IBL/FluidModels.h
Commit 5a1301348631dd946e12b282f56520a8e76b2bb3 by shunz
Removed Pr in IBL
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/PDEIBL2D.cpp
Commit 5c4629b6b7397e1c672ce4d4f7ab8134c85ab3fd by shunz
Refactored IBL edge viscosity model/parameter
The file was modified src/pde/IBL/FluidModels.h
The file was modified src/pde/IBL/FluidModels.cpp
The file was modified src/pde/IBL/PDEIBL2D.h
The file was modified test/unit/IO/pde/IBL/PDEIBL2D_pattern.txt
The file was modified src/pde/IBL/PDEIBL2D.cpp
Commit 1aab69815bd0f63b9cfb4bc8b56ff917974480b3 by hcarson
A solve case for running a sequence of grids
The file was modified test/sandbox/Adapt3D_DGBR2_NavierStokes_DeltaWing_toy.cpp
The file was addedtest/sandbox/Solve3D_DGBR2_NavierStokes_DeltaWing_toy.cpp
Commit 9b8623eb67f289c5f8e53305164731263faff3f3 by hcarson
increased the PTC max iter and use the final solution from the previous
solve as the initial condition for the next
The file was modified src/Adaptation/MOESS/SolverInterface.h
The file was modified test/sandbox/Solve3D_DGBR2_NavierStokes_DeltaWing_toy.cpp
Commit 9c86c6de6284e36d8b4040a3b5cd66548b4b5a10 by hcarson
always starts from a p0 solve, now has lots of Newton steps allowed
The file was modified test/sandbox/Solve3D_DGBR2_NavierStokes_DeltaWing_toy.cpp
Commit d4c483272f8f41a1dda79f77e1a60a250e5c2427 by shunz
Generalized abstractions of flow parameters and compressibility types. 
Fixed FluidModel unit test
The file was modified src/PanelMethod/ProjectionToQauxi_IBL.h
The file was modified src/pde/IBL/VelocityProfile2D.h
The file was modified test/unit/pde/IBL/PDEIBL2D_btest.cpp
The file was modified src/pde/IBL/IBL_Traits.h
The file was modified test/unit/IO/pde/IBL/GasModel_pattern.txt
The file was modified test/unit/pde/IBL/SecondaryVar2D_btest.cpp
The file was modified src/pde/IBL/PDEIBL2D.h
The file was modified src/pde/IBL/SecondaryVar2D.h
Commit 01ee147f72cf395326d5db3e7db5944ce48f3631 by shunz
Added more velocity profile unit tests. Updated function name
The file was modified test/unit/pde/IBL/VelocityProfile2D_btest.cpp
The file was modified src/pde/IBL/SecondaryVar2D.h
Commit 55d25c9958252bffa5d210d6f9ffb4110cab9b70 by shunz
Fixed an insidious bug in IBL source term
The file was modified test/unit/pde/IBL/PDEIBL2D_btest.cpp
The file was modified src/pde/IBL/PDEIBL2D.h
Commit 64fdb5a6026fb6cd39937ccaa395bdfb6bc74c86 by shunz
Passed all the IBL unit tests
The file was modified src/pde/IBL/ElementProjectionIBLoutput_L2.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 58d58e102e9e892e2eacb3911434fe8c36d986a9 by shunz
Added instantiation.  Fixed panel method unit tests.
The file was modified src/LinearAlgebra/DenseLinAlg/StaticSize/MatMul/MatrixS_MatMul_Native_Surreal_Instantiate.cpp
The file was modified src/PanelMethod/ProjectionToQauxi_IBL.h
The file was modified test/unit/PanelMethod/ProjectionToQauxi_IBL_btest.cpp
Commit b428b42bfc511141fa3e5c439cad76341e8525f0 by shunz
minor fix
The file was modified test/unit/PanelMethod/ProjectionToQauxi_IBL_btest.cpp
Commit acb7da008abda2646ed0c59fd107785bebd68b85 by shunz
Removed files that popped up again in the last merge.  Fix for last
merge
The file was removedsrc/pde/IBL/SecondaryVarIncompressible2D.h
The file was removedsrc/pde/IBL/PDEIBL2Dauxiliary.h
The file was modified src/pde/IBL/PDEIBL2D.h
Commit cdb9a1ec96b5a2a0d413f34fb5fb8648d4085e80 by shunz
Abstracted transition model into a dedicated class
The file was modified src/pde/IBL/FluidModels.h
The file was modified src/pde/IBL/FluidModels.cpp
The file was modified src/pde/IBL/PDEIBL2D.h
The file was addedtest/unit/IO/pde/IBL/TransitionModel_pattern.txt
The file was modified test/unit/pde/IBL/FluidModels_btest.cpp
Commit 1adc10ae40b04f399ee2c24b227cc520d99aa9ca by shunz
Replaced DBL_EPSILON with std::numeric_limits<Real>::epsilon()
The file was modified src/pde/ShallowWater/PDEShallowWater2D_manifold.h
The file was modified test/unit/PanelMethod/XfoilPanelEquationSet_btest.cpp
The file was modified src/PanelMethod/XfoilPanel.h
The file was modified src/pde/IBL/FluidModels.h
The file was modified src/SolutionTrek/Continuation/PseudoTime/PseudoTime.h
The file was removedsrc/OutputFunctional/IntegrandCell_PanelSourceInfluence.h
The file was modified src/SolutionTrek/Continuation/ImplicitResidualSmoothing/ImplicitResidualSmoothing.h
The file was modified test/unit/SolutionTrek/Continuation/PseudoTime_btest.cpp
The file was modified test/unit/SolutionTrek/Continuation/ImplicitResidualSmoothing_btest.cpp
The file was modified src/tools/SANSnumerics.h
The file was modified src/Field/Element/TraceUnitNormal.h
The file was modified src/pde/IBL/PDEIBL2D.h
Commit 7508a57ff0f22b709a4f208ebb94f847cdb9cb0a by shunz
Fixed missing typename and template keywords
The file was modified test/unit/pde/IBL/PDEIBL2D_btest.cpp
The file was modified src/pde/NS/PDERANSSA3D.h
The file was modified src/pde/IBL/PDEIBL2D.h
The file was modified src/pde/NS/PDEEuler3D.h
Commit 8afbc411dcac17d5ada3c64a15e95c8f95b61e7b by shunz
Fixed panel method system testing dump.  Refactored transition model
dictionary and PDEIBL constructor
The file was modified src/pde/IBL/PDEIBL2D.h
The file was modified src/pde/IBL/FluidModels.h
The file was modified test/system/CodeConsistency/Solve2D_XfoilLikePanelMethod_btest.cpp
The file was modified src/pde/IBL/VarInterpret2D.h
The file was modified src/pde/IBL/FluidModels.cpp
Commit a49eb7f38e7ca7044017afa9d738f3c1fa9cf710 by galbramc
Updating delta wing
The file was modified test/sandbox/Adapt3D_DGBR2_NavierStokes_DeltaWing_toy.cpp
The file was modified test/sandbox/Solve3D_DGBR2_NavierStokes_DeltaWing_toy.cpp
Commit 6c848a451bcf44632da3e27eb8be7142a7e725d5 by galbramc
Updated linesearch names
The file was modified test/sandbox/Adapt3D_DGBR2_NavierStokes_DeltaWing_toy.cpp
Commit 31c25ff0e4b6b1258523697dc1faa31b485814d9 by shunz
Refactored transition model: 1. ensures profile and intermittency is
consistent; 2. extensible to various transition mechanisms
The file was modified src/pde/IBL/FluidModels.cpp
The file was modified src/pde/IBL/FluidModels.h
The file was modified test/unit/pde/IBL/FluidModels_btest.cpp
The file was modified test/unit/IO/pde/IBL/TransitionModel_pattern.txt
Commit 31f20c0ebe8bb93f359ab2d31ac3938218259f10 by shunz
Refactored control statements to avoid compiler warnings
The file was modified src/pde/IBL/FluidModels.h
Commit cb00f435647c03e23ff2c0664032254751658f18 by shunz
Fixed uncoupled IBL test cases.  Airfoil+wake may be refactored after
the coupled IBL case is fully restored
The file was modified test/system/CodeConsistency/Solve2D_Uncoupled_DGAdvectiveIBL_airfoilANDwake_NACA0004_btest.cpp
The file was modified src/pde/IBL/PDEIBL2D.h
The file was modified test/system/IO/CodeConsistency/IBL/naca0004_qinit_wake_ne128_a0.txt
The file was modified test/system/CodeConsistency/Solve2D_Uncoupled_DGAdvectiveIBL_airfoil_NACA0004_PTC_btest.cpp
The file was removedtest/system/IO/CodeConsistency/BlockSolve2D_Coupled_IBLaux_IBL_naca0004_ne64_p1_airfoil_Test.txt
The file was modified test/system/CodeConsistency/Solve2D_Uncoupled_DGAdvectiveIBL_airfoil_NACA0004_btest.cpp
The file was modified test/system/IO/CodeConsistency/IBL/naca0004_qinit_ne128_a0.txt
The file was removedtest/system/IO/CodeConsistency/BlockSolve2D_Decoupled_IBLaux_IBL_naca0004_ne64_p1_airfoil_Test.txt
Commit cd29785bfd647ce9ca18bce5e2af20d00dcc8cbc by shunz
Fixed system tests for IBL. Deleted obsolete ones
The file was modified test/system/IO/CodeConsistency/IBL/naca0004_qinit_wake_ne64_a0_turbulent_xfoil.txt
The file was removedtest/system/IO/CodeConsistency/Solve2D_Coupled_4x4_IBL_Panel_Airfoil_laminar_Wake_turbulent_naca0004_ne64_p1_Test.txt
The file was removedtest/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_TurbBL_TurbWake_btest.cpp
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_qinit_wake_ne63_a0_turbulent_xfoil.txt
The file was removedtest/system/IO/CodeConsistency/Solve2D_Coupled_DGAdvectiveIBL_Panel_Airfoil_turbulentWake_naca0004_ne64_p1_Test.txt
The file was addedtest/system/IO/CodeConsistency/Solve2D_Coupled_4x4_IBL_Panel_laminarBL_turbulentWake_naca0004_ne64_p1_Test.txt
The file was removedtest/system/IO/CodeConsistency/Solve2D_Coupled_4x4_IBL_Panel_Airfoil_turbulent_Wake_turbulent_naca0004_ne63_p1_Test.txt
The file was modified src/pde/IBL/PDEIBL2D.h
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_LamiBL_TurbWake_btest.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixBlock_4x4_Instantiate.cpp
Commit fe2698d9317872bc24b588d1a8180253c7d30e44 by shunz
Moved the TE thickness treatment from integrand to PDEIBL
The file was modified src/pde/IBL/PDEIBL2D.h
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_LamiBL_TurbWake_btest.cpp
The file was modified src/Discretization/Galerkin/IntegrandBoundaryTrace_WakeMatch_Galerkin_IBL.h
Commit 3823d93545608edc70e298b930d9d8bd99a337f9 by shunz
Covered fluid models with more extensive unit tests.  Turned off some
unused code that could be used later.
The file was modified src/pde/IBL/FluidModels.h
The file was modified src/pde/IBL/IBL_Traits.h
The file was addedtest/unit/IO/pde/IBL/ViscosityModel_pattern.txt
The file was modified src/pde/IBL/FluidModels.cpp
The file was modified test/unit/pde/IBL/FluidModels_btest.cpp
Commit 519c47bac86f6989fdf1db0e105b95ecf2e74f1f by shunz
Refactored transition model profile choice logic.  Fixed PDEIBL unit
test
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/PDEIBL2D_btest.cpp
Commit b437684720d3f0ffc7896193f604ed1e376a0c86 by shunz
Fixed system test.  More unit tests.  Some cleanup
The file was modified src/pde/IBL/FluidModels.h
The file was modified test/unit/pde/IBL/PDEIBL2D_btest.cpp
The file was modified src/pde/NDConvert/PDENDConvertSpace2D.h
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_LamiBL_TurbWake_btest.cpp
The file was modified src/pde/IBL/PDEIBL2D.h
Commit efd38aa68854b225703f20136382338d0f7ada96 by shunz
Updated TE matching condition for amp factor eqn
The file was modified src/pde/IBL/PDEIBL2D.h
The file was modified test/unit/pde/IBL/PDEIBL2D_btest.cpp
Commit 820de11f64a2bd91942808580ccc042cc034b7f6 by shunz
Minor refactoring
The file was modified src/pde/IBL/SecondaryVar2D.h
Commit 5764d96bd21095126ad036bec4b233ca64ec3522 by shunz
Refactored secondary variable class in IBL and added more unit tests
The file was modified src/pde/IBL/PDEIBL2D.h
The file was modified test/unit/pde/IBL/SecondaryVar2D_btest.cpp
The file was modified src/pde/IBL/FluidModels.cpp
The file was modified src/pde/IBL/SecondaryVar2D.h
The file was modified test/unit/pde/IBL/PDEIBL2D_btest.cpp
Commit 03d1c5046d3d8ff768ea563239d76f74a0ad78b3 by shunz
Minor update.  Added a system test
The file was addedtest/system/IO/CodeConsistency/Solve2D_Coupled_4x4_IBL_Panel_laminarBL_turbulentWakexfoillag_naca0004_ne64_p1_Test.txt
The file was addedtest/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_LamiBL_TurbWakeXfoilLagClosure_btest.cpp
The file was modified src/pde/IBL/FluidModels.h
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_LamiBL_TurbWake_btest.cpp
The file was modified src/pde/IBL/PDEIBL2D.h
Commit ff6bde8445f96a95283f856e91f83a94f5550d8b by shunz
Added a system test for forced transition case
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_LamiBL_TurbWake_btest.cpp
The file was addedtest/system/IO/CodeConsistency/Solve2D_Coupled_4x4_IBL_Panel_laminarBLforcedTransition0p8074822_turbulentWakexfoillag_naca0004_ne64_p1_Test.txt
The file was addedtest/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_ForcedTransitionBL_TurbWake_btest.cpp
The file was modified src/Discretization/Galerkin/IntegrandInteriorTrace_Galerkin_manifold.h
Commit d1e664183dd3736d78e4861284935d3310bdb472 by shunz
Fixed some double semicolons
The file was modified src/Field/Element/ElementAssociativityNodeConstructor.cpp
The file was modified src/pde/PorousMedia/PDEBuckleyLeverett_ArtificialViscosity1D.h
The file was modified src/SolutionTrek/Continuation/DissipationBased/AlgebraicEquationSet_DBC.h
The file was modified src/pde/NS/PDERANSSA3D.h
The file was modified src/Adaptation/MOESS/NodalMetrics.cpp
Commit 36f0798fc30efe63d932646baee5ce37a28d82d4 by shunz
Overhauled IBL with 6-unknown cut-cell formulation.  All unit test
passing.  [TBD] more comprehensive unit tests are necessary as the
formulation settles down
The file was modified src/pde/IBL/VarInterpret2D.h
The file was modified src/Field/FieldLine_DG_Cell_Instantiate_2D.cpp
The file was modified test/unit/pde/IBL/SetIBLoutputCellGroup_btest.cpp
The file was modified src/pde/IBL/ElementProjectionIBLoutput_L2.h
The file was modified test/unit/pde/IBL/ElementProjectionIBLoutput_L2_btest.cpp
The file was modified src/pde/IBL/IBL_Traits.h
The file was modified src/pde/IBL/BCIBL2D.h
The file was modified test/unit/pde/IBL/BCIBL2D_btest.cpp
The file was modified src/pde/IBL/BCIBL2D.cpp
The file was modified test/unit/pde/IBL/GetSolnDofCell_IBL_btest.cpp
The file was modified test/unit/pde/IBL/SetSolnDofCell_IBL_btest.cpp
The file was modified src/pde/IBL/PDEIBL2D.h
The file was modified src/pde/IBL/SetSolnDofCell_IBL2D.h
The file was modified test/unit/IO/pde/IBL/Qinit_nelem32.txt
The file was modified src/pde/IBL/IBLVarDataType2D.h
The file was modified test/unit/pde/IBL/VarInterpret2D_btest.cpp
The file was modified test/unit/pde/IBL/PDEIBL2D_btest.cpp
Commit 572c2fa0b9c72b38bcbffe4f0f47813bc74a3ad0 by shunz
Went on fixing PanelMethod unit tests that are affected by IBL
refactoring
The file was modified src/pde/IBL/ElementProjectionIBLoutput_L2.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 7adfbfd3d24e13809730c9dd6170d8aa40f3aaaf by shunz
Fixed missing keywords: typename and template
The file was modified src/pde/NS/PDERANSSA2D.h
The file was modified src/pde/ArtificialViscosity/PDEArtificialViscosity3D.h
The file was modified src/pde/NS/PDEEuler2D.h
The file was modified src/pde/ArtificialViscosity/PDEArtificialViscosity2D.h
The file was modified src/pde/ArtificialViscosity/PDEArtificialViscosity1D.h
The file was modified src/pde/NS/PDEEulerQ1D.h
Commit 8afca116470e9a91bb0087f447294f8f4e23aca4 by shunz
Refactored IBL-related fluxAdvectiveUpwind to fix compiling errors. 
Added instantiations to compile an IBL system test. [TBD] runtime error
to be fixed
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver_MatrixBlock_4x4_Instantiate.cpp
The file was modified src/NonLinearSolver/NewtonSolver_MatrixBlock_4x4_Instantiate.cpp
The file was modified src/Discretization/Galerkin/IntegrandInteriorTrace_Galerkin_manifold.h
The file was modified src/LinearAlgebra/DenseLinAlg/StaticSize/MatMul/MatrixS_MatMul_Native_Real_Instantiate.cpp
The file was modified src/Field/FieldLinesearch/FieldLinesearch_Line_Instantiate.cpp
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_LamiBL_TurbWake_btest.cpp
The file was modified src/LinearAlgebra/DenseLinAlg/StaticSize/MatMul/MatrixS_MatMul_Native_Surreal_Instantiate.cpp
The file was modified src/PanelMethod/ProjectionToQauxi_IBL.h
The file was modified src/pde/NDConvert/PDENDConvertSpace2D.h
The file was modified src/Field/FieldLine_DG_HubTrace_Instantiate_2D.cpp
The file was modified src/LinearAlgebra/DenseLinAlg/StaticSize/MatMul/MatrixS_MatMul_Native_MatrixS_Instantiate.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/ScalarMatrix_CRS_int.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixBlock_4x4_Instantiate.cpp
The file was modified src/Field/FieldLine_DG_BoundaryTrace_Instantiate_2D.cpp
The file was modified src/Field/output_Tecplot.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/Krylov/FGMRES_MatrixBlock_4x4_Instantiate.cpp
The file was modified src/NonLinearSolver/LineUpdate/HalvingSearchLineUpdate_MatrixBlock_4x4_Instantiate.cpp
The file was modified src/pde/IBL/PDEIBL2D.h
Commit 9c891215056c310207ee7c9dece13bfc4bb4090a by shunz
Fixed uncoupled IBL system test case on airfoil only.  [TBD]
airfoil+wake solution being debugged
The file was modified test/system/IO/CodeConsistency/IBL/naca0004_qinit_ne64_a0.txt
The file was modified test/system/CodeConsistency/Solve2D_Uncoupled_DGAdvectiveIBL_airfoil_NACA0004_PTC_btest.cpp
The file was modified test/system/CodeConsistency/Solve2D_Uncoupled_DGAdvectiveIBL_airfoil_NACA0004_btest.cpp
Commit 1c95fc02bf2fdeceb40bdcc9311042fc6c4f06af by shunz
Fixed block 4x4 jacobian ping test.  Minor refactoring
The file was modified src/pde/IBL/PDEIBL2D.h
The file was modified src/Discretization/Galerkin/IntegrandBoundaryTrace_None_Galerkin_manifold.h
The file was modified src/Discretization/Galerkin/IntegrandBoundaryTrace_WakeMatch_Galerkin_IBL.h
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_IBL_Panel_btest.cpp
Commit 86df42210f702152bb5dec423eaa37ebd4e7e591 by shunz
Fixed the uncoupled IBL airfoil+wake case.  Previously failing due to a
bug in the TE matching flux
The file was modified test/system/IO/CodeConsistency/IBL/naca0004_qinit_ne128_a0.txt
The file was modified test/system/CodeConsistency/Solve2D_Uncoupled_DGAdvectiveIBL_airfoilANDwake_NACA0004_btest.cpp
The file was modified test/system/IO/CodeConsistency/IBL/naca0004_qinit_wake_ne128_a0.txt
The file was modified src/Discretization/Galerkin/IntegrandBoundaryTrace_WakeMatch_Galerkin_IBL.h
The file was modified src/pde/IBL/PDEIBL2D.h
Commit b64c4d96e38460214d68181cd00eccca8a8cc5c0 by shunz
Updated IBL output functions and unit tests
The file was modified src/BasisFunction/BasisFunctionLine_Projection.cpp
The file was modified src/Field/FieldLine_DG_Cell_Instantiate_2D.cpp
The file was modified src/Field/FieldBaseLine_Instantiate.cpp
The file was modified src/LinearAlgebra/DenseLinAlg/DynamicSize/MatMul/MatMul_Native_Real.cpp
The file was modified src/pde/IBL/ElementProjectionIBLoutput_L2.h
The file was modified src/Discretization/Galerkin/IntegrandBoundaryTrace_WakeMatch_Galerkin_IBL.h
The file was modified test/unit/pde/IBL/ElementProjectionIBLoutput_L2_btest.cpp
The file was modified src/Field/FieldLine_Instantiate_2D.cpp
The file was modified test/unit/pde/IBL/SetIBLoutputCellGroup_btest.cpp
Commit afe93518194212996e0bdf913bbaf4308fd26ffc by shunz
Put new IBL output function to work in a system test
The file was addedtest/system/IO/CodeConsistency/Solve2D_Uncoupled_DGAdvectiveIBL_laminarBL_laminarWake_naca0004_ne128_p1_Test.txt
The file was modified test/system/CodeConsistency/Solve2D_Uncoupled_DGAdvectiveIBL_airfoilANDwake_NACA0004_btest.cpp
The file was modified src/Field/output_Tecplot.cpp
The file was removedtest/system/IO/CodeConsistency/Solve2D_Uncoupled_DGAdvectiveIBL_naca0004_ne128_p1_airfoilANDwake_Test.txt
Commit fbbb9ebdfbe65dfcd0449ebbbae8b25a47756c7b by shunz
updated forced transition coordinate default
The file was modified src/pde/IBL/FluidModels.h
The file was modified test/unit/pde/IBL/FluidModels_btest.cpp
Commit bbb1f3d5d17e7054271ced6304cc7f3d8cfa3fca by shunz
(1) Debugged and refactored hubtrace matching conditions (eqns) and
matching fluxes. (2) Turned off amplification and lag eqns for now.  (3)
Revived all IBL system tests without amp and lag eqns
The file was modified test/system/IO/CodeConsistency/IBL/naca0004_qinit_wake_ne128_a0.txt
The file was modified test/system/IO/CodeConsistency/IBL/naca0004_qinit_ne64_a0.txt
The file was modified src/pde/NDConvert/PDENDConvertSpace2D.h
The file was modified test/system/CodeConsistency/Solve2D_Uncoupled_DGAdvectiveIBL_airfoilANDwake_NACA0004_btest.cpp
The file was modified src/Discretization/Galerkin/IntegrandInteriorTrace_Galerkin_manifold.h
The file was addedtest/system/IO/CodeConsistency/Solve2D_Coupled_4x4_IBL_Panel_laminarBL_turbulentWake_naca0004_ne64_p1_TestNew.txt
The file was modified test/system/IO/CodeConsistency/IBL/naca0004_qinit_ne128_a0.txt
The file was modified src/Discretization/Galerkin/IntegrandBoundaryTrace_WakeMatch_Galerkin_IBL.h
The file was modified src/pde/IBL/PDEIBL2D.h
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_LamiBL_TurbWake_btest.cpp
Commit ae202535751f9b5abf79f2de4fabcf7c846a971c by shunz
Debugged and refactored IBL hubtrace equation/flux formulation. 
Refactored inflow bc source of IBL amp factor eqn [more work needed].
Revived all the IBL system test cases with lag+amp, except forced
transition.  Updated initial solution so that nonlinear solver can
converge.
The file was modified test/system/IO/CodeConsistency/IBL/naca0004_qinit_wake_ne128_a0.txt
The file was addedtest/system/IO/CodeConsistency/Solve2D_Coupled_4x4_IBL_Panel_laminarBL_turbulentWakexfoillag_naca0004_ne64_p1_TestNew.txt
The file was addedtest/system/IO/CodeConsistency/Solve2D_Coupled_4x4_IBL_Panel_laminarBL_turbulentWakeibl3eqm_naca0004_ne64_p1_TestNew.txt
The file was modified test/system/CodeConsistency/Solve2D_Uncoupled_DGAdvectiveIBL_airfoilANDwake_NACA0004_btest.cpp
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_LamiBL_TurbWakeXfoilLagClosure_btest.cpp
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_LamiBL_TurbWake_btest.cpp
The file was modified test/system/IO/CodeConsistency/IBL/naca0004_qinit_ne128_a0.txt
The file was removedtest/system/IO/CodeConsistency/Solve2D_Coupled_4x4_IBL_Panel_laminarBL_turbulentWake_naca0004_ne64_p1_TestNew.txt
The file was modified src/pde/IBL/PDEIBL2D.h
Commit cabf7da3f61e343b0f71fe9e008eb5f6b97afa65 by shunz
Refactored IBL-related machinery involving profile determination at
transition front.  [Some are hacky currently; to be fixed].  Revived
forced transition with the new 6-unknown IBL formulation
The file was modified src/Discretization/Galerkin/IntegrandInteriorTrace_Galerkin_manifold.h
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_ForcedTransitionBL_TurbWake_btest.cpp
The file was modified src/pde/IBL/ElementProjectionIBLoutput_L2.h
The file was modified src/PanelMethod/ProjectionToQauxi_IBL.h
The file was modified test/system/IO/CodeConsistency/IBL/naca0004_qinit_ne64_a0.txt
The file was modified test/system/IO/CodeConsistency/Solve2D_Coupled_4x4_IBL_Panel_laminarBLforcedTransition0p8074822_turbulentWakexfoillag_naca0004_ne64_p1_Test.txt
The file was modified src/pde/IBL/PDEIBL2D.h
Commit 20ee3bed3e4d37c95e363bc2987f591bc573efb5 by shunz
Initial solution matters in IBL cases!  Tweaked it to make test cases
happy
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_ForcedTransitionBL_TurbWake_btest.cpp
The file was addedtest/system/IO/CodeConsistency/IBL/naca0004_qinit_ne64_a0_forcedTransition.txt
The file was modified test/system/CodeConsistency/Solve2D_Uncoupled_DGAdvectiveIBL_airfoilANDwake_NACA0004_btest.cpp
The file was modified test/system/IO/CodeConsistency/IBL/naca0004_qinit_ne64_a0.txt
Commit 72a238826f8303b1d9a9faf26224c12fd3f64cad by hcarson
pre merge
The file was modified test/sandbox/Solve3D_DGBR2_NavierStokes_DeltaWing_toy.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_NavierStokes_DeltaWing_toy.cpp
The file was modified src/SolutionTrek/Continuation/PseudoTime/PseudoTime.cpp
Commit 9f2342e11089f2632af445658714be50c7bcb664 by shunz
Fixed a runtime error.  The problem was caused by using the same name
(i.e. GasModel) for two different classes.  The compiler was probably
confused as to which instantiations of the class it should use and
likely threw its dice instead of throwing an error. --> Lesson: don't
use the same class name (esp. in the same namespace)
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_ForcedTransitionBL_TurbWake_btest.cpp
The file was modified test/system/CodeConsistency/Solve2D_Uncoupled_DGAdvectiveIBL_airfoilANDwake_NACA0004_btest.cpp
The file was modified test/unit/pde/IBL/FluidModels_btest.cpp
The file was modified src/pde/IBL/PDEIBL2D.h
The file was modified test/unit/pde/IBL/PDEIBL2D_btest.cpp
The file was modified test/system/CodeConsistency/Solve2D_Uncoupled_DGAdvectiveIBL_airfoil_NACA0004_PTC_btest.cpp
The file was modified src/pde/IBL/FluidModels.cpp
The file was modified src/pde/IBL/FluidModels.h
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_LamiBL_TurbWakeXfoilLagClosure_btest.cpp
The file was modified test/system/CodeConsistency/Solve2D_Uncoupled_DGAdvectiveIBL_airfoil_NACA0004_btest.cpp
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_LamiBL_TurbWake_btest.cpp
Commit 1badb1c5c48eff03dfb7725bf06e77c941a59aa4 by shunz
Cleaned PDEIBL a bit and added unit tests on hubtrace fluxes/sources
The file was modified test/unit/pde/IBL/PDEIBL2D_btest.cpp
The file was modified src/pde/IBL/FluidModels.h
The file was modified test/unit/IO/pde/IBL/GasModel_pattern.txt
The file was modified test/unit/pde/IBL/FluidModels_btest.cpp
The file was modified src/pde/IBL/PDEIBL2D.h
The file was modified test/unit/IO/pde/IBL/PDEIBL2D_pattern.txt
Commit 75d01dde2358eac16af69ebd229aef1caccbb5b4 by shunz
Relaxed IBL output unit tests given that I am currently hacking p1 for
transition. [TBD: to be fixed later]
The file was modified test/unit/pde/IBL/SetIBLoutputCellGroup_btest.cpp
The file was modified test/unit/pde/IBL/ElementProjectionIBLoutput_L2_btest.cpp
Commit a3d7744943dfd20119936c9860b06aa7b3c469e7 by shunz
Fixed error. Lesson: cannot use static members without instantiating the
class.
The file was modified src/pde/IBL/PDEIBL2D.h
The file was modified test/unit/pde/IBL/PDEIBL2D_btest.cpp
Commit 73d815bd03b476f5f256d7e3726eb1e5cc581b0d by shunz
Relaxed pyrite tolerance for clang on reynolds
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_ForcedTransitionBL_TurbWake_btest.cpp
Commit 2a00f1e8261ac87199c378bf92e4e398cfa820d5 by shunz
Added high-level machinery (higher than elemental Galerkin weighted
integral) for cut-cell transition of IBL.
The file was addedsrc/Discretization/Galerkin/ResidualCell_Galerkin_CutCellTransionIBL.h
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_manifold.h
The file was modified src/Field/Element/ElementXFieldLine.h
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_LamiBL_TurbWake_btest.cpp
The file was modified test/unit/pde/IBL/PDEIBL2D_btest.cpp
The file was modified src/pde/IBL/FluidModels.h
The file was modified src/Discretization/Galerkin/ResidualCell_Galerkin.h
The file was modified src/Field/Element/GalerkinWeightedIntegral_New.h
Commit fdfe52e589286444ce119afbdf400776d1c0644e by shunz
Refactored logic: use cut-cell transition Galerkin weighted integral
only when transition model is active
The file was modified src/Field/Element/GalerkinWeightedIntegral_New.h
Commit a23e68c1b7bd5ca963eb6a21210d3e17c67af7d1 by shunz
Completed an initial version of cut-cell transition IBL residual -->
compiled with the forced transition system test case.  [TBD] now need to
complete Jacobian
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_manifold.h
The file was modified src/pde/NDConvert/PDENDConvertSpace2D.h
The file was modified src/pde/IBL/PDEIBL2D.h
The file was modified src/Field/Element/GalerkinWeightedIntegral_New.h
Commit 83985d130ea272185645e3d7e5c443370ff36775 by shunz
Added specialized jacobian clasess for cut-cell transition IBL
The file was addedsrc/Discretization/Galerkin/JacobianCell_Galerkin_Param_CutCellTransitionIBL.h
The file was modified src/Discretization/Galerkin/JacobianCell_Galerkin.h
The file was modified src/Discretization/Galerkin/JacobianCell_Galerkin_Param.h
The file was addedsrc/Discretization/Galerkin/JacobianCell_Galerkin_CutCellTransitionIBL.h
Commit 45cd2b526a6ddee2dc36a905118a4b2632ab9d80 by shunz
Got new Jacobian machinery to compile with existing no-transition IBL
case.  Still passed that system test
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_manifold.h
The file was modified src/pde/IBL/PDEIBL2D.h
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_LamiBL_TurbWake_btest.cpp
The file was modified src/Discretization/Galerkin/ResidualCell_Galerkin_CutCellTransionIBL.h
The file was modified src/Discretization/Galerkin/JacobianCell_Galerkin_Param_CutCellTransitionIBL.h
The file was modified src/Discretization/Galerkin/JacobianCell_Galerkin_Param.h
Commit 40727d89bb1c2de55087fecf9e1311a394160335 by shunz
Added a new ping test for cut-cell transition IBL.  [To be completed]
The file was addedtest/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_CutCellTransitionIBL_Panel_btest.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_IBL_Panel_btest.cpp
Commit 528ae8cc5bcfb5e8b550e55e6c1b904d83de2bad by shunz
Fixed a bug in cut-cell elemental jacobian.  Ping test passes now :)
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_manifold.h
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_CutCellTransitionIBL_Panel_btest.cpp
Commit 1db33be69438c7439bb95facc24252ef2286f7d6 by shunz
Got cut-cell machinery to work for forced transition at an element
interface
The file was modified src/pde/IBL/PDEIBL2D.h
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_ForcedTransitionBL_TurbWake_btest.cpp
The file was modified src/PanelMethod/ProjectionToQauxi_IBL.h
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_manifold.h
The file was modified src/Field/Element/GalerkinWeightedIntegral_New.h
Commit b7964d11dfb0632af0c3a2625add64f4fccbca9a by shunz
Fixed interface flux at transition front.  Updated system test pyrite
file.  Removed IBL output hack
The file was modified test/system/IO/CodeConsistency/Solve2D_Coupled_4x4_IBL_Panel_laminarBLforcedTransition0p8074822_turbulentWakexfoillag_naca0004_ne64_p1_Test.txt
The file was modified src/pde/IBL/ElementProjectionIBLoutput_L2.h
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_ForcedTransitionBL_TurbWake_btest.cpp
The file was modified src/pde/IBL/PDEIBL2D.h
The file was addedtest/system/IO/CodeConsistency/Solve2D_Coupled_4x4_IBL_Panel_laminarBLforcedTransition0p8074822_turbulentWakexfoillag_naca0004_ne64_p1_TestOld.txt
Commit c9585cd33b2d5d4562990b47cfaa106c50e62f74 by shunz
Fix for a jacobian ping test
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_manifold.h
Commit 4bb521779ddace6ceb29fd55b7e1c22fb5b37b83 by shunz
Refactored cut-cell integrandCell class. Updated system test initial
solution get converge faster.  Verified system test on forced transition
still passes
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_manifold.h
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_ForcedTransitionBL_TurbWake_btest.cpp
The file was modified test/system/IO/CodeConsistency/IBL/naca0004_qinit_ne64_a0_forcedTransition.txt
Commit ee43f6e30136fac859fd8baa394203afe5883c21 by shunz
Fixed a bug in cut-cell transition Galerkin weighted integral: missing
scaling terms in grid jacobian for subelement.  Added LF flux to Auxi
equations
The file was modified src/Field/Element/GalerkinWeightedIntegral_New.h
The file was modified src/PanelMethod/ProjectionToQauxi_IBL.h
Commit 94939231e23c1356930c9b2d079ceb0f788b4f05 by shunz
Some cleanup
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_ForcedTransitionBL_TurbWake_btest.cpp
Commit 2b0f7da9a71b8f0e48cb24c0a64f274578651884 by shunz
updated a pyrite file since the Auxi equation upwind flux changed in two
commits ealier
The file was modified test/system/IO/CodeConsistency/Solve2D_Coupled_4x4_IBL_Panel_laminarBLforcedTransition0p8074822_turbulentWakexfoillag_naca0004_ne64_p1_Test.txt
Commit 61c1bea611e47134d0c6b8b47ef096580196410a by shunz
Added a system test case [Only works for intra cell force transition
without explicit mass conservation]
The file was addedtest/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_IntraCellForcedTransitionBL_TurbWake_btest.cpp
Commit e25363024927d4e34ac942b17b01ba470ff30099 by shunz
Intra-cell transition is working with no explicit mass conservation at
transition front
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_manifold.h
The file was addedtest/system/IO/CodeConsistency/Solve2D_Coupled_4x4_IBL_Panel_laminarBLforcedTransition0p80408_turbulentWakexfoillag_naca0004_ne64_p1_Test.txt
The file was modified src/pde/IBL/PDEIBL2D.h
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_IntraCellForcedTransitionBL_TurbWake_btest.cpp
Commit 0835dc1c2403dce0b95d4e2fb48477356326aef2 by shunz
Got intra-cell transition to work with explicit mass conservation.
Updated/added pyrite files
The file was modified src/Discretization/Galerkin/IntegrandInteriorTrace_Galerkin_manifold.h
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_IntraCellForcedTransitionBL_TurbWake_btest.cpp
The file was removedtest/system/IO/CodeConsistency/Solve2D_Coupled_4x4_IBL_Panel_laminarBLforcedTransition0p80408_turbulentWakexfoillag_naca0004_ne64_p1_Test.txt
The file was addedtest/system/IO/CodeConsistency/Solve2D_Coupled_4x4_IBL_Panel_laminarBLforcedTransition0p80408_turbulentWakexfoillag_naca0004_ne64_p1_Test_NoExplicitMassCons.txt
The file was addedtest/system/IO/CodeConsistency/Solve2D_Coupled_4x4_IBL_Panel_laminarBLforcedTransition0p80408_turbulentWakexfoillag_naca0004_ne64_p1_Test_ExplicitMassCons.txt
Commit 960bdd0e61abf318766ba2f67ef27888d5d4fcfc by shunz
Verified that forced transition at element interface still works will
explicit mass conservation
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_ForcedTransitionBL_TurbWake_btest.cpp
The file was modified src/pde/IBL/PDEIBL2D.h
The file was removedtest/system/IO/CodeConsistency/Solve2D_Coupled_4x4_IBL_Panel_laminarBLforcedTransition0p8074822_turbulentWakexfoillag_naca0004_ne64_p1_Test.txt
The file was addedtest/system/IO/CodeConsistency/Solve2D_Coupled_4x4_IBL_Panel_laminarBLforcedTransition0p8074822_turbulentWakexfoillag_naca0004_ne64_p1_Test_ExplicitMassCons.txt
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_manifold.h
Commit ab760c576623eb088c8f89324b1e6f9fea50b2fd by shunz
Fixed asymmetric solution with explicit mass conservation.  [TBD] needs
refactoring
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_manifold.h
The file was modified src/Discretization/Galerkin/IntegrandInteriorTrace_Galerkin_manifold.h
Commit f203b6b1ffcd91239e8c0515212f56ccf7ea8031 by eam5515
 Adding Bernstein BF for triangles and Tets
The file was addedsrc/BasisFunction/BasisFunctionVolume_Hexahedron_Bernstein.cpp
The file was addedsrc/BasisFunction/BasisFunctionArea_Triangle_RBS.cpp
The file was addedsrc/BasisFunction/BasisFunctionArea_Quad_Bernstein.cpp
The file was addedsrc/BasisFunction/BasisFunctionVolume_Tetrahedron_RBS.h
The file was addedsrc/BasisFunction/BasisFunctionArea_Quad_RBS.cpp
The file was addedsrc/BasisFunction/BasisFunctionVolume_Hexahedron_RBS.cpp
The file was addedsrc/BasisFunction/BasisFunctionVolume_Hexahedron_Bernstein.h
The file was addedsrc/BasisFunction/BasisFunctionArea_Triangle_Bernstein.h
The file was addedsrc/BasisFunction/BasisFunctionLine_RBS.h
The file was addedsrc/BasisFunction/BasisFunctionArea_Quad_RBS.h
The file was addedsrc/BasisFunction/BasisFunctionArea_Triangle_Bernstein.cpp
The file was addedsrc/BasisFunction/BasisFunctionLine_RBS.cpp
The file was addedsrc/BasisFunction/BasisFunctionVolume_Tetrahedron_Bernstein.h
The file was addedtest/unit/BasisFunction/BasisFunctionArea_Triangle_Bernstein_btest.cpp
The file was addedtest/unit/BasisFunction/BasisFunctionVolume_Tetrahedron_Bernstein_btest.cpp
The file was addedsrc/BasisFunction/BasisFunctionLine_Bernstein.cpp
The file was addedsrc/BasisFunction/BasisFunctionArea_Quad_Bernstein.h
The file was addedsrc/BasisFunction/BasisFunctionLine_Bernstein.h
The file was addedsrc/BasisFunction/BasisFunctionVolume_Tetrahedron_RBS.cpp
The file was addedsrc/BasisFunction/BasisFunctionVolume_Hexahedron_RBS.h
The file was addedsrc/BasisFunction/BasisFunctionVolume_Tetrahedron_Bernstein.cpp
The file was addedsrc/BasisFunction/BasisFunctionArea_Triangle_RBS.h
Commit 729b06790a0ee0cffcc376f46f1bd4e19cc97c73 by shunz
Cleaned up a system test
The file was modified test/system/Asymptotic/ErrorOrder_2D_DGAdvective_Circle_Line_AD_btest.cpp
Commit 731692730b938b8d5bc46072279178982d24d669 by shunz
Added a toy case for examing volume ratio's effect on system
conditioning
The file was addedtest/sandbox/Solve2D_DGAdvective_AdvectionOnly_Circle_toy.cpp
Commit 9f547e3f39f4ca5269e7c4ee66e8bbbaeb5558e9 by shunz
Renamed file.  Separated cut-cell hack of integrand cell out to a
standalone file
The file was removedsrc/Discretization/Galerkin/ResidualCell_Galerkin_CutCellTransionIBL.h
The file was addedsrc/Discretization/Galerkin/IntegrandCell_Galerkin_CutCellTransitionIBL.h
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_LamiBL_TurbWake_btest.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_CutCellTransitionIBL_Panel_btest.cpp
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_IntraCellForcedTransitionBL_TurbWake_btest.cpp
The file was addedsrc/Discretization/Galerkin/ResidualCell_Galerkin_CutCellTransitionIBL.h
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_ForcedTransitionBL_TurbWake_btest.cpp
Commit d1f933f76e72bfbe2bfdd3d4f78287479a6367f9 by shunz
Mostly cleanup and restoration
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_manifold.h
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_CutCellTransitionIBL.h
The file was modified src/Discretization/Galerkin/JacobianCell_Galerkin_Param_CutCellTransitionIBL.h
The file was modified src/PanelMethod/ProjectionToQauxi_IBL.h
The file was modified src/Field/Element/GalerkinWeightedIntegral_New.h
The file was modified src/Discretization/Galerkin/JacobianCell_Galerkin_CutCellTransitionIBL.h
Commit 2051c21345a26a67c37c00f6b1c9ff83e76f7d66 by shunz
Switched weighting function is DG weighted residuals from original
element to cut elements, which fixed the ill-conditioning issue.
Switched back to no explicit mass conservation at transition.
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_IntraCellForcedTransitionBL_TurbWake_btest.cpp
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_CutCellTransitionIBL.h
The file was modified src/pde/IBL/PDEIBL2D.h
The file was modified src/Field/Element/GalerkinWeightedIntegral_New.h
Commit 5d62ed06557ef4f5e6f28aa27a2c1c6df35df9ad by shunz
Updated gitignore
The file was modified .gitignore
Commit 22c81f92a9cae329fb652a67fc9d102d04bd3689 by shunz
Fixed the ill-conditioning issue with cut-cell transition IBL (when cut
cells have a large volume ratio).  Turned off explicit mass conservation
The file was modified src/Field/Element/GalerkinWeightedIntegral_New.h
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_IntraCellForcedTransitionBL_TurbWake_btest.cpp
The file was modified src/pde/IBL/PDEIBL2D.h
The file was modified test/system/IO/CodeConsistency/Solve2D_Coupled_4x4_IBL_Panel_laminarBLforcedTransition0p80408_turbulentWakexfoillag_naca0004_ne64_p1_Test_NoExplicitMassCons.txt
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_CutCellTransitionIBL.h
Commit fdb2426fd6dbef09f4bb27bd54bfd0513f688bec by shunz
Fixed the ill-conditioning issue with cut-cell transition IBL (when cut
cells have a large volume ratio).  Turned off explicit mass conservation
The file was modified src/Field/Element/GalerkinWeightedIntegral_New.h
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_IntraCellForcedTransitionBL_TurbWake_btest.cpp
The file was modified test/system/IO/CodeConsistency/Solve2D_Coupled_4x4_IBL_Panel_laminarBLforcedTransition0p80408_turbulentWakexfoillag_naca0004_ne64_p1_Test_NoExplicitMassCons.txt
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_CutCellTransitionIBL.h
The file was modified src/pde/IBL/PDEIBL2D.h
Commit 8214fd34c7f2beebabfb46bb8ff1ec72415b7b04 by shunz
Refactored indexing usage
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_CutCellTransitionIBL.h
Commit 13546589a690e9c6a9dc71f5c94daac981ece603 by shunz
Some cleanup
The file was modified src/Discretization/Galerkin/IntegrandInteriorTrace_Galerkin_manifold.h
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_CutCellTransitionIBL.h
Commit 969c93a4ec0b98cb10faa0e341d0c6b1be12aea1 by hcarson
pre merge
The file was modified test/unit/Discretization/DG/AlgebraicEquationSet_DGBR2_Triangle_AD_btest.cpp
The file was modified test/unit/ErrorEstimate/ErrorEstimateCell_PrimalStrongForm_Galerkin_AD_btest.cpp
The file was modified test/system/Asymptotic/ErrorEstimateOrder_2D_DGBR2_Triangle_AD_Boundary_btest.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_AD_TripleBoundaryLayer_toy.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_AD_HemisphereCylinder_toy.cpp
Commit 00d69d508ada7c55c4c75b878ede9b982c7977c4 by shunz
Revived hacks for explicit mass conservation at transition front
The file was modified src/Field/Element/GalerkinWeightedIntegral_New.h
The file was modified src/pde/IBL/PDEIBL2D.h
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_CutCellTransitionIBL.h
The file was modified src/Discretization/Galerkin/IntegrandInteriorTrace_Galerkin_manifold.h
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_IntraCellForcedTransitionBL_TurbWake_btest.cpp
Commit eb546311158252ff028395745d95ebcd7f8dc0e6 by shunz
Refactored IBL transition treatment with or without explicit mass
conservation
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_CutCellTransitionIBL.h
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_IntraCellForcedTransitionBL_TurbWake_btest.cpp
The file was modified src/Discretization/Galerkin/IntegrandInteriorTrace_Galerkin_manifold.h
The file was modified src/pde/IBL/PDEIBL2D.h
Commit d3ebaff78fd0fb25dc92074f5e2ef10d614a3e21 by shunz
Renaming for clarity
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_CutCellTransitionIBL.h
The file was modified src/Field/Element/GalerkinWeightedIntegral_New.h
Commit cefc057902ff7db2245524406584b492f58b24e7 by shunz
Refactored IBL elemental weighted residual computation so that it can
handle turbulent cut cell shrinking to machine zero size continuously.
Added system test for future reference
The file was addedtest/system/IO/CodeConsistency/Solve2D_Coupled_4x4_IBL_Panel_laminarBLforcedTransition0p8074822m1em20_turbulentWakexfoillag_naca0004_ne64_p1_Test_NoExplicitMassCons.txt
The file was addedtest/system/IO/CodeConsistency/Solve2D_Coupled_4x4_IBL_Panel_laminarBLforcedTransition0p8074822m8em17_turbulentWakexfoillag_naca0004_ne64_p1_Test_NoExplicitMassCons.txt
The file was modified src/Field/Element/GalerkinWeightedIntegral_New.h
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_IntraCellForcedTransitionBL_TurbWake_btest.cpp
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_CutCellTransitionIBL.h
Commit 4844020962b0a0c679d58513172738887df14b4d by shunz
Minor refactoring
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGAdvective_impl.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_HubTrace_Galerkin.h
Commit 50f64bb6cc565b794732c7fec7a8d5d5c787ba49 by shunz
Started working on explicit mass conservation at transition front via an
additional dummy/auxiliary matching field
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_CutCellTransitionIBL.h
The file was addedsrc/Discretization/DG/AlgebraicEquationSet_TransitionIBL.h
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_IntraCellForcedTransitionBL_TurbWake_btest.cpp
The file was modified src/Discretization/IntegrateCellGroups.h
The file was modified src/PanelMethod/AlgebraicEquationSet_ProjectToQauxi.h
The file was modified src/Discretization/Galerkin/JacobianCell_Galerkin_CutCellTransitionIBL.h
The file was modified src/Discretization/Galerkin/JacobianCell_Galerkin_Param_CutCellTransitionIBL.h
The file was modified src/Discretization/Galerkin/ResidualCell_Galerkin_CutCellTransitionIBL.h
The file was modified src/Field/Element/GalerkinWeightedIntegral_New.h
Commit 29942f1f01b4ee5445a3996d8059ceed32390a28 by shunz
Refactoring so that  residual machinery compiles.   Jacobian stuff to be
implemented
The file was modified src/pde/IBL/PDEIBL2D.h
The file was modified src/Discretization/Galerkin/ResidualCell_Galerkin_CutCellTransitionIBL.h
The file was modified src/Discretization/DG/AlgebraicEquationSet_TransitionIBL.h
The file was modified src/Field/Element/GalerkinWeightedIntegral_New.h
The file was modified src/Discretization/Galerkin/IntegrandInteriorTrace_Galerkin_manifold.h
The file was modified src/pde/NDConvert/PDENDConvertSpace2D.h
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_CutCellTransitionIBL.h
Commit ec408bdee6fe76f805062e5d7b3e3027bc2b2075 by shunz
Minor refactoring for speedup
The file was modified src/Discretization/Galerkin/JacobianBoundaryTrace_mitLG_Galerkin.h
The file was modified src/Discretization/Galerkin/JacobianBoundaryTrace_Dirichlet_mitLG_Galerkin.h
Commit 25161c4a6810d3b14870658e8456043fd4edc418 by shunz
Implemented coupling jacobian between matching conditions/variables and
IBL PDE/variables.  Jacobian structure looks sensible at for transition
front DOFs.  More testing needed. Dummy identity jacobian to be done
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_IntraCellForcedTransitionBL_TurbWake_btest.cpp
The file was modified src/Discretization/DG/AlgebraicEquationSet_TransitionIBL.h
The file was modified src/Discretization/Galerkin/JacobianCell_Galerkin_CutCellTransitionIBL.h
The file was modified src/pde/IBL/PDEIBL2D.h
The file was modified src/Discretization/Galerkin/ResidualCell_Galerkin_CutCellTransitionIBL.h
Commit 25ef87d354c73ebea604956341c34338303d2730 by shunz
Fixed a bug in DOF mapping call.  Completed dummy equation/jacobian for
non-transition elements
The file was modified src/Field/Element/GalerkinWeightedIntegral_New.h
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_CutCellTransitionIBL.h
The file was modified src/Discretization/Galerkin/ResidualCell_Galerkin_CutCellTransitionIBL.h
Commit 4972e06969ec058410836d1a0a2fe5b6c8722ab0 by shunz
Completed jacobian w.r.t. parameters.  Jacobian ping test underway
The file was modified src/Discretization/Galerkin/JacobianCell_Galerkin_CutCellTransitionIBL.h
The file was modified src/Discretization/Galerkin/JacobianCell_Galerkin_Param_CutCellTransitionIBL.h
The file was modified src/Discretization/DG/AlgebraicEquationSet_TransitionIBL.h
Commit 6af3fb9e40b4e9b6aa01527606679585347df93f by shunz
minor edits
The file was modified test/unit/Discretization/jacobianPingTest_btest.h
The file was modified src/pde/NDConvert/PDENDConvertSpace2D.h
The file was modified src/Discretization/Galerkin/IntegrandBoundaryTrace_WakeMatch_Galerkin_IBL.h
Commit d7ea20fe929f9ba8cc49bde9453ac38519354d64 by shunz
minor refactoring
The file was modified src/Discretization/DG/AlgebraicEquationSet_TransitionIBL.h
The file was modified test/unit/Discretization/jacobianPingTest_btest.h
The file was modified src/Discretization/Galerkin/JacobianCell_Galerkin_Param_CutCellTransitionIBL.h
Commit 910d0c52dca654f4935349b90b5fb3982d330344 by shunz
Bug fix in residual cell. Other minor refactoring
The file was modified src/Discretization/Galerkin/JacobianCell_Galerkin_CutCellTransitionIBL.h
The file was modified src/Discretization/Galerkin/ResidualCell_Galerkin_CutCellTransitionIBL.h
The file was modified src/Field/Element/GalerkinWeightedIntegral_New.h
Commit 926b87614a8e3f2adce262350fc7b1b32bde3127 by shunz
minor refactoring
The file was modified src/Discretization/Galerkin/JacobianCell_Galerkin_Param_CutCellTransitionIBL.h
The file was modified src/Discretization/Galerkin/ResidualCell_Galerkin_CutCellTransitionIBL.h
Commit 3ae99bed187de2dbc89fdecdc30f55394356c483 by shunz
Fixefd a bug in jacobian param
The file was modified src/Discretization/Galerkin/JacobianCell_Galerkin_Param_CutCellTransitionIBL.h
Commit fad3715706500c2b9e536047c6fd4cf9eee71a9f by shunz
Verified the new transition IBL formulation works with no explicit mass
conservation at transition front, agreeing with previous version of that
formulation according to pyrite checks.
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_IntraCellForcedTransitionBL_TurbWake_btest.cpp
The file was modified src/pde/IBL/PDEIBL2D.h
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_CutCellTransitionIBL.h
Commit d8e8cf0c0ef8c510206912395393e54159f5d6c9 by shunz
Fixed ping test for transition IBL
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_CutCellTransitionIBL_Panel_btest.cpp
Commit 1b1486e535afab721e9b05a99f364ce8455c7f83 by shunz
Updated pyrite files.  Minor refactoring
The file was modified test/system/IO/CodeConsistency/Solve2D_Coupled_4x4_IBL_Panel_laminarBLforcedTransition0p8074822_turbulentWakexfoillag_naca0004_ne64_p1_Test_ExplicitMassCons.txt
The file was modified test/system/IO/CodeConsistency/Solve2D_Coupled_4x4_IBL_Panel_laminarBLforcedTransition0p80408_turbulentWakexfoillag_naca0004_ne64_p1_Test_ExplicitMassCons.txt
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_IntraCellForcedTransitionBL_TurbWake_btest.cpp
The file was modified src/pde/IBL/PDEIBL2D.h
The file was removedtest/system/IO/CodeConsistency/Solve2D_Coupled_4x4_IBL_Panel_laminarBLforcedTransition0p8074822_turbulentWakexfoillag_naca0004_ne64_p1_TestOld.txt
Commit 6dc6253a6246b8e84efef74c1ad9c31b065a05f5 by shunz
cleanup
The file was modified src/PanelMethod/AlgebraicEquationSet_ProjectToQauxi.h
The file was modified src/pde/IBL/PDEIBL2D.h
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_CutCellTransitionIBL.h
Commit fb1eb065d1bbd930fa42b815a1da78347915a19e by arthuang
added windowed output
The file was modified src/pde/AnalyticFunction/ScalarFunction1D.h
The file was modified src/pde/NS/OutputEuler1D.h
The file was modified test/sandbox/Solve1D_DGBR2_Line_Euler_ArtNozzle_AV_Steady_toy.cpp
The file was modified test/unit/pde/NS/EulerSolutionFunction1D_btest.cpp
The file was modified test/sandbox/Adapt2D_DGBR2_Euler_ArtNozzle_AV_ST_toy.cpp
The file was modified src/pde/NS/SolutionFunction_Euler1D.h
The file was modified test/sandbox/Solve1D_DGBR2_Line_Euler_ArtNozzle_AV_BDF_toy.cpp
Commit 79918ef7205a0630166c9169e30a94371f475c27 by arthuang
changed to pressure squared output
The file was modified test/sandbox/Adapt2D_DGBR2_Euler_ArtNozzle_AV_ST_toy.cpp
The file was modified src/pde/NS/OutputEuler1D.h
Commit b138d0e00288125355c89a472944e8668608ce3c by shunz
Minor refactoring
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_IntraCellForcedTransitionBL_TurbWake_btest.cpp
The file was modified src/Field/Element/GalerkinWeightedIntegral_New.h
Commit 0745d44626bf9ad8350b43e89e16cd15bef12f33 by shunz
Refactored cut-cell determination logic to include natural transition
The file was modified src/Field/Element/GalerkinWeightedIntegral_New.h
The file was modified src/pde/IBL/FluidModels.h
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_CutCellTransitionIBL.h
Commit 0a04440187fc8614d5dbb6c14182b93caa0b9ca1 by arthuang
first steps toward general harmonic balance
The file was modified src/pde/NS/OutputEuler1D.h
The file was modified test/sandbox/Adapt2D_DGBR2_Euler_ArtNozzle_AV_ST_toy.cpp
The file was addedsrc/Discretization/Galerkin/IntegrandCell_Galerkin_HB.h
The file was addedtest/unit/Discretization/Galerkin/IntegrandCell_Galerkin_HB_AD_btest.cpp
Commit 6e7d8a84c5820a972808c84f62c28bc1892021b5 by hcarson
prints whether using solve or project now
The file was modified src/Adaptation/MOESS/SolverInterface_Galerkin.h
Commit d17cd58e6c7479a6d226e5f983df27fa1164ae70 by arthuang
have a harmonic balance algebraic equation set, trying to fill out
The file was modified test/unit/UnitGrids/XField2D_FlatPlate_X1.cpp
The file was addedsrc/SolutionTrek/HarmonicBalance/CMakeLists.txt
The file was modified src/SolutionTrek/CMakeLists.txt
The file was addedtest/sandbox/ErrorOrder_1D_DGBR2_AD_HB_toy.cpp
The file was addedsrc/SolutionTrek/HarmonicBalance/AlgebraicEquationSet_HarmonicBalance.h
Commit cc677f1986f5d1c01a8c440fb50a4913f7c7510c by arthuang
forgot to include extra typedef
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGBR2.h
Commit b7a77d4a13d2876078e52dcaef192453876628a2 by arthuang
trying to add NS field-weighted/basis-weighted comparison
The file was modified test/unit/Discretization/Galerkin/IntegrandCell_Galerkin_Stabilized_NS_btest.cpp
Commit d6db1dc24e1a02c95399f3d51cbab6d73d3a5321 by arthuang
fixed but in stabilized CG, field-weighted consistency check for NS
complete
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_Stabilized.h
The file was modified test/unit/Discretization/Galerkin/IntegrandCell_Galerkin_Stabilized_NS_btest.cpp
Commit 2322c74bc1f031b3b0b8fa2cdd447171ae754155 by arthuang
enable nitsche parameters
The file was modified src/Discretization/Galerkin/IntegrandBoundaryTrace_Flux_mitState_Galerkin.h
Commit f2778a6464648f9de9d0939db2dee3cdfb4dfbf2 by arthuang
incremental HB changes
The file was modified test/sandbox/ErrorOrder_1D_DGBR2_AD_HB_toy.cpp
The file was modified src/SolutionTrek/HarmonicBalance/AlgebraicEquationSet_HarmonicBalance.h
Commit e28ee1c50060ed3acf6fe96a7764ab1d277c9a57 by arthuang
working on HB residual, took lifting operator out of CG flat plate
The file was addedtest/sandbox/Solve2D_CGStabilized_Triangle_NavierStokes_FlatPlate_toy.cpp
The file was addedsrc/Discretization/Galerkin/ResidualCell_Galerkin_HB.h
The file was removedtest/sandbox/Solve2D_CGStabilizedLifted_Triangle_NavierStokes_FlatPlate_toy.cpp
Commit 4a5207171d630ae6f85e80dfdc514c6cdc2ca568 by arthuang
full VMS in place, bug in flux mitstate fieldweighted
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_NavierStokes_FlatPlate_toy.cpp
The file was modified test/sandbox/Solve2D_DGBR2_Triangle_NavierStokes_FlatPlate_toy.cpp
The file was modified test/sandbox/Solve2D_CGStabilized_Triangle_NavierStokes_FlatPlate_toy.cpp
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_Stabilized.h
The file was modified test/sandbox/Adapt2D_DGBR2_NavierStokes_FlatPlate_toy.cpp
The file was modified src/Discretization/Galerkin/IntegrandBoundaryTrace_Flux_mitState_Galerkin.h
The file was modified test/sandbox/Solve1D_DGBR2_Line_Euler_ArtNozzle_AV_BDF_toy.cpp
Commit 3f1b641166ef63e19e480d3df6f6a3be13364731 by arthuang
harmonic balance still not compiling..
The file was modified src/Discretization/Galerkin/IntegrandBoundaryTrace_Flux_mitState_Galerkin.h
The file was modified src/SolutionTrek/HarmonicBalance/AlgebraicEquationSet_HarmonicBalance.h
Commit 52a080c3e7d5dd6aae7fb728fa8788475c41a33b by galbramc
Various fixes
The file was modified src/Discretization/Galerkin/IntegrandBoundaryTrace_Flux_mitState_Galerkin.h
The file was modified src/SolutionTrek/HarmonicBalance/AlgebraicEquationSet_HarmonicBalance.h
The file was modified src/SolutionTrek/Continuation/DissipationBased/AlgebraicEquationSet_DBC.h
The file was modified test/sandbox/ErrorOrder_1D_DGBR2_AD_HB_toy.cpp
The file was modified src/Field/FieldAssociatvitySequence.h
The file was modified src/LinearAlgebra/AlgebraicEquationSet_Traits.h
The file was modified src/Field/FieldLiftAssociativity.h
The file was modified src/Field/FieldTypes.h
The file was modified src/SolutionTrek/Continuation/Homotopy/Homotopy.h
The file was modified src/SolutionTrek/Continuation/DissipationBased/DissipationBased.h
The file was modified src/SolutionTrek/TimeMarching/RungeKutta/RungeKutta.h
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGBR2.h
The file was modified src/Field/FieldSequence.h
Commit d3ed7e6fe6cff7abbac5f10505bcaf3f92621d20 by galbramc
Fixed compile errors
The file was modified src/SolutionTrek/HarmonicBalance/AlgebraicEquationSet_HarmonicBalance.h
Commit 508469b882ea99f2a9e2c0fb97a815121ce9bb63 by shunz
Updated transition IBL algebraic equation set to use SystemMatrixView
etc intead
The file was modified src/Discretization/DG/AlgebraicEquationSet_TransitionIBL.h
Commit e4ef3bcb12382bb42006778ed345cf192e419f2c by arthuang
galerkin output functional now uses linearization on g, nitsche params
enabled
The file was modified src/pde/NS/OutputEuler2D.h
The file was modified src/pde/NDConvert/OutputNDConvertSpace2D.h
The file was modified src/Adaptation/MOESS/SolverInterface_Galerkin.h
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_NavierStokes_FlatPlate_toy.cpp
The file was modified test/sandbox/Adapt2D_DGBR2_NavierStokes_FlatPlate_toy.cpp
The file was modified test/sandbox/Solve2D_CGStabilized_Triangle_NavierStokes_FlatPlate_toy.cpp
The file was modified test/sandbox/Solve2D_DGBR2_Triangle_NavierStokes_FlatPlate_toy.cpp
The file was modified src/Discretization/Galerkin/IntegrandBoundaryTrace_Flux_mitState_Galerkin.h
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_Output_Stabilized.h
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_Stabilized.h
Commit ebdd18e00638d912e40e8ddb271beb5b22ab13d6 by arthuang
HB getting there, just need to sort out element associativity
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_HB.h
The file was modified test/sandbox/ErrorOrder_1D_DGBR2_AD_HB_toy.cpp
The file was modified src/SolutionTrek/HarmonicBalance/AlgebraicEquationSet_HarmonicBalance.h
The file was modified src/Discretization/Galerkin/ResidualCell_Galerkin_HB.h
Commit df17277eea6f2e2abec2c403ac724c2ea26424c6 by arthuang
forgot jacobian file
The file was addedsrc/Discretization/Galerkin/JacobianCell_Galerkin_HB.h
Commit add4dd5258e5854e84da34d887251c7af3616f30 by arthuang
HB working??
The file was modified src/Discretization/Galerkin/ResidualCell_Galerkin_HB.h
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_HB.h
The file was modified src/Discretization/Galerkin/JacobianCell_Galerkin_HB.h
The file was modified test/unit/Discretization/Galerkin/IntegrandCell_Galerkin_HB_AD_btest.cpp
Commit 578f0c3c84e5a72357ffc609434d38dbc0bc5311 by shunz
Working on Surrealized reference coordinate sRef for IBL transition
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_CutCellTransitionIBL.h
The file was modified src/Field/Element/ElementXFieldLine.h
The file was modified src/Field/Element/GalerkinWeightedIntegral_New.h
Commit 40aaf2ae077a7a2802f5eccefcb18f386e8fe96d by allmaras
bug fixes for wake-cut
The file was modified src/Discretization/LIP_HACK/IntegrandInteriorTrace_Galerkin_WakeCut_IPTF.h
Commit 652686fb43c62916709876aae2082f5cfc5fa98a by allmaras
minor mods to CG tecplot output (not active)
The file was modified test/sandbox/Solve2D_CG_NACA_IPTF_toy.cpp
Commit 3e76d8afcefc806b6a48d65bca40abc2b0820f33 by allmaras
added PX-to-SANS ordering for P1 quad; added better developer exception
messages
The file was modified src/Meshing/EPIC/XField_PX.cpp
Commit 3c03ee2d352c3cc8f36cc3d6fc0adc5c050abc69 by allmaras
//#define --> #undef
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver_factorize.h
Commit fb7976d108fe3f32a8c6c49f963e8afc2a54b46b by allmaras
added ordering option for all applicable preconditioners
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver.h
Commit a2c8415f49a75f408d8270b8e11f0263e3ca709d by arthuang
the HB solution looks correct!
The file was modified src/Discretization/Galerkin/ResidualCell_Galerkin_HB.h
The file was modified src/SolutionTrek/HarmonicBalance/AlgebraicEquationSet_HarmonicBalance.h
The file was modified test/unit/Discretization/Galerkin/IntegrandCell_Galerkin_HB_AD_btest.cpp
The file was modified test/sandbox/ErrorOrder_1D_DGBR2_AD_HB_toy.cpp
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_HB.h
Commit e71e3f133bdab766d1dad9b9945fbf4a905b2a36 by shunz
Allows IBL parameter field (Qauxv) to be surrealized based on IBL
solution QIBL --> towards solution-dependent transition treatment
The file was modified src/Discretization/Galerkin/JacobianCell_Galerkin_Param_CutCellTransitionIBL.h
The file was modified src/Discretization/Galerkin/JacobianCell_Galerkin_CutCellTransitionIBL.h
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_CutCellTransitionIBL.h
The file was modified src/LinearAlgebra/DenseLinAlg/StaticSize/MatMul/MatrixS_MatMul_Native_Surreal_Instantiate.cpp
Commit 11612de8e31618bc077c6d19ed4c76388c7a7c96 by shunz
Now able to propagate Surrealized reference coordinate sRef through some
basis function evaluations for IBL.  [TBD] tuple element evaluation
The file was modified src/Field/Element/ElementLine.h
The file was modified src/Field/Element/ElementXFieldLine_Instantiate_2D.cpp
The file was modified src/Field/Element/ElementXFieldLine_impl.h
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_CutCellTransitionIBL.h
The file was modified src/Field/Element/ElementXFieldLine.h
Commit f4966ce2eb28904e990993df6328e3737a530d52 by arthuang
unit tests for linearized stabilized cg output passing
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_Output_Stabilized.h
The file was modified src/pde/NDConvert/OutputNDConvertSpace1D.h
The file was modified test/unit/Discretization/Galerkin/IntegrandCell_Galerkin_Output_Stabilized_AD_btest.cpp
The file was modified src/Discretization/Galerkin/IntegrandBoundaryTrace_Flux_mitState_Galerkin.h
The file was modified src/pde/OutputCell_SolutionErrorSquared.h
Commit 6084c68cf30b50bff0f0fa6fb358b04420233cec by shunz
Completed propagation of jacobian calculation for solution-dependent
transition onset.  [TBD] not yet ping tested
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_CutCellTransitionIBL.h
The file was modified src/Field/Element/ElementLine.h
Commit 75c94250535b2826ddacb148f93e16bc9f577d86 by arthuang
moved HB toy to asymptotic unit test
The file was removedtest/sandbox/ErrorOrder_1D_DGBR2_AD_HB_toy.cpp
The file was addedtest/system/Asymptotic/ErrorOrder_1D_DGBR2_AD_HB_btest.cpp
The file was addedtest/system/IO/ErrorOrder/ErrorOrder_1D_DGBR2_AD_HB_MinTest.txt
Commit 3c9bb030696a381e30f07fae9f6b3d50f34c3404 by shunz
Refactored cut-cell elemental residual logic a little bit.  Ping tested
natural transition implementation
The file was addedtest/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_CutCellNaturalTransitionIBL_Panel_btest.cpp
The file was addedtest/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_CutCellForcedTransitionIBL_Panel_btest.cpp
The file was modified src/Field/Element/GalerkinWeightedIntegral_New.h
The file was removedtest/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_CutCellTransitionIBL_Panel_btest.cpp
Commit 9e2d4f30390615ba6a48ce103f7bd539a63f1c9f by shunz
Added a test case to examine natural transition [working progress]
The file was addedtest/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_IntraCellNaturalTransitionBL_TurbWake_btest.cpp
Commit 7cbf2fc2b7852b69ef7e25be0d931f1fcbd4704a by galbramc
Added a BCList BoundaryGroups consistency checker
The file was addedsrc/Python/CheckBCInputs.h
The file was modified src/tools/SANSException.h
The file was modified src/Python/Parameter.cpp
Commit 9a2a1f15f49b8017d85ecec5a889fe9fa76528ee by ursachi
Added pressure output
The file was modified src/pde/NS/OutputEuler1D.h
Commit 8264840f6eb0ca25ef47ac45cfaf9014853f06ea by ursachi
Fixed dimension and added dimension checker
The file was modified src/pde/AdvectionDiffusion/OutputAdvectionDiffusion3D.h
The file was modified test/unit/pde/AdvectionDiffusion/OutputAdvectionDiffusion_btest.cpp
Commit effa2bcee61fb14703c13b1ecbb1fea573e00930 by shunz
Refactored IBL and GalerkinWeightedIntegral_TransitionIBL
The file was modified src/PanelMethod/ProjectionToQauxi_IBL.h
The file was modified src/pde/IBL/PDEIBL2D.h
The file was modified src/Field/Element/GalerkinWeightedIntegral_New.h
Commit 8f8c5d528e8ddf2066c87e4fa8cfe26017ad9092 by hcarson
added nEqn()
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_StrongForm.h
The file was modified src/Discretization/Galerkin/IntegrandInteriorTrace_Galerkin_StrongForm.h
Commit 29f34378e20b5b63eedf01af4eeaa327f5d92078 by shunz
Refactored IBL for simplicity and cleanness
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_IntraCellNaturalTransitionBL_TurbWake_btest.cpp
The file was modified src/Field/Element/GalerkinWeightedIntegral_New.h
The file was modified src/PanelMethod/ProjectionToQauxi_IBL.h
The file was modified src/pde/IBL/PDEIBL2D.h
Commit 68bf5e49ba89dbee9bd9d2e4a1e3674e252f8807 by eam5515
Adding Restart Hack files
The file was modified src/Field/XField.h
The file was addedsrc/Field/XField3D_Box_Hex_X1.h
The file was modified src/Field/XField_impl.h
The file was addedsrc/Field/XField3D_Box_Hex_X1.cpp
The file was modified src/Field/Partition/XField_Lagrange.cpp
The file was modified src/Field/Partition/XField_Lagrange.h
The file was addedsrc/Field/Solve3D_DGBR2_Hex_ADPeriodic_RK_toy.cpp
Commit a02eade10c19c09dcbf4b5bf76cdf60976899c96 by eam5515
Adding correct restart files
The file was modified test/unit/UnitGrids/XField3D_Box_Hex_X1.cpp
The file was removedsrc/Field/Solve3D_DGBR2_Hex_ADPeriodic_RK_toy.cpp
The file was modified test/sandbox/Solve3D_DGBR2_Hex_ADPeriodic_RK_toy.cpp
The file was modified test/unit/UnitGrids/XField3D_Box_Hex_X1.h
The file was removedsrc/Field/XField3D_Box_Hex_X1.cpp
The file was removedsrc/Field/XField3D_Box_Hex_X1.h
Commit bb8ebe669353c66c9d3ca4ea89afe37f38fef3fe by arthuang
unit tests passing for Galerkin mitstate w DC term and nitsche params
The file was modified test/unit/Discretization/Galerkin/IntegrandBoundaryTrace_Flux_mitState_Galerkin_AD_btest.cpp
The file was modified src/Discretization/Galerkin/IntegrandBoundaryTrace_Flux_mitState_Galerkin.h
Commit ccac4d83db820a7b4042d0c290fd626c47b1bf04 by galbramc
Unit tests for BC input check. More MatrixDView fixes
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixBlock_2x2_Instantiate.cpp
The file was modified test/unit/Python/PyDict_btest.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/WriteMatrixMarketFile.cpp
The file was removedsrc/Python/CheckBCInputs.h
The file was modified src/Python/InputException.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/ScalarMatrix_CRS.h
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver.h
The file was modified test/unit/UnitGrids/XField3D_Box_Tet_X1_WakeCut.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_CRS_MatrixD_MatrixS_Instantiate.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixD_CRS_MatrixD_MatrixS_Instantiate.cpp
The file was modified src/Python/Parameter.cpp
The file was modified test/unit/tools/tools_btest.cpp
The file was modified test/unit/UnitGrids/XField3D_Box_Tet_X1_WakeCut.h
The file was modified src/UserInterfaces/capsAIM/CMakeLists.txt
The file was modified src/LinearAlgebra/SparseLinAlg/ScalarMatrix_CRS_impl.h
The file was modified src/LinearAlgebra/DenseLinAlg/DynamicSize/MatrixD.h
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixD_CRS_MatrixD.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_impl.h
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/ScalarMatrix_CRS_UF_INT.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixBlock_3x3_Instantiate.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver_MatrixD_CRS_MatrixS_Instantiate.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_backsolve.h
The file was modified src/LinearAlgebra/SparseLinAlg/ScalarMatrix_CRS_int.cpp
The file was modified src/Python/InputException.h
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_CRS_double.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_CRS_MatrixD.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixD_CRS_MatrixS_Instantiate.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/WriteMatrixMarketFile.h
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixBlock_4x4_Instantiate.cpp
Commit f6dadf2b649db2e1ba2b98e38ec0efc055f20e1d by arthuang
updated Galerkin unit test nb
The file was modified test/unit/Discretization/Galerkin/Galerkin_Stabilized_AD.nb
Commit a6e314f7205a85e4b8c5a1d27b5a75310bd95641 by galbramc
Fixed instantiations
The file was modified CMakeInclude/HeaderCompileCheck.cmake
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/MKL_PARDISO/ScalarMatrix_CRS_MKL_INT.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/MKL_PARDISO/MKL_PARDISOSolver_MatrixD_CRS_MatrixS_Instantiate.cpp
Commit 37105d859e1bcf764c9a69e0a79809a593a7e4b1 by galbramc
Fixed nightly error?
The file was modified test/unit/ErrorEstimate/ErrorEstimateCell_PrimalStrongForm_Galerkin_AD_btest.cpp
Commit 45a6352da770657d3f7c5782485932fd659d759a by shunz
fixed a typo
The file was modified src/NonLinearSolver/NewtonSolver.h
Commit d3e473f23104b248e7d9fc88ddbce08c03a567a5 by shunz
First success in cut-cell solution-dependent natural transition
The file was addedtest/system/IO/CodeConsistency/Solve2D_Coupled_4x4_IBL_Panel_laminarBLnaturalTransition_turbulentWakexfoillag_naca0004_ne64_p1_Test_ExplicitMassCons.txt
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_IntraCellNaturalTransitionBL_TurbWake_btest.cpp
The file was modified test/system/IO/CodeConsistency/IBL/naca0004_qinit_ne64_a0_forcedTransition.txt
The file was modified src/pde/IBL/PDEIBL2D.h
Commit 31779e6d5f69741f66dde1340205cf3125516649 by allmaras
generated genuine algebraic equation set for IPTF; moved explicit Ax=b
solver to new file
The file was modified src/pde/FullPotential/PDEIncompressiblePotentialTwoField2D.h
The file was addedtest/sandbox/Solve2D_CG_NACA_IPTF_linearsolve_toy.cpp
The file was modified test/sandbox/Solve2D_CG_NACA_IPTF_toy.cpp
Commit 21dfb918d50c9bda8e51096ec932ba8f12739ab7 by eam5515
Trying to fix Jenkins errors
The file was modified src/BasisFunction/BasisFunctionArea_Quad_Legendre.cpp
The file was modified src/BasisFunction/BasisFunctionLine_Projection.cpp
The file was modified src/BasisFunction/BasisFunctionLine_Bernstein.h
The file was modified src/BasisFunction/BasisFunctionArea_Triangle_Hierarchical.cpp
The file was modified src/BasisFunction/BasisFunctionVolume_Tetrahedron.h
The file was modified src/BasisFunction/BasisFunctionArea_Triangle_Bernstein.h
The file was modified src/BasisFunction/BasisFunctionArea_Quad_Bernstein.cpp
The file was modified src/BasisFunction/BasisFunctionLineBase.h
The file was modified src/BasisFunction/BasisFunctionVolume_Tetrahedron_RBS.cpp
The file was modified src/BasisFunction/BasisFunctionVolume_Hexahedron_Bernstein.h
The file was modified src/BasisFunction/BasisFunctionVolume_Hexahedron_RBS.cpp
The file was modified src/BasisFunction/BasisFunctionArea_Triangle_Legendre.cpp
The file was modified src/BasisFunction/BasisFunctionLine_RBS.cpp
The file was modified src/BasisFunction/BasisFunctionVolume_Hexahedron.h
The file was modified src/BasisFunction/BasisFunctionArea_Triangle_RBS.h
The file was modified src/BasisFunction/BasisFunctionVolume.h
The file was modified src/BasisFunction/BasisFunctionArea.h
The file was modified src/BasisFunction/BasisFunctionVolume_Tetrahedron.cpp
The file was modified src/BasisFunction/BasisFunctionArea_Triangle_Legendre.h
The file was modified src/BasisFunction/BasisFunctionVolume_Tetrahedron_Bernstein.h
The file was modified src/BasisFunction/BasisFunctionArea_Quad_RBS.h
The file was modified src/BasisFunction/BasisFunctionArea_Triangle_Bernstein.cpp
The file was modified src/BasisFunction/BasisFunctionVolume_Hexahedron_Bernstein.cpp
The file was modified src/BasisFunction/BasisFunctionArea_Quad_Legendre.h
The file was modified src/BasisFunction/BasisFunctionArea_Triangle_RBS.cpp
The file was modified src/BasisFunction/BasisFunctionArea_Triangle_Lagrange.cpp
The file was modified src/BasisFunction/BasisFunctionLine.h
The file was modified src/BasisFunction/BasisFunctionVolume_Hexahedron.cpp
The file was modified src/BasisFunction/BasisFunctionArea_Quad.cpp
The file was modified src/BasisFunction/BasisFunctionArea_Quad.h
The file was modified src/BasisFunction/BasisFunctionVolume_Tetrahedron_RBS.h
The file was modified src/BasisFunction/BasisFunctionArea_Triangle_Lagrange.h
The file was modified src/BasisFunction/BasisFunctionArea_Triangle.h
The file was modified src/BasisFunction/BasisFunctionVolume_Tetrahedron_Bernstein.cpp
The file was modified src/BasisFunction/BasisFunctionLine_Bernstein.cpp
The file was modified src/BasisFunction/BasisFunctionLine_RBS.h
The file was modified src/BasisFunction/BasisFunctionNode.h
The file was modified src/BasisFunction/BasisFunctionArea_Quad_Lagrange.h
The file was modified src/BasisFunction/BasisFunctionVolume_Hexahedron_Lagrange.h
The file was modified src/BasisFunction/BasisFunctionVolume_Hexahedron_RBS.h
The file was modified src/BasisFunction/BasisFunctionArea_Triangle_Hierarchical.h
The file was modified src/BasisFunction/BasisFunctionArea_Quad_Bernstein.h
The file was modified src/BasisFunction/BasisFunctionCategory.h
The file was modified src/BasisFunction/BasisFunctionArea_Quad_RBS.cpp
The file was modified src/BasisFunction/BasisFunctionArea_Quad_Lagrange.cpp
The file was modified src/BasisFunction/BasisFunctionLine.cpp
The file was modified src/BasisFunction/BasisFunctionArea_Quad_Hierarchical.h
The file was modified src/BasisFunction/BasisFunctionVolume_Hexahedron_Lagrange.cpp
The file was modified src/BasisFunction/BasisFunctionArea_Triangle.cpp
Commit 61e0818f04237df497b96a1d22caff770cb7e5e8 by galbramc
Adding tests for LIP sensitivities. Fixed missing check in MDF ordering
The file was modified src/UserInterfaces/LIPSolver.cpp
The file was modified src/UserInterfaces/capsAIM/CMakeLists.txt
The file was modified src/LinearAlgebra/SparseLinAlg/SparseMatrix_CRS.h
The file was modified src/Meshing/TetGen/EGTetGen.cpp
The file was modified scripts/valgrind/OpenMPI.supp
The file was modified src/UserInterfaces/LIPSolver.h
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/MDFOrdering.cpp
The file was modified test/unit/CMakeLists.txt
The file was modified src/Meshing/AFLR/AFLR3.cpp
Commit 8ed55d0d9d4dd6b1517a8b4e558dc1e5061cb8fb by ursachi
Added Roe1D
The file was modified src/pde/NS/PDEEuler1D.h
The file was modified src/pde/NS/Roe.h
Commit 9c431780cbb51d306bd5bd0706ed4073c8f41134 by savithru
Updates to Burgers BCs
The file was modified src/pde/Burgers/BCmitAVSensorBurgers1D.cpp
The file was modified src/Discretization/DG/DGAdvective_Instantiate/AlgebraicEquationSet_DGAdvective_Burgers1D_Conservative_DNSN.cpp
The file was modified src/Discretization/DG/DGBR2_Instantiate/AlgebraicEquationSet_DGBR2_Burgers_AV1D_DUSUG.cpp
The file was modified src/pde/Burgers/BCBurgers1D.h
The file was modified src/pde/Burgers/BCBurgers1D.cpp
The file was modified src/Discretization/HDG/Instantiate/AlgebraicEquationSet_HDG_Burgers1D_Conservative_DUSU.cpp
The file was modified src/Discretization/DG/DGBR2_Instantiate/AlgebraicEquationSet_DGBR2_Burgers1D_Conservative_DUSU.cpp
The file was modified src/pde/Burgers/BCmitAVSensorBurgers1D.h
The file was modified src/ErrorEstimate/DG/Instantiate/ErrorEstimate_DGBR2_Burgers1D_Conservative_DUSN.cpp
The file was modified src/ErrorEstimate/DG/Instantiate/ErrorEstimate_DGBR2_Burgers_AV1D_DUSUG.cpp
The file was modified src/Discretization/DG/DGBR2_Instantiate/AlgebraicEquationSet_DGBR2_Burgers1D_Conservative_DUSN.cpp
Commit 5d3a4aaf75a3c91776846b20e94cda2ad01b5f5b by galbramc
Forgot files
The file was addedtest/unit/UserInterfaces/LIPSolver_btest.cpp
The file was addedtest/unit/UserInterfaces/CMakeLists.txt
Commit 429d200d7ebe7bb0a57359fa8213b5962a7426fc by allmaras
added checks for pow(0,b)
The file was modified src/Surreal/SurrealS_Lazy.h
The file was modified test/unit/Surreal/SurrealS1_btest.cpp
The file was modified src/Surreal/SurrealS_Reverse.h
The file was modified src/Surreal/SurrealS_Trad.h
The file was modified test/unit/Surreal/SurrealS4_btest.cpp
The file was modified src/Surreal/SurrealD_Lazy.h
The file was modified src/Surreal/SurrealD_Trad.h
Commit 28aff841485ef96711caa6a26a05f7ffefe82ec0 by galbramc
Fixed ternary operator compile problem
The file was modified src/Surreal/SurrealS_Lazy.h
Commit 28b144351dd20454032730e5e66b220d61b8ccb6 by galbramc
Various fixes
The file was modified src/BasisFunction/BasisFunctionArea_Quad_Lagrange.cpp
The file was modified src/BasisFunction/CMakeLists.txt
The file was modified src/BasisFunction/BasisFunctionVolume_Hexahedron_Lagrange.h
The file was modified src/BasisFunction/BasisFunctionArea_Quad_Lagrange.h
The file was modified src/BasisFunction/BasisFunctionVolume_Hexahedron.cpp
The file was modified src/Field/Partition/XField_Lagrange.cpp
The file was modified src/BasisFunction/BasisFunctionArea_Triangle_Lagrange.cpp
The file was modified src/BasisFunction/BasisFunctionVolume_Hexahedron_Lagrange.cpp
The file was modified test/unit/UnitGrids/XField3D_Box_Hex_X1.cpp
The file was modified src/BasisFunction/BasisFunctionLine_Projection.cpp
The file was modified src/BasisFunction/BasisFunctionArea.h
The file was modified src/BasisFunction/BasisFunctionArea_Triangle_Hierarchical.h
The file was modified src/BasisFunction/BasisFunctionArea_Quad_Legendre.h
The file was modified src/Field/XField_impl.h
The file was modified src/BasisFunction/BasisFunctionCategory.h
The file was modified src/BasisFunction/BasisFunctionArea_Triangle_Lagrange.h
The file was modified src/BasisFunction/BasisFunctionArea_Triangle_Hierarchical.cpp
The file was modified src/BasisFunction/BasisFunctionArea_Quad_Hierarchical.h
The file was addedsrc/Field/Partition/XField_Lagrange_balance_impl.h
The file was modified src/BasisFunction/BasisFunctionArea_Triangle_Bernstein.cpp
The file was modified src/BasisFunction/BasisFunctionArea_Quad_Legendre.cpp
The file was modified src/BasisFunction/BasisFunctionNode.h
The file was modified src/BasisFunction/BasisFunctionArea_Triangle_Legendre.cpp
The file was modified src/BasisFunction/BasisFunctionVolume.h
The file was modified src/Field/XField.h
The file was modified test/sandbox/Solve3D_DGBR2_Hex_ADPeriodic_RK_toy.cpp
The file was modified test/unit/UnitGrids/XField3D_Box_Hex_X1.h
The file was modified src/Field/Partition/XField_Lagrange.h
Commit c88440f33d9ceb07fc82a2c25ccabee6352abcfa by savithru
Updated unit tests
The file was modified test/unit/pde/Burgers/BCBurgers1D_btest.cpp
The file was modified test/system/Asymptotic/ErrorOrder_1D_DGBR2_Burgers_btest.cpp
The file was modified test/system/Asymptotic/ErrorOrder_1D_HDG_Burgers_btest.cpp
Commit 562044a8aeb75a7d9ac103b7c368a214f8428bfd by allmaras
added checks for pow(0,b) in Surreals
The file was modified src/Surreal/SurrealS_Trad.h
The file was modified src/Surreal/SurrealS_Lazy.h
The file was modified test/unit/Surreal/SurrealS4_btest.cpp
The file was modified src/Surreal/SurrealD_Lazy.h
The file was modified src/Surreal/SurrealD_Trad.h
The file was modified src/Surreal/SurrealS_Reverse.h
Commit 1538c25cf2824069f6cb7436d49e57c7a6e04c2e by savithru
Updated porous media test cases
The file was modified test/sandbox/Adapt2D_DGBR2_BuckleyLeverett_ArtificialViscosity_ST_toy.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_TwoPhase_ArtificialViscosity_ST_QuarterFiveSpot_toy.cpp
The file was modified test/sandbox/Solve1D_DGBR2_TwoPhaseLinearized_BDF_toy.cpp
Commit 36d21f485231487a5f6f1995827c6113acd80de1 by allmaras
generalized IPTF solver to allow for non-L2 functional minimization;
currently turned off
The file was modified src/Discretization/LIP_HACK/IntegrandBoundaryTrace_Galerkin_Farfield_IPTF.h
The file was modified src/Discretization/LIP_HACK/IntegrandInteriorTrace_Galerkin_WakeCut_IPTF.h
The file was modified test/sandbox/Solve2D_CG_NACA_IPTF_toy.cpp
The file was modified src/pde/FullPotential/PDEIncompressiblePotentialTwoField2D.h
The file was modified src/Discretization/LIP_HACK/IntegrandBoundaryTrace_Galerkin_Wall_IPTF.h
Commit 52a669f61ef57933006a05600a0bc6ece80aa920 by savithru
Updates for Burgers
The file was modified test/sandbox/Adapt2D_DGBR2_Burgers_ST_toy.cpp
The file was modified test/sandbox/Adapt2D_DGBR2_Burgers_ArtificialViscosity_ST_toy.cpp
The file was modified test/sandbox/Solve1D_DGBR2_Burgers_toy.cpp
The file was modified test/sandbox/Solve1D_DGBR2_Burgers_ArtificialViscosity_toy.cpp
Commit 5e8b22128fe16c64b8011ecccdcc7863bf9b66e5 by galbramc
Fixed compile errors and Lagrange P4 CG Hex field construction
The file was modified test/sandbox/Solve3D_DGBR2_Hex_ADPeriodic_RK_toy.cpp
The file was modified src/Field/Field_CG_CellBase.h
The file was modified test/sandbox/Solve3D_DGBR2_Tet_Navier_Stokes_Box_toy.cpp
The file was modified src/BasisFunction/BasisFunctionVolume_Hexahedron_Lagrange.cpp
The file was modified src/Field/Partition/XField_Lagrange.h
Commit 793576efe29f6c2595c0d7427168a22da274a75a by allmaras
removed line-length warning
The file was modified test/sandbox/Solve2D_CG_NACA_IPTF_toy.cpp
Commit 122fb942c3b3de889ce05086135a288cd8969271 by shunz
Updated amplification factor equation source term
The file was modified src/pde/IBL/PDEIBL2D.h
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_IntraCellNaturalTransitionBL_TurbWake_btest.cpp
The file was modified test/system/IO/CodeConsistency/Solve2D_Coupled_4x4_IBL_Panel_laminarBLnaturalTransition_turbulentWakexfoillag_naca0004_ne64_p1_Test_ExplicitMassCons.txt
Commit a1401e748a6a9a4f8c69d6ba1240430ca0d50c49 by savithru
More BC tests for Burgers and Buckley-Leverett
The file was modified test/unit/pde/Burgers/BCBurgers1D_btest.cpp
The file was modified test/unit/pde/PorousMedia/BCBuckleyLeverett1D_btest.cpp
Commit e72b99425a2e563b7cc4ec8575aa7371705e2ac8 by shunz
Fixed hubtrace AES residual norm calculation for transitional IBL
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_HubTrace_Galerkin.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Project.h
The file was modified src/NonLinearSolver/NewtonSolver_impl.h
Commit fbdb69fe41bcca33a7d9f00af7aecf5d9bfd0aa6 by ursachi
Fixed formatting
The file was modified test/unit/pde/AdvectionDiffusion/OutputAdvectionDiffusion_btest.cpp
Commit a60ed016208754a124dd08479b6874eefc4eb88f by ursachi
Clean up
The file was modified src/pde/NS/PDEEuler1D.h
Commit da8e0f60adeaaad08d9dc74cd394fd9bbae5db6c by ursachi
Re-push
The file was modified src/pde/NS/OutputEuler1D.h
Commit fe858de7b3dc1078285cb0e58e550618e7bf00a2 by galbramc
Unit tests for LIP sensitivity calculations
The file was modified CMakeInclude/Finds/FindEGADS.cmake
The file was modified test/unit/UserInterfaces/CMakeLists.txt
The file was modified src/UserInterfaces/LIPSolver.cpp
The file was modified CMakeLists.txt
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
The file was modified test/unit/UnitGrids/XField3D_Box_Hex_X1_WakeCut.h
The file was modified src/UserInterfaces/capsAIM/sansLIPAIM.cpp
The file was modified test/unit/UserInterfaces/LIPSolver_btest.cpp
Commit 67586d7226239f22a1b7f7ffb9d9e529ae5da9c9 by galbramc
Fixed compile error
The file was modified src/UserInterfaces/LIPSolver.cpp
The file was modified src/UserInterfaces/PythonUI/PySANS_LIP.cpp
Commit eb9851013004bd2752e439f8cdc2a82c7d277fe2 by galbramc
Link error fixes
The file was modified src/UserInterfaces/LIPSolver.cpp
The file was modified CMakeLists.txt
The file was modified src/UserInterfaces/LIPSolver.h
Commit 6cbeb8bb1a4ac17040071f77c3aab8084f5f4ff9 by galbramc
Fixed missing includes
The file was modified test/sandbox/Solve3D_CG_NACA_LIP_toy.cpp
The file was modified test/sandbox/Solve3D_CG_NACA_LIP_Darmofal_toy.cpp
The file was modified test/sandbox/Solve3D_CG_NACA_LIP2_toy.cpp
The file was modified src/Discretization/Potential_Drela/ResidualParamSensitivity_CG_Potential_Drela.h
The file was modified test/sandbox/Solve3D_CG_LIP_KuttaHACK_toy.cpp
Commit 1be4fcf6fd79c942140640e8c643308b94dc90e1 by allmaras
new linesearch dump files for comparison; appears that corrected Surreal
pow(0,2) in 1D Buckley-Leverett PDE has changed convergence history
The file was modified test/unit/IO/Discretization/AlgebraicEquationSet_DGAdvective_BL_linesearchfld_iPDE_iter0.plt
The file was modified test/unit/IO/Discretization/AlgebraicEquationSet_DGBR2_BL_linesearchfld_iPDE_iter0.plt
Commit f68f32c16abb12e7cdd243bb0075066d4d8f3c45 by galbramc
Forgot mpiexec
The file was modified test/unit/UserInterfaces/CMakeLists.txt
Commit 223a673255719cc3208f84c6f6ef750f1ccd2a88 by hcarson
added p6 and p7 lagrange node points
The file was modified src/BasisFunction/BasisFunctionArea_Triangle_Lagrange.h
The file was modified src/BasisFunction/BasisFunctionArea_Triangle_Lagrange.cpp
Commit 5104820afc7cdcd6f69cc1ba36fafc46cbc9d119 by arthuang
trying to get thru Jenkins
The file was modified src/SolutionTrek/HarmonicBalance/AlgebraicEquationSet_HarmonicBalance.h
The file was modified src/pde/OutputCell_WeightedSolution.h
Commit ca1bab1967758dd85729f52d5aeb8851d4847528 by shunz
Added an exception
The file was modified src/pde/IBL/PDEIBL2D.h
Commit 76364824faa680ec1d46514c077d48e73289dd30 by galbramc
Actual nightly fix
The file was modified test/unit/ErrorEstimate/ErrorEstimateCell_PrimalStrongForm_Galerkin_AD_btest.cpp
Commit f5c7216dd1305a7a1cc5ce799633dcd4efe45553 by arthuang
added output jacobians
The file was modified src/pde/OutputCell_Solution.h
The file was modified src/pde/OutputCell_SolutionSquared.h
Commit 2e8501b10def61d210fe14eb99862f849b380b37 by eam5515
Adding unit test for restart hack as well as trying to get though
jenkins
The file was modified test/unit/Field/XField_Lagrange_Partition_btest.cpp
The file was modified test/unit/UnitGrids/XField3D_Box_Tet_X1.cpp
The file was modified src/Field/Partition/XField_Lagrange_balance_impl.h
The file was removedtest/sandbox/Solve3D_DGBR2_Tet_Navier_Stokes_Box_toy.cpp
The file was modified test/unit/UnitGrids/XField3D_Box_Tet_X1.h
The file was modified test/unit/BasisFunction/BasisFunctionVolume_Hexahedron_Lagrange_btest.cpp
The file was modified test/unit/UnitGrids/XField3D_Box_Hex_X1.cpp
Commit 763b83a584c457f6435f511ce627ea5d4f8891cf by allmaras
clang complains of a missing include that defines sparse-matrix
multiplies
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block2x2_DGBR2_BuckleyLeverett_ArtificialViscosity_ST_btest.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block2x2_DGBR2_Triangle_BuckleyLeverett_AV_btest.cpp
The file was modified test/unit/Discretization/DG/AlgebraicEquationSet_DGAdvective_Triangle_AD_btest.cpp
The file was modified test/unit/Discretization/DG/AlgebraicEquationSet_DGBR2_Triangle_AD_btest.cpp
Commit 3fca3fe997dda9b169b9e772a26a1c97c1fe1772 by allmaras
made IPTF unit tests consistent with generalized Lp norm minimization
(currently turned off and defaulting to L2)
The file was modified test/unit/pde/FullPotential/PDEIncompressiblePotentialTwoField2D_btest.cpp
The file was modified test/unit/pde/FullPotential/BCIncompressiblePotentialTwoField2D_sansLG_btest.cpp
Commit 5f81876e9b79dc69a755b68e6d62e4e08ad694d6 by pcaplan
preliminary avro interface
The file was addedsrc/Meshing/avro/MesherInterface_avro.cpp
The file was addedsrc/Field/Domain.cpp
The file was addedtest/unit/Meshing/avro/CMakeLists.txt
The file was modified CMakeInclude/Dependencies.cmake
The file was modified src/Field/CMakeLists.txt
The file was addedsrc/Field/Domain_impl.h
The file was addedsrc/Meshing/avro/CMakeLists.txt
The file was addedtest/unit/Meshing/avro/MesherInterface_avro_btest.cpp
The file was addedsrc/Field/Domain.h
The file was addedsrc/Meshing/avro/MesherInterface_avro.h
The file was modified test/unit/Meshing/CMakeLists.txt
The file was modified src/Meshing/CMakeLists.txt
The file was modified test/unit/Field/CMakeLists.txt
The file was addedtest/unit/Field/Domain_btest.cpp
The file was addedCMakeInclude/Finds/FindAVRO.cmake
Commit f19ed27e7bd87574dca2df3a5d2168e4d507f16b by pcaplan
removed copied test, guard SANS_AVRO
The file was modified src/Meshing/avro/MesherInterface_avro.cpp
The file was modified test/unit/Meshing/avro/MesherInterface_avro_btest.cpp
Commit 7d84df428db685dbd68a6c383b5e2e0d193e9488 by pcaplan
oops
The file was modified test/unit/Meshing/avro/MesherInterface_avro_btest.cpp
Commit b840c7900c21abe13e6a91204b8f280bbb850a45 by pcaplan
forgot copyright...its been a while since i committed to sans
The file was modified src/Field/Domain.cpp
The file was modified src/Field/Domain_impl.h
Commit 5925320c721b91e5272cedd0e822b3f15d774cd1 by hcarson
changed ifld accumulation to be sqrt of a sum of squares
The file was modified src/ErrorEstimate/DG/ErrorEstimate_DGBR2_impl.h
The file was modified src/ErrorEstimate/DG/ErrorEstimate_DGBR2.h
Commit 332f1b9017acc3fadde4bc9fc1f65889f872b33a by hcarson
moving to hypersonic
The file was modified test/sandbox/Adapt2D_DGBR2_RANSSA_FlatPlate_toy.cpp
Commit f00492d77324657572d73c9ec82b6a4db98baefa by hcarson
undoing p6 and p7, don't have all the functions right now
The file was modified src/BasisFunction/BasisFunctionArea_Triangle_Lagrange.cpp
The file was modified src/BasisFunction/BasisFunctionArea_Triangle_Lagrange.h
Commit 961e34ec0c524c6b1a3b8ade5f1603ccf76485d8 by allmaras
modified left BC data (from Sw=1 to Sw=0.9) to avoid machine precision
issues
The file was modified test/unit/Discretization/DG/AlgebraicEquationSet_DGBR2_BuckleyLeverett_ST_btest.cpp
Commit 5fa75eac4ef69dec7d6b0f9d9b32a81632848145 by galbramc
Upwinding Kutta condition. Jenkins tweaks
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver_factorize.h
The file was modified src/UserInterfaces/capsAIM/intersectWake.cpp
The file was modified src/Meshing/AFLR/CMakeLists.txt
The file was modified scripts/jenkins/jenkins_env.sh
The file was modified CMakeInclude/Builds/BuildPETSC.cmake
The file was modified src/UserInterfaces/LIPSolver.cpp
The file was modified src/Discretization/Potential_Drela/IntegrandBoundaryFrame_CG_LIP_Drela.h
The file was modified CMakeInclude/Dependencies.cmake
The file was modified src/Meshing/EGTess/CMakeLists.txt
Commit 667b40b152a5f1dca8c6457f6d8091bf619fb4b0 by galbramc
Added missing include
The file was modified src/Field/Partition/XField_Lagrange_balance_impl.h
Commit 4ffcd8ff94ad3876cd363dfda845912df10a1e20 by allmaras
changed left BC to (SwL=0.9) to avoid machine precision issues in BL
test cases
The file was modified test/unit/Discretization/Galerkin/AlgebraicEquationSet_Galerkin_BuckleyLeverett_ST_btest.cpp
The file was modified test/unit/Discretization/HDG/AlgebraicEquationSet_HDG_BuckleyLeverett_ST_btest.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block2x2_DGBR2_BuckleyLeverett_ArtificialViscosity_ST_btest.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block2x2_DGBR2_Triangle_BuckleyLeverett_AV_btest.cpp
The file was modified test/unit/IO/Discretization/AlgebraicEquationSet_Galerkin_BL_linesearchfld_iPDE_iter0.plt
The file was modified test/unit/IO/Discretization/AlgebraicEquationSet_HDG_BL_linesearchfld_iPDE_iter0.plt
Commit a100ce9991f341dc239f4985afab00d41f40a973 by pcaplan
some domain work
The file was modified src/Meshing/EGADS/EGModel.h
The file was modified src/Meshing/EGADS/EGObject.h
The file was modified src/Meshing/EGADS/EGModel.cpp
The file was modified src/Field/Domain.h
The file was modified src/Field/Domain_impl.h
The file was modified src/Meshing/EGADS/EGObject.cpp
Commit 01624f48058e6bec10621c918016a9dc876dd5a5 by galbramc
Tangentual Us for Kutta LIP
The file was modified src/Discretization/Potential_Drela/IntegrandBoundaryFrame_CG_LIP_Drela.h
Commit f808ee8a9a61da152d8ee191762359306697bc27 by galbramc
Added std::remove for partitioning test
The file was modified test/unit/Field/XField_Lagrange_Partition_btest.cpp
Commit 01865c5c10e2b004f7dc50f4eb6e50bd79ba52fd by galbramc
Fixed for correct std::accumulate include
The file was modified src/Field/Partition/XField_Lagrange_balance_impl.h
Commit 826fb5822fa2f3466cbbcf583871e837af2623e1 by galbramc
Fixed warnings
The file was modified src/Field/Partition/XField_Lagrange.cpp
Commit 4d461604de1637659992b3cb2f877f2c78911bc5 by shunz
Played with a toy case
The file was modified test/sandbox/Solve2D_DGAdvective_AdvectionOnly_Circle_toy.cpp
Commit c4a517ecbd53289e73e339c9decac9bf8cf943ba by galbramc
Removed duplicate instantiations
The file was modified src/Field/Partition/XField_Lagrange.cpp
Commit a0fcf5b022e2e7eb85c0d9b047c40780a8a93c93 by galbramc
Minor fixes
The file was modified src/Discretization/Potential_Drela/IntegrandBoundaryTrace_WakeCut_CG_LIP_Drela.h
The file was modified CMakeInclude/Compiler.cmake
The file was modified CMakeInclude/CompilerFlags.cmake
The file was modified src/Meshing/EGADS/EGModel.cpp
Commit 13906e8e7bba4d422cdda02228d68098e8fe0f31 by galbramc
Updated ccache path on testing machines
The file was modified scripts/jenkins/jenkins_env.sh
Commit fbf7d6d3b490fb30a3682ce095ec2ae7314dd041 by pcaplan
retention of point markers and map to egads entities in EGTriangle
The file was removedtest/unit/Field/Domain_btest.cpp
The file was modified src/Meshing/EGTess/EGTriangle.cpp
The file was removedsrc/Field/Domain.h
The file was removedsrc/Field/Domain_impl.h
The file was addedsrc/Meshing/EGTess/XFieldDomain.h
The file was addedtest/unit/Meshing/EGTess/XFieldDomain_btest.cpp
The file was removedsrc/Field/Domain.cpp
The file was addedsrc/Meshing/EGTess/XFieldDomain_impl.h
The file was addedtest/unit/Meshing/EGTess/CMakeLists.txt
The file was modified src/Field/CMakeLists.txt
The file was modified src/Meshing/EGTess/EGTriangle.h
The file was addedsrc/Meshing/EGTess/XFieldDomain.cpp
The file was modified src/Meshing/EGTess/CMakeLists.txt
The file was modified test/unit/Field/CMakeLists.txt
The file was modified test/unit/Meshing/CMakeLists.txt
Commit 8584f86a641deef2c8553dec8db7a097ddc6f162 by pcaplan
construction of a domain (&xfield) from avro mesh
The file was modified src/Meshing/EGTess/XFieldDomain_impl.h
The file was modified src/Meshing/EGTess/XFieldDomain.h
The file was modified src/Meshing/EGTess/XFieldDomain.cpp
The file was modified test/unit/Meshing/EGTess/XFieldDomain_btest.cpp
Commit b0899b93e643a176acb18a52ba76e1fac83e1107 by pcaplan
changes to avro interface with XFieldDomain
The file was modified src/Meshing/avro/MesherInterface_avro.cpp
The file was modified src/Meshing/avro/MesherInterface_avro.h
The file was modified src/Meshing/EGTess/XFieldDomain.h
Commit 1db72cbd71c71c100bff1e565e1ac89e5c7d31c5 by hcarson
eLfld works, removed the comment about turning it off.
The file was modified src/ErrorEstimate/DG/ErrorEstimate_DGBR2_impl.h
Commit 4a4d32d90ab7b6dc9fd4d0cd4bc366d3f013a88c by pcaplan
guard AvroEGModel in instantiation
The file was modified src/Meshing/EGTess/XFieldDomain.cpp
Commit 52cc8f3b2e5cf1d224364612df3131ddb5d4643f by hcarson
added pringle function
The file was modified src/pde/AnalyticFunction/ScalarFunction2D.cpp
The file was modified src/pde/AnalyticFunction/ScalarFunction2D.h
Commit 7d8f62a10dea62351753e741c646429e1aaeb7f9 by pcaplan
asan needs to be turned on in sans if turned on in avro, otherwise apple
reports container-overflow (false positive)...but turning on asan led me
to a bug (my own) in EGObject
The file was modified src/Meshing/EGADS/EGObject.cpp
Commit 521415d9189287e6f60a8a4e3ba9afad5eaaf91d by pcaplan
libmeshb library linked in tests for EGTess
The file was modified test/unit/Meshing/EGTess/CMakeLists.txt
Commit 4965a0d063327f5decebe0b4514d303a7e2cb2bc by galbramc
Working on full potential
The file was modified test/sandbox/Solve3D_CG_NACA_FP_Drela_toy.cpp
Commit 84140e2525f611ce3a8037f700f6e80093e35dd8 by galbramc
More full potential work
The file was modified src/Field/output_Tecplot_FP.cpp
The file was modified test/sandbox/Solve3D_CG_NACA_LIP_Drela_toy.cpp
The file was modified test/sandbox/Solve3D_CG_NACA_FP_Drela_toy.cpp
Commit 49d250edb42cc3fb17b5278736ec2074fd9e7d7e by pcaplan
conversion between sans XFieldDomain and avro::Mesh
The file was modified CMakeInclude/Finds/FindAVRO.cmake
The file was modified src/Meshing/EGTess/XFieldDomain.cpp
The file was modified src/Meshing/EGTess/XFieldDomain_impl.h
The file was modified src/Adaptation/MeshAdapter.h
The file was modified src/Meshing/EGTess/XFieldDomain.h
The file was modified test/unit/Meshing/EGTess/XFieldDomain_btest.cpp
Commit 6506f14318af5baf50a55e02b57aacb8e111ba15 by pcaplan
apparently i changed a space in MeshAdapter
The file was modified src/Adaptation/MeshAdapter.h
Commit bd43d828001e23c41f30263feaaecabf7f8bbc2a by galbramc
Fixed warning and compile error
The file was modified test/sandbox/Solve3D_CG_NACA_LIP_Drela_toy.cpp
The file was modified test/sandbox/Solve3D_CG_NACA_FP_Drela_toy.cpp
Commit c129f3bffdcf78d742fe274b9ceac5a9833d57a6 by galbramc
Fixed clang analyzer warning
The file was modified test/unit/BasisFunction/BasisFunctionArea_Triangle_Bernstein_btest.cpp
Commit a15749c2524250e176722ec4dd79930156405dfc by galbramc
Bumped up unit testing time
The file was modified test/unit/CMakeLists.txt
Commit 194bea2275745015eb541cda8f47c9bb9a7759eb by galbramc
Making CG and DG field constructors consistent
The file was modified src/Field/FieldVolume_CG_InteriorTrace_impl.h
The file was modified test/sandbox/Solve2D_CG_NACA_LIP_toy.cpp
The file was modified test/system/Asymptotic/ErrorEstimateOrder_2D_CG_Triangle_RD_btest.cpp
The file was modified test/sandbox/Solve2D_CGStabilized_Triangle_NavierStokes_OjedaMMS_toy.cpp
The file was modified test/system/Asymptotic/ErrorEstimateOrder_1D_DGBR2_Line_AD_btest.cpp
The file was modified test/system/Asymptotic/ErrorOrder_1D_CG_AD_btest.cpp
The file was modified test/system/Asymptotic/Adjoint2D_DGBR2_Triangle_AD_btest.cpp
The file was modified test/unit/UnitGrids/XField3D_Box_Hex_X1.cpp
The file was modified test/sandbox/Adjoint1D_DGAdvective_AD_ST_toy.cpp
The file was modified test/sandbox/Solve2D_CGStabilizedLifted_Triangle_NavierStokes_FlatPlate_toy.cpp
The file was modified test/unit/Discretization/Galerkin/AlgebraicEquationSet_Galerkin_BuckleyLeverett_ST_btest.cpp
The file was modified src/Field/FieldVolume_CG_BoundaryTrace.h
The file was modified test/unit/pde/FullPotential/LinearizedIncompressiblePotential3D_Trefftz_btest.cpp
The file was modified test/unit/Field/FieldSequence_btest.cpp
The file was modified test/sandbox/Solve1D_DGAdvective_BuckleyLeverett_ST_toy.cpp
The file was modified test/unit/Field/Field3D_CG_Hexahedron_btest.cpp
The file was modified test/sandbox/Solve2D_CG_Triangle_LIP_CubicSource_toy.cpp
The file was modified test/sandbox/Solve2D_CG_Triangle_Poisson_toy.cpp
The file was modified test/system/Asymptotic/ErrorEstimateOrder_2D_CG_Triangle_AD_btest.cpp
The file was modified src/Field/FieldArea_CG_BoundaryTrace_impl.h
The file was modified test/sandbox/Solve2D_EDG_Triangle_NavierStokes_OjedaMMS_toy_LGOFF.cpp
The file was modified test/system/Asymptotic/ErrorOrder_1D_DGBR2_AD_btest.cpp
The file was modified test/system/Asymptotic/ErrorOrder_1D_DGBR2_TwoPhase_ST_btest.cpp
The file was modified test/unit/Field/Field3D_CG_Tetrahedron_btest.cpp
The file was modified test/system/Asymptotic/ErrorOrder_3D_CG_Hex_AD_btest.cpp
The file was modified test/unit/Discretization/Galerkin/AlgebraicEquationSet_Galerkin_Triangle_AD_btest.cpp
The file was modified test/unit/Discretization/Galerkin/JacobianNonZeroPattern_Galerkin_Triangle_AD_btest.cpp
The file was modified test/system/Asymptotic/ErrorOrder_2D_CG_Quad_AD_btest.cpp
The file was modified test/system/LocalSolve/LocalSolve2D_Split_DGBR2_Triangle_AD_btest.cpp
The file was modified test/system/Asymptotic/ErrorEstimateOrder_1D_CG_Line_AD_btest.cpp
The file was modified src/Field/FieldLine_CG_BoundaryTrace.h
The file was modified test/sandbox/ErrorOrder_2D_CGStabilizedLifted_Triangle_AD_toy.cpp
The file was modified src/Field/FieldArea_CG_InteriorTrace.h
The file was modified test/system/Asymptotic/ErrorOrder_2D_CG_Triangle_AD_btest.cpp
The file was modified test/system/LocalSolve/LocalSolve2D_DGBR2_Triangle_AD_btest.cpp
The file was modified test/unit/Discretization/Galerkin/JacobianTranspose_Galerkin_Triangle_AD_btest.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block2x2_Triangle_AD_btest.cpp
The file was modified test/sandbox/Solve2D_DGBR2_Triangle_AD_LocalRefine_toy.cpp
The file was modified test/sandbox/Solve2D_CGStabilized_Triangle_Euler_GaussianBump_toy.cpp
The file was modified test/sandbox/Adjoint1D_DGAdvective_BuckleyLeverett_ST_toy.cpp
The file was modified test/unit/Discretization/Galerkin/AlgebraicEquationSet_Local_Galerkin_Stabilized_Triangle_Euler_btest.cpp
The file was modified test/unit/Discretization/Galerkin/AlgebraicEquationSet_Galerkin_Stabilized_Triangle_AD_btest.cpp
The file was modified test/system/Asymptotic/Solve2D_DGAdvective_LinearRobin_mitLG_sansLG_Consistency_AD_btest.cpp
The file was modified test/sandbox/Solve1D_DGAdvective_AD_ST_toy.cpp
The file was modified test/sandbox/ErrorOrder_2D_CGStabilized_Triangle_AD_toy.cpp
The file was modified test/unit/Discretization/CG/ResidualParamSensitivity_CG_Triangle_AD_btest.cpp
The file was modified test/system/Asymptotic/Adjoint2D_DGAdvective_Triangle_AD_btest.cpp
The file was modified src/Discretization/Galerkin/FieldBundle_Galerkin_Stabilized.h
The file was modified test/system/Asymptotic/ErrorOrder_1D_CG_AD_BDF_btest.cpp
The file was modified test/system/LocalSolve/LocalSolve3D_Split_DGBR2_Tet_AD_btest.cpp
The file was modified src/Field/FieldArea_CG_InteriorTrace_impl.h
The file was modified test/system/Asymptotic/ErrorOrder_3D_DGBR2_Sphere_Triangle_AD_btest.cpp
The file was modified src/BasisFunction/BasisFunctionCategory.h
The file was modified test/sandbox/Solve2D_CG_Triangle_Euler_CubicSource_toy.cpp
The file was modified test/system/Asymptotic/ErrorOrder_3D_CG_Sphere_Triangle_AD_btest.cpp
The file was modified test/system/Asymptotic/Adjoint2D_CG_Triangle_AD_btest.cpp
The file was modified test/system/Asymptotic/ErrorOrder_3D_CG_Tet_AD_btest.cpp
The file was modified test/sandbox/Solve2D_DGBR2_LinearRobin_mitLG_sansLG_Consistency_AD_toy.cpp
The file was modified test/unit/Discretization/Galerkin/AlgebraicEquationSet_Local_Galerkin_Stabilized_Triangle_AD_btest.cpp
The file was modified test/unit/Field/Field2D_CG_Quad_btest.cpp
The file was modified test/unit/Field/Field1D_CG_btest.cpp
The file was modified src/UserInterfaces/LIPSolver.cpp
The file was modified test/system/Asymptotic/ErrorOrder_2D_DGBR2_Triangle_AD_btest.cpp
The file was modified test/unit/Field/Field2D_CG_Triangle_btest.cpp
The file was modified src/Field/FieldVolume_CG_BoundaryTrace_impl.h
The file was modified src/Field/FieldArea_CG_BoundaryTrace.h
The file was modified src/Field/FieldVolume_CG_InteriorTrace.h
The file was modified src/Field/Field_Local.h
The file was modified test/unit/Discretization/Galerkin/FunctionalBoundaryTrace_Dispatch_Galerkin_AD_btest.cpp
Commit fcb27c35321db982fd595fe4628edecfb0cdb70b by galbramc
Tweaks to jenkins scripts
The file was modified scripts/jenkins/jenkins_env.sh
The file was modified scripts/jenkins/SANS_Nightly.sh
Commit 866d9cc00c1e09cd460bb519205a3fe1e53ec47b by hcarson
renaming Estimate Galerkin to Estimate_StrongForm_Galerkin. This
explicitly handles the strong form, and can be used with any scheme, but
needs the weighting handled explicitly. This is different to the
estimate class that will be needed for DGAdvective, which should use the
other IntegrandCell_Galerkin
The file was modified test/unit/ErrorEstimate/ErrorEstimate_Galerkin_AD_btest.cpp
The file was modified src/ErrorEstimate/ErrorEstimate_fwd.h
The file was modified src/Adaptation/MOESS/SolverInterface_Galerkin.h
The file was addedsrc/ErrorEstimate/Galerkin/ErrorEstimate_StrongForm_Galerkin.h
The file was removedsrc/ErrorEstimate/Galerkin/ErrorEstimate_Galerkin.h
The file was modified src/Adaptation/MOESS/SolverInterface_DGAdvective.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Galerkin.h
The file was modified test/system/Asymptotic/ErrorEstimateOrder_1D_CG_Line_AD_btest.cpp
The file was modified src/ErrorEstimate/Galerkin/ErrorEstimateBase_Galerkin.h
The file was modified test/system/Asymptotic/ErrorEstimateOrder_2D_CG_Triangle_RD_btest.cpp
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Galerkin_Stabilized.h
The file was modified test/system/Asymptotic/ErrorEstimateOrder_2D_CG_Triangle_AD_btest.cpp
Commit 49e3081ae51444735fd0a0bf9070b4bceb40f9c1 by hcarson
changing to camel case
The file was modified test/sandbox/Solve3D_DGBR2_NavierStokes_DeltaWing_toy.cpp
Commit 84687d5447f0c3f790e2f9e5afc2a3e1c67affef by hcarson
renaming cell and interior trace
The file was removedsrc/ErrorEstimate/Galerkin/ErrorEstimateInteriorTrace_Galerkin.h
The file was modified test/unit/ErrorEstimate/ErrorEstimateInteriorTrace_Galerkin_AD_btest.cpp
The file was modified test/unit/ErrorEstimate/ErrorEstimateInteriorTrace_PrimalStrongForm_Galerkin_AD_btest.cpp
The file was addedsrc/ErrorEstimate/Galerkin/ErrorEstimateInteriorTrace_StrongForm_Galerkin.h
The file was modified test/unit/ErrorEstimate/ErrorEstimateCell_Galerkin_AD_btest.cpp
The file was modified test/unit/ErrorEstimate/ErrorEstimateCell_PrimalStrongForm_Galerkin_AD_btest.cpp
The file was modified test/unit/ErrorEstimate/ErrorEstimate_Galerkin_AD_btest.cpp
The file was addedsrc/ErrorEstimate/Galerkin/ErrorEstimateCell_StrongForm_Galerkin.h
The file was modified src/ErrorEstimate/Galerkin/ErrorEstimate_StrongForm_Galerkin.h
The file was modified src/ErrorEstimate/DG/ErrorEstimate_DGAdvective.h
Commit 901afd226f3102af02121484a14b83b077439607 by ursachi
Simplifed Newton solver and added unit test
The file was modified test/unit/pde/NS/EulerSolutionFunction1D_btest.cpp
The file was modified src/pde/NS/SolutionFunction_Euler1D.h
The file was modified test/sandbox/Solve1D_DGAdvective_Line_Euler_SSMENozzle_toy.cpp
Commit 563148f1c0fd882bf28e5a3c29922919db087897 by ursachi
Fixed warning
The file was modified test/unit/pde/NS/EulerSolutionFunction1D_btest.cpp
Commit 6ba746da4aa96f05ec584a189f42af6362afecf8 by galbramc
Fixes to LIP and FP for Kutta and Wake
The file was modified src/Discretization/Potential_Drela/IntegrandBoundaryFrame_CG_FP_Drela.h
The file was modified test/sandbox/Solve3D_CG_NACA_LIP_Drela_toy.cpp
The file was modified src/Discretization/Potential_Drela/IntegrandBoundaryFrame_CG_LIP_Drela.h
The file was modified src/Meshing/TetGen/makeTetGenModel.cpp
The file was modified CMakeInclude/Finds/FindMKL.cmake
The file was modified src/Discretization/Potential_Drela/IntegrandBoundaryTrace_WakeCut_CG_LIP_Drela.h
The file was modified src/NonLinearSolver/NewtonSolver_impl.h
The file was modified src/Discretization/Potential_Drela/IntegrandBoundaryTrace_WakeCut_CG_FP_Drela.h
Commit 68407c9d3d46e2bccdffdba51fc00ed64e0f989b by hcarson
changed FieldWeighted integrand to allow efldElem basis functions.
Calling with a p0 basis does the current Elemental estimate. Calling
with a p1 CG element would give the hat partition of unity, calling with
other things ought to work too
The file was modified test/unit/Discretization/Galerkin/IntegrandCell_Galerkin_AD_btest.cpp
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin.h
Commit 1706a18124b8a24f3367467e045a73e36801e3df by allmaras
more special cases for Surreal::pow
The file was modified src/Surreal/SurrealS_Lazy.h
The file was modified test/unit/Surreal/SurrealS1_btest.cpp
The file was modified src/Surreal/SurrealS_Trad.h
The file was modified test/unit/Surreal/SurrealS4_btest.cpp
The file was modified src/Surreal/SurrealD_Lazy.h
The file was modified src/Surreal/SurrealS_Reverse.h
Commit 3591cc4c9036a92a28f29c497bb90af265089a0f by galbramc
Finished up making CG and DG Field constructors consistent
The file was modified test/sandbox/Optimize_Blade_HSM2D_toy.cpp
The file was modified test/unit/Field/Field2D_CG_Quad_btest.cpp
The file was modified test/sandbox/Solve3D_CG_LIP_KuttaHACK_toy.cpp
The file was modified test/sandbox/Solve2D_CG_Plate_HSM_toy.cpp
The file was modified test/sandbox/ErrorOrder_1D_CGStab_AD_toy.cpp
The file was modified test/system/BlockSolve/Block_1D_Decoupled_AD_btest.cpp
The file was modified test/sandbox/Solve1D_CG_AD_RK_toy.cpp
The file was modified test/sandbox/ErrorOrder_1D_DGBR2_NonLinPoisson_toy.cpp
The file was modified test/sandbox/Solve2D_CGStabilized_Triangle_NavierStokes_Joukowski_toy.cpp
The file was modified test/unit/Discretization/DG/JacobianTranspose_DGBR2_Triangle_AD_btest.cpp
The file was modified test/sandbox/Solve2D_CG_Line_Euler_Sod_ST_toy.cpp
The file was modified test/sandbox/Solve3D_CG_NACA_LIP2_toy.cpp
The file was modified test/sandbox/Solve3D_CG_NACA_LIP_Darmofal_toy.cpp
The file was modified test/unit/Field/Field2D_CG_Triangle_btest.cpp
The file was modified test/sandbox/Solve1D_CG_Line_Euler_Sod_toy.cpp
The file was modified test/sandbox/Solve3D_CG_NACA_LIP_toy.cpp
The file was modified test/sandbox/Solve2D_CGStabilized_Triangle_RANSSA_Joukowski_toy.cpp
The file was modified CMakeInclude/Finds/FindMKL.cmake
The file was modified test/sandbox/Solve3D_CG_xtNonLinPoisson_RK_toy.cpp
Commit fcf4c2b57fc6c26274168def10b2c528ec3240bb by galbramc
Added vector cast multiplication
The file was modified src/LinearAlgebra/DenseLinAlg/StaticSize/VectorS.h
The file was modified test/unit/LinearAlgebra/DenseLinAlg/VectorS_btest.cpp
The file was modified src/Meshing/EGADS/EGFace.h
The file was modified src/Meshing/EGADS/EGFace.cpp
The file was addedsrc/LinearAlgebra/DenseLinAlg/StaticSize/VectorS_Mul.h
The file was modified test/unit/Meshing/EGADS/EGFace_btest.cpp
Commit 5c9d0eb3300cf7cb9e47bdac7ff2c21756c8ac4f by hcarson
changed back to absolute values for collecting LO and PDE errors. Should
re-run flat plate adapts to check
The file was modified src/ErrorEstimate/DG/ErrorEstimate_DGBR2.h
The file was modified src/ErrorEstimate/DG/ErrorEstimate_DGBR2_impl.h
The file was modified test/unit/ErrorEstimate/ErrorEstimate_DGBR2_AD_btest.cpp
Commit 96d8878474f59a00063d0f6afb685f0bfa068a69 by hcarson
missing use of VectorD.h
The file was modified src/ErrorEstimate/Galerkin/ErrorEstimateCell_Galerkin.h
The file was modified src/Discretization/Galerkin/ResidualCell_Galerkin.h
Commit 4b4ec3da91d22d8dbee2a7fc7af87a8bc25126e2 by hcarson
renamed old tests to StrongForm, started work on ErrorEstimate with
variable Partition of Unity
The file was addedtest/unit/ErrorEstimate/ErrorEstimateInteriorTrace_StrongForm_Galerkin_AD_btest.cpp
The file was removedtest/unit/ErrorEstimate/ErrorEstimateInteriorTrace_Galerkin_AD_btest.cpp
The file was addedtest/unit/ErrorEstimate/ErrorEstimateCell_StrongForm_Galerkin_AD_btest.cpp
The file was modified test/unit/ErrorEstimate/ErrorEstimateCell_Galerkin_AD_btest.cpp
Commit 81a1ed94ddc244b515d060576f4f92be1b7a5782 by galbramc
Removed optimization and debug information from header compile check
The file was modified CMakeInclude/HeaderCompileCheck.cmake
Commit b94a6ac3872b1c72dadf45d00eee40aed68bafbf by arthuang
experimental changes to GLS tau
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_Stabilized.h
The file was modified src/Discretization/Galerkin/IntegrandBoundaryTrace_Flux_mitState_Galerkin.h
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_Output_Stabilized.h
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_NavierStokes_FlatPlate_toy.cpp
Commit 3e1655a262184d039714d2f5c8ea570fd1540c58 by allmaras
added pow(0,b) tests for SurrealD
The file was modified test/unit/Surreal/SurrealD1_btest.cpp
The file was modified test/unit/Surreal/SurrealD4_btest.cpp
Commit 06da3a1fda6601b1f249fb6d17fed38946f5486d by allmaras
new linesearch pyrite files for DG Buckley-Leverett consistent with
pow(0,b)
The file was modified test/unit/IO/Discretization/AlgebraicEquationSet_DGBR2_BL_linesearchfld_iPDE_iter0.plt
The file was modified test/unit/IO/Discretization/AlgebraicEquationSet_DGAdvective_BL_linesearchfld_iPDE_iter0.plt
Commit 507f813d5ba4daeb08f6a6f973c0778ebb952595 by hcarson
moving to lab box
The file was modified src/Discretization/Galerkin/IntegrandInteriorTrace_Galerkin.h
Commit b162f5cc0ad4803ae0df59d59251ff1aa20a8c1f by hcarson
convert Interior Trace to use efldElems
The file was modified src/Discretization/Galerkin/IntegrandInteriorTrace_Galerkin.h
The file was modified test/unit/Discretization/Galerkin/IntegrandInteriorTrace_Galerkin_AD_btest.cpp
Commit 576f607e9906d926213917a21dd7e64cf3567f16 by hcarson
added a second type of consistency check, recovers BasisWeighted with
w=1
The file was modified test/unit/Discretization/Galerkin/IntegrandCell_Galerkin_AD_btest.cpp
Commit 7f063426ff95c4e02bfe2cd9998720c9724d3b69 by hcarson
more consistency checks
The file was modified test/unit/Discretization/Galerkin/IntegrandInteriorTrace_Galerkin_AD_btest.cpp
Commit dc7e65a92cb6c72e5257129334dd046f7ff00907 by arthuang
poundif back to conventional tau, to get thru Jenkins
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_Output_Stabilized.h
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_Stabilized.h
Commit e0d23a3c2a7f3acbe27b126dd2e8bbdf82130569 by galbramc
Nightly fixes
The file was modified test/sandbox/Solve3D_CG_NACA_LIP_Drela_toy.cpp
The file was modified scripts/jenkins/jenkins_env.sh
Commit 13b70d721a23cb886055af7a09aa44f8bd56e79f by galbramc
Increased ccache size
The file was modified scripts/jenkins/SANS_Commit.sh
The file was modified scripts/jenkins/SANS_Nightly.sh
The file was modified scripts/jenkins/SANS_Weekly.sh
Commit 76c3723ca06d1a7d69f6a0a53aac712d1789abed by galbramc
Another MKL valgrind suppression
The file was modified scripts/valgrind/intel.supp
Commit f005938f2eb32b3f96fea986f667e7818b4845ef by arthuang
changed galerkin mitstate integrand to nitsche, updated unit test
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Galerkin_Stabilized_LiftedBoundary.h
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_NavierStokes_FlatPlate_toy.cpp
The file was modified test/unit/Discretization/Galerkin/JacobianFunctionalBoundaryTrace_WeightedResidual_Galerkin_btest.cpp
The file was modified test/unit/Discretization/Galerkin/FunctionalBoundaryTrace_Dispatch_Galerkin_AD_btest.cpp
The file was modified src/Adaptation/MOESS/SolverInterface_DGAdvective.h
The file was removedtest/unit/Discretization/Galerkin/IntegrandBoundaryTrace_Dirichlet_mitState_Galerkin_AD_btest.cpp
The file was modified test/unit/Discretization/Galerkin/IntegrandBoundaryTrace_Output_Galerkin_btest.cpp
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Galerkin.h
The file was removedsrc/Discretization/Galerkin/IntegrandBoundaryTrace_Flux_mitState_Galerkin.h
The file was modified test/sandbox/Solve2D_CGStabilized_Triangle_NavierStokes_FlatPlate_toy.cpp
The file was addedsrc/Discretization/Galerkin/IntegrandBoundaryTrace_Flux_mitState_Nitsche.h
The file was modified src/Adaptation/MOESS/SolverInterface_Galerkin.h
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_Stabilized.h
The file was modified src/Discretization/CG/ResidualParamSensitivity_CG.h
The file was modified test/unit/Discretization/Galerkin/IntegrandBoundaryTrace_Dirichlet_mitState_Galerkin_Euler_btest.cpp
The file was addedtest/unit/Discretization/Galerkin/IntegrandBoundaryTrace_Flux_mitState_Nitsche_AD_btest.cpp
The file was modified test/sandbox/Solve2D_DGBR2_Triangle_NavierStokes_FlatPlate_toy.cpp
The file was modified test/sandbox/Solve2D_CGStabilized_Triangle_Euler_GaussianBump_toy.cpp
The file was modified test/sandbox/Solve2D_CGStabilized_Triangle_NavierStokes_Joukowski_toy.cpp
The file was modified test/sandbox/Solve2D_CGStabilized_Triangle_RANSSA_Joukowski_toy.cpp
The file was removedtest/unit/Discretization/Galerkin/IntegrandBoundaryTrace_Flux_mitState_Galerkin_AD_btest.cpp
The file was modified src/pde/AnalyticFunction/ScalarFunction1D.h
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGAdvective_impl.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Galerkin_Stabilized.h
The file was modified src/pde/NS/BNransbc.nb
The file was modified test/unit/UnitGrids/XField2D_FlatPlate_X1.cpp
Commit 4b9e27503728b604bb8fd81fc85f73fcdb9fc14a by hcarson
changed over a lot of integrands to the new field weighted, the
stabilized integrand has a memory bug
The file was modified test/unit/Discretization/Galerkin/IntegrandBoundaryTrace_Dirichlet_mitState_Galerkin_AD_btest.cpp
The file was modified src/Discretization/Galerkin/IntegrandBoundaryTrace_Flux_mitState_Galerkin.h
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_Stabilized.h
The file was modified test/unit/Discretization/Galerkin/IntegrandBoundaryTrace_LinearScalar_sansLG_Galerkin_AD_btest.cpp
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin.h
The file was modified src/Discretization/Galerkin/IntegrandBoundaryTrace_LinearScalar_mitLG_Galerkin.h
The file was modified src/Discretization/Galerkin/IntegrandBoundaryTrace_None_Galerkin.h
The file was modified test/unit/Discretization/Galerkin/IntegrandBoundaryTrace_Output_Galerkin_btest.cpp
The file was modified src/Discretization/Galerkin/IntegrandBoundaryTrace_Dirichlet_mitLG_Galerkin.h
The file was modified test/unit/Discretization/Galerkin/IntegrandCell_Galerkin_Stabilized_AD_btest.cpp
The file was modified src/Discretization/Galerkin/IntegrandBoundaryTrace_LinearScalar_sansLG_Galerkin.h
The file was modified test/unit/Discretization/Galerkin/IntegrandBoundaryTrace_Flux_mitState_Galerkin_AD_btest.cpp
The file was modified src/Discretization/Galerkin/IntegrandBoundaryTrace_Dirichlet_sansLG_Galerkin.h
The file was modified src/Discretization/Galerkin/IntegrandBoundaryTrace_OutputWeightRsd_Galerkin.h
The file was modified test/unit/Discretization/Galerkin/IntegrandBoundaryTrace_LinearScalar_mitLG_Galerkin_AD_btest.cpp
The file was modified test/unit/Discretization/Galerkin/IntegrandBoundaryTrace_None_Galerkin_AD_btest.cpp
Commit 93f476ef2abe85469de4764fdbcf9e6d11a5b885 by arthuang
turned off tecplot dump in galerkin moess
The file was modified src/Adaptation/MOESS/SolverInterface_Galerkin.h
Commit eb444095639a451e7082ceab82264e947e7d0c10 by galbramc
Fixed compiler warnings
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_Output_Stabilized.h
Commit 8eb604bdd0caa9b5e462880dd34e06824b849336 by hcarson
pre merge
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_Stabilized.h
Commit aa70022733bb9aef238e13b6793304213117840e by galbramc
Surreal cleanup with new pow around 0 logic
The file was modified CMakeInclude/ccache.conf.in.cmake
The file was modified src/Surreal/SurrealD_Lazy.h
The file was modified test/unit/Surreal/SurrealD4_btest.cpp
The file was modified src/Surreal/SurrealS_Trad.h
The file was modified test/unit/Surreal/SurrealS1_btest.cpp
The file was modified src/Surreal/SurrealS_Lazy.h
The file was modified test/unit/Surreal/SurrealD1_btest.cpp
The file was modified src/Surreal/SurrealD_Trad.h
The file was modified test/unit/Surreal/SurrealS4_btest.cpp
Commit 3c18e725786f8baddd3175d7ecd694b36605cb64 by arthuang
bug fix for dK/dUx term in stabilized CG
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_Stabilized.h
Commit ce96029c83294ea41b506712cbcb01c77367ebc2 by arthuang
experimental GLS tau
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_Stabilized.h
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_Output_Stabilized.h
Commit a94d205b291edb9564dec773dec452d04e568023 by arthuang
sandbox tweak
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_NavierStokes_FlatPlate_toy.cpp
Commit 83ba5805d78482f942cdd6cfb1010d15bf9a4c58 by galbramc
CG local solves extract sub-matrix
The file was modified src/Discretization/HDG/IntegrandInteriorTrace_HDG.h
The file was modified test/unit/Discretization/Galerkin/AlgebraicEquationSet_Local_Galerkin_Stabilized_Triangle_AD_btest.cpp
The file was modified test/unit/LinearAlgebra/DenseLinAlg/VectorD_btest.cpp
The file was modified test/unit/Discretization/Galerkin/AlgebraicEquationSet_Local_Galerkin_Stabilized_Triangle_Euler_btest.cpp
The file was modified test/unit/LinearAlgebra/DenseLinAlg/MatrixD_btest.cpp
The file was modified src/Discretization/HDG/IntegrandCell_HDG.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Local_Galerkin_Stabilized.h
The file was modified src/Discretization/HDG/SetFieldCell_HDG_AuxiliaryVariable.h
The file was addedsrc/LinearAlgebra/DenseLinAlg/DynamicSize/MatrixD_Sub.h
The file was modified src/Adaptation/MOESS/SolverInterface.h
Commit e8d38855aebf01d41ec1e516ce64d3c17f1a004b by shunz
Refactored ping test function error logic
The file was modified test/unit/Discretization/jacobianPingTest_btest.h
Commit 6ee5fa592c48e10e02db93dad141b7f9ee8e6d78 by galbramc
Updates for new homebrew boost-python naming convention
The file was modified CMakeInclude/Dependencies.cmake
Commit 465a1f09b4f989b20e633140d716b5dca13f4c5a by galbramc
Fixes for OSX
The file was modified CMakeInclude/Dependencies.cmake
The file was modified scripts/jenkins/SANS_Nightly.sh
The file was modified test/unit/Discretization/HDG/JacobianBoundaryTrace_LinearScalar_sansLG_HDG_AD_btest.cpp
The file was modified src/Field/ProjectSoln/ProjectGlobalField.cpp
Commit c17fe54b96afdf5219f90d6a42db6ba09f3ce36c by galbramc
Only set boost-python suffix on APPLE
The file was modified CMakeInclude/Dependencies.cmake
Commit 2d1f169253faa17b938df5cba192e58fd937b69b by galbramc
More intel valgrind suppressions
The file was modified scripts/valgrind/intel.supp
Commit 85a4d8c70cace9dc2dc2623bd21ab6f5873c9161 by hcarson
stabilized cell works, added estimate vary consistency check
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_Stabilized.h
The file was modified test/unit/Discretization/Galerkin/IntegrandCell_Galerkin_Stabilized_AD_btest.cpp
The file was modified test/unit/Discretization/Galerkin/IntegrandCell_Galerkin_Stabilized_NS_btest.cpp
The file was removedtest/unit/Discretization/Galerkin/IntegrandBoundaryTrace_Dirichlet_mitState_Galerkin_AD_btest.cpp
Commit adca1d4691b80f2e823a1d285b8768d1039e41b6 by hcarson
 Galerkin disc folder working again
The file was modified test/unit/Discretization/Galerkin/IntegrandCell_Galerkin_StrongForm_AD_btest.cpp
The file was removedtest/unit/Discretization/Galerkin/IntegrandInteriorTrace_Galerkin_Strong_AD_btest.cpp
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_Stabilized.h
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_StrongForm.h
The file was modified src/Discretization/Galerkin/IntegrandInteriorTrace_Galerkin.h
The file was modified src/Discretization/Galerkin/IntegrandInteriorTrace_Galerkin_StrongForm.h
The file was addedtest/unit/Discretization/Galerkin/IntegrandInteriorTrace_Galerkin_StrongForm_AD_btest.cpp
Commit 66c4d56c436f65ea28bc1aebbd51cccb5491ec3f by hcarson
Error Estimate folder passing
The file was removedtest/unit/ErrorEstimate/ErrorEstimateCell_StrongForm_Galerkin_AD_btest.cpp
The file was modified test/unit/ErrorEstimate/ErrorEstimateInteriorTrace_PrimalStrongForm_Galerkin_AD_btest.cpp
The file was modified src/ErrorEstimate/Galerkin/ErrorEstimateInteriorTrace_PrimalStrongForm_Galerkin.h
The file was modified test/unit/ErrorEstimate/ErrorEstimateCell_Galerkin_AD_btest.cpp
The file was removedtest/unit/ErrorEstimate/ErrorEstimateInteriorTrace_StrongForm_Galerkin_AD_btest.cpp
The file was modified src/ErrorEstimate/Galerkin/ErrorEstimateBoundaryTrace_Dirichlet_mitLG_Galerkin.h
The file was modified src/ErrorEstimate/Galerkin/ErrorEstimateCell_PrimalStrongForm_Galerkin.h
The file was addedsrc/ErrorEstimate/Galerkin/ErrorEstimateInteriorTrace_Galerkin.h
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGAdvective_impl.h
The file was addedtest/unit/ErrorEstimate/ErrorEstimateInteriorTrace_Galerkin_AD_btest.cpp
The file was addedsrc/ErrorEstimate/Galerkin/ErrorEstimate_Galerkin.h
The file was removedsrc/ErrorEstimate/Galerkin/ErrorEstimateInteriorTrace_StrongForm_Galerkin.h
The file was modified src/ErrorEstimate/Galerkin/ErrorEstimate_StrongForm_Galerkin.h
The file was removedsrc/ErrorEstimate/Galerkin/ErrorEstimateCell_StrongForm_Galerkin.h
The file was modified src/ErrorEstimate/Galerkin/ErrorEstimateBoundaryTrace_Galerkin.h
The file was modified src/ErrorEstimate/Galerkin/ErrorEstimateBoundaryTrace_FieldTrace_Galerkin.h
The file was modified src/ErrorEstimate/DG/ErrorEstimate_DGAdvective.h
The file was modified src/ErrorEstimate/Galerkin/ErrorEstimateCell_Galerkin.h
The file was modified test/unit/ErrorEstimate/ErrorEstimateCell_PrimalStrongForm_Galerkin_AD_btest.cpp
The file was modified test/unit/ErrorEstimate/ErrorEstimate_Galerkin_AD_btest.cpp
Commit ad3f8cd42c28fab867067002db1185e1b31a3ac0 by arthuang
moved disc object out of fieldbundle. every AES will have a disc
The file was modified src/Adaptation/MOESS/SolverInterface_DGBR2.h
The file was modified src/Adaptation/MOESS/SolverInterface_Galerkin.h
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGBR2_impl.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Galerkin_Stabilized.h
The file was modified src/ErrorEstimate/Galerkin/ErrorEstimate_Galerkin.h
The file was modified src/Adaptation/MOESS/ParamFieldBuilder_Block2.h
The file was modified test/unit/Discretization/DG/AlgebraicEquationSet_Local_DGBR2_Triangle_AD_btest.cpp
The file was modified test/unit/Discretization/Galerkin/IntegrandCell_Galerkin_Output_Stabilized_AD_btest.cpp
The file was modified src/Adaptation/MOESS/SolverInterface.h
The file was modified test/unit/Discretization/Galerkin/AlgebraicEquationSet_Local_Galerkin_Stabilized_Triangle_Euler_btest.cpp
The file was modified src/Discretization/DG/DiscretizationDGBR2.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Galerkin_Stabilized_LiftedBoundary.h
The file was modified src/Discretization/Galerkin/Stabilization_Galerkin.h
The file was modified src/Discretization/Galerkin/SolutionData_Galerkin_Stabilized.h
The file was modified test/unit/ErrorEstimate/ErrorEstimateCell_Galerkin_AD_btest.cpp
The file was modified test/system/Asymptotic/Adjoint2D_CG_Triangle_AD_btest.cpp
The file was modified test/system/Asymptotic/ErrorEstimateOrder_2D_CG_Triangle_RD_btest.cpp
The file was modified test/system/Asymptotic/ErrorOrder_2D_CGStabilized_RANS_MMS_btest.cpp
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Local_Galerkin_Stabilized.h
The file was modified src/ErrorEstimate/DG/ErrorEstimate_DGAdvective.h
The file was modified test/system/LocalSolve/EdgeLocalSolve2D_Dual_Galerkin_Stabilized_Euler_btest.cpp
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_StrongForm.h
The file was modified test/unit/Discretization/Galerkin/IntegrandCell_Galerkin_Stabilized_AD_btest.cpp
The file was modified test/unit/Discretization/Galerkin/IntegrandCell_Galerkin_Stabilized_NS_btest.cpp
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGBR2.h
The file was modified test/system/LocalSolve/EdgeLocalSolve2D_Primal_Galerkin_Stabilized_Triangle_AD_btest.cpp
The file was modified test/system/LocalSolve/EdgeLocalSolve2D_Dual_Galerkin_Stabilized_AD_btest.cpp
The file was modified test/unit/ErrorEstimate/ErrorEstimateCell_PrimalStrongForm_Galerkin_AD_btest.cpp
The file was modified test/system/Asymptotic/ErrorOrder_3D_CG_Sphere_Triangle_AD_btest.cpp
The file was modified test/system/Asymptotic/ErrorEstimateOrder_2D_CG_Triangle_AD_btest.cpp
The file was modified src/Discretization/DG/SolutionData_DGBR2_Block2.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Galerkin.h
The file was modified src/Discretization/Galerkin/FieldBundle_Galerkin.h
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block2x2_Triangle_AD_btest.cpp
The file was modified test/system/Adaptation/SolverInterface_Galerkin_Stabilized_btest.cpp
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_Output_Stabilized.h
The file was modified test/unit/Discretization/Galerkin/AlgebraicEquationSet_Galerkin_Triangle_AD_btest.cpp
The file was modified test/unit/ErrorEstimate/ErrorEstimate_Galerkin_AD_btest.cpp
The file was modified test/unit/Discretization/Galerkin/JacobianCell_Galerkin_Stabilized_AD_btest.cpp
The file was modified test/system/Asymptotic/ErrorOrder_2D_CG_Quad_AD_btest.cpp
The file was modified test/unit/Discretization/Galerkin/AlgebraicEquationSet_Local_Galerkin_Stabilized_Triangle_AD_btest.cpp
The file was modified test/system/Asymptotic/ErrorOrder_3D_CG_Hex_AD_btest.cpp
The file was modified src/ErrorEstimate/DG/ErrorEstimate_DGBR2_impl.h
The file was modified test/unit/Discretization/CG/ResidualParamSensitivity_CG_Triangle_AD_btest.cpp
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGAdvective.h
The file was modified test/system/Asymptotic/ErrorOrder_3D_CG_Tet_AD_btest.cpp
The file was modified test/system/LocalSolve/EdgeLocalSolve1D_Dual_Galerkin_Stabilized_Line_AD_btest.cpp
The file was modified src/ErrorEstimate/DG/ErrorEstimate_DGBR2.h
The file was modified src/Discretization/DG/FieldBundle_DGBR2.h
The file was modified src/Discretization/DG/SolutionData_DGBR2.h
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGAdvective_impl.h
The file was modified test/unit/Discretization/Galerkin/AlgebraicEquationSet_Galerkin_Stabilized_Triangle_AD_btest.cpp
The file was modified test/unit/Discretization/DG/AlgebraicEquationSet_DGBR2_Triangle_AD_btest.cpp
The file was modified test/system/Asymptotic/ErrorEstimateOrder_1D_CG_Line_AD_btest.cpp
The file was modified test/system/Asymptotic/ErrorOrder_1D_CG_AD_BDF_btest.cpp
The file was modified src/Adaptation/MOESS/SolverInterface_DGBR2_Block2x2.h
The file was modified test/unit/Discretization/Galerkin/AlgebraicEquationSet_Galerkin_BuckleyLeverett_ST_btest.cpp
The file was removedsrc/Discretization/Galerkin/FieldBundle_Galerkin_Stabilized.h
The file was modified test/system/LocalSolve/EdgeLocalSolve2D_Dual_Galerkin_Stabilized_AR_btest.cpp
The file was modified test/unit/Discretization/Galerkin/IntegrandCell_Galerkin_StrongForm_AD_btest.cpp
The file was modified test/system/Asymptotic/ErrorOrder_2D_CG_Triangle_AD_btest.cpp
The file was modified test/unit/ErrorEstimate/ErrorEstimate_DGBR2_AD_btest.cpp
The file was modified test/system/Asymptotic/ErrorOrder_1D_CG_AD_btest.cpp
The file was modified test/unit/Discretization/Galerkin/SolutionData_Galerkin_Stabilized_btest.cpp
The file was modified src/Discretization/DG/AlgebraicEquationSet_Local_DG.h
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_Stabilized.h
The file was modified src/Discretization/DG/SolutionData_DGAdvective.h
The file was modified test/system/BlockSolve/Block_1D_Decoupled_AD_btest.cpp
The file was modified test/unit/Discretization/Galerkin/JacobianCell_Galerkin_Stabilized_NS_btest.cpp
Commit 2bdd0b99fc4ae46d9754a7a72498a809fbfa4c50 by arthuang
forgot generic disc for Galerkin, DGAdv
The file was addedsrc/Discretization/DiscretizationObject.h
Commit 53210ff735bff424de58dedfa095fe759307141a by hcarson
abs to fabs
The file was modified src/ErrorEstimate/DG/ErrorEstimate_DGBR2_impl.h
The file was modified src/ErrorEstimate/DG/ErrorEstimate_DGBR2.h
Commit d0261aa90435755ce5aa2723af6373e4e0a58d13 by galbramc
More tests for Vector-Vector multiplication
The file was modified test/unit/LinearAlgebra/DenseLinAlg/VectorS_btest.cpp
The file was modified src/LinearAlgebra/DenseLinAlg/StaticSize/VectorS_Mul.h
The file was modified src/LinearAlgebra/DenseLinAlg/tools/VectorSize.h
The file was modified CMakeInclude/Dependencies.cmake
The file was modified scripts/valgrind/intel.supp
The file was modified src/LinearAlgebra/DenseLinAlg/tools/index.h
Commit 050aeac592ad9fe18cd4913374328eae3a7aae36 by galbramc
Removed PROCESSOR_COUNT and CMake is way faster on OSX now
The file was modified CMakeLists.txt
The file was modified scripts/jenkins/cmake_jenkins.sh
Commit 3cc992d0f8f8ad521fc3481b604ed029a17d7e88 by galbramc
Some more CMake cleanup
The file was modified CMakeInclude/Dependencies.cmake
The file was modified CMakeInclude/Finds/FindPETSC.cmake
The file was modified CMakeInclude/Finds/FindTETGEN.cmake
The file was modified CMakeInclude/Finds/FindLAPACK.cmake
The file was modified CMakeInclude/Finds/FindPARMETIS.cmake
The file was modified CMakeInclude/Finds/FindGLPK.cmake
The file was modified CMakeInclude/Finds/FindNLOPT.cmake
Commit f4063f76b9f9f4356aa7c7e311cdd33489078334 by hcarson
forgot to change an interface
The file was modified src/Discretization/Galerkin/IntegrandBoundaryTrace_Dirichlet_sansLG_Galerkin.h
Commit 7fe48c34f5fb8b27ea90ce24ce670b65fdc390c7 by galbramc
Fixed ProcessorCount for OSX, but we don't use it at the moment
The file was modified CMakeInclude/ProcessorCount.cmake
Commit 507779ebab23315fd84a9a432e8c96e5557cb9cf by hcarson
camel case bug
The file was modified test/sandbox/Solve3D_DGBR2_NavierStokes_DeltaWing_toy.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_NavierStokes_DeltaWing_toy.cpp
Commit ccaf46bec78151577d4a12cdbdadac699406fd0a by hcarson
unsigned int comparison warnings
The file was modified test/unit/Discretization/Galerkin/IntegrandInteriorTrace_Galerkin_AD_btest.cpp
The file was modified test/unit/Discretization/Galerkin/IntegrandCell_Galerkin_AD_btest.cpp
The file was modified test/unit/Discretization/Galerkin/IntegrandCell_Galerkin_Stabilized_AD_btest.cpp
Commit 912236830d4d85bb6bb3e4ef54490467d2286927 by hcarson
reverting src/Meshing to the main branch versions
The file was modified src/Meshing/FeFloa/MesherInterface_FeFloa.cpp
The file was modified src/Meshing/libMeshb/XFieldVolume_libMeshb.cpp
Commit 2fb65e738e45d86247b7fd15e578ab0febc46fe1 by galbramc
Fixed intel optimization uninitialized data bug (bug in intel compiler)
The file was modified src/Discretization/HDG/DiscretizationHDG.h
The file was modified src/LinearAlgebra/DenseLinAlg/tools/VectorSize.h
The file was modified src/LinearAlgebra/DenseLinAlg/tools/MatrixSize.h
Commit a37aeb0f235c52fea52e400a6a679b801933ca43 by hcarson
forgot another one
The file was modified test/unit/Discretization/Galerkin/IntegrandCell_Galerkin_Stabilized_NS_btest.cpp
Commit 1283b69200ab06f630e7eca32afafba64ce4d5b5 by arthuang
sandbox tests compiling
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_Euler_CubicSource_toy.cpp
The file was modified test/sandbox/Solve2D_CG_Triangle_Euler_CubicSource_toy.cpp
The file was modified test/sandbox/Solve2D_CG_Triangle_Poisson_toy.cpp
The file was modified test/sandbox/Solve2D_CG_Triangle_LIP_CubicSource_toy.cpp
The file was modified src/Discretization/Galerkin/Stabilization_Galerkin.h
The file was modified test/sandbox/ErrorOrder_1D_CGStab_AD_toy.cpp
The file was modified test/sandbox/Adapt1D_Galerkin_Stabilized_AR_toy.cpp
The file was modified test/sandbox/Solve1D_DGBR2_Line_Euler_ArtNozzle_AV_BDF_toy.cpp
The file was modified test/sandbox/Solve2D_CGStabilized_Triangle_NavierStokes_FlatPlate_toy.cpp
The file was modified test/sandbox/Solve2D_CGStabilized_Triangle_NavierStokes_OjedaMMS_toy.cpp
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_NavierStokes_FlatPlate_toy.cpp
The file was modified test/sandbox/Solve2D_CGStabilized_Triangle_NavierStokes_Joukowski_toy.cpp
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_AR_toy.cpp
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_AD_DoubleBoundaryLayer_toy.cpp
The file was modified test/sandbox/Adapt1D_Galerkin_Stabilized_AD_BoundaryLayer_toy.cpp
The file was modified test/sandbox/Solve1D_CG_AD_RK_toy.cpp
The file was modified test/sandbox/Solve2D_CGStabilized_Triangle_Euler_GaussianBump_toy.cpp
The file was modified test/sandbox/Optimize_Blade_HSM2D_toy.cpp
The file was modified test/sandbox/Solve1D_CG_Line_Euler_Sod_toy.cpp
The file was modified test/sandbox/Solve2D_DGBR2_TwoPhase_ArtificialViscosity_QuarterFiveSpot_BDF_toy.cpp
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_L2_CornerSingularity_toy.cpp
The file was modified test/sandbox/Solve2D_CG_Line_Euler_Sod_ST_toy.cpp
The file was modified test/sandbox/ErrorOrder_2D_CGStabilized_Triangle_AD_toy.cpp
The file was modified test/sandbox/Solve2D_CG_Plate_HSM_toy.cpp
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_Poisson_toy.cpp
The file was modified test/sandbox/Solve2D_CGStabilized_Triangle_RANSSA_Joukowski_toy.cpp
The file was modified test/sandbox/Solve2D_CG_Eikonal_Distance_toy.cpp
The file was modified test/sandbox/Solve3D_CGStabilized_RANSSA_HemisphereCylinder_toy.cpp
The file was modified test/sandbox/Solve3D_CG_xtNonLinPoisson_RK_toy.cpp
The file was modified src/LinearAlgebra/DenseLinAlg/StaticSize/MatMul/MatrixS_MatMul_Native_Surreal_Instantiate.cpp
The file was modified test/sandbox/ErrorOrder_2D_CGStabilizedLifted_Triangle_AD_toy.cpp
The file was modified test/sandbox/Solve2D_DGBR2_TwoPhase_QuarterFiveSpot_BDF_toy.cpp
The file was modified test/sandbox/Solve3D_CGStabilized_RANSSA_CRM_Sub_toy.cpp
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_Helmholtz_toy.cpp
The file was modified src/Adaptation/MOESS/SolverInterface_DGAdvective.h
The file was modified test/sandbox/Solve3D_CG_xNonLinPoisson_toy.cpp
Commit 7f0879618e50ee57e12402126045112da42b40b4 by galbramc
Suppress analyzier warning
The file was modified test/unit/LinearAlgebra/SparseLinAlg/MatrixD_SparseMatrix_CRS_Real_btest.cpp
Commit 4d5827bec0a793c7f058ddf92eaff137164564ed by hcarson
removed the memory leak
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_Stabilized.h
Commit dc45c3ffa7c1e667bf41f42b983b2c4419b92583 by galbramc
Removed unnessesary includes
The file was modified test/sandbox/Solve2D_DGAdvective_Euler_Joukowski_toy.cpp
The file was modified test/sandbox/Adapt1D_Galerkin_Stabilized_AD_BoundaryLayer_toy.cpp
The file was modified test/sandbox/Solve2D_CGStabilized_Triangle_NavierStokes_FlatPlate_toy.cpp
The file was modified test/system/LocalSolve/EdgeLocalSolve1D_Dual_Galerkin_Stabilized_Line_AD_btest.cpp
The file was modified test/system/LocalSolve/EdgeLocalSolve2D_Dual_Galerkin_Stabilized_AD_btest.cpp
The file was modified test/sandbox/Adapt3D_DGAdvective_Euler_HCH_toy.cpp
The file was modified test/system/LocalSolve/EdgeLocalSolve2D_Dual_Galerkin_Stabilized_AR_btest.cpp
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_Helmholtz_toy.cpp
The file was modified test/system/Adaptation/SolverInterface_DGAdvective_btest.cpp
The file was modified src/Discretization/AlgebraicEquationSet_Type.h
The file was modified src/Adaptation/MOESS/SolverInterface_DGAdvective.h
The file was modified test/sandbox/Adapt1D_Galerkin_Stabilized_AR_toy.cpp
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_L2_CornerSingularity_toy.cpp
The file was modified src/Adaptation/MOESS/SolverInterface_DGBR2.h
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_AR_toy.cpp
The file was modified test/system/Adaptation/SolverInterface_Galerkin_Stabilized_btest.cpp
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_AD_DoubleBoundaryLayer_toy.cpp
The file was modified src/Adaptation/MOESS/SolverInterface_DGBR2_Block2x2.h
The file was modified src/ErrorEstimate/Galerkin/ErrorEstimate_StrongForm_Galerkin.h
The file was modified test/sandbox/Adapt2D_DGAdvective_Euler_CubicSource_toy.cpp
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_Euler_CubicSource_toy.cpp
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_Poisson_toy.cpp
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_Stabilized.h
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_NavierStokes_FlatPlate_toy.cpp
The file was modified test/system/LocalSolve/EdgeLocalSolve2D_Dual_Galerkin_Stabilized_Euler_btest.cpp
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Galerkin_Stabilized.h
The file was modified test/system/LocalSolve/EdgeLocalSolve2D_Primal_Galerkin_Stabilized_Triangle_AD_btest.cpp
Commit 79b24667bf4ade90d6bcd07d0070775f88fab96e by galbramc
Fixed one more memory leak
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_StrongForm.h
Commit 2d141e5e384898ecc31167b77793f7a9493bc509 by arthuang
put back constructors without disc object
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Galerkin.h
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGAdvective_impl.h
The file was modified src/Discretization/Galerkin/Stabilization_Galerkin.h
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGAdvective.h
Commit 6405bb61d5475a4e3678fd69a10f2993b7ab5460 by arthuang
reverted unit test to not use disc
The file was modified test/unit/Discretization/Galerkin/AlgebraicEquationSet_Galerkin_Triangle_AD_btest.cpp
Commit c7d5d05059c88b596c6f553a1a4283f0c103b6e5 by galbramc
Added more checks for finding refine, and the optional automatic build
The file was modified CMakeInclude/Checks/CheckREFINE.cmake
The file was modified CMakeInclude/Dependencies.cmake
The file was addedCMakeInclude/Builds/BuildREFINE.cmake
The file was modified CMakeInclude/Finds/FindREFINE.cmake
Commit 2a6c84cee8d642404fa595c27fd1118023f4aa5d by hcarson
removing loop over pde index
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_Stabilized.h
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_StrongForm.h
Commit 637148f3e38880743324114c8723e866e492190f by galbramc
Better EGADS specification for refine
The file was modified CMakeInclude/Builds/BuildREFINE.cmake
Commit e391eee7b5c92abd84f09868614c1a56e1894b8c by galbramc
Fixed logic whether to build refine
The file was modified CMakeInclude/Checks/CheckREFINE.cmake
The file was modified CMakeInclude/Dependencies.cmake
Commit d327d658865043cf230afa41c152e3014084ed7b by hcarson
added mach number derived quantity output for 3D NS
The file was modified test/sandbox/Adapt3D_DGBR2_NavierStokes_DeltaWing_toy.cpp
The file was modified src/pde/NS/PDEEuler3D.h
The file was modified test/sandbox/Adapt2D_DGBR2_RANSSA_FlatPlate_toy.cpp
The file was modified test/unit/pde/NS/PDEEuler3D_btest.cpp
Commit 61c80df91d719745093e62e100727a6f3f080588 by galbramc
Fixed link problems when building refine
The file was modified CMakeInclude/Builds/BuildREFINE.cmake
Commit 2f48469e06706381ec88ecf231da44a143da8db9 by galbramc
Fixes for DeltaWing
The file was modified test/sandbox/Adapt3D_DGBR2_NavierStokes_DeltaWing_toy.cpp
The file was modified CMakeInclude/Finds/FindEGADS.cmake
Commit 5f1ce8414ee4e39056ad8bd825bf0bf8d1f4cbc5 by galbramc
Reverted PETSc build back to 3.8.4 as the transpose solve broke in 3.9.*
The file was modified CMakeInclude/Builds/BuildPETSC.cmake
Commit 31929a5e2f268d57ac7b465ee04de11f16e09ce0 by arthuang
new stabilizationMatrix seems to be working! no PDE template
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_Helmholtz_toy.cpp
The file was addedtest/unit/Discretization/Galerkin/StabilizationMatrix_NS_btest.cpp
The file was modified src/Discretization/Galerkin/SolutionData_Galerkin_Stabilized.h
The file was modified test/sandbox/ErrorOrder_2D_CGStabilized_Triangle_AD_toy.cpp
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_Poisson_toy.cpp
The file was modified test/sandbox/Solve2D_CGStabilized_Triangle_RANSSA_Joukowski_toy.cpp
The file was modified test/unit/Discretization/Galerkin/AlgebraicEquationSet_Local_Galerkin_Stabilized_Triangle_AD_btest.cpp
The file was modified test/unit/Discretization/Galerkin/AlgebraicEquationSet_Galerkin_Stabilized_Triangle_AD_btest.cpp
The file was modified test/system/Asymptotic/ErrorEstimateOrder_1D_CG_Line_AD_btest.cpp
The file was modified src/Discretization/Galerkin/JacobianCell_Galerkin.h
The file was modified test/sandbox/Solve3D_CGStabilized_RANSSA_CRM_Sub_toy.cpp
The file was modified test/system/LocalSolve/EdgeLocalSolve2D_Primal_Galerkin_Stabilized_Triangle_AD_btest.cpp
The file was modified test/unit/Discretization/Galerkin/AlgebraicEquationSet_Local_Galerkin_Stabilized_Triangle_Euler_btest.cpp
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_Euler_CubicSource_toy.cpp
The file was modified test/sandbox/ErrorOrder_1D_CGStab_AD_toy.cpp
The file was modified test/system/Asymptotic/ErrorOrder_2D_CGStabilized_RANS_MMS_btest.cpp
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_AD_DoubleBoundaryLayer_toy.cpp
The file was modified test/unit/ErrorEstimate/ErrorEstimate_Galerkin_AD_btest.cpp
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_AR_toy.cpp
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_StrongForm.h
The file was modified test/sandbox/Solve2D_CGStabilized_Triangle_Euler_GaussianBump_toy.cpp
The file was modified test/system/Adaptation/SolverInterface_Galerkin_Stabilized_btest.cpp
The file was modified test/system/LocalSolve/EdgeLocalSolve2D_Dual_Galerkin_Stabilized_AR_btest.cpp
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_Output_Stabilized.h
The file was modified test/unit/ErrorEstimate/ErrorEstimateCell_Galerkin_AD_btest.cpp
The file was modified test/system/Asymptotic/ErrorEstimateOrder_2D_CG_Triangle_AD_btest.cpp
The file was modified test/system/LocalSolve/EdgeLocalSolve2D_Dual_Galerkin_Stabilized_AD_btest.cpp
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Local_Galerkin_Stabilized.h
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_Stabilized.h
The file was modified test/system/Asymptotic/ErrorEstimateOrder_2D_CG_Triangle_RD_btest.cpp
The file was modified test/unit/Discretization/Galerkin/IntegrandCell_Galerkin_StrongForm_AD_btest.cpp
The file was modified src/Discretization/Galerkin/Stabilization_Galerkin.h
The file was modified test/unit/Discretization/Galerkin/IntegrandCell_Galerkin_Output_Stabilized_AD_btest.cpp
The file was modified test/unit/Discretization/Galerkin/JacobianCell_Galerkin_Stabilized_NS_btest.cpp
The file was modified test/system/LocalSolve/EdgeLocalSolve2D_Dual_Galerkin_Stabilized_Euler_btest.cpp
The file was modified test/unit/Discretization/Galerkin/IntegrandCell_Galerkin_Stabilized_AD_btest.cpp
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Galerkin_Stabilized_LiftedBoundary.h
The file was modified test/unit/Discretization/Galerkin/JacobianCell_Galerkin_Stabilized_AD_btest.cpp
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Galerkin_Stabilized.h
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_L2_CornerSingularity_toy.cpp
The file was modified test/unit/Discretization/Galerkin/IntegrandCell_Galerkin_Stabilized_NS_btest.cpp
The file was modified src/ErrorEstimate/Galerkin/ErrorEstimate_StrongForm_Galerkin.h
The file was modified test/sandbox/Solve2D_CGStabilized_Triangle_NavierStokes_FlatPlate_toy.cpp
The file was modified test/unit/ErrorEstimate/ErrorEstimateCell_PrimalStrongForm_Galerkin_AD_btest.cpp
The file was modified test/sandbox/ErrorOrder_2D_CGStabilizedLifted_Triangle_AD_toy.cpp
The file was modified test/system/LocalSolve/EdgeLocalSolve1D_Dual_Galerkin_Stabilized_Line_AD_btest.cpp
The file was modified test/unit/Discretization/Galerkin/SolutionData_Galerkin_Stabilized_btest.cpp
The file was modified test/sandbox/Solve2D_CGStabilized_Triangle_NavierStokes_Joukowski_toy.cpp
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_NavierStokes_FlatPlate_toy.cpp
The file was modified test/sandbox/Adapt1D_Galerkin_Stabilized_AD_BoundaryLayer_toy.cpp
The file was modified test/sandbox/Solve2D_CGStabilized_Triangle_NavierStokes_OjedaMMS_toy.cpp
The file was modified test/sandbox/Solve3D_CGStabilized_RANSSA_HemisphereCylinder_toy.cpp
Commit 2fffc03959bede94aeac2c99095675c5d3c91a07 by galbramc
Added missing ifdef SANS_PETSC
The file was modified test/sandbox/Adapt3D_DGBR2_NavierStokes_DeltaWing_toy.cpp
Commit de5ca63c077b00101c5827374f3cede40d025c31 by arthuang
some function calls changed to references
The file was modified test/unit/Discretization/Galerkin/StabilizationMatrix_NS_btest.cpp
The file was modified src/Discretization/Galerkin/Stabilization_Galerkin.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Local_Galerkin_Stabilized.h
Commit a178b5047f85e0a016d8ce6144eb43862a80c754 by hcarson
reverting to develop
The file was modified CMakeInclude/Builds/BuildPETSC.cmake
Commit 2bc96a0016e9ee0eba7b3235be205e0c5ab02cd6 by hcarson
filing system tweaks and petsc parameters
The file was modified test/sandbox/Adapt3D_DGBR2_NavierStokes_DeltaWing_toy.cpp
The file was modified test/sandbox/Adapt2D_DGBR2_RANSSA_FlatPlate_toy.cpp
Commit ac3bff7d624ca5d36c82c480c7a94fb911ee8b50 by arthuang
minor tweaks to get thru Jenkins
The file was modified src/Discretization/Galerkin/Stabilization_Galerkin.h
The file was modified test/unit/Discretization/Galerkin/StabilizationMatrix_NS_btest.cpp
Commit 9acd8c060e387d068bc0b3bd257cab3173c66756 by galbramc
Added warnings to not use PETSc 3.9 for now
The file was modified CMakeInclude/Checks/petsc_ksp_ex1_test.cxx
The file was modified CMakeInclude/Builds/BuildPETSC.cmake
Commit 1b4b63fd6de56579ce11dbe5f0a7b683eb855244 by jzavala
Added jzavala@mit.edu to DeveloperEmailAddresses
The file was modified DeveloperEmailAddresses
Commit a791f10278a2a19a0332633cfaef81c87d9756a8 by shunz
Extrapolated nt growth source term in turbulent sub-element.  Working
progress
The file was modified src/pde/IBL/PDEIBL2D.h
The file was modified src/Field/Element/GalerkinWeightedIntegral_New.h
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_CutCellTransitionIBL.h
The file was modified src/Discretization/DG/AlgebraicEquationSet_TransitionIBL.h
The file was modified src/pde/NDConvert/PDENDConvertSpace2D.h
Commit 4b13aaea57544e73ea8d2aa12cb3a3d9b2e1b2ec by shunz
minor cleanup
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_CutCellTransitionIBL.h
The file was modified src/pde/IBL/PDEIBL2D.h
Commit e2e30c2fe580bf45c71d746da74b4a953c8aca9c by shunz
Updated initial guess.  Enabled restarted solution from a previous
solution
The file was modified test/system/IO/CodeConsistency/IBL/naca0004_qinit_ne64_a0_forcedTransition.txt
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_IntraCellNaturalTransitionBL_TurbWake_btest.cpp
Commit 865e80facbb5f270c417beac6483b7f3fc5e2292 by galbramc
BuildREFINE uses new --with-OpenCASCADE flag
The file was modified CMakeInclude/Builds/BuildREFINE.cmake
Commit 9b9cbbcc3dd6f15f4162e34b5be98694943355c5 by galbramc
Fixed memory leak
The file was modified test/unit/Discretization/Galerkin/StabilizationMatrix_NS_btest.cpp
Commit fb0d63cb98992452c7267d104776891d63346152 by shunz
Updated pyrite files
The file was modified src/pde/IBL/PDEIBL2D.h
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_ForcedTransitionBL_TurbWake_btest.cpp
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_qinit_ne64_a0_forcedTransition.txt
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_IntraCellNaturalTransitionBL_TurbWake_btest.cpp
The file was addedtest/system/IO/CodeConsistency/IBL/naca0004_qinit_ne128_a0_transition.txt
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_IntraCellForcedTransitionBL_TurbWake_btest.cpp
The file was modified src/Discretization/DG/AlgebraicEquationSet_TransitionIBL.h
The file was addedtest/system/IO/CodeConsistency/Solve2D_Coupled_4x4_IBL_Panel_laminarBLnaturalTransition_ntcrit0p400_turbulentWakexfoillag_naca0004_ne64_p1_Test_ExplicitMassCons.txt
The file was modified test/system/IO/CodeConsistency/Solve2D_Coupled_4x4_IBL_Panel_laminarBLforcedTransition0p80408_turbulentWakexfoillag_naca0004_ne64_p1_Test_ExplicitMassCons.txt
The file was addedtest/system/IO/CodeConsistency/IBL/naca0004_qinit_ne64_a0_transition.txt
Commit c76bd43faf10a50beac37df58af53609ce6a5811 by shunz
IBL PDE cleanup.  Started working on upwinding at transition
The file was modified src/pde/IBL/PDEIBL2D.h
Commit fc736542449a3b66928de45d9bdadcd8bf279d11 by shunz
Implemented upwinding at transition front.  Added/update pyrite check
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_IntraCellNaturalTransitionBL_TurbWake_btest.cpp
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_IntraCellForcedTransitionBL_TurbWake_btest.cpp
The file was modified test/system/IO/CodeConsistency/Solve2D_Coupled_4x4_IBL_Panel_laminarBLforcedTransition0p80408_turbulentWakexfoillag_naca0004_ne64_p1_Test_ExplicitMassCons.txt
The file was modified src/pde/IBL/PDEIBL2D.h
The file was addedtest/system/IO/CodeConsistency/Solve2D_Coupled_4x4_IBL_Panel_laminarBLnaturalTransition_ntcrit0p520_turbulentWakexfoillag_naca0004_ne64_p1_Test_ExplicitMassCons.txt
Commit 9843b9c1a1cc83a7751b7f6691d1836e018a59a6 by shunz
Fixed warnings about uninitialized data
The file was modified test/unit/pde/IBL/ElementProjectionIBLoutput_L2_btest.cpp
Commit 61c3b1ec9fbac963219ea2d10cbc8dd30989a155 by shunz
minor cleanup
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_IntraCellNaturalTransitionBL_TurbWake_btest.cpp
Commit cf38d7230432b35305bdd6476754a2d1ca3eea9c by galbramc
Added unit tets for reference element mesh
The file was addedtest/unit/Field/Element/ReferenceElementMesh_btest.cpp
The file was modified src/Field/Element/ReferenceElementMesh.cpp
The file was modified src/Field/output_Points.cpp
Commit 4bc5ae5bd29219caf45d59782e607e37add4a05e by galbramc
Fixed array out of bounds error for reference element mesh
The file was modified src/Field/Element/ReferenceElementMesh.cpp
The file was modified test/unit/Field/Element/ReferenceElementMesh_btest.cpp
Commit d3b1dd7e19e641b7cb0ee47664f62950c2184bd1 by shunz
Refactored PDEIBL implementation.  In particular, relocated hubtrace
stuff to BCIBL
The file was modified src/Discretization/Galerkin/IntegrandBoundaryTrace_WakeMatch_Galerkin_IBL.h
The file was modified src/Discretization/Galerkin/IntegrandBoundaryTrace_Flux_mitState_Galerkin_manifold.h
The file was modified src/pde/NDConvert/PDENDConvertSpace2D.h
The file was modified src/pde/IBL/PDEIBL2D.h
The file was modified src/pde/NDConvert/BCNDConvertSpace2D.h
The file was modified src/Discretization/Galerkin/IntegrandBoundaryTrace_None_Galerkin_manifold.h
The file was modified src/PanelMethod/ProjectionToQauxi_IBL.h
The file was modified src/pde/IBL/BCIBL2D.h
The file was modified src/PanelMethod/IntegrandBoundaryTrace_ProjectToQauxi.h
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_CutCellTransitionIBL.h
Commit 3457d342443ec419c982f066081e1d2fe5e7c878 by eam5515
Cleaning up Restart file read in to not need two reads, added Partition
Read in for Gmsh
The file was modified src/Field/Partition/XField_Lagrange.cpp
The file was modified src/Meshing/gmsh/XField_gmsh.cpp
The file was modified src/Meshing/gmsh/XField_gmsh.h
Commit 9b1882cfa4afa76fa96a6eaf71531389b76f0ae5 by shunz
Refactored PDEIBL and added plenty of unit tests
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_CutCellTransitionIBL.h
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/NDConvert/PDENDConvertSpace2D.h
Commit 6b95f1d174bc05a3234d57d496f6646d17b28b24 by shunz
Patch unit tests for IBL BC
The file was modified test/unit/pde/IBL/BCIBL2D_btest.cpp
The file was modified src/pde/IBL/BCIBL2D.cpp
The file was modified src/pde/IBL/BCIBL2D.h
Commit 57a3a7290b8e17fee090d1f2b629b6d39aaf528c by shunz
Cleaned up more IBL unit tests
The file was modified test/unit/pde/IBL/SecondaryVar2D_btest.cpp
The file was modified src/pde/IBL/SpaldingLawModified_impl.h
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_IntraCellNaturalTransitionBL_TurbWake_btest.cpp
The file was modified src/pde/IBL/FluidModels.cpp
The file was modified test/unit/pde/IBL/SetIBLoutputCellGroup_btest.cpp
The file was modified src/pde/IBL/FluidModels.h
The file was modified test/unit/pde/IBL/ElementProjectionIBLoutput_L2_btest.cpp
The file was modified src/pde/IBL/ElementProjectionIBLoutput_L2.h
The file was modified src/pde/IBL/CMakeLists.txt
The file was addedsrc/pde/IBL/SecondaryVar2D.cpp
Commit b5510cec4542f0d8c9403f755fd4730a831c4862 by shunz
FIxed a bug in panel equation residual norm calculation.  Plenty of
refactoring and cleanup
The file was modified src/PanelMethod/XfoilPanel.h
The file was modified test/unit/PanelMethod/ProjectionToQauxi_IBL_btest.cpp
The file was modified test/unit/PanelMethod/XfoilPanel_btest.cpp
The file was modified test/unit/PanelMethod/XfoilPanelEquationSet_btest.cpp
The file was modified src/PanelMethod/XfoilPanelEquationSet.h
The file was modified src/PanelMethod/ProjectionToQauxi_IBL.h
Commit 0ce15ca06ed521f35405e4d4e624869d37200324 by shunz
Retired some unit tests.  Added missing include
The file was removedtest/unit/Discretization/DG/IntegrandBoundaryTrace_Dirichlet_mitState_DGBR2_manifold_IBL2D_btest.cpp
The file was addedtest/unit/Discretization/DG/IntegrandInteriorTrace_DGBR2_manifold_IBL2D_btest_outdated.cpp
The file was removedtest/unit/Discretization/DG/IntegrandCell_DGBR2_manifold_ShallowWater2D_btest.cpp
The file was addedtest/unit/Discretization/DG/IntegrandBoundaryTrace_Dirichlet_mitState_DGBR2_manifold_IBL2D_btest_outdated.cpp
The file was addedtest/unit/Discretization/DG/ResidualCell_DGBR2_IBL2D_btest_outdated.cpp
The file was addedtest/unit/Discretization/DG/IntegrandCell_DGBR2_manifold_IBL2D_btest_outdated.cpp
The file was removedtest/unit/Discretization/DG/IntegrandCell_DGBR2_manifold_IBL2D_btest.cpp
The file was modified src/Field/Element/GalerkinWeightedIntegral_New.h
The file was addedtest/unit/Discretization/DG/IntegrandCell_DGBR2_manifold_ShallowWater2D_btest_outdated.cpp
The file was removedtest/unit/Discretization/DG/ResidualCell_DGBR2_IBL2D_btest.cpp
The file was removedtest/unit/Discretization/DG/IntegrandInteriorTrace_DGBR2_manifold_IBL2D_btest.cpp
Commit f0bbda1d3cc2bcfa8497408f75848c5c0f59bb0f by shunz
Turned off some old unit tests
The file was addedtest/unit/Discretization/Galerkin/IntegrandCell_Galerkin_PTC_manifold_IBL2D_btest_outdated.cpp
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_manifold.h
The file was removedtest/unit/Discretization/Galerkin/IntegrandInteriorTrace_Galerkin_manifold_IBL2D_btest.cpp
The file was addedtest/unit/Discretization/Galerkin/JacobianCell_Galerkin_Param_IBL2D_btest_outdated.cpp
The file was addedtest/unit/Discretization/Galerkin/ResidualCell_Galerkin_IBL2D_btest_outdated.cpp
The file was addedtest/unit/Discretization/Galerkin/JacobianInteriorTrace_Galerkin_Param_IBL2D_btest_outdated.cpp
The file was removedtest/unit/Discretization/Galerkin/IntegrandBoundaryTrace_Dirichlet_mitState_Galerkin_manifold_IBL2D_btest.cpp
The file was removedtest/unit/Discretization/Galerkin/IntegrandBoundaryTrace_WakeMatch_Galerkin_IBL_2D_btest.cpp
The file was addedtest/unit/Discretization/Galerkin/IntegrandBoundaryTrace_WakeMatch_Galerkin_IBL_2D_btest_outdated.cpp
The file was removedtest/unit/Discretization/Galerkin/IntegrandCell_Galerkin_manifold_IBL2D_btest.cpp
The file was removedtest/unit/Discretization/Galerkin/JacobianInteriorTrace_Galerkin_Param_IBL2D_btest.cpp
The file was removedtest/unit/Discretization/Galerkin/IntegrandCell_Galerkin_PTC_manifold_IBL2D_btest.cpp
The file was removedtest/unit/Discretization/Galerkin/JacobianBoundaryTrace_Dirichlet_mitState_Galerkin_Param_IBL2D_btest.cpp
The file was removedtest/unit/Discretization/Galerkin/ResidualCell_Galerkin_IBL2D_btest.cpp
The file was addedtest/unit/Discretization/Galerkin/JacobianBoundaryTrace_Dirichlet_mitState_Galerkin_Param_IBL2D_btest_outdated.cpp
The file was addedtest/unit/Discretization/Galerkin/IntegrandInteriorTrace_Galerkin_manifold_IBL2D_btest_outdated.cpp
The file was addedtest/unit/Discretization/Galerkin/IntegrandCell_Galerkin_manifold_IBL2D_btest_outdated.cpp
The file was removedtest/unit/Discretization/Galerkin/JacobianCell_Galerkin_Param_IBL2D_btest.cpp
The file was addedtest/unit/Discretization/Galerkin/IntegrandBoundaryTrace_Dirichlet_mitState_Galerkin_manifold_IBL2D_btest_outdated.cpp
Commit a7f9561beb5bb9386edc44747b1ac087f533391a by arthuang
minor cleanup, added some interfaces to ndconverts
The file was modified src/Discretization/Galerkin/Stabilization_Galerkin.h
The file was modified src/pde/PorousMedia/PDEBuckleyLeverett1D.h
The file was modified test/unit/UnitGrids/XField2D_FlatPlate_X1.cpp
The file was modified src/Discretization/Galerkin/IntegrandBoundaryTrace_Flux_mitState_Nitsche.h
The file was modified src/pde/NDConvert/PDENDConvertSpaceTime1D.h
The file was modified test/sandbox/ErrorOrder_1D_CGStab_AD_toy.cpp
The file was modified test/sandbox/Adapt2D_DGBR2_NavierStokes_FlatPlate_toy.cpp
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_NavierStokes_FlatPlate_toy.cpp
The file was modified src/pde/AdvectionDiffusion/PDEAdvectionDiffusion1D.h
The file was modified test/sandbox/Solve2D_CGStabilized_Triangle_NavierStokes_FlatPlate_toy.cpp
The file was modified test/sandbox/Solve2D_CGStabilized_Triangle_NavierStokes_OjedaMMS_toy.cpp
The file was modified test/sandbox/Solve2D_DGBR2_Triangle_NavierStokes_FlatPlate_toy.cpp
The file was modified src/pde/AnalyticFunction/ScalarFunction1D.h
The file was modified src/pde/NDConvert/PDENDConvertSpaceTime2D.h
The file was modified src/pde/NS/PDEEuler1D.h
The file was modified src/Adaptation/MOESS/SolverInterface_Galerkin.h
Commit a4c366a1c66bb727235fb07d5cac717a6d6b364a by shunz
Refactored ctau numerical flux when transition happens at an interior
trace
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxv_PanelMethod.h
The file was modified src/pde/IBL/PDEIBL2D.h
The file was modified test/unit/pde/IBL/PDEIBL2D_btest.cpp
Commit a1fc7142e0c6ad6391a1dab3d2dac811483ad0ec by shunz
Disentangled cut-cell transition IBL machinery with the rest so that
they lived together peacefully
The file was modified src/Discretization/Galerkin/JacobianCell_Galerkin_Param_CutCellTransitionIBL.h
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_CutCellNaturalTransitionIBL_Panel_btest.cpp
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_manifold.h
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_IntraCellForcedTransitionBL_TurbWake_btest.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_IBL_Panel_btest.cpp
The file was modified src/PanelMethod/AlgebraicEquationSet_ProjectToQauxi.h
The file was modified src/Discretization/Galerkin/ResidualCell_Galerkin_CutCellTransitionIBL.h
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_CutCellForcedTransitionIBL_Panel_btest.cpp
The file was addedsrc/Discretization/Galerkin/AlgebraicEquationSet_HubTrace_Galerkin_cutCellTransitionIBL.h
The file was modified src/Discretization/DG/AlgebraicEquationSet_TransitionIBL.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_HubTrace_Galerkin.h
The file was modified src/Discretization/DiscretizationBCTag.h
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_CutCellTransitionIBL.h
The file was modified src/Discretization/Galerkin/JacobianCell_Galerkin_CutCellTransitionIBL.h
Commit 73885c8478054dcf93b3f45f66c801d453b7f1db by shunz
Fixed a test case
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_IntraCellNaturalTransitionBL_TurbWake_btest.cpp
Commit 1e51cfb00620124e83f3a913942995075dd0442f by shunz
relaxed torlerance
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_CutCellNaturalTransitionIBL_Panel_btest.cpp
Commit 897629b1bd8a3e362b3cadb54604a4e18b02ab2c by shunz
relaxed tolerances
The file was modified test/unit/pde/IBL/BCIBL2D_btest.cpp
The file was modified test/unit/pde/IBL/PDEIBL2D_btest.cpp
Commit 216f976ab3f659f9bdfc12b541dc58188a52e161 by shunz
Revived the stagnation flow test for laminar BL
The file was modified src/pde/IBL/BCIBL2D.h
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_IntraCellNaturalTransitionBL_TurbWake_btest.cpp
The file was modified test/system/AnalyticSolve/AnalyticSolve2D_DGAdvective_IBL_StagnationFlow_LamiBL_btest.cpp
The file was modified src/pde/IBL/PDEIBL2D.h
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_IntraCellForcedTransitionBL_TurbWake_btest.cpp
Commit 657c3334eeea218f255e8bae04ea00ab3b081d7c by shunz
Refactored stagnation flow laminar BL cases
The file was modified test/system/AnalyticSolve/AnalyticSolve2D_DGAdvective_IBL_StagnationFlow_LamiBL_btest.cpp
The file was removedtest/system/AnalyticSolve/AnalyticSolve2D_DGAdvective_IBL_StagnationFlow_SingleElem_TurbBL_btest.cpp
The file was removedtest/system/AnalyticSolve/AnalyticSolve2D_DGAdvective_IBL_StagnationFlow_TurbBL_btest.cpp
The file was modified test/system/AnalyticSolve/AnalyticSolve2D_DGAdvective_IBL_StagnationFlow_SingleElem_LamiBL_btest.cpp
Commit c44e7621fc1bd54e08e4c78cf3a2bf567f69b178 by shunz
Turned off a verbose printout
The file was modified test/system/AnalyticSolve/AnalyticSolve2D_HDG_Triangle_NavierStokes_btest.cpp
Commit 5c53e18c605279e22fc4393cf4732776e08db357 by shunz
Cleaned up CodeConsistency system test cases for IBL
The file was removedtest/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_ForcedTransitionBL_TurbWake_btest.cpp
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_qinit_wake_ne192_a0_turbulent_custom1.txt
The file was addedtest/system/CodeConsistency/Solve2D_Uncoupled_DGAdvectiveIBL_NACA0004_LamiBL_btest.cpp
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_qinit_wake_ne1024_a0_turbulent_custom4.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_vel_ne800_a0.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_qinit_ne360_a0.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_qinit_wake_ne256_a0_turbulent_xfoil.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_qinit_ne2048_a0.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_vel_wake_ne96_a0.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_qinit_wake_ne512_a0_turbulent_custom4.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_qinit_wake_ne96_a0_turbulent_custom4.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_qinit_ne128_a0_custom4.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_qinit_ne800_a0.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_qinit_ne640_a0.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_qinit_wake_ne64_a0_turbulent_custom1.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_vel_ne640_a0.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_qinit_wake_ne64_a0_turbulent_custom2.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_qinit_wake_ne64_a0_turbulent_custom6.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_qinit_wake_ne800_a0_turbulent_custom4.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_qinit_wake_ne360_a0_turbulent_xfoil.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_vel_wake_ne128_a0.txt
The file was removedtest/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_LamiBL_TurbWake_btest.cpp
The file was removedtest/system/IO/CodeConsistency/Solve2D_Coupled_4x4_IBL_Panel_laminarBL_turbulentWake_naca0004_ne64_p1_Test.txt
The file was removedtest/system/IO/CodeConsistency/Solve2D_Coupled_4x4_IBL_Panel_laminarBLforcedTransition0p80408_turbulentWakexfoillag_naca0004_ne64_p1_Test_NoExplicitMassCons.txt
The file was modified test/system/IO/CodeConsistency/Solve2D_Coupled_4x4_IBL_Panel_laminarBL_turbulentWakeibl3eqm_naca0004_ne64_p1_TestNew.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_qinit_ne96_a0_custom4.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_qinit_wake_ne64_a0_turbulent_xfoil.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_qinit_wake_ne64_a0_turbulent_custom5.txt
The file was modified test/system/IO/CodeConsistency/Solve2D_Coupled_4x4_IBL_Panel_laminarBLforcedTransition0p8074822_turbulentWakexfoillag_naca0004_ne64_p1_Test_ExplicitMassCons.txt
The file was removedtest/system/IO/CodeConsistency/Solve2D_Coupled_4x4_IBL_Panel_laminarBLforcedTransition0p8074822m8em17_turbulentWakexfoillag_naca0004_ne64_p1_Test_NoExplicitMassCons.txt
The file was removedtest/system/CodeConsistency/Solve2D_Uncoupled_DGAdvectiveIBL_airfoil_NACA0004_PTC_btest.cpp
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_qinit_ne128_a0_transition.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_vel_wake_ne64_a0.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_qinit_wake_ne64_a0_turbulent_custom3.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_qinit_ne96_a0.txt
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_IntraCellNaturalTransitionBL_TurbWake_btest.cpp
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_LamiBL_TurbWakeXfoilLagClosure_btest.cpp
The file was removedtest/system/IO/CodeConsistency/Solve2D_Coupled_4x4_IBL_Panel_laminarBLnaturalTransition_ntcrit0p400_turbulentWakexfoillag_naca0004_ne64_p1_Test_ExplicitMassCons.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_vel_ne256_a0.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_vel_wake_ne256_a0.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_vel_wake_ne640_a0.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_qinit_wake_ne128_a0_turbulent_custom1.txt
The file was removedtest/system/IO/CodeConsistency/Solve2D_Coupled_4x4_IBL_Panel_laminarBL_turbulentWakexfoillag_naca0004_ne64_p1_TestNew.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_vel_ne64_a0.txt
The file was modified test/pyrite_fstream.h
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_vel_ne360_a0.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_qinit_wake_ne640_a0_turbulent_custom4.txt
The file was removedtest/system/IO/CodeConsistency/Solve2D_Uncoupled_DGAdvectiveIBL_laminarBL_laminarWake_naca0004_ne128_p1_Test.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_qinit_wake_ne360_a0_turbulent_custom1.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_qinit_ne64_a0_custom4.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_qinit_wake_ne256_a0_turbulent_custom1.txt
The file was addedtest/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_LamiBL_TurbWakeIBL3eqmClosure_btest.cpp
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_qinit_wake_ne2048_a0_turbulent_custom4.txt
The file was addedtest/system/CodeConsistency/Solve2D_Uncoupled_DGAdvectiveIBL_NACA0004_LamiBL_PTC_btest.cpp
The file was modified test/system/IO/CodeConsistency/Solve2D_Coupled_4x4_IBL_Panel_laminarBL_turbulentWakexfoillag_naca0004_ne64_p1_Test.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_qinit_wake_ne64_a0_turbulent_custom4.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_vel_wake_ne1024_a0.txt
The file was removedtest/system/IO/CodeConsistency/Solve2D_Coupled_4x4_IBL_Panel_laminarBLnaturalTransition_turbulentWakexfoillag_naca0004_ne64_p1_Test_ExplicitMassCons.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_vel_ne512_a0.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_qinit_ne192_a0.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_qinit_ne128_a0.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_vel_ne192_a0.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_vel_ne96_a0.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_vel_ne1024_a0.txt
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_IntraCellForcedTransitionBL_TurbWake_btest.cpp
The file was modified test/system/AnalyticSolve/AnalyticSolve2D_DGAdvective_IBL_StagnationFlow_SingleElem_LamiBL_btest.cpp
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_qinit_ne256_a0.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_vel_ne128_a0.txt
The file was removedtest/system/IO/CodeConsistency/Solve2D_Coupled_4x4_IBL_Panel_laminarBLforcedTransition0p8074822m1em20_turbulentWakexfoillag_naca0004_ne64_p1_Test_NoExplicitMassCons.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_qinit_ne512_a0.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_vel_wake_ne192_a0.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_qinit_wake_ne128_a0.txt
The file was removedtest/system/CodeConsistency/Solve2D_Uncoupled_DGAdvectiveIBL_airfoil_NACA0004_btest.cpp
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_qinit_wake_ne128_a0_turbulent_xfoil.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_qinit_ne1024_a0.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_vel_wake_ne512_a0.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_vel_ne2048_a0.txt
The file was removedtest/system/CodeConsistency/Solve2D_Uncoupled_DGAdvectiveIBL_airfoilANDwake_NACA0004_btest.cpp
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_qinit_wake_ne96_a0_turbulent_custom1.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_vel_wake_ne800_a0.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_vel_wake_ne2048_a0.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_vel_wake_ne360_a0.txt
The file was removedtest/system/IO/CodeConsistency/IBL/naca0004_qinit_wake_ne128_a0_turbulent_custom4.txt
Commit d19e045d4cf1dc8926bbbcd22427f9a2a60ee8d9 by shunz
Fixed warnings etc.
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_LamiBL_TurbWakeIBL3eqmClosure_btest.cpp
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_IntraCellForcedTransitionBL_TurbWake_btest.cpp
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_LamiBL_TurbWakeXfoilLagClosure_btest.cpp
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_IntraCellNaturalTransitionBL_TurbWake_btest.cpp
The file was addedtest/system/IO/CodeConsistency/IBL/naca0004_vel_ne64_a0.txt
Commit a2f9013b2f67a6f6eb6affe5114dde127166d85f by shunz
Relaxed tolerances.  Fixed warnings
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_IntraCellForcedTransitionBL_TurbWake_btest.cpp
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_LamiBL_TurbWakeIBL3eqmClosure_btest.cpp
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_IntraCellNaturalTransitionBL_TurbWake_btest.cpp
Commit 6f29016eb31097864549b56c331aafac0371abe6 by shunz
Removed an obsolete toy case
The file was removedtest/sandbox/Solve2D_Uncoupled_DGAdvectiveIBL_airfoil_NACA0004_toy.cpp
Commit 2ad0dbd7a4db05387f554000b574b52e86753b4e by shunz
Relaxed tolerance
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_IntraCellForcedTransitionBL_TurbWake_btest.cpp
Commit 65ab5a425515dd5b64c6f4a5f8a9703254552ff6 by shunz
Fixed warning
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_LamiBL_TurbWakeXfoilLagClosure_btest.cpp
Commit b000c90876180b1400b2c147acb55724a9d95e11 by shunz
Added explicit instantiations to fix gnu compiler errors
The file was modified src/pde/IBL/SecondaryVar2D.cpp
The file was modified src/pde/IBL/SecondaryVar2D.h
Commit 4e172e256ef8d4b6b5a13a8365e0df636d7ec8b4 by shunz
Separated template methods into implementation header
The file was modified src/pde/IBL/SecondaryVar2D.cpp
The file was modified src/pde/IBL/SecondaryVar2D.h
The file was addedsrc/pde/IBL/SecondaryVar2D_impl.h
Commit d6b691cd081197acc16e1873a39bf2aca5913a5c by shunz
Removed template keywords
The file was modified src/pde/IBL/SecondaryVar2D.cpp
The file was modified src/pde/IBL/SecondaryVar2D_impl.h
Commit f034481ed73befb344c60a73434cdaf76728b87f by shunz
Minor refactoring
The file was modified src/pde/IBL/SecondaryVar2D_impl.h
The file was modified src/pde/IBL/SecondaryVar2D.h
Commit 6741f7866e3dde420726032888469981c541277d by shunz
Added missing template to the delight of gnu8
The file was modified src/Discretization/DG/AlgebraicEquationSet_TransitionIBL.h
Commit c7e69d4e718526dad4e41c6a4b3d304be5b7b0f5 by shunz
Added explicit instantiations.  Fixed unused variable warnings
The file was modified src/pde/IBL/SecondaryVar2D.cpp
The file was modified src/pde/IBL/PDEIBL2D.h
Commit 271a33b71fa73db8a782a95967a0e36b170da86b by shunz
One more attempt
The file was modified src/pde/IBL/SecondaryVar2D_impl.h
The file was modified src/pde/IBL/SecondaryVar2D.h
Commit e9b1f606f1e4e1753bd058aa7d3120081b5e1ca2 by shunz
Added a missing instantiation
The file was modified src/pde/IBL/SecondaryVar2D.cpp
The file was modified src/pde/IBL/CMakeLists.txt
Commit 326eeb3956a76a948d01b94695792796bfed42df by shunz
Missed typename keyword
The file was modified src/pde/IBL/SecondaryVar2D_impl.h
Commit 2d059ff2da6d21453dfe4c0e1d39290ff72028b1 by shunz
missed template keyword
The file was modified src/pde/IBL/SecondaryVar2D_impl.h
Commit e290a792a568727bcd648f33b1995ffe8435187d by shunz
Removed an troublesome solution order case
The file was modified src/pde/IBL/PDEIBL2D.h
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 2a559918025d377e59ee5cb6ea04ae8a51ac4a56 by pcaplan
sans interface to avro complete, sandbox case for AD, doesnt really work
yet :(
The file was modified src/Meshing/EGADS/EGModel.cpp
The file was modified src/Adaptation/MeshAdapter.cpp
The file was modified src/Meshing/EGTess/XFieldDomain.cpp
The file was addedtest/sandbox/Adapt2D_DGBR2_AD_DoubleBoundaryLayer_avro_toy.cpp
The file was modified test/unit/Meshing/avro/MesherInterface_avro_btest.cpp
The file was modified src/Meshing/avro/MesherInterface_avro.cpp
The file was modified src/Meshing/avro/MesherInterface_avro.h
The file was modified src/Meshing/EGTess/XFieldDomain.h
The file was modified test/unit/Meshing/avro/CMakeLists.txt
The file was modified src/Adaptation/MeshAdapter.h
The file was modified src/Meshing/EGTess/XFieldDomain_impl.h
The file was modified CMakeLists.txt
Commit 667d15bcfcb6968baea6f117007469ad39c8345d by shunz
Added missing instantiations for python Dict parameter get
The file was modified src/pde/IBL/FluidModels.h
The file was modified src/pde/IBL/VelocityProfile2D.h
The file was modified src/pde/IBL/FluidModels.cpp
The file was modified src/pde/IBL/SecondaryVar2D.cpp
The file was modified src/Python/PyDict_impl.h
The file was modified src/pde/IBL/SecondaryVar2D.h
Commit 8ad4028d01a9c0343ee677cc5631a90090dcf28d by shunz
Fixed warnings/errors
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_IntraCellForcedTransitionBL_TurbWake_btest.cpp
The file was modified test/sandbox/Solve2D_DGAdvective_AdvectionOnly_Circle_toy.cpp
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_IntraCellNaturalTransitionBL_TurbWake_btest.cpp
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_CutCellTransitionIBL.h
Commit e78f1b216d94b5a7535a91ce8a6d64ba6e5d6cbb by shunz
added instantiations
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/MKL_PARDISO/MKL_PARDISOSolver_MatrixBlock_4x4_Instantiate.cpp
Commit 1380756f3d42758af7ac3b90081dd58aea7a621a by shunz
Relaxed tolerances for intel
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_IntraCellForcedTransitionBL_TurbWake_btest.cpp
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_IntraCellNaturalTransitionBL_TurbWake_btest.cpp
Commit 800674ad5e9e18c436c80ee90ecd8909862a0300 by pcaplan
fixed warnings and style
The file was modified src/Meshing/EGADS/EGObject.cpp
The file was modified src/Meshing/avro/MesherInterface_avro.cpp
The file was modified test/sandbox/Adapt2D_DGBR2_AD_DoubleBoundaryLayer_avro_toy.cpp
The file was modified src/Adaptation/MeshAdapter.h
The file was modified src/Meshing/EGTess/EGTriangle.cpp
The file was modified test/unit/Meshing/avro/MesherInterface_avro_btest.cpp
Commit 39e1e216c0f947c7054bce97f0c1d6c3440ca291 by pcaplan
moved order of links in CMakeLists for AFLR
The file was modified CMakeLists.txt
The file was modified test/sandbox/Adapt2D_DGBR2_AD_DoubleBoundaryLayer_avro_toy.cpp
Commit e6417129060df521c21b8838e9a8c8a1c480e9df by pcaplan
missing link to avroLib in Adaptation/MOESS
The file was modified test/unit/Adaptation/MOESS/CMakeLists.txt
Commit 58f1c5da78683bb0ede5906683c09727b9441347 by shunz
Relaxed tolerances for release_intel18
The file was modified test/unit/pde/IBL/VelocityProfile2D_btest.cpp
The file was modified test/unit/pde/IBL/SecondaryVar2D_btest.cpp
The file was modified test/unit/PanelMethod/ProjectionToQauxi_IBL_btest.cpp
The file was modified test/unit/pde/IBL/PDEIBL2D_btest.cpp
Commit 97e54293a00ffdae6d88d43b9713815bcb051286 by galbramc
Replaced M_PI with PI
The file was modified test/sandbox/Solve2D_DGBR2_Triangle_Euler_Ramp_ArtificialViscosity_toy.cpp
The file was modified src/pde/NS/OutputEuler2D.h
The file was modified src/pde/PorousMedia/SolutionFunction_TwoPhase2D.h
The file was modified test/unit/pde/PorousMedia/SolutionFunction_TwoPhase2D_btest.cpp
The file was modified src/UserInterfaces/capsAIM/CMakeLists.txt
The file was modified src/pde/HSM/WeightingFunctionHSM2D.h
The file was modified test/unit/pde/NS/OutputEuler2D_btest.cpp
The file was modified src/pde/PorousMedia/PermeabilityModel2D.h
The file was modified test/sandbox/Optimize_Blade_HSM2D_toy.cpp
The file was modified test/sandbox/Solve2D_CG_Plate_HSM_toy.cpp
The file was modified test/sandbox/Solve2D_DGBR2_Triangle_Euler_Ramp_ArtificialViscosity_Block2x2_toy.cpp
The file was modified test/unit/pde/PorousMedia/BCTwoPhase2D_btest.cpp
Commit b8e9443adfe026ce9dda162a88657d37cb02519c by pcaplan
AdaptationLib needs link to TetGenLib too since XFieldDomain uses it
The file was modified test/unit/Adaptation/MOESS/CMakeLists.txt
Commit 3f26c971cd20fb8da4388cfef59d6823af2550f7 by pcaplan
more missing links, this time in system/adaptation
The file was modified test/system/Adaptation/CMakeLists.txt
Commit 47d939f8035cef570748df1d504c6f39e3c0adfe by pcaplan
more missing links
The file was modified test/sandbox/Adapt2D_DGBR2_AD_DoubleBoundaryLayer_avro_toy.cpp
The file was modified CMakeLists.txt
The file was modified src/Meshing/EGTess/CMakeLists.txt
Commit 224925c1cad7b3f9e63e26e67bdc54d9c6f4c911 by pcaplan
bumped EGTessLib before SANS_TETGENLIB
The file was modified CMakeLists.txt
Commit 7f911465833fcc852146a74c567da8b015db1382 by pcaplan
setting geometry in domain
The file was modified src/Meshing/EGTess/XFieldDomain.h
The file was modified test/sandbox/Adapt2D_DGBR2_AD_DoubleBoundaryLayer_avro_toy.cpp
Commit b40b1be7e589c9232248242306c939fd72b5dd95 by pcaplan
link in TAO optimizer too.........
The file was modified test/unit/Adaptation/MOESS/TAO/CMakeLists.txt
The file was modified test/sandbox/Adapt2D_DGBR2_AD_DoubleBoundaryLayer_avro_toy.cpp
Commit 4685b9c8cd6ccf928577e5a6afc4ff088fbc555f by shunz
Minor naming refactoring
The file was modified src/pde/IBL/BCIBL2D.h
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_IntraCellNaturalTransitionBL_TurbWake_btest.cpp
The file was modified test/system/CodeConsistency/Solve2D_Uncoupled_DGAdvectiveIBL_NACA0004_LamiBL_btest.cpp
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_IntraCellForcedTransitionBL_TurbWake_btest.cpp
The file was modified test/unit/pde/IBL/BCIBL2D_btest.cpp
The file was modified test/system/CodeConsistency/Solve2D_Uncoupled_DGAdvectiveIBL_NACA0004_LamiBL_PTC_btest.cpp
The file was modified src/pde/IBL/BCIBL2D.cpp
Commit e12ffba5358374da51c7b7d594ad6a1d807fc26f by shunz
minor cleanup
The file was modified test/system/CodeConsistency/Solve2D_Uncoupled_DGAdvectiveIBL_NACA0004_LamiBL_PTC_btest.cpp
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_IntraCellForcedTransitionBL_TurbWake_btest.cpp
The file was modified test/system/CodeConsistency/Solve2D_Uncoupled_DGAdvectiveIBL_NACA0004_LamiBL_btest.cpp
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_IntraCellNaturalTransitionBL_TurbWake_btest.cpp
Commit 64786333ef520e488d1d38efc7785cca7436fd67 by shunz
setting up a case to examine whether cut-cell IBL residual is smooth
The file was modified src/pde/IBL/PDEIBL2D.h
The file was modified src/Discretization/DG/AlgebraicEquationSet_TransitionIBL.h
The file was addedtest/sandbox/Solve2D_Uncoupled_DGAdvective_IBL_toy.cpp
Commit fcdb3cfb615dba05814e2b227e63ac453bf376e8 by hcarson
changed Euclidian to the more typical spelling Euclidean
The file was modified test/unit/Adaptation/MOESS/MOESS_Gradation_Optimizer_NLOPT_btest_OFF.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_NavierStokes_HCH_toy.cpp
The file was addedsrc/Adaptation/MOESS/CostModel_LogEuclidean.cpp
The file was modified test/unit/Adaptation/MOESS/MOESS_PX_Optimizer_NLOPT_btest.cpp
The file was modified test/unit/Adaptation/MOESS/CostModel_FeFloa_btest.cpp
The file was modified test/system/Adaptation/SolverInterface_DGBR2_btest.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_RANSSA_HCH_toy.cpp
The file was modified test/unit/Adaptation/MOESS/ErrorModel_btest.cpp
The file was modified src/Adaptation/MOESS/MOESSParams.h
The file was modified test/system/Adaptation/SolverInterface_Galerkin_Stabilized_btest.cpp
The file was removedsrc/Adaptation/MOESS/CostModel_LogEuclidian.h
The file was modified test/sandbox/Adapt2D_DGBR2_RANSSA_FlatPlate_toy.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_TwoPhase_ArtificialViscosity_ST_QuarterFiveSpot_toy.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_RANSSA_CRM_toy.cpp
The file was modified test/unit/Field/GenHField_CG_btest.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_AD_HemisphereCylinder_toy.cpp
The file was modified test/unit/Adaptation/MOESS/TAO/ImpliedMetric_Optimizer_TAO_btest.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_NavierStokes_HemisphereCylinder_toy.cpp
The file was modified test/system/Adaptation/SolverInterface_DGAdvective_btest.cpp
The file was modified test/unit/Adaptation/MOESS/MOESS_btest.cpp
The file was modified test/unit/Adaptation/MOESS/TAO/MOESS_PX_Optimizer_TAO_btest.cpp
The file was modified test/sandbox/Adapt2D_DGBR2_RANSSA_Nakayama_toy.cpp
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_Poisson_toy.cpp
The file was modified test/sandbox/Adapt2D_DGAdvective_Euler_CubicSource_toy.cpp
The file was modified test/unit/Meshing/Adaptive/PBAM/PBAMCornerEdge_btest.cpp
The file was modified test/sandbox/Adapt1D_Galerkin_Stabilized_AR_toy.cpp
The file was modified test/sandbox/Adapt2D_DGBR2_HOW5_CI1_toy.cpp
The file was modified test/sandbox/Adapt2D_DGBR2_NavierStokes_FlatPlate_toy.cpp
The file was modified src/Field/HField/GenHField_CG.cpp
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_AR_toy.cpp
The file was modified test/sandbox/Adapt3D_DGAdvective_Euler_HCH_toy.cpp
The file was modified test/sandbox/Adapt2D_DGBR2_Helmholtz_toy.cpp
The file was modified test/sandbox/Adapt2D_DGBR2_Poisson_toy.cpp
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_NavierStokes_FlatPlate_toy.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_NavierStokes_FlatPlate_toy.cpp
The file was modified test/sandbox/Adapt2D_DGBR2_NavierStokes_NACADuct_toy.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_RANSSA_HemisphereCylinder_toy.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_TwoPhase_ST_QuarterFiveSpot_toy.cpp
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_Euler_CubicSource_toy.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_RANSSA_CRM_Sub_toy.cpp
The file was removedsrc/Adaptation/MOESS/CostModel_LogEuclidian.cpp
The file was modified test/sandbox/Adapt1D_Galerkin_Stabilized_AD_BoundaryLayer_toy.cpp
The file was modified test/sandbox/Adapt2D_DGBR2_RANSSA_NACADuct_toy.cpp
The file was modified test/sandbox/Adapt2D_DGBR2_NavierStokes_Joukowski_toy.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_AD_TripleBoundaryLayer_toy.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_NavierStokes_DeltaWing_toy.cpp
The file was modified test/sandbox/Adapt1D_DGBR2_MMS_toy.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_RANSSA_FlatPlate_toy.cpp
The file was modified test/sandbox/Adapt2D_DGBR2_AR_toy.cpp
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_Helmholtz_toy.cpp
The file was modified src/Adaptation/CMakeLists.txt
The file was modified src/Meshing/Adaptive/PBAM/CMakeLists.txt
The file was modified src/Adaptation/MOESS/NodalMetrics.cpp
The file was modified test/sandbox/Adapt2D_DGBR2_AD_ST_toy.cpp
The file was addedsrc/Adaptation/MOESS/CostModel_LogEuclidean.h
The file was modified test/sandbox/Adapt2D_DGBR2_AD_DoubleBoundaryLayer_toy.cpp
The file was modified test/sandbox/Adapt2D_DGBR2_AD_DoubleBoundaryLayer_avro_toy.cpp
The file was modified test/unit/Adaptation/MOESS/NodalMetrics_btest.cpp
The file was modified test/sandbox/Adapt2D_DGBR2_Euler_ArtNozzle_AV_ST_toy.cpp
The file was modified test/unit/Meshing/Adaptive/PBAM/PBAMBoundaryLayerEdge_btest.cpp
The file was modified test/unit/Adaptation/MOESS/CostModel_LogEuclidian_btest.cpp
The file was modified test/sandbox/Adapt2D_DGBR2_RANSSA_Joukowski_toy.cpp
The file was modified src/Meshing/Metric/MetricOps.h
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_AD_DoubleBoundaryLayer_toy.cpp
The file was modified test/unit/Meshing/Metric/MetricOps_btest.cpp
The file was modified test/unit/Adaptation/MOESS/ImpliedMetric_Optimizer_NLOPT_btest.cpp
Commit 60e7ceb5bd33075a9117f95529888b132969cfe6 by hcarson
forgot two
The file was addedsrc/Meshing/Adaptive/PBAM/PBAMSolver_2D_EGTessEdge_Euclidean.cpp
The file was addedsrc/Meshing/Adaptive/PBAM/PBAMSolver_2D_EGTessFace_Euclidean.cpp
The file was removedsrc/Meshing/Adaptive/PBAM/PBAMSolver_2D_EGTessEdge_Euclidian.cpp
The file was removedsrc/Meshing/Adaptive/PBAM/PBAMSolver_2D_EGTessFace_Euclidian.cpp
Commit a270dc360349da6edcd8b6b80558ad72edcb63bf by shunz
Added printout in Newton solver
The file was modified src/NonLinearSolver/NewtonSolver_impl.h
Commit 2fc7c296846541f9fa6486bac7dfddbf4912884f by arthuang
minor changes in soln function, output. changed tau inverse to LUP
The file was modified src/pde/NS/SolutionFunction_NavierStokes2D.h
The file was modified src/LinearAlgebra/DenseLinAlg/StaticSize/MatrixS_InverseLUP_Real_Instantiate.cpp
The file was modified test/sandbox/Adapt2D_DGBR2_NavierStokes_NACADuct_toy.cpp
The file was modified test/sandbox/Adapt2D_DGBR2_NavierStokes_FlatPlate_toy.cpp
The file was modified test/unit/pde/NS/NavierStokesSolutionFunction2D_btest.cpp
The file was modified src/LinearAlgebra/DenseLinAlg/StaticSize/MatrixS_Decompose_LUP_Surreal_Instantiate.cpp
The file was modified test/sandbox/Solve2D_CGStabilized_Triangle_NavierStokes_OjedaMMS_toy.cpp
The file was modified src/pde/NS/OutputEuler2D.h
The file was modified test/sandbox/Solve2D_DGBR2_Triangle_NavierStokes_OjedaMMS_toy.cpp
The file was modified src/LinearAlgebra/DenseLinAlg/StaticSize/MatrixS_InverseLUP_Surreal_Instantiate.cpp
The file was modified src/Discretization/Galerkin/Stabilization_Galerkin.h
Commit 64f64bf67c3ab5ae5a29997bcee6f6e2d8c186cf by galbramc
Added ugrid reader. Fixed some cmake bugs
The file was modified src/UserInterfaces/capsAIM/sansLIPAIM.cpp
The file was addedtest/sandbox/CurveGrid_toy.cpp
The file was modified src/Meshing/CMakeLists.txt
The file was modified src/Meshing/gmsh/XField_gmsh.cpp
The file was addedsrc/Meshing/ugrid/CMakeLists.txt
The file was modified CMakeInclude/Finds/FindEGADS.cmake
The file was addedsrc/Meshing/ugrid/XFieldVolume_ugrid.cpp
The file was modified CMakeInclude/Dependencies.cmake
The file was modified CMakeLists.txt
The file was addedsrc/Meshing/ugrid/XField_ugrid.h
Commit 963e82f610e6f310bc1b993eb8a1a58415180855 by galbramc
Fixed warning
The file was modified src/Meshing/ugrid/XFieldVolume_ugrid.cpp
Commit 4ed5a727934b4e79d26ee4557280e36a4c71ef49 by galbramc
Updates for the latest version of EPIC. NodeMovement is now effective in
3D.
The file was modified test/unit/IO/Adaptation/epic_script_EpicProjectFlag_2D.com
The file was modified test/sandbox/Adapt3D_DGBR2_NavierStokes_DeltaWing_toy.cpp
The file was modified src/Meshing/EPIC/MesherInterface_Epic.h
The file was modified test/unit/Meshing/EPIC/MesherInterface_Epic_btest.cpp
The file was modified src/Meshing/EPIC/MesherInterface_Epic.cpp
The file was modified test/unit/IO/Adaptation/epic_script_EpicProjectFlag_3D.com
The file was modified test/unit/IO/Adaptation/epic_script_example2D.com
The file was modified test/unit/IO/Adaptation/epic_script_example3D.com
Commit ac79f978a93939169abc8ba66fa10d422365656f by galbramc
Dissable AFLR4 for LIPSolver
The file was modified src/UserInterfaces/LIPSolver.cpp
Commit 60f4f05db32d8f33771f034dd868ba5682949f72 by shunz
Added and tried full upwinding in IBL pde flux and and transition front
flux --> only to play around with, not yet adopted as default in the
main branch
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_IntraCellNaturalTransitionBL_TurbWake_btest.cpp
The file was modified src/pde/IBL/PDEIBL2D.h
Commit 1aaf7f5187d15e8b0ce99b4861815b760442c8d6 by galbramc
Gmsh can now copy partitions
The file was modified src/Meshing/gmsh/XField_gmsh.h
The file was modified src/Meshing/gmsh/XField_gmsh.cpp
Commit 386fa5268d028ecd73d756c6c212bda5f9404ae4 by galbramc
Small fix for gmsh
The file was modified src/Meshing/gmsh/XField_gmsh.cpp
Commit af27e78545b5d739736ce554fe9d58c2fbd7de31 by galbramc
Various updates and fixes
The file was modified src/Meshing/EGADS/EGFace.h
The file was modified CMakeInclude/CompilerFlags.cmake
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_factorize.h
The file was modified src/pde/AnalyticFunction/ScalarFunction2D.h
The file was modified src/Meshing/EGADS/EGFace.cpp
The file was modified test/unit/pde/AnalyticFunction/ScalarFunction2D_btest.cpp
The file was modified src/pde/AdvectionDiffusion/PDEAdvectionDiffusion2D.h
The file was modified src/pde/AnalyticFunction/ScalarFunction2D.cpp
The file was modified CMakeInclude/Builds/BuildPETSC.cmake
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/MDFOrdering.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixD_CRS_MatrixS_Instantiate.cpp
The file was modified CMakeInclude/Compiler.cmake
The file was modified src/Field/output_Points.cpp
Commit f5a516b85712a486e36138eac66af754753e6a37 by galbramc
Fixes for runing Q2 HCH
The file was modified test/sandbox/Adapt3D_DGBR2_RANSSA_HCH_toy.cpp
Commit e4252ec3a42a4f3a54f0f053a724e4a923262ea5 by galbramc
HCH updates for new EPIC
The file was modified test/unit/IO/Adaptation/epic_script_example3D.com
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGBR2_impl.h
The file was modified src/Meshing/EPIC/MesherInterface_Epic.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_RANSSA_HCH_toy.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_RANSSA_HemisphereCylinder_toy.cpp
Commit 8bb90cbec120f743339fedb2ec461203c2b1f27a by arthuang
completed ns jacobian flux viscous unit test
The file was modified test/unit/pde/NS/PDENavierStokes2D_btest.cpp
Commit aefef66e46a6f171e7455dd55ea85d62d9776d4b by galbramc
Fixed parallel tecplot dumps
The file was modified src/Field/output_Tecplot.cpp
Commit 24522c7efd9b895516b967215ee512366479bfe4 by arthuang
fixes to errororder nightly
The file was modified src/pde/NS/PDERANSSA2D.h
The file was modified src/pde/NS/PDEEuler2D.h
The file was modified test/system/IO/ErrorOrder/ErrorOrder_2D_CGStab_RANSSA_MMS1_FullTest.txt
The file was modified test/system/IO/ErrorOrder/ErrorOrder_2D_CGStab_RANSSA_MMS2_FullTest.txt
The file was modified src/Discretization/Galerkin/Stabilization_Galerkin.h
Commit 6dcd98514dd5e763bc017f21dfc8d6173f3d237c by galbramc
Tweaks for MinGW
The file was modified CMakeInclude/Dependencies.cmake
The file was modified CMakeInclude/SANScotire.cmake
The file was modified CMakeInclude/Builds/BuildTRIANGLE.cmake
The file was modified src/tools/BackTraceException.cpp
Commit 7f391a72894e2c6edb3a45fa0d51a9dd6cd6bc8c by galbramc
Updated gmsh writer so each BC is displayed independently in gmsh GUI
The file was modified src/Meshing/gmsh/WriteMesh_gmsh.cpp
Commit 70109b0813b280e42c80d21acf8a702fdd6594aa by galbramc
Added directory creation for HCH
The file was modified test/sandbox/Adapt3D_DGBR2_RANSSA_HCH_toy.cpp
Commit 053f984aa6cbc9aa37e868f17b15719b85aa16b2 by shunz
Updated dummy variable values.  Added and turned off some hacks
The file was modified test/system/IO/CodeConsistency/Solve2D_Coupled_4x4_IBL_Panel_laminarBLnaturalTransition_ntcrit0p520_turbulentWakexfoillag_naca0004_ne64_p1_Test_ExplicitMassCons.txt
The file was modified src/pde/IBL/PDEIBL2D.h
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_IntraCellNaturalTransitionBL_TurbWake_btest.cpp
The file was modified src/Field/Element/GalerkinWeightedIntegral_New.h
Commit 9d179a80811986c92e5ab85c3298f681ffefd2e7 by shunz
Updated toy case that examines residual smoothness of cut-cell
transition movement
The file was modified test/sandbox/Solve2D_Uncoupled_DGAdvective_IBL_toy.cpp
Commit 61c3a486521f552a7cc286cbfd8953337519416c by arthuang
added LUP solve for surreal1
The file was modified src/LinearAlgebra/DenseLinAlg/InverseLUP.h
Commit 269a9a29a8d8fcf087c15f5ec25c3fed3f4badac by galbramc
Different initial qualeties for EPIC 2D vs 3D
The file was modified src/Meshing/EPIC/MesherInterface_Epic.h
The file was modified src/Meshing/EPIC/MesherInterface_Epic.cpp
The file was modified test/unit/IO/Adaptation/epic_script_EpicProjectFlag_2D.com
The file was modified test/unit/IO/Adaptation/epic_script_example2D.com
The file was modified test/unit/Meshing/EPIC/MesherInterface_Epic_btest.cpp
Commit b6552d6d299c3f085d900f6b45c49fb3271445cd by shunz
Updated toy case to examine cut-cell IBL residual smoothness
The file was modified test/sandbox/Solve2D_Uncoupled_DGAdvective_IBL_toy.cpp
Commit c3fc9c8171f6dee684398c9c6ef6ccb99a05947f by shunz
turned off a state validity check that is being developed
The file was modified src/pde/IBL/PDEIBL2D.h
Commit aa7dbd239e233a8a2174844d95f555fde995af4f by galbramc
Updates for compiling with mingw
The file was modified CMakeInclude/Finds/FindAFLR.cmake
The file was modified CMakeInclude/Finds/FindEGADS.cmake
The file was modified CMakeInclude/Finds/FindCAPS.cmake
The file was addedsrc/UserInterfaces/capsAIM/udp.def
The file was addedsrc/UserInterfaces/capsAIM/aim.def
The file was modified src/UserInterfaces/capsAIM/CMakeLists.txt
Commit def857d8e1dd6a3343334bd3ebb86980f6248460 by shunz
Refafored IBL upwind flux to accommodate mit-state inflow BC, along with
unit tests.  Updated a toy case.
The file was modified test/unit/pde/IBL/PDEIBL2D_btest.cpp
The file was modified test/sandbox/Solve2D_Uncoupled_DGAdvective_IBL_toy.cpp
The file was modified src/pde/IBL/PDEIBL2D.h
Commit 7ac29a8e347010ebc3d53194d9663e4c2d10db93 by shunz
Reverted a pyrite file
The file was modified src/pde/IBL/PDEIBL2D.h
The file was modified test/system/IO/CodeConsistency/Solve2D_Coupled_4x4_IBL_Panel_laminarBLnaturalTransition_ntcrit0p520_turbulentWakexfoillag_naca0004_ne64_p1_Test_ExplicitMassCons.txt
Commit 3719fd1c5d8ea0225fa07dcae027d377cc6764d1 by shunz
BOOST_DATA_TEST_CASE is not available on older versions of BOOST (e.g.
1.58.0)...
The file was modified test/sandbox/Solve2D_Uncoupled_DGAdvective_IBL_toy.cpp
Commit 19b65e38e2445ea3147c3ec001d0d1e72457b990 by shunz
Forgot that some outdated pyrite files were deleted
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_IntraCellForcedTransitionBL_TurbWake_btest.cpp
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_IntraCellNaturalTransitionBL_TurbWake_btest.cpp
Commit 730d0eb4e31232435dba8a8d727e247d2360cba6 by shunz
Reorded matching conditions at transition front
The file was modified src/pde/IBL/PDEIBL2D.h
Commit 013c31834a1430e9a7c8d40c2b9110ed4efdb7c0 by shunz
relaxed tolerance
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_IntraCellNaturalTransitionBL_TurbWake_btest.cpp
Commit 2ef27977bcba4d26c54e7b98875bdf31350bbd28 by arthuang
minor tweaks
The file was modified test/sandbox/Solve2D_DGBR2_Triangle_NavierStokes_OjedaMMS_toy.cpp
The file was modified src/pde/NS/OutputEuler2D.h
The file was modified test/sandbox/Solve2D_CGStabilized_Triangle_NavierStokes_OjedaMMS_toy.cpp
The file was modified src/Discretization/Galerkin/Stabilization_Galerkin.h
The file was modified src/pde/NS/BCEuler2D_BN.h
Commit d61f71bf0957244e2c9a21de1c6e0172483137ea by galbramc
Tweaks to boost and cblas
The file was modified CMakeInclude/Builds/BuildBoost.cmake
The file was modified CMakeInclude/Dependencies.cmake
Commit bc162e6fd0f72e0d70eb78b7c2bc3d26dbb603df by shunz
Reorded matching equations in unit test
The file was modified test/unit/pde/IBL/PDEIBL2D_btest.cpp
Commit 34e073157d78f19884cb6ed35904994673f22f2b by shunz
Updated assertion
The file was modified test/unit/pde/IBL/PDEIBL2D_btest.cpp
The file was modified src/pde/IBL/PDEIBL2D.h
Commit b9025b06641818a9c2b5ad888f70112be019b4fb by shunz
playing with toy case
The file was modified test/sandbox/Solve2D_Uncoupled_DGAdvective_IBL_toy.cpp
Commit f1ed924ba51b2e4b92e0424bf9778c4332bff450 by shunz
Renamed a function to avoid misuse
The file was modified src/PanelMethod/IntegrandBoundaryTrace_ProjectToQauxi.h
The file was modified src/pde/NDConvert/PDENDConvertSpace2D.h
The file was modified src/PanelMethod/ProjectionToQauxi_IBL.h
Commit 956fbdba824a5adb99b33bfbd43b0b171b401a31 by galbramc
Added MKL as an option to sansLIP solver
The file was modified CMakeInclude/Finds/FindMKL.cmake
The file was modified src/UserInterfaces/LIPSolver.cpp
The file was modified src/UserInterfaces/LIPSolver.h
The file was modified CMakeInclude/Finds/FindPETSC.cmake
Commit f2fce4e85bbfcedb4ae05dbadb65addb8b1c3970 by shunz
Fixed unit test
The file was modified test/unit/PanelMethod/ProjectionToQauxi_IBL_btest.cpp
Commit fb3e6e2ba5e8307508b7854083550a48efa3d03b by galbramc
Added ugrid reader unit test
The file was modified test/unit/Meshing/CMakeLists.txt
The file was addedtest/unit/IO/Meshes/Tet_Q1_2Elem.b8.ugrid
The file was addedtest/unit/Meshing/ugrid/CMakeLists.txt
The file was addedtest/unit/IO/Meshes/Hex_Q1_2Elem.ugrid
The file was addedtest/unit/IO/Meshes/Hex_Q1_8Elem.b8.ugrid
The file was addedtest/unit/IO/Meshes/Tet_Q1_2Elem.ugrid
The file was addedtest/unit/IO/Meshes/Hex_Q1_8Elem.lb8.ugrid
The file was addedtest/unit/IO/Meshes/Hex_Q1_8Elem.ugrid
The file was addedtest/unit/IO/Meshes/Tet_Q1_2Elem.lb8.ugrid
The file was addedtest/unit/IO/Meshes/Tet_Q1_2Elem.pw
The file was addedtest/unit/Meshing/ugrid/XField_ugrid_btest.cpp
The file was addedtest/unit/IO/Meshes/Hex_Q1_8Elem.pw
Commit 34545063390d2d7586441cf7f85db8e8ffbfa1b9 by galbramc
Fixed missing call to base class constructor in XField_ugrid
The file was modified src/Meshing/ugrid/XFieldVolume_ugrid.cpp
The file was modified test/unit/Meshing/ugrid/XField_ugrid_btest.cpp
Commit 4822f448abc68cd3591f6e4f85c513015319abd1 by shunz
minor refactoring
The file was modified src/Field/Element/GalerkinWeightedIntegral_New.h
Commit f7b7ed670b3006df8c5efdbcdc4e8796931ba088 by arthuang
mod'd solution fcn, test cases
The file was modified test/sandbox/Solve2D_CGStabilized_Triangle_NavierStokes_OjedaMMS_toy.cpp
The file was modified test/sandbox/Solve2D_CGStabilized_Triangle_NavierStokes_Joukowski_toy.cpp
The file was modified src/pde/NS/SolutionFunction_NavierStokes2D.h
Commit 31323d6efb0edcfaeb4442360c455bfc62330084 by arthuang
format error fixed
The file was modified test/sandbox/Solve2D_CGStabilized_Triangle_NavierStokes_FlatPlate_toy.cpp
Commit b9584797d04ff074e8d819eab8f69970237cc874 by arthuang
another stupid format error
The file was modified test/sandbox/Solve2D_CGStabilized_Triangle_NavierStokes_FlatPlate_toy.cpp
Commit 8229838da6a4ba5426c5389b0bd05f70dc482b23 by shunz
minor refactoring
The file was modified src/pde/IBL/PDEIBL2D.h
The file was modified src/Field/Element/GalerkinWeightedIntegral_New.h
Commit f72cbb6baff65b20c2afdf8d88c16ff04c68d9d4 by arthuang
revert BN BC to original formulation
The file was modified test/unit/pde/NS/NavierStokesSolutionFunction2D_btest.cpp
The file was modified src/pde/NS/BCEuler2D_BN.h
Commit 70f48f8b47b7c9ef275901f6a2cc4ab8a4517c26 by arthuang
added HB unit test, fixed format
The file was modified src/pde/NS/SolutionFunction_NavierStokes2D.h
The file was modified test/sandbox/Adapt2D_DGBR2_NavierStokes_FlatPlate_toy.cpp
The file was modified test/unit/SolutionTrek/CMakeLists.txt
The file was modified test/sandbox/Solve2D_CGStabilized_Triangle_NavierStokes_OjedaMMS_toy.cpp
Commit 7eb61fa01a2af1a6103663e8a658255de0e932ac by arthuang
order of cmake file wrong?
The file was modified test/sandbox/Solve2D_CGStabilized_Triangle_NavierStokes_OjedaMMS_toy.cpp
The file was modified test/unit/SolutionTrek/CMakeLists.txt
Commit 327a9ce34e6b69a9e59796279f4ef2e0e2cee911 by arthuang
new hb unit tests
The file was addedtest/unit/SolutionTrek/HarmonicBalance/CMakeLists.txt
The file was addedtest/unit/SolutionTrek/HarmonicBalance/HarmonicBalance_btest.cpp
Commit 0b04847ebfbf3c90b4e56cf385659a869679576e by arthuang
modified ojeda soln fcn
The file was modified test/unit/pde/NS/NavierStokesSolutionFunction2D_btest.cpp
Commit 4a945f06eaaa5d8d110e84d0b17abede1ed1369b by arthuang
remove adjoint dumps from CG MOESS
The file was modified src/Adaptation/MOESS/SolverInterface_Galerkin.h