Skip to content
Failed

Changes

Summary

  1. added annotation (details)
  2. intermediate commit in case of ACDL power down. sandbox still should not compile yet (details)
  3. refactored 3D box hex grid to allow for arbitrary list of node coordinates (details)
  4. added DOF count checks in box hex grid (details)
  5. added CG field instantiation for IBL3 Qauxv field (details)
  6. minor annotation (details)
  7. refactoring to show intention more clearly (details)
  8. minor cleanup (details)
  9. minor addition of annotation (details)
  10. added 3D entropy variables for Euler/NS (details)
  11. flipped output_stream flag to true (thought this was down with last commit, but not) (details)
  12. unit tests for Robin_sansLG BCs for 3D NS (details)
  13. cleaned up and fixed sandbox case on FP for S-shaped duct (details)
  14. commented out hacks (details)
  15. Starting to implement BCDataFields by copying over stuff (details)
  16. added and experimented with BCDataFieldManager class.  Ready to further extend this for BCDataField implementation. (details)
  17. minor commenting (details)
  18. minor refactoring before adding BC data field stuff (details)
  19. Initial prototype of introducing BC data fields into algebraic equation set and instantiations of IntegrandBoundaryTraces (details)
  20. trying to equip IntegrandBoundaryTrace with BCDataField: succeed in contructor but failed due to preset Integrand type defi in IntegrateBoundaryTrace_Dispatch.dispatch()....now turning off all the hacks, which will be removed in the future (details)
  21. some tidying up (details)
  22. hide away to-be-removed stuff/hacks (details)
  23. Refactored 3D full potential stuff, particularly adding wall transpiration BC.  Start to pave ways for including BC data field in BC class (details)
  24. Tried wall transpiration in S-duct FP case (details)
  25. append BC data field to 3D FP wall transpiration BC (details)
  26. renaming variables for clarity (details)
  27. Enabled using BC data field by passing it to the BC class.  Tested on full potential 3D case.  Removed previous attempt of trying to let integrand class to own BC data field (details)
  28. removed code from a previous attempt to implement BC data field (details)
  29. refactored BC data evaluation call from element (details)
  30. Started working on Auxv projection equation for IBL+FP coupling: finished the qauxv component in the projection integrand (details)
  31. minor refactoring to reduce unnecessary memory allocation (details)
  32. modulize velocity calculation in 3D FP solver (details)
  33. removed const reference for interior trace groups member data and made it a copy; (details)
  34. added option to return success flag if max number of iterations are reached without converging; (details)
  35. added interface for derivedSurfaceQuantity with parameter (details)
  36. typo fixes (details)
  37. Added new 4-variable Qauxv formulation and associated Field instantiations (details)
  38. Initial work on Auxv equation with 3D FP solver: compiles now but needs to be completed (details)
  39. Some cleanup on Auxv equation (with 3D FP) residual (details)
  40. some more cleanup before completing Auxv equation jacobian (details)
  41. Auxv equation now works for a trivial test case.  Now need to work out volume-surface grid connectivity (details)
  42. minor cleanup (details)
  43. minor refactoring/annotation (details)
  44. Initial work on contructing surface mesh corresponding to a boundary group of volume mesh (BoxHex). TBD: Needs nontrivial testing and interior trace groups (details)
  45. Added nontrivial test for Auxv projection from FP solution (details)
  46. minor typo fix in comments (details)
  47. Added interior trace elements to the boundary surface mesh of BoxHex.  Tried/verfified solving IBL3 on this surface mesh in the flat plate laminar BL case (details)
  48. minor cleanup (details)
  49. minor cleanup/refactoring (details)
  50. Removed execute permission for a .cpp file (details)
  51. typo fixes in Pointwise tcl script (details)
  52. Minor edits (details)
  53. Add ProjectToQauxi equation class for coupling FP+IBL3 (details)
  54. Rename VectorFunction3D to ArrayFunction based on new naming convention (details)
  55. Add initial framework for Auxi equation for FP-IBL3 coupling (details)
  56. Minor cleanup (details)
  57. add anonymous namespace for safety (details)
  58. Included all the necessary fields int Auxi equation for FP-IBL3 (details)
  59. Renamed integrand for projection to Qauxi (details)
  60. add const qualifier just to be extra cautious (details)
  61. Initial working prototype of projection to Qauxi without the div.(M) term (details)
  62. Distinguish volume and manifold quadrature order configurations (details)
  63. Rename integrand class for clarity (details)
  64. Add initial API of manifold integrands for Auxi equation (details)
  65. add more details to integrand of manifold boundary trace for FP-IBL3 coupling (details)
  66. rename files/classes for clarity (details)
  67. add missing include (details)
  68. [intermediate progress] compiling prototype of manifold boundary trace integrals in auxi equation for FP-IBL3 coupling (details)
  69. minor edit (details)
  70. Removed unnecessary destructor (details)
  71. typo fix (details)
  72. Access cell group via global indexing instead of local (details)
  73. Initial working prototype of new Field for Qauxi for FP-IBL3 so that DOFs can be viewed as volume boundary trace and area cell at the same time (details)
  74. Type-related bugfix in FP PDE (details)
  75. cleaned up unused method (details)
  76. Updated VMSDBR2 statically condensed Jacobian calculating to accept multiple RHS to condense using a single Jacobian calculation. Updated linear solvers for globally constrained systems to use this new functionality. Added unit tests to test that results from multiple-RHS code matches applying the single-RHS code to each RHS individually. This update will only affect globally constrained systems (using VMSDBR2). (details)
  77. Hard coded manifold/surface quad grid that matches z-min boundary group of a box hex grid (details)
  78. Added comments to BC data field implementation (details)
  79. Minor typo fix (details)
  80. Refactored DOF indexing contruction to ensure consistency between volumeb boundary trace field and area cell field (details)
  81. Rename variable for clarity.  Add exception to guard against misuse of BC data in full potential wall transpiration BC (details)
  82. Start a new case of FP-IBL3 coupling by copying from existing FP-only case. (details)
  83. Fixed clang warnings. Fixed abstract class error due to not implementing static condensation update to MKL. Have added a developer exception so the execution path exists, but extension still not implemented for MKL. (details)
  84. Refactored AES Project to Qauxi for flat plate 3D panel so that it's ready to be generalized for 3D FP coupling as well (details)
  85. Removed a deprecated header file (details)
  86. Add partial specialization to support block 4x4 FP+IBL3 coupling (details)
  87. Fixed missing BC parameter checks (details)
  88. Fixed long line formatting (details)
  89. Fixed more intel warnings. Added unit tests for the multi-RHS logic for UMFPack and MKL. The MKL test ensures that a developer excpetion occurs, since the logic for MKL has not been implemented. Moved the sum-constrained algebraic equation set in to its own file (like the Advection and Heat equation sets). (details)
  90. minor cleanup (details)
  91. Add static data member to identify the size of jacobian (i.e. number of equations and variables) (details)
  92. Add unit test for block 4x4 system of FP-IBL3 coupling. Still a working progress, but test compiles and runs (details)
  93. Fixed more intel warnings. Added unit tests for the multi-RHS logic for FMGRES. The FGMRES test ensures that a developer excpetion occurs, since the logic for MKL has not been implemented. (details)
  94. Completed Auxi equation for FP-IBL3 coupling (details)
  95. Fix a bug in block 3x3 and 4x4 system of equations: MatrixSize().  It has been identified because perviously block (2,1) is decoupled/zero for previous test cases (details)
  96. Refactor jacobian ping test screen output for clarity (details)
  97. Refactor JacobianParam to allow for multiple parameters of different dimension, e.g. for Auxi equation of FP-IBL3 coupling (details)
  98. Pass block 4x4 block algebraic equation set unit test without coupling for FP and Auxv equations (details)
  99. add const qualifiers (details)
  100. Add annotation to AES_Auxi (details)
  101. Remove redundant class template arguments (details)
  102. Remove AGLS. Add blockage and viscous terms to RotorSource. (details)
  103. Missed a file (details)
  104. Refator AES_auxv mass matrix jacobian computation for clarity and simplicity (details)
  105. BC fixes (details)
  106. Fix include (details)
  107. More boundary condition cleanup (details)
  108. Relax tolerance (details)
  109. Warning fix (details)
  110. Auxi parameter jacobian is now compiling. (details)
  111. Rename class and file (details)
  112. Added functionality to project from a DG to a CG field defined on the same x-field. (details)
  113. Remove infinite x-dervative for thickenss. Fix warnings. (details)
  114. DG ot CG prjection now uses explicit instantiation. (details)
  115. Simplify jacobian calculation of Auxi equation as it's simply mass matrix for Galerkin projection (details)
  116. Add a specialized IntegrateCellGroups method for reuse in FP-IBL3 coupling implementation (details)
  117. More strict templates for AV. Add strongFluxViscous to AV. (details)
  118. modified (solution error)^2 to use dot product; now allows general ArrayQ<T> solution (details)
  119. Warning fixes (details)
  120. Fix for older cmake versions (details)
  121. Replace max with smoothRamp_tanh2 for artificial viscosity (details)
  122. Some more tests (details)
  123. Fix smoothRamp_tanh2. Fix ThicknessNACA6 to use fabs instead of abs. (details)
  124. Suppress compiler warning (details)
  125. Fix warning and relax tolerance (details)
  126. Enable viscous body forces for Euler (details)
  127. Completed Auxv_Qinv jacobian (details)
  128. Added a test to check that bubble modes were not present in VMSD after static condenstaion for a partial Newton step. (details)
  129. Vera exclusion needed for new unit test (L006). (details)
  130. Added parallel test for homotopy, found bug in parallel, fixed bug in parallel. (details)
  131. Discrete blockage gradient (details)
  132. Forgot a file (details)
  133. Added an example homotopy adapt in 3D with RANS, and some missing function calls. (details)
  134. Vera fix (details)
  135. Fix compile error (details)
  136. Added HiFW Joukowski case using homotopy (still WIP). Updates to artificial viscosity interface to resolve some template mis-matches during Joukowski case set up. (details)
  137. Add annotations (details)
  138. Another compile fix (details)
  139. Another compile fix (details)
  140. Fixed error in PETSc Dicts. (details)
  141. Relax tolerance. Add PETScInit. Suppress warning. (details)
  142. More warning fixes (details)
  143. PDERANS3D fixes (details)
  144. Fixes for AVSensor_Source_VMSD_SPD (details)
  145. Fix ping test (details)
  146. Change git update alias (details)
  147. Fix sensitvity calculation (details)
  148. Don't require name for camber free parameters (details)
  149. Implement BCNone for VMSD BR2. I hope nobody has been using it... (details)
  150. Completed d(FP)/d(Qauxi) coupling jacobian for FP-IBL (details)
  151. Forgot to commit unit test on d(FP)/d(Qauxi) jacobian (details)
  152. Removed redundant files for discarded Auxi and Auxv equation implementation (details)
  153. Removed more discarded implementation for Auxi (in FP-IBL3) (details)
  154. Add linear algebra instantiations for FP-IBL3 (details)
  155. Refactoring to keep up with JacobianParam's updated template arguments (details)
  156. Fixed formatting (details)
  157. Minor refactoring (details)
  158. Add unit test for box grid and its derived boundary manifold grid (details)
  159. Minor cleanup (details)
  160. Add more unit test (details)
  161. Add unit test for FieldVolume_DG_BoundaryTrace_matchAreaCell (details)
  162. Bug fix: previously, allocated memory for dynamic matrix but didn't initialize to zero (details)
  163. Completed 4x4 block system jacobian ping test for FP-IBL3 coupling (details)
  164. Added Tt output for Rotor (details)
  165. added instantiations for Newton solution of FP-IBL3 equations (details)
  166. Solved first FP-IBL3 case with Newton solver (details)
  167. added instantiations for MKL and PETSc for FP-IBL3 (details)
  168. added implementation for PETSc for FP-IBL3 (details)
  169. modularized S-shaped duct grid points generation (details)
  170. debugging (for sporadically slow FP residual/jacobian) and refactoring FP-IBL3 test case (details)
  171. mod: VectorFunction -> ArrayFunction (details)
  172. inviscid Joukowski with interface to Pointwise (details)
  173. Added more profiling info for debugging FP-IBL3 (details)
  174. added verbose printout for debugging (details)
  175. fixed formatting errors (details)
  176. Fix Tt rotor output (details)
  177. fixed lines that were too long (details)
  178. fixed promote_Surreal bug (only showed up for USE_GRID_LAPLACIAN) (details)
  179. Vector -> Array fix to be consistent with new Array*Function nomenclature (details)
  180. added Array2Function2D class (2-component, each an analytic function) with unit test; (details)
  181. added PyDict options for xz and yz angle offsets for 3D corner singularity (details)
  182. Fixes for running Joukowski with avro and refine (details)
  183. Fixes for triangle (details)
  184. Fix for triangle with holes (details)
  185. some cleanup on full potential PDE (details)
  186. refactored and added to residualDecreaseStatus(.) (details)
  187. fixed over-array-bound access (details)
  188. switched assertions from runtime to compile time (details)
  189. refactored FP-IBL3 S-duct test case (details)
  190. forgot to commit this... refactored linear solution checker (details)
  191. removed redundant partial specialization in AES_PTC (details)
  192. annotated PTC implementation of paramfld_ and paramfldpast_ (details)
  193. beautified Newton iteration printout (details)
  194. refactored an MatrixS constructor (details)
  195. added comments (details)
  196. enabled PTC for FP-IBL3 4x4 coupling (details)
  197. fixed FP and IBL side wall BC (details)
  198. refactored std::vector access to use bound checking (details)
  199. added comments on how/why CFL changes in PTC iterations (details)
  200. refactored PTC printout & dump (details)
  201. minor tweak to test case (details)
  202. Refactored S-duct box grid (details)
  203. Cleaned up 3D FP BC (details)
  204. some cleanup (details)
  205. added commented out code for timing (details)
  206. fixed warnings (details)
  207. added sanity check.  some cleanup (details)
  208. changed IBL3 surface normal orientation convention to be compatible with FP-IBL3 coupling (details)
  209. Refactored projection onto Qauxv to be only in-surface velocity components in FP-IBL3 coupling (details)
  210. added assertion to guard against misuse (details)
  211. Consolidated auxi equation implementation for 3D full potential and panel (details)
  212. minor cleanup (details)
  213. Merged ProjectToQauxi3D implementation for panel and FP coupling with IBL3 (details)
  214. more cleanup on include (details)
  215. Cleaned up and merged interior trace integrand for IBL3 and Auxi.  Renamed files (details)
  216. added missing include that was accidentally removed (details)
  217. cleaned up include related to 2D/3D manifold cell integrands (details)
  218. more cleanup of include (details)
  219. Cleaned up panel+IBL3 case (details)
  220. added option in IBL3 to choose how nrm_surf orientation relates to e1 and e2 (details)
  221. minor test case cleanup/tweaks (details)
  222. turned off (1) LF flux, (2) mass correction to flux and (3) amp+lag equations for IBL3 (details)
  223. fixed style (details)
  224. refactored param tuple type for better consistency between indexing, ParamTuple and FieldTuple (details)
  225. renamed parameter field type (details)
  226. refactored parameter type for IBL3 (details)
  227. refactored JacobianParam class since the previous implementation is quite limiting (details)
  228. updated JacobianParam usage in test cases following its refactoring (details)
  229. more cleanup on JacobianParam usage (details)
  230. updated use cases involving Auxi equation in panel+IBL3. deleted sandbox cases that are not worth maintaining (details)
  231. updated use cases of new PDEIBL3FourEqn API (details)
  232. fixed full potential unit tests (details)
  233. fixed a bug/typo: flipped divM and divM_rhoe flux calculation for Auxi. Fortunately, the effect on current test cases is minimal since they are incompressible flows (details)
  234. fixed IBL unit tests (details)
  235. minor cleanup of 3D IBL PDE and associated block jacobian ping test (details)
  236. Removed the dedicated (yet redundant) boundary trace integrand for 3D auxi; instead, use 3D manifold BCNone integrand.  Renamed 2D/3D BCNone integrands to reflect its general purpose, not limited to IBL PDE (details)
  237. refactored/fixed Surreal type definitions to use proper/general size variable (details)
  238. accidentally forgot these pieces two commits earlier, when updating auxi BCNone integrand (details)
  239. fixed some compile errors for auxi equation and boundary integrand (details)
  240. minor integrand cleanup (details)
  241. refactored auxi equation's cell integrand to be PhysDim-agnostic, in prep for generalization of auxi aes class (details)
  242. Renamed auxi aes class to be not 3D specific, in prep for generalization (details)
  243. Refactored BCNone integrand for Galerkin manifold to be agnostic of PhysDim (details)
  244. fixed/refactored a few Galerkin_manifold boundary integands to be agnostic of PhysDim (details)
  245. Use isotropic implied metric for IsotropicOpt MOESS (details)
  246. refactored Galerkin_manifold interior trace integrands to be agnostic of PhysDim (details)
  247. removed daisy chain in JacobianParam since it could be handled by the primary algebraic equation class's jacobianParam(...) (details)
  248. removed 3D-specific assertion (details)
  249. refactored usage of jacobianParam(...) to account for any daisy chain in the primary algebraic equation set (details)
  250. Refactored daisy-chain/linked list implementation of algebraic equation sets, including auxi equation and proper chained calls to jacobianParam() (details)
  251. removed redundant daisy-chained calls to setSolutionField() and fillSystemVector() in algebraic equation sets.  Clarified the intended use case of daisy-chained equation set (details)
  252. Refactored 2D auxi PDE class to prepare panel-IBL2 to use the PhysDim-agnostic auxi equation implementation.  Removed redundant auxi equation set and integrand classes that used to be specialized for Panel2D (details)
  253. Removed 3D-specific assertion in auxi cell integrand. Fixed IBL2 captured transition system test case (details)
  254. Cleaned up auxi equation implementation to remove redundant dummy members in FunctionEval class.  Renamed some files & classes (details)
  255. cannot assign a regular/raw pointer to std::shared_ptr (details)
  256. Cleaned up 2D auxv equation implementation for XfoilPanel+IBL to remove redundant dummy members in FunctionEval class.  Renamed some files & classes (details)
  257. cannot assign regular/raw pointer to std::shared_ptr (details)
  258. Cleaned up 3D auxv equation implementation for flat plate panel+IBL3 to remove redundant dummy members in FunctionEval class (details)
  259. minor refactoring of XfoilPanel field discretization order checks/assertions (details)
  260. refactoring (similar to previous ones) to have PDEIBL2D define its parameter field tuple types (details)
  261. typo fix (details)
  262. only prints in verbose mode (details)
  263. fixed system/CodeConsistency tests for IBL (details)
  264. cleanup and fixes to keep IBL-related implementation up to date (details)
  265. more cleanup on DG/HDG discretization unit tests, mostly related to IBL (details)
  266. cleanup & fixes to panel-IBL3 3x3 block discretization unit tests to keep up to date with IBL-related implementation (details)
  267. removed redundant include (details)
  268. fixed miscellaneous XfoilPanel+IBL2 aes unit tests to stay up to date with latest IBL implementation (details)
  269. cleaned up & fixed sandbox cases for XfoilPanel+IBL2D single run and drag polar for airfoil (details)
  270. miscellanenous fixes of compile error and formatting style (details)
  271. removed uses of gradqn and q in Neumann and Dirichlet BCs respectively for potential flow (details)
  272. fixed some compile errors and formatting style (details)
  273. updated pyrite check files for IBLFourEqn3D to use LF flux without mass correction (details)
  274. fixed miscellaneous unit tests related to coupled IBL (details)
  275. fixed FP-IBL3 jacobian ping test (details)
  276. fixed a few compile errors and warnings related to a few sandbox test cases not up-to-date with latest FullPotential PDE/BC implementation (details)
  277. renamed class & files. re-org include.  started a LIP+IBL3 sandbox case by copying over FP-IBL3 (details)
  278. allows FP-IBL3 jacobian ping test to run longer on Jenkins (details)
  279. fixed unit test of auxv aes for 3D full potential (details)
  280. Reverted some changes in the use of LIP BCs.  These changes should NOT have been made (details)
  281. relocated a unit test to IBL folder (details)
  282. passed a few ping tests related to coupled IBL3 (details)
  283. fixed two unit tests troubled by misuse of MPI communicator (details)
  284. refactored some explicit instantiations for better generality and less tedious code (details)
  285. use MatrixS_or_T instead of MatrixS to account for the case of MatrixQ=Real (details)
  286. relaxed time limit for a block jacobian ping test on Jenkins.  trying to fix an undefined reference error by altering the order of loading lib in CMakeLists (details)
  287. rename/reorg files/classes to remove FullPotential 3D specificity from Auxv equation implementation (details)
  288. Relocated Matrix PDE_Qauxi typedef into PDE class in lieu of integrand class (details)
  289. Looks like Jenkins censored the previous commit msg cuz it contains the word 'e-r-r-o-r'. Amend the commit msg now. relaxed time limit for a block jacobian ping test on Jenkins.  trying to fix an undefined reference e-r-r-o-r by altering the order of loading lib in CMakeLists (details)
  290. make a method protected as it is not a necessary API for mitLG BC (details)
  291. Add comments.  Make basis functions class members to reduce re-allocating memory during operator calls (details)
  292. Refactored LIP PDE to prep it to be run with coupled IBL3.  Added Dirichlet_mitLG BC for LIP (details)
  293. relaxed machine precision level tolerance in a unit test for intel compiler to pass (details)
  294. Replaced tedious & repetitive block matrix instantiation statements with macro definitions. Added explicit instantiations for MatrixBlock_4x4 for LIP-IBL3 coupling (details)
  295. Replaced tedious & repetitive block matrix instantiation statements with macro definitions. Added explicit instantiations for MatrixBlock_4x4 for LIP-IBL3 coupling (details)
  296. fixed some lingering merge conflicts (details)
  297. fix no-return warnings in a function with non-void return type (details)
  298. refactored miscellaneous unit tests. added missing explicit instantiation for 4x4 block matrix (details)
  299. added option of Dirichlet_mitLG for LIP test --> result matches LinearScalar_sansLG, so not need bother with mitLG (details)
  300. fix missing return statement issue (details)
  301. minor cleanup (details)
  302. add state validity check assertions for Auxv projection integrand class (details)
  303. refactored LIP BC and PDE to enable coupled LIP-IBL3 test case to run (details)
  304. simply renamed some variables for brevity (details)
  305. speed up LIP-IBL3 run by initializing with Falkner-Skan solution and solving IBL3 in uncoupled mode (details)
  306. make IBL3 LF vs Full upwind flux choice a runtime decision (details)
  307. fix typos that caused compile errors (details)
  308. add unit tests to 4-equation 3D IBL PDE (details)
  309. add explicit instantiation (details)
  310. set minimum IBL output field order to be 1 (details)
  311. add/refactor explicit instantiations (details)
  312. fixed issues with uninitialized data in boundary integand, which became a problem due to recent refactoring to 3D LIP BC (i.e. swtich from assignment to cumulation in data(...)).  Some other fixes to compile warnings (details)
  313. Tried a few more duct geometries for IBL3 (details)
  314. fix for messed up merge conflict (details)
  315. fix typo in comments (details)
  316. fix for messed up merge conflict (details)
  317. added checks on SANS_AVRO and SANS_REFINE (details)
  318. add a manifold (area) grid based on four sides of a box that form a ring (details)
  319. Added deanna.sewell@colorado.edu to DeveloperEmailAddresses (details)
  320. add to unit tests of BoxBoundaries grid (duct ring) (details)
  321. reverted OutputCell_SolutionErrorSquared to its former functionality (input is Real/VectorS, (details)
  322. sans-Lagrange adiabatic & isothermal no-slip BCs for NS (details)
  323. relaxed tolerance on unit test (details)
  324. modified speedCharacteristic for AD with zero advective flux (details)
  325. refactoring of BoxBoundary grid: group indexing and area_cell to volume_boundary mapping (details)
  326. add a test case of LIP-IBL3 for IBL3 on a duct ring (i.e. 4 side walls of a box) (details)
  327. added sans-Lagrange no-slip BC types to 2D NS (details)
  328. MatrixS_MatMul instantiations needed for sans-Lagrange no-slip BCs for NS (details)
  329. Explicitly only use one OpenMP thread for PETSc with MPI (details)
  330. mat-mul needed for sans-Lagrange no-slip BCs for NS (details)
  331. minor refactoring (details)
  332. added IO files for sans-Lagrange no-slip BCs for NS (details)
  333. playing with laminar and turbulent cases for LIP+IBL3 (details)
  334. minor cleanup (details)
  335. Turned off full jacobian ping test for 3-eq IBL Quad.  Also some minor clean. (details)
  336. Correction to last commit message: should be "Turned ON full test" (details)
  337. changes to HDG FieldWeighted integral for sans-Lagrange no-slip BCs for NS; note (details)
  338. Added deltaRef for body force viscous terms (details)
  339. some cleanup on panel-IBL3 sandbox case (details)
  340. Add missing includes (details)
  341. Forgot a file (details)
  342. Separate constant and quadratic body force viscous terms (details)
  343. fixed compile error and warning (details)
  344. Turned on full jacobian ping test for coupled panel+IBL3 (3-eq) (details)
  345. Turned on more jacobian ping test (details)
  346. Fix link error (details)
  347. Fix Newton iteration separator (details)
  348. Update unit test (details)
  349. refactored panel-IBL3 case running setup (details)
  350. Output IBL results of mass defect flux in lieu of dummy output of qz_X (details)
  351. bug fix: consistent definition of w and b fields in FieldWeighted (details)
  352. Refactored sandbox case setup: panel-IBL3, LIP-IBL3 (details)
  353. Forgot to suppress one output (details)
  354. Return results from Constrained body force solver (details)
  355. fix style (details)
  356. refactor and unit test Auxv equation for 3D flate plate panel (details)
  357. minor cleanup (details)
  358. Refactor Auxv equation of 3D flat plate panel method to allow for CG p1 qauxvfld for better DOF efficiency (details)
  359. Fix bug in deltaRef reduction process (details)
  360. fix warning messages (details)
  361. minor cleanup (details)
  362. bug fix: 3D panel method with triangle panels was computing panel area wrongly by double-multiplying reference area.  Added unit tests for this panel method (details)
  363. fix compile errors caused by typos and lag behind previous  refactoring (details)
  364. fix style for Vera check (details)
  365. minor cleanup of sandbox case (details)
  366. more warning messages (details)
  367. fix warnings: comparing int and size_t in for loop (details)
  368. relaxed tolerance for intel (details)
  369. fix duplicated BOOST test suite names (details)
  370. Allow for no-wall distance functions (details)
  371. Support 3D Q2 meshes with libMeshb (details)
  372. changed full upwind back to using momentum flux correction by default (details)
  373. Fix warning (details)
  374. Use KSPGMRESModifiedGramSchmidtOrthogonalization which is slower but more stable (details)
  375. Format fix (details)
  376. Relax tolerance (details)
  377. fixed undefined symbol/linking errors.  static const member needs to be define in cpp, strictly speaking.  clang compiler was rigorous enough to catch this, although gnu lets it pass... (details)
  378. fixed compile warnings about comparing int and unsigned int (details)
  379. First attempt at extracting Profile Loss for body forces (details)
  380. add unit tests for better coverage (details)
  381. Forgot to update checkInputs (details)
  382. More profile loss fixes (details)
  383. Use Yuankang Chen data fit value for body force delta**2 term (details)
  384. Fixes for profile loss (details)
  385. Cppcheck suppressions and Profile loss computed at constant radius (details)
  386. One more try at profile loss (details)
  387. Start removing perturbed stuff (details)
  388. cppcheck fix and suppression (details)
  389. clang analyzer fixes (details)
  390. Fix cppcheck suppression (details)
Commit 5d7714000763d44b3465f1f727fca55fc6ab4431 by shunz
added annotation
The file was modified src/pde/FullPotential/PDEFullPotential3D.h
Commit 9f584ea11fea65ea120aa465c93604879d0e2169 by shunz
intermediate commit in case of ACDL power down. sandbox still should not compile yet
The file was modified src/Discretization/LIP_HACK/IntegrandBoundaryTrace_LinearScalar_sansLG_FP_HACK.h
The file was modified src/pde/FullPotential/BCFullPotential3D.h
The file was addedtest/sandbox/Solve3D_CG_FP_duct_toy.cpp
Commit 378f68231a43b8a6980cda09a0e43430753bab6d by shunz
refactored 3D box hex grid to allow for arbitrary list of node coordinates
The file was modified test/unit/UnitGrids/XField3D_Box_Hex_X1.h
The file was modified test/unit/UnitGrids/XField3D_Box_Hex_X1_btest.cpp
The file was modified test/unit/UnitGrids/XField3D_Box_Hex_X1.cpp
Commit ee5b7eff23345a2f06ee4908b102bbab2220dd6c by shunz
added DOF count checks in box hex grid
The file was modified test/unit/UnitGrids/XField3D_Box_Hex_X1_btest.cpp
The file was modified test/unit/UnitGrids/XField3D_Box_Hex_X1.cpp
Commit 839745e2f7985d5a5d941c31374bf1d3d1dcc910 by shunz
added CG field instantiation for IBL3 Qauxv field
The file was modified src/Field/FieldArea_CG_Cell_Instantiate_3D.cpp
Commit 61dd5a6de54a713efeda0826ec0d36a2ffe6c6c3 by shunz
minor annotation
The file was modified test/unit/UnitGrids/XField3D_Box_Hex_X1.cpp
The file was modified test/unit/UnitGrids/XField3D_Sheet_Quad_X1.cpp
The file was modified src/Discretization/LIP_HACK/IntegrandBoundaryTrace_LinearScalar_sansLG_FP_HACK.h
Commit 43f30757177cc81552872f1acb11e39e6258654a by shunz
refactoring to show intention more clearly
The file was modified src/Discretization/IntegrateBoundaryTraceGroups_FieldTrace.h
Commit 3385dd575e98604a5c550c4ccf83557fa2859d7d by shunz
minor cleanup
The file was modified src/pde/FullPotential/BCFullPotential3D.h
Commit b19152987e07efa90404e17a76f04f8ceae348a8 by shunz
minor addition of annotation
The file was modified test/unit/UnitGrids/XField3D_Box_Hex_X1_btest.cpp
The file was modified src/Discretization/Galerkin/IntegrateBoundaryTrace_Dispatch_Galerkin.h
The file was modified src/Discretization/IntegrateBoundaryTrace_Dispatch.h
Commit d6f10b5cffc3bc5ed4038a558cb1ecded2e5a834 by allmaras
added 3D entropy variables for Euler/NS
The file was addedtest/unit/IO/pde/NS/Q3DEntropy_pattern.txt
The file was addedtest/unit/pde/NS/Q3DEntropy_btest.cpp
The file was addedsrc/pde/NS/Q3DEntropy.h
The file was modified src/pde/NS/CMakeLists.txt
The file was addedsrc/pde/NS/Q3DEntropy.cpp
Commit fcf44b931cef9d49733e6668ce463799552d1cc7 by allmaras
flipped output_stream flag to true (thought this was down with last commit, but not)
The file was modified test/unit/pde/NS/Q3DEntropy_btest.cpp
Commit c8aa910ba49d658e4bab507b8e665d399e9714e8 by allmaras
unit tests for Robin_sansLG BCs for 3D NS
The file was addedtest/unit/pde/NS/BCNavierStokes3D_Robin_sansLG_btest.cpp
The file was modified src/pde/NS/BCNavierStokes3D_Robin_sansLG.h
Commit a5ef3b03f893d567fc765be0d7adf5e0123c336a by shunz
cleaned up and fixed sandbox case on FP for S-shaped duct
The file was modified test/sandbox/Solve3D_CG_FP_duct_toy.cpp
Commit 95c6d03f2824bacc88f96c0bdf9c5837762b3d74 by shunz
commented out hacks
The file was modified test/sandbox/Solve3D_Coupled3x3_IBLFourEqn_FlatPlate_torpedo_agrid45_toy.cpp
The file was modified src/Field/output_Tecplot/output_Tecplot_FP.cpp
Commit 20b3cb3d8537394be09e5b3655aa63f4e9859464 by shunz
Starting to implement BCDataFields by copying over stuff
The file was addedtest/sandbox/Solve3D_CG_FP_duct_BCDataFields_toy.cpp
The file was addedsrc/Discretization/Galerkin/AlgebraicEquationSet_Galerkin_BCDataFields.h
Commit 9ec8c688627999d9086a8e97848423c15b84af0e by shunz
added and experimented with BCDataFieldManager class.  Ready to further extend this for BCDataField implementation.
The file was modified test/sandbox/Solve3D_CG_FP_duct_toy.cpp
Commit 44dc6852c8b985453ca3ffe1ac75a027eb8a5dcb by shunz
minor commenting
The file was modified src/Discretization/IntegrateBoundaryTrace_Dispatch.h
The file was modified src/Discretization/Galerkin/IntegrateBoundaryTrace_Dispatch_Galerkin.h
Commit 8cf349c254dc70e90253b5e0e19bd036ff816760 by shunz
minor refactoring before adding BC data field stuff
The file was modified src/Discretization/Galerkin/IntegrateBoundaryTrace_Dispatch_Galerkin.h
Commit 77976c35d89a03aaa6777d5509219f0c79eba660 by shunz
Initial prototype of introducing BC data fields into algebraic equation set and instantiations of IntegrandBoundaryTraces
The file was modified src/Discretization/Galerkin/IntegrateBoundaryTrace_Dispatch_Galerkin.h
The file was modified test/sandbox/Solve3D_CG_FP_duct_toy.cpp
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Galerkin.h
The file was modified src/Discretization/IntegrateBoundaryTrace_Dispatch.h
Commit 9719d757faca6fb677eb593c2824a6bed4547b33 by shunz
trying to equip IntegrandBoundaryTrace with BCDataField: succeed in contructor but failed due to preset Integrand type defi in IntegrateBoundaryTrace_Dispatch.dispatch()....now turning off all the hacks, which will be removed in the future
The file was modified src/Discretization/Integrand_Type.h
The file was addedsrc/Discretization/LIP_HACK/IntegrandBoundaryTrace_LinearScalar_sansLG_FP_HACK_BCDataField.h
The file was modified src/Discretization/Galerkin/ResidualBoundaryTrace_Dirichlet_mitLG_Galerkin.h
The file was modified test/sandbox/Solve3D_CG_FP_duct_toy.cpp
The file was modified src/Discretization/IntegrateBoundaryTrace_Dispatch.h
Commit 66ec8aa796054a0c93e3b4cdf45a533814328291 by shunz
some tidying up
The file was modified src/Discretization/Galerkin/IntegrateBoundaryTrace_Dispatch_Galerkin.h
The file was modified src/pde/BCParameters.h
Commit 20ca7db03032f2dfd10de3f3e44c42552bb73923 by shunz
hide away to-be-removed stuff/hacks
The file was modified src/Discretization/IntegrateBoundaryTrace_Dispatch.h
Commit c3a393855a3cb60edf86ecc57f27b0d8d94e36a9 by shunz
Refactored 3D full potential stuff, particularly adding wall transpiration BC.  Start to pave ways for including BC data field in BC class
The file was modified src/pde/FullPotential/PDEFullPotential3D.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Galerkin.h
The file was modified test/sandbox/Solve3D_CG_FP_duct_toy.cpp
The file was modified src/Discretization/LIP_HACK/IntegrandBoundaryTrace_LinearScalar_sansLG_FP_HACK.h
The file was modified src/pde/FullPotential/BCFullPotential3D.h
The file was modified src/pde/FullPotential/BCFullPotential3D.cpp
Commit 79df9a4a68e5f7a99b4142a99faff3c4a56e3f27 by shunz
Tried wall transpiration in S-duct FP case
The file was modified test/sandbox/Solve3D_CG_FP_duct_toy.cpp
Commit a9ec81b9dfe4429988351e53d7a818ccadd33bff by shunz
append BC data field to 3D FP wall transpiration BC
The file was modified test/sandbox/Solve3D_CG_FP_duct_toy.cpp
The file was modified src/pde/FullPotential/BCFullPotential3D.h
Commit f0faf3dda60ee263cab6f3bba215c50cfe158f1a by shunz
renaming variables for clarity
The file was modified src/Discretization/Galerkin/IntegrandBoundaryTrace_mitLG_Galerkin_manifold_IBL3D.h
Commit 56223f4e595ce5bef386b428683691b08eab7f6f by shunz
Enabled using BC data field by passing it to the BC class.  Tested on full potential 3D case.  Removed previous attempt of trying to let integrand class to own BC data field
The file was modified src/Discretization/Galerkin/ResidualBoundaryTrace_Dispatch_Galerkin.h
The file was addedsrc/Discretization/Galerkin/ResidualBoundaryTrace_Galerkin_BCDataField.h
The file was modified src/Discretization/LIP_HACK/IntegrandBoundaryTrace_LinearScalar_sansLG_FP_HACK.h
The file was addedsrc/Discretization/Galerkin/JacobianBoundaryTrace_Galerkin_BCDataField.h
The file was modified test/sandbox/Solve3D_CG_FP_duct_toy.cpp
The file was modified src/pde/FullPotential/BCFullPotential3D.h
The file was modified src/pde/FullPotential/BCFullPotential3D.cpp
The file was addedsrc/Discretization/Galerkin/AlgebraicEquationSet_Galerkin_BCDataField.h
The file was modified src/Discretization/Galerkin/JacobianBoundaryTrace_Dispatch_Galerkin.h
Commit c299d064f654a2a2a75c924e535fce6e31a267d0 by shunz
removed code from a previous attempt to implement BC data field
The file was modified src/Discretization/Galerkin/IntegrateBoundaryTrace_Dispatch_Galerkin.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Galerkin.h
The file was removedsrc/Discretization/LIP_HACK/IntegrandBoundaryTrace_LinearScalar_sansLG_FP_HACK_BCDataField.h
The file was modified test/sandbox/Solve3D_CG_FP_duct_toy.cpp
The file was modified src/Discretization/Galerkin/ResidualBoundaryTrace_Dirichlet_mitLG_Galerkin.h
The file was modified src/Discretization/IntegrateBoundaryTrace_Dispatch.h
The file was modified src/Discretization/Integrand_Type.h
Commit 53160f71e0b8d79e40fba0317248055c68b4a418 by shunz
refactored BC data evaluation call from element
The file was modified test/sandbox/Solve3D_CG_FP_duct_toy.cpp
The file was modified src/Discretization/LIP_HACK/IntegrandBoundaryTrace_LinearScalar_sansLG_FP_HACK.h
Commit 1a043f95cfef8e68aaabf4af32ba026b55be21bb by shunz
Started working on Auxv projection equation for IBL+FP coupling: finished the qauxv component in the projection integrand
The file was modified src/Quadrature/Quadrature.h
The file was modified src/Discretization/Galerkin/IntegrandCell_ProjectFunction.h
The file was addedsrc/pde/IBL/AlgebraicEquationSet_ProjectToQauxv_FullPotential3D.h
The file was addedtest/unit/Discretization/Galerkin/AlgebraicEquationSet_ProjectToQauxv_FullPotential3D_btest.cpp
The file was modified src/Discretization/Galerkin/IntegrandCell_Project.h
Commit 5e68edfc5f602237ad8a4196aa0d4ea992be2990 by shunz
minor refactoring to reduce unnecessary memory allocation
The file was modified src/Discretization/Galerkin/ResidualCell_Galerkin.h
Commit 01367047323e4fbddd1c1a4dbc31854b03a3f984 by shunz
modulize velocity calculation in 3D FP solver
The file was modified src/pde/FullPotential/PDEFullPotential3D.h
Commit 3721ed60f160c69c8c84ca4e9e7707b09e1c6dec by allmaras
removed const reference for interior trace groups member data and made it a copy;
old version caused memory errors when called with explicit array (e.g. {0,1,2})
The file was modified src/Discretization/Galerkin/IntegrandInteriorTrace_SIP_Galerkin.h
Commit 3a9d5f8ca64502a5fd79e97d0c970d19672bd479 by allmaras
added option to return success flag if max number of iterations are reached without converging;
default = false (original behavior)
The file was modified src/SolutionTrek/Continuation/PseudoTime/PseudoTime.h
The file was modified src/SolutionTrek/Continuation/PseudoTime/PseudoTime.cpp
Commit 3f6fb13ed6c8e566318be123d4672bafddcd7102 by allmaras
added interface for derivedSurfaceQuantity with parameter
The file was modified src/pde/NS/PDEEuler2D.h
Commit 99781aecc21b23b5e56578dfc91993e2426124d9 by shunz
typo fixes
The file was modified src/Discretization/Galerkin/ResidualCell_Galerkin.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Galerkin_BCDataField.h
The file was modified test/sandbox/Solve3D_CG_FP_duct_toy.cpp
The file was modified src/pde/FullPotential/PDEFullPotential3D.h
Commit cf85e04d2bb75036ed949ea6da8835b4a959754b by shunz
Added new 4-variable Qauxv formulation and associated Field instantiations
The file was modified src/Field/FieldArea_CG_Cell_Instantiate_3D.cpp
The file was modified src/Field/FieldArea_Instantiate_3D.cpp
The file was modified src/pde/IBL/QauxvInterpret3D.h
Commit 919e6fe173900963029fcafb3861deb88e2a8237 by shunz
Initial work on Auxv equation with 3D FP solver: compiles now but needs to be completed
The file was addedsrc/pde/IBL/Residual_ProjectToQauxv_FullPotential3D.h
The file was modified test/unit/Discretization/Galerkin/AlgebraicEquationSet_ProjectToQauxv_FullPotential3D_btest.cpp
The file was addedsrc/pde/IBL/Integrand_ProjectToQauxv_FullPotential3D.h
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxv_FullPotential3D.h
Commit bdf6001acf2053b597477d13071bcd92474d9f37 by shunz
Some cleanup on Auxv equation (with 3D FP) residual
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxv_FullPotential3D.h
The file was modified src/pde/IBL/Integrand_ProjectToQauxv_FullPotential3D.h
The file was modified src/pde/IBL/Residual_ProjectToQauxv_FullPotential3D.h
The file was modified test/unit/Discretization/Galerkin/AlgebraicEquationSet_ProjectToQauxv_FullPotential3D_btest.cpp
Commit d48acf78bc4c55c3be142ef68ad611112b8dae66 by shunz
some more cleanup before completing Auxv equation jacobian
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxv_FullPotential3D.h
Commit e260c85ee836535e7e09e876383a71a3fd0c42fb by shunz
Auxv equation now works for a trivial test case.  Now need to work out volume-surface grid connectivity
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxv_FullPotential3D.h
The file was modified test/unit/Discretization/Galerkin/AlgebraicEquationSet_ProjectToQauxv_FullPotential3D_btest.cpp
The file was modified src/pde/IBL/Integrand_ProjectToQauxv_FullPotential3D.h
The file was modified src/Discretization/Galerkin/IntegrandCell_ProjectFunction.h
The file was addedsrc/pde/AnalyticFunction/VectorFunction3D.h
Commit 699671c002562fd02c9f871524dda89bea780fca by shunz
minor cleanup
The file was modified test/unit/UnitGrids/XField3D_Sheet_Quad_X1.cpp
The file was removedtest/sandbox/Solve3D_CG_FP_duct_BCDataFields_toy.cpp
Commit 9c99a833f10ec1405906f91ae5968cc0abf16d5f by shunz
minor refactoring/annotation
The file was modified src/pde/IBL/Integrand_ProjectToQauxv_FullPotential3D.h
The file was modified src/pde/IBL/Residual_ProjectToQauxv_FullPotential3D.h
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxv_FullPotential3D.h
Commit 9ad34a665bfda95652725024b0cf66e5346e5ca1 by shunz
Initial work on contructing surface mesh corresponding to a boundary group of volume mesh (BoxHex). TBD: Needs nontrivial testing and interior trace groups
The file was modified test/unit/Discretization/Galerkin/AlgebraicEquationSet_ProjectToQauxv_FullPotential3D_btest.cpp
The file was addedtest/unit/UnitGrids/XField3D_BoxBoundary_Quad_X1.h
The file was modified test/unit/UnitGrids/CMakeLists.txt
The file was modified src/Field/FieldAssociativity.h
The file was modified test/unit/UnitGrids/XField3D_Sheet_Quad_X1.h
The file was addedtest/unit/UnitGrids/XField3D_BoxBoundary_Quad_X1.cpp
Commit 359a9fe658bc9d1179b8a073556c99267830b4dc by shunz
Added nontrivial test for Auxv projection from FP solution
The file was modified test/unit/Discretization/Galerkin/AlgebraicEquationSet_ProjectToQauxv_FullPotential3D_btest.cpp
Commit 600bb7f0b813d097d3209c8dc632d7baaf5375dc by shunz
minor typo fix in comments
The file was modified src/BasisFunction/TraceToCellRefCoord.h
Commit 985bf7159ae8849e9d89ce846c237b2be5808d4d by shunz
Added interior trace elements to the boundary surface mesh of BoxHex.  Tried/verfified solving IBL3 on this surface mesh in the flat plate laminar BL case
The file was modified test/sandbox/Solve3D_Coupled3x3_IBLFourEqn_FlatPlate_torpedo_agrid45_toy.cpp
The file was modified test/unit/UnitGrids/XField3D_BoxBoundary_Quad_X1.cpp
Commit a2cafb646cf50cdec844c68957264d65dab3cdca by shunz
minor cleanup
The file was modified test/unit/Discretization/Galerkin/AlgebraicEquationSet_ProjectToQauxv_FullPotential3D_btest.cpp
Commit 695fda1ea68ad25c2b05eb37d5885a333f12c9ef by shunz
minor cleanup/refactoring
The file was modified test/unit/UnitGrids/XField3D_BoxBoundary_Quad_X1.cpp
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxv_FullPotential3D.h
Commit 01c6d572b397b754f02f562df9fea4e6a727a3bc by shunz
Removed execute permission for a .cpp file
The file was modified test/sandbox/Solve2D_DGBR2_Triangle_NavierStokes_SpaceTime_Ellipse_toy.cpp
Commit dbf1b166841aaf3f9f506b3c14fdd3ff3390e073 by allmaras
typo fixes in Pointwise tcl script
The file was modified src/Meshing/Pointwise/MesherInterface_Pointwise.cpp
Commit a9e8f64751a2e1357d1d4b3a9ddf2974290f15ea by shunz
Minor edits
The file was modified src/PanelMethod/ProjectionToQauxi_IBL.h
The file was modified src/PanelMethod/ProjectToQauxi_IBL3D.h
Commit 156e521f69fc374d540a6c317fce2445591def4c by shunz
Add ProjectToQauxi equation class for coupling FP+IBL3
The file was addedsrc/pde/IBL/ProjectToQauxi_FullPotential3D.h
Commit d6f76e5b4a50dd7d10966cabb8638faf40878d91 by shunz
Rename VectorFunction3D to ArrayFunction based on new naming convention
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxv_FullPotential3D.h
The file was removedsrc/pde/AnalyticFunction/VectorFunction3D.h
The file was addedsrc/pde/AnalyticFunction/ArrayFunction3D.h
Commit 00109c232d59693ee0ec767bdcfa1463131841be by shunz
Add initial framework for Auxi equation for FP-IBL3 coupling
The file was addedsrc/pde/IBL/AlgebraicEquationSet_ProjectToQauxi_FullPotential3D.h
The file was modified src/pde/IBL/ProjectToQauxi_FullPotential3D.h
The file was addedsrc/pde/IBL/Integrand_ProjectToQauxi_BoundaryTracePart_FullPotential3D.h
The file was addedtest/unit/Discretization/Galerkin/AlgebraicEquationSet_ProjectToQauxi_FullPotential3D_btest.cpp
Commit ad0d63c2880c1061f5a63811cde0fef3c0c576fd by shunz
Minor cleanup
The file was modified src/PanelMethod/AlgebraicEquationSet_ProjectToQauxi_FlatPlate3D.h
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxi_FullPotential3D.h
Commit 3d2142c3915791a56991cb15e04322efd3782307 by shunz
add anonymous namespace for safety
The file was modified test/unit/Discretization/Galerkin/AlgebraicEquationSet_ProjectToQauxv_FullPotential3D_btest.cpp
Commit 15b071aeb6e317ac6c5338665f0f10a9c4960dc9 by shunz
Included all the necessary fields int Auxi equation for FP-IBL3
The file was modified src/pde/IBL/Integrand_ProjectToQauxi_BoundaryTracePart_FullPotential3D.h
The file was modified test/unit/Discretization/Galerkin/AlgebraicEquationSet_ProjectToQauxi_FullPotential3D_btest.cpp
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxi_FullPotential3D.h
Commit c121714448f09f7a6b284e5c3319c5663b8fcdb6 by shunz
Renamed integrand for projection to Qauxi
The file was removedsrc/pde/IBL/Integrand_ProjectToQauxi_BoundaryTracePart_FullPotential3D.h
The file was modified test/unit/Discretization/Galerkin/AlgebraicEquationSet_ProjectToQauxi_FullPotential3D_btest.cpp
The file was addedsrc/pde/IBL/Integrand_ProjectToQauxi_FullPotential3D.h
Commit f73492af358bafe679af4e5a64bdb45d30c4be4f by shunz
add const qualifier just to be extra cautious
The file was modified src/Field/FieldSubGroup.h
Commit d52d6b76316872ba2d4463642efd2641b7b09e17 by shunz
Initial working prototype of projection to Qauxi without the div.(M) term
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxi_FullPotential3D.h
The file was modified test/unit/Discretization/Galerkin/AlgebraicEquationSet_ProjectToQauxi_FullPotential3D_btest.cpp
The file was addedsrc/Discretization/IntegrateBoundaryTraceGroups_ProjectToQauxi_FullPotential3D.h
The file was addedsrc/pde/IBL/ResidualBoundaryTrace_ProjectToQauxi_FullPotential3D.h
The file was modified src/pde/IBL/Integrand_ProjectToQauxi_FullPotential3D.h
Commit 0bb96caa9cca705d76b041499148b9f5a5ab1d82 by shunz
Distinguish volume and manifold quadrature order configurations
The file was modified src/pde/IBL/ResidualBoundaryTrace_ProjectToQauxi_FullPotential3D.h
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxi_FullPotential3D.h
The file was modified test/unit/Discretization/Galerkin/AlgebraicEquationSet_ProjectToQauxi_FullPotential3D_btest.cpp
Commit 07ecbfd901f90b10193b6bf1f7045ea56beec778 by shunz
Rename integrand class for clarity
The file was removedsrc/pde/IBL/Integrand_ProjectToQauxi_FullPotential3D.h
The file was modified test/unit/Discretization/Galerkin/AlgebraicEquationSet_ProjectToQauxi_FullPotential3D_btest.cpp
The file was addedsrc/pde/IBL/IntegrandVolumeBoundaryTrace_ProjectToQauxi.h
Commit 937d1243e2f7487d8b1538dcfee8d43db7c755d9 by shunz
Add initial API of manifold integrands for Auxi equation
The file was modified test/unit/Discretization/Galerkin/AlgebraicEquationSet_ProjectToQauxi_FullPotential3D_btest.cpp
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxi_FullPotential3D.h
The file was addedsrc/pde/IBL/IntegrandManifoldBoundaryTrace_ProjectToQauxi.h
The file was modified src/pde/IBL/IntegrandVolumeBoundaryTrace_ProjectToQauxi.h
The file was addedsrc/pde/IBL/IntegrandManifoldInteriorTrace_ProjectToQauxi.h
Commit 47663aa778a94ae0047a1c0067a1b1b871f48cb8 by shunz
add more details to integrand of manifold boundary trace for FP-IBL3 coupling
The file was modified src/pde/IBL/ProjectToQauxi_FullPotential3D.h
The file was modified src/pde/IBL/IntegrandManifoldBoundaryTrace_ProjectToQauxi.h
Commit 5bf7cf6d518a202fab9a9f0a80c77311871180bd by shunz
rename files/classes for clarity
The file was removedsrc/pde/IBL/ResidualBoundaryTrace_ProjectToQauxi_FullPotential3D.h
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxi_FullPotential3D.h
The file was addedsrc/pde/IBL/ResidualVolumeBoundaryTrace_ProjectToQauxi_FullPotential3D.h
Commit 2a39277c53176e4a185716bf04fc843d275454ac by shunz
add missing include
The file was modified src/Field/Element/ElementXFieldArea.h
Commit 690ef09da94f375a17a82587a3bbddc87319b354 by shunz
[intermediate progress] compiling prototype of manifold boundary trace integrals in auxi equation for FP-IBL3 coupling
The file was addedsrc/pde/IBL/ResidualManifoldBoundaryTrace_ProjectToQauxi_FullPotential3D.h
The file was modified src/pde/IBL/IntegrandManifoldBoundaryTrace_ProjectToQauxi.h
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxi_FullPotential3D.h
The file was modified test/unit/Discretization/Galerkin/AlgebraicEquationSet_ProjectToQauxi_FullPotential3D_btest.cpp
The file was modified src/Discretization/IntegrateBoundaryTraceGroups_ProjectToQauxi_FullPotential3D.h
The file was modified src/pde/IBL/ProjectToQauxi_FullPotential3D.h
Commit 7883cf949f8ed87862fa9f4cdbb57f1e38c993f1 by shunz
minor edit
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxi_FullPotential3D.h
Commit 976b775eb46f35e93aec0470ceea79c7c6e01adf by shunz
Removed unnecessary destructor
The file was modified src/Field/FieldSubGroup.h
Commit a4dfe6d9535f5ada070c06de20868ed0ec9e4219 by shunz
typo fix
The file was modified src/pde/IBL/ResidualManifoldBoundaryTrace_ProjectToQauxi_FullPotential3D.h
Commit ab2ad23931760b24b676b86ef0099f7daba023a3 by shunz
Access cell group via global indexing instead of local
The file was modified src/Discretization/IntegrateBoundaryTraceGroups_ProjectToQauxi_FullPotential3D.h
Commit 7d181b1d2bf947531375fa84fffcf7d449d201fc by shunz
Initial working prototype of new Field for Qauxi for FP-IBL3 so that DOFs can be viewed as volume boundary trace and area cell at the same time
The file was modified test/unit/Discretization/Galerkin/AlgebraicEquationSet_ProjectToQauxi_FullPotential3D_btest.cpp
The file was modified src/Field/FieldTypes.h
The file was modified src/Field/Field_DG_BoundaryTraceBase_impl.h
The file was addedsrc/Field/FieldVolume_DG_BoundaryTrace_matchAreaCell_impl.h
The file was modified test/sandbox/Solve3D_CG_FP_duct_toy.cpp
The file was addedsrc/Field/FieldVolume_DG_BoundaryTrace_matchAreaCell.h
The file was modified src/Field/CMakeLists.txt
The file was addedsrc/Field/FieldVolume_DG_BoundaryTrace_matchAreaCell_Instantiate_3D.cpp
Commit 31fee2f14f667cdad5b0ae65de9589c86b82d2b8 by shunz
Type-related bugfix in FP PDE
The file was modified src/pde/FullPotential/PDEFullPotential3D.h
Commit 22ea46550cf3a25fccc033f41500de2e970db472 by shunz
cleaned up unused method
The file was modified src/Field/FieldVolume_DG_BoundaryTrace_matchAreaCell.h
Commit fe90301b39aea9b0b80671e7fb028fbe85798498 by blsc
Updated VMSDBR2 statically condensed Jacobian calculating to accept multiple RHS to condense using a single Jacobian calculation. Updated linear solvers for globally constrained systems to use this new functionality. Added unit tests to test that results from multiple-RHS code matches applying the single-RHS code to each RHS individually. This update will only affect globally constrained systems (using VMSDBR2).
The file was modified test/unit/Discretization/VMSDBR2/JacobianCell_VMSD_BR2_AD_btest.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_factorize.h
The file was addedtest/system/LocalSolve/Constrained_Solve_btest.cpp
The file was modified src/SolutionTrek/Continuation/Homotopy/Homotopy.h
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver_MatrixD_backsolve.h
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_CRS_MatrixD_MatrixS_Instantiate.cpp
The file was modified src/SolutionTrek/Continuation/Homotopy/AlgebraicEquationSet_HTC.h
The file was modified test/unit/Discretization/VMSDBR2/AlgebraicEquationSet_VMSDBR2_Triangle_AD_btest.cpp
The file was modified src/Discretization/VMSDBR2/JacobianCell_VMSD_BR2.h
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver_impl.h
The file was modified src/LinearAlgebra/AlgebraicEquationSetBase_GloballyConstrained.h
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver.h
The file was modified src/LinearAlgebra/AlgebraicEquationSetBase.h
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixBlock_3x3_Instantiate.cpp
The file was modified test/unit/LinearAlgebra/SparseLinAlg/PETSc/PETSc_LinearSolver_btest.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_CRS_MatrixD.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver.h
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver_CRS_MatrixD.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/SparseLinAlg_LinearSolver.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/Preconditioners/Identity.h
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver_backsolve.h
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixD_CRS_MatrixS_Instantiate.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/Krylov/FGMRES.h
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver_CRS_double.cpp
The file was modified src/Discretization/VMSDBR2/ResidualCell_VMSD_BR2.h
The file was modified src/Discretization/VMSDBR2/AlgebraicEquationSet_VMSD_BR2.h
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_backsolve.h
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixBlock_4x4_Instantiate.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixD_CRS_MatrixD_MatrixS_Instantiate.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/Preconditioners/LU_SGS.h
The file was modified src/LinearAlgebra/SparseLinAlg/LinearSolverBase.h
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixBlock_2x2_Instantiate.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixD_CRS_MatrixD.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/Preconditioners/ILU0.h
The file was modified src/Discretization/IntegrateBoundaryTraceGroups_BoundaryCell.h
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_CRS_double.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_impl.h
The file was modified src/LinearAlgebra/SparseLinAlg/SparseLinAlg_LinearSolver.h
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver_MatrixBlock_2x2_Instantiate.cpp
Commit 158e71463ac0629b685529a0058f13403298cda7 by shunz
Hard coded manifold/surface quad grid that matches z-min boundary group of a box hex grid
The file was modified test/unit/UnitGrids/XField3D_Box_Hex_X1.h
The file was modified test/sandbox/Solve3D_CG_FP_duct_toy.cpp
The file was modified test/unit/UnitGrids/XField3D_BoxBoundary_Quad_X1.h
The file was modified test/unit/Discretization/Galerkin/AlgebraicEquationSet_ProjectToQauxi_FullPotential3D_btest.cpp
The file was modified test/unit/UnitGrids/XField3D_BoxBoundary_Quad_X1.cpp
The file was modified test/unit/UnitGrids/XField3D_Box_Hex_X1.cpp
Commit 1fd8d4c53b7c87d4019e00134062f5ab82a1988b by shunz
Added comments to BC data field implementation
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Galerkin_BCDataField.h
Commit f286a7620681e196ee9fd819a28df1481f60b811 by shunz
Minor typo fix
The file was modified src/Field/Field_DG_BoundaryTraceBase.h
Commit 3bb8153e9826f37502881e52c0f90efde6b3fe02 by shunz
Refactored DOF indexing contruction to ensure consistency between volumeb boundary trace field and area cell field
The file was modified test/sandbox/Solve3D_CG_FP_duct_toy.cpp
The file was modified src/Field/FieldVolume_DG_BoundaryTrace_matchAreaCell_impl.h
The file was modified src/Field/FieldVolume_DG_BoundaryTrace_matchAreaCell.h
Commit 00c811045c04c47c6e727fb1ba50a977c22f067d by shunz
Rename variable for clarity.  Add exception to guard against misuse of BC data in full potential wall transpiration BC
The file was modified src/Discretization/LIP_HACK/IntegrandBoundaryTrace_LinearScalar_sansLG_FP_HACK.h
The file was modified src/pde/FullPotential/BCFullPotential3D.h
Commit bc0c4626ffcb7335af4fed2b88fb4e5b106c420f by shunz
Start a new case of FP-IBL3 coupling by copying from existing FP-only case.
The file was addedtest/sandbox/Solve3D_CG_FP_CoupledIBL3_duct_toy.cpp
Commit 90e2a5e3233910b5c49af1001f63cdeca054d0af by blsc
Fixed clang warnings. Fixed abstract class error due to not implementing static condensation update to MKL. Have added a developer exception so the execution path exists, but extension still not implemented for MKL.
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/MKL_PARDISO/MKL_PARDISOSolver_impl.h
The file was modified test/system/LocalSolve/Constrained_Solve_btest.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/MKL_PARDISO/MKL_PARDISOSolver.h
Commit 826bd930dcfa2d6cf2cfb3eefa29311db73932a3 by shunz
Refactored AES Project to Qauxi for flat plate 3D panel so that it's ready to be generalized for 3D FP coupling as well
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBLFourEqn_Quad_btest.cpp
The file was modified src/PanelMethod/AlgebraicEquationSet_ProjectToQauxi_FlatPlate3D.h
The file was modified src/Field/FieldArea_CG_Cell_Instantiate_3D.cpp
Commit a7a251fcce59b8b62b1b4f140e06529c67319e4a by shunz
Removed a deprecated header file
The file was removedsrc/Discretization/Galerkin/AlgebraicEquationSet_Galerkin_BCDataFields.h
Commit 61f084861b81415f50d11089c17b428e65d9836c by shunz
Add partial specialization to support block 4x4 FP+IBL3 coupling
The file was modified src/LinearAlgebra/VectorType.h
The file was modified src/LinearAlgebra/NonZeroPatternType.h
Commit 8298e1ec4ec41e27375286134ab8d4b0bdab5058 by shunz
Fixed missing BC parameter checks
The file was modified src/pde/FullPotential/BCFullPotential3D.cpp
Commit 44673cbbfa6282390d89680bae011710cf2b3a6d by shunz
Fixed long line formatting
The file was modified src/Field/FieldVolume_DG_BoundaryTrace_matchAreaCell_impl.h
Commit 79bc6c8b09df920fa029959f40caacdb2bd3b97f by blsc
Fixed more intel warnings. Added unit tests for the multi-RHS logic for UMFPack and MKL. The MKL test ensures that a developer excpetion occurs, since the logic for MKL has not been implemented. Moved the sum-constrained algebraic equation set in to its own file (like the Advection and Heat equation sets).
The file was modified test/unit/LinearAlgebra/SparseLinAlg/MKL/CMakeLists.txt
The file was modified test/unit/LinearAlgebra/SparseLinAlg/MKL/MKL_PARDISO_btest.cpp
The file was modified test/unit/LinearAlgebra/SparseLinAlg/PETSc/PETSc_LinearSolver_btest.cpp
The file was modified test/unit/LinearAlgebra/SparseLinAlg/UMFPACK_btest.cpp
The file was addedtest/unit/LinearAlgebra/SumConstraint_btest.h
The file was modified test/system/LocalSolve/Constrained_Solve_btest.cpp
Commit 56763c71c61086c18f8e73601980ca4d3ebadb84 by shunz
minor cleanup
The file was modified test/sandbox/Solve3D_Coupled3x3_IBLFourEqn_FlatPlate_torpedo_agrid45_toy.cpp
The file was modified test/unit/Discretization/Galerkin/AlgebraicEquationSet_ProjectToQauxi_FullPotential3D_btest.cpp
Commit 5780f2d838f975470fde0c1df309dabe2316f45f by shunz
Add static data member to identify the size of jacobian (i.e. number of equations and variables)
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGAdvective.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Galerkin_BCDataField.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Project.h
Commit aa608362f9a9ca239226012cfbe4a06417e8a791 by shunz
Add unit test for block 4x4 system of FP-IBL3 coupling. Still a working progress, but test compiles and runs
The file was modified src/pde/IBL/PDEIBLFourEqn3D.h
The file was addedtest/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_FP_Auxv_Auxi_IBL3_Quad_btest.cpp
The file was modified test/unit/Discretization/Block/CMakeLists.txt
The file was modified src/pde/IBL/ProjectToQauxi_FullPotential3D.h
Commit 0a05e511a80ef1de336ebf90390da22172505b80 by blsc
Fixed more intel warnings. Added unit tests for the multi-RHS logic for FMGRES. The FGMRES test ensures that a developer excpetion occurs, since the logic for MKL has not been implemented.
The file was modified test/system/LocalSolve/Constrained_Solve_btest.cpp
The file was modified test/unit/LinearAlgebra/SparseLinAlg/MKL/MKL_PARDISO_btest.cpp
The file was modified test/unit/LinearAlgebra/SparseLinAlg/FGMRES_btest.cpp
Commit ba7f1991241f9a2b4435314f3b1421a714c17c2e by shunz
Completed Auxi equation for FP-IBL3 coupling
The file was removedsrc/PanelMethod/IntegrandInteriorTrace_ProjectToQauxi3D.h
The file was addedsrc/pde/IBL/IntegrandInteriorTrace_ProjectToQauxi3D.h
The file was addedsrc/pde/IBL/AlgebraicEquationSet_ProjectToQauxi3D.h
The file was addedsrc/pde/IBL/IntegrandBoundaryTrace_ProjectToQauxi3D.h
The file was removedsrc/PanelMethod/IntegrandBoundaryTrace_ProjectToQauxi3D.h
The file was addedsrc/pde/IBL/IntegrandCell_ProjectToQauxi3D.h
The file was modified src/PanelMethod/ProjectToQauxi_IBL3D.h
The file was modified src/pde/NDConvert/PDENDConvertSpace3D.h
The file was modified src/PanelMethod/AlgebraicEquationSet_ProjectToQauxi_FlatPlate3D.h
The file was modified src/pde/IBL/ProjectToQauxi_FullPotential3D.h
Commit a5cbd2b403a9a351e1c6c35bd84563df6ac22b73 by shunz
Fix a bug in block 3x3 and 4x4 system of equations: MatrixSize().  It has been identified because perviously block (2,1) is decoupled/zero for previous test cases
The file was modified src/Discretization/Block/AlgebraicEquationSet_Block3x3_impl.h
The file was modified src/Discretization/Block/AlgebraicEquationSet_Block4x4_impl.h
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_FP_Auxv_Auxi_IBL3_Quad_btest.cpp
Commit d66a27b72db70635686a516c4ed8b36c20422633 by shunz
Refactor jacobian ping test screen output for clarity
The file was modified test/unit/Discretization/jacobianPingTest_btest.h
Commit c5057f2b9a57380502da35d5fa133944ae4d4e8b by shunz
Refactor JacobianParam to allow for multiple parameters of different dimension, e.g. for Auxi equation of FP-IBL3 coupling
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGAdvective_impl.h
The file was modified src/Discretization/JacobianParam.h
The file was modified src/Discretization/JacobianParam_impl.h
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_FP_Auxv_Auxi_IBL3_Quad_btest.cpp
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxi3D.h
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGBR2_impl.h
The file was modified src/Discretization/JacobianParam_Local.h
Commit 3955da251827fcec82c5ac2ac8f09fad0e42be18 by shunz
Pass block 4x4 block algebraic equation set unit test without coupling for FP and Auxv equations
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxi3D.h
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_FP_Auxv_Auxi_IBL3_Quad_btest.cpp
The file was modified test/unit/Discretization/jacobianPingTest_btest.h
Commit d1d8c18761e61126d3865ce2fee9e240eb66a353 by shunz
add const qualifiers
The file was modified src/LinearAlgebra/SparseLinAlg/SparseNonZeroPattern.h
Commit 491cb67bdb63473d6e2c1f69feb76020e2947d4d by shunz
Add annotation to AES_Auxi
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxi3D.h
Commit 5d60333117ee0758d24c12d8e9ced0f7a0bb794e by shunz
Remove redundant class template arguments
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxi3D.h
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_FP_Auxv_Auxi_IBL3_Quad_btest.cpp
The file was addedsrc/pde/IBL/AlgebraicEquationSet_ProjectToQauxv3D.h
Commit a9f685acc0ac1d4190067e4ae2aa2c8f40dde208 by galbramc
Remove AGLS. Add blockage and viscous terms to RotorSource.
The file was modified src/pde/AdvectionDiffusion/PDEAdvectionDiffusion3D.h
The file was modified src/pde/NS/PDEEulermitAVDiffusion2D.h
The file was modified src/Meshing/EGADS/EGBezierCurve.h
The file was modified src/LinearAlgebra/DenseLinAlg/StaticSize/MatrixS_InverseLUP_Surreal_Instantiate.cpp
The file was addedtest/unit/Meshing/EGADS/ThicknessNACA6_btest.cpp
The file was modified test/sandbox/Solve2D_VMSDBR2_Triangle_RANSSA_Joukowski_toy.cpp
The file was modified test/sandbox/ErrorOrder_2D_Galerkin_Stabilized_Triangle_AD_toy.cpp
The file was modified test/unit/pde/NS/PDERANSSA2D_btest.cpp
The file was modified test/sandbox/Solve2D_CGStabilized_Triangle_NavierStokes_OjedaMMS_toy.cpp
The file was modified src/pde/NDConvert/PDENDConvertSpace2D.h
The file was modified src/UserInterfaces/BodyForceSolver.h
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_AD_Pollutant_toy.cpp
The file was modified test/unit/Discretization/Galerkin/IntegrandCell_Galerkin_Stabilized_AD_btest.cpp
The file was addedtest/unit/pde/NS/PDEEulermitAVDiffusion3D_RotorSource_btest.cpp
The file was modified src/Meshing/EGADS/EGApproximateCurve.h
The file was modified src/UserInterfaces/BodyForceSolver_impl.h
The file was modified src/Discretization/Galerkin/Stabilization_Galerkin.h
The file was modified src/pde/NS/PDERANSSA2D.h
The file was modified src/Field/ElementCounter.h
The file was modified test/sandbox/Solve3D_Galerkin_Stabilized_AD_ST_toy.cpp
The file was removedsrc/Meshing/EGADS/Airfoils/QuadCamber.cpp
The file was modified test/unit/pde/PorousMedia/PDETwoPhase2D_btest.cpp
The file was modified src/Field/NormalField/NormalField.h
The file was modified test/unit/Field/Field3D_CG_Tetrahedron_btest.cpp
The file was modified src/pde/NS/BCEulermitAVSensor3D.h
The file was addedsrc/Meshing/EGADS/RotorSource/CubicCamber.cpp
The file was modified test/sandbox/Solve4D_Galerkin_Stabilized_AD_ST_SquareChannel_toy.cpp
The file was modified src/pde/NDConvert/PDENDConvertSpace3D.h
The file was addedsrc/Meshing/EGADS/RotorSource/ThicknessNACA6.cpp
The file was removedtest/sandbox/Solve2D_CGStabilized_Lifted_Triangle_NavierStokes_Joukowski_toy.cpp
The file was addedsrc/Meshing/EGADS/RotorSource/ThicknessBlade.h
The file was modified test/unit/Meshing/EGADS/CamberBlade_btest.cpp
The file was modified src/Meshing/EGADS/EGApproximateCurve.cpp
The file was removedtest/sandbox/ErrorOrder_2D_Galerkin_Stabilized_Lifted_Triangle_AD_toy.cpp
The file was modified src/pde/NS/PDEEulermitAVDiffusion3D.h
The file was modified test/unit/Discretization/Galerkin/IntegrandCell_Galerkin_Output_Stabilized_AD_btest.cpp
The file was removedsrc/Meshing/EGADS/Airfoils/CubicCamber.h
The file was modified src/Field/FieldVolume_Instantiate_3D.cpp
The file was modified src/LinearAlgebra/DenseLinAlg/DynamicSize/MatrixD_InverseLU_Real_Instantiate.cpp
The file was modified src/Meshing/EGADS/EGNode.h
The file was addedsrc/Meshing/EGADS/RotorSource/ThicknessNACA6.h
The file was modified src/pde/NS/PDERANSSA3D.h
The file was modified src/pde/AdvectionDiffusion/PDEAdvectionDiffusion1D.h
The file was modified src/pde/ArtificialViscosity/AVSensor_AdvectiveFlux3D.h
The file was modified src/Field/output_Tecplot/output_Tecplot_RotorSource.cpp
The file was modified src/pde/NS/PDEEuler2D.h
The file was modified src/pde/PorousMedia/PDETwoPhase2D.h
The file was addedsrc/Meshing/EGADS/RotorSource/ParametricBody.h
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_Output_Stabilized.h
The file was addedsrc/Meshing/EGADS/RotorSource/BladeParams.h
The file was modified test/sandbox/ErrorOrder_1D_Galerkin_Stabilized_AD_Oliver_toy.cpp
The file was modified test/unit/Discretization/GloballyConstrained/Ping_Euler_RotorSource_btest.cpp
The file was removedsrc/Meshing/EGADS/Airfoils/CamberBlade.cpp
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_AR_toy.cpp
The file was modified test/unit/Meshing/EGADS/QuadCamber_btest.cpp
The file was addedsrc/Meshing/EGADS/RotorSource/CamberBlade.cpp
The file was modified src/pde/NS/BCRANSSA3D_mitState.h
The file was modified src/pde/SourceOnly/PDESourceOnly3D.h
The file was modified test/unit/pde/NS/PDERANSSA3D_btest.cpp
The file was modified test/sandbox/ErrorOrder_1D_Galerkin_Stabilized_AD_DoubleBL_toy.cpp
The file was modified src/Field/FieldVolume_CG_Cell_Instantiate_3D.cpp
The file was removedsrc/Meshing/EGADS/Airfoils/QuadCamber.h
The file was modified test/sandbox/Solve4D_Galerkin_Stabilized_AD_ST_toy.cpp
The file was modified src/LinearAlgebra/DenseLinAlg/DynamicSize/MatMul/MatMul_Native_Real.cpp
The file was modified src/Field/NormalField/NormalField_Volume.cpp
The file was modified src/pde/ArtificialViscosity/PDEmitAVSensor3D.h
The file was modified src/Meshing/EGADS/EGBezierCurve.cpp
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_Stabilized.h
The file was removedsrc/Adaptation/MOESS/SolverInterface_AGLS_LiftedBoundary.h
The file was addedsrc/Meshing/EGADS/RotorSource/Rotor.h
The file was modified src/pde/ArtificialViscosity/PDEmitAVSensor2D.h
The file was removedsrc/Meshing/EGADS/Airfoils/CamberBlade.h
The file was modified test/unit/Discretization/Galerkin/JacobianCell_Galerkin_Stabilized_NS_btest.cpp
The file was modified src/pde/NS/PDEEuler3D.h
The file was modified src/Discretization/Galerkin/IntegrandBoundaryTrace_Flux_mitState_Nitsche.h
The file was modified src/pde/NDConvert/PDENDConvertSpaceTime1D.h
The file was modified src/Meshing/EGADS/CMakeLists.txt
The file was modified src/pde/NDConvert/PDENDConvertSpaceTime3D.h
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_AD_DoubleBoundaryLayer_toy.cpp
The file was modified src/pde/NS/PDEEuler3D_RotorSource.h
The file was modified test/system/CodeConsistency/PDEmitAVSensor2D_Consistency_RANSSA_btest.cpp
The file was modified test/sandbox/Adapt2D_CGStabilized_Triangle_RANSSA_Joukowski_Transonic_ArtificialViscosity_toy.cpp
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_RANSSA_Joukowski_toy.cpp
The file was modified test/system/CodeConsistency/PDEEulermitAVDiffusion2D_RANSSA_Consistency_btest.cpp
The file was modified src/LinearAlgebra/DenseLinAlg/StaticSize/MatrixS_Decompose_LUP_Surreal_Instantiate.cpp
The file was modified src/pde/Lorenz/PDELorenz.h
The file was modified test/unit/Meshing/EGADS/CubicCamber_btest.cpp
The file was modified src/pde/ArtificialViscosity/AVSensor_Source3D.h
The file was addedsrc/Meshing/EGADS/RotorSource/Rotor.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver.h
The file was modified test/unit/Discretization/Galerkin/IntegrandCell_Galerkin_Stabilized_NS_btest.cpp
The file was modified src/pde/NS/BCNavierStokes3D_mitState.h
The file was removedsrc/Meshing/EGADS/Airfoils/CubicCamber.cpp
The file was removedsrc/Adaptation/MOESS/SolverInterface_AGLS.h
The file was addedsrc/Meshing/EGADS/RotorSource/CubicCamber.h
The file was modified test/sandbox/Adapt3D_Galerkin_Stabilized_AD_ST_toy.cpp
The file was modified test/unit/pde/NS/PDEEuler2D_btest.cpp
The file was addedsrc/Meshing/EGADS/RotorSource/QuadCamber.cpp
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_NavierStokes_Joukowski_toy.cpp
The file was modified src/Meshing/EGADS/EGNode.cpp
The file was removedtest/sandbox/Adapt2D_Galerkin_Stabilized_Lifted_AD_DoubleBoundaryLayer_toy.cpp
The file was modified test/sandbox/Solve2D_VMSD_Triangle_NavierStokes_Joukowski_toy.cpp
The file was addedsrc/Meshing/EGADS/RotorSource/ThicknessBlade.cpp
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_NavierStokes_FlatPlate_toy.cpp
The file was modified src/pde/IncompressibleNS/PDEIncompressibleRANSSA1DChannel.h
The file was removedsrc/Meshing/EGADS/Airfoils/Camberline.h
The file was modified src/pde/SourceOnly/PDESourceOnly2D.h
The file was addedsrc/Meshing/EGADS/RotorSource/CamberBlade.h
The file was modified src/pde/NDConvert/PDENDConvertSpaceTime2D.h
The file was modified test/sandbox/Adapt2D_VMSD_AD_DoubleBoundaryLayer_toy.cpp
The file was modified test/sandbox/Adapt3D_Galerkin_Stabilized_NavierStokes_FlatPlate_toy.cpp
The file was modified src/pde/AdvectionDiffusion/PDEAdvectionDiffusion2D.h
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_StrongForm_Stabilized.h
The file was modified test/sandbox/Solve2D_HDG_Triangle_NavierStokes_Joukowski_toy.cpp
The file was removedsrc/Meshing/EGADS/Airfoils/CubicCamber.nb
The file was modified test/unit/pde/Lorenz/PDELorenz_btest.cpp
The file was modified test/sandbox/Solve2D_DGBR2_Triangle_NavierStokes_Joukowski_toy.cpp
The file was addedsrc/Meshing/EGADS/RotorSource/CubicCamber.nb
The file was modified src/pde/NS/BCEuler3D_mitState.h
The file was addedsrc/Meshing/EGADS/RotorSource/BladeParams.cpp
The file was modified src/pde/NDConvert/PDENDConvertSpace1D.h
The file was addedsrc/Meshing/EGADS/RotorSource/QuadCamber.h
The file was modified test/unit/Field/NormalField_btest.cpp
The file was modified src/pde/ArtificialViscosity/AVSensor_ViscousFlux3D.h
The file was modified test/sandbox/Solve2D_CGStabilized_Triangle_NavierStokes_Joukowski_toy.cpp
The file was modified test/sandbox/Solve2D_CGStabilized_Triangle_RANSSA_Joukowski_toy.cpp
The file was modified test/unit/pde/NS/PDEEuler3D_RotorSource_btest.cpp
The file was modified src/Field/FieldVolume_DG_Cell_Instantiate_3D.cpp
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_Stabilized_Corrected.h
Commit c10414eae7caaef3245bd20fa359c33213ef4212 by galbramc
Missed a file
The file was modified src/Field/NormalField/NormalField.h
Commit 3556222b51dd653063287deb61cb328458b047c6 by shunz
Refator AES_auxv mass matrix jacobian computation for clarity and simplicity
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxv_FullPotential3D.h
The file was modified test/unit/Discretization/Galerkin/AlgebraicEquationSet_ProjectToQauxv_FullPotential3D_btest.cpp
The file was modified src/pde/IBL/Integrand_ProjectToQauxv_FullPotential3D.h
Commit 3d86ee59bf16fa537ed39d825ada5935b845cd9f by galbramc
BC fixes
The file was modified src/pde/NS/BCNavierStokes3D_mitState.h
The file was modified src/Discretization/VMSDBR2/FunctionalBoundaryTrace_VMSD_BR2.h
The file was modified src/pde/NS/BCRANSSA3D_mitState.h
The file was modified src/pde/NS/BCEulermitAVSensor3D.h
Commit b3514e827f50d2081b92f11cb72f874587144ab5 by galbramc
Fix include
The file was modified src/Meshing/EGADS/RotorSource/ThicknessNACA6.cpp
The file was modified test/unit/Meshing/EGADS/ThicknessNACA6_btest.cpp
Commit a0c70c3e621234b8069ee20de3963abbd5ecdbfa by galbramc
More boundary condition cleanup
The file was modified src/pde/NS/BCEuler3D_mitState.h
The file was modified src/pde/NS/BCRANSSA3D_mitState.h
Commit 1756cddb43aefdf62dcdaa55b4952960369dd0e2 by galbramc
Relax tolerance
The file was modified test/unit/Meshing/EGADS/ThicknessNACA6_btest.cpp
Commit f4757cc1d0f6154fdfb9a2369d7211e2eb0e0147 by galbramc
Warning fix
The file was modified test/unit/Discretization/GloballyConstrained/Ping_Euler_RotorSource_btest.cpp
Commit 2e8d0ef89e00962727da754b8a541c319c998cd3 by shunz
Auxi parameter jacobian is now compiling.
The file was modified src/pde/FullPotential/PDEFullPotential3D.h
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_FP_Auxv_Auxi_IBL3_Quad_btest.cpp
The file was modified src/pde/IBL/Integrand_ProjectToQauxv_FullPotential3D.h
The file was modified src/pde/IBL/JacobianParam_ProjectToQauxv_Qinv.h
The file was modified test/unit/Discretization/Galerkin/AlgebraicEquationSet_ProjectToQauxv_FullPotential3D_btest.cpp
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxi3D.h
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxv_FullPotential3D.h
Commit 60618a492f58f38031bd737affbc6673c118ec42 by shunz
Rename class and file
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxv_FullPotential3D.h
The file was addedsrc/pde/IBL/IntegrandCell_ProjectToQauxv_FullPotential3D.h
The file was removedsrc/pde/IBL/Integrand_ProjectToQauxv_FullPotential3D.h
The file was modified test/unit/Discretization/Galerkin/AlgebraicEquationSet_ProjectToQauxi_FullPotential3D_btest.cpp
Commit 08f79ae52080537d645a55a3c9dc4f04dbec5edc by blsc
Added functionality to project from a DG to a CG field defined on the same x-field.
The file was addedtest/unit/Field/Project_DG_to_CG_btest.cpp
The file was modified test/unit/Field/CMakeLists.txt
The file was addedsrc/Field/ProjectSoln/Project_DG_to_CG.h
Commit 1fb9d7367fd1e91ef76fcc9bd1cf1ed75aa7f810 by galbramc
Remove infinite x-dervative for thickenss. Fix warnings.
The file was modified src/pde/NS/PDERANSSA2D.h
The file was modified src/Meshing/EGADS/RotorSource/ThicknessNACA6.cpp
Commit fb16d75e6c26e9f9507fbc506770c6e0f203574a by blsc
DG ot CG prjection now uses explicit instantiation.
The file was addedsrc/Field/ProjectSoln/Project_DG_to_CG/Project_DG_to_CG_1D.cpp
The file was modified src/Field/ProjectSoln/Project_DG_to_CG.h
The file was addedsrc/Field/ProjectSoln/Project_DG_to_CG/Project_DG_to_CG_4D.cpp
The file was addedsrc/Field/ProjectSoln/Project_DG_to_CG/Project_DG_to_CG_impl.h
The file was addedsrc/Field/ProjectSoln/Project_DG_to_CG/Project_DG_to_CG_2D.cpp
The file was modified src/Field/CMakeLists.txt
The file was addedsrc/Field/ProjectSoln/Project_DG_to_CG/Project_DG_to_CG_3D.cpp
Commit 31dc285144f70e32d949ad85c524fb4814b82fed by shunz
Simplify jacobian calculation of Auxi equation as it's simply mass matrix for Galerkin projection
The file was modified src/pde/IBL/IntegrandCell_ProjectToQauxi3D.h
Commit e5eda6bdc0fd6bdf9f5a4d499a1a47e8b84cf66f by shunz
Add a specialized IntegrateCellGroups method for reuse in FP-IBL3 coupling implementation
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxv_FullPotential3D.h
The file was modified src/pde/IBL/Residual_ProjectToQauxv_FullPotential3D.h
The file was modified src/Discretization/IntegrateCellGroups.h
Commit d28cdaad0552577f96da945154958503a9aeda77 by galbramc
More strict templates for AV. Add strongFluxViscous to AV.
The file was modified src/pde/ArtificialViscosity/AVSensor_AdvectiveFlux2D.h
The file was modified src/pde/NS/PDEEulermitAVDiffusion2D.h
The file was modified test/unit/pde/ArtificialViscosity/AVSensor_AdvectiveFlux2D_btest.cpp
The file was modified test/unit/pde/NS/Q2DEntropy_btest.cpp
The file was modified test/unit/pde/ArtificialViscosity/PDEmitAVSensor3D_btest.cpp
The file was modified test/unit/Meshing/EGADS/ThicknessNACA6_btest.cpp
The file was modified src/pde/NS/PDEEuler3D.h
The file was modified test/system/CodeConsistency/PDEmitAVSensor2D_Consistency_btest.cpp
The file was modified test/unit/pde/NS/BCRANSSA3D_mitState_btest.cpp
The file was modified test/unit/pde/NS/PDEEulermitAVDiffusion3D_btest.cpp
The file was modified src/pde/NS/GasModel.h
The file was modified test/system/CodeConsistency/BCEulermitAVSensor2D_Consistency_afield_btest.cpp
The file was modified test/unit/pde/NS/PDEEuler2D_btest.cpp
The file was modified test/unit/pde/NS/PDEEulermitAVDiffusion3D_RANSSA_btest.cpp
The file was modified test/unit/pde/NS/BCEulermitAVSensor2D_btest.cpp
The file was modified test/unit/pde/NS/PDERANSSA3D_btest.cpp
The file was modified scripts/vera/exclusions.txt
The file was modified src/pde/ArtificialViscosity/AVSensor_Source2D.h
The file was modified test/unit/pde/NS/PDEEulermitAVDiffusion2D_btest.cpp
The file was modified test/unit/pde/NS/PDEEuler3D_btest.cpp
The file was modified test/system/CodeConsistency/BCEulermitAVSensor2D_Consistency_RANSSA_afield_btest.cpp
The file was modified src/pde/NS/BCEuler2D_mitState.h
The file was modified src/pde/NS/PDEEuler2D.h
The file was modified test/unit/pde/ArtificialViscosity/PDEmitAVSensor2D_btest.cpp
The file was modified src/pde/ArtificialViscosity/AVSensor_Source3D.h
The file was modified src/pde/NS/BCEulermitAVSensor2D.h
The file was modified test/system/CodeConsistency/PDEmitAVSensor3D_Consistency_btest.cpp
The file was modified test/unit/pde/SourceOnly/PDESourceOnly2D_btest.cpp
The file was modified src/pde/ArtificialViscosity/AVSensor_AdvectiveFlux3D.h
The file was modified test/system/CodeConsistency/PDEEulermitAVDiffusion2D_Consistency_btest.cpp
The file was modified test/system/CodeConsistency/PDEmitAVSensor2D_Consistency_afield_btest.cpp
The file was modified src/pde/ArtificialViscosity/PDEmitAVSensor3D.h
The file was modified src/pde/NS/PDEEulermitAVDiffusion3D.h
The file was modified src/pde/ArtificialViscosity/PDEmitAVSensor2D.h
The file was modified test/unit/pde/NS/Fluids2D_Sensor_btest.cpp
The file was modified test/system/CodeConsistency/PDEmitAVSensor3D_Consistency_RANSSA_btest.cpp
The file was modified test/unit/pde/NS/GasModel_btest.cpp
The file was modified test/system/CodeConsistency/PDEmitAVSensor2D_Consistency_RANSSA_btest.cpp
The file was modified src/pde/NS/BCRANSSA2D.h
The file was modified test/system/CodeConsistency/BCEulermitAVSensor2D_Consistency_btest.cpp
Commit 626fac921f7727996fe8b2806c2fd632dc873287 by allmaras
modified (solution error)^2 to use dot product; now allows general ArrayQ<T> solution
and returns scalar T output; added unit tests
The file was modified src/pde/OutputCell_SolutionErrorSquared.h
The file was addedtest/unit/pde/OutputCell_SolutionErrorSquared_btest.cpp
Commit ed9a322f226804be6f6a54af354c6292840f8bf8 by galbramc
Warning fixes
The file was modified test/unit/pde/NS/PDEEuler2D_btest.cpp
The file was addedsrc/Discretization/DG/DGBR2_Instantiate/AlgebraicEquationSet_DGBR2_ArtificialViscosity_RANSSA2D_PrimitiveConstVisc.cpp
The file was modified test/unit/pde/NS/PDEEulermitAVDiffusion2D_RANSSA_btest.cpp
The file was modified test/sandbox/Solve2D_DGBR2_Triangle_RANSSA_Joukowski_ArtificialViscosity_toy.cpp
The file was modified test/sandbox/Adapt2D_DGBR2_Triangle_RANSSA_RAE2822_ArtificialViscosity_toy.cpp
The file was addedsrc/Discretization/DG/DGBR2_Instantiate/AlgebraicEquationSet_DGBR2_ArtificialViscosity_RANSSA2D_PrimitiveSutherland.cpp
The file was modified src/Discretization/CMakeLists.txt
The file was modified test/sandbox/Adapt2D_DGBR2_Triangle_RANSSA_Joukowski_Transonic_ArtificialViscosity_toy.cpp
The file was modified test/sandbox/Adapt2D_DGBR2_Triangle_RANSSA_NACA0012_ArtificialViscosity_toy.cpp
The file was modified src/pde/NS/PDEEulermitAVDiffusion2D.h
The file was modified test/sandbox/Adapt2D_DGBR2_Triangle_RANSSA_Joukowski_Subsonic_ArtificialViscosity_toy.cpp
The file was modified test/sandbox/Adapt2D_DGBR2_Triangle_RANSSA_Joukowski_ArtificialViscosity_toy.cpp
The file was modified test/unit/pde/NS/PDEEulermitAVDiffusion3D_btest.cpp
Commit 3e2127fb8b40684f32df8e673d9010b9a82335e6 by galbramc
Fix for older cmake versions
The file was modified src/Discretization/CMakeLists.txt
Commit bbf8fdb39e5561572a25436008883a1855e75983 by galbramc
Replace max with smoothRamp_tanh2 for artificial viscosity
The file was modified src/pde/NS/PDEEulermitAVDiffusion2D.h
The file was modified test/system/CodeConsistency/PDEmitAVSensor2D_Consistency_btest.cpp
The file was modified test/unit/pde/NS/PDEEulermitAVDiffusion1D_btest.cpp
The file was modified test/system/CodeConsistency/PDEmitAVSensor2D_Consistency_RANSSA_btest.cpp
The file was modified src/pde/NS/PDEEulermitAVDiffusion3D.h
The file was modified test/system/CodeConsistency/PDEmitAVSensor3D_Consistency_RANSSA_btest.cpp
The file was modified test/unit/pde/NS/PDEEulermitAVDiffusion3D_btest.cpp
The file was modified src/pde/NS/PDEEulermitAVDiffusion1D.h
The file was modified test/system/CodeConsistency/PDEmitAVSensor3D_Consistency_btest.cpp
The file was modified src/tools/smoothmath.h
The file was modified test/unit/pde/NS/PDEEulermitAVDiffusion2D_btest.cpp
Commit 36cac12e521ee12aceeaa9d4a653c6b6b8e68c1b by galbramc
Some more tests
The file was modified test/unit/tools/smoothmath_btest.cpp
Commit 0de45c408f4a082f557342a2655f42e51ce948bf by galbramc
Fix smoothRamp_tanh2. Fix ThicknessNACA6 to use fabs instead of abs.
The file was modified src/tools/smoothmath.h
The file was modified test/system/CodeConsistency/PDEmitAVSensor2D_Consistency_RANSSA_btest.cpp
The file was modified test/system/CodeConsistency/PDEmitAVSensor3D_Consistency_btest.cpp
The file was modified test/unit/pde/NS/PDEEulermitAVDiffusion2D_btest.cpp
The file was modified src/pde/NS/PDEEulermitAVDiffusion1D.h
The file was modified test/unit/pde/NS/PDEEulermitAVDiffusion1D_btest.cpp
The file was modified test/unit/pde/NS/PDEEulermitAVDiffusion3D_btest.cpp
The file was modified src/pde/NS/PDEEulermitAVDiffusion3D.h
The file was modified src/Field/NormalField/NormalField_Volume.cpp
The file was modified test/system/CodeConsistency/PDEmitAVSensor3D_Consistency_RANSSA_btest.cpp
The file was modified src/pde/NS/PDEEulermitAVDiffusion2D.h
The file was modified src/Meshing/EGADS/RotorSource/ThicknessNACA6.cpp
The file was modified test/unit/tools/smoothmath_btest.cpp
The file was modified test/system/CodeConsistency/PDEmitAVSensor2D_Consistency_btest.cpp
Commit 99a135410110cbc1f98dec96d74710c79cb661dc by galbramc
Suppress compiler warning
The file was modified src/Discretization/CMakeLists.txt
Commit a81b491f1c6041c7b8d2bd4277d301643aeca344 by galbramc
Fix warning and relax tolerance
The file was modified test/unit/Field/NormalField_btest.cpp
The file was modified src/Discretization/DG/IntegrandBoundaryTrace_Flux_mitState_DGBR2.h
Commit 7ac92da5f25d239a3d4aa43fd0e2dacd51c0a794 by galbramc
Enable viscous body forces for Euler
The file was modified src/UserInterfaces/BodyForceSolver_impl.h
Commit 841b3e518a056c09f7770b82fb4bdbc427bbb885 by shunz
Completed Auxv_Qinv jacobian
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxv_FullPotential3D.h
The file was modified src/pde/IBL/IntegrandCell_ProjectToQauxv_FullPotential3D.h
The file was addedsrc/pde/IBL/JacobianParam_ProjectToQauxv_FullPotential3D.h
Commit 33e85c9596d48a0882f2ab30e7157ba0d0a5b819 by blsc
Added a test to check that bubble modes were not present in VMSD after static condenstaion for a partial Newton step.
The file was addedtest/system/CodeConsistency/VMSDBR2_BubbleModes_btest.cpp
Commit 4848ee6b3255a3947129b91592d2ae57ed876803 by blsc
Vera exclusion needed for new unit test (L006).
The file was modified scripts/vera/exclusions.txt
Commit 4be505d0bdcb09a466d542fb3db79b28e5667851 by blsc
Added parallel test for homotopy, found bug in parallel, fixed bug in parallel.
The file was modified test/unit/SolutionTrek/Continuation/Homotopy_btest.cpp
The file was modified src/NonLinearSolver/LineUpdate/HalvingSearchLineUpdate_impl.h
The file was modified src/NonLinearSolver/NewtonSolver_impl.h
The file was modified src/NonLinearSolver/NonLinearSolverBase.h
The file was modified test/unit/SolutionTrek/Continuation/CMakeLists.txt
The file was modified src/SolutionTrek/Continuation/Homotopy/AlgebraicEquationSet_HTC.h
The file was modified test/system/LocalSolve/Constrained_Solve_btest.cpp
The file was modified src/Discretization/VMSDBR2/AlgebraicEquationSet_VMSD_BR2.h
The file was modified src/SolutionTrek/Continuation/Homotopy/Homotopy.h
Commit 54b441da5ebbdc93af49567b209231caea05b74f by galbramc
Discrete blockage gradient
The file was modified src/Meshing/EGADS/RotorSource/ThicknessBlade.cpp
The file was modified src/Meshing/EGADS/RotorSource/ThicknessNACA6.cpp
The file was modified src/Field/NormalField/NormalField_Volume.cpp
The file was modified test/unit/Meshing/EGADS/ThicknessNACA6_btest.cpp
Commit 1f1703beaf136a134e1f69d28a58e47a2ce23b17 by galbramc
Forgot a file
The file was modified src/LinearAlgebra/DenseLinAlg/DynamicSize/MatMul/MatMul_Native_Real.cpp
Commit c76401eefe98a23b4bad38f16e07060dc8191bd8 by blsc
Added an example homotopy adapt in 3D with RANS, and some missing function calls.
The file was modified src/pde/ArtificialViscosity/AVSensor_Source3D.h
The file was modified src/pde/NS/PDERANSSA3D.h
The file was addedtest/sandbox/Adapt3D_VMSDBR2_RANSSA_DPW_AV_HTC_toy.cpp
The file was modified src/Adaptation/MOESS/ParamFieldBuilder.h
The file was modified src/pde/NS/PDEEulermitAVDiffusion3D.h
The file was modified src/pde/ArtificialViscosity/PDEmitAVSensor3D.h
Commit 4315b2dafb7b19ce14e08dea5099f2745d96c1d7 by galbramc
Vera fix
The file was modified test/sandbox/Adapt3D_VMSDBR2_RANSSA_DPW_AV_HTC_toy.cpp
Commit 27bfb9e6396ae66e0b49fee12ea0d5199fa4e045 by galbramc
Fix compile error
The file was modified test/system/CodeConsistency/VMSDBR2_BubbleModes_btest.cpp
The file was modified src/pde/ArtificialViscosity/PDEmitAVSensor3D.h
Commit d18205a2d8329c4e47c73eee412ec7fd8d8e2ce5 by blsc
Added HiFW Joukowski case using homotopy (still WIP). Updates to artificial viscosity interface to resolve some template mis-matches during Joukowski case set up.
The file was modified src/pde/ArtificialViscosity/AVSensor_Source3D.h
The file was modified src/pde/NS/PDERANSSA2D.h
The file was addedtest/sandbox/Solve2D_VMSDBR2_RANSSA_Joukowski_HTC_toy.cpp
The file was modified test/sandbox/Adapt3D_VMSDBR2_RANSSA_DPW_AV_HTC_toy.cpp
The file was modified src/pde/ArtificialViscosity/AVSensor_Source2D.h
The file was removedtest/sandbox/Solve2D_VMSDBR2_NavierStokes_Joukowski_AV_HTC_toy.cpp
The file was modified src/pde/ArtificialViscosity/PDEmitAVSensor2D.h
Commit 27a88351a93e1ea2fc950d76f1c3d2e8d21663fe by shunz
Add annotations
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Galerkin_BCDataField.h
Commit 2eb4f4ee25dc738e6bb45693041eb0007f0b13ce by galbramc
Another compile fix
The file was modified src/pde/NS/PDERANSSA3D.h
Commit 38b1b3607fa2f3c9e2a9843b571572e48c2cb25c by galbramc
Another compile fix
The file was modified test/sandbox/Adapt3D_VMSDBR2_RANSSA_DPW_AV_HTC_toy.cpp
Commit 9bbf6deba06512152c48cd865073fbbc64eb1796 by blsc
Fixed error in PETSc Dicts.
The file was modified test/sandbox/Adapt3D_VMSDBR2_RANSSA_DPW_AV_HTC_toy.cpp
Commit b07d2d1cb5ab28563af83025eb3f83b1811e77d9 by galbramc
Relax tolerance. Add PETScInit. Suppress warning.
The file was modified test/unit/Field/Project_DG_to_CG_btest.cpp
The file was modified test/unit/Field/CMakeLists.txt
The file was modified test/sandbox/Adapt3D_VMSDBR2_RANSSA_DPW_AV_HTC_toy.cpp
Commit ea0743bab9cd8d1a1cbbcbe814cd256c41813cea by galbramc
More warning fixes
The file was modified test/sandbox/Adapt3D_VMSDBR2_RANSSA_DPW_AV_HTC_toy.cpp
Commit bf780d31d16fdb906dbe76e15f6d9c18b08bd957 by galbramc
PDERANS3D fixes
The file was modified src/pde/NS/BCEulermitAVSensor3D.h
The file was modified scripts/jenkins/SANS_Commit.sh
The file was modified src/pde/NS/PDERANSSA3D.h
Commit 7bcca248a9e7c0339bde0903edb1299fdd74ecb3 by galbramc
Fixes for AVSensor_Source_VMSD_SPD
The file was modified src/pde/NS/PDEEulermitAVDiffusion2D.h
The file was modified src/pde/NS/PDEEulermitAVDiffusion3D.h
The file was addedsrc/pde/NS/isPDERANSSA.h
The file was modified src/pde/ArtificialViscosity/AVSensor_Source2D.h
The file was modified src/pde/ArtificialViscosity/AVSensor_Source3D.h
Commit b4c33cfd553e051e72bd5270bbc1ceff4fc406ec by galbramc
Fix ping test
The file was modified test/unit/Discretization/GloballyConstrained/Ping_Euler_RotorSource_btest.cpp
Commit e3e146324c40b636ceeeeae8252ede545e58bd01 by galbramc
Change git update alias
The file was modified scripts/SANS_developer.sh
Commit 324ef9a0ceec244cf74d6867b5e8cfcacad2ed9f by galbramc
Fix sensitvity calculation
The file was modified src/Meshing/EGADS/RotorSource/ThicknessBlade.cpp
Commit 43eb0b8d30b49b2316a640beca3231d874d831e1 by galbramc
Don't require name for camber free parameters
The file was modified src/Meshing/EGADS/RotorSource/CamberBlade.cpp
The file was modified src/Meshing/EGADS/RotorSource/ThicknessBlade.cpp
Commit 1a12a906ba7c9668c59f392d1c3e4f464057da10 by galbramc
Implement BCNone for VMSD BR2. I hope nobody has been using it...
The file was modified src/Discretization/VMSDBR2/IntegrandBoundaryTrace_None_VMSD_BR2.h
The file was modified src/Discretization/Galerkin/IntegrandBoundaryTrace_None_Galerkin.h
Commit 6beadf61de6812cb8e93cd0876d9ac7d379026cf by shunz
Completed d(FP)/d(Qauxi) coupling jacobian for FP-IBL
The file was modified src/Discretization/Galerkin/JacobianBoundaryTrace_Dispatch_Galerkin.h
The file was modified src/Discretization/LIP_HACK/IntegrandBoundaryTrace_LinearScalar_sansLG_FP_HACK.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Galerkin_BCDataField.h
The file was addedsrc/Discretization/Galerkin/JacobianBoundaryTrace_Galerkin_DerivativeWithBCDataFieldQauxi.h
The file was modified src/pde/IBL/JacobianParam_ProjectToQauxv_Qinv.h
The file was modified src/Discretization/Galerkin/JacobianBoundaryTrace_Galerkin_BCDataField.h
The file was modified src/Discretization/Galerkin/ResidualBoundaryTrace_Galerkin_BCDataField.h
The file was addedsrc/pde/IBL/JacobianParam_FullPotential_Qauxi.h
Commit b02bacdf7a04f4521655bc482ce72d2948d3be24 by shunz
Forgot to commit unit test on d(FP)/d(Qauxi) jacobian
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_FP_Auxv_Auxi_IBL3_Quad_btest.cpp
Commit 42e7f188be2e7f8f7431eb528df94bb444f89c69 by shunz
Removed redundant files for discarded Auxi and Auxv equation implementation
The file was removedsrc/pde/IBL/ResidualVolumeBoundaryTrace_ProjectToQauxi_FullPotential3D.h
The file was removedtest/unit/Discretization/Galerkin/AlgebraicEquationSet_ProjectToQauxi_FullPotential3D_btest.cpp
The file was removedsrc/pde/IBL/IntegrandManifoldBoundaryTrace_ProjectToQauxi.h
The file was removedsrc/pde/IBL/IntegrandVolumeBoundaryTrace_ProjectToQauxi.h
The file was removedsrc/pde/IBL/AlgebraicEquationSet_ProjectToQauxv3D.h
The file was removedsrc/pde/IBL/ResidualManifoldBoundaryTrace_ProjectToQauxi_FullPotential3D.h
The file was removedsrc/pde/IBL/IntegrandManifoldInteriorTrace_ProjectToQauxi.h
Commit b9564e1c6f75336940b5eb3cca993ab3a3c45742 by shunz
Removed more discarded implementation for Auxi (in FP-IBL3)
The file was removedsrc/pde/IBL/AlgebraicEquationSet_ProjectToQauxi_FullPotential3D.h
The file was removedsrc/Discretization/IntegrateBoundaryTraceGroups_ProjectToQauxi_FullPotential3D.h
Commit 9ec3325e74b3fd585bf52b0b4b780703d3b478a1 by shunz
Add linear algebra instantiations for FP-IBL3
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver_MatrixBlock_4x4_Instantiate.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_FP_Auxv_Auxi_IBL3_Quad_btest.cpp
The file was modified src/LinearAlgebra/DenseLinAlg/StaticSize/MatMul/MatrixS_MatMul_Native_Real_Instantiate.cpp
Commit 3ace4f186ff37eacfb9a2cb63448c3c03128e559 by shunz
Refactoring to keep up with JacobianParam's updated template arguments
The file was modified src/Adaptation/MOESS/SolverInterface_DGBR2_Block2x2.h
Commit d18827ab889425b8561cc0f2e113ef775af747c7 by shunz
Fixed formatting
The file was modified src/Discretization/Galerkin/JacobianBoundaryTrace_Galerkin_DerivativeWithBCDataFieldQauxi.h
The file was modified src/Discretization/LIP_HACK/IntegrandBoundaryTrace_LinearScalar_sansLG_FP_HACK.h
The file was modified src/pde/IBL/JacobianParam_FullPotential_Qauxi.h
Commit 283a2b633e4d42a458c5b813bd8f3b7f0d90046c by shunz
Minor refactoring
The file was modified src/Discretization/LIP_HACK/IntegrandBoundaryTrace_LinearScalar_sansLG_FP_HACK.h
The file was modified src/Discretization/Galerkin/JacobianBoundaryTrace_Galerkin_DerivativeWithBCDataFieldQauxi.h
Commit 29c3cc005d1be774a581ed853df0502313dd70c8 by shunz
Add unit test for box grid and its derived boundary manifold grid
The file was modified src/pde/IBL/Residual_ProjectToQauxv_FullPotential3D.h
The file was addedtest/unit/UnitGrids/XField3D_BoxBoundary_Quad_X1_btest.cpp
Commit 317e79b14015e3933d25e724f454a21b539557e3 by shunz
Minor cleanup
The file was modified test/unit/Discretization/Galerkin/AlgebraicEquationSet_ProjectToQauxv_FullPotential3D_btest.cpp
Commit d365606df825ca4ba56c61b5e2a2d6f136adb3fa by shunz
Add more unit test
The file was modified test/unit/UnitGrids/XField3D_BoxBoundary_Quad_X1_btest.cpp
Commit b7098bdc279c9b3fa28e1d6b6d2719a7f59a5c95 by shunz
Add unit test for FieldVolume_DG_BoundaryTrace_matchAreaCell
The file was modified src/Field/FieldVolume_DG_BoundaryTrace_matchAreaCell.h
The file was addedtest/unit/Field/Field_DG_BoundaryTrace_matchAreaCell_btest.cpp
Commit 6101184156f51f82dbaa90c3c24164237a2bec9c by shunz
Bug fix: previously, allocated memory for dynamic matrix but didn't initialize to zero
The file was modified src/Discretization/LIP_HACK/IntegrandBoundaryTrace_LinearScalar_sansLG_FP_HACK.h
The file was modified src/Discretization/Galerkin/JacobianBoundaryTrace_Galerkin_DerivativeWithBCDataFieldQauxi.h
Commit b9a582131d3fb0b65b0f75aaaadb9d3b60a87d3b by shunz
Completed 4x4 block system jacobian ping test for FP-IBL3 coupling
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_FP_Auxv_Auxi_IBL3_Quad_btest.cpp
Commit d1cdb33c87af0418f462c00a4602ef0c925bb21a by galbramc
Added Tt output for Rotor
The file was modified src/pde/NS/OutputEuler3D.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Rotor_GlobalConstraint.h
Commit c4642c7bb668a950d0300282d567cd6dc5b271ef by shunz
added instantiations for Newton solution of FP-IBL3 equations
The file was modified src/LinearAlgebra/SparseLinAlg/Krylov/FGMRES_MatrixBlock_4x4_Instantiate.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/ScalarMatrix_CRS_int.cpp
The file was modified src/NonLinearSolver/LineUpdate/HalvingSearchLineUpdate_MatrixBlock_4x4_Instantiate.cpp
The file was modified src/NonLinearSolver/NewtonSolver_MatrixBlock_4x4_Instantiate.cpp
Commit 6dfc9a97c1ab3b4f05442c2e5c0d8f69814c9143 by shunz
Solved first FP-IBL3 case with Newton solver
The file was modified test/sandbox/Solve3D_CG_FP_duct_toy.cpp
The file was removedtest/sandbox/Solve3D_CG_FP_CoupledIBL3_duct_toy.cpp
The file was addedtest/sandbox/Solve3D_Coupled_FP_IBL3_duct_toy.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_FP_Auxv_Auxi_IBL3_Quad_btest.cpp
Commit 30d5efebead8d6b4127c872a9df09a7bb0db13e6 by shunz
added instantiations for MKL and PETSc for FP-IBL3
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/MKL_PARDISO/MKL_PARDISOSolver.h
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/MKL_PARDISO/MKL_PARDISOSolver_MatrixBlock_4x4_Instantiate.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixBlock_4x4_Instantiate.cpp
The file was modified test/sandbox/Solve3D_Coupled_FP_IBL3_duct_toy.cpp
Commit e06ed4989c8971ff977713b33c19bde87e03d7de by shunz
added implementation for PETSc for FP-IBL3
The file was modified src/Discretization/Block/AlgebraicEquationSet_Block4x4.h
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixBlock_3x3_Instantiate.cpp
The file was modified test/sandbox/Solve3D_Coupled_FP_IBL3_duct_toy.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixBlock_4x4_Instantiate.cpp
The file was modified src/Discretization/Block/AlgebraicEquationSet_Block4x4_impl.h
Commit 37d6d37a66572fc8f51c480d86d0dc77473fb6aa by shunz
modularized S-shaped duct grid points generation
The file was modified src/pde/IBL/ElementProjectionOutputIBL3D.h
The file was modified test/sandbox/Solve3D_Coupled_FP_IBL3_duct_toy.cpp
Commit da4251b2c616ef8800f0ed35ee6c59c11e42bb1b by shunz
debugging (for sporadically slow FP residual/jacobian) and refactoring FP-IBL3 test case
The file was modified test/sandbox/Solve3D_CG_FP_duct_toy.cpp
The file was modified src/NonLinearSolver/LineUpdate/HalvingSearchLineUpdate_impl.h
The file was modified src/Discretization/Block/AlgebraicEquationSet_Block4x4_impl.h
The file was modified test/unit/UnitGrids/XField3D_Box_Hex_X1.h
The file was modified test/sandbox/Solve3D_Coupled_FP_IBL3_duct_toy.cpp
The file was modified test/unit/UnitGrids/XField3D_Box_Hex_X1.cpp
Commit c32c025c0a428b774bb664464b04b00ebd3df6f7 by allmaras
mod: VectorFunction -> ArrayFunction
The file was modified test/unit/pde/OutputCell_SolutionErrorSquared_btest.cpp
Commit b03b3f78fd7bcbf3166909ccf4ac9bacedad4565 by allmaras
inviscid Joukowski with interface to Pointwise
The file was addedtest/sandbox/Adapt2D_DGAdvective_Euler_Joukowski_Pointwise_toy.cpp
Commit 66571dad432347a6d4eb507d7d8a7625ddd0cc28 by shunz
Added more profiling info for debugging FP-IBL3
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Galerkin_BCDataField.h
The file was modified test/sandbox/Solve3D_Coupled_FP_IBL3_duct_toy.cpp
Commit d88f7dd10f130ffc7225c0243d65f6c0cf866ef1 by shunz
added verbose printout for debugging
The file was modified src/NonLinearSolver/NewtonSolver_impl.h
Commit 9e69a488d8ded4404dbab8509f1d88ed893c5de9 by shunz
fixed formatting errors
The file was modified test/sandbox/Solve3D_Coupled3x3_IBLFourEqn_FlatPlate_torpedo_agrid45_toy.cpp
The file was modified test/sandbox/Solve3D_Coupled_FP_IBL3_duct_toy.cpp
Commit 56be400f2953852c2ddfc7aa61321330fbe77a46 by galbramc
Fix Tt rotor output
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Rotor_GlobalConstraint.h
Commit 0969ac72461269fd34e77058f23dbc14dbd7e6f8 by allmaras
fixed lines that were too long
The file was modified src/Discretization/Potential_Adjoint/IntegrandBoundaryTrace_WakeCut_CG_FP_Virtual.h
Commit c98e2dfb82edcd76cb7a7f6b15ecb1cf16b8be29 by allmaras
fixed promote_Surreal bug (only showed up for USE_GRID_LAPLACIAN)
The file was modified src/pde/AdvectionDiffusion/PDEAdvectionDiffusion2D.h
Commit a3e8af309e46102f147c89b8ccfc3022b7b5fffd by allmaras
Vector -> Array fix to be consistent with new Array*Function nomenclature
The file was modified test/unit/pde/OutputCell_SolutionErrorSquared_btest.cpp
Commit eecf03351160a62f1bf5b5e369983e7b5ac9e00b by allmaras
added Array2Function2D class (2-component, each an analytic function) with unit test;
needed by OutputCell_SolutionErrorSquared_btest
The file was modified test/unit/pde/AnalyticFunction/ArrayFunction2D_btest.cpp
The file was modified src/pde/AnalyticFunction/ArrayFunction2D.h
Commit 883a1b6782228f3c4b21b2d2c801f7de7fe10c70 by allmaras
added PyDict options for xz and yz angle offsets for 3D corner singularity
The file was modified src/pde/AnalyticFunction/ScalarFunction3D.h
Commit c656874428d8621117cca078c93dfc82f1901230 by galbramc
Fixes for running Joukowski with avro and refine
The file was addedtest/sandbox/grids/Joukowski_Mesh/joukowski.egads
The file was addedtest/sandbox/grids/Joukowski_Mesh/fec.py
The file was addedtest/sandbox/grids/Joukowski_Mesh/vtk.py
The file was modified src/Discretization/Potential_Adjoint/IntegrandBoundaryTrace_WakeCut_CG_FP_Virtual.h
The file was addedtest/sandbox/grids/Joukowski_Mesh/curve.py
The file was addedtest/sandbox/grids/Joukowski_Mesh/Classic.py
The file was addedtest/sandbox/grids/Joukowski_Mesh/Joukowski_RANS.py
The file was addedtest/sandbox/grids/Joukowski_Mesh/cgns.py
The file was addedtest/sandbox/grids/Joukowski_Mesh/ebg.py
The file was addedtest/sandbox/grids/Joukowski_Mesh/geo.py
The file was addedtest/sandbox/grids/Joukowski_Mesh/plot3d.py
The file was addedtest/sandbox/grids/Joukowski_Mesh/gmsh.py
The file was addedtest/sandbox/grids/Joukowski_Mesh/ugrid.py
The file was addedtest/sandbox/grids/Joukowski_Mesh/pg2d.py
The file was addedtest/sandbox/grids/Joukowski_Mesh/writer.py
The file was addedtest/sandbox/grids/Joukowski_Mesh/grm.py
The file was addedtest/sandbox/grids/Joukowski_Mesh/Challenge.py
The file was addedtest/sandbox/grids/Joukowski_Mesh/csm.py
The file was modified test/sandbox/Adapt2D_DGAdvective_Euler_Joukowski_Pointwise_toy.cpp
Commit 48cd4070dde5f5f610a7d764c69d45454833e6e7 by galbramc
Fixes for triangle
The file was modified src/Meshing/EGTess/EGTriangle.cpp
Commit 28efe1af90f0e2c824bb3d8512bf32e5b2acbe67 by galbramc
Fix for triangle with holes
The file was modified src/Meshing/EGTess/EGTriangle.cpp
Commit 2320348b076b14edda2bd3ab9245595413b90510 by shunz
some cleanup on full potential PDE
The file was modified src/pde/FullPotential/PDEFullPotential3D.h
Commit 11628d6868f698ca24544b491bc332f9aa38796b by shunz
refactored and added to residualDecreaseStatus(.)
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Project.h
The file was modified src/Discretization/AlgebraicEquationSet_Debug.h
The file was modified src/NonLinearSolver/LineUpdate/HalvingSearchLineUpdate_impl.h
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxv_FullPotential3D.h
The file was modified src/Discretization/Block/AlgebraicEquationSet_Block3x3_impl.h
The file was modified src/LinearAlgebra/AlgebraicEquationSetBase.h
The file was modified src/Discretization/Block/AlgebraicEquationSet_Block4x4_impl.h
Commit 578da6e9ca077a21f6d6f020aa0bb451ea0bceb2 by shunz
fixed over-array-bound access
The file was modified src/Discretization/Block/AlgebraicEquationSet_Block3x3_impl.h
The file was modified src/NonLinearSolver/LineUpdate/HalvingSearchLineUpdate_impl.h
The file was modified src/Discretization/Block/AlgebraicEquationSet_Block4x4_impl.h
Commit 4d08b05e174b32f7ff0b0e23d6f91921491c63db by shunz
switched assertions from runtime to compile time
The file was modified src/LinearAlgebra/SparseLinAlg/ScalarMatrix_CRS_impl.h
Commit 8e342b1ef1ce7b461e8cb83e92ba3f10b8599bd6 by shunz
refactored FP-IBL3 S-duct test case
The file was modified test/sandbox/Solve3D_Coupled_FP_IBL3_duct_toy.cpp
Commit a6d8ac9b64605ba5126d658edfeb46c334fb7098 by shunz
forgot to commit this... refactored linear solution checker
The file was modified test/system/CodeConsistency/checkLinearSolver.h
Commit 717bd1f22090ef58d282eeced104c9994e910a33 by shunz
removed redundant partial specialization in AES_PTC
The file was modified src/SolutionTrek/Continuation/PseudoTime/AlgebraicEquationSet_Block4x4_PTC_IBL.h
The file was modified src/SolutionTrek/Continuation/PseudoTime/AlgebraicEquationSet_PTC.h
Commit ed8b84fd9504696a2f26551693d08b51736bd7b8 by shunz
annotated PTC implementation of paramfld_ and paramfldpast_
The file was modified src/SolutionTrek/Continuation/PseudoTime/AlgebraicEquationSet_PTC.h
Commit c49e70ce8ac25c80c0380e90a8f0bea5b9f3b7e8 by shunz
beautified Newton iteration printout
The file was modified src/NonLinearSolver/NewtonSolver_impl.h
Commit eea202c0e347b59e071b9ce456664aedbe255e2f by shunz
refactored an MatrixS constructor
The file was modified src/LinearAlgebra/DenseLinAlg/StaticSize/MatrixS.h
Commit ff9eea63f6ca2379b65253cab06415b82f9d38c2 by shunz
added comments
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_PTC.h
Commit dcdf132e40c7932ba940b279595fea921c836172 by shunz
enabled PTC for FP-IBL3 4x4 coupling
The file was modified src/pde/FullPotential/PDEFullPotential3D.h
The file was modified test/sandbox/Solve3D_Coupled_FP_IBL3_duct_toy.cpp
The file was addedsrc/SolutionTrek/Continuation/PseudoTime/AlgebraicEquationSet_Block4x4_PTC_FP_IBL3.h
Commit 635815688fd2b698daed87d596d69b6df7df2c1c by shunz
fixed FP and IBL side wall BC
The file was modified test/sandbox/Solve3D_Coupled_FP_IBL3_duct_toy.cpp
Commit ad2eb464eac77ffcd0a15b5c9118e19c910f48a5 by shunz
refactored std::vector access to use bound checking
The file was modified src/Discretization/AlgebraicEquationSet_Debug.h
Commit 806135104fc92706523050affac9cab4fe1c5cae by shunz
added comments on how/why CFL changes in PTC iterations
The file was modified src/SolutionTrek/Continuation/PseudoTime/PseudoTime.h
Commit fc170ef5fec1a107a319478edbf41acbb672ef09 by shunz
refactored PTC printout & dump
The file was modified src/SolutionTrek/Continuation/PseudoTime/PseudoTime.h
Commit b26f7053715112c2b28e921d5c496ccd2a2e006d by shunz
minor tweak to test case
The file was modified test/sandbox/Solve3D_Coupled_FP_IBL3_duct_toy.cpp
Commit 2cce25ef8afec1fa7d6fcfd813101d03c0de64b6 by shunz
Refactored S-duct box grid
The file was modified test/sandbox/Solve3D_CG_FP_duct_toy.cpp
The file was modified test/sandbox/Solve3D_Coupled_FP_IBL3_duct_toy.cpp
The file was modified test/unit/UnitGrids/XField3D_Box_Hex_X1.cpp
The file was modified test/unit/UnitGrids/XField3D_Box_Hex_X1.h
Commit e18ed4865f6c1ff19bbe57ca63257e0d2141f3c0 by shunz
Cleaned up 3D FP BC
The file was modified test/sandbox/Solve3D_CG_FP_duct_toy.cpp
The file was modified test/sandbox/Solve3D_Coupled_FP_IBL3_duct_toy.cpp
The file was modified test/sandbox/Solve3D_CG_NACA_FP_MD_toy.cpp
The file was modified src/pde/FullPotential/BCFullPotential3D.cpp
The file was modified test/sandbox/Solve3D_CG_NACA_FP_Virtual_toy.cpp
The file was modified src/Discretization/LIP_HACK/IntegrandBoundaryTrace_LinearScalar_sansLG_FP_HACK.h
The file was modified test/sandbox/Solve3D_CG_NACA_FP_Drela_toy.cpp
The file was modified src/pde/FullPotential/BCFullPotential3D.h
Commit bd43e6eb40ed72eff6717193c84a634c6a03e908 by shunz
some cleanup
The file was modified src/pde/IBL/ProjectToQauxi_FullPotential3D.h
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_FP_Auxv_Auxi_IBL3_Quad_btest.cpp
Commit 212ed38010f8f69d63b56280994c5bc7ead00251 by shunz
added commented out code for timing
The file was modified src/Discretization/Galerkin/JacobianCell_Galerkin.h
The file was modified src/Discretization/Galerkin/ResidualCell_Galerkin.h
Commit 9c4da9fa9698af08728cc238c175f221417a1181 by shunz
fixed warnings
The file was modified src/pde/FullPotential/BCFullPotential3D.h
Commit 43a99cd8149a99bfcb860a13ed64a537795d8eb6 by shunz
added sanity check.  some cleanup
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxv_PiecewiseConstSourcePanel_FlatPlate3D.h
Commit 063cb5376166f9142c550ef43896ad91d6545e7a by shunz
changed IBL3 surface normal orientation convention to be compatible with FP-IBL3 coupling
The file was modified src/pde/IBL/PDEIBLFourEqn3D.h
Commit 9e17d065dc50eda643717c7ef545966b89000e35 by shunz
Refactored projection onto Qauxv to be only in-surface velocity components in FP-IBL3 coupling
The file was modified src/pde/IBL/IntegrandCell_ProjectToQauxv_FullPotential3D.h
Commit 71a3ebe5389e2385bf27dd2986842add9ba33b84 by shunz
added assertion to guard against misuse
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_manifold_IBL3D.h
Commit 7f147920d16d42e598c6dd03d99f2cd46a7750d8 by shunz
Consolidated auxi equation implementation for 3D full potential and panel
The file was modified test/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_torpedo_toy.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBL_Quad_btest.cpp
The file was modified test/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_RadialStagnationFlow_toy.cpp
The file was modified test/unit/PanelMethod/ProjectToQauxi_IBL3D_btest.cpp
The file was modified test/sandbox/Solve3D_Coupled_FP_IBL3_duct_toy.cpp
The file was removedsrc/pde/IBL/JacobianParam_ProjectToQauxi_Qauxv.h
The file was removedsrc/PanelMethod/AlgebraicEquationSet_ProjectToQauxi_FlatPlate3D.h
The file was modified test/sandbox/Solve3D_Coupled3x3_IBLFourEqn_FlatPlate_torpedo_agrid45_toy.cpp
The file was removedsrc/pde/IBL/JacobianParam_ProjectToQauxi_QIBL.h
The file was addedsrc/pde/IBL/ProjectToQauxi_Panel3D.h
The file was modified src/pde/IBL/ProjectToQauxi_FullPotential3D.h
The file was removedsrc/PanelMethod/ProjectToQauxi_IBL3D.h
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBLFourEqn_Quad_btest.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBL_Triangle_btest.cpp
Commit 13ce76377d81ca460169b8baec3810d3656034e5 by shunz
minor cleanup
The file was modified src/pde/IBL/PDEIBLFourEqn3D.h
Commit b0c54b7339b3aff2222ef8246f77ae851874dd60 by shunz
Merged ProjectToQauxi3D implementation for panel and FP coupling with IBL3
The file was removedsrc/pde/IBL/ProjectToQauxi_FullPotential3D.h
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBL_Triangle_btest.cpp
The file was addedsrc/pde/IBL/ProjectToQauxi3D.h
The file was modified test/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_torpedo_toy.cpp
The file was removedsrc/pde/IBL/ProjectToQauxi_Panel3D.h
The file was modified test/sandbox/Solve3D_Coupled3x3_IBLFourEqn_FlatPlate_torpedo_agrid45_toy.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBLFourEqn_Quad_btest.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBL_Quad_btest.cpp
The file was modified test/sandbox/Solve3D_Coupled_FP_IBL3_duct_toy.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_FP_Auxv_Auxi_IBL3_Quad_btest.cpp
The file was modified test/unit/PanelMethod/ProjectToQauxi_IBL3D_btest.cpp
The file was modified src/pde/IBL/IntegrandCell_ProjectToQauxi3D.h
Commit 40ba2931e8d2c57bacd07331024841e75a0c32b8 by shunz
more cleanup on include
The file was modified test/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_RadialStagnationFlow_toy.cpp
Commit ed366e8f80cdaf8b54ac3f01a88dcd8fa459768e by shunz
Cleaned up and merged interior trace integrand for IBL3 and Auxi.  Renamed files
The file was addedsrc/Discretization/Galerkin/IntegrandInteriorTrace_Galerkin_manifold3D.h
The file was removedsrc/pde/IBL/IntegrandInteriorTrace_ProjectToQauxi3D.h
The file was addedsrc/Discretization/Galerkin/IntegrandInteriorTrace_Galerkin_manifold2D.h
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_IBLFourEqn_Quad_btest.cpp
The file was modified test/unit/Discretization/Galerkin/IntegrandInteriorTrace_Galerkin_manifold_IBL2D_btest_outdated.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBL_Quad_btest.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_FP_Auxv_Auxi_IBL3_Quad_btest.cpp
The file was modified test/sandbox/Solve3D_Coupled_FP_IBL3_duct_toy.cpp
The file was modified test/sandbox/Solve3D_Uncoupled_IBL_FlatPlate_Blasius_toy.cpp
The file was modified test/system/AnalyticSolve/AnalyticSolve3D_IBLFourEqn_StagnationFlow_LamiBL_Triangle_btest.cpp
The file was modified test/sandbox/Solve3D_Uncoupled_IBLFourEqn_FlatPlate_StagnationRadial_toy.cpp
The file was modified src/PanelMethod/AlgebraicEquationSet_ProjectToQauxi.h
The file was modified src/pde/IBL/ProjectToQauxi3D.h
The file was modified test/sandbox/Solve3D_Coupled3x3_IBLFourEqn_FlatPlate_torpedo_agrid45_toy.cpp
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxi3D.h
The file was modified src/Discretization/HDG/AlgebraicEquationSet_HDGAdvective_CutcellTransitionIBL.h
The file was removedsrc/Discretization/Galerkin/IntegrandInteriorTrace_Galerkin_manifold_IBL3D.h
The file was modified test/unit/Discretization/Galerkin/JacobianInteriorTrace_Galerkin_Param_IBL2D_btest_outdated.cpp
The file was modified test/system/AnalyticSolve/AnalyticSolve_IBL3D_StagnationFlow_LamiBL_Triangle_btest.cpp
The file was modified test/sandbox/Solve3D_Uncoupled_IBLFourEqn_FlatPlate_Blasius_toy.cpp
The file was modified test/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_torpedo_toy.cpp
The file was removedsrc/Discretization/Galerkin/IntegrandInteriorTrace_Galerkin_manifold.h
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGAdvective.h
The file was modified src/Discretization/DG/AlgebraicEquationSet_TransitionIBL.h
Commit c53d2f4d99f996ef50d9de8b89169e17798d8160 by shunz
added missing include that was accidentally removed
The file was modified test/sandbox/Solve3D_Coupled3x3_IBLFourEqn_FlatPlate_torpedo_agrid45_toy.cpp
Commit 05b7b89dcc4595253e77be836ae56aa2f8e2bfb5 by shunz
cleaned up include related to 2D/3D manifold cell integrands
The file was modified test/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_torpedo_toy.cpp
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_manifold.h
The file was modified src/Discretization/Galerkin/IntegrandInteriorTrace_Galerkin_manifold3D.h
The file was modified test/sandbox/Solve3D_Coupled3x3_IBLFourEqn_FlatPlate_torpedo_agrid45_toy.cpp
The file was modified test/sandbox/Solve3D_Uncoupled_IBL_FlatPlate_Blasius_toy.cpp
The file was modified src/Discretization/Galerkin/IntegrandInteriorTrace_Galerkin_manifold2D.h
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGAdvective.h
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_manifold_IBL3D.h
The file was modified test/system/AnalyticSolve/AnalyticSolve_IBL3D_StagnationFlow_LamiBL_Triangle_btest.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBL_Quad_btest.cpp
The file was modified test/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_RadialStagnationFlow_toy.cpp
The file was modified test/sandbox/Solve3D_Uncoupled_IBLFourEqn_FlatPlate_StagnationRadial_toy.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_FP_Auxv_Auxi_IBL3_Quad_btest.cpp
The file was modified test/sandbox/Solve3D_Uncoupled_IBLFourEqn_FlatPlate_Blasius_toy.cpp
Commit 3c5eb1349cbe8f4f7f11bd50c9e1729660ac6254 by shunz
more cleanup of include
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBL_Triangle_btest.cpp
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_IBLFourEqn_Quad_btest.cpp
Commit 80b6bf386f138332cd92d03220aa4d893121163c by shunz
Cleaned up panel+IBL3 case
The file was modified test/sandbox/Solve3D_Coupled3x3_IBLFourEqn_FlatPlate_torpedo_agrid45_toy.cpp
Commit 114ee3b479a94e96d0dfd36efd5314d7db6af951 by shunz
added option in IBL3 to choose how nrm_surf orientation relates to e1 and e2
The file was modified src/pde/IBL/PDEIBLFourEqn3D.h
Commit f2d6e175824fe696846e509eb446a68356408caa by shunz
minor test case cleanup/tweaks
The file was modified test/sandbox/Solve3D_Coupled3x3_IBLFourEqn_FlatPlate_torpedo_agrid45_toy.cpp
The file was modified test/sandbox/Solve3D_Coupled_FP_IBL3_duct_toy.cpp
Commit 8d62e9d9f9b51febee4f18d22dcb76f42523401e by shunz
turned off (1) LF flux, (2) mass correction to flux and (3) amp+lag equations for IBL3
The file was modified src/pde/IBL/PDEIBLFourEqn3D.h
Commit 462b15a383644830e5858dbf3d52931f483af26b by shunz
fixed style
The file was modified src/pde/FullPotential/BCFullPotential3D.h
Commit f759ee4f0e04103663975ec63412784fd95d5276 by shunz
refactored param tuple type for better consistency between indexing, ParamTuple and FieldTuple
The file was modified src/pde/IBL/ProjectToQauxi3D.h
Commit 6a100e779b747ff32fe226ffbe965bd8b6c35088 by shunz
renamed parameter field type
The file was modified test/sandbox/Solve3D_Coupled3x3_IBLFourEqn_FlatPlate_torpedo_agrid45_toy.cpp
The file was modified test/sandbox/Solve3D_Coupled_FP_IBL3_duct_toy.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_FP_Auxv_Auxi_IBL3_Quad_btest.cpp
The file was modified src/pde/IBL/ProjectToQauxi3D.h
Commit a188e6c9737a93fa4af75351ba6c31c16d8a569e by shunz
refactored parameter type for IBL3
The file was modified src/pde/IBL/PDEIBLFourEqn3D.h
The file was modified test/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_RadialStagnationFlow_toy.cpp
The file was modified test/sandbox/Solve3D_Coupled3x3_IBLFourEqn_FlatPlate_torpedo_agrid45_toy.cpp
Commit 7c84f6a4c2939ae0c5d601395c985736152e0947 by shunz
refactored JacobianParam class since the previous implementation is quite limiting
The file was modified src/Discretization/DG/DGBR2_Instantiate/AlgebraicEquationSet_DGBR2_Euler1D_AV1D_Conservative.cpp
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxi3D.h
The file was modified src/Discretization/DG/DGBR2_Instantiate/AlgebraicEquationSet_DGBR2_Sensor1D_AUSJump_Euler1D_Conservative.cpp
The file was modified src/Discretization/DG/DGBR2_Instantiate/AlgebraicEquationSet_DGBR2_Burgers_AV1D_DUSUG.cpp
The file was modified src/Discretization/DG/DGBR2_Instantiate/AlgebraicEquationSet_DGBR2_Sensor2D_AUSJump_Euler2D_Primitive.cpp
The file was modified src/Adaptation/MOESS/SolverInterface_DGBR2_Block2x2.h
The file was modified src/Discretization/DG/DGBR2_Instantiate/AlgebraicEquationSet_DGBR2_Sensor2D_AUSJump_Euler2D_Conservative.cpp
The file was modified src/Discretization/DG/DGBR2_Instantiate/AlgebraicEquationSet_DGBR2_AD_AV2D_AUDUSUG.cpp
The file was modified test/sandbox/Solve3D_Coupled3x3_IBLFourEqn_FlatPlate_torpedo_agrid45_toy.cpp
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGBR2.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Project.h
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGAdvective_impl.h
The file was modified src/Discretization/DG/DGBR2_Instantiate/AlgebraicEquationSet_DGBR2_Euler2D_AV2D_Conservative.cpp
The file was modified src/Discretization/JacobianParam.h
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGAdvective.h
The file was modified src/Discretization/DG/DGBR2_Instantiate/AlgebraicEquationSet_DGBR2_Euler1D_AV1D_Primitive.cpp
The file was modified src/Discretization/DG/DGBR2_Instantiate/AlgebraicEquationSet_DGBR2_BuckleyLeverett_AV1D.cpp
The file was modified src/Discretization/JacobianParam_Local.h
The file was modified src/Discretization/JacobianParam_impl.h
The file was modified src/Discretization/DG/DGBR2_Instantiate/AlgebraicEquationSet_DGBR2_Sensor1D_AUSJump_AD.cpp
The file was modified src/Discretization/DG/DGBR2_Instantiate/AlgebraicEquationSet_DGBR2_Sensor1D_AUSJump_BuckleyLeverett1D.cpp
The file was modified src/Discretization/DG/DGBR2_Instantiate/AlgebraicEquationSet_DGBR2_Sensor2D_AUSJump_AD.cpp
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGBR2_impl.h
The file was modified src/Discretization/DG/DGBR2_Instantiate/AlgebraicEquationSet_DGBR2_Euler2D_AV2D_Primitive.cpp
The file was modified src/Discretization/DG/DGBR2_Instantiate/AlgebraicEquationSet_DGBR2_Sensor2D_AUSJump_Euler1D_Conservative.cpp
Commit c3c1181317043025aa7972bc37fd1366daef5a2b by shunz
updated JacobianParam usage in test cases following its refactoring
The file was modified test/sandbox/Solve1D_DGBR2_Burgers_ArtificialViscosity_toy.cpp
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBLSplitAmpLag_CorrelationClosure_CapturedTransition_PTC_btest.cpp
The file was modified test/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_torpedo_toy.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_FP_Auxv_Auxi_IBL3_Quad_btest.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block2x2_DGBR2_Line_Euler1DSensor_btest.cpp
The file was modified test/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_RadialStagnationFlow_toy.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBLFourEqn_Quad_btest.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block2x2_DGBR2_Triangle_BuckleyLeverett_AV_btest.cpp
The file was modified test/sandbox/Solve2D_Coupled4x4_IBL_fx67k170_toy.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block2x2_DGBR2_BuckleyLeverett_ArtificialViscosity_ST_btest.cpp
The file was modified test/sandbox/Solve2D_Coupled4x4_IBLSplitAmpLag_CorrelationClosure_CapturedTransition_PTC_toy.cpp
The file was modified test/sandbox/Solve2D_Coupled4x4_IBL_fx67k170_drag_polar_toy.cpp
The file was modified test/sandbox/Solve1D_DGBR2_BuckleyLeverett_ArtificialViscosity_ST_toy.cpp
The file was modified test/sandbox/Solve3D_Coupled_FP_IBL3_duct_toy.cpp
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_FittedTransition_TwoLayerNewton_btest.cpp
Commit 75fa0361780b4858a303b213e61de49a42d1854e by shunz
more cleanup on JacobianParam usage
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_CutCellNaturalTransitionIBLUniField_Panel_btest_outdated.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_IBL_Panel_btest.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBL_Quad_btest.cpp
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_Block4x4_Auxv_Auxi_CutCellForcedTransitionIBLUniField_Panel_btest_outdated.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_HubtraceHDGAdvIBL_CutCellNaturalTransition_Panel_btest.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_HDGAdvIBL_Panel_btest.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_CutCellForcedTransitionIBL_Panel_btest.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_CutCellNaturalTransitionIBL_Panel_btest.cpp
Commit 88c54d18df1f29d7d1d4491b338690ab301a9120 by shunz
updated use cases involving Auxi equation in panel+IBL3. deleted sandbox cases that are not worth maintaining
The file was removedtest/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_torpedo_toy.cpp
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
The file was removedtest/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_RadialStagnationFlow_toy.cpp
Commit ff038f9a881a5994c551241cac80b2f9dd42d35b by shunz
updated use cases of new PDEIBL3FourEqn API
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBLFourEqn_Quad_btest.cpp
The file was modified test/system/AnalyticSolve/AnalyticSolve3D_IBLFourEqn_StagnationFlow_LamiBL_Triangle_btest.cpp
The file was modified test/sandbox/Solve3D_Uncoupled_IBLFourEqn_FlatPlate_Blasius_toy.cpp
The file was modified test/sandbox/Solve3D_Uncoupled_IBLFourEqn_FlatPlate_StagnationRadial_toy.cpp
Commit 1485e83b99ba14fade1f4bb0fa15216265de8c7f by shunz
fixed full potential unit tests
The file was modified test/unit/pde/FullPotential/BCFullPotential3D_btest.cpp
The file was modified test/unit/IO/pde/BCFullPotential3D_pattern.txt
The file was modified src/pde/FullPotential/PDEFullPotential3D.h
The file was modified test/unit/pde/FullPotential/PDEFullPotential3D_btest.cpp
The file was modified src/pde/FullPotential/BCFullPotential3D.h
Commit 3d42b8b88f1390e743ec84e97be82309a625b5e3 by shunz
fixed a bug/typo: flipped divM and divM_rhoe flux calculation for Auxi. Fortunately, the effect on current test cases is minimal since they are incompressible flows
The file was modified src/pde/IBL/ProjectToQauxi3D.h
Commit a9d9c0ba7ba6e9d97bbdaa8679c428ef8f46848d by shunz
fixed IBL unit tests
The file was modified src/pde/IBL/ProjectToQauxi3D.h
The file was addedtest/unit/pde/IBL/ProjectToQauxi_IBL3D_btest.cpp
The file was removedtest/unit/PanelMethod/ProjectToQauxi_IBL3D_btest.cpp
Commit a61fd91b8d37e94a65af986260af4ec5dc54e23b by shunz
minor cleanup of 3D IBL PDE and associated block jacobian ping test
The file was modified src/pde/IBL/PDEIBLFourEqn3D.h
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_Block4x4_FP_Auxv_Auxi_IBL3_Quad_btest.cpp
The file was modified src/pde/IBL/PDEIBL3D.h
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBLFourEqn_Quad_btest.cpp
Commit 2114ea80ee5a190b4700e14f8b4405c866046fcc by shunz
Removed the dedicated (yet redundant) boundary trace integrand for 3D auxi; instead, use 3D manifold BCNone integrand.  Renamed 2D/3D BCNone integrands to reflect its general purpose, not limited to IBL PDE
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGBR2_impl.h
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBLFourEqn_Quad_btest.cpp
The file was removedsrc/Discretization/Galerkin/IntegrandBoundaryTrace_None_Galerkin_manifold_IBL3D.h
The file was addedsrc/Discretization/Galerkin/IntegrandBoundaryTrace_None_Galerkin_manifold2D.h
The file was modified src/Discretization/HDG/AlgebraicEquationSet_HDGAdvective_CutcellTransitionIBL.h
The file was removedsrc/pde/IBL/IntegrandBoundaryTrace_ProjectToQauxi3D.h
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxi3D.h
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBL_Quad_btest.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBL_Triangle_btest.cpp
The file was modified src/Discretization/DG/AlgebraicEquationSet_TransitionIBL.h
The file was modified test/system/AnalyticSolve/AnalyticSolve_IBL3D_StagnationFlow_LamiBL_Triangle_btest.cpp
The file was addedsrc/Discretization/Galerkin/IntegrandBoundaryTrace_None_Galerkin_manifold3D.h
The file was modified test/sandbox/Solve3D_Uncoupled_IBL_FlatPlate_Blasius_toy.cpp
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGAdvective_impl.h
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_FP_Auxv_Auxi_IBL3_Quad_btest.cpp
The file was modified test/sandbox/Solve3D_Coupled_FP_IBL3_duct_toy.cpp
The file was modified test/sandbox/Solve3D_Uncoupled_IBLFourEqn_FlatPlate_StagnationRadial_toy.cpp
The file was removedsrc/Discretization/Galerkin/IntegrandBoundaryTrace_None_Galerkin_manifold.h
The file was modified test/system/AnalyticSolve/AnalyticSolve3D_IBLFourEqn_StagnationFlow_LamiBL_Triangle_btest.cpp
The file was modified test/sandbox/Solve3D_Coupled3x3_IBLFourEqn_FlatPlate_torpedo_agrid45_toy.cpp
The file was modified test/sandbox/Solve3D_Uncoupled_IBLFourEqn_FlatPlate_Blasius_toy.cpp
Commit a32d0cd789ea520a89ea17e9019fe0e6cca2e767 by shunz
refactored/fixed Surreal type definitions to use proper/general size variable
The file was modified src/SolutionTrek/TimeMarching/AlgebraicEquationSet_TimeStep.h
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGAdvective_impl.h
The file was modified src/Discretization/VMSD/AlgebraicEquationSet_VMSD.h
The file was modified src/Discretization/VMSD/AlgebraicEquationSet_VMSD_Linear.h
The file was modified src/Discretization/DG/AlgebraicEquationSet_TransitionIBL.h
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxi3D.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Galerkin.h
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGBR2_impl.h
Commit e974b8d2a29d8a452632142b643c236598289f1c by shunz
accidentally forgot these pieces two commits earlier, when updating auxi BCNone integrand
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxi3D.h
Commit 8721c1082e49c90bc777d67b4f3e6a582bf743e5 by shunz
fixed some compile errors for auxi equation and boundary integrand
The file was modified src/Discretization/Galerkin/IntegrandBoundaryTrace_None_Galerkin_manifold2D.h
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxi3D.h
Commit 7b17cca84c35b379118342dfa474c6cd2f877a69 by shunz
minor integrand cleanup
The file was modified src/Discretization/Galerkin/IntegrandInteriorTrace_Galerkin_manifold3D.h
The file was modified src/Discretization/Galerkin/IntegrandInteriorTrace_Galerkin_manifold2D.h
Commit f0145dd22a80cd9087416964e989852101911082 by shunz
refactored auxi equation's cell integrand to be PhysDim-agnostic, in prep for generalization of auxi aes class
The file was removedsrc/pde/IBL/IntegrandCell_ProjectToQauxi3D.h
The file was addedsrc/pde/IBL/IntegrandCell_ProjectToQauxi.h
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxi3D.h
Commit 696a2520821c797a917acea6a2b5b7f8013739a3 by shunz
Renamed auxi aes class to be not 3D specific, in prep for generalization
The file was modified test/sandbox/Solve3D_Coupled3x3_IBLFourEqn_FlatPlate_torpedo_agrid45_toy.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_FP_Auxv_Auxi_IBL3_Quad_btest.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBLFourEqn_Quad_btest.cpp
The file was removedsrc/pde/IBL/AlgebraicEquationSet_ProjectToQauxi3D.h
The file was modified test/sandbox/Solve3D_Coupled_FP_IBL3_duct_toy.cpp
The file was addedsrc/pde/IBL/AlgebraicEquationSet_ProjectToQauxi.h
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBL_Quad_btest.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBL_Triangle_btest.cpp
Commit ee749513c600a71798ff31626dfe36c16750074c by shunz
Refactored BCNone integrand for Galerkin manifold to be agnostic of PhysDim
The file was modified src/Discretization/DG/AlgebraicEquationSet_TransitionIBL.h
The file was removedsrc/Discretization/Galerkin/IntegrandBoundaryTrace_None_Galerkin_manifold2D.h
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxi.h
The file was removedsrc/Discretization/Galerkin/IntegrandBoundaryTrace_None_Galerkin_manifold3D.h
The file was addedsrc/Field/Element/ElementXField_LocalAxesManager.h
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGAdvective_impl.h
The file was addedsrc/Discretization/Galerkin/IntegrandBoundaryTrace_None_Galerkin_manifold.h
The file was modified src/pde/IBL/IntegrandCell_ProjectToQauxi.h
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGBR2_impl.h
Commit 0bf8e884482def3945d5fdbb7158c9f3a753a8d3 by shunz
fixed/refactored a few Galerkin_manifold boundary integands to be agnostic of PhysDim
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_FP_Auxv_Auxi_IBL3_Quad_btest.cpp
The file was modified test/sandbox/Solve3D_Coupled3x3_IBLFourEqn_FlatPlate_torpedo_agrid45_toy.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBLFourEqn_Quad_btest.cpp
The file was modified test/sandbox/Solve3D_Uncoupled_IBL_FlatPlate_Blasius_toy.cpp
The file was modified src/Discretization/Galerkin/IntegrandBoundaryTrace_Flux_mitState_Galerkin_manifold.h
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBL_Quad_btest.cpp
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGAdvective_impl.h
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBL_Triangle_btest.cpp
The file was removedsrc/Discretization/Galerkin/IntegrandBoundaryTrace_mitLG_Galerkin_manifold_IBL3D.h
The file was addedsrc/Discretization/Galerkin/IntegrandBoundaryTrace_Dirichlet_mitLG_Galerkin_manifold.h
The file was modified test/sandbox/Solve3D_Coupled_FP_IBL3_duct_toy.cpp
The file was modified test/sandbox/Solve3D_Uncoupled_IBLFourEqn_FlatPlate_StagnationRadial_toy.cpp
The file was modified test/sandbox/Solve3D_Uncoupled_IBLFourEqn_FlatPlate_Blasius_toy.cpp
The file was removedsrc/Discretization/Galerkin/IntegrandBoundaryTrace_Flux_mitState_Galerkin_manifold_IBL3D.h
The file was modified src/Discretization/Galerkin/IntegrandBoundaryTrace_None_Galerkin_manifold.h
Commit eb5e0c424b2072ef66df9961cb886185dde26342 by galbramc
Use isotropic implied metric for IsotropicOpt MOESS
The file was modified test/unit/Adaptation/MOESS/NodalMetrics_btest.cpp
The file was modified src/Adaptation/MOESS/NodalMetrics/NodalMetrics_impl.h
Commit 732c3a6b71ca64aff76456262fa137eb1208a369 by shunz
refactored Galerkin_manifold interior trace integrands to be agnostic of PhysDim
The file was modified src/Discretization/DG/AlgebraicEquationSet_TransitionIBL.h
The file was addedsrc/Discretization/Galerkin/IntegrandInteriorTrace_Galerkin_manifold.h
The file was modified src/PanelMethod/AlgebraicEquationSet_ProjectToQauxi.h
The file was modified src/Field/Element/ElementXField_LocalAxesManager.h
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxi.h
The file was removedsrc/Discretization/Galerkin/IntegrandInteriorTrace_Galerkin_manifold2D.h
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGAdvective.h
The file was removedsrc/Discretization/Galerkin/IntegrandInteriorTrace_Galerkin_manifold3D.h
Commit dcb6be3fb9e1af105eed3f67da96ddf23c448ba0 by shunz
removed daisy chain in JacobianParam since it could be handled by the primary algebraic equation class's jacobianParam(...)
The file was modified src/Discretization/JacobianParam.h
The file was modified src/Discretization/JacobianParam_impl.h
Commit 6d2b48036cfd92b718bc36cc926c9e868c1dbf46 by shunz
removed 3D-specific assertion
The file was modified src/Discretization/Galerkin/IntegrandInteriorTrace_Galerkin_manifold.h
Commit 276fb93ef153e75db4847f373bbbf2870ce7e70f by shunz
refactored usage of jacobianParam(...) to account for any daisy chain in the primary algebraic equation set
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGAdvective.h
The file was modified src/Discretization/HDG/AlgebraicEquationSet_HDGAdvective_impl.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Galerkin_BCDataField.h
The file was modified src/SolutionTrek/TimeMarching/AlgebraicEquationSet_TimeStep.h
The file was modified src/Discretization/VMSD/AlgebraicEquationSet_VMSD.h
The file was modified src/Discretization/VMSDBR2/AlgebraicEquationSet_VMSD_BR2.h
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxv_FullPotential3D.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Galerkin_Stabilized_LiftedBoundary.h
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGBR2_impl.h
The file was modified src/Discretization/VMSD/AlgebraicEquationSet_VMSD_Linear.h
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGAdvective_impl.h
The file was modified src/Discretization/DG/AlgebraicEquationSet_TransitionIBL.h
Commit 61c635bfe61ccbe4a2358d2eaee47973f549a822 by shunz
Refactored daisy-chain/linked list implementation of algebraic equation sets, including auxi equation and proper chained calls to jacobianParam()
The file was modified src/SolutionTrek/TimeMarching/AlgebraicEquationSet_TimeStep.h
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGAdvective_impl.h
The file was modified src/Discretization/VMSD/AlgebraicEquationSet_VMSD.h
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGBR2.h
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGBR2_impl.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Galerkin_Stabilized_LiftedBoundary.h
The file was modified src/Discretization/HDG/AlgebraicEquationSet_HDGAdvective.h
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGAdvective.h
The file was modified src/Discretization/HDG/AlgebraicEquationSet_HDGAdvective_impl.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Project.h
The file was modified src/Discretization/DG/AlgebraicEquationSet_TransitionIBL.h
The file was modified src/Discretization/VMSD/AlgebraicEquationSet_VMSD_Linear.h
The file was modified src/Discretization/JacobianParam_impl.h
The file was modified src/Discretization/VMSDBR2/AlgebraicEquationSet_VMSD_BR2.h
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxi.h
Commit 6ee0c0c0705323150df2b9a2b5619ff541c73204 by shunz
removed redundant daisy-chained calls to setSolutionField() and fillSystemVector() in algebraic equation sets.  Clarified the intended use case of daisy-chained equation set
The file was modified test/unit/Discretization/DG/AlgebraicEquationSet_DGAdvective_Triangle_AD_btest.cpp
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxi.h
The file was modified src/Discretization/HDG/AlgebraicEquationSet_HDGAdvective_impl.h
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGAdvective_impl.h
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGBR2_impl.h
The file was modified src/Discretization/HDG/AlgebraicEquationSet_HDGAdvective_CutcellTransitionIBL.h
The file was modified test/unit/Discretization/DG/AlgebraicEquationSet_DGBR2_Triangle_AD_btest.cpp
The file was modified src/Discretization/DG/AlgebraicEquationSet_TransitionIBL.h
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGAdvective.h
Commit f14ab1488408e21b4a3a6591dd853a9bd6f9f354 by shunz
Refactored 2D auxi PDE class to prepare panel-IBL2 to use the PhysDim-agnostic auxi equation implementation.  Removed redundant auxi equation set and integrand classes that used to be specialized for Panel2D
The file was modified src/pde/IBL/ProjectToQauxi3D.h
The file was modified test/sandbox/Solve2D_Coupled4x4_IBL_fx67k170_toy.cpp
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_FittedTransition_TwoLayerNewton_btest.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_HubtraceHDGAdvIBL_CutCellNaturalTransition_Panel_btest.cpp
The file was removedsrc/PanelMethod/AlgebraicEquationSet_ProjectToQauxi.h
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_CutCellNaturalTransitionIBL_Panel_btest.cpp
The file was addedtest/unit/pde/IBL/ProjectToQauxi3D_btest.cpp
The file was modified test/sandbox/Solve2D_Coupled4x4_IBLSplitAmpLag_CorrelationClosure_CapturedTransition_PTC_toy.cpp
The file was addedsrc/pde/IBL/ProjectToQauxi2D.h
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_CutCellForcedTransitionIBLUniField_Panel_btest_outdated.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_HDGAdvIBL_Panel_btest.cpp
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBLSplitAmpLag_CorrelationClosure_CapturedTransition_PTC_btest.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_CutCellNaturalTransitionIBLUniField_Panel_btest_outdated.cpp
The file was removedtest/unit/PanelMethod/ProjectionToQauxi_IBL_btest.cpp
The file was addedtest/unit/pde/IBL/ProjectToQauxi2D_btest.cpp
The file was modified test/sandbox/Solve2D_Coupled4x4_IBL_fx67k170_drag_polar_toy.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_IBL_Panel_btest.cpp
The file was removedsrc/PanelMethod/ProjectionToQauxi_IBL.h
The file was removedtest/unit/pde/IBL/ProjectToQauxi_IBL3D_btest.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_CutCellForcedTransitionIBL_Panel_btest.cpp
The file was removedsrc/PanelMethod/IntegrandBoundaryTrace_ProjectToQauxi.h
Commit c6b27bf74956ee38605de10b1523f556591281e3 by shunz
Removed 3D-specific assertion in auxi cell integrand. Fixed IBL2 captured transition system test case
The file was modified src/pde/NDConvert/PDENDConvertSpace2D.h
The file was modified src/pde/IBL/IntegrandCell_ProjectToQauxi.h
The file was modified src/pde/IBL/PDEIBLSplitAmpLag2D.h
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxi.h
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBLSplitAmpLag_CorrelationClosure_CapturedTransition_PTC_btest.cpp
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGAdvective_impl.h
Commit e9bd28c76e40c80de791c9cf86ae4a9cb38f7b67 by shunz
Cleaned up auxi equation implementation to remove redundant dummy members in FunctionEval class.  Renamed some files & classes
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_HubtraceHDGAdvIBL_CutCellNaturalTransition_Panel_btest.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_CutCellNaturalTransitionIBLUniField_Panel_btest_outdated.cpp
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_FittedTransition_TwoLayerNewton_btest.cpp
The file was removedsrc/PanelMethod/FunctionEvalQauxv_IBL.h
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_IBL_Panel_btest.cpp
The file was removedsrc/pde/IBL/AlgebraicEquationSet_ProjectToQauxv_PanelMethod.h
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBLSplitAmpLag_CorrelationClosure_CapturedTransition_PTC_btest.cpp
The file was modified test/sandbox/Solve2D_Coupled4x4_IBL_fx67k170_toy.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_HDGAdvIBL_Panel_btest.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_CutCellNaturalTransitionIBL_Panel_btest.cpp
The file was addedsrc/pde/IBL/AlgebraicEquationSet_ProjectToQauxv_XfoilPanel.h
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_CutCellForcedTransitionIBL_Panel_btest.cpp
The file was modified src/Discretization/Galerkin/IntegrandCell_ProjectFunction.h
The file was modified test/sandbox/Solve2D_Coupled4x4_IBL_fx67k170_drag_polar_toy.cpp
The file was addedsrc/PanelMethod/FunctionEvalQauxv_IBL2D_XfoilPanel.h
The file was modified test/sandbox/Solve2D_Coupled4x4_IBLSplitAmpLag_CorrelationClosure_CapturedTransition_PTC_toy.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_CutCellForcedTransitionIBLUniField_Panel_btest_outdated.cpp
Commit 8c1cf3d514a69efca60f0c6b6b26dc56c3f7ddf4 by shunz
cannot assign a regular/raw pointer to std::shared_ptr
The file was modified src/PanelMethod/FunctionEvalQauxv_IBL2D_XfoilPanel.h
Commit d043aeb83df8daaa55b257428def76249c46d5ee by shunz
Cleaned up 2D auxv equation implementation for XfoilPanel+IBL to remove redundant dummy members in FunctionEval class.  Renamed some files & classes
The file was modified src/Discretization/Galerkin/IntegrandCell_ProjectFunction.h
The file was addedsrc/pde/IBL/AlgebraicEquationSet_ProjectToQauxv_XfoilPanel.h
The file was modified test/sandbox/Solve2D_Coupled4x4_IBLSplitAmpLag_CorrelationClosure_CapturedTransition_PTC_toy.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_CutCellNaturalTransitionIBL_Panel_btest.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_IBL_Panel_btest.cpp
The file was modified test/sandbox/Solve2D_Coupled4x4_IBL_fx67k170_toy.cpp
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBLSplitAmpLag_CorrelationClosure_CapturedTransition_PTC_btest.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_CutCellForcedTransitionIBLUniField_Panel_btest_outdated.cpp
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_FittedTransition_TwoLayerNewton_btest.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_CutCellNaturalTransitionIBLUniField_Panel_btest_outdated.cpp
The file was modified test/sandbox/Solve2D_Coupled4x4_IBL_fx67k170_drag_polar_toy.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_HDGAdvIBL_Panel_btest.cpp
The file was removedsrc/PanelMethod/FunctionEvalQauxv_IBL.h
The file was removedsrc/pde/IBL/AlgebraicEquationSet_ProjectToQauxv_PanelMethod.h
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_CutCellForcedTransitionIBL_Panel_btest.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_HubtraceHDGAdvIBL_CutCellNaturalTransition_Panel_btest.cpp
The file was addedsrc/PanelMethod/FunctionEvalQauxv_IBL2D_XfoilPanel.h
Commit aab273d3ca08140facca8e29a5eb49c54af4ceba by shunz
cannot assign regular/raw pointer to std::shared_ptr
The file was modified src/PanelMethod/FunctionEvalQauxv_IBL2D_XfoilPanel.h
Commit 523e492c9617ee683874b1bbf5815a7286c36e55 by shunz
Cleaned up 3D auxv equation implementation for flat plate panel+IBL3 to remove redundant dummy members in FunctionEval class
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBL_Triangle_btest.cpp
The file was modified src/PanelMethod/FunctionEvalQauxv_IBL_PiecewiseConstSourcePanel_FlatPlate3D.h
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBL_Quad_btest.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBLFourEqn_Quad_btest.cpp
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxv_PiecewiseConstSourcePanel_FlatPlate3D.h
The file was modified test/sandbox/Solve3D_Coupled3x3_IBLFourEqn_FlatPlate_torpedo_agrid45_toy.cpp
Commit 3e078ea9ca75aacff6d6632f982b587afea11063 by shunz
minor refactoring of XfoilPanel field discretization order checks/assertions
The file was modified src/PanelMethod/XfoilPanelEquationSet.h
Commit 37b3b686967ac6e16f73de48da750d0a2e3c76ae by shunz
refactoring (similar to previous ones) to have PDEIBL2D define its parameter field tuple types
The file was modified src/pde/IBL/PDEIBL2D.h
Commit 223a8a2cc796e62647d1f7f32bb5960aeca5dc1e by shunz
typo fix
The file was modified src/PanelMethod/XfoilPanelEquationSet.h
Commit 4d9325724fcce214b7089a83789db5ef7524c5c5 by shunz
only prints in verbose mode
The file was modified test/system/CodeConsistency/Solve2D_Uncoupled_DGAdvectiveIBL_LamiBL_PTC_btest.cpp
The file was modified test/sandbox/Solve2D_Coupled4x4_IBL_fx67k170_drag_polar_toy.cpp
The file was modified test/system/CodeConsistency/Solve2D_Uncoupled_HDGAdvectiveIBL_LamiBL_btest.cpp
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBLSplitAmpLag_CorrelationClosure_CapturedTransition_PTC_btest.cpp
The file was modified src/NonLinearSolver/NewtonSolver_impl.h
Commit 3c1aeec79b400563a849dbe48616cad3547d9f6b by shunz
fixed system/CodeConsistency tests for IBL
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBLSplitAmpLag_CorrelationClosure_CapturedTransition_PTC_btest.cpp
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_FittedTransition_TwoLayerNewton_btest.cpp
The file was modified test/system/CodeConsistency/Solve2D_Uncoupled_HDGAdvectiveIBL_LamiBL_btest.cpp
The file was modified test/system/CodeConsistency/Solve2D_Uncoupled_DGAdvectiveIBL_LamiBL_PTC_btest.cpp
The file was modified test/system/CodeConsistency/Solve2D_Uncoupled_DGAdvectiveIBLUniField_CorrelationClosure_LamiBL_btest.cpp
Commit 2b8c649031481154b93945d751190df629cd9411 by shunz
cleanup and fixes to keep IBL-related implementation up to date
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxv_XfoilPanel.h
The file was modified src/Discretization/HDG/AlgebraicEquationSet_HDGAdvective.h
The file was modified test/sandbox/Solve3D_Coupled_FP_IBL3_duct_toy.cpp
The file was modified src/Discretization/DG/AlgebraicEquationSet_TransitionIBL.h
The file was modified test/sandbox/Solve3D_Coupled3x3_IBLFourEqn_FlatPlate_torpedo_agrid45_toy.cpp
The file was modified test/system/AnalyticSolve/AnalyticSolve2D_DGAdvective_IBLSplitAmpLag_StagnationFlow_LamiBL_btest.cpp
The file was modified test/system/AnalyticSolve/AnalyticSolve2D_DGAdvective_IBL_StagnationFlow_SingleElem_LamiBL_btest.cpp
The file was modified src/Discretization/HDG/AlgebraicEquationSet_Hubtrace_HDGAdvective.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_HubTrace_Galerkin.h
The file was modified src/Discretization/HDG/AlgebraicEquationSet_Hubtrace_HDGAdvective_CutcellTransitionIBL.h
The file was modified src/Discretization/HDG/AlgebraicEquationSet_HDGAdvective_impl.h
The file was modified test/system/AnalyticSolve/AnalyticSolve_IBL3D_StagnationFlow_LamiBL_Triangle_btest.cpp
The file was modified test/system/Asymptotic/ErrorOrder_1D_HDGAdvective_Advection_btest.cpp
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_HubTrace_Galerkin_cutCellTransitionIBL.h
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxv_FullPotential3D.h
The file was modified src/pde/IBL/PDEIBLUniField.h
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_FittedTransition_TwoLayerNewton_btest.cpp
The file was modified src/Discretization/HDG/AlgebraicEquationSet_HDGAdvective_CutcellTransitionIBL.h
The file was modified test/unit/PanelMethod/XfoilPanelEquationSet_btest.cpp
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxv_PiecewiseConstSourcePanel_FlatPlate3D.h
Commit 247783399896cb640cc32df5572576678f6bca71 by shunz
more cleanup on DG/HDG discretization unit tests, mostly related to IBL
The file was modified test/unit/Discretization/HDG/AlgebraicEquationSet_HDGAdvective_Line_IBL_airfoilOnly_btest.cpp
The file was modified test/unit/Discretization/HDG/AlgebraicEquationSet_HDGAdvective_Advection_btest.cpp
The file was modified test/unit/Discretization/DG/AlgebraicEquationSet_DGAdvective_Line_IBL_airfoilOnly_btest.cpp
The file was modified test/unit/Discretization/HDG/AlgebraicEquationSet_Hubtrace_HDGAdvective_IBL_btest.cpp
Commit 09ccec314e0cb26b351badbbee2f71076505da08 by shunz
cleanup & fixes to panel-IBL3 3x3 block discretization unit tests to keep up to date with IBL-related implementation
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBL_Quad_btest.cpp
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_IBLFourEqn_Quad_btest.cpp
Commit c0095b7e73daefa0e16e9caeeb16f5c85ec255b5 by shunz
removed redundant include
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_FP_Auxv_Auxi_IBL3_Quad_btest.cpp
Commit 981d93227382e2c3982b9ce9af75dc94e29526f7 by shunz
fixed miscellaneous XfoilPanel+IBL2 aes unit tests to stay up to date with latest IBL implementation
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_HubtraceHDGAdvIBL_CutCellNaturalTransition_Panel_btest.cpp
The file was modified src/Discretization/HDG/AlgebraicEquationSet_HDGAdvective_CutcellTransitionIBL.h
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_CutCellForcedTransitionIBL_Panel_btest.cpp
The file was modified src/Discretization/HDG/AlgebraicEquationSet_Hubtrace_HDGAdvective.h
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_HDGAdvIBL_Panel_btest.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_IBL_Panel_btest.cpp
The file was modified test/unit/Discretization/HDG/AlgebraicEquationSet_Hubtrace_HDGAdvective_IBL_btest.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_CutCellNaturalTransitionIBL_Panel_btest.cpp
The file was modified src/Discretization/HDG/AlgebraicEquationSet_Hubtrace_HDGAdvective_CutcellTransitionIBL.h
The file was removedtest/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_CutCellForcedTransitionIBLUniField_Panel_btest_outdated.cpp
The file was modified src/Discretization/HDG/AlgebraicEquationSet_HDGAdvective.h
The file was removedtest/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_CutCellNaturalTransitionIBLUniField_Panel_btest_outdated.cpp
Commit a637a1e68e585c621b5d40a8caa9e4ae0b658feb by shunz
cleaned up & fixed sandbox cases for XfoilPanel+IBL2D single run and drag polar for airfoil
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBLSplitAmpLag_CorrelationClosure_CapturedTransition_PTC_btest.cpp
The file was addedtest/sandbox/Solve2D_Coupled4x4_IBL_fx67k170_single_run_toy.cpp
The file was removedtest/sandbox/Solve2D_Coupled4x4_IBL_fx67k170_toy.cpp
The file was removedtest/sandbox/Solve2D_Coupled4x4_IBLSplitAmpLag_CorrelationClosure_CapturedTransition_PTC_toy.cpp
The file was modified test/sandbox/Solve2D_Coupled4x4_IBL_fx67k170_drag_polar_toy.cpp
Commit 42271870b3c344d43286aa255c89a15ebbb41070 by shunz
miscellanenous fixes of compile error and formatting style
The file was modified test/system/CodeConsistency/Solve2D_Uncoupled_HDGAdvectiveIBL_LamiBL_btest.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_FP_Auxv_Auxi_IBL3_Quad_btest.cpp
The file was modified src/Discretization/Galerkin/IntegrandInteriorTrace_Galerkin_manifold.h
The file was modified test/system/CodeConsistency/Solve2D_Uncoupled_DGAdvectiveIBLUniField_CorrelationClosure_LamiBL_btest.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBL_Triangle_btest.cpp
The file was removedtest/system/AnalyticSolve/AnalyticSolve_IBL3D_StagnationFlow_LamiBL_Triangle_btest.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBL_Quad_btest.cpp
The file was modified test/system/AnalyticSolve/AnalyticSolve2D_DGAdvective_IBLSplitAmpLag_StagnationFlow_LamiBL_btest.cpp
The file was modified test/sandbox/Solve3D_Uncoupled_IBLFourEqn_FlatPlate_Blasius_toy.cpp
The file was modified test/system/AnalyticSolve/AnalyticSolve3D_IBLFourEqn_StagnationFlow_LamiBL_Triangle_btest.cpp
The file was modified test/sandbox/Solve3D_Uncoupled_IBLFourEqn_FlatPlate_StagnationRadial_toy.cpp
The file was modified test/sandbox/Solve3D_Uncoupled_IBL_FlatPlate_Blasius_toy.cpp
The file was modified test/system/AnalyticSolve/AnalyticSolve2D_DGAdvective_IBL_StagnationFlow_SingleElem_LamiBL_btest.cpp
The file was addedtest/system/AnalyticSolve/AnalyticSolve3D_IBL3D_StagnationFlow_LamiBL_Triangle_btest.cpp
Commit 102d9aa5f2cfb93deaf176924062ee6ddb0f790a by shunz
removed uses of gradqn and q in Neumann and Dirichlet BCs respectively for potential flow
The file was modified test/unit/UserInterfaces/LIPSolver_btest.cpp
The file was modified test/unit/pde/FullPotential/BCLinearizedIncompressiblePotential3D_btest.cpp
The file was modified test/sandbox/Solve3D_CG_NACA_LIP_Drela_toy.cpp
The file was modified test/unit/pde/FullPotential/BCLinearizedIncompressiblePotential2D_sansLG_btest.cpp
The file was modified test/sandbox/Solve3D_CG_NACA_FP_Drela_toy.cpp
The file was modified test/sandbox/Solve3D_CG_NACA_FP_Virtual_toy.cpp
The file was modified test/sandbox/Solve3D_CG_NACA_FP_MD_toy.cpp
The file was modified test/sandbox/Solve3D_CG_FP_duct_toy.cpp
The file was modified src/UserInterfaces/capsAIM/sansLIPAIM.cpp
The file was modified test/unit/pde/FullPotential/BCIncompressiblePotentialTwoField2D_sansLG_btest.cpp
Commit 0e0c61f5614055a173f694e298cbb53b38c71856 by shunz
fixed some compile errors and formatting style
The file was modified test/unit/UnitGrids/XField3D_BoxBoundary_Quad_X1.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_FP_Auxv_Auxi_IBL3_Quad_btest.cpp
The file was modified src/pde/IBL/PDEIBL3D.h
Commit 6268270d3bc396df4e778ef9e9bf61d4f7f75f2a by shunz
updated pyrite check files for IBLFourEqn3D to use LF flux without mass correction
The file was modified test/system/IO/AnalyticSolve/IBLFourEqn3D_StagnationFlow_LamiBL_Triangle_nelem1d1_p0_Test.txt
The file was modified src/pde/IBL/PDEIBLFourEqn3D.h
The file was modified test/system/IO/AnalyticSolve/IBLFourEqn3D_StagnationFlow_LamiBL_Triangle_nelem1d2_p1_Test.txt
The file was modified test/system/IO/AnalyticSolve/IBLFourEqn3D_StagnationFlow_LamiBL_Triangle_nelem1d2_p0_Test.txt
The file was modified test/system/IO/AnalyticSolve/IBLFourEqn3D_StagnationFlow_LamiBL_Triangle_nelem1d1_p3_Test.txt
The file was modified test/system/IO/AnalyticSolve/IBLFourEqn3D_StagnationFlow_LamiBL_Triangle_nelem1d2_p3_Test.txt
The file was modified test/system/IO/AnalyticSolve/IBLFourEqn3D_StagnationFlow_LamiBL_Triangle_nelem1d1_p2_Test.txt
The file was modified test/system/IO/AnalyticSolve/IBLFourEqn3D_StagnationFlow_LamiBL_Triangle_nelem1d1_p4_Test.txt
The file was modified test/system/IO/AnalyticSolve/IBLFourEqn3D_StagnationFlow_LamiBL_Triangle_nelem1d2_p2_Test.txt
The file was modified test/system/IO/AnalyticSolve/IBLFourEqn3D_StagnationFlow_LamiBL_Triangle_nelem1d2_p4_Test.txt
The file was modified test/system/AnalyticSolve/AnalyticSolve3D_IBLFourEqn_StagnationFlow_LamiBL_Triangle_btest.cpp
The file was modified test/system/IO/AnalyticSolve/IBLFourEqn3D_StagnationFlow_LamiBL_Triangle_nelem1d1_p1_Test.txt
Commit f859d01f176e9b2c789116a1f24cca1725b11c59 by shunz
fixed miscellaneous unit tests related to coupled IBL
The file was modified test/unit/pde/IBL/ProjectToQauxi2D_btest.cpp
The file was modified src/Discretization/JacobianParam_impl.h
The file was modified test/unit/pde/IBL/ProjectToQauxi3D_btest.cpp
The file was modified src/pde/IBL/ProjectToQauxi2D.h
Commit 566e2334e64a0dfed562933430e3a72470f568d6 by shunz
fixed FP-IBL3 jacobian ping test
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_FP_Auxv_Auxi_IBL3_Quad_btest.cpp
Commit 5015072e9e330ab0afec636875d83deec063e7f3 by shunz
fixed a few compile errors and warnings related to a few sandbox test cases not up-to-date with latest FullPotential PDE/BC implementation
The file was modified test/sandbox/Solve3D_CG_NACA_FP_MD_toy.cpp
The file was modified src/pde/FullPotential/BCFullPotential3D.cpp
The file was modified src/Discretization/LIP_HACK/IntegrandBoundaryTrace_LinearScalar_sansLG_FP_HACK.h
The file was modified test/sandbox/Solve3D_CG_NACA_FP_Virtual_toy.cpp
The file was modified test/sandbox/Solve3D_CG_NACA_FP_Drela_toy.cpp
Commit eb1701fc586a0965fdf04f2d770b38ab4377ed99 by shunz
renamed class & files. re-org include.  started a LIP+IBL3 sandbox case by copying over FP-IBL3
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxv_FullPotential3D.h
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_FP_Auxv_Auxi_IBL3_Quad_btest.cpp
The file was removedsrc/pde/IBL/Residual_ProjectToQauxv_FullPotential3D.h
The file was addedsrc/pde/IBL/JacobianCellParam_ProjectToQauxv_FullPotential3D.h
The file was removedsrc/pde/IBL/JacobianParam_ProjectToQauxv_FullPotential3D.h
The file was modified test/sandbox/Solve2D_Coupled4x4_IBL_fx67k170_drag_polar_toy.cpp
The file was modified test/sandbox/Solve3D_Coupled_FP_IBL3_duct_toy.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBL_Quad_btest.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_CutCellForcedTransitionIBL_Panel_btest.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_HDGAdvIBL_Panel_btest.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_CutCellNaturalTransitionIBL_Panel_btest.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_HubtraceHDGAdvIBL_CutCellNaturalTransition_Panel_btest.cpp
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxv_PiecewiseConstSourcePanel_FlatPlate3D.h
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxv_XfoilPanel.h
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_FittedTransition_TwoLayerNewton_btest.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBL_Triangle_btest.cpp
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBLSplitAmpLag_CorrelationClosure_CapturedTransition_PTC_btest.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_IBL_Panel_btest.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBLFourEqn_Quad_btest.cpp
The file was addedsrc/pde/IBL/ResidualCell_ProjectToQauxv_FullPotential3D.h
The file was modified test/sandbox/Solve2D_Coupled4x4_IBL_fx67k170_single_run_toy.cpp
The file was addedtest/sandbox/Solve3D_Coupled_LIP_IBL3_duct_toy.cpp
The file was modified test/sandbox/Solve3D_Coupled3x3_IBLFourEqn_FlatPlate_torpedo_agrid45_toy.cpp
Commit 99a05540d4dafb82e8f6bfdd9ddab8fffe3ad0f3 by shunz
allows FP-IBL3 jacobian ping test to run longer on Jenkins
The file was modified test/unit/Discretization/Block/CMakeLists.txt
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_FP_Auxv_Auxi_IBL3_Quad_btest.cpp
Commit c2ae4eea42a3c9b66b779c76eb1f6396be7a5a43 by shunz
fixed unit test of auxv aes for 3D full potential
The file was modified test/unit/Discretization/Galerkin/AlgebraicEquationSet_ProjectToQauxv_FullPotential3D_btest.cpp
Commit b74cc49345160663866fb355a4033c78d5b88ab7 by shunz
Reverted some changes in the use of LIP BCs.  These changes should NOT have been made
The file was modified test/unit/UserInterfaces/LIPSolver_btest.cpp
The file was modified test/unit/pde/FullPotential/BCIncompressiblePotentialTwoField2D_sansLG_btest.cpp
The file was modified test/sandbox/Solve3D_CG_NACA_LIP_Drela_toy.cpp
The file was modified test/unit/pde/FullPotential/BCLinearizedIncompressiblePotential3D_btest.cpp
The file was modified test/unit/pde/FullPotential/BCLinearizedIncompressiblePotential2D_sansLG_btest.cpp
The file was modified src/UserInterfaces/capsAIM/sansLIPAIM.cpp
Commit a7aedc08ba58c9714abf169c06330666773efaab by shunz
relocated a unit test to IBL folder
The file was modified test/unit/pde/IBL/CMakeLists.txt
The file was removedtest/unit/Discretization/Galerkin/AlgebraicEquationSet_ProjectToQauxv_FullPotential3D_btest.cpp
The file was addedtest/unit/pde/IBL/AlgebraicEquationSet_ProjectToQauxv_FullPotential3D_btest.cpp
Commit cfc94320ba62cd5821ba7ea039c78a02d7012abe by shunz
passed a few ping tests related to coupled IBL3
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBLFourEqn_Quad_btest.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_FP_Auxv_Auxi_IBL3_Quad_btest.cpp
Commit c741c7a1ef053d1fb05c5e5115f0582ca47e175a by shunz
fixed two unit tests troubled by misuse of MPI communicator
The file was modified test/unit/UnitGrids/XField3D_BoxBoundary_Quad_X1_btest.cpp
The file was modified test/unit/Field/Field_DG_BoundaryTrace_matchAreaCell_btest.cpp
Commit 0d0cd3f39cadcbdcf9a8a9a55ef4c8cab1463068 by shunz
refactored some explicit instantiations for better generality and less tedious code
The file was modified src/pde/FullPotential/PDELinearizedIncompressiblePotential3D.h
The file was modified test/sandbox/Solve3D_Coupled_LIP_IBL3_duct_toy.cpp
The file was modified src/LinearAlgebra/NonZeroPatternType.h
The file was modified src/LinearAlgebra/VectorType.h
The file was modified src/LinearAlgebra/SparseLinAlg/ScalarMatrix_CRS_int.cpp
Commit 4b39b3445d01843da66b8391a71019f994989c5b by shunz
use MatrixS_or_T instead of MatrixS to account for the case of MatrixQ=Real
The file was modified src/pde/IBL/JacobianParam_FullPotential_Qauxi.h
Commit 6549aae64f90ad9d55d44d364ca4f408c99f487b by shunz
relaxed time limit for a block jacobian ping test on Jenkins.  trying to fix an undefined reference error by altering the order of loading lib in CMakeLists
The file was modified test/unit/Discretization/Block/CMakeLists.txt
The file was modified test/unit/pde/IBL/CMakeLists.txt
Commit 4d6ede7499e2d6b203386d538c9241079ce31731 by shunz
rename/reorg files/classes to remove FullPotential 3D specificity from Auxv equation implementation
The file was addedsrc/pde/IBL/AlgebraicEquationSet_ProjectToQauxv_3D.h
The file was removedtest/unit/pde/IBL/AlgebraicEquationSet_ProjectToQauxv_FullPotential3D_btest.cpp
The file was removedsrc/pde/IBL/ResidualCell_ProjectToQauxv_FullPotential3D.h
The file was removedsrc/pde/IBL/IntegrandCell_ProjectToQauxv_FullPotential3D.h
The file was removedsrc/pde/IBL/JacobianCellParam_ProjectToQauxv_FullPotential3D.h
The file was addedtest/unit/pde/IBL/AlgebraicEquationSet_ProjectToQauxv_3D_btest.cpp
The file was addedsrc/pde/IBL/JacobianCellParam_ProjectToQauxv.h
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_FP_Auxv_Auxi_IBL3_Quad_btest.cpp
The file was addedsrc/pde/IBL/IntegrandCell_ProjectToQauxv3D.h
The file was removedsrc/pde/IBL/AlgebraicEquationSet_ProjectToQauxv_FullPotential3D.h
The file was modified test/sandbox/Solve3D_Coupled_LIP_IBL3_duct_toy.cpp
The file was addedsrc/pde/IBL/ResidualCell_ProjectToQauxv.h
The file was modified test/sandbox/Solve3D_Coupled_FP_IBL3_duct_toy.cpp
Commit e41ced23ba46ba2560963fb29f1443695f0f40d2 by shunz
Relocated Matrix PDE_Qauxi typedef into PDE class in lieu of integrand class
The file was modified src/pde/FullPotential/PDEFullPotential3D.h
The file was modified src/Discretization/Galerkin/JacobianBoundaryTrace_Galerkin_DerivativeWithBCDataFieldQauxi.h
The file was modified src/Discretization/LIP_HACK/IntegrandBoundaryTrace_LinearScalar_sansLG_FP_HACK.h
The file was modified src/pde/FullPotential/PDELinearizedIncompressiblePotential3D.h
Commit 8fbc62cbe044ddd9e836890c153ec3e443987d37 by shunz
Looks like Jenkins censored the previous commit msg cuz it contains the word 'e-r-r-o-r'. Amend the commit msg now. relaxed time limit for a block jacobian ping test on Jenkins.  trying to fix an undefined reference e-r-r-o-r by altering the order of loading lib in CMakeLists
The file was modified test/unit/Discretization/Block/CMakeLists.txt
The file was modified test/unit/pde/IBL/CMakeLists.txt
Commit 5ff8f77fc9a813abdd18ed5bed549a5dbdd44479 by shunz
make a method protected as it is not a necessary API for mitLG BC
The file was modified src/pde/IBL/BCIBL3D.h
Commit cee4372d25509885043c1c61f3eea46a46b87e7b by shunz
Add comments.  Make basis functions class members to reduce re-allocating memory during operator calls
The file was modified src/Discretization/LIP_HACK/IntegrandBoundaryTrace_LinearScalar_sansLG_FP_HACK.h
The file was modified src/Discretization/Galerkin/IntegrandBoundaryTrace_Dirichlet_mitLG_Galerkin.h
Commit efa38db2a110df6e4342c127e8e228d24651dcf5 by shunz
Refactored LIP PDE to prep it to be run with coupled IBL3.  Added Dirichlet_mitLG BC for LIP
The file was addedsrc/Discretization/LIP_HACK/IntegrandBoundaryTrace_LinearScalar_sansLG_Galerkin_LIP_HACK.h
The file was modified src/pde/NDConvert/BCNDConvertSpace3D.h
The file was modified src/pde/FullPotential/BCLinearizedIncompressiblePotential3D.cpp
The file was modified src/pde/FullPotential/PDELinearizedIncompressiblePotential3D.h
The file was modified src/pde/FullPotential/BCLinearizedIncompressiblePotential3D.h
The file was modified test/sandbox/Solve3D_Coupled_LIP_IBL3_duct_toy.cpp
Commit 9336538a3c6533fee950c040286c3bcf3add6165 by shunz
relaxed machine precision level tolerance in a unit test for intel compiler to pass
The file was modified test/unit/pde/IBL/ProjectToQauxi3D_btest.cpp
Commit 35f5838a117abb791b13b569ccb187f009421d14 by shunz
Replaced tedious & repetitive block matrix instantiation statements with macro definitions. Added explicit instantiations for MatrixBlock_4x4 for LIP-IBL3 coupling
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/MKL_PARDISO/MKL_PARDISOSolver_MatrixBlock_4x4_Instantiate.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/ScalarMatrix_CRS_int.cpp
The file was modified src/NonLinearSolver/NewtonSolver_MatrixBlock_4x4_Instantiate.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixBlock_3x3_Instantiate.cpp
The file was modified src/NonLinearSolver/LineUpdate/HalvingSearchLineUpdate_MatrixBlock_4x4_Instantiate.cpp
The file was modified src/NonLinearSolver/NewtonSolver_MatrixBlock_3x3_Instantiate.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/MKL_PARDISO/MKL_PARDISOSolver_MatrixBlock_3x3_Instantiate.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver_MatrixBlock_3x3_Instantiate.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver_MatrixBlock_4x4_Instantiate.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/Krylov/FGMRES_MatrixBlock_4x4_Instantiate.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixBlock_4x4_Instantiate.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/Krylov/FGMRES_MatrixBlock_3x3_Instantiate.cpp
Commit f6f82da079f78566c194516055692aab6c8e2e73 by shunz
Replaced tedious & repetitive block matrix instantiation statements with macro definitions. Added explicit instantiations for MatrixBlock_4x4 for LIP-IBL3 coupling
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixBlock_4x4_Instantiate.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver_MatrixBlock_3x3_Instantiate.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/Krylov/FGMRES_MatrixBlock_3x3_Instantiate.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver_MatrixBlock_4x4_Instantiate.cpp
The file was modified src/NonLinearSolver/NewtonSolver_MatrixBlock_4x4_Instantiate.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/Krylov/FGMRES_MatrixBlock_4x4_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/LinearAlgebra/DenseLinAlg/StaticSize/MatMul/MatrixS_MatMul_Native_Real_Instantiate.cpp
The file was modified src/NonLinearSolver/LineUpdate/HalvingSearchLineUpdate_MatrixBlock_4x4_Instantiate.cpp
The file was modified src/NonLinearSolver/NewtonSolver_MatrixBlock_3x3_Instantiate.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/MKL_PARDISO/MKL_PARDISOSolver_MatrixBlock_4x4_Instantiate.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/MKL_PARDISO/MKL_PARDISOSolver_MatrixBlock_3x3_Instantiate.cpp
Commit 02440adb87cb58f08423082941cc0b18f7933e71 by shunz
fixed some lingering merge conflicts
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/MKL_PARDISO/MKL_PARDISOSolver_MatrixBlock_4x4_Instantiate.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/MKL_PARDISO/MKL_PARDISOSolver_MatrixBlock_3x3_Instantiate.cpp
Commit 4ba506c74d0b0f51f8240bae953f4608d5de7f27 by shunz
fix no-return warnings in a function with non-void return type
The file was modified src/pde/FullPotential/BCFullPotential3D.h
Commit 9673a24ab9343efbeae5642e42ae5906e4fedbb9 by shunz
refactored miscellaneous unit tests. added missing explicit instantiation for 4x4 block matrix
The file was modified test/unit/LinearAlgebra/BlockLinAlg/MatrixBlock_4x4_SparseMatrix_CRS_btest.cpp
The file was modified test/unit/pde/FullPotential/PDELinearizedIncompressiblePotential3D_btest.cpp
The file was modified src/pde/FullPotential/PDELinearizedIncompressiblePotential3D.h
The file was modified src/LinearAlgebra/SparseLinAlg/ScalarMatrix_CRS_int.cpp
The file was modified test/unit/IO/BlockLinAlg/MatrixBlock4x4_MatrixD_SparseMatrix_CRS_MatrixS.mm
Commit 4be62858ac2020e8ecf158832ba1a61cc94886b4 by shunz
added option of Dirichlet_mitLG for LIP test --> result matches LinearScalar_sansLG, so not need bother with mitLG
The file was modified test/sandbox/Solve3D_Coupled_LIP_IBL3_duct_toy.cpp
Commit ab8ee4fe5358cf3575b9d0fae8556c2b5b72290a by shunz
fix missing return statement issue
The file was modified src/pde/FullPotential/BCFullPotential3D.h
Commit f09fd6ec624cbd3802fd95b92c2ccb4b11d52958 by shunz
minor cleanup
The file was modified src/pde/FullPotential/BCFullPotential3D.h
The file was modified src/Discretization/LIP_HACK/IntegrandBoundaryTrace_LinearScalar_sansLG_FP_HACK.h
Commit 824e0642459f541a49331ff45025e635a4a06ac2 by shunz
add state validity check assertions for Auxv projection integrand class
The file was modified src/pde/IBL/IntegrandCell_ProjectToQauxv3D.h
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxv_3D.h
The file was modified test/sandbox/Solve3D_Coupled_LIP_IBL3_duct_toy.cpp
Commit f53ad62b951825b249c44768430c7dc43ca1b36b by shunz
refactored LIP BC and PDE to enable coupled LIP-IBL3 test case to run
The file was modified src/pde/FullPotential/BCLinearizedIncompressiblePotential3D.h
The file was modified src/pde/FullPotential/BCLinearizedIncompressiblePotential3D.cpp
The file was modified test/sandbox/Solve3D_Coupled_LIP_IBL3_duct_toy.cpp
The file was modified src/pde/FullPotential/PDELinearizedIncompressiblePotential3D.h
The file was modified src/Discretization/LIP_HACK/IntegrandBoundaryTrace_LinearScalar_sansLG_Galerkin_LIP_HACK.h
The file was modified test/unit/IO/pde/BCLinearizedIncompressiblePotential3D_pattern.txt
Commit cc80e3e5c2d827f58f341db84a8d7ffc6b98b617 by shunz
simply renamed some variables for brevity
The file was modified test/sandbox/Solve3D_Coupled3x3_IBLFourEqn_FlatPlate_torpedo_agrid45_toy.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBL_Triangle_btest.cpp
The file was modified src/pde/IBL/BCIBL3D.cpp
The file was modified test/sandbox/Solve3D_Coupled_FP_IBL3_duct_toy.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_FP_Auxv_Auxi_IBL3_Quad_btest.cpp
The file was modified src/pde/IBL/BCIBL3D.h
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
The file was modified test/sandbox/Solve3D_Coupled_LIP_IBL3_duct_toy.cpp
The file was modified test/sandbox/Solve3D_Uncoupled_IBLFourEqn_FlatPlate_Blasius_toy.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBLFourEqn_Quad_btest.cpp
Commit 4b5ee22cd72a15607f1447be47772ccbaef3f864 by shunz
speed up LIP-IBL3 run by initializing with Falkner-Skan solution and solving IBL3 in uncoupled mode
The file was modified test/sandbox/Solve3D_Coupled_LIP_IBL3_duct_toy.cpp
Commit e3cdc168f95de46417f31c62ce85548e2cc1f3ea by shunz
make IBL3 LF vs Full upwind flux choice a runtime decision
The file was modified src/pde/IBL/PDEIBLFourEqn3D.h
The file was modified test/sandbox/Solve3D_Coupled_LIP_IBL3_duct_toy.cpp
Commit 0753ce99df2f792da50dcb216e58245ff675d791 by shunz
fix typos that caused compile errors
The file was modified src/Discretization/LIP_HACK/IntegrandBoundaryTrace_LinearScalar_sansLG_FP_HACK.h
The file was modified src/pde/IBL/PDEIBLFourEqn3D.h
Commit e691cbcd5ddf107c881662a4039a200e9fbe1e59 by shunz
add unit tests to 4-equation 3D IBL PDE
The file was addedtest/unit/pde/IBL/PDEIBLFourEqn3D_btest.cpp
Commit 7385f7a61c20c25ad022554e900411cbc8c649b1 by shunz
add explicit instantiation
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixBlock_4x4_Instantiate.cpp
Commit aa35ee016f59d88c39d5cfa8dcc4abcb98162495 by shunz
set minimum IBL output field order to be 1
The file was modified test/sandbox/Solve3D_Coupled_LIP_IBL3_duct_toy.cpp
Commit 9f3f5a82c857e11c3e4d8faba3ca471a7b75531e by shunz
add/refactor explicit instantiations
The file was modified test/sandbox/Solve3D_Coupled_LIP_IBL3_duct_toy.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/MKL_PARDISO/MKL_PARDISOSolver_MatrixBlock_3x3_Instantiate.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/Krylov/FGMRES_MatrixBlock_3x3_Instantiate.cpp
The file was modified src/NonLinearSolver/LineUpdate/HalvingSearchLineUpdate_MatrixBlock_3x3_Instantiate.cpp
The file was modified src/LinearAlgebra/DenseLinAlg/StaticSize/MatMul/MatrixS_MatMul_Native_Surreal_Instantiate.cpp
Commit fd3c626d223404d65fe60f99927458a9c7ec6ac7 by shunz
fixed issues with uninitialized data in boundary integand, which became a problem due to recent refactoring to 3D LIP BC (i.e. swtich from assignment to cumulation in data(...)).  Some other fixes to compile warnings
The file was modified src/pde/FullPotential/BCLinearizedIncompressiblePotential3D.h
The file was modified src/Discretization/Galerkin/IntegrandBoundaryTrace_LinearScalar_sansLG_Galerkin.h
Commit 3974dc01c1e06fd7ddbd954786cdc5508f95d830 by shunz
Tried a few more duct geometries for IBL3
The file was modified test/sandbox/Solve3D_Coupled_LIP_IBL3_duct_toy.cpp
The file was modified test/unit/UnitGrids/XField3D_Box_Hex_X1.h
The file was modified test/unit/UnitGrids/XField3D_Box_Hex_X1.cpp
Commit 395bfaf93701bb3eae6cd173deaa6b4797f632e7 by allmaras
fix for messed up merge conflict
The file was modified src/Discretization/LIP_HACK/IntegrandBoundaryTrace_LinearScalar_sansLG_FP_HACK.h
Commit 5d6449e9d783a788537d99df7dddc09d181abd66 by shunz
fix typo in comments
The file was modified test/unit/UnitGrids/XField3D_BoxBoundary_Quad_X1.h
Commit 95f231601640f45af74d99ebb3e8093d512ec1e6 by allmaras
fix for messed up merge conflict
The file was modified src/Discretization/LIP_HACK/IntegrandBoundaryTrace_LinearScalar_sansLG_FP_HACK.h
Commit 5c9fde7aa4a58b43552bf822cc9dc207ad7f0204 by allmaras
added checks on SANS_AVRO and SANS_REFINE
The file was modified test/sandbox/Adapt2D_DGAdvective_Euler_Joukowski_Pointwise_toy.cpp
Commit 7a55ed195fd94c7fe07190002ada3cfe345b8611 by shunz
add a manifold (area) grid based on four sides of a box that form a ring
The file was addedtest/unit/UnitGrids/XField3D_BoxBoundaries_Quad_X1.h
The file was modified test/unit/UnitGrids/CMakeLists.txt
The file was addedtest/unit/UnitGrids/XField3D_BoxBoundaries_Quad_X1_btest.cpp
The file was modified test/unit/UnitGrids/XField3D_BoxBoundary_Quad_X1_btest.cpp
The file was addedtest/unit/UnitGrids/XField3D_BoxBoundaries_Quad_X1.cpp
Commit 3f684038320816aa9f5ce0783db4ced279f4a678 by deanna.sewell
Added deanna.sewell@colorado.edu to DeveloperEmailAddresses
The file was modified DeveloperEmailAddresses
Commit ad5dfba6f2b78225c0b5b1e551cc7980f2f4609b by shunz
add to unit tests of BoxBoundaries grid (duct ring)
The file was modified test/unit/UnitGrids/XField3D_BoxBoundaries_Quad_X1_btest.cpp
Commit 44a666d9c154c1e91d8f46d9f72c02639d516079 by allmaras
reverted OutputCell_SolutionErrorSquared to its former functionality (input is Real/VectorS,
output is same); added OutputCell_SolutionErrorL2 that takes Real/VectorS and
returns a scalar Real; unit tests for both
The file was addedsrc/pde/OutputCell_SolutionErrorL2.h
The file was modified src/pde/OutputCell_SolutionErrorSquared.h
The file was modified test/unit/pde/OutputCell_SolutionErrorSquared_btest.cpp
The file was addedtest/unit/pde/OutputCell_SolutionErrorL2_btest.cpp
Commit 2dff6b5f2eeb18cd56506e964c74d2cf764620c0 by allmaras
sans-Lagrange adiabatic & isothermal no-slip BCs for NS
The file was modified src/pde/NS/BCNavierStokes3D_Robin_sansLG.h
The file was addedtest/unit/pde/NS/BCNavierStokes2D_Robin_sansLG_btest.cpp
The file was modified test/unit/pde/NS/BCNavierStokes3D_Robin_sansLG_btest.cpp
The file was addedsrc/pde/NS/BCNavierStokes2D_Robin_sansLG.h
Commit 51ed427a96315f6e8a80748f623cf8eddd4e0688 by allmaras
relaxed tolerance on unit test
The file was modified test/unit/Discretization/Galerkin/JacobianCell_Galerkin_AD_ArtificialViscosity_btest.cpp
Commit 9a9535c8d05223ba7c7c940d0429e91771cf9961 by allmaras
modified speedCharacteristic for AD with zero advective flux
The file was modified src/pde/AdvectionDiffusion/PDEAdvectionDiffusion2D.h
The file was modified test/unit/pde/Distance/PDEEikonal_Distance2D_btest.cpp
Commit 03fc48c2301e446a6d1b2da8b22aaf5578f3889f by shunz
refactoring of BoxBoundary grid: group indexing and area_cell to volume_boundary mapping
The file was modified test/unit/pde/IBL/AlgebraicEquationSet_ProjectToQauxv_3D_btest.cpp
The file was modified test/sandbox/Solve3D_CG_FP_duct_toy.cpp
The file was modified test/sandbox/Solve3D_Coupled_LIP_IBL3_duct_toy.cpp
The file was modified test/unit/UnitGrids/XField3D_BoxBoundary_Quad_X1.cpp
The file was modified test/unit/UnitGrids/XField3D_BoxBoundary_Quad_X1.h
The file was modified test/unit/UnitGrids/XField3D_BoxBoundary_Quad_X1_btest.cpp
The file was modified test/unit/Field/Field_DG_BoundaryTrace_matchAreaCell_btest.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_FP_Auxv_Auxi_IBL3_Quad_btest.cpp
The file was modified test/unit/UnitGrids/XField3D_BoxBoundaries_Quad_X1.cpp
Commit 38ec31aa2bf3224b6120837962935e059a0118f5 by shunz
add a test case of LIP-IBL3 for IBL3 on a duct ring (i.e. 4 side walls of a box)
The file was addedtest/sandbox/Solve3D_Coupled_LIP_IBL3_duct_ring_toy.cpp
Commit ea8f4a0eeaa76c2c611dbee69f61520384b00667 by allmaras
added sans-Lagrange no-slip BC types to 2D NS
The file was modified src/pde/NS/BCNavierStokes2D.cpp
The file was modified src/pde/NS/BCNavierStokes2D.h
Commit c0bc0c528805e05c4f06bf0e9b72ffc222019b32 by allmaras
MatrixS_MatMul instantiations needed for sans-Lagrange no-slip BCs for NS
The file was modified src/LinearAlgebra/DenseLinAlg/StaticSize/MatMul/MatrixS_MatMul_Native_MatrixS_Instantiate.cpp
Commit c82d1493b554131befd9144fcc3315e579905b5c by galbramc
Explicitly only use one OpenMP thread for PETSc with MPI
The file was modified test/PETSc_fixture.cpp
The file was modified CMakeInclude/Builds/BuildPETSC.cmake
Commit 4b07c18241bb64de813aeddf6d5753818ba0c459 by allmaras
mat-mul needed for sans-Lagrange no-slip BCs for NS
The file was modified src/LinearAlgebra/DenseLinAlg/StaticSize/MatMul/MatrixS_MatMul_Native_Surreal_Instantiate.cpp
Commit d9cb4b2ca63b3004042a1bc63ee124618589f0b9 by shunz
minor refactoring
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxv_PiecewiseConstSourcePanel_FlatPlate3D.h
Commit eff964c96ba2e8fb001a729e78f924d3e18d30aa by allmaras
added IO files for sans-Lagrange no-slip BCs for NS
The file was addedtest/unit/IO/pde/NS/BCNavierStokes3D_Robin_sansLG_pattern.txt
The file was addedtest/unit/IO/pde/NS/BCNavierStokes2D_Robin_sansLG_pattern.txt
Commit 44cc992338e8ca2a127ed598e4745dcc19df2ca8 by shunz
playing with laminar and turbulent cases for LIP+IBL3
The file was modified test/sandbox/Solve3D_Coupled_LIP_IBL3_duct_toy.cpp
Commit 26660123822ac7fd4b53b884cb14c3f8267ed31c by shunz
minor cleanup
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBLFourEqn_Quad_btest.cpp
Commit 52c00e83269825ef757016cb43342b494edd1652 by shunz
Turned off full jacobian ping test for 3-eq IBL Quad.  Also some minor clean.
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBL_Quad_btest.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_FP_Auxv_Auxi_IBL3_Quad_btest.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBL_Triangle_btest.cpp
Commit d0efc54cd7750ebbc5d80d4f3cd41bdbe49d4acf by shunz
 Correction to last commit message: should be "Turned ON full test"
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBL_Quad_btest.cpp
Commit e3e6e064394287f8469f1ad51391d85172faa6a4 by allmaras
changes to HDG FieldWeighted integral for sans-Lagrange no-slip BCs for NS; note
FieldWeighted is non-functional and will throw an exception if executed
The file was modified src/Discretization/HDG/AlgebraicEquationSet_HDG.h
The file was modified src/Discretization/HDG/IntegrandBoundaryTrace_Robin_sansLG_HDG.h
Commit ae0261c705076e8f5f94407149a9eee335d24484 by galbramc
Added deltaRef for body force viscous terms
The file was modified src/UserInterfaces/BodyForceSolver_impl.h
The file was addedsrc/Field/NormalField/DeltaRef/DeltaRefStorage.h
The file was modified src/Field/NormalField/NormalField.h
The file was modified src/pde/NS/BCEulermitAVSensor3D.h
The file was modified src/Field/CMakeLists.txt
The file was addedsrc/Field/NormalField/DeltaRef/ProjectDeltaRef.cpp
The file was addedsrc/Field/NormalField/DeltaRef/ProjectDeltaRef.h
The file was modified test/unit/Discretization/GloballyConstrained/Ping_Euler_RotorSource_btest.cpp
The file was modified src/BasisFunction/BasisFunctionVolume_Projection.cpp
The file was modified test/unit/Field/NormalField_btest.cpp
The file was modified src/Field/output_Tecplot/output_Tecplot_FieldVolume.cpp
The file was addedsrc/Field/NormalField/DeltaRef/DeltaRefTable.h
The file was modified src/Field/FieldBaseVolume_Instantiate.cpp
The file was modified src/pde/NS/PDEEuler3D_RotorSource.h
The file was addedsrc/Field/NormalField/DeltaRef/ProjectDeltaRef_KDVertex.h
The file was modified src/Field/NormalField/NormalField_Volume.cpp
The file was modified src/LinearAlgebra/DenseLinAlg/DynamicSize/MatMul/MatMul_Native_Real.cpp
The file was modified CMakeInclude/Builds/BuildPETSC.cmake
The file was addedsrc/Field/NormalField/DeltaRef/DeltaRefEmpty.h
The file was modified src/Field/FieldVolume_Instantiate_3D.cpp
The file was modified src/Field/FieldVolume_DG_Cell_Instantiate_3D.cpp
The file was modified test/unit/pde/NS/PDEEulermitAVDiffusion3D_RotorSource_btest.cpp
The file was modified src/Meshing/EGADS/RotorSource/Rotor.cpp
The file was modified src/Meshing/EGADS/RotorSource/Rotor.h
The file was addedsrc/Field/NormalField/DeltaRef/DeltaRefStorage.cpp
The file was modified src/Field/FieldVolume_CG_Cell_Instantiate_3D.cpp
The file was modified test/PETSc_fixture.cpp
The file was addedsrc/Field/NormalField/DeltaRef/DeltaRefTable.cpp
The file was modified src/UserInterfaces/PythonUI/PySANS_BodyForce.cpp
The file was modified src/BasisFunction/BasisFunctionArea_Projection.cpp
The file was addedsrc/Field/output_Tecplot/output_Tecplot_SA_VMSDBR2.cpp
The file was modified src/UserInterfaces/BodyForceSolver.h
Commit b6c5cd6e236197bec9660e60eb5aa0f13d4bc80c by shunz
some cleanup on panel-IBL3 sandbox case
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxv_PiecewiseConstSourcePanel_FlatPlate3D.h
The file was modified test/sandbox/Solve3D_Coupled3x3_IBLFourEqn_FlatPlate_torpedo_agrid45_toy.cpp
Commit 1df02214ccc8f8fcc80f241a38901738b25e8284 by galbramc
Add missing includes
The file was modified src/Field/NormalField/DeltaRef/DeltaRefStorage.cpp
The file was modified src/Field/NormalField/DeltaRef/DeltaRefTable.h
Commit 73f08b78d1eea94d28f45c41f48b11f3277489dd by galbramc
Forgot a file
The file was modified src/LinearAlgebra/DenseLinAlg/DynamicSize/MatrixD_InverseLU_Real_Instantiate.cpp
Commit c8344c7494bafbe5ce762b8f134f9a8e90a8f792 by galbramc
Separate constant and quadratic body force viscous terms
The file was modified test/unit/Discretization/GloballyConstrained/Ping_Euler_RotorSource_btest.cpp
The file was modified src/pde/NS/PDEEuler3D_RotorSource.h
Commit 3db281a7927eaa2d407c7290845d16a081c85815 by shunz
fixed compile error and warning
The file was modified test/unit/UnitGrids/XField3D_BoxBoundaries_Quad_X1.h
The file was modified test/sandbox/Solve3D_CG_FP_duct_toy.cpp
Commit 3f8b4bc37837f8bce150c561dabf0b95e0d6b6b0 by shunz
Turned on full jacobian ping test for coupled panel+IBL3 (3-eq)
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBL_Quad_btest.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBL_Triangle_btest.cpp
Commit a397fada072b871613b0c3575ee74054278c8db0 by shunz
Turned on more jacobian ping test
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBLFourEqn_Quad_btest.cpp
Commit 65c146f2c43be26dae4754997c4822e269926de7 by galbramc
Fix link error
The file was modified src/Field/FieldVolume_CG_Cell_Instantiate_3D.cpp
The file was modified test/unit/Field/Field3D_CG_Tetrahedron_btest.cpp
Commit 732494376372c4df1e20729a604e336fa599ba14 by galbramc
Fix Newton iteration separator
The file was modified src/NonLinearSolver/NewtonSolver_impl.h
Commit cb95211397d6a660c987ed7e582ba3200b17963e by galbramc
Update unit test
The file was modified test/unit/pde/NS/PDEEuler3D_RotorSource_btest.cpp
The file was modified src/pde/NS/PDEEuler3D_RotorSource.h
Commit cd7e4f9af3e8039c6324601f796e2d6e45969f2b by shunz
refactored panel-IBL3 case running setup
The file was modified test/sandbox/Solve3D_Coupled3x3_IBLFourEqn_FlatPlate_torpedo_agrid45_toy.cpp
Commit ea495a3512a0e298daf3a81cde804e5158b9a68b by shunz
Output IBL results of mass defect flux in lieu of dummy output of qz_X
The file was modified src/pde/IBL/ElementProjectionOutputIBL3D.h
Commit 25849cbc3d23a9f572e4732f7661e93d1c0c9268 by allmaras
bug fix: consistent definition of w and b fields in FieldWeighted
The file was modified src/Discretization/HDG/IntegrandBoundaryTrace_Robin_sansLG_HDG.h
Commit 6775629208e260c6dcb411ba1906c2fa3ef1c779 by shunz
Refactored sandbox case setup: panel-IBL3, LIP-IBL3
The file was modified test/sandbox/Solve3D_Coupled_LIP_IBL3_duct_toy.cpp
The file was modified test/sandbox/Solve3D_Coupled_LIP_IBL3_duct_ring_toy.cpp
The file was modified test/sandbox/Solve3D_Coupled3x3_IBLFourEqn_FlatPlate_torpedo_agrid45_toy.cpp
Commit f3377a25047480705f6ebd627babc740c25a8814 by galbramc
Forgot to suppress one output
The file was modified test/unit/Discretization/GloballyConstrained/Ping_Euler_RotorSource_btest.cpp
Commit f6ebae0728c43360f7767e2b1a3f590560e5cf40 by galbramc
Return results from Constrained body force solver
The file was modified src/UserInterfaces/BodyForceSolver_impl.h
Commit 24078d245119de5e1f7a87c0cec12d8acf80d0fb by shunz
fix style
The file was modified test/unit/UnitGrids/XField3D_Box_Hex_X1.cpp
Commit dce13cb65d9a0f0fc93c0c3b4f75135da3d94262 by shunz
refactor and unit test Auxv equation for 3D flate plate panel
The file was addedtest/unit/pde/IBL/AlgebraicEquationSet_ProjectToQauxv_PiecewiseConstSourcePanel_FlatPlate3D_Quad_btest.cpp
The file was modified src/Discretization/Galerkin/IntegrandCell_ProjectFunction.h
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxv_PiecewiseConstSourcePanel_FlatPlate3D.h
The file was modified test/unit/pde/IBL/AlgebraicEquationSet_ProjectToQauxv_3D_btest.cpp
The file was addedtest/unit/pde/IBL/AlgebraicEquationSet_ProjectToQauxv_PiecewiseConstSourcePanel_FlatPlate3D_Triangle_btest.cpp
Commit 2e6e3afbd0588d5da919730e3f93c84d2096d2bc by shunz
minor cleanup
The file was modified test/sandbox/Solve3D_Coupled3x3_IBLFourEqn_FlatPlate_torpedo_agrid45_toy.cpp
Commit 8db5073e006ea5a8d361f8fa4c5538b4f27c6546 by shunz
Refactor Auxv equation of 3D flat plate panel method to allow for CG p1 qauxvfld for better DOF efficiency
The file was modified test/unit/pde/IBL/AlgebraicEquationSet_ProjectToQauxv_PiecewiseConstSourcePanel_FlatPlate3D_Triangle_btest.cpp
The file was modified src/PanelMethod/FunctionEvalQauxv_IBL_PiecewiseConstSourcePanel_FlatPlate3D.h
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBL_Quad_btest.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBL_Triangle_btest.cpp
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxv_PiecewiseConstSourcePanel_FlatPlate3D.h
The file was modified src/PanelMethod/PiecewiseConstSourcePanel_FlatPlate3D.h
The file was modified test/unit/pde/IBL/AlgebraicEquationSet_ProjectToQauxv_PiecewiseConstSourcePanel_FlatPlate3D_Quad_btest.cpp
The file was modified test/sandbox/Solve3D_Coupled3x3_IBLFourEqn_FlatPlate_torpedo_agrid45_toy.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBLFourEqn_Quad_btest.cpp
Commit 17c13cb2768929667ae9d275d0442359feedfb76 by galbramc
Fix bug in deltaRef reduction process
The file was modified src/Field/NormalField/DeltaRef/DeltaRefStorage.cpp
Commit ba4fc5b3092ad1eff7e165ec171f3f16aad6a033 by allmaras
fix warning messages
The file was modified test/sandbox/Adapt2D_DGAdvective_Euler_Joukowski_Pointwise_toy.cpp
The file was modified src/Discretization/Potential_Adjoint/IntegrandBoundaryTrace_WakeCut_CG_FP_Virtual.h
The file was modified test/unit/pde/OutputCell_SolutionErrorSquared_btest.cpp
The file was modified test/unit/pde/OutputCell_SolutionErrorL2_btest.cpp
Commit 41f40739ed137be339bd0dc4d4ca2c7172362401 by shunz
minor cleanup
The file was modified test/unit/pde/IBL/AlgebraicEquationSet_ProjectToQauxv_PiecewiseConstSourcePanel_FlatPlate3D_Quad_btest.cpp
Commit 8f1e0b4ceb2e5a4afd3553a9f91364e32f54f792 by shunz
bug fix: 3D panel method with triangle panels was computing panel area wrongly by double-multiplying reference area.  Added unit tests for this panel method
The file was addedtest/unit/PanelMethod/PiecewiseConstSourcePanel_FlatPlate3D_btest.cpp
The file was modified src/PanelMethod/PiecewiseConstSourcePanel_FlatPlate3D.h
Commit f6f829c60abc8807be0add07e3996b83f11ec337 by shunz
fix compile errors caused by typos and lag behind previous  refactoring
The file was modified test/sandbox/Solve3D_Coupled_FP_IBL3_duct_toy.cpp
The file was modified test/sandbox/Solve3D_Coupled_LIP_IBL3_duct_toy.cpp
The file was modified test/sandbox/Solve3D_Coupled_LIP_IBL3_duct_ring_toy.cpp
Commit 152863934b77fe9de6c8e1038888d0225b9a7b9f by shunz
fix style for Vera check
The file was modified test/unit/PanelMethod/PiecewiseConstSourcePanel_FlatPlate3D_btest.cpp
Commit e910f6789b525d84243ed6866e6e80bc280da7e2 by shunz
minor cleanup of sandbox case
The file was modified test/sandbox/Solve3D_Coupled3x3_IBLFourEqn_FlatPlate_torpedo_agrid45_toy.cpp
Commit 92395ebe42af7518a3acca94f07e3041fc844ecf by allmaras
more warning messages
The file was modified src/Discretization/Potential_Adjoint/IntegrandBoundaryTrace_WakeCut_CG_FP_Virtual.h
Commit 185901f2c8439c04af21f4025864f0b793d9a056 by shunz
fix warnings: comparing int and size_t in for loop
The file was modified test/sandbox/Solve3D_Coupled_LIP_IBL3_duct_ring_toy.cpp
The file was modified test/sandbox/Solve3D_Coupled_LIP_IBL3_duct_toy.cpp
Commit 3bc857b3ef351556e5982f4164a1104710715304 by shunz
relaxed tolerance for intel
The file was modified test/sandbox/Solve3D_Coupled3x3_IBLFourEqn_FlatPlate_torpedo_agrid45_toy.cpp
The file was modified test/unit/PanelMethod/PiecewiseConstSourcePanel_FlatPlate3D_btest.cpp
Commit 596cae7fbcabe780c221545c2d02cd3b646b76c2 by shunz
fix duplicated BOOST test suite names
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBL_Quad_btest.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBLFourEqn_Quad_btest.cpp
Commit 08c9d7db22774b0744dece5775d71a491506001b by galbramc
Allow for no-wall distance functions
The file was modified src/Field/DistanceFunction/DistanceFunction.cpp
Commit 410392977e77c8b8d85a398053b3934dd3a8035c by galbramc
Support 3D Q2 meshes with libMeshb
The file was modified external/CMakeLists.txt
The file was addedsrc/Meshing/libMeshb/libMeshbToSANS.h
The file was modified src/Meshing/libMeshb/XFieldVolume_libMeshb.cpp
The file was modified external/libMeshb/libMeshb7/libmeshb7.c
The file was addedsrc/Meshing/libMeshb/libMeshbToSANS.cpp
The file was modified test/unit/Meshing/libMeshb/XField_libMeshb_btest.cpp
The file was modified external/libMeshb/libMeshb7/libmeshb7.ins
The file was modified src/Meshing/libMeshb/WriteMesh_libMeshb.cpp
The file was modified external/libMeshb/libMeshb7/libmeshb7.h
The file was modified src/Meshing/libMeshb/CMakeLists.txt
Commit 3a930ea89de8652e3d4f8252145006860ac035ed by shunz
changed full upwind back to using momentum flux correction by default
The file was modified src/pde/IBL/PDEIBLFourEqn3D.h
Commit 08c11a7494a25f2eff422b30fbc77a0b088d5bd5 by galbramc
Fix warning
The file was modified src/Meshing/libMeshb/WriteMesh_libMeshb.cpp
Commit 9ff2c2b80b88bff40ca616c73d5210aa5ee4c607 by galbramc
Use KSPGMRESModifiedGramSchmidtOrthogonalization which is slower but more stable
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_impl.h
Commit f98c0ba0fa905d5993a87b69dc41178a352eee65 by galbramc
Format fix
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_impl.h
Commit 0bbc9c65c654ba5549a215cba5c7b89a67785129 by galbramc
Relax tolerance
The file was modified test/unit/Field/Project_DG_to_CG_btest.cpp
Commit 2cd70d576831dbb169bc5123b4db81168368523c by shunz
fixed undefined symbol/linking errors.  static const member needs to be define in cpp, strictly speaking.  clang compiler was rigorous enough to catch this, although gnu lets it pass...
The file was modified src/Discretization/HDG/AlgebraicEquationSet_HDGAdvective.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Project.h
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxv_PiecewiseConstSourcePanel_FlatPlate3D.h
The file was modified src/Discretization/DG/AlgebraicEquationSet_TransitionIBL.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Galerkin.h
The file was modified src/pde/IBL/PDEIBLFourEqn3D.h
The file was modified src/pde/IBL/PDEIBLSplitAmpLag2D.h
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGBR2.h
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxi.h
The file was modified src/pde/IBL/ProjectToQauxi3D.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Galerkin_BCDataField.h
The file was modified src/pde/IBL/PDEIBLUniField.h
The file was modified src/pde/IBL/PDEIBL2D.h
The file was modified src/pde/IBL/PDEIBL3D.h
The file was modified src/pde/IBL/ProjectToQauxi2D.h
The file was modified src/pde/IBL/PDEIBLSplitAmpLag2D.cpp
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxv_3D.h
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGAdvective.h
The file was modified src/Discretization/HDG/AlgebraicEquationSet_HDGAdvective_CutcellTransitionIBL.h
Commit b31e84a770e7b3f7b677406af1d1fe14f32f3a3c by shunz
fixed compile warnings about comparing int and unsigned int
The file was modified src/Discretization/HDG/AlgebraicEquationSet_HDGAdvective_CutcellTransitionIBL.h
The file was modified src/Discretization/DG/AlgebraicEquationSet_TransitionIBL.h
The file was modified src/Discretization/HDG/AlgebraicEquationSet_HDGAdvective_impl.h
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGAdvective_impl.h
Commit 3b185b235282cae456e91972a2d8962dfd0fccf6 by galbramc
First attempt at extracting Profile Loss for body forces
The file was addedsrc/Field/NormalField/ProfileLoss/ProfileLoss.h
The file was addedsrc/Field/NormalField/ProfileLoss/ProfileLossStorage.h
The file was modified src/Field/CMakeLists.txt
The file was modified src/Field/NormalField/DeltaRef/DeltaRefStorage.cpp
The file was addedsrc/Field/NormalField/ProfileLoss/ProfileLossStorage.cpp
The file was modified src/Field/NormalField/DeltaRef/DeltaRefStorage.h
The file was addedsrc/Field/NormalField/ProfileLoss/ProfileLoss.cpp
The file was modified src/Meshing/EGADS/RotorSource/Rotor.cpp
The file was modified src/UserInterfaces/PythonUI/PySANS_BodyForce.cpp
The file was modified src/Field/NormalField/DeltaRef/ProjectDeltaRef.cpp
The file was modified src/UserInterfaces/BodyForceSolver.h
The file was addedsrc/UserInterfaces/BodyForceSolverParam.hxx
The file was modified src/UserInterfaces/BodyForceSolver_impl.h
The file was modified src/Meshing/EGADS/RotorSource/Rotor.h
Commit 6073a7de35a6a20fd513c6b403ee82f937621230 by shunz
add unit tests for better coverage
The file was modified test/unit/pde/IBL/PDEIBLFourEqn3D_btest.cpp
The file was addedtest/unit/IO/pde/IBL/PDEIBLFourEqn3D_pattern.txt
Commit 270e0bb4c1710b6811f212fe2607e1ffdefd0c66 by galbramc
Forgot to update checkInputs
The file was modified src/Meshing/EGADS/RotorSource/Rotor.cpp
Commit 26d733b41346c596c3beea20a8047613b02d6d34 by galbramc
More profile loss fixes
The file was modified src/Field/NormalField/ProfileLoss/ProfileLossStorage.cpp
The file was modified src/Field/NormalField/ProfileLoss/ProfileLoss.cpp
Commit c3fa0fe8fab0f29d22fcd80d58dd7ec881936c83 by galbramc
Use Yuankang Chen data fit value for body force delta**2 term
The file was modified src/pde/NS/PDEEuler3D_RotorSource.h
Commit f4c0a4ae7e942afd9ece0ac3fa9128e6d3d00dd9 by galbramc
Fixes for profile loss
The file was modified src/Field/NormalField/ProfileLoss/ProfileLoss.cpp
The file was modified test/unit/pde/NS/PDEEulermitAVDiffusion3D_RotorSource_btest.cpp
The file was modified test/unit/pde/NS/PDEEuler3D_RotorSource_btest.cpp
The file was modified src/UserInterfaces/BodyForceSolver_impl.h
Commit a63291d552674f86c89d8cbd5101102d049234e0 by galbramc
Cppcheck suppressions and Profile loss computed at constant radius
The file was modified src/Field/NormalField/ProfileLoss/ProfileLoss.cpp
The file was modified scripts/cppcheck/suppressions.txt
The file was modified src/Field/Partition/LagrangeElementGroup.cpp
Commit c471f0653df4916a0086f2fab82bad5ed9b24789 by galbramc
One more try at profile loss
The file was modified src/Field/NormalField/ProfileLoss/ProfileLoss.cpp
Commit 7ed4b217c0007ac7c29873f5706c87c22f94a7ac by galbramc
Start removing perturbed stuff
The file was modified src/Field/ProjectSoln/Project_DG_to_CG/Project_DG_to_CG_impl.h
The file was modified src/Discretization/VMSDBR2/IntegrandBoundaryTrace_LinearScalar_sansLG_VMSD_BR2.h
The file was modified src/Discretization/VMSDBR2/IntegrandTrace_VMSD_BR2.h
The file was modified src/Discretization/VMSDBR2/IntegrandBoundaryTrace_Dirichlet_mitLG_VMSD_BR2.h
The file was modified src/Discretization/VMSDBR2/IntegrandBoundaryTrace_Dirichlet_sansLG_VMSD_BR2.h
The file was modified src/Discretization/Galerkin/IntegrandBoundaryTrace_Flux_mitState_Nitsche.h
The file was modified src/Meshing/EGADS/solidBoolean.h
The file was modified src/Discretization/VMSDBR2/IntegrandBoundaryTrace_LinearScalar_mitLG_VMSD_BR2.h
The file was modified src/Discretization/VMSDBR2/IntegrandBoundaryTrace_Flux_mitState_VMSD_BR2.h
The file was modified test/system/LocalSolve/Constrained_Solve_btest.cpp
Commit ed4346548d3bfc8e7a5c27e1ff83120fa24d92ad by galbramc
cppcheck fix and suppression
The file was modified scripts/cppcheck/suppressions.txt
The file was modified src/Quadrature/Quadrature_Simplex_StroudConical.cpp
Commit e9117b6063df0d5c24390a782e66a0834c7c1d9c by galbramc
clang analyzer fixes
The file was modified test/unit/Optimization/Problems/Truss/JacobianConstraint_Truss_btest.cpp
The file was modified src/Meshing/avro/XField_avro_impl.h
The file was modified test/unit/UnitGrids/XField3D_BoxBoundaries_Quad_X1.cpp
The file was modified test/unit/UnitGrids/XField4D_Box_Pentatope_X1.cpp
Commit 8e3cbb04faca2aea86a1f5165dacc6d834ede368 by galbramc
Fix cppcheck suppression
The file was modified src/Quadrature/Quadrature_Simplex_StroudConical.cpp