Skip to content
Failed

Changes

Summary

  1. First pass at structuring TCNE pde, a little messy (details)
  2. TCNE stuff (details)
  3. relocate QauxvInterpret forward declaration in prep for 3D stuff (details)
  4. Added basic stuff for 3D IBL (details)
  5. Minor cleanup (details)
  6. Initial pass on PDEIBL3D (details)
  7. Filled in 3D IBL closure with fully 3D components set to zero (details)
  8. Added BCNone for IBL3D (details)
  9. added a working version of sandbox case for IBL3D (details)
  10. Added a sheet grid of triangles in 3D for IBL3D (details)
  11. Added instantiation (details)
  12. Intermediate commit (details)
  13. Working on integrands for first 3D IBL case (details)
  14. More fixes to integrand classes for IBL3D (details)
  15. Fixed instantiations for IBL3D (details)
  16. Add explicit instantiations and fix typos in closure class (details)
  17. Initial version of local Cartesian basis construction for 3D IBL (details)
  18. Minor cleanup (details)
  19. Fix constuction of q1 and q2 vectors in case of stagnation flows (details)
  20. Add velocity gradient calculation in cell integrand of 3D IBL (details)
  21. Refactor and add a 2D stagnation flow test case (details)
  22. Add a 3D quad grid (details)
  23. Update cmake list for unit grid test (details)
  24. Fix typo in 3D quad sheet grid (details)
  25. fix bug in qauxv gradient calculation in 3D IBL cell integrand (details)
  26. Fix the scale and dimension of dissipation integral in 3D integral (details)
  27. fix a typo in thickness identity (details)
  28. Add more options to 3D IBL stagnation flow case, including quad grid, solution initialization, (details)
  29. one more bug fix in cell integrand for 3D IBL (details)
  30. Bugfix in calculation of trace unit normal vector for area cells in 3D (details)
  31. Add Nishida's crossflow closure.  Add pyrite check of stagnation flow case for 3D IBL.  Minor addition for debugging in PDEIBL3D (details)
  32. fix dependents of refactoring of GetSolnDofCell_IBL (details)
  33. Add a 3D flat plate source panel method but haven't tested yet (details)
  34. intermediate commit: minor clenaup and add guards. (details)
  35. intermediate commit: working on 3D coupled IBL for torpedo cass (details)
  36. add 3x3 equation system (details)
  37. typo fix. add partial instantiations for system 3x3 vector and matrix types (details)
  38. add linesearch data type for 3x3 equation system (details)
  39. add missing include (details)
  40. intermediate commit: fix many compiling errors in the way of running torpedo case for IBL3D. switching computer to continue the work... (details)
  41. refactor projection to Qauxi (details)
  42. add interior trace integrand for projection onto Qauxi (details)
  43. minor fix (details)
  44. add instantiations for IBL3D torpedo case (details)
  45. add instantiations for coupled IBL3D (details)
  46. remove unnecessary assert (details)
  47. fix for coupled IBL case to compile and run (details)
  48. fix uninitialized dummy DOFs (details)
  49. fix setDOFFrom in Qauxv 3D (missing q_y previously) (details)
  50. Coupled 3D IBL case converged on some simple variants of the torpedo case: linear and mildly nonlinear radial velocity distribution with attached laminar BLs (details)
  51. Tried triangle grid as well: fine on radially linear velocity distribution but couldn't converge on a more nonlinear case (details)
  52. cleaned up unused stuff (details)
  53. refactor SetIBLoutputCellGroup to accommodate both 3D and 2D IBL (details)
  54. remove outdated include (details)
  55. more refactoring of SetIBLoutputCellGroup for 3D IBL.  working progress.  switching computer (details)
  56. intermediate commit. switching computer. (details)
  57. enable tecplot output for 3D IBL (details)
  58. added PyDict options for Verbose and writeMarketMatrix for UMFPACK (details)
  59. add full-state BC for IBL3D with corresponding boundary trace integrand.  verified on an uncoupled Blasius case (details)
  60. add a coupled IBL3D Blasius case (details)
  61. implement PTC for coupled IBL 3x3 system (details)
  62. add commented-out stuff for turning off laminar amplification and lag equations in IBL3D (details)
  63. fix typo in commented-out stuff (details)
  64. enable rotated mesh for IBL3D torpedo case (details)
  65. set up a torpedo with grid aligned with xy axes.  turned off laminar amplification and lag equations [need to be brought back after testing purely laminar BLs] (details)
  66. minor change to test case (details)
  67. minor refactoring on Blasius inflow BC params (details)
  68. rename test cases (details)
  69. speed up panel-related jacobian calculation using cached influence matrix in place of surrealized qauxifld (details)
  70. add jacobian timing for refactoring purpose (details)
  71. add similar (to DBL3) Falkner-Skan inflow bc for IBL3D with non-constant inflow state. set up a tornado case with rotated xy grid to compare with DBL3 (details)
  72. minor refactoring of test cases (details)
  73. remove trivial zero z velocity component to speed up panel method (details)
  74. minor refactoring (details)
  75. typo fix (details)
  76. precompute inviscid velocity for panel, which resulted in O(10) speedup in related residual calculation. fix DOF indexing in residual/jacobian precomputation (details)
  77. define macro to comment off some lines for timing/refactoring (details)
  78. minor comments (details)
  79. add ping test for coupled IBL in 3x3 block system (details)
  80. attempt to mirror tets in XField3D_Box_Tet_X1_WakeCut (details)
  81. reverted to original prism-split coding; remainder of code is hard-coded for the (details)
  82. fix typo in Cf2 closure, although it didn't change the torpedo case results much (details)
  83. Fix dot for VectorBlock (details)
  84. added PyDict control of wake & Kutta Nitsche parameters (details)
  85. Added test of sourceCoarse and sourceFine for RANSSA with artificial viscosity. (details)
  86. Added missing sourceCoarse and sourceFine functions from pressure gradient sensor and added unit test (details)
  87. added PyDict solve check option to UMFPACK; currently commented out actual check (details)
  88. Fixes for checking the UMFPACK solve (details)
  89. Missed adding PDEEulermitAVDiffusion2D.h to the commit. This file has specialized versions of sourceCoarse and sourceFine for a param that is a H-tensor and distance function. (details)
  90. add a wall term to dissipation relation of Nishida's closure, although it didn't affect things much (details)
  91. add a test case of fx67-k-170 airfoil (details)
  92. minor edit to output filenames at convergence failures (details)
  93. resolve merge conflict (details)
  94. changed default flux of IBL to LF flux (details)
  95. add a test case for drag polar (details)
  96. ran drag polar cases (details)
  97. refactored reference speed in transition model (details)
  98. typo fix (details)
  99. rename working directory (details)
  100. refator characteristic speed for PTC (details)
  101. refator characteristic speed for PTC (details)
  102. Add unit tests demonstrating that the step matrix calculation is stable to scaling (details)
  103. update pyrite files (details)
  104. refactor 3D IBL closure API to allow for alternative closure models (details)
  105. save 3D closure relations in a separate header (details)
  106. add neural net closure for 3D IBL (details)
  107. run drag polar on finer grids (details)
  108. switch to run on acdl desktop (details)
  109. fix memory leak warning caused by accessing index -1 (details)
  110. minor update (details)
  111. mucking with PETSc for IBL3 (details)
  112. instantiate MKL_PARDISO solver for matrix block 3x3 (details)
  113. tried MKL_PARDISO solver for IBL3 (details)
  114. Adding test that Explicitly calculating the step from the metric directly is not unstable. Cases in 2D and 3D, showing stability to an AR of 2^10 in 3D, and 2^64 in 2D. (details)
  115. minor typo fix (details)
  116. fix formatting (details)
  117. add mitLG BC for IBL3 (details)
  118. minor refactoring (details)
  119. switch to the same input parameters as DBL3 (details)
  120. add LF flux to IBL3 (details)
  121. Changes to ErrorModel to allow for the new exact nodal metric calculation (details)
  122. Changes to ErrorModel to allow for the new exact nodal metric calculation (details)
  123. pre merge add.... wth? (details)
  124. add Dirichlet mitLG inflow BC to a Blasius flow test case (details)
  125. Jenkins fix (details)
  126. reverting to the develop branch of ErrorModel (details)
  127. fixes to case (details)
  128. fixes to case (details)
  129. intermediate commit: added 4-equation neural net closure model.  working on 4-equation IBL3D pde class (details)
  130. remove extraneous tamplate keyword (details)
  131. Various changes for arthur: Commented the adjoint_wo_p things from SolverInterface_VMSD_BR2, reducing the memory reqs. Made the Deltawing adapts more uniform and fit with the plan. Added the Solve case for the VMSD delta wing. (details)
  132. added soruce terms for the lateral curvature equation of IBL3 (details)
  133. removed re-definition (details)
  134. refactored and added PDE and BC for four-equation 3D IBL class.  added a starting point for torpedo case (details)
  135. separated classes of 3D IBL and IBLFourEqn (details)
  136. generalized templates in IBL3-related integrands (details)
  137. added instantiations for four-equation 3D IBL (details)
  138. fixed instantiation typo (details)
  139. turned on verbose linesearch printout (details)
  140. added a visous-only Blasius case for 4-equation 3D IBL.  added a missing include (details)
  141. refactored reference coordinate gradient for speedup.  add/edit comments for clarity (details)
  142. typo fix: gradqe*E_qesq.  minor edits (details)
  143. turned off printout in unit testing (details)
  144. cosmetic changes (details)
  145. refactored neural net closure models: H22, Hd1, Hc2 (details)
  146. added output for four-equation 3D IBL (details)
  147. unit tests and associated modifications (details)
  148. fixed auxi equation (wall transpiration): previous mass flux missed crossflow component (details)
  149. previous fix to wall transpiration (auxi equation) didn't fix.  it is now fixed.  added unit test (details)
  150. minor tweak (details)
  151. minor cleanup (details)
  152. add velocity gradient output to IBL (details)
  153. add instantiation (details)
  154. added IBL3 closure relations in the form of analytic formulae (details)
  155. tested something with git (still learning this thing) (details)
  156. salt deposit #1 (updated files I accidentally erased...) (details)
  157. refactored neural net closure implementation (details)
  158. recoded jacobianMasterState method, still need to test it (details)
  159. added a set of IBL3 closure models based on analytic formulae (details)
  160. restored four-equation neural net closure to its original working state (details)
  161. switch to using 4-equation IBL3 closure based on analytic formulae.  results are similar or slightly better than neural net closure (details)
  162. fixed a typo (which fortunately wasn't used yet).  added exception throws (details)
  163. fixed include filename (details)
  164. removed redundant exceptions (details)
  165. Q1DConservative for TCNE is functionally completed (only needs aesthetic changes at this point) (details)
  166. refactored four-eqn IBL3 curve-fit closure (details)
  167. conformed to vera check: should not use "using namespace" in header files (details)
  168. fixed unit tests for after API refactoring (details)
  169. fixed unit tests for the  previous API refactoring (details)
  170. fixed ping tests: finite difference step size (details)
  171. added ping test for four-eqn IBL3 (details)
  172. added Blasius flow test case for four-eqn IBL3D. some cleanup (details)
  173. added include (details)
  174. added includes (details)
  175. checked four-eqn IBL3D on Blasius case and stagnation radial flow (details)
  176. added a stagnation flow toy case.  mucked with IBL3 for torpedo case (details)
  177. fixed toy case to keep up with API refactoring (details)
  178. added missing include related to MPI (details)
  179. suppresed file dump in system test (details)
  180. added assertions (details)
  181. add some derivates to the IBL3 output (details)
  182. relaxed pyrite tolerance (details)
  183. relaxed pyrite tolerance for intel compiler.  speed up ping test to avoid time-out (details)
  184. renamed output (details)
  185. added and refactored IBL3 output (details)
  186. make verbose_ if-tests consistent throughout (details)
  187. fixed screen dump for checkSolve_ when residuals above tolerance (details)
  188. added option to dump solution at each Newton iteration (details)
  189. added pressure gradient for space-time (details)
  190. added instantiations, etc, needed for log(p) variables with look-up porosity/permeability tables (details)
  191. added grid-Laplacian artificial viscosity for pressure; currently hard-coded diffusion coefficient (details)
  192. trying to fix gnu9 compiler warning (details)
  193. added "#include <utilities>" for std::move; added unit test for VectorBlock_3 (details)
  194. fixed vera line-length squawk (details)
  195. fixed vera line-length squawk (details)
  196. fixed vera line-length squawk (details)
  197. add a new curve fit model based on low-dissipative DBL3 data (details)
  198. allow for uncoupled/viscou-only IBL3 solution by tweaking the panel method (details)
  199. fixed VectorBlock_3 unit test; made ::m() and ::n() static, so 2, 3, and 4 are all consistent (details)
  200. forgot to save changes in the last commit... (details)
  201. relaxed Jenkins timeout threshold for some large ping tests (details)
  202. minor tweak (details)
  203. speed up ping test by turning off some redundant sub-block checks (details)
  204. fix cppcheck error (details)
  205. speed up ping test by turning off tests on some sub-blocks of the jacobian (details)
  206. added directory creation for output files (details)
  207. Don't use python2 with jenkins (details)
  208. removed old version of adjoint-compatible potential solver for Hershey wing (details)
  209. temporarily disabled tests involving artificial viscosity fluxes if USE_PRESSURE_AV defined (details)
  210. make VectorBlock test-suite names unique (so make unit_build works) (details)
  211. added unit tests for circulation integrations (details)
  212. added circulation integrations for lift & roll as functional outputs (details)
  213. Add Q3 and Q4 elements to Gmsh IO (details)
  214. clean-up of circulation-base functional code/test; added drag but #ifdef'ed out, as it's not complete (details)
  215. intermediate commit: working on hooking up PETSc for block algebraic equation system (details)
  216. Fix finding macOS Accelerate BLAS (details)
  217. cppcheck fixes for nightly (details)
  218. moving back to develop (details)
  219. add empty definition to fix undefined reference in weekly test (details)
  220. add empty definition to fix undefined reference in weekly test (details)
  221. add empty definition to fix undefined reference in weekly test (details)
  222. vera fix (details)
  223. added a new set of closure relations based on low-dissipation DBL3 data (details)
  224. updated RthCf1 correlation coefficient (details)
  225. fixed call to undefined function (details)
  226. removing unneeded test (details)
  227. minor updates to TCNE stuff (getting back into it) (details)
  228. added mitLG BC for four equation IBL3D (details)
  229. fixing unused var (details)
  230. Update for latest version of refine (details)
  231. missing space (details)
  232. Added vpr11@mit.edu to DeveloperEmailAddresses (details)
  233. End of week dump. (details)
  234. added pressure jump into source for AV sensor in two-phase porous media (details)
  235. minor changes to SPE10 test case: added #ifdef's for log(pn), table lookup; changed (details)
  236. added #define label for pressure jump in AV sensor source; updated unit test (details)
  237. added new closure option (but commented off for now). updated system test case for four-eqn IBL3D on stagnation flow BL (details)
  238. zero guard for smoothabs0 (details)
  239. updated unit tests to incorporate pressure jumps in sensor source for two-phase AV (details)
  240. Use 2 MPI processors on macOS with Jenkins. Make TetGen optional again. (details)
  241. Fix for finding boost (details)
  242. Some chemsitry model unit tests - need before source term testing. (details)
  243. Fix for 2 MPI procs on macOS (details)
  244. Various CMake fixes (details)
  245. Fix BuildBoost (details)
  246. vibrational relaxation time unit tests (details)
  247. LIP solver can consume CAPS mesh (details)
  248. Update minimum ESP version to 1.18 (details)
  249. Relax EGADS version requirement (details)
  250. Fix link error (details)
  251. Missed a file (details)
  252. More link error fixes (details)
  253. More link fixes (details)
  254. Exlicit Exception instantiations. Bias for Python 3 with CMake (details)
  255. added continuousGlobalMap() for block 2x2 AES (details)
  256. PETSc now works for coupled IBL3 block AES 3x3 (details)
  257. minor refactoring (details)
  258. cleaned up and merged sandbox cases (details)
  259. use reference velocity scale consistently (details)
  260. turned on quasi-2D closure relations for 3-eq 3D IBL (details)
  261. Missed one instantiation. More optional TetGen fixes (details)
  262. Various small fixes (details)
  263. added exceptions for petsc MPI implementations for block AES 3x3 (details)
  264. turned off 3D IBL transition and lag equations for system test (for now) (details)
  265. turned off some TBD MPI stuff in petsc block AES 3x3 to avoid compiling errors (details)
  266. fixed unused variable warnings (details)
  267. fix compiling error in sandbox case (details)
  268. Added quasi-2D turbulent closure to four-eqn IBL3 formulation (details)
  269. fixed deprecated macro (details)
  270. First set of updates from cleaning up develop branch. Contains code and tests related to adding a spatially varying a-field (i.e. from previous adapt soln) in Homotopy (details)
  271. Removed sourceCoarse and sourceFine in lieu of sourceTraceJump (details)
  272. Move Surreal into SANS namespace (details)
  273. Forgot a file (details)
  274. Missed MPI SurrealS (details)
  275. Add missing include (details)
  276. Remove SurrealS(Real,Real) constructor (details)
  277. More fixes for modified Surreal (details)
  278. Fix warnings (details)
  279. Setup to run VMSDBR2 on fixed Joukowski meshes (details)
  280. Fix uninitialized variable warnings (details)
  281. Fix vera warning (details)
  282. src/LinearAlgebra/ (details)
  283. First pass at prototyping a globally constrained algebraic equation set (details)
  284. Updates to globally constrained equations to include condensation of matrix in PETSc (details)
  285. Updates for first round of parallelizing the homotopy (details)
  286. Parallel homotopy appears to be working (details)
  287. EGADS interface refactoring. Added meanline blade. (details)
  288. Fixes for EGTess (details)
  289. More fixes to the EGADS cleanup (details)
  290. More EGADS fixes (details)
  291. Fix compile error (details)
  292. Fix warning (details)
  293. Fix more warnings (details)
  294. A few tweeks on the homotopy and 3D set up (details)
  295. Updated interface for globally constrained equations so the jacobian for the pde and the constraints are in seperate functions (details)
  296. The small problem for static condensation is calculated on one processor then broadcast, that way there are on finite precision inconsistencies (details)
  297. Added template parameter to determine if (PETSc) should do a shur complement from block 2x2. Note, if we're not using PETSc, then the block matrix is solved as is. This is because the shur complement is only a work around for parallel communication issues. (details)
  298. ... because if you hard code tecplot for 4 levels of grid refinement on output you get a 300Gb tecplot file in 3D ... (details)
  299. Refactor CubicCamber. Add Normal vector field. (details)
  300. Forgot files (details)
  301. Add missing includes (details)
  302. Number of global constraints is now a runtime option. The global coupling uses a CRS matrix structure, as opposed to MatrixD, since the CRS structure is already there. (details)
  303. Fixed bug with small system decomposition. The matrix was incorrectly sized for runtime constraints (details)
  304. Fix field normal vector check for parallel (details)
  305. Resolved issues that came up due to merging (details)
  306. First pass at prototyping a globally constrained algebraic equation set (details)
  307. Updates to globally constrained equations to include condensation of matrix in PETSc (details)
  308. Updates for first round of parallelizing the homotopy (details)
  309. Parallel homotopy appears to be working (details)
  310. A few tweeks on the homotopy and 3D set up (details)
  311. Updated interface for globally constrained equations so the jacobian for the pde and the constraints are in seperate functions (details)
  312. The small problem for static condensation is calculated on one processor then broadcast, that way there are on finite precision inconsistencies (details)
  313. Added template parameter to determine if (PETSc) should do a shur complement from block 2x2. Note, if we're not using PETSc, then the block matrix is solved as is. This is because the shur complement is only a work around for parallel communication issues. (details)
  314. ... because if you hard code tecplot for 4 levels of grid refinement on output you get a 300Gb tecplot file in 3D ... (details)
  315. Number of global constraints is now a runtime option. The global coupling uses a CRS matrix structure, as opposed to MatrixD, since the CRS structure is already there. (details)
  316. Fixed bug with small system decomposition. The matrix was incorrectly sized for runtime constraints (details)
  317. Clean up after merging from develop (details)
  318. More merging issues (details)
  319. Added RotorSource for Euler equations (details)
  320. Various small fixes (details)
  321. Fix compile error (details)
  322. A few more fixes (details)
  323. Fix unit test error (details)
  324. Bulk of unit tests done. (details)
  325. Update refine libraries (details)
  326. src/ (details)
  327. Missing unit tests and ability to daisy chain globally constrained algebraic equation sets (details)
  328. Missed an update for the serial version of PETSc (details)
  329. Further speed improvements (details)
  330. Fix VMSDBR2 adjoint bug. Update refine build. (details)
  331. Some fixes for the Rotor source (details)
  332. Trying DG Normal vector field (details)
  333. Correction to Rotor source (details)
  334. One more fix to Rotor source (details)
  335. One more fix (details)
  336. updated file names (details)
  337. updated file names (round 2) (details)
  338. Fixed warnings and other minor things (details)
  339. 150 char line error fix (details)
  340. used brackets for matrix call, fixed now (details)
  341. Some cleanup of PETSc Shur solve (details)
  342. Fixes for MKL with Block 2x2 (details)
  343. Bug fixes for homotopy and some 3D bugs (details)
  344. Fixed a few bug (undefined param and timeout) (details)
  345. fixed stack-buffer-overflow error in temperature data structures (details)
  346. Missing instantiations, BC that only existed for local testing purposes removed. (details)
  347. fixed read access error from electron indexing bug (details)
  348. fixed compiler warnings (details)
  349. dropped tol to 1e-11 from 1e-12, removed extra {} that may have been causing an issue (details)
  350. renamed test suite (explicitly added TCNE to name) - was causing conflict error (details)
  351. SANS_Nightly fix, efma line compiler warning deleted (details)
  352. updated reverse reaction rate temperature calculations (details)
  353. Add trace quadrature checking to isValidCell_VMSD. (details)
  354. Refactored global constraintes (details)
  355. Forgot files (details)
  356. Compile fixes (details)
  357. Fix unit test (details)
  358. Added a new ParamFieldBuilder specialization for (log-permeability, porosity, gen-H) param fields. Added a unit test. (details)
  359. added pde/IncompressibleNS (details)
  360. added 1D incompressible NS for fully developed channel flow with sansLG Robin BCs (details)
  361. added 2nd weighting parameter to weightBC; 1st parameter is for Dirichlet / adjoint state, (details)
  362. added 2nd weighting parameter to weightBC; missed one file (details)
  363. added Robin_sansLG BC catagory (details)
  364. IO file check flag -> true (details)
  365. 1D incompressible NS solver for fully developed channel flow (details)
  366. bug fixes (details)
  367. Major refactor of the two-phase PDE classes to support a (log-permeability, porosity) param-field. The artificial viscosity classes use a (log-permeability, porosity, log-H) param-field. (details)
  368. Updated ErrorEstimate_DGBR2 instantiations (details)
  369. Updated tests. All unit and system tests compile now. (details)
  370. added test for -Identity() initializer (details)
  371. Fix so -DLA::Identity() works properly (details)
  372. added BCs for 1D RANS-SA for channel flow (details)
  373. unit tests for 1D RANS-SA for channel flow (details)
  374. unit tests: missed one (details)
  375. unit test output pattern test files (details)
  376. 1D RANS-SA test case for fully developed channel flow -- preliminary (details)
  377. updated test case (details)
  378. More refactoring to get sandbox cases to compile. (details)
  379. Fixed a unit test. (details)
  380. Missed a sandbox case. (details)
  381. Reverting include path for boost output_test_stream (details)
  382. made algebraic eqn-set files more consistent between Galerkin and Galerkin_Stabilized (details)
  383. instantiated VectorS<2> output (details)
  384. Updated discretizations and PDE interfaces to use both paramL and paramR when evaluating fluxAdvectiveUpwind or fluxAdvectiveUpwindSpaceTime. This is important for the two-phase flow PDE, where the temporal flux depends on the porosity param-field value (which can be heterogeneous). (details)
  385. Update 2D ugrid reader for UNFORATTED (.r8.ugrid) files. (details)
  386. Fix warning (details)
  387. Fix warning (details)
  388. added Robin BC dot product tests; currently commented out, since they fail to compile (details)
  389. added Tensor-Vector dot-products: e.g. dot( VectorX, TensorMatrixQ ) (details)
  390. clean up: MatrixS<D,D,MatrixQ> -> TensorMatrixQ (details)
  391. needed additional #include's (details)
  392. added ND ctor for BCs: BC( PDE, BCArgs ) (details)
  393. added dist parameters to certain functions; added jacobianMasterState; code clean-up (details)
  394. added skin friction / drag output for 1D incompressible NS channel flow (details)
  395. added #if's to try different combinations of '(gradphi . K . nHat) betaBC^t rsdBC'; (details)
  396. Updated FV-TPFA discretization to work for heterogeneous properties + some cleanup. (details)
  397. Added missing includes (details)
  398. removed dot-products supporting (K . nHat) operator in Robin_sansLG BCs, and reverted (details)
  399. added IncompressibleNSLib to unit test builders (details)
  400. latest sandbox tests for 1D fully developed channel flow (details)
  401. Updated global contraints. Solve rotor speed at specified power. (details)
  402. Compile fixes (details)
  403. Add missing files (details)
  404. added optional parameter to output_gnuplot for number of points per element (default remains 11) (details)
  405. code cleanup for 1D NS/RANS (details)
  406. solution function for 1D RANS: analytic law-of-the-wall for SA (details)
  407. missed a pattern file (details)
  408. missed a unit test file (details)
  409. updated 1D RANS fully developed channel flow case to (a) work, (b) output useful data, (details)
  410. Fix all output functionals to properly work in parallel (details)
  411. name change for test suite to avoid link conflict for 'make unit' (details)
  412. Fix compile error (details)
  413. Compile fix (details)
  414. Missing include (details)
  415. More missing includes (details)
  416. More missing includes (details)
  417. reverted to depricated include directory for <boost/test/unit_test.hpp> (details)
  418. More missing include fixes (details)
  419. Upgrade to AFLR 10.8.7 (details)
  420. Update AFLR libraries (details)
  421. src/ (details)
  422. Updated BC::isValidState interface so mitState BCs can check if the boundary state generated is also valid (details)
  423. Removed file that didn't work out and shouldn't have been commited (details)
  424. Fix AFLR library order (details)
  425. Formatting fixes (details)
  426. Missing instantiation and arguments flipped causing a unit test to fail (details)
  427. Fixes for AFLR4 and EGADS updates (details)
  428. Fix for wake sheets (details)
  429. Various small fixes (details)
  430. Allow specified interior traces (details)
  431. Compile fixes. Allow UnionJack to work in parallel (details)
  432. Fix compile error (details)
  433. removed 1D incompressible NS channel flow test case -- won't compile due to double (details)
  434. Fixes for parallel specified interior traces. Added ParkMMS and EntropyProduction output. (details)
  435. Forgot files (details)
  436. Fixes for parallel interior traces (details)
  437. Fix uninitialized data (details)
  438. Fix intel warning (details)
  439. Added new SPE10 cases for time-marching FV and DGBR2+AV. (details)
  440. Fix parallel DG DOF indexing for multiple cell groups (details)
  441. fixes for jenkins squawks (details)
  442. Fix EG zombies (details)
  443. missing #include <vector> (details)
  444. fixed warning for un-used typedef (details)
  445. added isValidState with (x,time,nx,q) params for Dirichlet (details)
  446. Hardening ReadSolution_PX to throw uniformly across MPI if rank 0 fails to load the file. Can now use try catch around restart blocks! (details)
  447. fixed uninitialized variables in test (details)
  448. removed redundant instantiation (details)
  449. removed unneeded print statements and a typo (details)
  450. Nightly fixes (details)
  451. Various small fixes (details)
  452. Fix to erroneous logic (details)
  453. Make safe_at work for any container type, and reduce code duplication (details)
  454. Nightly fixes (details)
  455. More nightly fixes (details)
  456. fixed nightly warning on unused variable (details)
  457. Relax execution time (details)
  458. Changed isValid to check: qbar + qp at cell quads, and qbar, qbar + qpL and qbar + qpR for interior traces. These are the only values used in flux evaluation (details)
  459. Fix accross spelling. Fix AFLR3 to distribute in parallel. Update interior trace parallel construction. (details)
  460. Reduce maximum grid size for PDESourceOnly_Projection_btest (details)
  461. Add latest PETSc version (details)
  462. Nightly fix (details)
  463. Various CMake fixes (details)
  464. Fix for building Tetgen (details)
  465. Don't ues intel compiler to compile TetGen (details)
  466. Nightly fix (details)
  467. Relax tolerance for nightly test (details)
  468. Update refine, TetGen, and AFLR. Added ParameterDictList for a list of dictionaries. Rename MeanlineBlade to CamberBlade. (details)
  469. Correct AFLR version (details)
  470. Forgot tetgen patch (details)
  471. Various fixes (details)
  472. Fix library order (details)
  473. Relax ping tolerance (details)
  474. Comment out file dump (details)
  475. Nightly fixes (details)
Commit 5e91692fba072dd5682fc554c838731d63d02782 by blsc
First pass at structuring TCNE pde, a little messy
The file was addedsrc/pde/TCNE/BCTCNEEuler1D.h
The file was addedsrc/pde/TCNE/PDETCNEEuler1D.h
The file was addedtest/unit/pde/TCNE/BCTCNEEuler1D_btest.cpp
The file was addedsrc/pde/TCNE/TCNEGasModel.h
The file was addedsrc/pde/TCNE/BCTCNEEuler1D_mitState.h
The file was addedtest/unit/pde/TCNE/PDETCNEEuler1D_btest.cpp
The file was addedsrc/pde/TCNE/Q1DTCNEConservative.cpp
The file was addedtest/unit/pde/TCNE/Q1DConservative_btest.cpp
The file was addedsrc/pde/TCNE/BCTCNEEuler1D.cpp
The file was modified CMakeLists.txt
The file was addedsrc/pde/TCNE/CMakeLists.txt
The file was modified test/unit/pde/CMakeLists.txt
The file was modified src/pde/CMakeLists.txt
The file was addedsrc/pde/TCNE/Q1DTCNEConservative.h
The file was addedsrc/pde/TCNE/TCNEGasModel.cpp
The file was addedtest/unit/pde/TCNE/CMakeLists.txt
The file was addedtest/unit/pde/TCNE/TCNEVariable1D_btest.cpp
The file was addedsrc/pde/TCNE/TCNEVariable1D.cpp
The file was addedsrc/pde/TCNE/TCNEVariable1D.h
The file was addedsrc/pde/TCNE/TraitsTCNEEuler.h
Commit 7715ffaa8cf945a7b507436f9c798136044e7d50 by ksabo
TCNE stuff
The file was addedsrc/pde/TCNE/TCNEGasModel_CurveFit.h
The file was addedsrc/pde/TCNE/TCNEChemistryModels.h
The file was modified src/pde/TCNE/PDETCNEEuler1D.h
The file was addedsrc/pde/TCNE/TCNEGasModel_Perfect.h
The file was modified src/pde/TCNE/Q1DTCNEConservative.h
The file was addedsrc/pde/TCNE/TCNEGasModel_StatMech.h
The file was addedsrc/pde/TCNE/TCNEGasModel_CurveFit.cpp
The file was removedsrc/pde/TCNE/TCNEGasModel.cpp
The file was addedsrc/pde/TCNE/TCNEGasModel_StatMech.cpp
The file was addedsrc/pde/TCNE/TCNEChemistryModels.cpp
The file was addedsrc/pde/TCNE/TCNEGasModel_Perfect.cpp
The file was modified src/pde/TCNE/CMakeLists.txt
The file was removedsrc/pde/TCNE/TCNEGasModel.h
The file was modified src/pde/TCNE/TraitsTCNEEuler.h
Commit 574ec123d2ade9534559c0b8fe9061ccc7edde29 by shunz
relocate QauxvInterpret forward declaration in prep for 3D stuff
The file was modified src/pde/IBL/QauxvInterpret2D.h
The file was modified src/pde/IBL/IBL_Traits.h
Commit 1b74a67bd9ad437a3ee014dfce30e8afadf818ea by shunz
Added basic stuff for 3D IBL
The file was addedsrc/pde/IBL/PDEIBL3D.h
The file was addedsrc/pde/IBL/VarInterpret3D.h
The file was modified src/pde/IBL/CMakeLists.txt
The file was modified src/pde/IBL/PDEIBL2D.h
The file was addedsrc/pde/IBL/ThicknessesCoefficients3D_CorrelationClosure.cpp
The file was addedsrc/pde/IBL/IBLVarDataType3D.h
The file was modified src/pde/IBL/IBL_Traits.h
The file was addedtest/unit/pde/IBL/PDEIBL3D_btest.cpp
The file was addedsrc/pde/IBL/ThicknessesCoefficients3D.h
The file was addedsrc/pde/IBL/QauxvInterpret3D.h
Commit ab2c8d69a756a8f9e8f797bc9d0854440f1f8348 by shunz
Minor cleanup
The file was modified src/pde/IBL/PDEIBLSplitAmpLag2D.h
Commit eed57d981bd53ff3c557a8308efc8574375bf19c by shunz
Initial pass on PDEIBL3D
The file was modified src/pde/IBL/QauxvInterpret3D.h
The file was modified src/pde/IBL/PDEIBL3D.h
Commit 2b6666237a976a8afe43c1d2548d891a6141ae6c by shunz
Filled in 3D IBL closure with fully 3D components set to zero
The file was addedsrc/pde/IBL/ThicknessesCoefficients3D_CorrelationClosure_impl.h
The file was modified src/pde/IBL/ThicknessesCoefficients3D_CorrelationClosure.cpp
The file was modified src/pde/IBL/ThicknessesCoefficients3D.h
The file was modified src/pde/IBL/PDEIBL3D.h
Commit 2ceeca3cb25b1be5ad88ff5ec18833773b35fd28 by shunz
Added BCNone for IBL3D
The file was addedsrc/pde/IBL/BCIBL3D.cpp
The file was modified src/pde/IBL/CMakeLists.txt
The file was addedsrc/pde/IBL/PDEIBL3D.cpp
The file was addedsrc/pde/IBL/BCIBL3D.h
Commit 4bb08c123a8979dbadc62645878358cfdd4215a3 by shunz
added a working version of sandbox case for IBL3D
The file was addedtest/sandbox/AnalyticSolve3D_DGAdvective_IBL_StagnationFlow_Quasi2D_toy.cpp
Commit b2e0edb8569f839c0cfd4c0f6e6fc67d00fbdb36 by shunz
Added a sheet grid of triangles in 3D for IBL3D
The file was addedtest/unit/UnitGrids/XField3D_Sheet_Triangle_X1_btest.cpp
The file was modified test/unit/UnitGrids/CMakeLists.txt
The file was addedtest/unit/UnitGrids/XField3D_Sheet_Triangle_X1.cpp
The file was addedtest/unit/UnitGrids/XField3D_Sheet_Triangle_X1.h
Commit e92683ed584471e3442fd88f1960807a3b481639 by shunz
Added instantiation
The file was modified src/Field/FieldArea_DG_Cell_Instantiate_3D.cpp
Commit 4a823ec5b68a182244ea4514d18154ea07080f26 by shunz
Intermediate commit
The file was modified test/sandbox/AnalyticSolve3D_DGAdvective_IBL_StagnationFlow_Quasi2D_toy.cpp
Commit a7ca093aaf37918c743cfc09d5fb0c609f0235eb by shunz
Working on integrands for first 3D IBL case
The file was modified src/Field/Element/TraceUnitNormal.h
The file was addedsrc/Discretization/Galerkin/IntegrandBoundaryTrace_None_Galerkin_manifold_IBL3D.h
The file was modified src/pde/NDConvert/PDENDConvertSpace3D.h
The file was addedsrc/Discretization/Galerkin/IntegrandInteriorTrace_Galerkin_manifold_IBL3D.h
The file was modified src/pde/IBL/PDEIBL3D.h
The file was modified src/pde/NDConvert/PDENDConvertSpace2D.h
The file was modified test/sandbox/AnalyticSolve3D_DGAdvective_IBL_StagnationFlow_Quasi2D_toy.cpp
The file was addedsrc/Discretization/Galerkin/IntegrandCell_Galerkin_manifold_IBL3D.h
Commit 73764c3f8259f8040c02b060e424b2d7452b80b4 by shunz
More fixes to integrand classes for IBL3D
The file was modified src/Discretization/Galerkin/IntegrandBoundaryTrace_None_Galerkin_manifold_IBL3D.h
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_manifold_IBL3D.h
The file was modified test/sandbox/AnalyticSolve3D_DGAdvective_IBL_StagnationFlow_Quasi2D_toy.cpp
The file was modified src/Discretization/Galerkin/IntegrandInteriorTrace_Galerkin_manifold_IBL3D.h
Commit 9da44427ff2ee7316d773acd4a75087f26632e70 by shunz
Fixed instantiations for IBL3D
The file was modified src/Field/output_Tecplot/output_Tecplot_FieldArea.cpp
The file was modified src/Field/output_Tecplot/output_Tecplot_Area_3D.cpp
The file was modified src/pde/IBL/PDEIBL3D.cpp
The file was modified src/pde/IBL/PDEIBL3D.h
The file was modified src/LinearAlgebra/DenseLinAlg/StaticSize/MatMul/MatrixS_MatMul_Native_Surreal_Instantiate.cpp
The file was modified src/Field/FieldArea_Instantiate_3D.cpp
The file was modified src/pde/IBL/CMakeLists.txt
The file was modified src/Field/FieldLinesearch/FieldLinesearch_Area_Instantiate.cpp
The file was modified src/Field/FieldArea_DG_BoundaryTrace_Instantiate_3D.cpp
Commit d3b20fd36159edb50cafa0301ba8a446b83e5ebf by shunz
Add explicit instantiations and fix typos in closure class
The file was modified src/pde/IBL/ThicknessesCoefficients3D_CorrelationClosure.cpp
The file was modified src/pde/IBL/ThicknessesCoefficients3D_CorrelationClosure_impl.h
Commit 9a76318784b442c0fb88e4bfc05c2a24815b5858 by shunz
Initial version of local Cartesian basis construction for 3D IBL
The file was modified src/Discretization/Galerkin/IntegrandBoundaryTrace_None_Galerkin_manifold_IBL3D.h
The file was modified src/Discretization/Galerkin/IntegrandInteriorTrace_Galerkin_manifold_IBL3D.h
The file was modified src/Field/Element/ElementXFieldArea_impl.h
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_manifold_IBL3D.h
The file was modified src/Field/Element/ElementXFieldArea.h
The file was modified src/Field/Element/ElementXFieldArea_Instantiate_3D.cpp
Commit 778f8a9b554b6e736ed6a111f66179e6fa849635 by shunz
Minor cleanup
The file was modified src/Field/Element/ElementXFieldArea.h
The file was modified src/Field/Element/ElementXFieldArea_Instantiate_3D.cpp
Commit 4992f7cbbd8ca94e238acd1e30edeabcb428ef51 by shunz
Fix constuction of q1 and q2 vectors in case of stagnation flows
The file was modified src/pde/NDConvert/PDENDConvertSpace3D.h
The file was modified src/pde/IBL/QauxvInterpret3D.h
The file was modified test/sandbox/AnalyticSolve3D_DGAdvective_IBL_StagnationFlow_Quasi2D_toy.cpp
The file was modified src/Field/Element/ElementXFieldArea.h
Commit 61d0fa14caffc3c0dcbc45b2b3842982aa93bff3 by shunz
Add velocity gradient calculation in cell integrand of 3D IBL
The file was modified test/sandbox/AnalyticSolve3D_DGAdvective_IBL_StagnationFlow_Quasi2D_toy.cpp
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_manifold_IBL3D.h
The file was modified src/pde/NDConvert/PDENDConvertSpace3D.h
Commit 10cf65a50ddfed84ae257aaa6737e1b61310f193 by shunz
Refactor and add a 2D stagnation flow test case
The file was addedtest/system/AnalyticSolve/AnalyticSolve2D_DGAdvective_IBLSplitAmpLag_StagnationFlow_LamiBL_btest.cpp
The file was modified test/system/AnalyticSolve/AnalyticSolve2D_DGAdvective_IBL_StagnationFlow_LamiBL_btest.cpp
The file was modified src/pde/IBL/GetSolnDofCell_IBL2D.h
Commit 1cfdb52bd9d446ccec911b7c11d87427f41e8c7d by shunz
Add a 3D quad grid
The file was addedtest/unit/UnitGrids/XField3D_Sheet_Quad_X1.cpp
The file was addedtest/unit/UnitGrids/XField3D_Sheet_Quad_X1_btest.cpp
The file was addedtest/unit/UnitGrids/XField3D_Sheet_Quad_X1.h
Commit 370aab050bc8c2f5cde2df6ce4c5e43d387c70a8 by shunz
Update cmake list for unit grid test
The file was modified test/unit/UnitGrids/CMakeLists.txt
Commit 581d02eb021fe95c54dafd99bee871bd12cad742 by shunz
Fix typo in 3D quad sheet grid
The file was modified test/unit/UnitGrids/XField3D_Sheet_Quad_X1.cpp
Commit 613e340d7b5816605a7113772ab186954c01dc9f by shunz
fix bug in qauxv gradient calculation in 3D IBL cell integrand
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_manifold_IBL3D.h
Commit 92a90f5b964411fe26f07e331ef169e6c86ebdde by shunz
Fix the scale and dimension of dissipation integral in 3D integral
The file was modified src/pde/IBL/PDEIBL3D.h
Commit 00ce465791b210aae9e1b5f18c85ee89f70c4b0e by shunz
fix a typo in thickness identity
The file was modified src/pde/IBL/ThicknessesCoefficients3D_CorrelationClosure_impl.h
Commit 46f0ecb970ca172c82aaeb484e5a1e6867376f94 by shunz
Add more options to 3D IBL stagnation flow case, including quad grid, solution initialization,
The file was modified test/sandbox/AnalyticSolve3D_DGAdvective_IBL_StagnationFlow_Quasi2D_toy.cpp
Commit 459fde477f1df6b755ee5f74faa9769bccab8042 by shunz
one more bug fix in cell integrand for 3D IBL
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_manifold_IBL3D.h
Commit 2b3be2bd9fd37678d28520895f6ff0e29ddeeee6 by shunz
Bugfix in calculation of trace unit normal vector for area cells in 3D
The file was modified src/Field/Element/TraceUnitNormal.h
Commit d1e50eae63f73676caf6afe415f77caf62e050f3 by shunz
Add Nishida's crossflow closure.  Add pyrite check of stagnation flow case for 3D IBL.  Minor addition for debugging in PDEIBL3D
The file was addedtest/system/IO/AnalyticSolve/IBL3D_StagnationFlow_LamiBL_Triangle_nelem1d1_p4_Test.txt
The file was addedtest/system/IO/AnalyticSolve/IBL3D_StagnationFlow_LamiBL_Triangle_nelem1d2_p1_Test.txt
The file was addedtest/system/IO/AnalyticSolve/IBL3D_StagnationFlow_LamiBL_Triangle_nelem1d1_p2_Test.txt
The file was addedtest/system/IO/AnalyticSolve/IBL3D_StagnationFlow_LamiBL_Triangle_nelem1d2_p3_Test.txt
The file was addedtest/system/IO/AnalyticSolve/IBL3D_StagnationFlow_LamiBL_Triangle_nelem1d1_p0_Test.txt
The file was addedtest/system/IO/AnalyticSolve/IBL3D_StagnationFlow_LamiBL_Triangle_nelem1d1_p3_Test.txt
The file was modified src/pde/IBL/ThicknessesCoefficients3D_CorrelationClosure_impl.h
The file was modified src/pde/IBL/PDEIBL3D.h
The file was modified test/sandbox/AnalyticSolve3D_DGAdvective_IBL_StagnationFlow_Quasi2D_toy.cpp
The file was addedtest/system/IO/AnalyticSolve/IBL3D_StagnationFlow_LamiBL_Triangle_nelem1d1_p1_Test.txt
The file was addedtest/system/AnalyticSolve/AnalyticSolve_IBL3D_StagnationFlow_LamiBL_Triangle_btest.cpp
The file was addedtest/system/IO/AnalyticSolve/IBL3D_StagnationFlow_LamiBL_Triangle_nelem1d2_p0_Test.txt
The file was addedtest/system/IO/AnalyticSolve/IBL3D_StagnationFlow_LamiBL_Triangle_nelem1d2_p2_Test.txt
The file was addedtest/system/IO/AnalyticSolve/IBL3D_StagnationFlow_LamiBL_Triangle_nelem1d2_p4_Test.txt
Commit 7900f1348b866268fb7b5b895cea1888c5a132bd by shunz
fix dependents of refactoring of GetSolnDofCell_IBL
The file was modified test/system/AnalyticSolve/AnalyticSolve2D_DGAdvective_IBL_StagnationFlow_LamiBL_btest.cpp
The file was modified test/sandbox/AnalyticSolve3D_DGAdvective_IBL_StagnationFlow_Quasi2D_toy.cpp
The file was modified test/system/AnalyticSolve/AnalyticSolve2D_DGAdvective_IBL_StagnationFlow_SingleElem_LamiBL_btest.cpp
The file was modified test/system/AnalyticSolve/AnalyticSolve_IBL3D_StagnationFlow_LamiBL_Triangle_btest.cpp
The file was modified test/unit/pde/IBL/GetSolnDofCell_IBL_btest.cpp
Commit b72381babf9d4d098aa1354c52fe357c61d05927 by shunz
Add a 3D flat plate source panel method but haven't tested yet
The file was addedsrc/PanelMethod/PiecewiseConstSourcePanel_FlatPlate3D.h
Commit d7524414e6efec5835913450dd86571bd3ff83c2 by shunz
intermediate commit: minor clenaup and add guards.
The file was modified src/Discretization/Galerkin/IntegrandBoundaryTrace_None_Galerkin_manifold_IBL3D.h
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxv_PanelMethod.h
The file was modified src/PanelMethod/ProjectionToQauxi_IBL.h
The file was modified src/PanelMethod/FunctionEvalQauxv_IBL.h
Commit 5ff6405cf1bef2926a76555f54670d89492f03ee by shunz
intermediate commit: working on 3D coupled IBL for torpedo cass
The file was addedsrc/PanelMethod/IntegrandBoundaryTrace_ProjectToQauxi3D.h
The file was addedsrc/PanelMethod/ProjectToQauxi_IBL3D.h
The file was addedtest/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_torpedo_toy.cpp
The file was addedsrc/PanelMethod/AlgebraicEquationSet_ProjectToQauxi_FlatPlate3D.h
The file was modified src/PanelMethod/CMakeLists.txt
The file was addedsrc/PanelMethod/PiecewiseConstSourcePanel_FlatPlate3D_EquationSet.cpp
The file was modified src/Discretization/Galerkin/IntegrandCell_ProjectFunction.h
The file was addedsrc/PanelMethod/PiecewiseConstSourcePanel_FlatPlate3D_EquationSet.h
The file was addedsrc/pde/IBL/AlgebraicEquationSet_ProjectToQauxv_PiecewiseConstSourcePanel_FlatPlate3D.h
The file was addedsrc/PanelMethod/FunctionEvalQauxv_IBL_PiecewiseConstSourcePanel_FlatPlate3D.h
Commit 4e58ba9ee376eaa68c768e3cdabf0b4485727f3f by shunz
add 3x3 equation system
The file was addedsrc/Discretization/Block/AlgebraicEquationSet_Block3x3.h
The file was addedsrc/Discretization/Block/AlgebraicEquationSet_Block3x3_impl.h
Commit 1112e02a6bd2d12b7adfa614579ebd10e33a28c6 by shunz
typo fix. add partial instantiations for system 3x3 vector and matrix types
The file was modified src/LinearAlgebra/VectorType.h
The file was modified src/LinearAlgebra/NonZeroPatternType.h
The file was modified src/Discretization/Block/AlgebraicEquationSet_Block3x3_impl.h
Commit 076508050384a377ef329bd220becff2e9fc3694 by shunz
add linesearch data type for 3x3 equation system
The file was modified src/LinearAlgebra/LinesearchDataType.h
Commit 7ef1aa7d6bc727aabd6af2be04c725c228b6d1d5 by shunz
add missing include
The file was modified src/Field/Element/ElementXFieldArea.h
Commit 94eae62596c99042e3ed1664d41363170b3deab1 by shunz
intermediate commit: fix many compiling errors in the way of running torpedo case for IBL3D. switching computer to continue the work...
The file was modified src/PanelMethod/PiecewiseConstSourcePanel_FlatPlate3D_EquationSet.cpp
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxv_PiecewiseConstSourcePanel_FlatPlate3D.h
The file was modified src/PanelMethod/FunctionEvalQauxv_IBL_PiecewiseConstSourcePanel_FlatPlate3D.h
The file was modified src/PanelMethod/PiecewiseConstSourcePanel_FlatPlate3D_EquationSet.h
The file was modified src/PanelMethod/CMakeLists.txt
The file was modified src/PanelMethod/PiecewiseConstSourcePanel_FlatPlate3D.h
The file was modified test/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_torpedo_toy.cpp
The file was modified src/PanelMethod/AlgebraicEquationSet_ProjectToQauxi_FlatPlate3D.h
The file was modified src/pde/NDConvert/PDENDConvertSpace3D.h
The file was modified test/sandbox/AnalyticSolve3D_DGAdvective_IBL_StagnationFlow_Quasi2D_toy.cpp
Commit 465f7af803281c1455c5ee69be78ee48881c3518 by shunz
refactor projection to Qauxi
The file was modified src/PanelMethod/ProjectionToQauxi_IBL.h
The file was modified src/PanelMethod/ProjectToQauxi_IBL3D.h
The file was modified src/PanelMethod/IntegrandBoundaryTrace_ProjectToQauxi.h
The file was modified src/pde/NDConvert/PDENDConvertSpace2D.h
The file was modified test/unit/PanelMethod/ProjectionToQauxi_IBL_btest.cpp
The file was modified src/PanelMethod/IntegrandBoundaryTrace_ProjectToQauxi3D.h
Commit af26a94b8604da97ef215e1f46b642d25975aa17 by shunz
add interior trace integrand for projection onto Qauxi
The file was modified src/PanelMethod/AlgebraicEquationSet_ProjectToQauxi_FlatPlate3D.h
The file was addedsrc/PanelMethod/IntegrandInteriorTrace_ProjectToQauxi3D.h
Commit 8571bc88a70cb01cd1824e585a92042fe1a7fda3 by shunz
minor fix
The file was modified src/pde/NDConvert/PDENDConvertSpace3D.h
The file was modified src/PanelMethod/ProjectToQauxi_IBL3D.h
Commit 7633aea0f3c92daaeedcb281ca49de460b572d26 by shunz
add instantiations for IBL3D torpedo case
The file was modified src/LinearAlgebra/DenseLinAlg/StaticSize/MatMul/MatrixS_MatMul_Native_Surreal_Instantiate.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixBlock_3x3_Instantiate.cpp
The file was addedsrc/LinearAlgebra/SparseLinAlg/Krylov/FGMRES_MatrixBlock_3x3_Instantiate.cpp
The file was modified src/NonLinearSolver/CMakeLists.txt
The file was modified src/LinearAlgebra/SparseLinAlg/Preconditioners/LU_SGS.h
The file was modified src/LinearAlgebra/SparseLinAlg/CMakeLists.txt
The file was addedsrc/NonLinearSolver/NewtonSolver_MatrixBlock_3x3_Instantiate.cpp
The file was addedsrc/NonLinearSolver/LineUpdate/HalvingSearchLineUpdate_MatrixBlock_3x3_Instantiate.cpp
The file was modified src/Field/FieldArea_DG_Cell_Instantiate_3D.cpp
The file was modified src/LinearAlgebra/BlockLinAlg/tools/norm.h
The file was modified src/LinearAlgebra/DenseLinAlg/DynamicSize/MatMul/MatMul_Native_MatrixS_Instantiate.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver_MatrixBlock_3x3_Instantiate.cpp
The file was modified src/Field/FieldArea_Instantiate_3D.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/WriteMatrixMarketFile.h
The file was modified src/LinearAlgebra/SparseLinAlg/ScalarMatrix_CRS_int.cpp
Commit a6e66c9092817d2f80bb1e4084426615eaca2050 by shunz
add instantiations for coupled IBL3D
The file was modified src/pde/IBL/ThicknessesCoefficients3D_CorrelationClosure.cpp
Commit 316c51101e3a6cd9768fa91e79bbd4ead293bf0e by shunz
remove unnecessary assert
The file was modified src/PanelMethod/FunctionEvalQauxv_IBL_PiecewiseConstSourcePanel_FlatPlate3D.h
The file was modified src/PanelMethod/PiecewiseConstSourcePanel_FlatPlate3D.h
Commit 477549421749890d826b781d2a90eef973906b96 by shunz
fix for coupled IBL case to compile and run
The file was modified src/PanelMethod/AlgebraicEquationSet_ProjectToQauxi_FlatPlate3D.h
The file was modified src/Discretization/Block/AlgebraicEquationSet_Block3x3.h
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_manifold_IBL3D.h
The file was modified test/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_torpedo_toy.cpp
Commit 93270ffae81e40c4657b05a1f1890c1d003b4d7c by shunz
fix uninitialized dummy DOFs
The file was modified src/PanelMethod/PiecewiseConstSourcePanel_FlatPlate3D.h
The file was modified test/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_torpedo_toy.cpp
Commit 4fd02fff737123a991d86f0396952e6245464d9f by shunz
fix setDOFFrom in Qauxv 3D (missing q_y previously)
The file was modified src/pde/IBL/QauxvInterpret3D.h
The file was modified src/PanelMethod/PiecewiseConstSourcePanel_FlatPlate3D.h
Commit a4ff7231ea2085ed78afab2dea1770c123f6bbe4 by shunz
Coupled 3D IBL case converged on some simple variants of the torpedo case: linear and mildly nonlinear radial velocity distribution with attached laminar BLs
The file was modified test/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_torpedo_toy.cpp
Commit 41cbc605481114cbd2dc08a0cc1696e29ca58cc0 by shunz
Tried triangle grid as well: fine on radially linear velocity distribution but couldn't converge on a more nonlinear case
The file was modified test/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_torpedo_toy.cpp
Commit 7b10f33951b1f4beb1b6b61995546844a2460676 by shunz
cleaned up unused stuff
The file was removedsrc/PanelMethod/PiecewiseConstSourcePanel_FlatPlate3D_EquationSet.h
The file was removedsrc/PanelMethod/PiecewiseConstSourcePanel_FlatPlate3D_EquationSet.cpp
Commit 1851613de9490ca09bea70c547eb5e13cbae6f40 by shunz
refactor SetIBLoutputCellGroup to accommodate both 3D and 2D IBL
The file was modified src/pde/IBL/SetIBLoutputCellGroup.h
The file was modified src/Field/Tuple/FieldTuple.h
The file was modified test/sandbox/Solve2D_Coupled4x4_IBLSplitAmpLag_CorrelationClosure_CapturedTransition_PTC_toy.cpp
Commit adf2e9d51d8fffac34a6c2725844ca9cadb599b1 by shunz
remove outdated include
The file was modified test/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_torpedo_toy.cpp
Commit 65918e03bff791bac12d1b5709f46a5ba6add185 by shunz
more refactoring of SetIBLoutputCellGroup for 3D IBL.  working progress.  switching computer
The file was modified test/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_torpedo_toy.cpp
The file was modified test/sandbox/Solve2D_Coupled4x4_IBLSplitAmpLag_CorrelationClosure_CapturedTransition_PTC_toy.cpp
The file was modified src/pde/IBL/SetIBLoutputCellGroup.h
The file was addedsrc/pde/IBL/ElementProjectionOutputIBL3D.h
Commit f50095f84fa11fdfed35a18c601b4e83fc9d573e by shunz
intermediate commit. switching computer.
The file was modified src/pde/IBL/ElementProjectionOutputIBL3D.h
Commit 1db8b2a721dd038ed95f123f625318e8eb046815 by shunz
enable tecplot output for 3D IBL
The file was modified src/Field/FieldArea_DG_Cell_Instantiate_3D.cpp
The file was modified src/pde/IBL/VarInterpret3D.h
The file was modified test/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_torpedo_toy.cpp
The file was modified src/Field/FieldArea_Instantiate_3D.cpp
The file was modified src/Field/output_Tecplot/output_Tecplot_FieldArea.cpp
The file was modified src/LinearAlgebra/DenseLinAlg/DynamicSize/MatMul/MatMul_Native_Real.cpp
The file was addedsrc/pde/IBL/SetIBLoutputCellGroup3D.h
The file was modified src/pde/IBL/ElementProjectionOutputIBL3D.h
The file was modified src/LinearAlgebra/DenseLinAlg/DynamicSize/MatrixD_InverseLU_Real_Instantiate.cpp
Commit 77a601e4432812b74592954593095d071ca618a4 by allmaras
added PyDict options for Verbose and writeMarketMatrix for UMFPACK
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver_factorize.h
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver_impl.h
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver.h
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver.cpp
Commit df0318840a70e314c081904e365af3129489d4ce by shunz
add full-state BC for IBL3D with corresponding boundary trace integrand.  verified on an uncoupled Blasius case
The file was modified src/pde/IBL/BCIBL3D.cpp
The file was addedsrc/Discretization/Galerkin/IntegrandBoundaryTrace_Flux_mitState_Galerkin_manifold_IBL3D.h
The file was addedtest/sandbox/Solve3D_Uncoupled_IBL_FlatPlate_Blasius_toy.cpp
The file was modified test/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_torpedo_toy.cpp
The file was modified src/pde/IBL/BCIBL3D.h
Commit a4bf5579153f6000274e67b662b44b97525171b9 by shunz
add a coupled IBL3D Blasius case
The file was modified test/sandbox/Solve3D_Uncoupled_IBL_FlatPlate_Blasius_toy.cpp
The file was addedtest/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_Blasius_toy.cpp
Commit ebe49531b20dee304d22489fa96463872b723543 by shunz
implement PTC for coupled IBL 3x3 system
The file was modified src/SolutionTrek/Continuation/PseudoTime/AlgebraicEquationSet_PTC.h
The file was addedsrc/Discretization/Galerkin/IntegrandCell_Galerkin_PTC_manifold_IBL3D.h
The file was modified test/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_Blasius_toy.cpp
The file was modified src/pde/IBL/ThicknessesCoefficients3D_CorrelationClosure_impl.h
The file was modified src/pde/NDConvert/PDENDConvertSpace3D.h
The file was modified src/pde/IBL/PDEIBL3D.h
The file was modified src/pde/IBL/ThicknessesCoefficients3D.h
The file was addedsrc/SolutionTrek/Continuation/PseudoTime/AlgebraicEquationSet_Block3x3_PTC_IBL3D_panel.h
Commit 7c29a7cb514d34ea556a50e77753b119a8f21034 by shunz
add commented-out stuff for turning off laminar amplification and lag equations in IBL3D
The file was modified src/pde/IBL/PDEIBL3D.h
Commit 34cb13e98f350ba7be5fe4ee22febe70b2f7f61a by shunz
fix typo in commented-out stuff
The file was modified src/pde/IBL/PDEIBL3D.h
Commit 9992a6ac9173fb54690925984d19b42705966db9 by shunz
enable rotated mesh for IBL3D torpedo case
The file was modified test/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_Blasius_toy.cpp
The file was modified test/unit/UnitGrids/XField3D_Sheet_Quad_X1.cpp
The file was modified test/unit/UnitGrids/XField3D_Sheet_Quad_X1.h
The file was modified test/unit/UnitGrids/XField3D_Sheet_Triangle_X1.h
The file was modified test/unit/UnitGrids/XField3D_Sheet_Triangle_X1.cpp
Commit ecafcd1ad3d5e874564da2a8f3b4c3435fc490d9 by shunz
set up a torpedo with grid aligned with xy axes.  turned off laminar amplification and lag equations [need to be brought back after testing purely laminar BLs]
The file was modified test/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_Blasius_toy.cpp
The file was modified src/pde/IBL/PDEIBL3D.h
Commit 3d3b67a77ac758500ffd21d02b81c5f4112bd97b by shunz
minor change to test case
The file was modified test/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_Blasius_toy.cpp
Commit 942f187c26d804f667fcb1c587f980224e4dd18c by shunz
minor refactoring on Blasius inflow BC params
The file was modified test/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_Blasius_toy.cpp
Commit f4c356a0a6073fc0a191ad1b626fc7b17956493a by shunz
rename test cases
The file was addedtest/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_PointSource_stagnation_toy.cpp
The file was addedtest/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_torpedo_agrid0_toy.cpp
The file was removedtest/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_Blasius_toy.cpp
The file was removedtest/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_torpedo_toy.cpp
Commit 5ee747aa8f7641e4a654d0105c3ae8326fc98840 by shunz
speed up panel-related jacobian calculation using cached influence matrix in place of surrealized qauxifld
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxv_PanelMethod.h
The file was modified src/PanelMethod/FunctionEvalQauxv_IBL_PiecewiseConstSourcePanel_FlatPlate3D.h
The file was modified src/PanelMethod/PiecewiseConstSourcePanel_FlatPlate3D.h
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxv_PiecewiseConstSourcePanel_FlatPlate3D.h
Commit 32238eecd037912390045ddc3ef6b51803793c20 by shunz
add jacobian timing for refactoring purpose
The file was modified src/Discretization/Block/AlgebraicEquationSet_Block3x3_impl.h
Commit f4cedca9c9491f81e0b17f595c2b9242ffb9fbb9 by shunz
add similar (to DBL3) Falkner-Skan inflow bc for IBL3D with non-constant inflow state. set up a tornado case with rotated xy grid to compare with DBL3
The file was addedtest/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_torpedo_agrid45_toy.cpp
The file was modified src/pde/IBL/BCIBL3D.cpp
The file was modified src/pde/IBL/BCIBL3D.h
Commit 6775533c3b6cbf13bd20cab4abe107745977063f by shunz
minor refactoring of test cases
The file was modified test/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_torpedo_agrid0_toy.cpp
The file was modified test/sandbox/Solve3D_Uncoupled_IBL_FlatPlate_Blasius_toy.cpp
Commit a871c5b77ce7aa619c9d4d1fd2c51defe3fc7593 by shunz
remove trivial zero z velocity component to speed up panel method
The file was modified test/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_torpedo_agrid45_toy.cpp
The file was modified src/PanelMethod/FunctionEvalQauxv_IBL_PiecewiseConstSourcePanel_FlatPlate3D.h
The file was modified src/PanelMethod/PiecewiseConstSourcePanel_FlatPlate3D.h
Commit 1f7853fec065375eb3452a8899178178f8d3020c by shunz
minor refactoring
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxv_PiecewiseConstSourcePanel_FlatPlate3D.h
Commit 96eb8ea792be1bd3ab0fdb35bcb1f263e3f20e60 by shunz
typo fix
The file was modified test/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_torpedo_agrid45_toy.cpp
Commit def7e47c38e6b1c81b0d9eec924d989b59b50635 by shunz
precompute inviscid velocity for panel, which resulted in O(10) speedup in related residual calculation. fix DOF indexing in residual/jacobian precomputation
The file was modified test/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_torpedo_agrid45_toy.cpp
The file was modified src/PanelMethod/FunctionEvalQauxv_IBL_PiecewiseConstSourcePanel_FlatPlate3D.h
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxv_PiecewiseConstSourcePanel_FlatPlate3D.h
The file was modified src/PanelMethod/PiecewiseConstSourcePanel_FlatPlate3D.h
Commit 217a81611919ccb11739ee1934748f7bc19cda24 by shunz
define macro to comment off some lines for timing/refactoring
The file was modified src/Discretization/Block/AlgebraicEquationSet_Block3x3_impl.h
Commit 7d474937daf8c738e6889bea7c93a7201b315243 by shunz
minor comments
The file was modified src/PanelMethod/FunctionEvalQauxv_IBL_PiecewiseConstSourcePanel_FlatPlate3D.h
Commit 4b927ec3870a1890f1e1da3610a9a34de6b4b3d9 by shunz
add ping test for coupled IBL in 3x3 block system
The file was addedtest/unit/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBL_Triangle_btest.cpp
The file was modified test/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_torpedo_agrid45_toy.cpp
The file was addedtest/unit/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBL_Quad_btest.cpp
The file was modified test/unit/Discretization/Block/CMakeLists.txt
Commit 34082b1c7bb8e6ddda5bac3ae610c3de757cbe3a by allmaras
attempt to mirror tets in XField3D_Box_Tet_X1_WakeCut
The file was modified test/unit/Field/Element/ElementXFieldVolume_Tetrahedron_btest.cpp
The file was modified test/unit/UnitGrids/XField3D_Box_Tet_X1_WakeCut.cpp
Commit a8fad478572d4372ac41b5ad10f8034d1cb44cad by allmaras
reverted to original prism-split coding; remainder of code is hard-coded for the
particular choice of prism splitting
The file was modified test/unit/UnitGrids/XField3D_Box_Tet_X1_WakeCut.cpp
Commit 157354c5b4477824fbfdfc612456607498a573dc by shunz
fix typo in Cf2 closure, although it didn't change the torpedo case results much
The file was modified src/pde/IBL/ThicknessesCoefficients3D_CorrelationClosure_impl.h
Commit c779a7142a695ff8550df57cd8adb205530d2c07 by galbramc
Fix dot for VectorBlock
The file was modified test/unit/LinearAlgebra/BlockLinAlg/VectorBlock_2_DenseVector_btest.cpp
The file was modified src/LinearAlgebra/BlockLinAlg/tools/dot.h
Commit 93c14a5f84cd34aefb8e654561bca8e10e4696cc by allmaras
added PyDict control of wake & Kutta Nitsche parameters
The file was modified CMakeLists.txt
The file was modified src/Discretization/Potential_Adjoint/AlgebraicEquationSet_CG_Potential_Adjoint.h
The file was addedsrc/Discretization/Potential_Adjoint/StabilizationNitsche_Potential_Adjoint.h
The file was modified src/pde/FullPotential/PDELinearizedIncompressiblePotential3D.h
The file was addedsrc/Discretization/Potential_Adjoint/StabilizationNitsche_Potential_Adjoint.cpp
The file was modified src/Discretization/CMakeLists.txt
The file was modified src/Discretization/Potential_Adjoint/IntegrandBoundaryFrame_CG_LIP_Adjoint.h
The file was modified src/Discretization/Potential_Adjoint/IntegrandBoundaryTrace_WakeCut_CG_LIP_Adjoint.h
Commit 52082881de98216f2cf2cd8b361625f0c4e4b1af by blsc
Added test of sourceCoarse and sourceFine for RANSSA with artificial viscosity.
The file was modified test/system/CodeConsistency/PDEmitAVSensor2D_Consistency_RANSSA_btest.cpp
Commit 29e1870b667c6af472e1a48acc528934a5fb0f5e by blsc
Added missing sourceCoarse and sourceFine functions from pressure gradient sensor and added unit test
The file was modified test/unit/pde/ArtificialViscosity/AVSensor_Source2D_Euler_btest.cpp
The file was modified src/pde/ArtificialViscosity/AVSensor_Source2D.h
Commit aec23154384a047c91db90f8d07b9cc251ab8539 by allmaras
added PyDict solve check option to UMFPACK; currently commented out actual check
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver_MatrixBlock_2x2_Instantiate.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver_MatrixBlock_4x4_Instantiate.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver_impl.h
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver.h
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver_backsolve.h
Commit ce24940c6c7342576d2a4e0fe557527f21f9040a by galbramc
Fixes for checking the UMFPACK solve
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver_backsolve.h
The file was modified src/LinearAlgebra/BlockLinAlg/VectorBlock_2.h
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver.h
The file was modified src/LinearAlgebra/BlockLinAlg/VectorBlock_4.h
The file was modified test/unit/LinearAlgebra/BlockLinAlg/VectorBlock_2_SparseVector_btest.cpp
The file was modified src/LinearAlgebra/DenseLinAlg/tools/dot.h
The file was modified test/unit/LinearAlgebra/BlockLinAlg/VectorBlock_2_DenseVector_btest.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver_MatrixBlock_3x3_Instantiate.cpp
The file was modified src/LinearAlgebra/BlockLinAlg/BlockLinAlg_Mul.h
The file was modified src/LinearAlgebra/BlockLinAlg/VectorBlock_3.h
The file was modified src/LinearAlgebra/SparseLinAlg/tools/dot.h
The file was modified src/LinearAlgebra/BlockLinAlg/tools/dot.h
Commit ff2bc9ececc4c8bbb588b48d2f6f261c11959a2e by blsc
Missed adding PDEEulermitAVDiffusion2D.h to the commit. This file has specialized versions of sourceCoarse and sourceFine for a param that is a H-tensor and distance function.
The file was modified src/pde/NS/PDEEulermitAVDiffusion2D.h
Commit e6ace97679705b0ae85b0879ee849feb78308b0c by shunz
add a wall term to dissipation relation of Nishida's closure, although it didn't affect things much
The file was modified src/pde/IBL/ThicknessesCoefficients3D_CorrelationClosure_impl.h
Commit 2a085e1ea5fad39c7651f13dd9e18fe5185d93d9 by shunz
add a test case of fx67-k-170 airfoil
The file was modified src/pde/IBL/PDEIBLSplitAmpLag2D.h
The file was addedtest/sandbox/Solve2D_Coupled4x4_IBL_fx67k170_toy.cpp
The file was modified test/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_torpedo_agrid45_toy.cpp
Commit 322fb329b5fdb7add0548239acc87c5823c67f2c by shunz
minor edit to output filenames at convergence failures
The file was modified test/sandbox/Solve2D_Coupled4x4_IBL_fx67k170_toy.cpp
Commit b60ffde551cd811e4d93cb5c3dffc1469999b2c5 by shunz
resolve merge conflict
The file was modified test/sandbox/Solve2D_Coupled4x4_IBL_fx67k170_toy.cpp
Commit 337efd6a3e180719ba120781fcad7b2fb69d4e37 by shunz
changed default flux of IBL to LF flux
The file was modified test/sandbox/Solve2D_Coupled4x4_IBL_fx67k170_toy.cpp
The file was modified src/pde/IBL/PDEIBLSplitAmpLag2D.h
Commit 53bc88715b28a3c02406423a2376d55b97a49996 by shunz
add a test case for drag polar
The file was addedtest/sandbox/Solve2D_Coupled4x4_IBL_fx67k170_drag_polar_toy.cpp
Commit 6c54de24984d598199a647d814faa2491b5624ac by shunz
ran drag polar cases
The file was modified test/sandbox/Solve2D_Coupled4x4_IBL_fx67k170_drag_polar_toy.cpp
Commit e2362fb6c3e06aa2d1ea4fa3d015bed26b5838ab by shunz
refactored reference speed in transition model
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/PDEIBLSplitAmpLag2D.h
The file was modified test/sandbox/Solve2D_Coupled4x4_IBL_fx67k170_toy.cpp
Commit 643d7d1915c965f67a423d7dfb3d9c66c9d52773 by shunz
typo fix
The file was modified test/sandbox/Solve2D_Coupled4x4_IBL_fx67k170_toy.cpp
Commit 305e729fe60a1ee00e80e7d4d0afe8179a85299a by shunz
rename working directory
The file was modified test/sandbox/Solve2D_Coupled4x4_IBL_fx67k170_toy.cpp
Commit f71fbc761abbd969b3874e1d1bcff5a40265c195 by shunz
refator characteristic speed for PTC
The file was modified src/pde/IBL/PDEIBLSplitAmpLag2D.h
Commit 4b9271828ab534a546513d0db0e86b9c6c49cfc5 by shunz
refator characteristic speed for PTC
The file was modified src/pde/IBL/PDEIBLSplitAmpLag2D.h
Commit ce40573f04f9a227da9874c2824ef5abf08ddcfe by hcarson
Add unit tests demonstrating that the step matrix calculation is stable to scaling
The file was modified test/unit/Meshing/Metric/MetricOps_btest.cpp
Commit fb1f0e56ebfcdc323f96e7f4b7c4555db6cc9365 by shunz
update pyrite files
The file was modified test/system/IO/AnalyticSolve/IBL3D_StagnationFlow_LamiBL_Triangle_nelem1d2_p3_Test.txt
The file was modified test/system/IO/AnalyticSolve/IBL3D_StagnationFlow_LamiBL_Triangle_nelem1d1_p2_Test.txt
The file was modified test/system/IO/AnalyticSolve/IBL3D_StagnationFlow_LamiBL_Triangle_nelem1d2_p1_Test.txt
The file was modified test/system/IO/AnalyticSolve/IBL3D_StagnationFlow_LamiBL_Triangle_nelem1d2_p4_Test.txt
The file was modified test/system/IO/AnalyticSolve/IBL3D_StagnationFlow_LamiBL_Triangle_nelem1d1_p0_Test.txt
The file was modified test/system/IO/AnalyticSolve/IBL3D_StagnationFlow_LamiBL_Triangle_nelem1d1_p3_Test.txt
The file was modified test/system/AnalyticSolve/AnalyticSolve_IBL3D_StagnationFlow_LamiBL_Triangle_btest.cpp
The file was modified test/system/IO/AnalyticSolve/IBL3D_StagnationFlow_LamiBL_Triangle_nelem1d1_p4_Test.txt
The file was modified test/system/IO/AnalyticSolve/IBL3D_StagnationFlow_LamiBL_Triangle_nelem1d2_p0_Test.txt
The file was modified test/system/IO/AnalyticSolve/IBL3D_StagnationFlow_LamiBL_Triangle_nelem1d2_p2_Test.txt
The file was modified test/system/IO/AnalyticSolve/IBL3D_StagnationFlow_LamiBL_Triangle_nelem1d1_p1_Test.txt
Commit 68f965bd9bcc33bccbb956cb7b9936774be36f95 by shunz
refactor 3D IBL closure API to allow for alternative closure models
The file was modified src/pde/IBL/ThicknessesCoefficients3D_CorrelationClosure_impl.h
The file was modified test/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_PointSource_stagnation_toy.cpp
Commit 5e617160cf62c31c6890ca4f69c3c2d5d0558112 by shunz
save 3D closure relations in a separate header
The file was addedsrc/pde/IBL/ClosureRelations_Nishida.h
The file was modified src/pde/IBL/ThicknessesCoefficients3D_CorrelationClosure_impl.h
Commit c1322d96c9c549f894399a24cdbbc056a4cc5667 by shunz
add neural net closure for 3D IBL
The file was modified src/pde/IBL/CMakeLists.txt
The file was removedsrc/pde/IBL/ClosureRelations_Nishida.h
The file was addedsrc/pde/IBL/ClosureRelations3D_Nishida.h
The file was addedsrc/pde/IBL/ClosureRelations3D_NeuralNet.cpp
The file was addedsrc/pde/IBL/ClosureRelations3D_NeuralNet.h
The file was modified src/pde/IBL/ThicknessesCoefficients3D_CorrelationClosure_impl.h
Commit 40c734fd21f5ca61421cbf6e37aed796b85ee91a by shunz
run drag polar on finer grids
The file was modified test/sandbox/Solve2D_Coupled4x4_IBL_fx67k170_drag_polar_toy.cpp
Commit 8f5605c7645287ae6e5017fcc67bbed4f408fa69 by shunz
switch to run on acdl desktop
The file was modified test/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_torpedo_agrid45_toy.cpp
Commit 54c9c64336d126a6cbc806f6a61077d21d089c8b by shunz
fix memory leak warning caused by accessing index -1
The file was modified src/PanelMethod/FunctionEvalQauxv_IBL_PiecewiseConstSourcePanel_FlatPlate3D.h
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxv_PiecewiseConstSourcePanel_FlatPlate3D.h
The file was modified test/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_torpedo_agrid45_toy.cpp
Commit 2461002f4fad59594f8d0f483d45686157d50478 by shunz
minor update
The file was modified test/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_torpedo_agrid45_toy.cpp
Commit 9ab7c422330a1f0ca9ed73c9f76cceb1c524198d by shunz
mucking with PETSc for IBL3
The file was modified test/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_torpedo_agrid45_toy.cpp
Commit 597f8971d09f15ebcc5cb8235a7cb02bc1f4bb66 by shunz
instantiate MKL_PARDISO solver for matrix block 3x3
The file was addedsrc/LinearAlgebra/SparseLinAlg/Direct/MKL_PARDISO/MKL_PARDISOSolver_MatrixBlock_3x3_Instantiate.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/CMakeLists.txt
The file was modified src/Discretization/JacobianParam.h
Commit 57c27f9d2e126e22d2df745d8dd137dde9778017 by shunz
tried MKL_PARDISO solver for IBL3
The file was modified test/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_torpedo_agrid45_toy.cpp
Commit 076d27112ae2a0072d3a8e5234cef656cc3d54ac by hcarson
Adding test that Explicitly calculating the step from the metric directly is not unstable. Cases in 2D and 3D, showing stability to an AR of 2^10 in 3D, and 2^64 in 2D.
The file was modified test/unit/Adaptation/MOESS/ReferenceStepMatrix_btest.cpp
The file was modified src/Adaptation/MOESS/MOESSParams.h
The file was modified src/Adaptation/MOESS/ErrorModel/ErrorModel_impl.h
Commit 62930bd9bae94b96301f101af2e6ce14f53cea03 by shunz
minor typo fix
The file was modified src/Field/Field_impl.h
The file was modified src/UserInterfaces/LIPSolver.cpp
Commit 01ec89a731549c5c27b004ea81b60d6cba1ac38e by shunz
fix formatting
The file was modified src/pde/IBL/ThicknessesCoefficients3D_CorrelationClosure_impl.h
The file was modified src/LinearAlgebra/AlgebraicEquationSetBase.h
Commit 43b002bc9e605a9e3bbbfb3b47b521a23efc070e by shunz
add mitLG BC for IBL3
The file was addedsrc/Discretization/Galerkin/IntegrandBoundaryTrace_mitLG_Galerkin_manifold_IBL3D.h
The file was modified src/pde/IBL/BCIBL3D.h
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGAdvective.h
The file was modified src/pde/NDConvert/BCNDConvertSpace3D.h
The file was modified test/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_torpedo_agrid45_toy.cpp
The file was modified src/pde/IBL/BCIBL3D.cpp
Commit 155c16e4273a43cdc946b91fcb725c89d2dbc75f by shunz
minor refactoring
The file was modified src/pde/IBL/ClosureRelations3D_Nishida.h
Commit 7eb2a489ac31c5c000659e8f2607241cf2282346 by shunz
switch to the same input parameters as DBL3
The file was modified test/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_torpedo_agrid45_toy.cpp
Commit 776bf6da78757846b75b772bdf5627eae13bb946 by shunz
add LF flux to IBL3
The file was modified src/pde/IBL/PDEIBL3D.h
Commit 32adfeff9ed455fbe6cd2cfdd62e2562b70bac0c by hcarson
Changes to ErrorModel to allow for the new exact nodal metric calculation
The file was modified src/Adaptation/MOESS/ErrorModel/ErrorModel_impl.h
The file was addedtest/unit/Adaptation/MOESS/AnisotropicStepCalculation_btest.cpp
The file was modified test/unit/Adaptation/MOESS/ErrorModel_btest.cpp
Commit 5989daf04a26f8eedbbfa583315ba813dc45644c by hcarson
Changes to ErrorModel to allow for the new exact nodal metric calculation
The file was modified test/unit/Adaptation/MOESS/ErrorModel_btest.cpp
The file was modified src/Adaptation/MOESS/ErrorModel/ErrorModel_impl.h
The file was addedtest/unit/Adaptation/MOESS/AnisotropicStepCalculation_btest.cpp
Commit be00d3c2da3ccb0ee0d3f03a8df9c6deae186c46 by hcarson
pre merge add.... wth?
The file was addedtest/sandbox/Solve3D_VMSDBR2_NavierStokes_DeltaWing_toy.cpp
Commit a604a2a496052a298099fe4fb9bddcb43b985167 by shunz
add Dirichlet mitLG inflow BC to a Blasius flow test case
The file was modified test/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_torpedo_agrid45_toy.cpp
The file was modified test/sandbox/Solve3D_Uncoupled_IBL_FlatPlate_Blasius_toy.cpp
Commit 0d9a670cfa469b922cf50ab651faeb2791146896 by hcarson
Jenkins fix
The file was modified test/unit/Adaptation/MOESS/ErrorModel_btest.cpp
Commit 3ab2ac3c5389d5ba7ccd566d6451ed40b6337b99 by hcarson
reverting to the develop branch of ErrorModel
The file was modified src/Adaptation/MOESS/ErrorModel/ErrorModel_impl.h
The file was modified test/unit/Adaptation/MOESS/ErrorModel_btest.cpp
Commit f6c535c3eba7585d22e68d39d14584e6c81e1996 by hcarson
fixes to case
The file was modified test/sandbox/Solve3D_VMSDBR2_NavierStokes_DeltaWing_toy.cpp
Commit 17d4e340636060313c838e217b511f7ae3b470a1 by hcarson
fixes to case
The file was modified test/sandbox/Solve3D_VMSDBR2_NavierStokes_DeltaWing_toy.cpp
Commit 93d6c47951e731cb3879b35cba15adae8fd3b3cd by shunz
intermediate commit: added 4-equation neural net closure model.  working on 4-equation IBL3D pde class
The file was addedsrc/pde/IBL/ClosureRelationsFourEqn3D_NeuralNet.h
The file was modified src/pde/IBL/IBL_Traits.h
The file was modified src/pde/IBL/VarInterpret3D.h
The file was modified src/pde/IBL/CMakeLists.txt
The file was modified src/pde/IBL/ThicknessesCoefficients3D.h
The file was modified src/pde/IBL/IBLVarDataType3D.h
The file was addedsrc/pde/IBL/ClosureRelationsFourEqn3D_NeuralNet.cpp
The file was addedsrc/pde/IBL/ThicknessesCoefficients3D_CorrelationClosureFourEqn_impl.h
The file was addedsrc/pde/IBL/PDEIBL3D_FourEqn.h
Commit 3808fea2ff5dceecf2e958f924554e5652ed1116 by shunz
remove extraneous tamplate keyword
The file was modified src/pde/IBL/PDEIBL3D_FourEqn.h
Commit c108989b0d7b7ce70d807ed9fab0ce296461d7ac by hcarson
Various changes for arthur: Commented the adjoint_wo_p things from SolverInterface_VMSD_BR2, reducing the memory reqs. Made the Deltawing adapts more uniform and fit with the plan. Added the Solve case for the VMSD delta wing.
The file was modified src/Adaptation/MOESS/SolverInterface_VMSD_BR2.h
The file was modified test/sandbox/Adapt3D_VMSDBR2_NavierStokes_DeltaWing_Chain_toy.cpp
The file was modified test/sandbox/Solve3D_VMSDBR2_NavierStokes_DeltaWing_toy.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_NavierStokes_DeltaWing_Chain_toy.cpp
The file was modified test/sandbox/Adapt3D_Galerkin_Stabilized_AD_TripleBoundaryLayer_toy.cpp
Commit ba6df4e094d82767dae5c9dc5bb99348ec639877 by shunz
added soruce terms for the lateral curvature equation of IBL3
The file was modified src/pde/NDConvert/PDENDConvertSpace3D.h
The file was modified src/pde/IBL/PDEIBL3D_FourEqn.h
Commit 12d129249a3f2b9abf6c566fba6f379daa9554f1 by shunz
removed re-definition
The file was modified src/pde/IBL/PDEIBL3D_FourEqn.h
Commit e25de194280f8838763d98fc2e50c9669310edb6 by shunz
refactored and added PDE and BC for four-equation 3D IBL class.  added a starting point for torpedo case
The file was modified src/pde/IBL/PDEIBL3D.h
The file was addedtest/sandbox/Solve3D_Coupled3x3_IBLFourEqn_FlatPlate_torpedo_agrid45_toy.cpp
The file was modified src/pde/IBL/IBL_Traits.h
The file was modified test/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_torpedo_agrid45_toy.cpp
The file was modified src/pde/IBL/PDEIBL3D.cpp
The file was addedsrc/pde/IBL/PDEIBLFourEqn3D.h
The file was modified src/pde/IBL/BCIBL3D.h
The file was modified src/pde/IBL/BCIBL3D.cpp
The file was removedsrc/pde/IBL/PDEIBL3D_FourEqn.h
Commit 80aa0aba110664989ef335f092c27954036454ed by shunz
separated classes of 3D IBL and IBLFourEqn
The file was modified src/pde/IBL/BCIBL3D.h
The file was modified test/sandbox/Solve3D_Coupled3x3_IBLFourEqn_FlatPlate_torpedo_agrid45_toy.cpp
The file was modified src/pde/IBL/ElementProjectionOutputIBL3D.h
Commit 48b5bfa5678f2deadfffff521d12cb18d9908abb by shunz
generalized templates in IBL3-related integrands
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_manifold_IBL3D.h
The file was modified src/pde/IBL/PDEIBLFourEqn3D.h
The file was modified src/Discretization/Galerkin/IntegrandInteriorTrace_Galerkin_manifold_IBL3D.h
The file was modified src/Discretization/Galerkin/IntegrandBoundaryTrace_Flux_mitState_Galerkin_manifold_IBL3D.h
The file was modified src/Discretization/Galerkin/IntegrandBoundaryTrace_None_Galerkin_manifold_IBL3D.h
Commit b2bdb87650fe439a31b7e14ce0ddfc2f6644d64c by shunz
added instantiations for four-equation 3D IBL
The file was modified src/Field/FieldLinesearch/FieldLinesearch_Area_Instantiate.cpp
The file was addedsrc/pde/IBL/ThicknessesCoefficients3D_CorrelationClosureFourEqn.cpp
The file was modified src/Field/output_Tecplot/output_Tecplot_FieldArea.cpp
The file was modified src/pde/IBL/ThicknessesCoefficients3D.h
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/MKL_PARDISO/MKL_PARDISOSolver_MatrixBlock_3x3_Instantiate.cpp
The file was modified src/NonLinearSolver/NewtonSolver_MatrixBlock_3x3_Instantiate.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixBlock_3x3_Instantiate.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/ScalarMatrix_CRS_int.cpp
The file was modified src/NonLinearSolver/LineUpdate/HalvingSearchLineUpdate_MatrixBlock_3x3_Instantiate.cpp
The file was modified src/pde/IBL/CMakeLists.txt
The file was modified src/LinearAlgebra/SparseLinAlg/Krylov/FGMRES_MatrixBlock_3x3_Instantiate.cpp
The file was modified src/Field/FieldArea_DG_BoundaryTrace_Instantiate_3D.cpp
The file was modified src/LinearAlgebra/DenseLinAlg/StaticSize/MatMul/MatrixS_MatMul_Native_Surreal_Instantiate.cpp
The file was modified src/Field/FieldArea_Instantiate_3D.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver_MatrixBlock_3x3_Instantiate.cpp
The file was modified src/Field/FieldArea_DG_Cell_Instantiate_3D.cpp
Commit 1d09d6571745ab932004b3e9217889a7e25840ae by shunz
fixed instantiation typo
The file was modified test/sandbox/Solve3D_Coupled3x3_IBLFourEqn_FlatPlate_torpedo_agrid45_toy.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/MKL_PARDISO/MKL_PARDISOSolver_MatrixBlock_3x3_Instantiate.cpp
Commit 0400c45b1d297e84d52e6e0b6042e5506495398a by shunz
turned on verbose linesearch printout
The file was modified test/sandbox/Solve3D_Coupled3x3_IBLFourEqn_FlatPlate_torpedo_agrid45_toy.cpp
The file was modified src/pde/IBL/ThicknessesCoefficients3D_CorrelationClosureFourEqn_impl.h
Commit 454538c3e59c2e90f4b7fa87da525f77c5d2c335 by shunz
added a visous-only Blasius case for 4-equation 3D IBL.  added a missing include
The file was modified src/pde/IBL/PDEIBLFourEqn3D.h
The file was addedtest/sandbox/Solve3D_Uncoupled_IBLFourEqn_FlatPlate_Blasius_toy.cpp
Commit 56606daf1be0d0e3bf0195611eb55d006238d72e by shunz
refactored reference coordinate gradient for speedup.  add/edit comments for clarity
The file was modified test/unit/Field/Element/ElementXFieldAreaBase_Triangle_btest.cpp
The file was modified src/Field/Element/ElementXFieldArea_Instantiate_3D.cpp
Commit f8cfafeb2af182cabbca7ca4bd57a5c28921633f by shunz
typo fix: gradqe*E_qesq.  minor edits
The file was modified src/pde/IBL/PDEIBLFourEqn3D.h
Commit 028288593f69a697b85d514987f2ce1b2427eafb by shunz
turned off printout in unit testing
The file was modified test/unit/Field/Element/ElementXFieldAreaBase_Triangle_btest.cpp
Commit cf00a132cadcd5ca0c38585987195b39898ea745 by shunz
cosmetic changes
The file was modified src/pde/IBL/ThicknessesCoefficients3D_CorrelationClosureFourEqn_impl.h
The file was modified src/pde/IBL/ClosureRelationsFourEqn3D_NeuralNet.h
Commit 8257fefa62aac65d860f70f032da8340da182867 by shunz
refactored neural net closure models: H22, Hd1, Hc2
The file was modified src/pde/IBL/ClosureRelations3D_NeuralNet.h
The file was modified src/pde/IBL/ClosureRelationsFourEqn3D_NeuralNet.h
Commit cbece85e19630d5aa23b1dc7f34ee9b0e5474fb2 by shunz
added output for four-equation 3D IBL
The file was modified src/Field/FieldArea_DG_Cell_Instantiate_3D.cpp
The file was modified src/Field/FieldArea_Instantiate_3D.cpp
The file was modified src/LinearAlgebra/DenseLinAlg/DynamicSize/MatMul/MatMul_Native_Real.cpp
The file was modified src/pde/IBL/ElementProjectionOutputIBL3D.h
The file was modified src/Field/output_Tecplot/output_Tecplot_FieldArea.cpp
The file was modified src/LinearAlgebra/DenseLinAlg/DynamicSize/MatrixD_InverseLU_Real_Instantiate.cpp
Commit 0ccc173dba5b80979508fdc5f4417f3ab0d2a8c7 by ksabo
unit tests and associated modifications
The file was addedsrc/pde/TCNE/TCNEChemistryDataImport.cpp
The file was modified src/pde/TCNE/TCNEGasModel_Perfect.cpp
The file was modified src/pde/TCNE/TCNEChemistryModels.h
The file was modified src/pde/TCNE/CMakeLists.txt
The file was addedtest/unit/pde/TCNE/TCNEChemistryModels_btest.cpp
The file was modified src/pde/TCNE/TraitsTCNEEuler.h
The file was modified src/pde/TCNE/TCNEGasModel_CurveFit.h
The file was modified test/unit/pde/TCNE/BCTCNEEuler1D_btest.cpp
The file was modified src/pde/TCNE/BCTCNEEuler1D.cpp
The file was addedsrc/pde/TCNE/TCNEChemistryDataImport.h
The file was modified src/pde/TCNE/Q1DTCNEConservative.cpp
The file was modified src/pde/TCNE/TCNEGasModel_StatMech.cpp
The file was modified src/pde/TCNE/TCNEChemistryModels.cpp
The file was removedtest/unit/pde/TCNE/Q1DConservative_btest.cpp
The file was modified test/unit/pde/TCNE/PDETCNEEuler1D_btest.cpp
The file was modified src/pde/TCNE/Q1DTCNEConservative.h
The file was modified src/pde/TCNE/TCNEGasModel_StatMech.h
The file was addedtest/unit/pde/TCNE/Q1DConservative_btest_smtemp.cpp
The file was modified src/pde/TCNE/PDETCNEEuler1D.h
The file was addedtest/unit/pde/TCNE/TCNEGasModel_StatMech_btest.cpp
The file was addedtest/unit/pde/TCNE/Q1DConservative_btest_tempname.cpp
The file was addedtest/unit/pde/TCNE/TCNEChemistryDataImport_btest.cpp
Commit 02cd16526cd0ae14c14df67caddeeba93ec3929a by shunz
fixed auxi equation (wall transpiration): previous mass flux missed crossflow component
The file was modified src/PanelMethod/ProjectToQauxi_IBL3D.h
Commit 453d950547e999f8427c3162f241f7b856bf0c1d by shunz
previous fix to wall transpiration (auxi equation) didn't fix.  it is now fixed.  added unit test
The file was modified src/PanelMethod/ProjectToQauxi_IBL3D.h
The file was addedtest/unit/PanelMethod/ProjectToQauxi_IBL3D_btest.cpp
Commit a662ef0cec6d80d569e1c18f94253be62c01a938 by shunz
minor tweak
The file was modified src/pde/IBL/PDEIBLFourEqn3D.h
The file was removedtest/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_PointSource_stagnation_toy.cpp
The file was modified test/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_torpedo_agrid45_toy.cpp
The file was modified test/sandbox/Solve3D_Coupled3x3_IBLFourEqn_FlatPlate_torpedo_agrid45_toy.cpp
The file was addedtest/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_RadialStagnationFlow_toy.cpp
Commit 0a23fbfcd8cb3af2a67d482ede51be4729457273 by shunz
minor cleanup
The file was modified src/pde/IBL/PDEIBLFourEqn3D.h
The file was modified test/sandbox/Solve3D_Coupled3x3_IBLFourEqn_FlatPlate_torpedo_agrid45_toy.cpp
The file was modified test/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_torpedo_agrid45_toy.cpp
The file was modified src/pde/IBL/PDEIBL3D.h
Commit 4a248391914c283ff8592a3eae3ce62ce091f06a by shunz
add velocity gradient output to IBL
The file was modified src/LinearAlgebra/DenseLinAlg/DynamicSize/MatMul/MatMul_Native_Real.cpp
The file was modified src/Field/FieldArea_DG_Cell_Instantiate_3D.cpp
The file was modified src/Field/FieldArea_Instantiate_3D.cpp
The file was modified src/LinearAlgebra/DenseLinAlg/DynamicSize/MatrixD_InverseLU_Real_Instantiate.cpp
The file was modified src/pde/IBL/ElementProjectionOutputIBL3D.h
The file was modified src/Field/output_Tecplot/output_Tecplot_FieldArea.cpp
Commit f936fcc16dd0896332c28c0e9867111cbce95eb2 by shunz
add instantiation
The file was modified src/LinearAlgebra/DenseLinAlg/StaticSize/MatMul/MatrixS_MatMul_Native_Surreal_Instantiate.cpp
Commit a738dbdc2413fdef35e40ed9ff9e8284c2f41153 by shunz
added IBL3 closure relations in the form of analytic formulae
The file was modified test/sandbox/Solve3D_Coupled3x3_IBLFourEqn_FlatPlate_torpedo_agrid45_toy.cpp
The file was modified src/pde/IBL/ClosureRelationsFourEqn3D_NeuralNet.h
The file was modified test/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_torpedo_agrid45_toy.cpp
The file was modified src/pde/IBL/ClosureRelations3D_NeuralNet.h
Commit 86ff8fa0b7c5cc709e3167bf8d5d0296749a0e36 by ksabo
tested something with git (still learning this thing)
The file was addedtest/unit/pde/TCNE/Q1DConservative_btest.cpp
Commit ed5495dc7b873be21af767c62ae9d9471e526ce8 by ksabo
salt deposit #1 (updated files I accidentally erased...)
The file was modified src/pde/TCNE/TCNEGasModel_StatMech.h
The file was modified test/unit/pde/TCNE/TCNEGasModel_StatMech_btest.cpp
The file was modified src/pde/TCNE/TCNEChemistryModels.h
The file was modified src/pde/TCNE/Q1DTCNEConservative.h
The file was modified test/unit/pde/TCNE/TCNEChemistryModels_btest.cpp
Commit 04a32050228204c4b07c72b3cd36f2b8baec748d by shunz
refactored neural net closure implementation
The file was addedsrc/pde/IBL/NeuralNet_tools.h
The file was modified src/pde/IBL/ClosureRelations3D_NeuralNet.h
The file was modified src/pde/IBL/ClosureRelationsFourEqn3D_NeuralNet.h
Commit 92b08a47d33437001f4930681149719aec171297 by ksabo
recoded jacobianMasterState method, still need to test it
The file was modified test/unit/pde/TCNE/Q1DConservative_btest.cpp
The file was modified src/pde/TCNE/PDETCNEEuler1D.h
The file was modified src/pde/TCNE/Q1DTCNEConservative.h
Commit c90cf5d47d5e234bd9018d03ff36752222494b71 by shunz
added a set of IBL3 closure models based on analytic formulae
The file was addedsrc/pde/IBL/ClosureRelationsFourEqn3D_CurveFit.h
The file was modified src/pde/IBL/ThicknessesCoefficients3D_CorrelationClosureFourEqn_impl.h
The file was modified src/PanelMethod/PiecewiseConstSourcePanel_FlatPlate3D.h
Commit 11c263632ec4f89ef480c4a26b830f616f6431e1 by shunz
restored four-equation neural net closure to its original working state
The file was modified src/pde/IBL/ThicknessesCoefficients3D_CorrelationClosureFourEqn_impl.h
The file was modified test/sandbox/Solve3D_Coupled3x3_IBLFourEqn_FlatPlate_torpedo_agrid45_toy.cpp
The file was modified src/pde/IBL/ClosureRelationsFourEqn3D_CurveFit.h
The file was modified src/pde/IBL/ClosureRelationsFourEqn3D_NeuralNet.h
Commit ad791194a60cceb7719ba0df0dbf09903b66953c by shunz
switch to using 4-equation IBL3 closure based on analytic formulae.  results are similar or slightly better than neural net closure
The file was modified test/sandbox/Solve3D_Coupled3x3_IBLFourEqn_FlatPlate_torpedo_agrid45_toy.cpp
The file was modified src/pde/IBL/ThicknessesCoefficients3D_CorrelationClosureFourEqn_impl.h
The file was modified src/pde/IBL/ClosureRelationsFourEqn3D_CurveFit.h
Commit 03996c93a0bc06cf932859130f264d1cd7feb3ce by shunz
fixed a typo (which fortunately wasn't used yet).  added exception throws
The file was modified src/pde/IBL/ThicknessesCoefficients3D_CorrelationClosureFourEqn_impl.h
The file was modified src/pde/IBL/PDEIBLFourEqn3D.h
Commit 8b85af7bd1d1f654e4886dd664ddd5cff302b972 by shunz
fixed include filename
The file was modified src/pde/IBL/ClosureRelationsFourEqn3D_CurveFit.h
Commit 1abf1da99c30a18fdd507aab0ca287bf3073ba88 by shunz
removed redundant exceptions
The file was modified src/pde/IBL/ThicknessesCoefficients3D_CorrelationClosureFourEqn_impl.h
Commit 5ef91f9716f2a42d3c89d4fd8aeaa6b1aaa2d729 by ksabo
Q1DConservative for TCNE is functionally completed (only needs aesthetic changes at this point)
The file was modified src/pde/TCNE/Q1DTCNEConservative.h
The file was modified test/unit/pde/TCNE/Q1DConservative_btest.cpp
Commit 95cba94c9cbe2f9d8e3e062502472eebb1b3645d by shunz
refactored four-eqn IBL3 curve-fit closure
The file was modified src/pde/IBL/ClosureRelationsFourEqn3D_CurveFit.h
Commit d9d3966bef0bc9ecd4303e4f67d1548458d21502 by shunz
conformed to vera check: should not use "using namespace" in header files
The file was modified src/pde/IBL/ClosureRelationsFourEqn3D_NeuralNet.h
The file was modified src/pde/IBL/ClosureRelations3D_NeuralNet.h
Commit 7af63e1df19632e7baea4f4c142abbb4efb5b1cc by shunz
fixed unit tests for after API refactoring
The file was modified test/unit/pde/IBL/SetIBLoutputCellGroup_btest.cpp
Commit 1fd6ffaecd0aeea51ba4e77b7abf323b102e9062 by shunz
fixed unit tests for the  previous API refactoring
The file was modified test/unit/UnitGrids/XField3D_Sheet_Triangle_X1_btest.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBL_Triangle_btest.cpp
The file was modified test/sandbox/Solve3D_Uncoupled_IBL_FlatPlate_Blasius_toy.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBL_Quad_btest.cpp
Commit 0dbd225b281b0f272c0e0fbed9ef2f2d780fdb70 by shunz
fixed ping tests: finite difference step size
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBL_Triangle_btest.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBL_Quad_btest.cpp
Commit 25ede71516f63a70a7885e6d8a71fe791b597260 by shunz
added ping test for four-eqn IBL3
The file was modified src/LinearAlgebra/DenseLinAlg/StaticSize/MatMul/MatrixS_MatMul_Native_Real_Instantiate.cpp
The file was addedtest/unit/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBLFourEqn_Quad_btest.cpp
The file was modified src/pde/IBL/PDEIBLFourEqn3D.h
Commit e5d61072a1a168711066996ee07bcd82b6444364 by shunz
added Blasius flow test case for four-eqn IBL3D. some cleanup
The file was addedtest/system/IO/AnalyticSolve/IBLFourEqn3D_StagnationFlow_LamiBL_Triangle_nelem1d1_p1_Test.txt
The file was addedtest/system/IO/AnalyticSolve/IBLFourEqn3D_StagnationFlow_LamiBL_Triangle_nelem1d2_p3_Test.txt
The file was addedtest/system/AnalyticSolve/AnalyticSolve3D_IBLFourEqn_StagnationFlow_LamiBL_Triangle_btest.cpp
The file was addedtest/system/IO/AnalyticSolve/IBLFourEqn3D_StagnationFlow_LamiBL_Triangle_nelem1d1_p0_Test.txt
The file was addedtest/system/IO/AnalyticSolve/IBLFourEqn3D_StagnationFlow_LamiBL_Triangle_nelem1d2_p1_Test.txt
The file was addedtest/system/IO/AnalyticSolve/IBLFourEqn3D_StagnationFlow_LamiBL_Triangle_nelem1d1_p3_Test.txt
The file was addedtest/system/IO/AnalyticSolve/IBLFourEqn3D_StagnationFlow_LamiBL_Triangle_nelem1d2_p4_Test.txt
The file was modified src/pde/IBL/BCIBL3D.cpp
The file was addedtest/system/IO/AnalyticSolve/IBLFourEqn3D_StagnationFlow_LamiBL_Triangle_nelem1d2_p0_Test.txt
The file was addedtest/system/IO/AnalyticSolve/IBLFourEqn3D_StagnationFlow_LamiBL_Triangle_nelem1d2_p2_Test.txt
The file was modified test/system/AnalyticSolve/AnalyticSolve_IBL3D_StagnationFlow_LamiBL_Triangle_btest.cpp
The file was addedtest/system/IO/AnalyticSolve/IBLFourEqn3D_StagnationFlow_LamiBL_Triangle_nelem1d1_p2_Test.txt
The file was removedtest/sandbox/AnalyticSolve3D_DGAdvective_IBL_StagnationFlow_Quasi2D_toy.cpp
The file was addedtest/system/IO/AnalyticSolve/IBLFourEqn3D_StagnationFlow_LamiBL_Triangle_nelem1d1_p4_Test.txt
Commit d1c3518e3723ca3a2ef7de2a636dea6a9ed27ac7 by shunz
added include
The file was modified src/pde/IBL/QauxvInterpret3D.h
Commit a10098d8a36b4fcee00ec4f5b2551aa14de0eaa8 by shunz
added includes
The file was modified src/pde/IBL/ClosureRelations3D_NeuralNet.h
The file was modified src/pde/IBL/ClosureRelationsFourEqn3D_NeuralNet.h
Commit 737467d0e1b6c73b0e2454ad6ca07bb47fc395b6 by shunz
checked four-eqn IBL3D on Blasius case and stagnation radial flow
The file was modified test/sandbox/Solve3D_Uncoupled_IBLFourEqn_FlatPlate_Blasius_toy.cpp
Commit b23c56a4ba0538332767830f8b905881b0fc4924 by shunz
added a stagnation flow toy case.  mucked with IBL3 for torpedo case
The file was modified test/sandbox/Solve3D_Coupled3x3_IBLFourEqn_FlatPlate_torpedo_agrid45_toy.cpp
The file was modified test/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_torpedo_agrid45_toy.cpp
The file was addedtest/sandbox/Solve3D_Uncoupled_IBLFourEqn_FlatPlate_StagnationRadial_toy.cpp
Commit e0feb7f1ae6236cc66cc14a6ae2e938a173c18f5 by shunz
fixed toy case to keep up with API refactoring
The file was modified test/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_torpedo_agrid0_toy.cpp
Commit 1442d45087688aae89bb195e7561b039cd721444 by shunz
added missing include related to MPI
The file was modified src/Field/FieldArea_Instantiate_3D.cpp
Commit ed7fdd94ac0b0ff147dc8bb5378da6396630f90e by shunz
suppresed file dump in system test
The file was modified test/system/AnalyticSolve/AnalyticSolve3D_IBLFourEqn_StagnationFlow_LamiBL_Triangle_btest.cpp
Commit d38321301d905f77ef5d608493674f886a51e3c9 by shunz
added assertions
The file was modified src/pde/IBL/ElementProjectionOutputIBL3D.h
Commit b3f50c32bbf7c4026952d12d8bf8c2abe4b826df by shunz
add some derivates to the IBL3 output
The file was modified src/Field/FieldArea_Instantiate_3D.cpp
The file was modified src/Field/output_Tecplot/output_Tecplot_FieldArea.cpp
The file was modified src/LinearAlgebra/DenseLinAlg/DynamicSize/MatMul/MatMul_Native_Real.cpp
The file was modified src/Field/FieldArea_DG_Cell_Instantiate_3D.cpp
The file was modified src/pde/IBL/ElementProjectionOutputIBL3D.h
The file was modified src/LinearAlgebra/DenseLinAlg/DynamicSize/MatrixD_InverseLU_Real_Instantiate.cpp
Commit ddbf2beaba894ce3c3f3a2c5161ebbb20cd41371 by shunz
relaxed pyrite tolerance
The file was modified test/system/AnalyticSolve/AnalyticSolve3D_IBLFourEqn_StagnationFlow_LamiBL_Triangle_btest.cpp
Commit 460a6c7bc652f4aa80f6c299c5462e5165630ae0 by shunz
relaxed pyrite tolerance for intel compiler.  speed up ping test to avoid time-out
The file was modified test/system/AnalyticSolve/AnalyticSolve3D_IBLFourEqn_StagnationFlow_LamiBL_Triangle_btest.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBL_Triangle_btest.cpp
Commit ff27e621f1738850a69eeeba1e2c5ef6c1307a12 by shunz
renamed output
The file was modified src/pde/IBL/ElementProjectionOutputIBL3D.h
Commit f7fc332fe8b0fb82edf38240798cb8a877c42cd7 by shunz
added and refactored IBL3 output
The file was modified src/Field/FieldArea_DG_Cell_Instantiate_3D.cpp
The file was modified src/Field/output_Tecplot/output_Tecplot_FieldArea.cpp
The file was modified src/LinearAlgebra/DenseLinAlg/DynamicSize/MatMul/MatMul_Native_Real.cpp
The file was modified src/pde/IBL/ElementProjectionOutputIBL3D.h
The file was modified src/Field/FieldArea_Instantiate_3D.cpp
The file was modified src/LinearAlgebra/DenseLinAlg/DynamicSize/MatrixD_InverseLU_Real_Instantiate.cpp
Commit 4afb4c86a9883cd23996e11d2955fe8f5f68b859 by allmaras
make verbose_ if-tests consistent throughout
The file was modified src/NonLinearSolver/LineUpdate/HalvingSearchLineUpdate_impl.h
Commit e8fec810117dcebf3b1d54874472886529585620 by allmaras
fixed screen dump for checkSolve_ when residuals above tolerance
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver_backsolve.h
Commit 4b2f1682bf9996605b680be5a6b8db7657692343 by allmaras
added option to dump solution at each Newton iteration
The file was modified src/NonLinearSolver/NewtonSolver_impl.h
The file was modified src/NonLinearSolver/NewtonSolver.h
The file was modified src/NonLinearSolver/NewtonSolverParams.cpp
Commit 66e8ad1c823fc4755e228c6f407fbac5709b2cc3 by allmaras
added pressure gradient for space-time
The file was modified test/unit/pde/PorousMedia/Q2DPrimitive_pnSw_btest.cpp
The file was modified src/pde/PorousMedia/Q2DPrimitive_LogpnSw.h
The file was modified src/pde/PorousMedia/Q2DPrimitive_pnSw.h
The file was modified test/unit/pde/PorousMedia/Q2DPrimitive_LogpnSw_btest.cpp
Commit 0b5a10fc96e4ab5308c29c99daabb26759b39c8a by allmaras
added instantiations, etc, needed for log(p) variables with look-up porosity/permeability tables
The file was modified src/pde/PorousMedia/BCTwoPhase2D.cpp
The file was addedsrc/ErrorEstimate/DG/Instantiate/ErrorEstimate_DGBR2_ArtificialViscosity_TwoPhase2D_LogpnSw.cpp
The file was modified src/pde/PorousMedia/BCTwoPhaseArtificialViscosity2D.cpp
The file was modified src/ErrorEstimate/CMakeLists.txt
The file was addedsrc/Discretization/DG/DGBR2_Instantiate/AlgebraicEquationSet_DGBR2_ArtificialViscosity_TwoPhase2D_LogpnSw.cpp
The file was modified src/Discretization/CMakeLists.txt
Commit 39e007bba1825c4c3d67662156ee41e0c4d97a4e by allmaras
added grid-Laplacian artificial viscosity for pressure; currently hard-coded diffusion coefficient
The file was modified src/pde/PorousMedia/PDETwoPhase_ArtificialViscosity2D.h
Commit 85d6e69797a7241da76a9e40a1820aae6cdb9166 by shunz
trying to fix gnu9 compiler warning
The file was modified src/LinearAlgebra/BlockLinAlg/MatrixBlock_4x4.h
The file was modified src/LinearAlgebra/BlockLinAlg/MatrixBlock_3x3.h
Commit 17cb3f428f7adc3a21445327ffcd75f58b11312d by allmaras
added "#include <utilities>" for std::move; added unit test for VectorBlock_3
The file was modified src/LinearAlgebra/BlockLinAlg/VectorBlock_3.h
The file was modified src/LinearAlgebra/BlockLinAlg/VectorBlock_2.h
The file was modified src/LinearAlgebra/BlockLinAlg/VectorBlock_4.h
The file was addedtest/unit/LinearAlgebra/BlockLinAlg/VectorBlock_3_DenseVector_btest.cpp
Commit 3a43b39f612558d55cecbf5881c1eb7b8f253572 by allmaras
fixed vera line-length squawk
The file was modified src/Discretization/DG/DGBR2_Instantiate/AlgebraicEquationSet_DGBR2_ArtificialViscosity_TwoPhase2D_LogpnSw.cpp
Commit 87eb72e21ad611238f1ee5afe0b5d8742615d99e by allmaras
fixed vera line-length squawk
The file was modified src/ErrorEstimate/DG/Instantiate/ErrorEstimate_DGBR2_ArtificialViscosity_TwoPhase2D_LogpnSw.cpp
Commit 42cf663eb98d93028ca84d22ca9110989ac28047 by allmaras
fixed vera line-length squawk
The file was modified src/pde/PorousMedia/BCTwoPhaseArtificialViscosity2D.cpp
Commit 5e843179d377568d19a950dd42fbc9cc53a5cc78 by shunz
add a new curve fit model based on low-dissipative DBL3 data
The file was addedsrc/pde/IBL/ClosureRelationsFourEqn3D_CurveFit_hack.h
The file was modified src/pde/IBL/ClosureRelationsFourEqn3D_CurveFit.h
The file was modified src/pde/IBL/PDEIBLFourEqn3D.h
The file was modified src/pde/IBL/ThicknessesCoefficients3D_CorrelationClosureFourEqn_impl.h
Commit 7bd1ca4bd5c452a7f022810a94a8cbe9a87e5b90 by shunz
allow for uncoupled/viscou-only IBL3 solution by tweaking the panel method
The file was modified src/PanelMethod/PiecewiseConstSourcePanel_FlatPlate3D.h
Commit 772eab8a9a55750da7211d2597c5470c15866b8d by allmaras
fixed VectorBlock_3 unit test; made ::m() and ::n() static, so 2, 3, and 4 are all consistent
The file was modified src/LinearAlgebra/BlockLinAlg/VectorBlock_2.h
The file was modified test/unit/LinearAlgebra/BlockLinAlg/VectorBlock_3_DenseVector_btest.cpp
The file was modified src/LinearAlgebra/BlockLinAlg/VectorBlock_3.h
Commit 83f36751186372ef15e9e3d3baa2df84b0a1c209 by shunz
forgot to save changes in the last commit...
The file was modified src/PanelMethod/PiecewiseConstSourcePanel_FlatPlate3D.h
Commit 69f0d48b50e775f0b70fe57d50743813f1ad4af4 by shunz
relaxed Jenkins timeout threshold for some large ping tests
The file was modified test/unit/Discretization/Block/CMakeLists.txt
The file was modified test/unit/UnitGrids/XField3D_Sheet_Quad_X1.h
Commit 5afa127220bca9a221bedc1cfb873479b2c17141 by shunz
minor tweak
The file was modified src/pde/IBL/PDEIBL3D.h
Commit c40aa914597616e4ce87cb2f41585e173a59a561 by shunz
speed up ping test by turning off some redundant sub-block checks
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBL_Quad_btest.cpp
Commit 28b2d797ab6f6153f22ef1a46ec4960e8d0065df by shunz
fix cppcheck error
The file was modified src/LinearAlgebra/SparseLinAlg/Preconditioners/LU_SGS.h
Commit 2edf6e1dd6b5817eeddc5f22827e76c294ff6c18 by shunz
speed up ping test by turning off tests on some sub-blocks of the jacobian
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBLFourEqn_Quad_btest.cpp
Commit 4110545d2312073a37861fb34bcbe93e282f9cc7 by allmaras
added directory creation for output files
The file was modified test/sandbox/Solve3D_Potential_Adjoint_toy.cpp
Commit 327636cb07dd1d883d865e0f01376dc84479dde9 by galbramc
Don't use python2 with jenkins
The file was modified scripts/jenkins/SANS_Depend.sh
The file was modified scripts/jenkins/cmake_jenkins.sh
Commit 748addcba6c693a40ab88587314312f9f106ccdd by allmaras
removed old version of adjoint-compatible potential solver for Hershey wing
The file was removedtest/sandbox/Solve3D_Potential_Adjoint_toy.cpp
Commit 293b0906370c77f238bfeb47cecb9cee1c127508 by allmaras
temporarily disabled tests involving artificial viscosity fluxes if USE_PRESSURE_AV defined
The file was modified test/unit/pde/PorousMedia/PDETwoPhase_ArtificialViscosity2D_btest.cpp
Commit 891b7a3fc29b3feebea58203ad2c9512e3ee5439 by allmaras
make VectorBlock test-suite names unique (so make unit_build works)
The file was modified test/unit/LinearAlgebra/BlockLinAlg/VectorBlock_4_btest.cpp
The file was modified test/unit/LinearAlgebra/BlockLinAlg/VectorBlock_3_DenseVector_btest.cpp
The file was modified test/unit/LinearAlgebra/BlockLinAlg/VectorBlock_2_DenseVector_btest.cpp
Commit 43a40ba6291bfaaa0be74c8e382311f40fcf8bef by allmaras
added unit tests for circulation integrations
The file was addedtest/unit/pde/FullPotential/LinearizedIncompressiblePotential3D_Circulation_btest.cpp
Commit 790ec96eab331e7918a5b7f40f094ed1ffc26afe by allmaras
added circulation integrations for lift & roll as functional outputs
The file was addedsrc/pde/FullPotential/LinearizedIncompressiblePotential3D_Circulation.h
Commit 8375944404c98e584bd44dbd6df0170a5ae9644f by galbramc
Add Q3 and Q4 elements to Gmsh IO
The file was modified CMakeInclude/Dependencies.cmake
The file was modified test/unit/Meshing/gmsh/XField_gmsh_btest.cpp
The file was modified src/Meshing/refine/XField_refine.cpp
The file was addedtest/unit/IO/Meshes/Tri_Q4_2Elem.msh
The file was modified src/Meshing/gmsh/GMSHtoSANS.cpp
The file was addedtest/unit/IO/Meshes/Tri_Q3_2Elem.msh
Commit ebd0590b077428bb7127f105d83fa357b8ef4875 by allmaras
clean-up of circulation-base functional code/test; added drag but #ifdef'ed out, as it's not complete
The file was modified src/pde/FullPotential/LinearizedIncompressiblePotential3D_Circulation.h
The file was modified test/unit/pde/FullPotential/LinearizedIncompressiblePotential3D_Trefftz_btest.cpp
The file was modified test/unit/pde/FullPotential/LinearizedIncompressiblePotential3D_Circulation_btest.cpp
Commit 912268ac47aebd93fa73827632f99650712760db by shunz
intermediate commit: working on hooking up PETSc for block algebraic equation system
The file was modified src/Discretization/Block/AlgebraicEquationSet_Block3x3.h
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixBlock_3x3_Instantiate.cpp
The file was modified src/Discretization/Block/AlgebraicEquationSet_Block3x3_impl.h
The file was modified test/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_torpedo_agrid45_toy.cpp
Commit 4b80892e0d361deb3d3e4e75630bfbdac7ccd6f8 by galbramc
Fix finding macOS Accelerate BLAS
The file was modified CMakeInclude/Dependencies.cmake
Commit 8a24b1bf69ced9b55fae8b2bb2d4e28a3c24b392 by allmaras
cppcheck fixes for nightly
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver.h
The file was modified src/Discretization/Potential_Adjoint/StabilizationNitsche_Potential_Adjoint.h
Commit 592fd0636a8205a5c384c5b9b926ccd96eb9bbb9 by hcarson
moving back to develop
The file was modified test/sandbox/Adapt3D_DGBR2_AD_TripleBoundaryLayer_toy.cpp
The file was modified test/sandbox/Adapt3D_VMSDBR2_NavierStokes_DeltaWing_Chain_toy.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_NavierStokes_DeltaWing_Chain_toy.cpp
The file was modified test/sandbox/Adapt3D_Galerkin_Stabilized_AD_TripleBoundaryLayer_toy.cpp
Commit a516b2785b93949607c59a426163c509eebf53ff by shunz
add empty definition to fix undefined reference in weekly test
The file was modified src/pde/IBL/PDEIBLFourEqn3D.h
The file was modified src/pde/IBL/PDEIBL3D.h
Commit d844fd79a60b9fe08c412da881a142a95535acb2 by shunz
add empty definition to fix undefined reference in weekly test
The file was modified src/pde/IBL/PDEIBLFourEqn3D.h
The file was modified src/pde/IBL/PDEIBL3D.h
Commit 35608aa77cb449590226bb85761eb11ff97d3f28 by shunz
add empty definition to fix undefined reference in weekly test
The file was modified src/pde/IBL/PDEIBL3D.h
The file was modified src/pde/IBL/PDEIBLFourEqn3D.h
Commit 0fd51cd008027ab322827ed2fa9e45b6f1c4de36 by hcarson
vera fix
The file was modified src/Adaptation/MOESS/SolverInterface_VMSD_BR2.h
Commit b40c9005e31ce3fdb5c9dfad37ca463c08f336ef by shunz
added a new set of closure relations based on low-dissipation DBL3 data
The file was addedsrc/pde/IBL/ClosureRelationsFourEqn3D_CurveFit_lowDissipation.h
Commit 6f73da006e84acdd8b54bf4820b3d5ef1adf6137 by shunz
updated RthCf1 correlation coefficient
The file was modified src/pde/IBL/ClosureRelationsFourEqn3D_CurveFit_lowDissipation.h
Commit a0d8fee5c8c4d281b6e28ef9de4473f0e756756e by shunz
fixed call to undefined function
The file was modified src/pde/IBL/ClosureRelationsFourEqn3D_CurveFit_lowDissipation.h
Commit b03b4204fb6d6963e073fed3f2eded2742cebcb4 by hcarson
removing unneeded test
The file was removedtest/sandbox/Solve3D_VMSDBR2_NavierStokes_DeltaWing_toy.cpp
Commit f608f734738873910af19e725b07526c9f68e347 by ksabo
minor updates to TCNE stuff (getting back into it)
The file was modified test/unit/pde/TCNE/TCNEChemistryModels_btest.cpp
The file was modified src/pde/TCNE/TCNEChemistryModels.h
The file was modified test/unit/pde/TCNE/PDETCNEEuler1D_btest.cpp
The file was modified src/pde/TCNE/PDETCNEEuler1D.h
The file was modified src/pde/TCNE/TCNEGasModel_StatMech.h
Commit 3081a93799930dbb649b4b671ecf48b589889de6 by shunz
added mitLG BC for four equation IBL3D
The file was modified src/pde/IBL/BCIBL3D.cpp
The file was modified test/sandbox/Solve3D_Coupled3x3_IBLFourEqn_FlatPlate_torpedo_agrid45_toy.cpp
The file was modified src/Discretization/Galerkin/IntegrandBoundaryTrace_mitLG_Galerkin_manifold_IBL3D.h
The file was modified src/pde/IBL/BCIBL3D.h
Commit 4e5a6b13370cbff9a09731ee69a2a1d09eabad6d by hcarson
fixing unused var
The file was modified test/sandbox/Adapt3D_VMSDBR2_NavierStokes_DeltaWing_Chain_toy.cpp
Commit 7dd7a12da2e91d2d107e89ddde7a7e15af2c9078 by galbramc
Update for latest version of refine
The file was modified src/Meshing/refine/XField_refine.cpp
The file was modified src/Meshing/refine/MesherInterface_refine.cpp
Commit 59f986a830f3db5a572b807b8c811332f98087b5 by hcarson
missing space
The file was modified test/sandbox/Adapt3D_VMSDBR2_NavierStokes_DeltaWing_Chain_toy.cpp
Commit b2cd3e9e859275198509a72cfb5f8dd6a6b823af by vpr11
Added vpr11@mit.edu to DeveloperEmailAddresses
The file was modified DeveloperEmailAddresses
Commit 9bd5339c5bf0dacea3f75340df97682828ebfb3f by ksabo
End of week dump.
The file was modified src/pde/TCNE/TCNEChemistryModels.h
The file was modified test/unit/pde/TCNE/TCNEChemistryModels_btest.cpp
The file was modified test/unit/pde/TCNE/PDETCNEEuler1D_btest.cpp
The file was modified src/pde/TCNE/PDETCNEEuler1D.h
Commit e23d0b44043a7a0b458ce43caf8f46895d85149c by allmaras
added pressure jump into source for AV sensor in two-phase porous media
The file was modified src/pde/PorousMedia/PDETwoPhase_ArtificialViscosity2D.h
The file was modified src/pde/ArtificialViscosity/AVSensor_Source2D.h
Commit c15a019ca219a467f874009f4fc4cf3ae74691d7 by allmaras
minor changes to SPE10 test case: added #ifdef's for log(pn), table lookup; changed
output directory; changed initial grid to 4x4x4 (was 10x10x10); changed pressure BCs
to pnIn=7000, pnOut=5000
The file was modified test/sandbox/Adapt3D_DGBR2_TwoPhase_ArtificialViscosity_ST_SPE10_toy.cpp
Commit d4010677ab34acf669e838bcf62b736b5ced65d3 by allmaras
added #define label for pressure jump in AV sensor source; updated unit test
The file was modified test/unit/pde/ArtificialViscosity/AVSensor_Source2D_TwoPhase_btest.cpp
The file was modified src/pde/ArtificialViscosity/AVSensor_Source2D.h
Commit a7738e157fb87aafa2593ca9f72793b66aee281f by shunz
added new closure option (but commented off for now). updated system test case for four-eqn IBL3D on stagnation flow BL
The file was modified src/pde/IBL/ThicknessesCoefficients3D_CorrelationClosureFourEqn_impl.h
The file was modified test/system/AnalyticSolve/AnalyticSolve3D_IBLFourEqn_StagnationFlow_LamiBL_Triangle_btest.cpp
Commit c43490cb79b7a08ce7d438a2c1384c75416c748e by allmaras
zero guard for smoothabs0
The file was modified src/tools/smoothmath.h
The file was modified test/unit/tools/smoothmath_btest.cpp
Commit 40fbb706ad9cacd6cbe76b593ac4ec4f644c965b by allmaras
updated unit tests to incorporate pressure jumps in sensor source for two-phase AV
The file was modified test/unit/Discretization/DG/ResidualCell_DGBR2_LiftedQuantity_TwoPhaseAV_btest.cpp
The file was modified test/unit/Discretization/DG/JacobianCell_DGBR2_LiftedQuantity_TwoPhaseAV_btest.cpp
The file was modified test/unit/Discretization/DG/SetFieldInteriorTrace_DGBR2_LiftedQuantity_TwoPhaseAV_btest.cpp
The file was modified src/pde/ArtificialViscosity/AVSensor_Source2D.h
Commit af5643524c6e4eca0e309a5fffcaf2069d9e341e by galbramc
Use 2 MPI processors on macOS with Jenkins. Make TetGen optional again.
The file was modified test/unit/Adaptation/MOESS/CMakeLists.txt
The file was modified test/unit/Adaptation/MOESS/NLOPT/CMakeLists.txt
The file was modified CMakeLists.txt
The file was modified test/unit/UnitGrids/CMakeLists.txt
The file was modified test/unit/pde/FullPotential/CMakeLists.txt
The file was modified CMakeInclude/Dependencies.cmake
The file was modified src/UserInterfaces/PythonUI/CMakeLists.txt
The file was modified scripts/jenkins/cmake_jenkins.sh
The file was modified test/unit/Adaptation/MOESS/TAO/CMakeLists.txt
The file was modified test/unit/Adaptation/MOESS/MMA/CMakeLists.txt
The file was modified test/system/Adaptation/CMakeLists.txt
The file was modified test/unit/UserInterfaces/CMakeLists.txt
The file was modified CMakeInclude/Builds/BuildPETSC.cmake
The file was modified test/unit/Meshing/avro/CMakeLists.txt
The file was modified CMakeInclude/Finds/FindTETGEN.cmake
The file was modified CMakeInclude/Builds/BuildBoost.cmake
The file was modified test/unit/Meshing/EGTess/CMakeLists.txt
Commit c5f8571159ad5ae2ca8d30695827230b3c3ee212 by galbramc
Fix for finding boost
The file was modified CMakeInclude/Dependencies.cmake
Commit de14dd0d9ebd1dc1b9d06f269b3e61daf71c7fff by ksabo
Some chemsitry model unit tests - need before source term testing.
The file was modified src/pde/TCNE/TCNEChemistryModels.h
The file was modified test/unit/pde/TCNE/Q1DConservative_btest.cpp
The file was modified test/unit/pde/TCNE/PDETCNEEuler1D_btest.cpp
The file was modified test/unit/pde/TCNE/TCNEChemistryModels_btest.cpp
The file was modified src/pde/TCNE/Q1DTCNEConservative.h
Commit 97524f0d5e74a445ab8568bb8658d69286aa1305 by galbramc
Fix for 2 MPI procs on macOS
The file was modified scripts/jenkins/cmake_jenkins.sh
Commit 8633f561561e380e62c6503fdff3a058faa6e044 by galbramc
Various CMake fixes
The file was modified test/unit/UserInterfaces/CMakeLists.txt
The file was modified test/unit/Meshing/avro/CMakeLists.txt
The file was modified CMakeInclude/Builds/BuildBoost.cmake
The file was modified test/system/Adaptation/CMakeLists.txt
Commit 5fadf3ea7a29df99089e97496fb8637574bf8075 by galbramc
Fix BuildBoost
The file was modified CMakeInclude/Builds/BuildBoost.cmake
Commit 4292adb2b1474940d70ca01dd4dcf634c7306a4e by ksabo
vibrational relaxation time unit tests
The file was modified test/unit/pde/TCNE/TCNEChemistryModels_btest.cpp
The file was modified src/pde/TCNE/TCNEChemistryModels.h
Commit 74fc51222038b9d7ea437e14de5dec012782784d by galbramc
LIP solver can consume CAPS mesh
The file was addedsrc/UserInterfaces/capsAIM/capsMesh.h
The file was modified src/UserInterfaces/CMakeLists.txt
The file was modified src/UserInterfaces/capsAIM/intersectWake.cpp
The file was modified src/Field/Partition/LagrangeElementGroup.h
The file was modified src/Field/output_Points.h
The file was modified src/Meshing/EGADS/EGObject.h
The file was modified src/Meshing/EGTess/EGTessBody.h
The file was modified src/Meshing/EGADS/EGObject.cpp
The file was modified src/Field/Partition/XField_Lagrange_impl.h
The file was modified src/UserInterfaces/capsAIM/CMakeLists.txt
The file was modified src/Field/Partition/XField_Lagrange_Distribute_impl.h
The file was modified src/Meshing/refine/MesherInterface_refine.cpp
The file was addedsrc/UserInterfaces/capsAIM/capsMesh.cpp
The file was modified src/UserInterfaces/capsAIM/sansLIPAIM.cpp
The file was modified src/UserInterfaces/LIPSolver.h
The file was modified src/Field/Partition/XField_Lagrange.h
The file was modified src/Meshing/EGADS/solidBoolean.h
The file was modified src/UserInterfaces/LIPSolver.cpp
The file was modified src/Field/Partition/LagrangeElementGroup.cpp
The file was modified src/Field/output_Points.cpp
The file was modified src/Meshing/EGTess/EGTessModel.h
The file was modified src/Meshing/EGTess/EGTessModel.cpp
Commit 91ab1b5f653cb9673ca53512f5e4680416746f0d by galbramc
Update minimum ESP version to 1.18
The file was modified CMakeInclude/Checks/CheckEGADS.cmake
Commit 01899f2f404c880717bf5556280b22b8948b2d59 by galbramc
Relax EGADS version requirement
The file was modified src/Meshing/EGADS/solidBoolean.h
The file was modified src/UserInterfaces/capsAIM/intersectWake.cpp
Commit c9984139849d72da66b4682e8e5e397d8573bcaa by galbramc
Fix link error
The file was modified src/UserInterfaces/PythonUI/CMakeLists.txt
Commit 4d653c731131786b26e1e6ff71ecc0badb6a4942 by galbramc
Missed a file
The file was modified CMakeInclude/Checks/CheckEGADS.cmake
Commit 59c924261a83c193d8b459fdaf613bf58742f353 by galbramc
More link error fixes
The file was modified test/unit/UserInterfaces/LIPSolver_btest.cpp
The file was modified CMakeInclude/Dependencies.cmake
The file was modified test/unit/UserInterfaces/CMakeLists.txt
The file was modified src/UserInterfaces/CMakeLists.txt
The file was modified src/UserInterfaces/PythonUI/CMakeLists.txt
Commit 3f417876f021d6b936aaeb397f6a8f234f59005d by galbramc
More link fixes
The file was modified CMakeLists.txt
The file was modified src/UserInterfaces/capsAIM/CMakeLists.txt
Commit e4eea60f2d206df49165523d6e5eb5fbf7cdda3f by galbramc
Exlicit Exception instantiations. Bias for Python 3 with CMake
The file was modified src/LinearAlgebra/DenseLinAlg/tools/SingularException.cpp
The file was modified src/Meshing/EGADS/EGObject.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver.cpp
The file was modified src/Meshing/EGADS/EGStatus.cpp
The file was modified src/Meshing/EGADS/EGObject.h
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver.h
The file was modified src/Field/XFieldException.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver.cpp
The file was modified src/Meshing/EGADS/EGStatus.h
The file was modified src/Optimization/Methods/Linear/LOptSolver.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/MKL_PARDISO/MKL_PARDISOSolver.cpp
The file was modified src/LinearAlgebra/DenseLinAlg/tools/SingularException.h
The file was modified CMakeInclude/Dependencies.cmake
The file was modified src/Optimization/Methods/Linear/GLPK/GLPKSolver.h
The file was modified src/Adaptation/MOESS/TAO/TAOException.h
The file was modified src/Field/XField.h
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver.h
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/MKL_PARDISO/MKL_PARDISOSolver.h
Commit 733960bdb8b3ec47aca5b1602a64cf19896ef001 by shunz
added continuousGlobalMap() for block 2x2 AES
The file was modified src/Discretization/Block/AlgebraicEquationSet_Block2x2_impl.h
The file was modified src/Discretization/Block/AlgebraicEquationSet_Block2x2.h
Commit 2b7776bfb5c7d3fc3d088d3345a7f724aab48780 by shunz
PETSc now works for coupled IBL3 block AES 3x3
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixBlock_3x3_Instantiate.cpp
The file was modified test/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_torpedo_agrid45_toy.cpp
The file was modified test/sandbox/Solve3D_Uncoupled_IBL_FlatPlate_Blasius_toy.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixD_CRS_MatrixS_Instantiate.cpp
Commit 64afdcf14b171301ce25548481d2ed6ff0155707 by shunz
minor refactoring
The file was modified test/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_torpedo_agrid45_toy.cpp
The file was modified src/pde/IBL/ThicknessesCoefficients3D_CorrelationClosure_impl.h
The file was modified test/sandbox/Solve3D_Coupled3x3_IBLFourEqn_FlatPlate_torpedo_agrid45_toy.cpp
Commit d38051514dd98d5491ad86e8068e68d2673a48d9 by shunz
cleaned up and merged sandbox cases
The file was addedtest/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_torpedo_toy.cpp
The file was removedtest/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_torpedo_agrid45_toy.cpp
The file was removedtest/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_torpedo_agrid0_toy.cpp
Commit e2205c95bc31bc92bcb5552972b3d03f840a89fb by shunz
use reference velocity scale consistently
The file was modified src/pde/IBL/PDEIBL3D.h
The file was modified src/pde/IBL/PDEIBLFourEqn3D.h
The file was modified src/pde/IBL/PDEIBLSplitAmpLag2D.h
Commit 6280aec3b1dd0921c4c708708dfb116a78f171c9 by shunz
turned on quasi-2D closure relations for 3-eq 3D IBL
The file was modified src/pde/IBL/ClosureRelations3D_Nishida.h
The file was modified src/pde/IBL/FluidModels.cpp
The file was modified src/pde/IBL/FluidModels.h
The file was modified test/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_torpedo_toy.cpp
The file was modified src/pde/IBL/ThicknessesCoefficients3D_CorrelationClosure_impl.h
The file was modified src/pde/IBL/PDEIBL3D.h
The file was modified src/pde/IBL/ElementProjectionOutputIBL3D.h
Commit 433c3a753e4cd78ccb37a055838301b50e16506f by galbramc
Missed one instantiation. More optional TetGen fixes
The file was modified test/sandbox/Solve3D_CG_NACA_FP_Drela_toy.cpp
The file was modified test/sandbox/Solve3D_CG_NACA_LIP_Darmofal_toy.cpp
The file was modified test/sandbox/Solve3D_CG_NACA_LIP_Drela_toy.cpp
The file was modified src/Adaptation/MOESS/TAO/TAOException.cpp
The file was modified test/sandbox/Solve3D_CG_NACA_LIP2_toy.cpp
The file was modified test/sandbox/Solve3D_CG_NACA_LIP_toy.cpp
Commit 8a8951e1c3b735eb47f3dd2fc7977fd585393438 by galbramc
Various small fixes
The file was modified test/sandbox/Solve3D_CG_NACA_LIP_toy.cpp
The file was modified CMakeInclude/Dependencies.cmake
The file was modified CMakeInclude/Compiler.cmake
The file was modified scripts/jenkins/jenkins_env.sh
Commit d85a2be848c64709aa6a3697fff796ee6a48a576 by shunz
added exceptions for petsc MPI implementations for block AES 3x3
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixBlock_3x3_Instantiate.cpp
Commit 80bf6666d1d98131e2b320292de9e9cc5a1d9177 by shunz
turned off 3D IBL transition and lag equations for system test (for now)
The file was modified src/pde/IBL/PDEIBL3D.h
Commit 02a4c5820f079989c2b86dce7ac907f406ed36d2 by shunz
turned off some TBD MPI stuff in petsc block AES 3x3 to avoid compiling errors
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixBlock_3x3_Instantiate.cpp
Commit 1865d529f8b7f5311a4ea970cb9e57bff634f1f2 by shunz
fixed unused variable warnings
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixBlock_3x3_Instantiate.cpp
Commit b9b399588599f3cc7172b2b47d79b630308f4a02 by shunz
fix compiling error in sandbox case
The file was modified test/sandbox/Solve3D_Uncoupled_IBL_FlatPlate_Blasius_toy.cpp
Commit 0e9f4f81546c2f5c473825082ad3dbb3c3370352 by shunz
Added quasi-2D turbulent closure to four-eqn IBL3 formulation
The file was modified test/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_torpedo_toy.cpp
The file was modified test/sandbox/Solve3D_Coupled3x3_IBLFourEqn_FlatPlate_torpedo_agrid45_toy.cpp
The file was modified src/pde/IBL/ElementProjectionOutputIBL3D.h
The file was modified src/pde/IBL/ThicknessesCoefficients3D_CorrelationClosureFourEqn_impl.h
The file was modified src/pde/IBL/PDEIBLFourEqn3D.h
Commit 90ef2c394c172974ecb098b5bc593c3bbf0467a2 by shunz
fixed deprecated macro
The file was modified src/pde/IBL/ThicknessesCoefficients3D_CorrelationClosureFourEqn_impl.h
Commit 5dfa6eeaa165456469a21551f29637ce7468dd2f by blsc
First set of updates from cleaning up develop branch. Contains code and tests related to adding a spatially varying a-field (i.e. from previous adapt soln) in Homotopy
The file was addedtest/system/CodeConsistency/PDESourceOnly_Projection_btest.cpp
The file was modified test/sandbox/Solve1D_Lorenz_HTC_toy.cpp
The file was modified src/pde/ArtificialViscosity/PDEmitAVSensor2D.h
The file was addedtest/sandbox/Adapt2D_VMSDBR2_NavierStokes_Blottner_Mach20_AV_HTC_toy.cpp
The file was modified test/unit/Adaptation/MOESS/ParamFieldBuilder_btest.cpp
The file was modified src/pde/SourceOnly/PDESourceOnly2D.h
The file was modified src/Adaptation/MOESS/ParamFieldBuilder.h
The file was modified src/pde/ArtificialViscosity/AVSensor_Source2D.h
The file was modified src/pde/NS/BCEuler2D_mitState.h
The file was modified test/unit/pde/SourceOnly/PDESourceOnly2D_btest.cpp
The file was modified src/pde/NS/BCEulermitAVSensor2D.h
The file was modified test/unit/SolutionTrek/Continuation/Homotopy_btest.cpp
The file was modified src/pde/NS/PDEEuler2D.h
The file was modified src/pde/AdvectionDiffusion/PDEAdvectionDiffusion2D.h
The file was modified src/pde/ArtificialViscosity/AVSensor_ViscousFlux2D.h
The file was modified src/pde/NS/BCNavierStokes2D.h
The file was removedtest/sandbox/Solve2D_VMSDBR2_RadialShock_AV_HTC_toy.cpp
The file was modified src/pde/NS/PDEEulermitAVDiffusion2D.h
The file was modified test/sandbox/Solve1D_HDG_Burgers_HTC_toy.cpp
The file was modified src/Field/output_Tecplot_PDE.h
The file was modified test/sandbox/Solve2D_VMSDBR2_HOW5_VI2_HTC_toy.cpp
The file was modified src/SolutionTrek/Continuation/Homotopy/Homotopy.h
Commit 227c224ef861c65bf2ce6751f8644d916bb9fc4c by galbramc
Removed sourceCoarse and sourceFine in lieu of sourceTraceJump
The file was modified src/pde/AdvectionDiffusion/PDEAdvectionDiffusion1D.h
The file was modified src/Discretization/VMSDBR2/IntegrandCell_VMSD_BR2.h
The file was modified src/pde/ArtificialViscosity/PDEmitAVSensor2D.h
The file was modified src/pde/NDConvert/PDENDConvertSpace2D.h
The file was modified src/pde/NS/PDERANSSA_Source3D.h
The file was modified test/unit/pde/NS/PDERANSSA2D_btest.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/WriteMatrixMarketFile.h
The file was modified test/unit/pde/NS/PDENavierStokes1D_btest.cpp
The file was modified src/Meshing/ugrid/XFieldVolume_ugrid.cpp
The file was modified test/unit/pde/NDConvert/PDENDConvert2D_AD_btest.cpp
The file was modified src/pde/ArtificialViscosity/PDEmitAVSensor3D.h
The file was modified src/pde/NS/Q2DEntropy.h
The file was modified src/pde/AdvectionDiffusion/Source3D.h
The file was modified test/unit/pde/SourceOnly/PDESourceOnly2D_btest.cpp
The file was modified src/pde/AdvectionDiffusion/Source1D.h
The file was modified src/pde/NDConvert/PDENDConvertSpaceTime3D.h
The file was modified src/SolutionTrek/Continuation/Homotopy/PDEHomotopy.h
The file was modified src/pde/ArtificialViscosity/AVSensor_Source2D.h
The file was modified src/pde/NS/PDEEuler2D.h
The file was modified src/pde/NDConvert/PDENDConvertSpaceTime1D.h
The file was modified test/unit/Discretization/VMSDBR2/CMakeLists.txt
The file was modified test/unit/pde/NS/PDENavierStokes2D_btest.cpp
The file was modified test/unit/pde/ArtificialViscosity/AVSensor_Source3D_Euler_btest.cpp
The file was modified src/pde/NS/PDEEuler1D_Source.h
The file was modified test/unit/pde/NS/PDEEuler2D_btest.cpp
The file was modified src/pde/NS/BCEulermitAVSensor3D.h
The file was modified src/pde/Burgers/PDEBurgers1D.h
The file was modified src/pde/AdvectionDiffusion/PDEAdvectionDiffusion3D.h
The file was modified src/pde/AdvectionDiffusion/Source2D.h
The file was modified src/pde/NS/PDEEulermitAVDiffusion3D.h
The file was modified src/pde/SourceOnly/PDESourceOnly2D.h
The file was modified src/pde/NS/PDERANSSA_Source2D.h
The file was modified test/unit/Field/Element/CMakeLists.txt
The file was modified src/pde/NDConvert/PDENDConvertSpace3D.h
The file was modified src/pde/ArtificialViscosity/AVSensor_Source3D.h
The file was modified src/pde/NS/PDERANSSA3D.h
The file was modified src/pde/NS/PDEEulermitAVDiffusion2D.h
The file was modified src/LinearAlgebra/SparseLinAlg/WriteMatrixMarketFile.cpp
The file was modified test/unit/pde/NS/PDEEuler1D_btest.cpp
The file was modified test/unit/pde/AdvectionDiffusion/PDEAdvectionDiffusion3D_btest.cpp
The file was modified test/unit/pde/NDConvert/PDENDConvert1D_AD_btest.cpp
The file was modified src/pde/AdvectionDiffusion/PDEAdvectionDiffusion2D.h
The file was modified test/unit/pde/NDConvert/PDENDConvert3D_AD_btest.cpp
The file was modified test/unit/pde/AdvectionDiffusion/PDEAdvectionDiffusion1D_btest.cpp
The file was modified src/pde/NDConvert/PDENDConvertSpaceTime2D.h
The file was modified test/unit/pde/IBL/BCIBLUniField2D_btest.cpp
The file was modified test/unit/pde/NS/PDEEuler3D_btest.cpp
The file was modified src/pde/NS/PDEEuler3D.h
The file was modified test/unit/Discretization/Block/CMakeLists.txt
The file was addedtest/unit/Discretization/VMSDBR2/ProjectL2_VMSD_BR2_Source_btest.cpp
The file was modified test/unit/pde/AdvectionDiffusion/PDEAdvectionDiffusion2D_btest.cpp
The file was modified src/pde/NS/PDEEuler1D.h
The file was modified src/pde/NS/PDERANSSA2D.h
The file was modified src/Discretization/VMSDBR2/IntegrandTrace_VMSD_BR2.h
The file was modified src/pde/NS/PDERANSSA_Brenner2D.h
The file was modified test/unit/pde/NS/PDERANSSA3D_btest.cpp
The file was modified src/pde/NDConvert/PDENDConvertSpace1D.h
Commit 9335a34a6e71e9cba13c4a24cc5e238cd4abdfc7 by galbramc
Move Surreal into SANS namespace
The file was modified test/unit/LinearAlgebra/DenseLinAlg/MatrixSymS_Exp_btest.cpp
The file was modified src/LinearAlgebra/DenseLinAlg/tools/index.h
The file was modified src/LinearAlgebra/DenseLinAlg/StaticSize/MatrixS_Log.h
The file was modified test/unit/LinearAlgebra/DenseLinAlg/MatrixS_SurrealS_btest.cpp
The file was modified src/Adaptation/MOESS/NLOPT/MOESS_SANS_Optimizer_NLOPT/MOESS_SANS_Optimizer_NLOPT_impl.h
The file was modified src/Surreal/SurrealD_Lazy.h
The file was modified src/Surreal/SurrealD_Trad.h
The file was modified src/Adaptation/MOESS/SolverInterface_VMSD_BR2.h
The file was modified src/Meshing/AnalyticMetrics/Euclidean.h
The file was modified test/unit/Surreal/SurrealS4_btest.cpp
The file was modified src/BasisFunction/Quadrature_Cache.h
The file was modified src/LinearAlgebra/DenseLinAlg/StaticSize/SVD/MatrixS_SVD_1x1.cpp
The file was modified src/Meshing/AnalyticMetrics/XField.cpp
The file was modified src/pde/ArtificialViscosity/PDEmitAVSensor1D.h
The file was modified src/Field/Element/TraceUnitNormal.h
The file was modified src/Field/HField/GenHField_DG/GenHField_DG_impl.h
The file was modified src/LinearAlgebra/Transpose.h
The file was modified src/pde/FullPotential/BCLinearizedIncompressiblePotential2D_sansLG.cpp
The file was modified src/pde/Sensor/Source2D_JumpSensor.h
The file was modified src/pde/ArtificialViscosity/AVSensor_Source3D.h
The file was modified src/Adaptation/MOESS/SolverInterface_AGLS_LiftedBoundary.h
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxv_PiecewiseConstSourcePanel_FlatPlate3D.h
The file was modified test/unit/pde/NS/PDENavierStokes2D_btest.cpp
The file was modified test/unit/pde/CauchyRiemann/PDECauchyRiemann2D_SurrealS_btest.cpp
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_HubTrace_Galerkin_cutCellTransitionIBL.h
The file was modified src/Meshing/EGADS/EGStatus.h
The file was modified src/pde/FullPotential/BCIncompressiblePotentialTwoField2D_sansLG.cpp
The file was modified src/pde/ArtificialViscosity/PDEmitAVSensor3D.h
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxv_PanelMethod.h
The file was modified src/tools/minmax.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Galerkin_Stabilized.h
The file was modified src/LinearAlgebra/DenseLinAlg/tools/norm2.h
The file was modified src/Field/Element/ElementLine.h
The file was modified test/unit/LinearAlgebra/DenseLinAlg/VectorS_SurrealS_btest.cpp
The file was modified src/LinearAlgebra/DenseLinAlg/tools/norm.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_HubTrace_Galerkin.h
The file was modified src/pde/FullPotential/BCLinearizedIncompressiblePotential3D.cpp
The file was modified test/unit/Meshing/AnalyticMetrics/MetricAnalytical_btest.cpp
The file was modified src/Meshing/AnalyticMetrics/XField.h
The file was modified src/LinearAlgebra/SparseLinAlg/Preconditioners/ILU0.h
The file was modified src/Meshing/EGADS/EGApproximate.cpp
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_Conservative.h
The file was modified src/Surreal/SurrealS_Reverse.h
The file was modified src/Adaptation/MOESS/TAO/ImpliedMetric_Optimizer_TAO/ImpliedMetric_Optimizer_TAO_impl.h
The file was modified test/unit/pde/FullPotential/BCLinearizedIncompressiblePotential3D_btest.cpp
The file was modified src/Meshing/AnalyticMetrics/CornerSingularity.cpp
The file was modified test/unit/Meshing/EGADS/EGApproximate_btest.cpp
The file was modified src/Meshing/EGADS/Airfoils/NACA4.h
The file was modified test/unit/pde/NS/PDENavierStokes3D_btest.cpp
The file was modified src/Meshing/EGADS/Airfoils/NACA4.cpp
The file was modified src/Adaptation/MOESS/NodalMetrics/NodalMetrics_impl.h
The file was modified src/Adaptation/MOESS/NLOPT/ImpliedMetric_Optimizer_NLOPT/ImpliedMetric_Optimizer_NLOPT_impl.h
The file was modified src/pde/AnalyticFunction/ScalarFunction1D.h
The file was modified src/LinearAlgebra/DenseLinAlg/StaticSize/MatrixS_Exp.h
The file was modified src/Adaptation/MOESS/MMA/MOESS_SANS_Optimizer_MMA/MOESS_SANS_Optimizer_MMA_impl.h
The file was modified src/MPI/serialize_SurrealS.h
The file was modified test/unit/LinearAlgebra/DenseLinAlg/MatrixD_BlockView_btest.cpp
The file was modified src/Adaptation/MOESS/SolverInterface_VMSD.h
The file was modified src/pde/NDConvert/SolnNDConvertSpaceTime2D.h
The file was modified src/Adaptation/MOESS/SolverInterface_DGBR2.h
The file was modified src/LinearAlgebra/DenseLinAlg/tools/VectorSize.h
The file was modified src/pde/ForcingFunctionBase.h
The file was modified src/Meshing/EGADS/EGApproximate.h
The file was modified src/pde/ArtificialViscosity/AVSensor_Source2D.h
The file was modified src/pde/ArtificialViscosity/AVSensor_Source1D.h
The file was modified test/unit/Discretization/HDG/IntegrandCell_HDG_NS_btest.cpp
The file was modified src/Surreal/SurrealS_Lazy.h
The file was modified src/LinearAlgebra/DenseLinAlg/tools/MatrixSize.h
The file was modified src/pde/FullPotential/BCLinearizedIncompressiblePotential3D.h
The file was modified src/pde/NS/HLLC2D.h
The file was modified src/Surreal/SurrealD.h
The file was modified test/unit/Surreal/SurrealS1_btest.cpp
The file was modified src/pde/NDConvert/SolnNDConvertSpaceTime1D.h
The file was modified src/Surreal/PromoteSurreal.h
The file was modified src/Field/tools/Surrealize.h
The file was modified src/Surreal/SurrealS_Type.h
The file was modified src/pde/NDConvert/SolnNDConvertSpace2D.h
The file was modified src/Surreal/SurrealS_Trad.h
The file was modified src/Discretization/DG/IntegrandBoundaryTrace_LinearScalar_sansLG_DGBR2.h
The file was modified src/Meshing/AnalyticMetrics/BoundaryLayer.cpp
The file was modified src/LinearAlgebra/DenseLinAlg/StaticSize/MatrixS_Mul.h
The file was modified src/Adaptation/MOESS/SolverInterface_DGBR2_Block2x2.h
The file was modified src/pde/NS/SolutionFunction_Euler1D.h
The file was modified src/LinearAlgebra/TransposeTraits.h
The file was modified src/Discretization/DG/IntegrandInteriorTrace_DGBR2.h
The file was modified src/pde/NDConvert/SolnNDConvertSpace3D.h
The file was modified src/pde/NDConvert/SolnNDConvertSpaceTime3D.h
The file was modified src/Field/Element/ElementXFieldLine.h
The file was modified src/pde/Sensor/Source1D_JumpSensor.h
The file was modified src/Adaptation/MOESS/SolverInterface_Galerkin.h
The file was modified src/Field/HField/GenHField_CG/GenHField_CG_impl.h
The file was modified src/pde/NDConvert/SolnNDConvertSpace1D.h
The file was modified src/Adaptation/MOESS/ProblemStatement_HDG_ErrorEstimate.h
The file was modified test/unit/LinearAlgebra/DenseLinAlg/VectorS_SurrealS_deriv_btest.cpp
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Galerkin.h
The file was modified src/Meshing/AnalyticMetrics/CornerSingularity.h
The file was modified src/Surreal/SurrealS.h
The file was modified src/Adaptation/MOESS/TAO/MOESS_SANS_Optimizer_TAO/MOESS_SANS_Optimizer_TAO_impl.h
The file was modified src/Discretization/FV_TPFA/IntegrandInteriorTrace_FV_TPFA.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Galerkin_Stabilized_LiftedBoundary.h
The file was modified test/unit/LinearAlgebra/DenseLinAlg/MatrixSymS_Log_btest.cpp
The file was modified src/LinearAlgebra/DenseLinAlg/StaticSize/MatrixS_Pow.h
The file was modified src/Adaptation/MOESS/SolverInterface_DGAdvective.h
The file was modified src/LinearAlgebra/DenseLinAlg/tools/SingularException.h
The file was modified src/pde/NS/SolutionFunction_Euler2D.h
The file was modified src/pde/ArtificialViscosity/PDEmitAVSensor2D.h
Commit b3ae1c5b7267477d135b1bb5cc6c48cfcdf9d3e8 by galbramc
Forgot a file
The file was addedsrc/Surreal/SurrealS_fwd.h
Commit ff4afd83773f438ad09a9a47b3ae2813d3d62b94 by galbramc
Missed MPI SurrealS
The file was modified src/MPI/serialize_SurrealS.h
Commit 66507dac58f03c9f407240cf6d7d45bcb7d03c8b by galbramc
Add missing include
The file was modified src/Meshing/refine/XField_refine.cpp
Commit 5321a5e0cd29568104b0133e10a51b8be62b255a by galbramc
Remove SurrealS(Real,Real) constructor
The file was modified src/Surreal/SurrealS_Lazy.h
The file was modified test/unit/Surreal/SurrealS4_btest.cpp
The file was modified test/unit/Surreal/SurrealS1_btest.cpp
Commit 81208998a7717442b5234dbe6b62bf98f98a2e29 by galbramc
More fixes for modified Surreal
The file was modified src/Surreal/SurrealS_Lazy.h
The file was modified test/unit/LinearAlgebra/DenseLinAlg/VectorS_SurrealS_deriv_btest.cpp
The file was modified test/unit/pde/Sensor/Source1D_JumpSensor_btest.cpp
The file was modified test/unit/pde/Sensor/Source2D_JumpSensor_btest.cpp
Commit 18840315730096553fcc19301cfbc7ee7dbe2386 by galbramc
Fix warnings
The file was modified src/Meshing/EGADS/EGApproximate.cpp
Commit a0abef40bd57789c63811840db72b22bc3ac29b8 by galbramc
Setup to run VMSDBR2 on fixed Joukowski meshes
The file was addedtest/sandbox/Solve2D_VMSDBR2_Triangle_RANSSA_Joukowski_toy.cpp
The file was removedtest/sandbox/Solve2D_VMSD_Triangle_RANSSA_Joukowski_UROP_toy.cpp
The file was removedtest/sandbox/Solve2D_VMSD_Triangle_RANSSA_Joukowski_toy.cpp
The file was modified test/sandbox/Solve2D_VMSDBR2_HOW5_VI2_toy.cpp
Commit fb36b62003f58d57084dc21aca35e265f690569c by galbramc
Fix uninitialized variable warnings
The file was modified src/Discretization/VMSDBR2/IntegrandCell_VMSD_BR2.h
Commit d8f0f915ce7fceae9e5a4fe67152568f85f8345d by galbramc
Fix vera warning
The file was modified test/sandbox/Solve2D_VMSDBR2_Triangle_RANSSA_Joukowski_toy.cpp
Commit d1fb3a27ab6ceb998e09c12d848ee65ad1cacd16 by blsc
src/LinearAlgebra/
The file was modified src/NonLinearSolver/NonLinearSolverBase.h
The file was modified src/NonLinearSolver/NewtonSolver_impl.h
The file was modified test/sandbox/Solve2D_VMSDBR2_HOW5_VI2_HTC_toy.cpp
Commit 4d48fcc96208ff93b560c3183575d275a40c8209 by blsc
First pass at prototyping a globally constrained algebraic equation set
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver_CRS_MatrixD.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixD_CRS_MatrixD.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver_backsolve.h
The file was modified src/LinearAlgebra/SparseLinAlg/LinearSolverBase.h
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixBlock_4x4_Instantiate.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/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_CRS_MatrixD.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/Preconditioners/ILU0_impl.h
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixBlock_2x2_Instantiate.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/MKL_PARDISO/MKL_PARDISOSolver_backsolve.h
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixBlock_3x3_Instantiate.cpp
The file was modified src/SolutionTrek/Continuation/Homotopy/AlgebraicEquationSet_HTC2.h
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_CRS_double.cpp
The file was modified src/SolutionTrek/Continuation/Homotopy/Homotopy.h
The file was addedsrc/Discretization/GloballyConstrained/AlgebraicEquationSet_GloballyConstrained.h
The file was modified src/LinearAlgebra/SparseLinAlg/Krylov/FGMRES_MatrixBlock_2x2_Instantiate.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_backsolve.h
The file was modified src/LinearAlgebra/SparseLinAlg/Preconditioners/LU_SGS_impl.h
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETSc_VectorSize_impl.h
The file was modified src/LinearAlgebra/SparseLinAlg/Preconditioners/Identity.h
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixD_CRS_MatrixS_Instantiate.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver_CRS_double.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver_MatrixBlock_2x2_Instantiate.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/Krylov/FGMRES_impl.h
Commit 53835d57dbbacaf3ac1082abb22c455c1590f421 by blsc
Updates to globally constrained equations to include condensation of matrix in PETSc
The file was modified src/LinearAlgebra/SparseLinAlg/ScalarVector.h
The file was modified src/LinearAlgebra/SparseLinAlg/tools/dot.h
The file was modified src/Discretization/GloballyConstrained/AlgebraicEquationSet_GloballyConstrained.h
The file was addedtest/sandbox/Solve2D_VMSDBR2_HOW5_VI2_AV_HTC_toy.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixBlock_2x2_Instantiate.cpp
The file was modified src/NonLinearSolver/NewtonSolver_MatrixBlock_2x2_Instantiate.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/ScalarMatrix_CRS_impl.h
The file was modified src/LinearAlgebra/SparseLinAlg/ScalarMatrix_CRS.h
Commit 98f55e5e970fc4ee50ae9c6a90ebc427ccb2d424 by blsc
Updates for first round of parallelizing the homotopy
The file was modified src/SolutionTrek/Continuation/Homotopy/AlgebraicEquationSet_HTC2.h
The file was modified src/SolutionTrek/Continuation/Homotopy/Homotopy.h
Commit 9a5c942b1d3ce431aed247cb52ac0039ec626f6c by blsc
Parallel homotopy appears to be working
The file was modified src/Discretization/VMSDBR2/JacobianCell_VMSD_BR2.h
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixBlock_2x2_Instantiate.cpp
The file was modified test/sandbox/Solve2D_VMSDBR2_HOW5_VI2_AV_HTC_toy.cpp
The file was modified src/SolutionTrek/Continuation/Homotopy/Homotopy.h
The file was modified src/SolutionTrek/Continuation/Homotopy/AlgebraicEquationSet_HTC2.h
The file was modified test/sandbox/Solve2D_VMSDBR2_HOW5_VI2_toy.cpp
The file was modified scripts/vera/exclusions.txt
The file was modified src/Discretization/GloballyConstrained/AlgebraicEquationSet_GloballyConstrained.h
Commit 86d70b821a809c7bac6dc0ffd2a5514c39e29bc9 by galbramc
EGADS interface refactoring. Added meanline blade.
The file was modified src/Field/ElementCounter.h
The file was addedsrc/Meshing/EGADS/EGCurve.cpp
The file was addedsrc/Meshing/EGADS/blend.h
The file was modified src/Meshing/EGADS/tools.h
The file was modified test/sandbox/Solve3D_CG_LIP_KuttaHACK_toy.cpp
The file was modified test/unit/Meshing/EGADS/EGLoop_btest.cpp
The file was modified src/Meshing/EGADS/EGPlane.cpp
The file was modified src/Meshing/EGTess/makeWakedAirfoil.h
The file was modified src/Meshing/EGADS/CMakeLists.txt
The file was addedsrc/Meshing/EGADS/transform.h
The file was addedsrc/Meshing/EGADS/blend.cpp
The file was modified test/unit/Meshing/avro/XField_avro_btest.cpp
The file was modified test/sandbox/Solve3D_CG_NACA_LIP_Darmofal_toy.cpp
The file was modified src/LinearAlgebra/DenseLinAlg/StaticSize/MatMul/MatrixS_MatMul_Native_Surreal_Instantiate.cpp
The file was modified src/Meshing/EGADS/EGModel.cpp
The file was modified test/unit/Meshing/EGADS/EGModel_btest.cpp
The file was modified src/Meshing/EGADS/EGBody.h
The file was modified src/Meshing/EGADS/EGLine.h
The file was modified src/Meshing/EGADS/EGBody.cpp
The file was modified test/sandbox/Solve3D_CG_NACA_FP_Drela_toy.cpp
The file was modified test/sandbox/Solve3D_CG_NACA_LIP_toy.cpp
The file was modified src/Meshing/EGADS/EGEdge.cpp
The file was modified test/unit/Meshing/EGADS/EGApproximate_btest.cpp
The file was addedsrc/Meshing/EGADS/EGApproximateCurve.h
The file was modified src/Meshing/EGADS/EGObject.cpp
The file was modified src/Meshing/EGADS/Airfoils/NACA4.cpp
The file was addedsrc/Meshing/EGADS/EGCurve.h
The file was addedtest/unit/Meshing/EGADS/CubicCamber_btest.cpp
The file was addedsrc/Meshing/EGADS/Airfoils/MeanlineBlade.cpp
The file was modified src/Meshing/EGADS/EGCircle.cpp
The file was modified test/unit/Meshing/EGADS/EGBody_btest.cpp
The file was modified src/Meshing/EGADS/EGLine.cpp
The file was removedsrc/Meshing/EGADS/EGApproximate.h
The file was modified CMakeInclude/Checks/CheckEGADS.cmake
The file was modified test/sandbox/Solve3D_CG_NACA_LIP2_toy.cpp
The file was addedsrc/Meshing/EGADS/Airfoils/MeanlineBlade.h
The file was modified src/Meshing/EGTess/makeWakedAirfoil.cpp
The file was modified test/unit/Meshing/refine/refine2D_btest.cpp
The file was modified src/Meshing/EGADS/EGFace.cpp
The file was removedsrc/Meshing/EGADS/EGApproximate.cpp
The file was modified src/Meshing/EGADS/Airfoils/NACA4.h
The file was addedsrc/Meshing/EGADS/EGBezierCurve.h
The file was modified test/unit/Meshing/EGADS/EGFace_btest.cpp
The file was modified src/SolutionTrek/Continuation/PseudoTime/PseudoTime.h
The file was modified test/unit/Meshing/EGADS/sewFaces_btest.cpp
The file was addedsrc/Meshing/EGADS/transform.cpp
The file was modified test/unit/Meshing/EGADS/EGNode_btest.cpp
The file was modified src/Meshing/EGADS/EGObject.h
The file was addedsrc/Meshing/EGADS/Airfoils/CubicCamber.h
The file was modified src/Meshing/EGADS/EGCircle.h
The file was addedsrc/Meshing/EGADS/EGBezierCurve.cpp
The file was addedsrc/Meshing/EGADS/EGApproximateCurve.cpp
The file was modified src/Meshing/EGADS/EGEdge.h
The file was modified test/unit/Meshing/TetGen/makeWakedAirfoil_btest.cpp
The file was addedtest/unit/Meshing/EGADS/transform_btest.cpp
The file was modified src/Meshing/EGADS/EGFace.h
The file was modified test/unit/Meshing/avro/XField3D_Wake_avro_btest.cpp
The file was addedsrc/Meshing/EGADS/Airfoils/CubicCamber.cpp
The file was modified src/Meshing/EGADS/EGNode.cpp
The file was modified src/Meshing/EGADS/EGNode.h
The file was modified test/unit/Meshing/EGADS/EGEdge_btest.cpp
The file was addedtest/unit/Meshing/EGADS/MeanlineBlade_btest.cpp
The file was modified test/sandbox/Solve3D_CG_NACA_LIP_Drela_toy.cpp
The file was modified test/unit/Meshing/EGADS/EGLine_btest.cpp
Commit ef9f987f96a66d16c8c9d37aed2599fc338f3dac by galbramc
Fixes for EGTess
The file was modified src/Meshing/EGTess/EGTriangle.cpp
The file was modified src/Meshing/EGTess/makeWakedAirfoil.cpp
The file was modified src/Meshing/EGTess/EGTessEdge.h
The file was modified test/unit/Meshing/EGTess/EGTessellation_btest.cpp
The file was modified test/unit/Meshing/EGTess/EGTessEdge_btest.cpp
The file was modified src/Meshing/TetGen/EGTetGen.cpp
The file was modified src/Meshing/EGTess/EGTessModel_aflr4.cpp
The file was modified src/Meshing/EGADS/EGNode.cpp
The file was modified src/Meshing/EGTess/EGTessEdge.cpp
The file was modified src/Meshing/EGTess/EGTessModel.cpp
The file was modified test/unit/Meshing/EGADS/EGNode_btest.cpp
The file was modified test/unit/Meshing/EGTess/EGTessModel_btest.cpp
The file was modified src/Meshing/EGTess/EGVertexFace.cpp
The file was modified src/Meshing/EGADS/EGNode.h
Commit 910b98f988475d7e55206fa3051ece01d450b4d5 by galbramc
More fixes to the EGADS cleanup
The file was modified test/unit/pde/FullPotential/LinearizedIncompressiblePotential3D_Trefftz_btest.cpp
The file was modified src/Meshing/AnalyticMetrics/XField.cpp
The file was modified test/unit/Meshing/AFLR/AFLR3_btest.cpp
The file was modified src/Field/XField3D_Wake.h
The file was modified src/Meshing/AnalyticMetrics/CornerSingularity.cpp
The file was modified src/Meshing/EGADS/EGFace.h
The file was modified src/Meshing/EGTess/makeWakedAirfoil.cpp
The file was modified test/unit/Meshing/avro/XField3D_Wake_avro_btest.cpp
The file was modified src/Meshing/AFLR/AFLR3.cpp
The file was removedsrc/Meshing/EGADS/rotate.h
The file was modified test/unit/Meshing/EGTess/EGTessModel_btest.cpp
The file was modified test/unit/Meshing/TetGen/EGTetGen_btest.cpp
The file was modified src/Meshing/EGADS/EGEdge.h
The file was modified test/unit/pde/FullPotential/LinearizedIncompressiblePotential3D_Circulation_btest.cpp
The file was modified src/Meshing/EGADS/Airfoils/MeanlineBlade.cpp
The file was modified test/unit/Meshing/TetGen/makeTetGenModel_btest.cpp
The file was modified src/Meshing/EGADS/Airfoils/MeanlineBlade.h
The file was modified src/Meshing/EGADS/EGNode.h
The file was modified src/Meshing/avro/XField3D_Wake_avro.cpp
The file was modified test/unit/Meshing/AnalyticMetrics/MetricAnalytical_btest.cpp
The file was modified src/Meshing/AnalyticMetrics/BoundaryLayer.cpp
The file was addedsrc/Meshing/EGADS/revolve.h
Commit bc318d918574da3f8e6775fb5ccacaabbca361c8 by galbramc
More EGADS fixes
The file was modified src/Meshing/EGADS/transform.cpp
The file was modified src/Meshing/EGADS/Airfoils/MeanlineBlade.cpp
The file was modified src/Meshing/EGADS/EGEdge.cpp
The file was modified test/unit/Meshing/EGADS/MeanlineBlade_btest.cpp
The file was modified test/unit/Meshing/EGADS/transform_btest.cpp
The file was modified test/unit/Meshing/AFLR/AFLR3_btest.cpp
The file was modified test/unit/Meshing/TetGen/EGTetGen_btest.cpp
The file was modified src/Meshing/EGADS/transform.h
Commit a28688c602da2b26e3a5d155afc15f194822a323 by galbramc
Fix compile error
The file was modified src/UserInterfaces/capsAIM/sansLIPAIM.cpp
Commit 33be89628773ef5d354ade27ab09c0a245a1bac5 by galbramc
Fix warning
The file was modified src/Meshing/EGADS/EGBezierCurve.cpp
Commit d09a1613e032b370c8669fc3915fc5b7f43ca64d by galbramc
Fix more warnings
The file was modified test/unit/Meshing/EGADS/MeanlineBlade_btest.cpp
Commit 3a6dec47f7117fa8997e9bf1654ddd5077dfc7d2 by blsc
A few tweeks on the homotopy and 3D set up
The file was modified src/NonLinearSolver/NewtonSolver_MatrixBlock_2x2_Instantiate.cpp
The file was modified src/pde/ArtificialViscosity/AVSensor_Source3D.h
The file was modified src/pde/NS/BCEulermitAVSensor3D.h
The file was modified src/pde/NS/BCEuler3D_mitState.h
The file was modified src/SolutionTrek/Continuation/Homotopy/Homotopy.h
The file was modified src/pde/NS/PDEEuler3D.h
The file was addedsrc/pde/SourceOnly/PDESourceOnly3D.h
The file was addedsrc/pde/NS/OutputNavierStokes3D.h
The file was modified src/pde/ArtificialViscosity/AVSensor_AdvectiveFlux3D.h
The file was modified src/pde/NS/BCEuler3D.cpp
The file was modified src/pde/NS/PDEEulermitAVDiffusion2D.h
The file was modified src/pde/NS/PDEEulermitAVDiffusion3D.h
The file was modified src/SolutionTrek/Continuation/Homotopy/AlgebraicEquationSet_HTC2.h
The file was modified src/pde/ArtificialViscosity/PDEmitAVSensor3D.h
The file was modified src/NonLinearSolver/LineUpdate/HalvingSearchLineUpdate_MatrixBlock_2x2_Instantiate.cpp
The file was modified src/Discretization/GloballyConstrained/AlgebraicEquationSet_GloballyConstrained.h
The file was modified src/LinearAlgebra/SparseLinAlg/ScalarMatrix_CRS_int.cpp
Commit e4089a87cbbb897899c07298796b7a0bf1fde606 by blsc
Updated interface for globally constrained equations so the jacobian for the pde and the constraints are in seperate functions
The file was modified src/Discretization/GloballyConstrained/AlgebraicEquationSet_GloballyConstrained.h
The file was modified src/SolutionTrek/Continuation/Homotopy/AlgebraicEquationSet_HTC2.h
Commit c8d29c0f6b527cf0188a1adfe61278daf991c400 by blsc
The small problem for static condensation is calculated on one processor then broadcast, that way there are on finite precision inconsistencies
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixBlock_2x2_Instantiate.cpp
Commit 6de9956926eba193bab6f211527b0190ffb19e35 by blsc
Added template parameter to determine if (PETSc) should do a shur complement from block 2x2. Note, if we're not using PETSc, then the block matrix is solved as is. This is because the shur complement is only a work around for parallel communication issues.
The file was modified src/LinearAlgebra/BlockLinAlg/BlockLinAlg_Type.h
The file was modified test/sandbox/Adapt3D_DGBR2_RANSSA_ArtificialViscosity_ONERA_M6_toy.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block2x2_DGBR2_BuckleyLeverett_ArtificialViscosity_ST_btest.cpp
The file was modified test/unit/LinearAlgebra/BlockLinAlg/MatrixBlock_2x2_Decompose_LUP_btest.cpp
The file was modified test/unit/LinearAlgebra/BlockLinAlg/MatrixBlock_2x2_Transpose_btest.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/Preconditioners/LU_SGS_MatrixBlock_2x2_Instantiate.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block2x2_DGBR2_Triangle_BuckleyLeverett_AV_btest.cpp
The file was modified test/unit/LinearAlgebra/BlockLinAlg/MatrixBlock_2x2_Decompose_LU_btest.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/ScalarMatrix_CRS_int.cpp
The file was modified test/unit/LinearAlgebra/BlockLinAlg/MatrixBlock_2x2_DenseMatrix_btest.cpp
The file was modified src/Discretization/Block/AlgebraicEquationSet_Block2x2.h
The file was modified src/LinearAlgebra/SparseLinAlg/ScalarMatrix_CRS_impl.h
The file was modified src/LinearAlgebra/TransposeTraits.h
The file was modified src/pde/ArtificialViscosity/PDEmitAVSensor2D.h
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block2x2_DGBR2_Line_Euler1DSensor_btest.cpp
The file was modified src/LinearAlgebra/BlockLinAlg/MatrixBlock_2x2_Decompose_LU.h
The file was modified src/LinearAlgebra/BlockLinAlg/MatrixBlock_2x2_InverseLUP.h
The file was modified src/pde/NS/PDEEuler3D.h
The file was modified src/LinearAlgebra/BlockLinAlg/MatrixBlock_2x2.h
The file was modified src/Discretization/GloballyConstrained/AlgebraicEquationSet_GloballyConstrained.h
The file was modified test/sandbox/Solve3D_CGStabilized_RANSSA_OneraM6_Subsonic_ArtificialViscosity_toy.cpp
The file was modified test/system/CodeConsistency/PDEmitAVSensor3D_Consistency_RANSSA_btest.cpp
The file was addedsrc/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixBlock_2x2_Shur_Instantiate.cpp
The file was modified test/sandbox/Solve3D_CGStabilized_Euler_Bump_ArtificialViscosity_toy.cpp
The file was modified test/system/CodeConsistency/BCEulermitAVSensor3D_Consistency_RANSSA_btest.cpp
The file was modified test/unit/LinearAlgebra/SparseLinAlg/UMFPACK_btest.cpp
The file was modified test/unit/pde/ArtificialViscosity/AVSensor_Source3D_Euler_btest.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/WriteMatrixMarketFile.h
The file was modified test/unit/LinearAlgebra/BlockLinAlg/MatrixBlock_2x2_SparseMatrix_CRS_btest.cpp
The file was modified test/sandbox/Adapt3D_CGStabilized_RANSSA_ArtificialViscosity_ONERA_M6_toy.cpp
The file was modified test/unit/LinearAlgebra/BlockLinAlg/MatrixBlock_2x2_InverseLU_btest.cpp
The file was modified src/Discretization/Block/AlgebraicEquationSet_Block2x2_VecS3_Real.cpp
The file was modified src/Discretization/Block/AlgebraicEquationSet_Block2x2_VecS4_Real.cpp
The file was modified src/LinearAlgebra/NonZeroPatternType.h
The file was modified src/LinearAlgebra/SparseLinAlg/Krylov/FGMRES_MatrixBlock_2x2_Instantiate.cpp
The file was modified src/LinearAlgebra/BlockLinAlg/MatrixBlock_2x2_Transpose.h
The file was modified test/system/BlockSolve/Block_1D_Decoupled_Burgers_btest.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block2x2_Triangle_AD_btest.cpp
The file was modified src/LinearAlgebra/DenseLinAlg/InverseLUP.h
The file was modified test/sandbox/Solve3D_CGStabilized_RANSSA_OneraM6_ArtificialViscosity_toy.cpp
The file was modified test/unit/pde/NS/PDEEulermitAVDiffusion3D_btest.cpp
The file was modified src/pde/NS/BCEulermitAVSensor2D.h
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver_MatrixBlock_2x2_Instantiate.cpp
The file was modified src/LinearAlgebra/BlockLinAlg/MatrixBlock_2x2_Decompose_LUP.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_RANSSA_CRM_toy.cpp
The file was modified src/Discretization/Block/AlgebraicEquationSet_Block2x2_Real_Real.cpp
The file was modified src/Discretization/Block/AlgebraicEquationSet_Block2x2_impl.h
The file was modified test/sandbox/Solve1D_DGBR2_Burgers_ArtificialViscosity_toy.cpp
The file was modified src/LinearAlgebra/Transpose.h
The file was modified src/LinearAlgebra/MatrixSizeType.h
The file was modified src/LinearAlgebra/SparseLinAlg/CMakeLists.txt
The file was modified src/SolutionTrek/Continuation/ImplicitResidualSmoothing/AlgebraicEquationSet_Block2x2_IRS.h
The file was modified src/LinearAlgebra/SparseLinAlg/ScalarMatrix_CRS.h
The file was modified src/LinearAlgebra/BlockLinAlg/MatrixBlock_2x2_Decompose_LU.cpp
The file was modified src/pde/ArtificialViscosity/PDEmitAVSensor3D.h
The file was modified test/system/CodeConsistency/PDEEulermitAVDiffusion3D_RANSSA_Consistency_btest.cpp
The file was removedsrc/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixBlock_2x2_Instantiate.cpp
The file was modified test/unit/LinearAlgebra/Heat1D_btest.h
The file was modified src/LinearAlgebra/BlockLinAlg/MatrixBlock_2x2_InverseLU.cpp
The file was modified src/SolutionTrek/Continuation/PseudoTime/AlgebraicEquationSet_Block2x2_PTC.h
The file was modified src/LinearAlgebra/BlockLinAlg/MatrixBlock_2x2_Decompose_LUP.h
The file was modified test/unit/pde/ArtificialViscosity/AVSensor_ViscousFlux3D_btest.cpp
The file was modified src/LinearAlgebra/BlockLinAlg/MatrixBlock_2x2_InverseLUP.cpp
The file was modified src/pde/NS/BCNavierStokes3D_mitState.h
The file was modified test/system/CodeConsistency/PDEEulermitAVDiffusion3D_Consistency_btest.cpp
The file was modified test/system/BlockSolve/Block_1D_Decoupled_AD_btest.cpp
The file was addedsrc/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixBlock_2x2_NoShur_Instantiate.cpp
The file was modified src/LinearAlgebra/BlockLinAlg/MatrixBlock_2x2_InverseLU.h
The file was modified test/sandbox/Solve1D_DGBR2_BuckleyLeverett_ArtificialViscosity_ST_toy.cpp
The file was modified src/LinearAlgebra/DenseLinAlg/InverseLU.h
The file was modified test/unit/pde/ArtificialViscosity/PDEmitAVSensor3D_btest.cpp
The file was modified src/LinearAlgebra/BlockLinAlg/MatrixBlock_2x2_Inverse.h
The file was modified test/sandbox/Solve3D_DGBR2_RANSSA_CRM_toy.cpp
The file was modified src/Adaptation/MOESS/SolverInterface_DGBR2_Block2x2.h
The file was modified src/LinearAlgebra/VectorType.h
The file was modified test/unit/pde/NS/PDEEuler3D_btest.cpp
The file was modified test/unit/LinearAlgebra/BlockLinAlg/MatrixBlock_2x2_InverseLUP_btest.cpp
The file was modified src/pde/NS/BCEulermitAVSensor3D.h
The file was modified src/NonLinearSolver/NewtonSolver_MatrixBlock_2x2_Instantiate.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/Preconditioners/LU_SGS.h
The file was modified test/system/CodeConsistency/PDEmitAVSensor3D_Consistency_btest.cpp
The file was addedtest/sandbox/Solve3D_VMSDBR2_BlottnerSphere_AV_HTC_toy.cpp
The file was modified src/LinearAlgebra/MatrixViewType.h
The file was modified test/system/CodeConsistency/BCEulermitAVSensor3D_Consistency_btest.cpp
The file was modified src/NonLinearSolver/LineUpdate/HalvingSearchLineUpdate_MatrixBlock_2x2_Instantiate.cpp
Commit 96d179c2e8614ac945d8e642e6e90f0a9300ddf5 by blsc
... because if you hard code tecplot for 4 levels of grid refinement on output you get a 300Gb tecplot file in 3D ...
The file was modified src/Field/output_Tecplot_PDE.h
Commit 57abdd3a2ebb1f003d8a89b1ca0569838cde1b61 by galbramc
Refactor CubicCamber. Add Normal vector field.
The file was modified src/Field/CMakeLists.txt
The file was modified src/Field/HField/HField_CG.h
The file was modified src/Meshing/EGADS/EGFace.h
The file was modified test/unit/Meshing/EGADS/MeanlineBlade_btest.cpp
The file was addedtest/unit/Field/NormalField_btest.cpp
The file was modified src/LinearAlgebra/DenseLinAlg/DynamicSize/MatMul/MatMul_Native_Real.cpp
The file was modified src/LinearAlgebra/DenseLinAlg/DynamicSize/MatrixD_InverseLU_Real_Instantiate.cpp
The file was modified src/Meshing/EGADS/Airfoils/CubicCamber.h
The file was modified src/Field/FieldVolume_Instantiate_3D.cpp
The file was modified test/unit/Meshing/EGADS/CubicCamber_btest.cpp
The file was modified test/unit/Field/CMakeLists.txt
The file was modified src/Meshing/EGADS/EGModel.cpp
The file was modified test/unit/Meshing/EGADS/EGFace_btest.cpp
The file was modified src/Meshing/EGADS/EGApproximateCurve.h
The file was modified src/Field/FieldVolume_CG_Cell_Instantiate_3D.cpp
The file was modified src/Meshing/EGADS/Airfoils/CubicCamber.cpp
The file was modified src/Meshing/EGADS/EGLine.h
The file was modified src/Field/HField/HField_CG/HField_CG_impl.h
The file was modified src/Meshing/EGADS/EGApproximateCurve.cpp
The file was modified src/Meshing/EGADS/Airfoils/MeanlineBlade.cpp
The file was modified src/Field/DistanceFunction/DistanceFunction.cpp
The file was modified src/Meshing/EGADS/EGFace.cpp
Commit bed469f99ea8fcfac06a8c1a364da732f67a264e by galbramc
Forgot files
The file was addedsrc/Field/NormalField/NormalField_CG.h
The file was addedsrc/Field/NormalField/NormalField_CG_Volume.cpp
Commit 1a84b80accc87d7a49f78c7a6a697a7733212cb8 by galbramc
Add missing includes
The file was modified src/Field/FieldVolume_Instantiate_3D.cpp
The file was modified src/Field/Field_NodalView.h
The file was modified src/Meshing/EGADS/EGApproximateCurve.cpp
Commit c3ec121a9454f25ba8e870127f1e50b2cf1d7df5 by blsc
Number of global constraints is now a runtime option. The global coupling uses a CRS matrix structure, as opposed to MatrixD, since the CRS structure is already there.
The file was modified src/Discretization/GloballyConstrained/AlgebraicEquationSet_GloballyConstrained.h
The file was modified src/SolutionTrek/Continuation/Homotopy/AlgebraicEquationSet_HTC2.h
Commit fc905eb81233e1fc0068cad7dbe2e36afc2ec390 by blsc
Fixed bug with small system decomposition. The matrix was incorrectly sized for runtime constraints
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixBlock_2x2_Shur_Instantiate.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/SparseVector.h
Commit 2134c3bbcd667c4e3a74f5ac860bef050bab4a72 by galbramc
Fix field normal vector check for parallel
The file was modified test/unit/Field/NormalField_btest.cpp
Commit 48feb725a3a57fab69d4c4bf05b8a8cd3a83db37 by blsc
Resolved issues that came up due to merging
The file was modified src/pde/SourceOnly/PDESourceOnly2D.h
The file was modified src/pde/ArtificialViscosity/AVSensor_Source2D.h
The file was modified src/pde/NS/PDEEulermitAVDiffusion2D.h
The file was modified test/unit/Discretization/VMSDBR2/ProjectL2_VMSD_BR2_Source_btest.cpp
The file was modified test/system/CodeConsistency/PDESourceOnly_Projection_btest.cpp
The file was modified src/NonLinearSolver/NewtonSolver_impl.h
The file was modified test/unit/pde/ArtificialViscosity/AVSensor_Source2D_Euler_btest.cpp
The file was modified src/pde/NS/PDEEuler2D.h
The file was modified test/system/CodeConsistency/PDEmitAVSensor2D_Consistency_RANSSA_btest.cpp
The file was modified test/unit/pde/SourceOnly/PDESourceOnly2D_btest.cpp
Commit 2bf78f8422fdef96b78b20fbf8859492f559ed90 by blsc
First pass at prototyping a globally constrained algebraic equation set
The file was modified src/SolutionTrek/Continuation/Homotopy/AlgebraicEquationSet_HTC2.h
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixD_CRS_MatrixD.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver_CRS_double.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixD_CRS_MatrixD_MatrixS_Instantiate.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_CRS_double.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/Preconditioners/LU_SGS_impl.h
The file was modified src/LinearAlgebra/SparseLinAlg/Krylov/FGMRES_impl.h
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixBlock_2x2_Instantiate.cpp
The file was addedsrc/Discretization/GloballyConstrained/AlgebraicEquationSet_GloballyConstrained.h
The file was modified src/LinearAlgebra/SparseLinAlg/Preconditioners/Identity.h
The file was modified src/LinearAlgebra/SparseLinAlg/Preconditioners/ILU0_impl.h
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_CRS_MatrixD_MatrixS_Instantiate.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver_CRS_MatrixD.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/MKL_PARDISO/MKL_PARDISOSolver_backsolve.h
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_CRS_MatrixD.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_backsolve.h
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver_backsolve.h
The file was modified src/LinearAlgebra/SparseLinAlg/Krylov/FGMRES_MatrixBlock_2x2_Instantiate.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixBlock_3x3_Instantiate.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver_MatrixBlock_2x2_Instantiate.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixD_CRS_MatrixS_Instantiate.cpp
The file was modified src/SolutionTrek/Continuation/Homotopy/Homotopy.h
The file was modified src/LinearAlgebra/SparseLinAlg/LinearSolverBase.h
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixBlock_4x4_Instantiate.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETSc_VectorSize_impl.h
Commit 23e1509e929af59abe1f7d0f1db0a1d363e07a6a by blsc
Updates to globally constrained equations to include condensation of matrix in PETSc
The file was modified src/LinearAlgebra/SparseLinAlg/ScalarMatrix_CRS_impl.h
The file was modified src/NonLinearSolver/NewtonSolver_MatrixBlock_2x2_Instantiate.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/tools/dot.h
The file was addedtest/sandbox/Solve2D_VMSDBR2_HOW5_VI2_AV_HTC_toy.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixBlock_2x2_Instantiate.cpp
The file was modified src/Discretization/GloballyConstrained/AlgebraicEquationSet_GloballyConstrained.h
The file was modified src/LinearAlgebra/SparseLinAlg/ScalarVector.h
The file was modified src/LinearAlgebra/SparseLinAlg/ScalarMatrix_CRS.h
Commit 2187ad6605105f1928c94461a46b95458009ce19 by blsc
Updates for first round of parallelizing the homotopy
The file was modified src/SolutionTrek/Continuation/Homotopy/AlgebraicEquationSet_HTC2.h
The file was modified src/SolutionTrek/Continuation/Homotopy/Homotopy.h
Commit d05784e5cb116376d6e136fc9fdb7ee4ad385cba by blsc
Parallel homotopy appears to be working
The file was modified src/Discretization/VMSDBR2/JacobianCell_VMSD_BR2.h
The file was modified src/SolutionTrek/Continuation/Homotopy/AlgebraicEquationSet_HTC2.h
The file was modified src/Discretization/GloballyConstrained/AlgebraicEquationSet_GloballyConstrained.h
The file was modified src/SolutionTrek/Continuation/Homotopy/Homotopy.h
The file was modified test/sandbox/Solve2D_VMSDBR2_HOW5_VI2_AV_HTC_toy.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixBlock_2x2_Instantiate.cpp
The file was modified test/sandbox/Solve2D_VMSDBR2_HOW5_VI2_toy.cpp
The file was modified scripts/vera/exclusions.txt
Commit 1af2b1592af28be43e543b196e6038d969801d41 by blsc
A few tweeks on the homotopy and 3D set up
The file was modified src/pde/NS/PDEEuler3D.h
The file was modified src/pde/NS/BCEuler3D.cpp
The file was addedsrc/pde/NS/OutputNavierStokes3D.h
The file was modified src/pde/NS/PDEEulermitAVDiffusion2D.h
The file was modified src/pde/NS/PDEEulermitAVDiffusion3D.h
The file was modified src/pde/NS/BCEuler3D_mitState.h
The file was modified src/pde/NS/BCEulermitAVSensor3D.h
The file was modified src/pde/ArtificialViscosity/AVSensor_Source3D.h
The file was modified src/pde/ArtificialViscosity/PDEmitAVSensor3D.h
The file was addedsrc/pde/SourceOnly/PDESourceOnly3D.h
The file was modified src/Discretization/GloballyConstrained/AlgebraicEquationSet_GloballyConstrained.h
The file was modified src/NonLinearSolver/NewtonSolver_MatrixBlock_2x2_Instantiate.cpp
The file was modified src/pde/ArtificialViscosity/AVSensor_AdvectiveFlux3D.h
The file was modified src/LinearAlgebra/SparseLinAlg/ScalarMatrix_CRS_int.cpp
The file was modified src/NonLinearSolver/LineUpdate/HalvingSearchLineUpdate_MatrixBlock_2x2_Instantiate.cpp
The file was modified src/SolutionTrek/Continuation/Homotopy/AlgebraicEquationSet_HTC2.h
The file was modified src/SolutionTrek/Continuation/Homotopy/Homotopy.h
Commit 4c9b613d6460d1aeec41326d64377589aebfef07 by blsc
Updated interface for globally constrained equations so the jacobian for the pde and the constraints are in seperate functions
The file was modified src/Discretization/GloballyConstrained/AlgebraicEquationSet_GloballyConstrained.h
The file was modified src/SolutionTrek/Continuation/Homotopy/AlgebraicEquationSet_HTC2.h
Commit 7b3bffead771721f3b8005b7d1c7d3666e09ba36 by blsc
The small problem for static condensation is calculated on one processor then broadcast, that way there are on finite precision inconsistencies
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixBlock_2x2_Instantiate.cpp
Commit fb6fd15ea86de426504acf600b7f65a30840b071 by blsc
Added template parameter to determine if (PETSc) should do a shur complement from block 2x2. Note, if we're not using PETSc, then the block matrix is solved as is. This is because the shur complement is only a work around for parallel communication issues.
The file was modified src/pde/NS/PDEEuler3D.h
The file was modified test/system/CodeConsistency/PDEmitAVSensor3D_Consistency_btest.cpp
The file was modified src/pde/NS/BCEulermitAVSensor3D.h
The file was modified src/LinearAlgebra/BlockLinAlg/MatrixBlock_2x2_Inverse.h
The file was modified src/LinearAlgebra/BlockLinAlg/MatrixBlock_2x2_InverseLUP.h
The file was modified src/NonLinearSolver/LineUpdate/HalvingSearchLineUpdate_MatrixBlock_2x2_Instantiate.cpp
The file was modified test/sandbox/Solve3D_CGStabilized_RANSSA_OneraM6_ArtificialViscosity_toy.cpp
The file was modified src/LinearAlgebra/MatrixSizeType.h
The file was addedsrc/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixBlock_2x2_NoShur_Instantiate.cpp
The file was modified src/SolutionTrek/Continuation/ImplicitResidualSmoothing/AlgebraicEquationSet_Block2x2_IRS.h
The file was modified test/unit/LinearAlgebra/BlockLinAlg/MatrixBlock_2x2_InverseLUP_btest.cpp
The file was modified src/LinearAlgebra/BlockLinAlg/MatrixBlock_2x2_Decompose_LUP.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block2x2_DGBR2_Line_Euler1DSensor_btest.cpp
The file was modified test/sandbox/Adapt3D_CGStabilized_RANSSA_ArtificialViscosity_ONERA_M6_toy.cpp
The file was modified test/unit/pde/ArtificialViscosity/AVSensor_ViscousFlux3D_btest.cpp
The file was modified src/LinearAlgebra/DenseLinAlg/InverseLU.h
The file was modified test/system/CodeConsistency/BCEulermitAVSensor3D_Consistency_RANSSA_btest.cpp
The file was modified test/system/CodeConsistency/BCEulermitAVSensor3D_Consistency_btest.cpp
The file was modified src/LinearAlgebra/BlockLinAlg/MatrixBlock_2x2_InverseLU.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_RANSSA_ArtificialViscosity_ONERA_M6_toy.cpp
The file was modified test/system/BlockSolve/Block_1D_Decoupled_Burgers_btest.cpp
The file was modified test/unit/pde/ArtificialViscosity/PDEmitAVSensor3D_btest.cpp
The file was modified test/unit/LinearAlgebra/Heat1D_btest.h
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block2x2_Triangle_AD_btest.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/Krylov/FGMRES_MatrixBlock_2x2_Instantiate.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_RANSSA_CRM_toy.cpp
The file was modified test/unit/pde/ArtificialViscosity/AVSensor_Source3D_Euler_btest.cpp
The file was modified src/LinearAlgebra/BlockLinAlg/MatrixBlock_2x2.h
The file was modified src/LinearAlgebra/BlockLinAlg/MatrixBlock_2x2_Transpose.h
The file was modified test/unit/LinearAlgebra/SparseLinAlg/UMFPACK_btest.cpp
The file was modified src/LinearAlgebra/TransposeTraits.h
The file was modified test/system/CodeConsistency/PDEEulermitAVDiffusion3D_RANSSA_Consistency_btest.cpp
The file was modified src/SolutionTrek/Continuation/PseudoTime/AlgebraicEquationSet_Block2x2_PTC.h
The file was modified src/LinearAlgebra/BlockLinAlg/BlockLinAlg_Type.h
The file was addedsrc/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixBlock_2x2_Shur_Instantiate.cpp
The file was modified src/Adaptation/MOESS/SolverInterface_DGBR2_Block2x2.h
The file was addedtest/sandbox/Solve3D_VMSDBR2_BlottnerSphere_AV_HTC_toy.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/ScalarMatrix_CRS_int.cpp
The file was modified test/unit/LinearAlgebra/BlockLinAlg/MatrixBlock_2x2_InverseLU_btest.cpp
The file was modified src/LinearAlgebra/Transpose.h
The file was modified src/LinearAlgebra/BlockLinAlg/MatrixBlock_2x2_InverseLUP.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block2x2_DGBR2_Triangle_BuckleyLeverett_AV_btest.cpp
The file was modified test/unit/LinearAlgebra/BlockLinAlg/MatrixBlock_2x2_SparseMatrix_CRS_btest.cpp
The file was modified test/unit/pde/NS/PDEEuler3D_btest.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/Preconditioners/LU_SGS_MatrixBlock_2x2_Instantiate.cpp
The file was modified src/LinearAlgebra/VectorType.h
The file was modified src/LinearAlgebra/MatrixViewType.h
The file was modified src/Discretization/Block/AlgebraicEquationSet_Block2x2_impl.h
The file was modified src/LinearAlgebra/BlockLinAlg/MatrixBlock_2x2_Decompose_LU.cpp
The file was modified test/unit/LinearAlgebra/BlockLinAlg/MatrixBlock_2x2_Decompose_LUP_btest.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/WriteMatrixMarketFile.h
The file was modified test/sandbox/Solve3D_CGStabilized_RANSSA_OneraM6_Subsonic_ArtificialViscosity_toy.cpp
The file was modified test/unit/pde/NS/PDEEulermitAVDiffusion3D_btest.cpp
The file was modified test/sandbox/Solve1D_DGBR2_BuckleyLeverett_ArtificialViscosity_ST_toy.cpp
The file was modified test/sandbox/Solve3D_DGBR2_RANSSA_CRM_toy.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block2x2_DGBR2_BuckleyLeverett_ArtificialViscosity_ST_btest.cpp
The file was modified test/system/CodeConsistency/PDEEulermitAVDiffusion3D_Consistency_btest.cpp
The file was modified test/unit/LinearAlgebra/BlockLinAlg/MatrixBlock_2x2_Decompose_LU_btest.cpp
The file was modified src/LinearAlgebra/BlockLinAlg/MatrixBlock_2x2_Decompose_LUP.h
The file was modified src/LinearAlgebra/BlockLinAlg/MatrixBlock_2x2_InverseLU.h
The file was modified src/pde/NS/BCNavierStokes3D_mitState.h
The file was modified test/unit/LinearAlgebra/BlockLinAlg/MatrixBlock_2x2_Transpose_btest.cpp
The file was modified src/Discretization/Block/AlgebraicEquationSet_Block2x2.h
The file was modified test/system/BlockSolve/Block_1D_Decoupled_AD_btest.cpp
The file was modified src/pde/NS/BCEulermitAVSensor2D.h
The file was modified src/Discretization/Block/AlgebraicEquationSet_Block2x2_VecS3_Real.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/CMakeLists.txt
The file was modified src/LinearAlgebra/SparseLinAlg/ScalarMatrix_CRS.h
The file was modified src/Discretization/Block/AlgebraicEquationSet_Block2x2_VecS4_Real.cpp
The file was modified src/LinearAlgebra/DenseLinAlg/InverseLUP.h
The file was modified test/system/CodeConsistency/PDEmitAVSensor3D_Consistency_RANSSA_btest.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/Preconditioners/LU_SGS.h
The file was modified src/LinearAlgebra/SparseLinAlg/ScalarMatrix_CRS_impl.h
The file was modified test/sandbox/Solve3D_CGStabilized_Euler_Bump_ArtificialViscosity_toy.cpp
The file was modified src/pde/ArtificialViscosity/PDEmitAVSensor2D.h
The file was modified src/LinearAlgebra/NonZeroPatternType.h
The file was modified src/NonLinearSolver/NewtonSolver_MatrixBlock_2x2_Instantiate.cpp
The file was modified src/Discretization/GloballyConstrained/AlgebraicEquationSet_GloballyConstrained.h
The file was removedsrc/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixBlock_2x2_Instantiate.cpp
The file was modified src/LinearAlgebra/BlockLinAlg/MatrixBlock_2x2_Decompose_LU.h
The file was modified test/sandbox/Solve1D_DGBR2_Burgers_ArtificialViscosity_toy.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver_MatrixBlock_2x2_Instantiate.cpp
The file was modified src/Discretization/Block/AlgebraicEquationSet_Block2x2_Real_Real.cpp
The file was modified src/pde/ArtificialViscosity/PDEmitAVSensor3D.h
The file was modified test/unit/LinearAlgebra/BlockLinAlg/MatrixBlock_2x2_DenseMatrix_btest.cpp
Commit 8f61be5b36517b015ef279cc2c388f1b80c25886 by blsc
... because if you hard code tecplot for 4 levels of grid refinement on output you get a 300Gb tecplot file in 3D ...
The file was modified src/Field/output_Tecplot_PDE.h
Commit 9f5cdae2cb29d5ff78bd31e0ce0fede32dc3bba2 by blsc
Number of global constraints is now a runtime option. The global coupling uses a CRS matrix structure, as opposed to MatrixD, since the CRS structure is already there.
The file was modified src/SolutionTrek/Continuation/Homotopy/AlgebraicEquationSet_HTC2.h
The file was modified src/Discretization/GloballyConstrained/AlgebraicEquationSet_GloballyConstrained.h
Commit 35e64fe517df7a33917ab5cd55fb043d75cdbe61 by blsc
Fixed bug with small system decomposition. The matrix was incorrectly sized for runtime constraints
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixBlock_2x2_Shur_Instantiate.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/SparseVector.h
Commit bdfb2225f202c148a0c06d835e8aadbe5725fd72 by blsc
Clean up after merging from develop
The file was modified src/pde/NS/PDEEulermitAVDiffusion3D.h
The file was modified src/pde/ArtificialViscosity/PDEmitAVSensor3D.h
Commit 000e5253af5e6b6d861177e1eb67b5b3430ab863 by blsc
More merging issues
The file was modified src/pde/ArtificialViscosity/AVSensor_Source3D.h
Commit 9eaf627097a09656f80b33692be30bd3d0d53e0e by galbramc
Added RotorSource for Euler equations
The file was modified test/unit/Discretization/VMSDBR2/CMakeLists.txt
The file was modified test/unit/Field/NormalField_btest.cpp
The file was modified src/pde/NS/PDEEuler3D.h
The file was modified src/pde/ArtificialViscosity/PDEmitAVSensor3D.h
The file was modified test/unit/pde/ArtificialViscosity/PDEmitAVSensor3D_btest.cpp
The file was modified test/system/CodeConsistency/CMakeLists.txt
The file was modified src/pde/NS/BCEulermitAVSensor3D.h
The file was modified src/pde/NS/PDEEulermitAVDiffusion3D.h
The file was modified src/pde/NS/BCEuler3D_mitState.h
The file was addedtest/unit/pde/NS/PDEEuler3D_RotorSource_btest.cpp
The file was addedsrc/pde/NS/PDEEuler3D_RotorSource.h
Commit 9113bd91ac510ccf26d3b78d1700cd5b806a3e5f by galbramc
Various small fixes
The file was modified src/Meshing/refine/XField_refine.cpp
The file was modified src/pde/NS/BCEulermitAVSensor3D.h
The file was modified src/pde/ArtificialViscosity/AVSensor_Source3D.h
The file was modified src/Field/output_Tecplot_PDE.h
Commit 0f37c607228b1e0da4703ff4a702e5ea51ef9b30 by galbramc
Fix compile error
The file was modified src/pde/NS/PDEEuler3D_RotorSource.h
The file was modified test/unit/pde/NS/PDEEulermitAVDiffusion3D_btest.cpp
Commit 538abcf9000814c7e430110a714fe376d02e703a by galbramc
A few more fixes
The file was modified src/pde/ArtificialViscosity/AVSensor_Source3D.h
The file was modified src/pde/NS/PDEEuler3D.h
Commit 619caaf050471926901065b872e68ccf2b4bf9bd by galbramc
Fix unit test error
The file was modified src/pde/NS/PDEEuler3D.h
The file was modified test/unit/pde/NS/PDEEulermitAVDiffusion3D_btest.cpp
Commit 16407c31e053dd875e5c957ccef71b60fdee322e by ksabo
Bulk of unit tests done.
The file was modified test/unit/pde/TCNE/Q1DConservative_btest.cpp
The file was modified src/pde/TCNE/Q1DTCNEConservative.h
The file was modified src/pde/TCNE/PDETCNEEuler1D.h
The file was modified test/unit/pde/TCNE/TCNEChemistryModels_btest.cpp
The file was modified test/unit/pde/TCNE/TCNEGasModel_StatMech_btest.cpp
The file was modified test/unit/pde/TCNE/BCTCNEEuler1D_btest.cpp
The file was modified src/pde/TCNE/TCNEChemistryModels.h
The file was modified src/pde/TCNE/TCNEGasModel_StatMech.h
The file was modified test/unit/pde/TCNE/PDETCNEEuler1D_btest.cpp
Commit f70aabe312ef0666ab7988cc977aa63d84f0ed72 by galbramc
Update refine libraries
The file was modified CMakeInclude/Builds/BuildREFINE.cmake
The file was modified CMakeInclude/Finds/FindREFINE.cmake
Commit 5719c65a4738d4cc1d0a6c6723b43d916dbb51f2 by blsc
src/
The file was modified test/unit/Discretization/CMakeLists.txt
The file was modified test/unit/LinearAlgebra/Heat1D_btest.h
The file was modified test/unit/LinearAlgebra/SparseLinAlg/PETSc/PETSc_btest.cpp
Commit feb538ebc816e589e34471d885688ec2e2d6ba9c by blsc
Missing unit tests and ability to daisy chain globally constrained algebraic equation sets
The file was modified src/Discretization/GloballyConstrained/AlgebraicEquationSet_GloballyConstrained.h
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixBlock_2x2_Shur_Instantiate.cpp
The file was modified src/SolutionTrek/Continuation/Homotopy/AlgebraicEquationSet_HTC2.h
The file was addedtest/unit/Discretization/GloballyConstrained/CMakeLists.txt
The file was addedtest/unit/Discretization/GloballyConstrained/AlgebraicEquationSet_GloballyConstrained_btest.cpp
Commit b48e723723ce27361009a5e2cd060afd776d6b91 by blsc
Missed an update for the serial version of PETSc
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixBlock_2x2_Shur_Instantiate.cpp
Commit f7e4e045580b0dbe6d8e567b20b006baff560130 by galbramc
Further speed improvements
The file was modified src/pde/SourceOnly/PDESourceOnly2D.h
The file was modified src/pde/AdvectionDiffusion/AdvectiveFlux3D.h
The file was modified src/pde/ArtificialViscosity/PDEmitAVSensor2D.h
The file was modified src/Discretization/VMSDBR2/IntegrandTrace_VMSD_BR2.h
The file was modified src/SolutionTrek/Continuation/Homotopy/PDEHomotopy.h
The file was modified src/pde/NDConvert/PDENDConvertSpace2D.h
The file was modified src/pde/NDConvert/PDENDConvertSpaceTime1D.h
The file was modified CMakeInclude/Finds/FindREFINE.cmake
The file was modified src/pde/ArtificialViscosity/PDEmitAVSensor3D.h
The file was modified src/pde/NDConvert/PDENDConvertSpaceTime3D.h
The file was modified src/pde/AdvectionDiffusion/Source1D.h
The file was modified src/pde/AdvectionDiffusion/AdvectiveFlux2D.h
The file was modified src/pde/AdvectionDiffusion/Source2D.h
The file was modified src/pde/NS/PDEEulermitAVDiffusion3D.h
The file was modified src/pde/NS/PDEEuler2D.h
The file was modified src/pde/AdvectionDiffusion/Source3D.h
The file was modified src/pde/NDConvert/PDENDConvertSpace3D.h
The file was modified src/pde/AdvectionDiffusion/AdvectiveFlux1D.h
The file was modified CMakeInclude/Builds/BuildREFINE.cmake
The file was modified src/pde/AdvectionDiffusion/PDEAdvectionDiffusion1D.h
The file was modified src/pde/NS/Roe.h
The file was modified src/pde/NS/PDERANSSA3D.h
The file was modified src/pde/NS/PDERANSSA2D.h
The file was modified src/pde/ArtificialViscosity/AVSensor_AdvectiveFlux2D.h
The file was modified src/pde/AdvectionDiffusion/PDEAdvectionDiffusion3D.h
The file was modified src/pde/ArtificialViscosity/AVSensor_AdvectiveFlux3D.h
The file was modified src/pde/NS/PDEEulermitAVDiffusion2D.h
The file was modified src/pde/AdvectionDiffusion/PDEAdvectionDiffusion2D.h
The file was modified src/pde/NDConvert/PDENDConvertSpace1D.h
The file was modified src/pde/NS/IsmailRoe.h
The file was modified src/pde/NS/PDEEuler3D.h
Commit dc5315bdc5a2ddd2f79fcdf76012d9c2aabcf07c by galbramc
Fix VMSDBR2 adjoint bug. Update refine build.
The file was modified CMakeInclude/Builds/BuildPARMETIS.cmake
The file was modified CMakeInclude/Builds/BuildREFINE.cmake
The file was modified src/Discretization/VMSDBR2/IntegrandTrace_VMSD_BR2.h
Commit ab50d48f9186e642d09a8ac2070c113cdda22bf2 by galbramc
Some fixes for the Rotor source
The file was modified src/Discretization/Galerkin/Stabilization_Galerkin.h
The file was modified src/pde/NS/PDEEuler3D_RotorSource.h
The file was modified test/unit/pde/NS/PDEEuler3D_RotorSource_btest.cpp
The file was modified src/pde/NS/PDEEulermitAVDiffusion2D.h
Commit 4af7f5b612ed1b45f083206c42b895a22588ff32 by galbramc
Trying DG Normal vector field
The file was removedsrc/Field/NormalField/NormalField_CG.h
The file was addedsrc/Field/NormalField/NormalField.h
The file was removedsrc/Field/NormalField/NormalField_CG_Volume.cpp
The file was modified test/unit/Field/NormalField_btest.cpp
The file was modified src/pde/NS/PDEEuler3D_RotorSource.h
The file was modified src/Field/FieldVolume_DG_Cell_Instantiate_3D.cpp
The file was addedsrc/Field/NormalField/NormalField_Volume.cpp
The file was modified src/Field/CMakeLists.txt
Commit 7a0d6db22637c89811306cc494d35cea06f29e5a by galbramc
Correction to Rotor source
The file was modified src/pde/NS/PDEEuler3D_RotorSource.h
The file was modified test/unit/pde/NS/PDEEuler3D_RotorSource_btest.cpp
Commit eed475188eeb060770e6e7d5051d306f5115b6b0 by galbramc
One more fix to Rotor source
The file was modified test/unit/pde/NS/PDEEuler3D_RotorSource_btest.cpp
The file was modified src/pde/NS/PDEEuler3D_RotorSource.h
Commit 9f720dd7ec2b8ae9039a1b0b40f5cd0ce2de2c22 by galbramc
One more fix
The file was modified src/pde/NS/PDEEuler3D_RotorSource.h
Commit cb76fca2efb4b7d91d15bbc18f3e7c2eb807ede6 by ksabo
updated file names
The file was removedtest/unit/pde/TCNE/Q1DConservative_btest.cpp
Commit 3879a8fb7ddd8b32982fe16101503f6a9b67b602 by ksabo
updated file names (round 2)
The file was addedtest/unit/pde/TCNE/Q1DConservative_btest_bu.cpp
The file was addedtest/unit/pde/TCNE/Q1DTCNEConservative_btest.cpp
Commit 90f63242ac060dd15446fd13d91f5706de739df8 by ksabo
Fixed warnings and other minor things
The file was modified src/pde/TCNE/Q1DTCNEConservative.h
The file was modified test/unit/pde/TCNE/PDETCNEEuler1D_btest.cpp
The file was modified src/pde/TCNE/PDETCNEEuler1D.h
The file was modified test/unit/pde/TCNE/TCNEChemistryModels_btest.cpp
The file was modified src/pde/TCNE/TCNEChemistryModels.h
The file was modified test/unit/pde/TCNE/Q1DTCNEConservative_btest.cpp
Commit 3d3fae92a1a98eff39651af698877bf36d1c2169 by ksabo
150 char line error fix
The file was modified src/pde/TCNE/TCNEChemistryModels.h
Commit ac9a858d194243ebb24758a477e2c759c1b2eb6f by ksabo
used brackets for matrix call, fixed now
The file was modified src/pde/TCNE/TCNEGasModel_CurveFit.h
Commit d921b8bcfe72701de6e261fb8058d19af9b1fe22 by galbramc
Some cleanup of PETSc Shur solve
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixBlock_2x2_Shur_Instantiate.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/ScalarVector.h
The file was modified src/LinearAlgebra/SparseLinAlg/SparseVector.h
The file was addedsrc/MPI/serialize_DenseLinAlg_MatrixD.h
Commit 20b4c9d15be914de11d494a3294c9826116f4d16 by galbramc
Fixes for MKL with Block 2x2
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/MKL_PARDISO/MKL_PARDISOSolver_CRS_MatrixD.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/MKL_PARDISO/MKL_PARDISOSolver_CRS_double.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/MKL_PARDISO/MKL_PARDISOSolver_MatrixBlock_2x2_Instantiate.cpp
The file was modified test/unit/LinearAlgebra/SparseLinAlg/MKL/MKL_PARDISO_btest.cpp
Commit a22005db5bf65c8b6233bcf3c3a7f4c13a38a89d by blsc
Bug fixes for homotopy and some 3D bugs
The file was modified src/pde/NS/BCEulermitAVSensor3D.h
The file was modified test/sandbox/Solve2D_VMSDBR2_HOW5_VI2_HTC_toy.cpp
The file was modified src/pde/SourceOnly/PDESourceOnly3D.h
The file was modified src/pde/NS/PDEEulermitAVDiffusion3D.h
The file was modified src/SolutionTrek/Continuation/Homotopy/Homotopy.h
The file was modified src/pde/ArtificialViscosity/PDEmitAVSensor3D.h
Commit 65038f4cd52cc832df28c576428ed135844f56c3 by blsc
Fixed a few bug (undefined param and timeout)
The file was modified src/pde/NS/PDEEuler2D.h
The file was modified test/system/CodeConsistency/PDESourceOnly_Projection_btest.cpp
Commit 4b756e1c0e299decbd5c054ab60adff6a7429be0 by ksabo
fixed stack-buffer-overflow error in temperature data structures
The file was modified test/unit/pde/TCNE/PDETCNEEuler1D_btest.cpp
The file was modified test/unit/pde/TCNE/TCNEGasModel_StatMech_btest.cpp
The file was modified CMakeLists.txt
The file was modified src/pde/TCNE/TCNEGasModel_StatMech.h
Commit a950f402b21aea4d1af722f1f2bc052bcad04fd4 by blsc
Missing instantiations, BC that only existed for local testing purposes removed.
The file was modified src/LinearAlgebra/BlockLinAlg/MatrixBlock_2x2.h
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/MKL_PARDISO/MKL_PARDISOSolver_MatrixBlock_2x2_Instantiate.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver_MatrixBlock_2x2_Instantiate.cpp
The file was modified test/sandbox/Solve3D_VMSDBR2_BlottnerSphere_AV_HTC_toy.cpp
The file was modified src/pde/NS/BCEuler3D_mitState.h
The file was modified src/pde/NS/BCEuler3D.cpp
Commit 3b72656b3e4c5cd7c7b3a54fb4c2b17704d14fad by ksabo
fixed read access error from electron indexing bug
The file was modified src/pde/TCNE/TCNEChemistryModels.h
The file was modified src/pde/TCNE/TCNEGasModel_StatMech.h
The file was modified test/unit/pde/TCNE/PDETCNEEuler1D_btest.cpp
Commit a957bb65213d808ead371dd8e57dbbe905f5f51b by ksabo
fixed compiler warnings
The file was modified src/pde/TCNE/PDETCNEEuler1D.h
The file was modified src/pde/TCNE/TCNEChemistryModels.h
Commit 15b7e43a259d3afabbb330cc884ac08de2d9adf8 by ksabo
dropped tol to 1e-11 from 1e-12, removed extra {} that may have been causing an issue
The file was modified test/unit/pde/TCNE/Q1DTCNEConservative_btest.cpp
The file was modified test/unit/pde/TCNE/BCTCNEEuler1D_btest.cpp
Commit 47de569c019e0d3f3efad31c73f7f435a2e24bf3 by ksabo
renamed test suite (explicitly added TCNE to name) - was causing conflict error
The file was modified test/unit/pde/TCNE/BCTCNEEuler1D_btest.cpp
Commit 8f3920d53e59b2eb35152aab893d8b6c58d59aaa by ksabo
SANS_Nightly fix, efma line compiler warning deleted
The file was modified test/unit/pde/TCNE/Q1DTCNEConservative_btest.cpp
Commit b288ad4b8e8d1f5af011a3cc8f3ddae441c32a3b by ksabo
updated reverse reaction rate temperature calculations
The file was modified src/pde/TCNE/TCNEGasModel_StatMech.h
The file was modified src/pde/TCNE/TCNEChemistryModels.h
The file was modified src/pde/TCNE/Q1DTCNEConservative.h
Commit db5039d8da97fbebd096aaf05972d1a648af98f4 by hcarson
Add trace quadrature checking to isValidCell_VMSD.

- VMSD is built around element-wise trace integrals, this adds checking
for those quadrature points to the validity checking.
The file was modified src/Discretization/isValidState/isValidStateCell_VMSD.h
Commit 9957e2af90bca3063bc735cfeb74b6177b24fcf0 by galbramc
Refactored global constraintes
The file was modified test/unit/LinearAlgebra/SparseLinAlg/PETSc/PETSc_btest.cpp
The file was modified test/unit/LinearAlgebra/SparseLinAlg/VectorD_SparseVector_VectorS_btest.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/SparseLinAlg_LinearSolver.h
The file was modified src/LinearAlgebra/VectorSizeType.h
The file was addedsrc/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixBlock_2x2_Instantiate.cpp
The file was modified src/pde/AdvectionDiffusion/PDEAdvectionDiffusion2D.h
The file was modified src/LinearAlgebra/BlockLinAlg/tools/norm.h
The file was modified test/unit/LinearAlgebra/SparseLinAlg/CMakeLists.txt
The file was modified src/pde/AnalyticFunction/ScalarFunction2D.h
The file was modified src/LinearAlgebra/DenseLinAlg/DynamicSize/MatrixD_NonZeroPattern.h
The file was modified src/Adaptation/MOESS/NLOPT/MOESS_SANS_Optimizer_NLOPT/MOESS_SANS_Optimizer_NLOPT_impl.h
The file was modified src/LinearAlgebra/SparseLinAlg/ScalarMatrix_CRS_impl.h
The file was modified src/LinearAlgebra/SparseLinAlg/SparseLinAlg_LinearSolver.cpp
The file was modified src/LinearAlgebra/AlgebraicEquationSetBase.h
The file was modified test/unit/LinearAlgebra/Heat1D_btest.h
The file was addedsrc/LinearAlgebra/AlgebraicEquationSetBase_GloballyConstrained.h
The file was modified src/LinearAlgebra/SparseLinAlg/LinearSolverBase.h
The file was removedsrc/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixBlock_2x2_NoShur_Instantiate.cpp
The file was modified test/unit/LinearAlgebra/SparseLinAlg/VectorD_SparseVector_Real_btest.cpp
The file was modified src/SolutionTrek/Continuation/Homotopy/AlgebraicEquationSet_HTC2.h
The file was modified test/unit/Discretization/GloballyConstrained/AlgebraicEquationSet_GloballyConstrained_btest.cpp
The file was removedsrc/Discretization/GloballyConstrained/AlgebraicEquationSet_GloballyConstrained.h
The file was modified src/LinearAlgebra/SparseLinAlg/CMakeLists.txt
The file was modified src/pde/AnalyticFunction/ScalarFunction2D.cpp
The file was modified src/LinearAlgebra/MatrixSizeType.h
The file was modified src/LinearAlgebra/SparseLinAlg/tools/dot.h
The file was modified src/NonLinearSolver/LineUpdate/HalvingSearchLineUpdate_MatrixBlock_2x2_Instantiate.cpp
The file was modified src/SolutionTrek/Continuation/Homotopy/PDEHomotopy.h
The file was modified src/SolutionTrek/Continuation/Homotopy/Homotopy.h
The file was modified src/NonLinearSolver/NewtonSolver_MatrixBlock_2x2_Instantiate.cpp
The file was modified src/pde/AdvectionDiffusion/BCAdvectionDiffusion2D.h
The file was modified src/LinearAlgebra/SparseLinAlg/SparseMatrix_CRS.h
The file was modified src/LinearAlgebra/VectorType.h
The file was modified src/LinearAlgebra/DenseLinAlg/DynamicSize/VectorD.h
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixD_CRS_MatrixS_Instantiate.cpp
The file was modified src/LinearAlgebra/NonZeroPatternType.h
The file was modified src/LinearAlgebra/SparseLinAlg/SparseLinAlg_Type.h
Commit 43e8a8ef02475daec41ade2fdefb54f4331d1001 by galbramc
Forgot files
The file was addedsrc/LinearAlgebra/SparseLinAlg/tools/MPI_dot.cpp
The file was addedsrc/LinearAlgebra/SparseLinAlg/tools/MPI_dot.h
The file was addedtest/unit/LinearAlgebra/SparseLinAlg/PETSc/PETSc_LinearSolver_btest.cpp
Commit 0242292499ef7d7bfadcfba6cd8ae2af56b9d2a2 by galbramc
Compile fixes
The file was modified test/unit/Discretization/VMSD/IntegrandCell_VMSD_Output_AD_btest.cpp
The file was modified test/unit/Discretization/HDG/IntegrandCell_HDG_AD_btest.cpp
The file was modified src/SolutionTrek/Continuation/Homotopy/Homotopy.h
The file was modified test/unit/Discretization/HDG/IntegrandFunctor_HDG_ST_AD_btest.cpp
The file was modified test/unit/pde/SourceOnly/PDESourceOnly2D_btest.cpp
The file was modified src/pde/AdvectionDiffusion/PDEAdvectionDiffusion2D.h
The file was modified test/unit/Discretization/VMSDBR2/IntegrandTrace_VMSD_BR2_AD_btest.cpp
The file was modified test/unit/Discretization/HDG/IntegrandInteriorTrace_HDG_AD_btest.cpp
The file was modified src/pde/NS/BCEulermitAVSensor3D.h
Commit b1190203750f157d3f224931f58c5208431bc4db by galbramc
Fix unit test
The file was modified test/unit/IO/pde/ScalarFunction2D_pattern.txt
The file was modified src/pde/AnalyticFunction/ScalarFunction2D.h
Commit a4c4e8e685b01cc96a199e59d58c958ee7182d4a by savithru
Added a new ParamFieldBuilder specialization for (log-permeability, porosity, gen-H) param fields. Added a unit test.
The file was modified src/pde/PorousMedia/PermeabilityModel2D.h
The file was modified src/Discretization/DG/SolutionData_DGBR2.h
The file was modified src/pde/PorousMedia/PorosityModel.h
The file was modified test/unit/Adaptation/MOESS/CMakeLists.txt
The file was modified test/unit/Adaptation/MOESS/ParamFieldBuilder_btest.cpp
The file was modified src/Adaptation/MOESS/ParamFieldBuilder.h
Commit 95a115d9350792ae366aa549c3b441b446263ff7 by allmaras
added pde/IncompressibleNS
The file was modified test/unit/pde/CMakeLists.txt
The file was modified CMakeLists.txt
The file was modified src/pde/CMakeLists.txt
Commit 172ce73cf210570ec61f5d3172f30957c3ebfa30 by allmaras
added 1D incompressible NS for fully developed channel flow with sansLG Robin BCs
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Galerkin_Stabilized.h
The file was addedsrc/pde/IncompressibleNS/BCIncompressibleNavierStokes1DChannel.h
The file was addedsrc/pde/IncompressibleNS/TraitsIncompressibleNavierStokes.h
The file was addedtest/unit/IO/pde/PDEIncompressibleNavierStokes1DChannel_pattern.txt
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Galerkin.h
The file was addedsrc/pde/IncompressibleNS/PDEIncompressibleNavierStokes1DChannel.h
The file was addedsrc/pde/IncompressibleNS/BCIncompressibleNavierStokes1DChannel.cpp
The file was addedsrc/pde/IncompressibleNS/TraitsIncompressibleNavierStokesChannel.h
The file was addedtest/unit/pde/IncompressibleNS/PDEIncompressibleNavierStokes1DChannel_btest.cpp
The file was addedsrc/Discretization/Galerkin/IntegrandBoundaryTrace_Robin_sansLG_Galerkin.h
The file was addedsrc/pde/IncompressibleNS/CMakeLists.txt
The file was addedtest/unit/pde/IncompressibleNS/CMakeLists.txt
Commit 28291bc064561403c959442260687b0f2755ee34 by allmaras
added 2nd weighting parameter to weightBC; 1st parameter is for Dirichlet / adjoint state,
and 2nd parameter is for Neumann / adjoint diffusive flux
The file was modified test/unit/pde/ShallowWater/BCShallowWater2D_manifold_btest.cpp
The file was modified src/pde/NS/BCEuler2D_Dirichlet_sansLG.h
The file was modified test/unit/pde/HSM/BCHSM2D_btest.cpp
The file was modified src/Discretization/Galerkin/IntegrandBoundaryTrace_Dirichlet_sansLG_Galerkin.h
The file was modified test/unit/pde/NS/BCEuler1D_btest.cpp
The file was modified src/pde/NDConvert/BCNDConvertSpace2D.h
The file was modified src/pde/ShallowWater/BCShallowWater2D.h
The file was modified test/unit/pde/ShallowWater/BCShallowWater2D_btest.cpp
The file was modified test/unit/pde/ShallowWater/BCShallowWater1D_btest.cpp
The file was modified src/Discretization/HDG/IntegrandBoundaryTrace_Dirichlet_sansLG_HDG.h
The file was modified src/pde/NDConvert/BCNDConvertSpaceTime1D.h
The file was modified src/pde/NDConvert/BCNDConvertSpaceTime2D.h
The file was modified src/pde/NS/BCEuler1D.h
The file was modified src/pde/ShallowWater/BCShallowWater2D_manifold.h
The file was modified src/Discretization/Galerkin/IntegrandBoundaryTrace_Dirichlet_Galerkin_HSM2D.h
The file was modified test/unit/pde/NS/BCEuler2D_btest.cpp
The file was modified test/unit/pde/NS/BCEuler3D_mitLagrange_btest.cpp
The file was modified src/Discretization/Galerkin/IntegrandBoundaryTrace_Dirichlet_sansLG_Galerkin_manifold.h
The file was modified src/pde/NDConvert/BCNDConvertSpace1D.h
The file was modified src/pde/ShallowWater/BCShallowWater1D.h
Commit c6efe631d86ca01b0e2de78eab4ea69ed0ff6927 by allmaras
added 2nd weighting parameter to weightBC; missed one file
The file was modified src/pde/HSM/BCHSM2D.h
Commit 1179d4b3e94b485c7ac18ca5c406168009d843bf by allmaras
added Robin_sansLG BC catagory
The file was modified src/pde/BCCategory.h
The file was modified src/Discretization/DiscretizationBCTag.h
Commit 3810f8436226bb559500daa725f58dae3ee2550f by allmaras
IO file check flag -> true
The file was modified test/unit/pde/IncompressibleNS/PDEIncompressibleNavierStokes1DChannel_btest.cpp
Commit ff051a2d9b7ef9f3c0796dfc9745766ca4885718 by allmaras
1D incompressible NS solver for fully developed channel flow
The file was addedtest/sandbox/Solve1D_CG_IncNS1D_Channel_toy.cpp
Commit 72af8eb02ec2b5f65ee64cb19ab53d13f53ee96f by allmaras
bug fixes
The file was modified src/pde/IncompressibleNS/BCIncompressibleNavierStokes1DChannel.cpp
The file was modified test/unit/pde/IncompressibleNS/PDEIncompressibleNavierStokes1DChannel_btest.cpp
The file was modified src/pde/IncompressibleNS/BCIncompressibleNavierStokes1DChannel.h
The file was modified src/pde/IncompressibleNS/PDEIncompressibleNavierStokes1DChannel.h
Commit bd52fca2b440b94b7683954fb0049a342d0a74a5 by savithru
Major refactor of the two-phase PDE classes to support a (log-permeability, porosity) param-field. The artificial viscosity classes use a (log-permeability, porosity, log-H) param-field.
The file was modified src/pde/PorousMedia/TraitsTwoPhase.h
The file was modified test/unit/IO/pde/PorousMedia/PDETwoPhase_ArtificialViscosity1D_pattern.txt
The file was modified src/pde/PorousMedia/BCTwoPhase2D.h
The file was modified src/pde/PorousMedia/BCTwoPhaseArtificialViscosity2D.cpp
The file was modified test/unit/IO/pde/PorousMedia/PDETwoPhase1D_pattern.txt
The file was modified src/pde/PorousMedia/PermeabilityModel2D.h
The file was modified src/Discretization/DG/DGBR2_Instantiate/AlgebraicEquationSet_DGBR2_TwoPhase2D_LogpnSw.cpp
The file was modified test/unit/pde/PorousMedia/PDETwoPhase1D_btest.cpp
The file was modified src/pde/PorousMedia/PorosityModel.cpp
The file was modified test/unit/pde/PorousMedia/PDETwoPhase_ArtificialViscosity1D_btest.cpp
The file was modified test/unit/IO/pde/PorousMedia/BCTwoPhase2D_pattern.txt
The file was modified src/pde/ArtificialViscosity/AVSensor_ViscousFlux2D.h
The file was modified test/system/Asymptotic/CMakeLists.txt
The file was modified test/unit/pde/PorousMedia/PorosityModel_btest.cpp
The file was modified src/pde/PorousMedia/PorosityModel.h
The file was modified src/Discretization/DG/DGBR2_Instantiate/AlgebraicEquationSet_DGBR2_TwoPhase1D.cpp
The file was modified test/unit/Discretization/DG/CMakeLists.txt
The file was modified test/unit/Discretization/GloballyConstrained/CMakeLists.txt
The file was modified test/unit/IO/pde/PorousMedia/PorosityModel_Comp_pattern.txt
The file was modified test/unit/pde/PorousMedia/Sensor_TwoPhase_btest.cpp
The file was modified test/unit/Discretization/Block/CMakeLists.txt
The file was modified test/unit/pde/PorousMedia/BCTwoPhase2D_btest.cpp
The file was modified test/unit/pde/PorousMedia/PDETwoPhase_ArtificialViscosity2D_btest.cpp
The file was modified src/pde/PorousMedia/BCTwoPhaseArtificialViscosity1D.cpp
The file was modified src/pde/PorousMedia/PDETwoPhase1D.h
The file was modified test/unit/Adaptation/MOESS/ParamFieldBuilder_btest.cpp
The file was modified src/Discretization/CMakeLists.txt
The file was modified src/pde/PorousMedia/SourceTwoPhase2D.h
The file was modified test/unit/pde/PorousMedia/BCTwoPhaseArtificialViscosity2D_btest.cpp
The file was modified src/Discretization/DG/DGBR2_Instantiate/AlgebraicEquationSet_DGBR2_TwoPhase2D.cpp
The file was modified src/Discretization/DG/DGBR2_Instantiate/AlgebraicEquationSet_DGBR2_ArtificialViscosity_TwoPhase2D_LogpnSw.cpp
The file was modified src/pde/PorousMedia/BCTwoPhase2D.cpp
The file was modified src/pde/ArtificialViscosity/PDEmitAVSensor2D.h
The file was modified test/unit/pde/PorousMedia/OutputTwoPhase_btest.cpp
The file was modified test/unit/IO/pde/PorousMedia/BCTwoPhase1D_pattern.txt
The file was modified src/pde/PorousMedia/BCTwoPhaseArtificialViscosity2D.h
The file was modified test/unit/pde/PorousMedia/SourceTwoPhase2D_btest.cpp
The file was modified test/unit/IO/pde/PorousMedia/PDETwoPhase2D_pattern.txt
The file was modified test/unit/pde/PorousMedia/PDETwoPhase2D_btest.cpp
The file was modified src/pde/PorousMedia/OutputTwoPhase.h
The file was modified src/pde/PorousMedia/PDETwoPhase_ArtificialViscosity2D.h
The file was modified src/Discretization/DG/DGBR2_Instantiate/AlgebraicEquationSet_DGBR2_ArtificialViscosity_TwoPhase1D.cpp
The file was modified src/Discretization/DG/DGBR2_Instantiate/AlgebraicEquationSet_DGBR2_TwoPhase2D_Surrogate_pnSw.cpp
The file was modified src/pde/PorousMedia/PDETwoPhase2D.h
The file was modified src/Discretization/DG/DGBR2_Instantiate/AlgebraicEquationSet_DGBR2_ArtificialViscosity_TwoPhase2D.cpp
The file was modified src/pde/PorousMedia/BCTwoPhase1D.cpp
The file was modified test/unit/IO/pde/PorousMedia/PDETwoPhase_ArtificialViscosity2D_pattern.txt
The file was modified test/unit/pde/PorousMedia/BCTwoPhaseArtificialViscosity1D_btest.cpp
The file was modified test/unit/pde/PorousMedia/BCTwoPhase1D_btest.cpp
Commit d4eb1d7663e24fff56f42db9a273096091bd9b51 by savithru
Updated ErrorEstimate_DGBR2 instantiations
The file was modified src/ErrorEstimate/DG/Instantiate/ErrorEstimate_DGBR2_TwoPhase2D_LogpnSw.cpp
The file was modified src/ErrorEstimate/DG/Instantiate/ErrorEstimate_DGBR2_ArtificialViscosity_TwoPhase2D.cpp
The file was modified src/ErrorEstimate/DG/Instantiate/ErrorEstimate_DGBR2_TwoPhase2D_Surrogate_pnSw.cpp
The file was modified src/ErrorEstimate/DG/Instantiate/ErrorEstimate_DGBR2_ArtificialViscosity_TwoPhase1D.cpp
The file was modified src/ErrorEstimate/DG/Instantiate/ErrorEstimate_DGBR2_ArtificialViscosity_TwoPhase2D_LogpnSw.cpp
The file was modified src/ErrorEstimate/DG/Instantiate/ErrorEstimate_DGBR2_TwoPhase1D.cpp
The file was modified CMakeLists.txt
The file was modified src/ErrorEstimate/DG/Instantiate/ErrorEstimate_DGBR2_TwoPhase2D.cpp
Commit b23402e3a6b80ba3ec3959c698dd6dd4ea86ce1a by savithru
Updated tests. All unit and system tests compile now.
The file was modified test/unit/Discretization/DG/JacobianCell_DGBR2_LiftingOperator_LiftedQuantity_TwoPhaseAV_btest.cpp
The file was modified test/unit/Discretization/DG/SetFieldInteriorTrace_DGBR2_LiftedQuantity_TwoPhaseAV_btest.cpp
The file was modified src/pde/PorousMedia/PermeabilityModel2D.h
The file was modified test/system/Asymptotic/ErrorOrder_1D_DGBR2_TwoPhase_ST_btest.cpp
The file was modified test/unit/Discretization/DG/JacobianFunctionalCell_DGBR2_btest.cpp
The file was modified test/unit/Discretization/DG/JacobianInteriorTrace_DGBR2_TwoPhase_btest.cpp
The file was modified test/unit/ErrorEstimate/ErrorEstimateCell_DGBR2_LiftedQuantity_TwoPhaseAV_btest.cpp
The file was modified test/unit/Discretization/DG/JacobianCell_DGBR2_TwoPhase_btest.cpp
The file was modified test/unit/Discretization/DG/JacobianBoundaryTrace_Dirichlet_mitState_DGBR2_TwoPhase_btest.cpp
The file was modified test/unit/Discretization/Galerkin/JacobianFunctionalCell_Galerkin_btest.cpp
The file was modified test/unit/pde/ArtificialViscosity/AVSensor_Source2D_TwoPhase_btest.cpp
The file was modified test/unit/pde/ArtificialViscosity/AVSensor_Source1D_btest.cpp
The file was modified test/unit/Discretization/DG/JacobianCell_DGBR2_LiftedQuantity_TwoPhaseAV_btest.cpp
The file was modified test/unit/Discretization/DG/ResidualCell_DGBR2_LiftedQuantity_TwoPhaseAV_btest.cpp
Commit 1254196d8de8434f038765a933d34d26e4acd95b by allmaras
added test for -Identity() initializer
The file was modified test/unit/LinearAlgebra/DenseLinAlg/MatrixS_btest.cpp
Commit cf685edeb7e96696e757d04f818bd86cdf9fe96e by galbramc
Fix so -DLA::Identity() works properly
The file was modified src/LinearAlgebra/DenseLinAlg/tools/Identity.h
The file was modified test/unit/LinearAlgebra/DenseLinAlg/MatrixS_btest.cpp
Commit a921b3ae3f94161ffcc8884de5887d3fc880900f by allmaras
added BCs for 1D RANS-SA for channel flow
The file was addedsrc/pde/IncompressibleNS/TraitsIncompressibleRANSSAChannel.h
The file was modified src/pde/IncompressibleNS/BCIncompressibleNavierStokes1DChannel.h
The file was modified src/pde/IncompressibleNS/CMakeLists.txt
The file was addedsrc/pde/IncompressibleNS/BCIncompressibleRANSSA1DChannel.cpp
The file was addedsrc/pde/IncompressibleNS/BCIncompressibleRANSSA1DChannel.h
The file was modified src/pde/IncompressibleNS/BCIncompressibleNavierStokes1DChannel.cpp
The file was addedsrc/pde/IncompressibleNS/PDEIncompressibleRANSSA1DChannel.h
Commit e203742ba96e2e93f04a3517267e38948db6d7ae by allmaras
unit tests for 1D RANS-SA for channel flow
The file was addedtest/unit/pde/IncompressibleNS/BCIncompressibleRANSSA1DChannel_btest.cpp
The file was addedtest/unit/pde/IncompressibleNS/BCIncompressibleNavierStokes1DChannel_btest.cpp
The file was addedtest/unit/pde/IncompressibleNS/PDEIncompressibleRANS1DChannel.nb
The file was addedtest/unit/pde/IncompressibleNS/PDEIncompressibleRANSSA1DChannel_btest.cpp
Commit 52df15f8203158eb0a2c37145bd6768811bc24f1 by allmaras
unit tests: missed one
The file was modified test/unit/pde/IncompressibleNS/PDEIncompressibleRANSSA1DChannel_btest.cpp
Commit 644385213bcdcab806bffc36ceabbde2fd8d4d25 by allmaras
unit test output pattern test files
The file was addedtest/unit/IO/pde/BCIncompressibleRANSSA1DChannel_pattern.txt
The file was addedtest/unit/IO/pde/BCIncompressibleNavierStokes1DChannel_pattern.txt
Commit 099475c10a01fe8393944c749de2642ecb63fe8d by allmaras
1D RANS-SA test case for fully developed channel flow -- preliminary
The file was addedtest/sandbox/Solve1D_CG_IncRANSSA1D_Channel_toy.cpp
Commit d8a019f31cd104b6c344d47a293e7d034418b078 by allmaras
updated test case
The file was modified test/sandbox/Solve1D_CG_IncRANSSA1D_Channel_toy.cpp
Commit 357b85a52c944e30a158696e034222aac537a618 by savithru
More refactoring to get sandbox cases to compile.
The file was modified src/pde/PorousMedia/OutputTwoPhase.h
The file was modified test/sandbox/Adapt2D_DGBR2_TwoPhase_ST_toy.cpp
The file was modified src/Discretization/DG/SolutionData_DGBR2.h
The file was modified src/Discretization/DG/DGBR2_Instantiate/AlgebraicEquationSet_DGBR2_ArtificialViscosity_TwoPhase2D_LogpnSw.cpp
The file was modified src/Adaptation/MOESS/ParamFieldBuilder.h
The file was modified src/Adaptation/MOESS/SolverInterface_DGBR2.h
The file was modified src/pde/PorousMedia/BCTwoPhase2D.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_TwoPhase_ArtificialViscosity_ST_QuarterFiveSpot_toy.cpp
The file was modified src/Discretization/DG/DGBR2_Instantiate/AlgebraicEquationSet_DGBR2_ArtificialViscosity_TwoPhase2D.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_TwoPhase_ArtificialViscosity_ST_SPE10_toy.cpp
The file was modified src/pde/PorousMedia/CartTable.h
The file was modified test/sandbox/Adapt2D_DGBR2_TwoPhase_ArtificialViscosity_ST_toy.cpp
The file was modified src/pde/PorousMedia/CartTable.cpp
The file was modified src/pde/PorousMedia/PermeabilityModel2D.h
The file was modified test/sandbox/Adapt2D_DGBR2_TwoPhase_ST_Symmetric_toy.cpp
The file was modified test/sandbox/Solve2D_DGBR2_TwoPhase_ArtificialViscosity_QuarterFiveSpot_BDF_toy.cpp
The file was modified src/pde/PorousMedia/SourceTwoPhase2D.h
The file was modified test/sandbox/Adapt2D_DGBR2_TwoPhase_Steady_QuarterFiveSpot_toy.cpp
The file was modified test/unit/Adaptation/MOESS/ParamFieldBuilder_btest.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_TwoPhase_ST_QuarterFiveSpot_toy.cpp
The file was removedtest/sandbox/Adapt2D_DGBR2_TwoPhase_Steady_Tilt_toy.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_TwoPhase_ST_toy.cpp
The file was modified src/pde/PorousMedia/PorosityModel.h
The file was modified test/sandbox/Solve2D_DGBR2_TwoPhase_QuarterFiveSpot_BDF_toy.cpp
Commit bd26e2ca7266f1fe8d2f8300d781c372fade19e6 by savithru
Fixed a unit test.
The file was modified src/pde/PorousMedia/PermeabilityModel2D.h
The file was modified test/unit/pde/PorousMedia/PorosityModel_btest.cpp
Commit 98086693ef2bab6c6e8b7876d30c6a26aeadecba by savithru
Missed a sandbox case.
The file was modified test/sandbox/Solve2D_FV_TwoPhase_QuarterFiveSpot_BDF_toy.cpp
Commit 72fb99e9af5c8a006c47e62358fa82242e9c7269 by savithru
Reverting include path for boost output_test_stream
The file was modified test/unit/pde/PorousMedia/PDETwoPhase_ArtificialViscosity2D_btest.cpp
The file was modified test/unit/pde/PorousMedia/PDETwoPhase2D_btest.cpp
Commit 28d2ee11a337e79ea64c1853800bbebff1c80578 by allmaras
made algebraic eqn-set files more consistent between Galerkin and Galerkin_Stabilized
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Local_Galerkin_Stabilized_LiftedBoundary.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Galerkin.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Galerkin_Stabilized.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Local_Galerkin_Stabilized.h
Commit 09a4f2b1111154d957f5ca146ad8fb1cadd88b92 by allmaras
instantiated VectorS<2> output
The file was modified src/Field/output_gnuplot.cpp
Commit 518bc853894a55052eaba72dc6f879d8d1af4b48 by savithru
Updated discretizations and PDE interfaces to use both paramL and paramR when evaluating fluxAdvectiveUpwind or fluxAdvectiveUpwindSpaceTime. This is important for the two-phase flow PDE, where the temporal flux depends on the porosity param-field value (which can be heterogeneous).
The file was modified test/system/CodeConsistency/PDEmitAVSensor2D_Consistency_btest.cpp
The file was modified test/unit/pde/ArtificialViscosity/PDEmitAVSensor1D_btest.cpp
The file was modified src/pde/Burgers/PDEBurgers_ArtificialViscosity2D.h
The file was modified src/pde/Sensor/PDESensorParameter2D.h
The file was modified src/pde/ArtificialViscosity/AVSensor_AdvectiveFlux3D.h
The file was modified src/pde/NDConvert/PDENDConvertSpace3D.h
The file was modified test/unit/pde/NS/PDEEulermitAVDiffusion2D_RANSSA_btest.cpp
The file was modified src/pde/SourceOnly/PDESourceOnly3D.h
The file was modified src/pde/NDConvert/PDENDConvertSpaceTime2D.h
The file was modified test/system/CodeConsistency/PDEmitAVSensor1D_Consistency_btest.cpp
The file was modified src/Discretization/HDG/IntegrandInteriorTrace_HDGAdvective.h
The file was modified src/pde/Lorenz/PDELorenz.h
The file was modified src/Discretization/DG/IntegrandInteriorTrace_DGBR2.h
The file was modified src/pde/NDConvert/PDENDConvertSpace1D.h
The file was modified src/pde/NS/PDEEulermitAVDiffusion2D.h
The file was modified test/unit/pde/PorousMedia/BCBuckleyLeverett_ArtificialViscosity1D_btest.cpp
The file was modified test/system/CodeConsistency/PDEEulermitAVDiffusion3D_Consistency_btest.cpp
The file was modified test/unit/pde/Sensor/Sensor_AdvectiveFlux1D_btest.cpp
The file was modified test/unit/pde/ArtificialViscosity/PDEmitAVSensor3D_btest.cpp
The file was modified src/pde/NS/PDEEuler1D.h
The file was modified test/unit/pde/ArtificialViscosity/AVSensor_AdvectiveFlux2D_btest.cpp
The file was modified src/pde/AdvectionDiffusion/PDEAdvectionDiffusion_ArtificialViscosity2D.h
The file was modified test/unit/pde/Sensor/PDESensorParameter1D_btest.cpp
The file was modified test/system/CodeConsistency/PDEEulermitAVDiffusion3D_RANSSA_Consistency_btest.cpp
The file was modified test/system/CodeConsistency/PDEmitAVSensor2D_Consistency_RANSSA_btest.cpp
The file was modified src/pde/NS/BCEulermitAVSensor3D.h
The file was modified test/unit/pde/AdvectionDiffusion/PDEAdvectionDiffusion_ArtificialViscosity2D_btest.cpp
The file was modified test/unit/pde/NDConvert/PDENDConvert1D_AD_btest.cpp
The file was modified test/unit/pde/ArtificialViscosity/AVSensor_AdvectiveFlux1D_btest.cpp
The file was modified src/pde/NDConvert/PDENDConvertSpaceTime1D.h
The file was modified src/pde/NS/BCEulermitAVSensor2D.h
The file was modified src/Discretization/VMSDBR2/IntegrandTrace_VMSD_BR2.h
The file was modified test/unit/pde/Sensor/PDESensorParameter2D_btest.cpp
The file was modified src/pde/ArtificialViscosity/PDEmitAVSensor2D.h
The file was modified test/unit/pde/NDConvert/PDENDConvert3D_AD_btest.cpp
The file was modified src/pde/Sensor/Sensor_AdvectiveFlux1D.h
The file was modified src/pde/NS/PDERANSSA3D.h
The file was modified test/system/CodeConsistency/PDEEulermitAVDiffusion1D_Consistency_btest.cpp
The file was modified test/unit/pde/PorousMedia/PDEBuckleyLeverett_ArtificialViscosity1D_btest.cpp
The file was modified test/unit/pde/Sensor/Sensor_AdvectiveFlux2D_btest.cpp
The file was modified src/pde/PorousMedia/PDEBuckleyLeverett_ArtificialViscosity1D.h
The file was modified src/pde/SourceOnly/PDESourceOnly2D.h
The file was modified src/Discretization/Galerkin/IntegrandInteriorTrace_Galerkin.h
The file was modified src/pde/NS/PDEEulermitAVDiffusion1D.h
The file was modified src/pde/NDConvert/PDENDConvertSpace2D.h
The file was modified src/pde/NS/BCEulermitAVSensor1D.h
The file was modified src/pde/NS/PDERANSSA2D.h
The file was modified test/unit/pde/NDConvert/PDENDConvert1D_AD_ST_btest.cpp
The file was modified test/system/CodeConsistency/PDEmitAVSensor3D_Consistency_RANSSA_btest.cpp
The file was modified src/pde/ArtificialViscosity/AVSensor_AdvectiveFlux2D.h
The file was modified test/unit/pde/PorousMedia/BCTwoPhaseArtificialViscosity1D_btest.cpp
The file was modified src/pde/NS/BCEuler1D_mitState.h
The file was modified test/unit/pde/PorousMedia/BCTwoPhase2D_btest.cpp
The file was modified src/SolutionTrek/Continuation/Homotopy/PDEHomotopy.h
The file was modified test/system/CodeConsistency/PDEEulermitAVDiffusion2D_RANSSA_Consistency_btest.cpp
The file was modified src/Discretization/HDG/IntegrandInteriorTrace_HDG.h
The file was modified src/pde/NDConvert/PDENDConvertSpaceTime3D.h
The file was modified src/pde/PorousMedia/PDETwoPhase_ArtificialViscosity2D.h
The file was modified test/unit/pde/SourceOnly/PDESourceOnly2D_btest.cpp
The file was modified src/Discretization/VMSD/IntegrandTrace_VMSD_NL.h
The file was modified src/pde/ArtificialViscosity/PDEmitAVSensor1D.h
The file was modified src/pde/ArtificialViscosity/PDEmitAVSensor3D.h
The file was modified src/pde/Sensor/Sensor_AdvectiveFlux2D.h
The file was modified test/unit/pde/NS/PDEEulermitAVDiffusion2D_btest.cpp
The file was modified src/pde/Burgers/PDEBurgers_ArtificialViscosity1D.h
The file was modified src/pde/NS/BCEuler1D_mitState_ST.h
The file was modified src/pde/Sensor/PDESensorParameter1D.h
The file was modified src/pde/PorousMedia/BCTwoPhase1D.h
The file was modified src/pde/NS/BCEuler3D_mitState.h
The file was modified src/Discretization/HDG/IntegrandBoundaryTrace_Flux_mitState_HDG.h
The file was modified src/pde/PorousMedia/BCTwoPhase2D.h
The file was modified src/Discretization/Galerkin/IntegrandInteriorTrace_Galerkin_Stabilized.h
The file was modified src/pde/PorousMedia/PDETwoPhase2D.h
The file was modified src/pde/Stokes/BCStokes2D.h
The file was modified test/unit/pde/NS/PDEEulermitAVDiffusion3D_btest.cpp
The file was modified src/Discretization/HDG/IntegrandBoundaryTrace_Flux_mitState_HDGAdvective.h
The file was modified src/pde/NS/PDEEulermitAVDiffusion3D.h
The file was modified test/system/CodeConsistency/PDEmitAVSensor3D_Consistency_btest.cpp
The file was modified test/unit/pde/NS/PDEEulermitAVDiffusion1D_btest.cpp
The file was modified src/pde/ArtificialViscosity/AVSensor_AdvectiveFlux1D.h
The file was modified src/pde/PorousMedia/BCBuckleyLeverett1D.h
The file was modified src/pde/PorousMedia/PDETwoPhase_ArtificialViscosity1D.h
The file was modified test/unit/pde/ArtificialViscosity/PDEmitAVSensor2D_btest.cpp
The file was modified src/pde/Stokes/PDEStokes2D.h
The file was modified test/unit/pde/PorousMedia/BCTwoPhaseArtificialViscosity2D_btest.cpp
The file was modified src/Discretization/FV_TPFA/IntegrandInteriorTrace_FV_TPFA.h
The file was modified src/pde/NS/PDEEuler2D.h
The file was modified test/unit/pde/Burgers/PDEBurgers_ArtificialViscosity1D_btest.cpp
The file was modified test/unit/pde/NDConvert/PDENDConvert2D_AD_btest.cpp
The file was modified test/unit/pde/PorousMedia/PDETwoPhase2D_btest.cpp
The file was modified test/system/CodeConsistency/PDEEulermitAVDiffusion2D_Consistency_btest.cpp
The file was modified test/unit/pde/PorousMedia/PDETwoPhase_ArtificialViscosity2D_btest.cpp
The file was modified src/pde/NS/BCEuler2D_mitState.h
Commit cfd7990e8c76bee520d177f4ed90ae924031c763 by galbramc
Update 2D ugrid reader for UNFORATTED (.r8.ugrid) files.
The file was modified src/Meshing/ugrid/XFieldArea_ugrid.cpp
The file was modified src/Meshing/ugrid/XFieldVolume_ugrid.cpp
The file was modified src/Meshing/ugrid/XField_ugrid.h
Commit 54e251f56189aa1c53ce0e19cb0e1ac3c1c9646c by galbramc
Fix warning
The file was modified src/Meshing/ugrid/XFieldArea_ugrid.cpp
Commit 9322acf530f904b253fecd56365b9651b3362bd0 by galbramc
Fix warning
The file was modified src/Meshing/ugrid/XFieldArea_ugrid.cpp
Commit 12140cb00a35b9cdbfa01466f7fc6432b0506892 by allmaras
added Robin BC dot product tests; currently commented out, since they fail to compile
The file was modified test/unit/LinearAlgebra/DenseLinAlg/VectorS_dot_btest.cpp
Commit cb414935e3c785ab2a22802e6ad19a79fc46eff4 by allmaras
added Tensor-Vector dot-products: e.g. dot( VectorX, TensorMatrixQ )
The file was modified src/LinearAlgebra/DenseLinAlg/tools/dot.h
The file was modified test/unit/LinearAlgebra/DenseLinAlg/VectorS_dot_btest.cpp
Commit 62f74d4b737ca82519f36686a9c84cdfb4d2fc0f by allmaras
clean up: MatrixS<D,D,MatrixQ> -> TensorMatrixQ
The file was modified src/Discretization/Galerkin/IntegrandBoundaryTrace_Flux_mitState_Nitsche.h
Commit 66b8d272ba5e22370cb14abf563c95d630fc6f78 by allmaras
needed additional #include's
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Galerkin.h
Commit 164f337e0b5deffc788685feac43b8444c5981d2 by allmaras
added ND ctor for BCs: BC( PDE, BCArgs )
The file was modified src/pde/NDConvert/BCNDConvertSpace1D.h
Commit 24fb9af50de4c5bb04cdb65d8573182a438311a5 by allmaras
added dist parameters to certain functions; added jacobianMasterState; code clean-up
The file was modified src/pde/IncompressibleNS/PDEIncompressibleNavierStokes1DChannel.h
The file was modified src/pde/IncompressibleNS/BCIncompressibleRANSSA1DChannel.h
The file was modified src/pde/IncompressibleNS/PDEIncompressibleRANSSA1DChannel.h
Commit 3dc7b7f054b04e196b440b1187dda99da9f4ae1e by allmaras
added skin friction / drag output for 1D incompressible NS channel flow
The file was addedsrc/pde/IncompressibleNS/OutputIncompressibleNavierStokes1DChannel.h
Commit bae111a81cc68ab5cecbc0d0ca2d6311e1e4a84f by allmaras
added #if's to try different combinations of '(gradphi . K . nHat) betaBC^t rsdBC';
added incompressible NS & RANS unit tests for Robin_sansLG integrand
The file was addedtest/unit/Discretization/Galerkin/IntegrandBoundaryTrace_Robin_sansLG_Galerkin_IncNS_btest.cpp
The file was modified src/Discretization/Galerkin/IntegrandBoundaryTrace_Robin_sansLG_Galerkin.h
The file was addedtest/unit/Discretization/Galerkin/IntegrandBoundaryTrace_Robin_sansLG_Galerkin_IncRANSSA_btest.cpp
Commit 8200149dd26ded9e02805b26bf8e5e5b641ba33a by savithru
Updated FV-TPFA discretization to work for heterogeneous properties + some cleanup.
The file was modified src/ErrorEstimate/DG/Instantiate/ErrorEstimate_DGBR2_ArtificialViscosity_TwoPhase2D_LogpnSw.cpp
The file was modified src/pde/AdvectionDiffusion/ViscousFlux2D.h
The file was modified src/pde/PorousMedia/BCTwoPhase2D.h
The file was modified src/pde/PorousMedia/PorosityModel.cpp
The file was modified src/pde/PorousMedia/PermeabilityModel2D.h
The file was modified test/unit/pde/PorousMedia/PDETwoPhase2D_btest.cpp
The file was modified src/Discretization/FV_TPFA/IntegrandInteriorTrace_FV_TPFA.h
The file was modified src/pde/AdvectionDiffusion/PDEAdvectionDiffusion2D.h
The file was modified src/pde/NDConvert/PDENDConvertSpace3D.h
The file was modified test/unit/Discretization/FV_TPFA/JacobianInteriorTrace_FV_TPFA_AD_btest.cpp
The file was removedtest/unit/IO/pde/PorousMedia/PorosityModel_CartTable_pattern.txt
The file was modified src/pde/NDConvert/PDENDConvertSpace2D.h
The file was modified src/pde/PorousMedia/PDETwoPhase2D.h
The file was modified src/Discretization/DG/DGBR2_Instantiate/AlgebraicEquationSet_DGBR2_ArtificialViscosity_TwoPhase2D.cpp
The file was modified src/ErrorEstimate/DG/Instantiate/ErrorEstimate_DGBR2_ArtificialViscosity_TwoPhase2D.cpp
The file was modified src/pde/AdvectionDiffusion/PDEAdvectionDiffusion3D.h
The file was modified src/pde/NDConvert/PDENDConvertSpace1D.h
The file was modified test/unit/pde/PorousMedia/PorosityModel_btest.cpp
The file was modified src/Discretization/DG/DGBR2_Instantiate/AlgebraicEquationSet_DGBR2_ArtificialViscosity_TwoPhase2D_LogpnSw.cpp
The file was modified src/pde/AdvectionDiffusion/ViscousFlux3D.h
The file was modified src/pde/AdvectionDiffusion/PDEAdvectionDiffusion1D.h
The file was modified src/pde/PorousMedia/PorosityModel.h
The file was modified src/pde/AdvectionDiffusion/ViscousFlux1D.h
The file was modified test/sandbox/Solve2D_FV_TwoPhase_QuarterFiveSpot_BDF_toy.cpp
Commit 8db6cadb4dbb2fd2822512ded63390a33a97c676 by savithru
Added missing includes
The file was modified src/pde/AdvectionDiffusion/ViscousFlux1D.h
The file was modified src/pde/AdvectionDiffusion/ViscousFlux2D.h
The file was modified src/pde/AdvectionDiffusion/ViscousFlux3D.h
Commit 0cf665b18e1912c30a9558aa847decad1b9c77bd by allmaras
removed dot-products supporting (K . nHat) operator in Robin_sansLG BCs, and reverted
back to mat-muls; added unit tests for 1D NS and RANS
The file was modified test/unit/Discretization/Galerkin/IntegrandBoundaryTrace_Robin_sansLG_Galerkin_IncRANSSA_btest.cpp
The file was modified src/Discretization/Galerkin/IntegrandBoundaryTrace_Robin_sansLG_Galerkin.h
The file was addedsrc/pde/IncompressibleNS/BCIncompressibleRANS1DChannel.nb
The file was modified test/unit/LinearAlgebra/DenseLinAlg/MatrixS_of_MatrixS_btest.cpp
The file was modified test/unit/LinearAlgebra/DenseLinAlg/VectorS_dot_btest.cpp
The file was modified test/unit/Discretization/Galerkin/IntegrandBoundaryTrace_Robin_sansLG_Galerkin_IncNS_btest.cpp
The file was modified src/LinearAlgebra/DenseLinAlg/StaticSize/MatMul/MatrixS_MatMul_Native_MatrixS_Instantiate.cpp
The file was modified src/LinearAlgebra/DenseLinAlg/tools/dot.h
Commit 85efbed7229de5056eeecba6c10f54fff6f9e6b7 by allmaras
added IncompressibleNSLib to unit test builders
The file was modified test/unit/Discretization/Galerkin/CMakeLists.txt
The file was modified test/unit/Discretization/GloballyConstrained/CMakeLists.txt
Commit b74a0c3ff0ce0f113698b7aae26be65c5073f060 by allmaras
latest sandbox tests for 1D fully developed channel flow
The file was modified test/sandbox/Solve1D_CG_IncRANSSA1D_Channel_toy.cpp
The file was modified test/sandbox/Solve1D_CG_IncNS1D_Channel_toy.cpp
Commit fc441b5d332f0ec7599e557d524b9f7df23e0769 by galbramc
Updated global contraints. Solve rotor speed at specified power.
The file was modified src/LinearAlgebra/TransposeTraits.h
The file was modified src/pde/NS/OutputEuler3D.h
The file was modified src/LinearAlgebra/AlgebraicEquationSetBase_GloballyConstrained.h
The file was modified src/LinearAlgebra/DenseLinAlg/StaticSize/MatrixS_InverseLUP_Surreal_Instantiate.cpp
The file was addedtest/unit/Discretization/GloballyConstrained/Ping_Euler_RotorSource_btest.cpp
The file was modified src/SolutionTrek/Continuation/PseudoTime/AlgebraicEquationSet_PTC.h
The file was modified src/SolutionTrek/Continuation/PseudoTime/PseudoTime.h
The file was modified test/unit/Discretization/GloballyConstrained/CMakeLists.txt
The file was modified test/unit/LinearAlgebra/SparseLinAlg/PETSc/PETSc_LinearSolver_btest.cpp
The file was modified src/pde/NS/PDEEuler3D_RotorSource.h
The file was modified src/Discretization/Galerkin/ResidualCell_Galerkin_HB.h
The file was modified src/SolutionTrek/Continuation/PseudoTime/AlgebraicEquationSetBase_PTC.h
The file was modified src/LinearAlgebra/DenseLinAlg/StaticSize/MatMul/MatrixS_MatMul_Native_Surreal_Instantiate.cpp
The file was modified src/NonLinearSolver/NonLinearSolver.h
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_Stabilized.h
The file was modified src/Discretization/HDG/DiscretizationHDG.h
The file was modified test/unit/pde/NS/PDEEuler3D_RotorSource_btest.cpp
The file was modified src/SolutionTrek/Continuation/Homotopy/Homotopy.h
The file was modified src/LinearAlgebra/BlockLinAlg/MatrixBlock_2x2_Transpose.h
The file was modified src/Discretization/Galerkin/Stabilization_Galerkin.h
The file was modified src/NonLinearSolver/LineUpdate/HalvingSearchLineUpdate_MatrixBlock_2x2_Instantiate.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/SparseLinAlg_LinearSolver.h
The file was modified src/SolutionTrek/Continuation/Homotopy/AlgebraicEquationSet_HTC2.h
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_Conservative.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Galerkin_Stabilized.h
The file was modified src/LinearAlgebra/SparseLinAlg/SparseLinAlg_LinearSolver.cpp
The file was modified test/unit/Discretization/GloballyConstrained/AlgebraicEquationSet_GloballyConstrained_btest.cpp
The file was modified src/LinearAlgebra/AlgebraicEquationSetBase.h
The file was modified src/LinearAlgebra/AlgebraicEquationSet_Traits.h
The file was modified src/NonLinearSolver/NewtonSolver_MatrixBlock_2x2_Instantiate.cpp
The file was modified src/SolutionTrek/Continuation/PseudoTime/AlgebraicEquationSet_Block2x2_PTC.h
Commit 59abec0d0a7385bbf18f06464fbb2cf9a3a2d318 by galbramc
Compile fixes
The file was modified test/unit/Discretization/GloballyConstrained/AlgebraicEquationSet_GloballyConstrained_btest.cpp
The file was modified src/SolutionTrek/Continuation/PseudoTime/AlgebraicEquationSetBase_PTC.h
The file was modified src/SolutionTrek/Continuation/Homotopy/AlgebraicEquationSet_HTC2.h
The file was modified test/unit/LinearAlgebra/SparseLinAlg/PETSc/PETSc_LinearSolver_btest.cpp
Commit a7f7029160297800fa1b93a2457cb31b9c610890 by galbramc
Add missing files
The file was addedsrc/Discretization/Galerkin/AlgebraicEquationSet_Rotor_GlobalConstraint.h
The file was addedsrc/SolutionTrek/Continuation/PseudoTime/AlgebraicEquationSetBase_GloballyConstrained_PTC.h
The file was addedsrc/Discretization/Galerkin/ResidualParamSensitvity_Galerkin_Stabilized.h
Commit 48eca3c7872ff5d661ede2803d44c0ec2d5acea6 by allmaras
added optional parameter to output_gnuplot for number of points per element (default remains 11)
The file was modified src/Field/output_gnuplot.h
The file was modified src/Field/output_gnuplot.cpp
Commit ed3c04143fd2b2f8e61f474bd2beaa3cd3770725 by allmaras
code cleanup for 1D NS/RANS
The file was modified src/pde/IncompressibleNS/PDEIncompressibleRANSSA1DChannel.h
The file was modified test/unit/pde/IncompressibleNS/PDEIncompressibleRANSSA1DChannel_btest.cpp
The file was modified src/pde/IncompressibleNS/PDEIncompressibleNavierStokes1DChannel.h
Commit 0965ea5b1dd9c86943b6c97d846fa0f2db2d8d76 by allmaras
solution function for 1D RANS: analytic law-of-the-wall for SA
The file was addedtest/unit/pde/IncompressibleNS/SolutionFunction_IncompressibleRANSSA1DChannel_btest.cpp
The file was addedsrc/pde/IncompressibleNS/SolutionFunction_IncompressibleRANSSA1DChannel.cpp
The file was modified src/pde/IncompressibleNS/CMakeLists.txt
The file was addedsrc/pde/IncompressibleNS/SolutionFunction_IncompressibleRANSSA1DChannel.h
Commit 651a791e7356bf7af3b548ad7a31acae7fe5ba61 by allmaras
missed a pattern file
The file was addedtest/unit/IO/pde/PDEIncompressibleRANSSA1DChannel_pattern.txt
Commit 564766c8701290711362cdb94fe26981ead80cfc by allmaras
missed a unit test file
The file was modified test/unit/pde/IncompressibleNS/BCIncompressibleRANSSA1DChannel_btest.cpp
Commit 8fa84baec068ec3d6d34c19a540a7d5004861509 by allmaras
updated 1D RANS fully developed channel flow case to (a) work, (b) output useful data,
and (c) dump CG tecplot files
The file was modified test/sandbox/Solve1D_CG_IncRANSSA1D_Channel_toy.cpp
Commit 8580065ee4b322bca89cdf0ff704b0d333bbb091 by galbramc
Fix all output functionals to properly work in parallel
The file was modified test/sandbox/Adapt3D_VMSD_AD_ST_toy.cpp
The file was modified src/Meshing/libMeshb/WriteSolution_libMeshb.cpp
The file was modified src/pde/AdvectionDiffusion/ViscousFlux1D.h
The file was modified test/sandbox/Solve1D_DGBR2_Line_Euler_Lax_AV_ST_toy.cpp
The file was modified src/Discretization/DG/FunctionalCell_DGBR2.h
The file was modified test/sandbox/Adapt3D_L2Project_MultiScale_toy.cpp
The file was modified test/sandbox/Solve3D_CGStabilized_RANSSA_CRM_Sub_toy.cpp
The file was modified test/sandbox/Solve2D_CGStabilized_Triangle_RANSSA_Joukowski_ArtificialViscosity_toy.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_RANSSA_ArtificialViscosity_ONERA_M6_toy.cpp
The file was modified test/sandbox/Adapt4D_DGBR2_AD_ST_toy.cpp
The file was modified src/Meshing/avro/XField_avro_impl.h
The file was modified test/sandbox/Solve2D_DGBR2_Euler_Riemann_AV_RK_toy.cpp
The file was modified src/Discretization/VMSDBR2/FunctionalBoundaryTrace_VMSD_BR2.h
The file was modified test/sandbox/Solve1D_DGBR2_Line_Euler_ArtNozzle_AV_BDF_toy.cpp
The file was modified test/sandbox/Solve2D_DGBR2_Triangle_Euler_GaussianBump_ArtificialViscosity_toy.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/tools/MPI_dot.cpp
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_AD_DoubleBoundaryLayer_toy.cpp
The file was modified test/sandbox/Solve4D_Galerkin_Stabilized_AD_ST_SquareChannel_toy.cpp
The file was modified src/Adaptation/MOESS/SolverInterface_Galerkin.h
The file was modified test/sandbox/Adapt2D_L2Project_MOESS_toy.cpp
The file was modified test/sandbox/Adapt2D_VMSD_RANSSA_AV_MultiElementAirfoil_toy.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_RANSSA_CRM_Sub_toy.cpp
The file was modified test/sandbox/Solve3D_DGBR2_RANSSA_CRM_toy.cpp
The file was modified test/sandbox/Solve3D_CGStabilized_RANSSA_HemisphereCylinder_toy.cpp
The file was modified test/sandbox/Solve2D_VMSD_Triangle_NavierStokes_OjedaMMS_toy.cpp
The file was modified src/pde/AdvectionDiffusion/ViscousFlux2D.h
The file was modified test/sandbox/Solve3D_DGBR2_RANSSA_HemisphereCylinder_toy.cpp
The file was modified test/sandbox/Solve1D_DGBR2_Line_Euler_Nozzle_ArtificialViscosity_toy.cpp
The file was modified src/Discretization/HDG/FunctionalCell_HDG.h
The file was modified src/Adaptation/MOESS/SolverInterface_AGLS_LiftedBoundary.h
The file was modified src/Discretization/Galerkin/FunctionalBoundaryTrace_Galerkin.h
The file was modified test/sandbox/Adapt3D_DGBR2_NavierStokes_DeltaWing_Chain_toy.cpp
The file was modified test/sandbox/Adapt2D_DGBR2_Euler_GilesPierce_AV_toy.cpp
The file was modified test/sandbox/Adapt3D_VMSD_NavierStokes_DeltaWing_Chain_toy.cpp
The file was modified src/Meshing/EPIC/XField_PX.cpp
The file was modified test/sandbox/ErrorOrder_1D_VMSD_AD_toy.cpp
The file was modified test/sandbox/Adapt2D_DGBR2_RANSSA_Joukowski_toy.cpp
The file was modified test/sandbox/Adapt3D_VMSD_NavierStokes_DeltaWing_FixDOF_toy.cpp
The file was modified test/sandbox/Solve3D_VMSDBR2_BlottnerSphere_AV_HTC_toy.cpp
The file was modified test/sandbox/Adapt1D_DGBR2_Line_Euler_GilesPierce_toy.cpp
The file was modified src/Discretization/VMSDBR2/JacobianFunctionalBoundaryTrace_VMSD_BR2.h
The file was modified test/sandbox/Adapt2D_DGBR2_TwoPhase_Steady_QuarterFiveSpot_toy.cpp
The file was modified test/sandbox/Adapt4D_Galerkin_Stabilized_AD_ST_SquareChannel_toy.cpp
The file was modified test/sandbox/Solve2D_DGBR2_Triangle_NavierStokes_FlatPlate_toy.cpp
The file was modified test/sandbox/Adapt2D_VMSD_AD_ST_toy.cpp
The file was modified test/sandbox/Adapt3D_VMSDBR2_NavierStokes_DeltaWing_Chain_toy.cpp
The file was modified test/sandbox/Adapt4D_DGBR2_AD_ST_SquareChannel_toy.cpp
The file was modified test/sandbox/Solve3D_VMSDBR2_RANSSA_HemisphereCylinder_toy.cpp
The file was modified src/Field/Partition/XField_Lagrange_balance_impl.h
The file was modified src/Discretization/DG/FunctionalBoundaryTrace_DGBR2.h
The file was modified test/sandbox/Solve3D_Galerkin_Stabilized_NavierStokes_OjedaMMS_toy.cpp
The file was modified test/sandbox/Adapt2D_CGStabilized_HOW5_CI1_ArtificialViscosity_toy.cpp
The file was modified test/sandbox/Solve2D_VMSD_HOW5_VI2_toy.cpp
The file was modified test/sandbox/Solve2D_DGBR2_Triangle_Euler_NACA0012_ArtificialViscosity_toy.cpp
The file was modified test/sandbox/Solve4D_VMSD_AD_ST_SquareChannel_toy.cpp
The file was modified test/sandbox/Solve3D_DGBR2_RANSSA_CRM_Sub_toy.cpp
The file was modified src/Discretization/VMSD/FunctionalCell_VMSD.h
The file was modified test/sandbox/Solve2D_DGBR2_Triangle_NavierStokes_NACADuct_toy.cpp
The file was modified test/sandbox/Solve1D_DGBR2_Line_Euler_Sod_AV_ST_toy.cpp
The file was modified test/sandbox/Adapt3D_VMSD_AD_TripleBoundaryLayer_toy.cpp
The file was modified test/sandbox/Solve2D_DGBR2_TwoPhase_ArtificialViscosity_QuarterFiveSpot_BDF_toy.cpp
The file was modified test/sandbox/Adapt3D_L2Project_MOESS_toy.cpp
The file was modified test/sandbox/Adapt4D_VMSD_AD_ST_SquareChannel_toy.cpp
The file was modified src/Meshing/EPIC/SolutionField_PX.cpp
The file was modified test/sandbox/Solve3D_CGStabilized_Euler_Bump_ArtificialViscosity_toy.cpp
The file was modified test/sandbox/Adapt4D_VMSD_AD_ST_ExpandingSphericalWave_toy.cpp
The file was modified test/sandbox/Solve1D_Lorenz_toy.cpp
The file was modified test/sandbox/Solve3D_Galerkin_Stabilized_AD_ST_toy.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_AD_TripleBoundaryLayer_toy.cpp
The file was modified test/sandbox/Adapt2D_VMSD_Triangle_RANSSA_Joukowski_ArtificialViscosity_toy.cpp
The file was modified test/sandbox/ErrorOrder_1D_Galerkin_Stabilized_AD_Oliver_toy.cpp
The file was modified test/sandbox/Solve4D_VMSD_AD_ST_toy.cpp
The file was modified src/Meshing/gmsh/WriteMesh_gmsh.cpp
The file was modified test/sandbox/Solve2D_DGBR2_Quad_Euler_ForwardFacingStep_AV_BDF_toy.cpp
The file was modified src/Adaptation/MOESS/SolverInterface_L2Project.h
The file was modified test/sandbox/Solve3D_Galerkin_Stabilized_AD_TripleBoundaryLayer_toy.cpp
The file was modified test/sandbox/Adapt3D_VMSD_NavierStokes_DeltaWing_toy.cpp
The file was modified src/Adaptation/MOESS/SolverInterface_DGAdvective.h
The file was modified test/sandbox/Adapt2D_VMSD_RANSSA_MultiElementAirfoil_Q1_refine_toy.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_RANSSA_CRM_toy.cpp
The file was addedtest/unit/Discretization/Galerkin/FunctionalBoundaryTrace_Galerkin_btest.cpp
The file was modified src/Meshing/libMeshb/ReadSolution_libMeshb.cpp
The file was modified test/sandbox/Adapt2D_VMSD_RANSSA_MultiElementAirfoil_Q1_toy.cpp
The file was modified test/sandbox/Solve1D_DGBR2_TwoPhaseLinearized_BDF_toy.cpp
The file was modified src/Field/Tuple/ParamTuple.h
The file was modified src/Discretization/Galerkin/FunctionalCell_Galerkin.h
The file was modified src/pde/NS/OutputEuler2D.h
The file was modified test/sandbox/Adapt3D_DGBR2_RANSSA_CornerFlatPlate_toy.cpp
The file was modified test/sandbox/Solve1D_DGBR2_Line_Euler_ArtNozzle_AV_ST_toy.cpp
The file was modified test/sandbox/Solve3D_CGStabilized_RANSSA_OneraM6_Subsonic_toy.cpp
The file was modified test/sandbox/Adapt1D_DGBR2_Line_Euler_SSMENozzle_toy.cpp
The file was modified test/sandbox/Adapt2D_DGBR2_NavierStokes_FlatPlate_MCMC_toy.cpp
The file was modified test/sandbox/Solve2D_DGBR2_Quadrilateral_RANSSA_Joukowski_UROP_toy.cpp
The file was modified test/sandbox/Solve2D_DGBR2_TwoPhase_QuarterFiveSpot_BDF_toy.cpp
The file was modified test/sandbox/Solve4D_Galerkin_Stabilized_AD_ST_toy.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_RANSSA_FlatPlate_toy.cpp
The file was modified src/Discretization/Galerkin/FunctionalBoundaryTrace_WeightedResidual_Galerkin.h
The file was modified src/Meshing/EPIC/WriteMeshMetric_Epic.cpp
The file was modified test/sandbox/Adapt1D_DGAdvective_Line_Euler_GilesPierce_toy.cpp
The file was modified test/sandbox/Solve4D_DGBR2_AD_ST_toy.cpp
The file was modified src/Adaptation/MOESS/SolverInterface_VMSD_BR2.h
The file was modified src/Discretization/Galerkin/FunctionalBoundaryTrace_FieldTrace_Galerkin.h
The file was modified test/sandbox/Adapt3D_DGBR2_AD_ST_toy.cpp
The file was modified test/sandbox/Adapt3D_Galerkin_Stabilized_NavierStokes_FlatPlate_toy.cpp
The file was modified src/Meshing/ugrid/WriteMesh_ugrid.cpp
The file was modified test/sandbox/Adapt3D_Galerkin_Stabilized_AD_TripleBoundaryLayer_MultiScale_toy.cpp
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_AD_Pollutant_toy.cpp
The file was modified test/sandbox/Adapt4D_L2Project_toy.cpp
The file was modified test/unit/Discretization/Galerkin/JacobianFunctionalBoundaryTrace_WeightedResidual_Galerkin_btest.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_NavierStokes_DeltaWing_MultiScaleMetric_toy.cpp
The file was modified test/sandbox/Adapt4D_Galerkin_Stabilized_AD_ST_toy.cpp
The file was modified test/sandbox/Solve3D_CG_NACA_LIP_Drela_toy.cpp
The file was modified test/sandbox/Solve2D_DGBR2_Triangle_RANSSA_Joukowski_toy.cpp
The file was modified test/sandbox/Solve3D_VMSD_AD_ST_toy.cpp
The file was modified src/Adaptation/MOESS/SolverInterface_AGLS.h
The file was modified src/Field/Partition/XField_Lagrange_Distribute_impl.h
The file was modified src/pde/AdvectionDiffusion/ViscousFlux3D.h
The file was modified test/sandbox/Solve3D_DGBR2_AD_ST_toy.cpp
The file was modified test/sandbox/Solve3D_DGBR2_Tet_NS_2_Cylinder_toy.cpp
The file was modified test/sandbox/Solve1D_DGBR2_Line_Euler_ArtNozzle_AV_Steady_toy.cpp
The file was modified src/Adaptation/MOESS/SolverInterface_VMSD.h
The file was modified test/sandbox/Adapt3D_VMSD_RANSSA_CornerFlatPlate_toy.cpp
The file was modified test/sandbox/Solve3D_CGStabilized_RANSSA_OneraM6_Subsonic_ArtificialViscosity_toy.cpp
The file was modified test/sandbox/Adapt3D_Galerkin_Stabilized_AD_TripleBoundaryLayer_toy.cpp
The file was modified src/Meshing/avro/MesherInterface_avro.cpp
The file was modified test/sandbox/Solve2D_VMSDBR2_HOW5_VI2_toy.cpp
The file was modified test/sandbox/Solve2D_CGStabilized_Triangle_Euler_NACA0012_ArtificialViscosity_toy.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_NavierStokes_DeltaWing_toy.cpp
The file was modified test/sandbox/Adapt1D_L2Project_MOESS_toy.cpp
The file was modified test/sandbox/Adapt2D_VMSDBR2_RANSSA_Joukowski_toy.cpp
The file was modified test/sandbox/Solve2D_CGStabilized_Triangle_RANSSA_Joukowski_BLSC_toy.cpp
The file was modified test/sandbox/Solve3D_VMSD_NavierStokes_OjedaMMS_toy.cpp
The file was modified src/Adaptation/MOESS/SolverInterface_DGBR2.h
The file was modified src/Discretization/VMSD/FunctionalBoundaryTrace_WeightedResidual_VMSD.h
The file was modified test/sandbox/Solve2D_VMSD_Triangle_NavierStokes_Joukowski_ArtificialViscosity_toy.cpp
The file was modified test/sandbox/Solve2D_DGBR2_Triangle_RANSSA_Joukowski_ArtificialViscosity_toy.cpp
The file was modified test/unit/Discretization/DG/FunctionalBoundaryTrace_DGBR2_btest.cpp
The file was modified test/sandbox/Solve4D_DGBR2_AD_ST_SquareChannel_toy.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_NavierStokes_DeltaWing_FixDOF_toy.cpp
The file was modified test/sandbox/Solve2D_FV_TwoPhase_QuarterFiveSpot_BDF_toy.cpp
The file was modified test/sandbox/Solve4D_L2Project_toy.cpp
The file was modified test/unit/Discretization/Galerkin/FunctionalBoundaryTrace_WeightedResidual_Galerkin_btest.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_RANSSA_HemisphereCylinder_toy.cpp
The file was modified test/unit/Discretization/VMSDBR2/JacobianFunctionalBoundaryTrace_VMSDBR2_btest.cpp
The file was modified test/system/Asymptotic/ErrorOrder_3D_DGBR2_Periodic_Hex_AD_btest.cpp
The file was modified test/sandbox/Adapt3D_VMSD_RANSSA_FlatPlate_toy.cpp
The file was modified test/sandbox/Solve3D_DGBR2_NavierStokes_OjedaMMS_toy.cpp
The file was modified src/Meshing/refine/MesherInterface_refine.cpp
The file was modified test/sandbox/Solve1D_DGBR2_BuckleyLeverett_ArtificialViscosity_BDF_toy.cpp
The file was modified src/Meshing/avro/MesherInterface_Wake_avro.cpp
The file was modified src/Discretization/HDG/FunctionalBoundaryTrace_HDG_sansLG.h
The file was modified test/unit/ErrorEstimate/ErrorEstimate_Common_btest.cpp
The file was modified test/sandbox/Adapt2D_VMSD_RANSSA_AV_MultiElementAirfoil_Q1_toy.cpp
The file was modified test/sandbox/Solve2D_CGStabilized_Triangle_Euler_GaussianBump_ArtificialViscosity_toy.cpp
The file was modified test/sandbox/Solve3D_CG_NACA_FP_Drela_toy.cpp
The file was modified test/sandbox/Solve2D_DGBR2_Euler_ForwardStep_AV_ST_toy.cpp
The file was modified test/sandbox/Solve3D_Galerkin_Stabilized_RANSSA_HemisphereCylinder_toy.cpp
The file was modified test/sandbox/Solve2D_CGStabilized_Triangle_NavierStokes_FlatPlate_toy.cpp
The file was modified test/sandbox/Adapt2D_VMSDBR2_NavierStokes_Blottner_Mach20_AV_HTC_toy.cpp
The file was modified test/sandbox/Adapt2D_VMSD_RANSSA_MultiElementAirfoil_toy.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_RANSSA_HCH_toy.cpp
The file was modified test/sandbox/Solve1D_DGBR2_Line_Euler_ShuOsher_AV_ST_toy.cpp
The file was modified test/sandbox/Adapt2D_DGBR2_NavierStokes_FlatPlate_LikelihoodSweep_toy.cpp
The file was modified test/sandbox/Solve2D_DGBR2_Triangle_Euler_Ramp_ArtificialViscosity_toy.cpp
The file was modified test/sandbox/Solve4D_VMSD_AD_ST_ExpandingSphericalWave_toy.cpp
The file was modified src/Meshing/refine/MultiScale_metric.cpp
The file was modified test/sandbox/Solve2D_CGStabilized_Triangle_NavierStokes_GaussianBump_ArtificialViscosity_toy.cpp
The file was modified test/sandbox/Solve2D_VMSD_HOW5_VI2_AV_toy.cpp
The file was modified test/sandbox/Solve2D_VMSDBR2_HOW5_VI2_AV_HTC_toy.cpp
The file was modified test/sandbox/Adapt3D_VMSDBR2_RANSSA_HemisphereCylinder_toy.cpp
The file was modified test/sandbox/Solve2D_CGStabilized_Triangle_NavierStokes_Joukowski_ArtificialViscosity_toy.cpp
The file was modified test/sandbox/Adapt4D_VMSD_AD_ST_toy.cpp
The file was modified test/sandbox/Solve3D_CGStabilized_RANSSA_OneraM6_ArtificialViscosity_toy.cpp
The file was modified test/unit/Discretization/Galerkin/FunctionalCell_Galerkin_btest.cpp
The file was modified src/Adaptation/MOESS/SolverInterface.h
The file was modified test/sandbox/ErrorOrder_1D_Galerkin_Stabilized_AD_DoubleBL_toy.cpp
The file was modified test/sandbox/Adapt4D_L2Project_MOESS_toy.cpp
The file was modified test/sandbox/Adapt3D_Galerkin_Stabilized_AD_ST_toy.cpp
The file was modified test/unit/Discretization/HDG/FunctionalBoundaryTrace_HDG_sansLG_btest.cpp
Commit 180d30bf777309664b7d2809f511c5c24a47b069 by allmaras
name change for test suite to avoid link conflict for 'make unit'
The file was modified test/unit/Discretization/Galerkin/IntegrandBoundaryTrace_Robin_sansLG_Galerkin_IncRANSSA_btest.cpp
Commit 143c801d9e781e6009c661d93f5843b2b7078d67 by galbramc
Fix compile error
The file was modified src/Discretization/Potential_Drela/ResidualParamSensitivity_CG_Potential_Drela.h
Commit 5f9382fcd86a5ec2c16f12f7f1dbca94cfbe9a52 by galbramc
Compile fix
The file was modified src/UserInterfaces/LIPSolver.cpp
Commit ed97aa8b28714ea77f492f058e2c6893a51beb5c by galbramc
Missing include
The file was modified test/sandbox/Solve2D_HDG_Triangle_NavierStokes_OjedaMMS_toy.cpp
Commit de6c4a15b549abe5e504bddae58e1d000ba8b66c by galbramc
More missing includes
The file was modified test/unit/Discretization/HDG/FunctionalCell_HDG_btest.cpp
The file was modified test/sandbox/Solve2D_EDG_Triangle_Stokes_OjedaMMS_toy.cpp
The file was modified test/sandbox/Solve2D_HDG_Triangle_Euler_CubicSource_toy.cpp
Commit a0887e8bc788c6f4b9276ff33c59c019d990aa7d by galbramc
More missing includes
The file was modified test/unit/Discretization/HDG/JacobianFunctionalCell_HDG_btest.cpp
The file was modified test/unit/Discretization/HDG/FunctionalCellwise_HDG_btest.cpp
Commit 7c276642e3bd42489c7bfe872f306a062ed32a4d by allmaras
reverted to depricated include directory for <boost/test/unit_test.hpp>
The file was modified test/unit/pde/IncompressibleNS/PDEIncompressibleRANSSA1DChannel_btest.cpp
The file was modified test/unit/pde/IncompressibleNS/BCIncompressibleNavierStokes1DChannel_btest.cpp
The file was modified test/unit/pde/IncompressibleNS/PDEIncompressibleNavierStokes1DChannel_btest.cpp
The file was modified test/unit/pde/IncompressibleNS/BCIncompressibleRANSSA1DChannel_btest.cpp
Commit 5ac2439e5deee50f9ad4a96d1e8493b4b6125d83 by galbramc
More missing include fixes
The file was modified test/system/Asymptotic/ErrorOrder_2D_HDG_Triangle_AD_btest.cpp
The file was modified test/system/Asymptotic/ErrorOrder_2D_EDG_Triangle_AD_btest.cpp
The file was modified src/LinearAlgebra/AlgebraicEquationSetBase_GloballyConstrained.h
The file was modified test/system/Asymptotic/ErrorOrder_1D_HDG_Burgers_btest.cpp
The file was modified test/system/Asymptotic/ErrorOrder_1D_HDG_AD_BDF_btest.cpp
The file was modified test/system/Asymptotic/Adjoint2D_HDG_Triangle_AD_sansLG_btest.cpp
The file was modified test/system/Asymptotic/ErrorOrder_1D_HDGAdvective_Advection_btest.cpp
The file was modified test/unit/Discretization/HDG/FunctionalBoundaryTrace_HDG_sansLG_btest.cpp
The file was modified test/system/Asymptotic/ErrorOrder_1D_HDG_AD_btest.cpp
The file was modified test/system/Asymptotic/Adjoint2D_HDG_Triangle_AD_mitState_btest.cpp
Commit 66f757ba8d68a2ca87a47b4ba21d8db09afd9605 by galbramc
Upgrade to AFLR 10.8.7
The file was modified src/Meshing/EGTess/EGTessModel_aflr4.cpp
The file was modified CMakeInclude/Checks/aflr_test.cxx
The file was modified src/Meshing/EGADS/EGBody.cpp
The file was modified scripts/jenkins/jenkins_env.sh
Commit 77357e30bf34ae03cd861ccec41e5ea7d17f3faa by galbramc
Update AFLR libraries
The file was modified CMakeInclude/Finds/FindAFLR.cmake
Commit c62bc712ac5662b6e87edea02d5db56a75645377 by blsc
src/
The file was modified test/unit/pde/Sensor/BCSensorParameter2D_btest.cpp
The file was modified test/unit/pde/PorousMedia/BCBuckleyLeverett1D_btest.cpp
The file was modified test/unit/pde/NS/BCNavierStokes2D_btest.cpp
The file was modified test/unit/pde/NS/BCEuler1D_btest.cpp
The file was modified test/unit/pde/NS/BCRANSSA3D_mitState_btest.cpp
The file was modified test/unit/pde/PorousMedia/BCTwoPhase1D_btest.cpp
The file was modified test/unit/pde/PorousMedia/BCTwoPhaseLinearized1D_btest.cpp
The file was modified test/unit/pde/PorousMedia/BCBuckleyLeverett_ArtificialViscosity1D_btest.cpp
The file was modified test/unit/pde/NS/BCEulermitAVSensor2D_btest.cpp
The file was modified test/unit/pde/PorousMedia/BCTwoPhase2D_btest.cpp
The file was modified test/unit/pde/PorousMedia/BCTwoPhaseArtificialViscosity2D_btest.cpp
The file was modified test/unit/pde/Burgers/BCBurgers1D_btest.cpp
The file was modified test/unit/pde/NS/BCEulermitAVSensor1D_btest.cpp
The file was modified test/unit/pde/NS/BCRANSSA2D_btest.cpp
The file was modified test/unit/pde/Lorenz/BCLorenz_btest.cpp
The file was modified test/unit/pde/PorousMedia/BCTwoPhaseArtificialViscosity1D_btest.cpp
The file was modified test/unit/pde/Burgers/BCBurgers2D_btest.cpp
The file was modified test/unit/pde/NS/BCEuler3D_mitState_btest.cpp
The file was modified test/unit/pde/Sensor/BCSensorParameter1D_btest.cpp
The file was modified test/unit/pde/IBL/BCIBL2D_btest.cpp
The file was modified test/unit/pde/NS/BCEuler2D_btest.cpp
The file was modified test/unit/pde/AdvectionDiffusion/BCAdvectionDiffusion2D_btest.cpp
The file was modified test/unit/pde/NDConvert/BCNDConvert_btest.cpp
The file was modified test/unit/pde/IBL/BCIBLUniField2D_btest.cpp
The file was modified test/unit/pde/NS/BCNavierStokes3D_mitState_btest.cpp
Commit 39b014fbce4ee526f73a671f99dddeb741c1bbaf by blsc
Updated BC::isValidState interface so mitState BCs can check if the boundary state generated is also valid
The file was modified src/pde/Burgers/BCBurgers1D.h
The file was modified src/pde/NS/BCEuler2D_mitState.h
The file was modified src/pde/FullPotential/BCLinearizedIncompressiblePotential2D.h
The file was modified src/pde/NS/BCEuler2D_BN.h
The file was modified src/pde/IBL/BCIBLUniField.h
The file was modified src/pde/NDConvert/BCNDConvertSpaceTime1D.h
The file was modified src/pde/PorousMedia/BCBuckleyLeverett1D.h
The file was modified src/pde/ShallowWater/BCShallowWater2D_manifold.h
The file was modified src/pde/PorousMedia/BCTwoPhase2D.h
The file was modified src/pde/FullPotential/BCLinearizedIncompressiblePotential3D.h
The file was modified src/Discretization/isValidState/call_derived_isValidState.h
The file was modified src/pde/NS/BCEuler1D_mitState.h
The file was modified src/pde/FullPotential/BCLinearizedIncompressiblePotential2D_sansLG.h
The file was modified src/pde/NDConvert/BCNDConvertSpace3D.h
The file was modified src/pde/ShallowWater/BCShallowWater1D.h
The file was modified src/pde/NS/BCEuler3D_mitState.h
The file was addedsrc/Discretization/isValidState/call_derived_BoundaryState.h
The file was modified src/Discretization/isValidState/isValidStateBoundaryTrace_HDG.h
The file was modified src/pde/Stokes/BCStokes2D.h
The file was modified src/Discretization/VMSDBR2/AlgebraicEquationSet_VMSD_BR2.h
The file was modified src/Field/FieldVolume_Instantiate_3D.cpp
The file was modified src/pde/FullPotential/BCFullPotential3D.h
The file was modified src/pde/IBL/BCIBL3D.h
The file was modified src/pde/NS/BCEulermitAVSensor3D.cpp
The file was modified src/pde/Lorenz/BCLorenz.h
The file was modified src/Field/FieldBaseVolume_Instantiate.cpp
The file was modified src/pde/Burgers/BCmitAVSensorBurgers1D.h
The file was modified src/Field/FieldLiftVolume_DG_BoundaryTrace_Instantiate_3D.cpp
The file was modified src/pde/NDConvert/BCNDConvertSpaceTime2D.h
The file was modified src/pde/NDConvert/BCNDConvertSpaceTime3D.h
The file was modified src/pde/IBL/BCIBL2D.h
The file was modified src/pde/BCNone.h
The file was modified src/pde/Sensor/BCSensorParameter1D.h
The file was modified src/Discretization/isValidState/isValidStateBoundaryTrace_sansLG.h
The file was modified src/pde/NS/BCNavierStokes3D_mitState.h
The file was modified src/pde/HSM/BCHSM2D.h
The file was modified src/SolutionTrek/Continuation/Homotopy/BCHomotopy.h
The file was modified src/pde/NS/BCEuler1D_mitState_ST.h
The file was modified src/pde/Burgers/BCmitAVSensorBurgers2D.h
The file was modified src/pde/AdvectionDiffusion/BCAdvectionDiffusion1D.h
The file was modified src/pde/IBL/BCIBLSplitAmpLag2D.h
The file was modified src/pde/NS/BCEuler2D_Dirichlet_sansLG.h
The file was modified src/pde/Burgers/BCBurgers2D.h
The file was modified src/pde/AdvectionDiffusion/BCAdvectionDiffusion2D.h
The file was modified src/pde/Sensor/BCSensorParameter2D.h
The file was modified src/Field/FieldVolume_CG_InteriorTrace_Instantiate_3D.cpp
The file was modified src/pde/ShallowWater/BCShallowWater2D.h
The file was modified src/pde/AdvectionDiffusion/BCAdvectionDiffusion3D.h
The file was modified src/pde/PorousMedia/BCTwoPhaseLinearized1D.h
The file was modified src/pde/NS/BCEuler1D.h
The file was modified src/pde/PorousMedia/BCTwoPhase1D.h
The file was modified src/pde/NDConvert/BCNDConvertSpace1D.h
The file was modified src/pde/NS/BCNavierStokes2D.h
The file was modified src/Discretization/isValidState/isValidStateBoundaryTrace_mitLG.h
The file was modified src/pde/NDConvert/BCNDConvertSpace2D.h
Commit e3bcdf267488d5a3ca61bc91ce58d3cf9a444b38 by blsc
Removed file that didn't work out and shouldn't have been commited
The file was removedsrc/Discretization/isValidState/call_derived_BoundaryState.h
Commit 922c66c09f39de754acc00562b2ef3d816687963 by galbramc
Fix AFLR library order
The file was modified CMakeInclude/Finds/FindAFLR.cmake
The file was modified src/Meshing/EGTess/EGTessModel_aflr4.cpp
Commit 06cc920dd20936bdc4c71342df3428fa1f63cde4 by blsc
Formatting fixes
The file was modified src/pde/NDConvert/OutputNDConvertSpaceTime1D.h
The file was modified src/pde/FullPotential/BCLinearizedIncompressiblePotential2D.h
The file was modified src/pde/IBL/BCIBL2D.h
The file was modified src/pde/NS/BCNavierStokes3D_mitState.h
The file was modified src/Field/Element/GalerkinWeightedIntegral_New.h
The file was modified src/LinearAlgebra/DenseLinAlg/StaticSize/Documentation/SVD_3x3/svd3.h
The file was modified src/pde/IBL/BCIBLUniField.h
The file was modified src/pde/BCNone.h
The file was modified src/pde/FullPotential/BCLinearizedIncompressiblePotential2D_sansLG.h
The file was modified src/pde/IBL/BCIBLSplitAmpLag2D.h
The file was modified src/pde/NS/BCEuler1D.h
The file was modified src/pde/NS/BCEuler3D_mitState.h
The file was modified src/pde/NS/PDERANSSA2D.h
The file was modified src/pde/NS/PDEEuler3D_RotorSource.h
The file was modified src/Discretization/Galerkin/JacobianCell_Galerkin_Param.h
The file was modified src/Field/ElementCounter.h
The file was modified src/pde/NS/OutputNavierStokes2D.h
Commit 19c10827a3ec2a8126922021dfdc2bb5fbd0de7f by blsc
Missing instantiation and arguments flipped causing a unit test to fail
The file was modified src/Discretization/isValidState/isValidStateBoundaryTrace_sansLG.h
The file was modified test/unit/Discretization/DG/AlgebraicEquationSet_DGBR2_Quad_SA_btest.cpp
The file was modified src/pde/NS/BCEuler2D_BN.h
The file was modified test/sandbox/Adapt3D_CGStabilized_RANSSA_ArtificialViscosity_ONERA_M6_toy.cpp
Commit f1c4fbcc14aa663cc8728f46cbd7f9ec75acf320 by galbramc
Fixes for AFLR4 and EGADS updates
The file was modified src/Meshing/EGADS/EGFace.cpp
The file was modified src/Meshing/EGTess/CMakeLists.txt
The file was modified src/Meshing/EGADS/EGLoop.cpp
The file was modified src/Meshing/AFLR/AFLR3.cpp
The file was modified src/Meshing/EPIC/SolutionField_PX.cpp
The file was modified src/Meshing/EGADS/EGBody.h
The file was modified src/Meshing/EGADS/transform.h
The file was modified src/Meshing/EGADS/EGBody.cpp
The file was modified src/Field/NormalField/NormalField_Volume.cpp
The file was modified src/Meshing/EGADS/transform.cpp
The file was modified src/Meshing/EGADS/EGEdge.h
The file was modified src/Meshing/EGTess/EGTessModel_aflr4.cpp
The file was modified src/Meshing/EPIC/SolutionField_PX.h
The file was modified src/Meshing/EGADS/EGFace.h
The file was modified test/system/CodeConsistency/CMakeLists.txt
Commit 1bf632374d6de19b13b0b571d4c3aed30ce64dc3 by galbramc
Fix for wake sheets
The file was modified src/UserInterfaces/capsAIM/intersectWake.cpp
The file was modified src/Meshing/AFLR/AFLR3.cpp
The file was modified test/unit/Meshing/AFLR/AFLR3_btest.cpp
Commit fb9501657f4c2a5854d22b291e1afcdbd61a756f by galbramc
Various small fixes
The file was modified test/system/CodeConsistency/CMakeLists.txt
The file was modified src/UserInterfaces/capsAIM/capsMesh.cpp
The file was modified src/Meshing/avro/XField_avro_3D.cpp
The file was modified src/Meshing/AFLR/AFLR3.cpp
The file was removedsrc/Field/output_Tecplot/output_Tecplot.cpp
Commit 2aeb1d8f20d9967aa11d3c1a77f26d36cb13b9d1 by galbramc
Allow specified interior traces
The file was modified src/Field/Partition/XField_Lagrange_impl.h
The file was modified src/Field/Partition/LagrangeElementGroup.h
The file was modified src/Field/Partition/XField_Lagrange_balance_impl.h
The file was modified src/Field/XField_impl.h
The file was modified test/unit/Field/XField_Lagrange_btest.cpp
The file was modified src/Field/Partition/LagrangeElementGroup.cpp
The file was modified src/Field/output_Tecplot/output_Tecplot_Field_impl.h
The file was modified src/Field/output_Tecplot/output_Tecplot_FieldArea.cpp
The file was modified src/Field/XField.h
The file was modified src/Field/Partition/XField_Lagrange_Distribute_impl.h
The file was modified src/Field/XFieldArea_buildFrom_impl.h
The file was modified src/Field/XFieldVolume_buildFrom_impl.h
The file was modified src/Field/output_Tecplot/output_Tecplot_FieldVolume4.cpp
The file was modified src/Field/XFieldSpacetime_buildFrom_impl.h
The file was modified src/Field/XField_BoundaryTrace.h
The file was modified src/Field/output_Tecplot/output_Tecplot_FieldVolume.cpp
The file was modified src/Field/XFieldLine_buildFrom_impl.h
The file was modified src/Field/Partition/XField_Lagrange.h
Commit e7ae55d2caaaf288ec0211aae1e65d9acbba17d4 by galbramc
Compile fixes. Allow UnionJack to work in parallel
The file was modified test/unit/UnitGrids/XField2D_Duct_Triangle_Lagrange_Xq.cpp
The file was modified src/Field/Partition/XField_Lagrange_impl.h
The file was modified src/Field/Partition/LagrangeElementGroup.h
The file was modified test/unit/Field/Field2D_CG_Triangle_btest.cpp
The file was modified src/Field/Local/XField_LocalPatchConstructor/XField_LocalPatchConstructor_impl.h
The file was modified test/unit/Field/Field2D_DG_Triangle_btest.cpp
The file was modified src/tools/safe_at.h
The file was modified src/Meshing/EGTess/EGTessModel.cpp
The file was modified test/unit/UnitGrids/XField2D_Box_UnionJack_Triangle_X1.h
The file was modified src/Field/Field_impl.h
The file was modified test/unit/Field/Field2D_EG_Triangle_btest.cpp
The file was modified test/unit/Meshing/EGADS/transform_btest.cpp
The file was modified test/unit/UnitGrids/XField2D_Box_UnionJack_Triangle_X1.cpp
The file was modified test/sandbox/Adapt2D_DGBR2_BuckleyLeverett_ArtificialViscosity_ST_Block2x2_toy.cpp
The file was modified test/sandbox/Adapt2D_DGBR2_BuckleyLeverett_ArtificialViscosity_ST_toy.cpp
The file was modified test/unit/UnitGrids/XField2D_Box_UnionJack_Triangle_X1_btest.cpp
The file was modified src/Field/Local/XField_LocalPatch/XField_LocalPatch_impl.h
Commit c83a94d03058227390fac3d5bbeec1ad70a8f9d4 by galbramc
Fix compile error
The file was modified src/Field/output_Tecplot/output_Tecplot_FieldVolume.cpp
Commit 4ab9223395e376f565cd09e32641e4659a06c839 by allmaras
removed 1D incompressible NS channel flow test case -- won't compile due to double
vs VectorS<1> issues; test case is really not needed anyway
The file was removedtest/sandbox/Solve1D_CG_IncNS1D_Channel_toy.cpp
Commit d7b8f05c6fae2f2c2b767dc49f8c1f3765442690 by galbramc
Fixes for parallel specified interior traces. Added ParkMMS and EntropyProduction output.
The file was modified src/pde/NS/SolutionFunction_NavierStokes2D.cpp
The file was modified src/Field/Partition/XField_Lagrange_impl.h
The file was modified src/pde/NS/BCEuler2D_mitState.h
The file was modified test/CMakeLists.txt
The file was modified src/pde/NS/SolutionFunction_NavierStokes2D.h
The file was modified src/Field/FieldArea_EG_Cell_impl.h
The file was modified src/Field/output_Tecplot/output_Tecplot_FieldVolume.cpp
The file was modified src/Field/Partition/XField_Lagrange_balance_impl.h
The file was modified src/pde/NS/OutputNavierStokes2D.h
The file was modified src/Field/output_Tecplot/output_Tecplot_FieldLine_1D.cpp
The file was modified src/pde/NS/BCEuler2D_Solution.h
The file was modified src/pde/NS/OutputEuler2D.h
The file was addedtest/sandbox/Adapt2D_VMSDBR2_NavierStokes_ParkMMS_toy.cpp
The file was modified src/pde/AnalyticFunction/ScalarFunction2D.h
The file was modified src/Field/Partition/XField_Lagrange_Distribute_impl.h
The file was modified test/unit/pde/NS/OutputNavierStokes2D_btest.cpp
The file was modified src/pde/NS/BCEuler2D_Solution.cpp
Commit 09aca45ac086895ce41b7992990d23564a94eb30 by galbramc
Forgot files
The file was modified src/Adaptation/MOESS/SolverInterface.h
The file was modified src/Adaptation/MOESS/SolverInterface_VMSD_BR2.h
Commit 4955db09ccde4da6e11c125bb254ecc57a844258 by galbramc
Fixes for parallel interior traces
The file was modified src/pde/NS/BCEuler2D_mitState.h
The file was modified src/Field/output_Tecplot/output_Tecplot_FieldArea.cpp
The file was modified src/Field/output_Tecplot/output_Tecplot_Field_impl.h
The file was modified src/Field/Partition/LagrangeElementGroup.cpp
The file was modified src/Field/Partition/XField_Lagrange_impl.h
The file was modified src/Field/Partition/XField_Lagrange_Distribute_impl.h
The file was modified src/Field/output_Tecplot/output_Tecplot_FieldVolume.cpp
Commit 9640d4f03e462fedd84bcd00ed61686e67ad82c8 by galbramc
Fix uninitialized data
The file was modified src/Discretization/VMSDBR2/AlgebraicEquationSet_VMSD_BR2.h
Commit 08fed0316f14148cc971bbf07cefc7e93903be91 by galbramc
Fix intel warning
The file was modified src/tools/safe_at.h
Commit 1dcbebe4b83ff328c101b19d25394511166e4b02 by savithru
Added new SPE10 cases for time-marching FV and DGBR2+AV.
The file was addedtest/sandbox/Solve2D_FV_TwoPhase_SPE10_BDF_toy.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_TwoPhase_ArtificialViscosity_ST_SPE10_toy.cpp
The file was addedtest/sandbox/Solve2D_DGBR2_TwoPhase_ArtificialViscosity_SPE10_BDF_toy.cpp
The file was modified test/sandbox/Solve2D_FV_TwoPhase_QuarterFiveSpot_BDF_toy.cpp
Commit 0da811199844978dc418e1d9f1f0bedc8284bd61 by galbramc
Fix parallel DG DOF indexing for multiple cell groups
The file was addedtest/unit/UnitGrids/XField2D_Box_Mixed_X1_btest.cpp
The file was modified test/unit/Field/Field2D_EG_Triangle_btest.cpp
The file was modified test/unit/UnitGrids/CMakeLists.txt
The file was modified src/MPI/continuousElementMap.h
The file was addedtest/unit/UnitGrids/XField2D_Box_Mixed_X1.cpp
The file was modified src/Field/Field_DG_CellBase_impl.h
The file was modified src/Field/FieldArea_EG_Cell_impl.h
The file was modified test/unit/UnitGrids/XField3D_ForwardStep_Hex_X1.cpp
The file was addedtest/unit/UnitGrids/XField2D_Box_Mixed_X1.h
Commit c2df840c3ad9f22efffa3132148b24cc20c344e1 by allmaras
fixes for jenkins squawks
The file was modified src/pde/IncompressibleNS/BCIncompressibleRANSSA1DChannel.h
The file was modified src/pde/IncompressibleNS/PDEIncompressibleNavierStokes1DChannel.h
The file was modified test/unit/pde/IncompressibleNS/SolutionFunction_IncompressibleRANSSA1DChannel_btest.cpp
Commit 88c75480beaefb708de40b2c12e5036294f9871a by galbramc
Fix EG zombies
The file was modified src/Discretization/VMSD/AlgebraicEquationSet_VMSD.h
The file was modified src/Field/Field_DG_CellBase_impl.h
The file was modified src/Field/FieldArea_EG_Cell_impl.h
Commit 33fac33856c205c2ea7de47b8cdb01a7ff7f8107 by allmaras
missing #include <vector>
The file was modified src/pde/IncompressibleNS/PDEIncompressibleRANSSA1DChannel.h
The file was modified src/pde/IncompressibleNS/PDEIncompressibleNavierStokes1DChannel.h
Commit 9c28b6db063ee8871a973b424d06f27b4ddde8b6 by allmaras
fixed warning for un-used typedef
The file was modified test/sandbox/Solve1D_CG_IncRANSSA1D_Channel_toy.cpp
Commit 10ff3db512906b3058692f96798ffe5415b7360a by allmaras
added isValidState with (x,time,nx,q) params for Dirichlet
The file was modified src/pde/IncompressibleNS/BCIncompressibleRANSSA1DChannel.h
Commit 133aead8ceadbef0be5fc06afc664d39f77d5bcc by hcarson
Hardening ReadSolution_PX to throw uniformly across MPI if rank 0 fails to load the file. Can now use try catch around restart blocks!
The file was modified src/Meshing/EPIC/SolutionField_PX.cpp
Commit 73939872f71e6c9a1193d925f241c2a511a837ab by allmaras
fixed uninitialized variables in test
The file was modified test/unit/pde/IncompressibleNS/PDEIncompressibleRANSSA1DChannel_btest.cpp
Commit 082bc01d6b1a8f4d2339961f3af68fedee87a24b by allmaras
removed redundant instantiation
The file was modified test/unit/pde/IncompressibleNS/PDEIncompressibleNavierStokes1DChannel_btest.cpp
Commit b351042e83bf1d0c2b33af5047342aeabc6166f6 by hcarson
removed unneeded print statements and a typo
The file was modified src/Meshing/EPIC/SolutionField_PX.cpp
Commit f6574035cf628d49de3e610cf46304497597918d by galbramc
Nightly fixes
The file was modified test/unit/BasisFunction/ReferenceElement_btest.cpp
The file was modified test/system/IO/ErrorEstimates/ErrorEst2D_HDG_L_AD_FullTest.txt
Commit 4126a36ef2df37fed3626b79759f6e4dd3e70113 by galbramc
Various small fixes
The file was modified src/Discretization/Galerkin/ExtractCGLocalBoundaries/ExtractCGLocalBoundaries_impl.h
The file was modified src/Field/FieldVolume_EG_Cell_impl.h
The file was modified src/Field/FieldArea_EG_Cell_impl.h
The file was modified src/Field/Partition/XField_Lagrange_impl.h
The file was modified src/Field/FieldSpacetime_EG_Cell_impl.h
The file was modified src/Field/FieldLine_EG_Cell_impl.h
The file was modified src/Field/Partition/XField_Lagrange_Distribute_impl.h
Commit 5ae6e94f560e8d6d265e277bc5846e45a0b8f161 by hcarson
Fix to erroneous logic
The file was modified src/Meshing/EPIC/SolutionField_PX.cpp
Commit 851b81df5137be291bf923fe3a59fe241c7809d1 by hcarson
Make safe_at work for any container type, and reduce code duplication
The file was modified src/tools/safe_at.h
Commit e3af87ee0b5493a4f45a85a420a505aeb5293f11 by galbramc
Nightly fixes
The file was modified test/unit/UnitGrids/XField2D_ForwardStep_Quad_X1.cpp
The file was modified test/unit/UnitGrids/XField3D_ForwardStep_Hex_X1.cpp
The file was modified src/LinearAlgebra/DenseLinAlg/tools/Identity.h
The file was modified test/unit/Discretization/VMSDBR2/CMakeLists.txt
The file was modified test/unit/Field/XField_Lagrange_btest.cpp
Commit 4af7dc0ac770ae44d943f1ac90a04f68d0c9e11b by galbramc
More nightly fixes
The file was modified test/system/IO/ErrorEstimates/ErrorEst2D_HDG_L_AD_FullTest.txt
The file was modified test/unit/Field/FieldDataMatrixD_TraceLift_btest.cpp
The file was modified test/system/Asymptotic/CMakeLists.txt
The file was modified test/unit/Field/FieldDataMatrixD_CellLift_btest.cpp
The file was modified scripts/jenkins/jenkins_env.sh
Commit 0fcbc772021ff6cf570c7f7cf85fecd68f8371f0 by allmaras
fixed nightly warning on unused variable
The file was modified test/unit/pde/IncompressibleNS/PDEIncompressibleRANSSA1DChannel_btest.cpp
Commit d2e4f470fb5667c043285e7a790271cea912bd5c by galbramc
Relax execution time
The file was modified test/system/CodeConsistency/CMakeLists.txt
Commit 45741c8a4bfb59b17ad86a38f8fb67e02fb2c405 by hcarson
Changed isValid to check: qbar + qp at cell quads, and qbar, qbar + qpL and qbar + qpR for interior traces. These are the only values used in flux evaluation
The file was modified src/Discretization/isValidState/isValidStateCell_VMSD.h
The file was modified src/Discretization/isValidState/isValidStateInteriorTrace_VMSD.h
Commit b895e60cb03b868b5c8cc2c071a96c27e80b7d1a by galbramc
Fix accross spelling. Fix AFLR3 to distribute in parallel. Update interior trace parallel construction.
The file was modified test/unit/Discretization/HDG/JacobianInteriorTrace_HDG_AD_btest.cpp
The file was modified test/unit/UnitGrids/XField3D_Box_Hex_X1_btest.cpp
The file was modified src/Field/XField_BoundaryTrace_impl.h
The file was modified src/tools/CMakeLists.txt
The file was modified test/system/LocalSolve/LocalSolve3D_HDG_Tet_AD_btest.cpp
The file was modified test/unit/Discretization/DG/JacobianInteriorTrace_DGBR2_AD_btest.cpp
The file was modified test/unit/Field/Field3D_CG_Tetrahedron_btest.cpp
The file was modified src/Field/Partition/XField_Lagrange_balance_impl.h
The file was modified test/system/Asymptotic/ErrorOrder_3D_DGBR2_Periodic_Hex_AD_btest.cpp
The file was modified test/unit/UnitGrids/XField3D_Box_Tet_X1_btest.cpp
The file was modified test/unit/UnitGrids/XField2D_Box_Triangle_Lagrange_X1.cpp
The file was modified test/unit/UnitGrids/XField3D_ForwardStep_Hex_X1_btest.cpp
The file was modified test/unit/Meshing/AFLR/AFLR3_btest.cpp
The file was modified test/unit/UnitGrids/XField3D_GaussianBump_Xq_btest.cpp
The file was modified src/Meshing/AFLR/AFLR3.cpp
The file was modified src/MPI/continuousElementMap.h
The file was modified test/unit/Field/Field3D_CG_Hexahedron_btest.cpp
The file was modified src/Meshing/AFLR/AFLR3.h
The file was modified src/Field/NormalField/NormalField_Volume.cpp
The file was modified src/Field/Partition/XField_Lagrange_Distribute_impl.h
The file was modified src/Field/output_Tecplot/output_Tecplot_FieldVolume.cpp
The file was modified src/MPI/operations.h
The file was modified src/tools/BackTraceException.cpp
The file was modified test/unit/UnitGrids/XField4D_Box_Ptope_X1_btest.cpp
The file was modified test/unit/Field/XField3D_Curved_Hex_btest.cpp
The file was modified src/SolutionTrek/Continuation/PseudoTime/AlgebraicEquationSet_PTC_VMSD.h
The file was modified test/unit/Discretization/DG/JacobianBoundaryTrace_Dirichlet_mitState_DGBR2_AD_btest.cpp
The file was modified src/Field/Partition/LagrangeElementGroup.cpp
The file was modified src/Python/InputException.cpp
The file was modified test/system/Asymptotic/ErrorOrder_3D_CG_Hex_AD_btest.cpp
The file was modified test/system/LocalSolve/LocalSolve3D_Split_HDG_Tet_AD_btest.cpp
The file was modified src/Field/Partition/LagrangeElementGroup.h
The file was modified test/unit/Discretization/VMSDBR2/JacobianCell_VMSD_BR2_AD_btest.cpp
The file was modified src/SolutionTrek/Continuation/PseudoTime/AlgebraicEquationSet_PTC.h
The file was modified test/unit/Discretization/DG/JacobianBoundaryTrace_LinearScalar_sansLG_DGBR2_AD_btest.cpp
The file was modified test/unit/Field/XField3D_Curved_Tet_btest.cpp
The file was modified test/system/Asymptotic/ErrorOrder_3D_CG_Tet_AD_btest.cpp
The file was modified test/system/Asymptotic/ErrorOrder_3D_DGBR2_Tet_AD_btest.cpp
The file was modified test/unit/Field/DistanceFunction_btest.cpp
The file was modified test/unit/Meshing/AFLR/CMakeLists.txt
The file was modified src/SolutionTrek/Continuation/ImplicitResidualSmoothing/AlgebraicEquationSet_IRS.h
The file was modified scripts/vera/exclusions.txt
The file was modified test/unit/Discretization/VMSDBR2/JacobianBoundaryTrace_Dirichlet_mitState_VMSDBR2_AD_btest.cpp
The file was modified test/unit/UnitGrids/XField2D_Box_UnionJack_Triangle_X1.cpp
Commit e9198e0ad7af383a78e9d59991a23776388932ab by galbramc
Reduce maximum grid size for PDESourceOnly_Projection_btest
The file was modified test/system/CodeConsistency/PDESourceOnly_Projection_btest.cpp
Commit 77529dccbc1efa436b704e13b5e623592ed50920 by galbramc
Add latest PETSc version
The file was modified CMakeInclude/Builds/BuildPETSC.cmake
Commit 100ef1a5f57db2c996467914876088374c5609fc by galbramc
Nightly fix
The file was modified test/system/IO/ErrorEstimates/ErrorEst2D_HDG_L_AD_FullTest.txt
Commit 1f3ba0f4019b73520aa91a1696b4b36a9ec8de21 by galbramc
Various CMake fixes
The file was modified CMakeInclude/Builds/BuildPARMETIS.cmake
The file was modified CMakeInclude/Finds/FindSUITESPARSE.cmake
The file was modified CMakeInclude/Builds/BuildTETGEN.cmake
The file was modified CMakeInclude/Finds/FindAVRO.cmake
The file was modified CMakeInclude/Builds/BuildSUITESPARSE.cmake
The file was modified CMakeInclude/MakeSummaryFile.cmake
Commit 422573980ea5ca6bb499c868f0b2764a4bca90d4 by galbramc
Fix for building Tetgen
The file was modified CMakeInclude/Builds/BuildTETGEN.cmake
Commit 9d34fd8e4d241dab0ed4004498add60f25c4cf5c by galbramc
Don't ues intel compiler to compile TetGen
The file was modified CMakeInclude/Builds/BuildTETGEN.cmake
Commit 927f343e09770907d8e437546b48c47912c7c590 by galbramc
Nightly fix
The file was modified test/system/IO/ErrorEstimates/ErrorEst_2D_DGAdvective_AD_FullTest.txt
Commit 4b752ee25e4fe2f6af3e0aea95de070416edad6b by galbramc
Relax tolerance for nightly test
The file was modified test/system/Asymptotic/ErrorEstimateOrder_2D_DGAdvective_Triangle_AD_btest.cpp
Commit 2e510f9c97d6f1ba80d42524141f9bfbbf44a69c by galbramc
Update refine, TetGen, and AFLR. Added ParameterDictList for a list of dictionaries. Rename MeanlineBlade to CamberBlade.
The file was modified src/Python/Parameter.h
The file was removedtest/unit/Meshing/EGADS/MeanlineBlade_btest.cpp
The file was modified src/Meshing/refine/refine_defs.h
The file was addedtest/unit/Meshing/EGADS/CamberBlade_btest.cpp
The file was modified test/unit/Python/Parameters_btest.cpp
The file was addedsrc/Meshing/EGADS/Airfoils/CamberBlade.cpp
The file was modified src/Python/ExtractParam.cpp
The file was removedsrc/Meshing/EGADS/Airfoils/MeanlineBlade.h
The file was modified src/Meshing/TetGen/makeTetGenModel.cpp
The file was modified src/Meshing/refine/XField_refine.cpp
The file was modified src/Python/InputException.h
The file was modified CMakeInclude/Builds/BuildTETGEN.cmake
The file was modified src/Meshing/EGADS/Airfoils/CubicCamber.h
The file was modified test/unit/Meshing/EGADS/CMakeLists.txt
The file was modified CMakeInclude/Checks/aflr_test.cxx
The file was modified test/unit/Python/PyDict_btest.cpp
The file was modified src/Field/NormalField/NormalField_Volume.cpp
The file was removedsrc/Meshing/EGADS/Airfoils/MeanlineBlade.cpp
The file was modified test/unit/Field/NormalField_btest.cpp
The file was modified src/Meshing/EGADS/CMakeLists.txt
The file was modified scripts/jenkins/SANS_Nightly.sh
The file was modified src/Meshing/TetGen/EGTetGen.cpp
The file was modified src/Python/PyDict.cpp
The file was modified CMakeInclude/Builds/BuildREFINE.cmake
The file was addedsrc/Meshing/EGADS/Airfoils/CubicCamber.nb
The file was modified CMakeInclude/Dependencies.cmake
The file was modified src/Python/PyDict_impl.h
The file was modified src/tools/Type2String.h
The file was modified src/Python/PyDict.h
The file was addedsrc/Meshing/EGADS/Airfoils/CamberBlade.h
The file was modified src/Meshing/EGADS/Airfoils/CubicCamber.cpp
The file was modified scripts/jenkins/jenkins_env.sh
The file was modified src/Field/NormalField/NormalField.h
The file was modified src/Python/Parameter.cpp
The file was modified CMakeInclude/Finds/FindPARMETIS.cmake
The file was modified src/Meshing/EGADS/revolve.h
Commit 6ab1096b842dfdd8c209fe2e66657cb0126e6f1a by galbramc
Correct AFLR version
The file was modified scripts/jenkins/jenkins_env.sh
Commit e5a2cace4afec067e4e8e35c8b32c618870404b0 by galbramc
Forgot tetgen patch
The file was addedCMakeInclude/Builds/tetgen-predicates.patch
Commit 7a432d30e853c887809988f73d59f982696a243f by galbramc
Various fixes
The file was modified test/unit/Field/NormalField_btest.cpp
The file was modified src/Meshing/EGADS/Airfoils/CamberBlade.cpp
The file was modified src/Meshing/EGADS/Airfoils/CamberBlade.h
The file was modified src/Adaptation/MOESS/ErrorModel/ErrorModel_impl.h
The file was modified test/unit/Field/CMakeLists.txt
The file was modified src/Meshing/ugrid/WriteMesh_ugrid.cpp
The file was modified test/CMakeLists.txt
The file was modified test/unit/Discretization/GloballyConstrained/Ping_Euler_RotorSource_btest.cpp
The file was modified test/unit/Meshing/AFLR/AFLR3_btest.cpp
Commit 8d3a4f1834d8558c4b0a0df7218a1cc5c5fc3dcf by galbramc
Fix library order
The file was modified test/unit/Field/CMakeLists.txt
Commit e8c0a8d866fb08b19d28a55e5e802d647ccfecd8 by galbramc
Relax ping tolerance
The file was modified test/unit/Discretization/GloballyConstrained/Ping_Euler_RotorSource_btest.cpp
Commit 841f82c067471952b1e0d2409e17e340c975614c by galbramc
Comment out file dump
The file was modified test/unit/Meshing/AFLR/AFLR3_btest.cpp
Commit e71bd65a2f38ce42be5b2c423cf4fe0bfbd89d15 by galbramc
Nightly fixes
The file was modified CMakeInclude/Builds/BuildREFINE.cmake
The file was modified test/system/Asymptotic/ErrorEstimateOrder_2D_CG_Nodal_Triangle_AD_btest.cpp
The file was modified test/system/Asymptotic/ErrorOrder_2D_DGAdvective_Circle_Line_ShallowWater_btest.cpp
The file was modified CMakeInclude/Builds/BuildTETGEN.cmake
The file was modified src/Meshing/gmsh/WriteMesh_gmsh.cpp
The file was modified src/Adaptation/MOESS/NodalMetrics/NodalMetrics_impl.h
The file was modified src/Adaptation/MOESS/ErrorModel/ErrorModel_impl.h
The file was modified test/unit/Meshing/refine/refine3D_btest.cpp