Skip to content
Success

Changes

Summary

  1. Added cwomack@mit.edu to DeveloperEmailAddresses (details)
  2. added annotation (details)
  3. intermediate commit in case of ACDL power down. sandbox still should not compile yet (details)
  4. refactored 3D box hex grid to allow for arbitrary list of node coordinates (details)
  5. added DOF count checks in box hex grid (details)
  6. added CG field instantiation for IBL3 Qauxv field (details)
  7. minor annotation (details)
  8. refactoring to show intention more clearly (details)
  9. minor cleanup (details)
  10. minor addition of annotation (details)
  11. cleaned up and fixed sandbox case on FP for S-shaped duct (details)
  12. commented out hacks (details)
  13. Starting to implement BCDataFields by copying over stuff (details)
  14. added and experimented with BCDataFieldManager class.  Ready to further extend this for BCDataField implementation. (details)
  15. minor commenting (details)
  16. minor refactoring before adding BC data field stuff (details)
  17. Initial prototype of introducing BC data fields into algebraic equation set and instantiations of IntegrandBoundaryTraces (details)
  18. 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)
  19. some tidying up (details)
  20. hide away to-be-removed stuff/hacks (details)
  21. Refactored 3D full potential stuff, particularly adding wall transpiration BC.  Start to pave ways for including BC data field in BC class (details)
  22. Tried wall transpiration in S-duct FP case (details)
  23. append BC data field to 3D FP wall transpiration BC (details)
  24. renaming variables for clarity (details)
  25. 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)
  26. removed code from a previous attempt to implement BC data field (details)
  27. refactored BC data evaluation call from element (details)
  28. Started working on Auxv projection equation for IBL+FP coupling: finished the qauxv component in the projection integrand (details)
  29. minor refactoring to reduce unnecessary memory allocation (details)
  30. modulize velocity calculation in 3D FP solver (details)
  31. typo fixes (details)
  32. Added new 4-variable Qauxv formulation and associated Field instantiations (details)
  33. Initial work on Auxv equation with 3D FP solver: compiles now but needs to be completed (details)
  34. Some cleanup on Auxv equation (with 3D FP) residual (details)
  35. some more cleanup before completing Auxv equation jacobian (details)
  36. Auxv equation now works for a trivial test case.  Now need to work out volume-surface grid connectivity (details)
  37. minor cleanup (details)
  38. minor refactoring/annotation (details)
  39. Initial work on contructing surface mesh corresponding to a boundary group of volume mesh (BoxHex). TBD: Needs nontrivial testing and interior trace groups (details)
  40. Added nontrivial test for Auxv projection from FP solution (details)
  41. minor typo fix in comments (details)
  42. 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)
  43. minor cleanup (details)
  44. minor cleanup/refactoring (details)
  45. Removed execute permission for a .cpp file (details)
  46. Add surface tecplot dump to BodyForce Solver (details)
  47. Fix for body force surface outputs (details)
  48. Added Pointwise mesh generator (details)
  49. Parallel fix and forgot a file (details)
  50. Fix Pointwise h calculation. Fix link errors. (details)
  51. Small fix to Pointwise glf script (details)
  52. Added waligura@mit.edu to DeveloperEmailAddresses (details)
  53. PDERANSSA2D changes which take out ntref as a variable in the PDERANS function and unit test. The unit test update is not ideal right now since I am still waiting on a way to calculate some terms, but there is a SANS developer exception for the time being. Needed to push it to start building off some new SA varaitions off of it. (details)
  54. Removing white spaces in PDERANSSA2D (details)
  55. Add isotropic MOESS optimization option for Pointwise (details)
  56. Fixes to PDERANSSA2D and unit test (details)
  57. Another formatting change (details)
  58. Try again (details)
  59. messed up spacing at the end of the file (details)
  60. Valgrind python suppressions (details)
  61. Nightly clang analyzer suppressions (details)
  62. Correct volume calculation for Pointwise (details)
  63. Pointwise fix for dimensionality (details)
  64. changes to sandbox cases with nuref defined (details)
  65. Fix instantiation (details)
  66. Clang compiler fix (details)
  67. Relax timing for one test (details)
  68. More changes to sandbox cases for nuref deletion update (details)
  69. Initilizing variables and raising the convergence tolerance (details)
  70. Just lowering the tolerance a little bit more on the PDERANS unit test to try and get it through Intel. I need to update this later anyway so this may be a temporary fix (details)
  71. Actually finding that closetol is defined multiple times in this unit test (details)
  72. Use Python 3.8.10 for valgrind and sanitizer (details)
  73. Messing around with the tolerances a little bit more (details)
  74. Improved linesearch console output. Now when verbosity is on, the linesearch outputs whether a residual is increased (+), decreased (-), or converged (*) at the locations tested. (details)
  75. Updates to Newton. Neater verbose outputs to console for residual. Tracking nonlinear iterations taken correctly for cases where Newton does not converge. (details)
  76. Update PDEmitAVSensor2D and PDEmitAVSensor3D to better handle the afld, including system tests to ensure consistency. This required a few changes in the PDEEulermitAVDiffusion classes (more to changes to come with these). Also added a h/p scaling for the 2D sensor viscosity with unit test. (details)
  77. Removed duplicated class definition in two cpp files, which may have led to unitialized data error reported by valgrind. (details)
  78. Fix nightly script (details)
  79. Another nightly script fix (details)
  80. Updates to Euler/NS mainly to improve the custom tecplot output. Updates to artificial diffusion classes to remove the a-field from params, since those should all be handled by the PDESensor classes now. Updates to the custom tecplot output function for RANSSA so we get the SA variable in the domain, and RANSSA fluxes at the boundary. Added PDEEulermitAVDiffusion3D.h to the exclusion list for file size. Updates to boundary conditions mostly to handle the a-field in the params in a cleaner way. (details)
  81. Renamed analytic functions with array output to hopefully avoid confusion (details)
  82. Updated PDESourceOnly and unit tests. Required some modification of a few PDEs in the process. (details)
  83. Updated homotopy continuation algorithm. This involves an update to the constructor, so the relevent sandbox cases have been updated. A few sandbox cases and unit test have been disabled. The unit test will be re-enabled once it has been updated to the new interface (the content is currently lacking anyway). Also added a function to SolverInterface_VMSD_BR2 to return the total (q + qp) fine (p+1 without subtraction) adjoint for output to Tecplot. (details)
  84. Minor edits (details)
  85. Add ProjectToQauxi equation class for coupling FP+IBL3 (details)
  86. Rename VectorFunction3D to ArrayFunction based on new naming convention (details)
  87. Removed all the cases that were disabled in the sandbox. Re-added the homotopy unit tests (still need more work, but to check basic functionality). Updated advection-diffusion and PDEHomotopy interfaces to support the new unit test. (details)
  88. Add initial framework for Auxi equation for FP-IBL3 coupling (details)
  89. Minor cleanup (details)
  90. Removing some secluded ntref values pointed out by Ben (details)
  91. add anonymous namespace for safety (details)
  92. Included all the necessary fields int Auxi equation for FP-IBL3 (details)
  93. Renamed integrand for projection to Qauxi (details)
  94. Added the ability to specify parameters for positivity preserving source in Euler. Updated tests to reflect change in constructor. (details)
  95. I think this will fix the error Jenkins bought up for the Euler with rotor PDE. (details)
  96. Fix Euler with rotor PDE boundary condition (details)
  97. Fix Euler with rotor PDE boundary condition -- Surreals could be passed through the PointSequence too. (details)
  98. Removed unused header from Homotopy.h (details)
  99. Warning fixes (details)
  100. More warning fixes for missing override keyword. (details)
  101. Update to latest avro (details)
  102. avro parallel fixes (details)
  103. Dissable avro graphics (details)
  104. add const qualifier just to be extra cautious (details)
  105. Initial working prototype of projection to Qauxi without the div.(M) term (details)
  106. Distinguish volume and manifold quadrature order configurations (details)
  107. Rename integrand class for clarity (details)
  108. 4D fixes, and rename Ptope to Pentatope (details)
  109. Missed a file (details)
  110. Remove file dump (details)
  111. Fix warning (details)
  112. Add initial API of manifold integrands for Auxi equation (details)
  113. Put avro WriteConformity back, but does nothing for now (details)
  114. add more details to integrand of manifold boundary trace for FP-IBL3 coupling (details)
  115. More avro parameter fixes (details)
  116. Reduce Pentatope mesh size. Fix accidental commit (details)
  117. Warning fix (details)
  118. rename files/classes for clarity (details)
  119. add missing include (details)
  120. [intermediate progress] compiling prototype of manifold boundary trace integrals in auxi equation for FP-IBL3 coupling (details)
  121. minor edit (details)
  122. Removed unnecessary destructor (details)
  123. typo fix (details)
  124. Access cell group via global indexing instead of local (details)
  125. 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)
  126. Type-related bugfix in FP PDE (details)
  127. cleaned up unused method (details)
  128. 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)
  129. Hard coded manifold/surface quad grid that matches z-min boundary group of a box hex grid (details)
  130. Added comments to BC data field implementation (details)
  131. Minor typo fix (details)
  132. Refactored DOF indexing contruction to ensure consistency between volumeb boundary trace field and area cell field (details)
  133. Rename variable for clarity.  Add exception to guard against misuse of BC data in full potential wall transpiration BC (details)
  134. Start a new case of FP-IBL3 coupling by copying from existing FP-only case. (details)
  135. 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)
  136. 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)
  137. Removed a deprecated header file (details)
  138. Add partial specialization to support block 4x4 FP+IBL3 coupling (details)
  139. Fixed missing BC parameter checks (details)
  140. Fixed long line formatting (details)
  141. 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)
  142. minor cleanup (details)
  143. Add static data member to identify the size of jacobian (i.e. number of equations and variables) (details)
  144. Add unit test for block 4x4 system of FP-IBL3 coupling. Still a working progress, but test compiles and runs (details)
  145. 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)
  146. Completed Auxi equation for FP-IBL3 coupling (details)
  147. 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)
  148. Refactor jacobian ping test screen output for clarity (details)
  149. Refactor JacobianParam to allow for multiple parameters of different dimension, e.g. for Auxi equation of FP-IBL3 coupling (details)
  150. Pass block 4x4 block algebraic equation set unit test without coupling for FP and Auxv equations (details)
  151. add const qualifiers (details)
  152. Add annotation to AES_Auxi (details)
  153. Remove redundant class template arguments (details)
  154. Remove AGLS. Add blockage and viscous terms to RotorSource. (details)
  155. Missed a file (details)
  156. Refator AES_auxv mass matrix jacobian computation for clarity and simplicity (details)
  157. BC fixes (details)
  158. Fix include (details)
  159. More boundary condition cleanup (details)
  160. Relax tolerance (details)
  161. Warning fix (details)
  162. Auxi parameter jacobian is now compiling. (details)
  163. Rename class and file (details)
  164. Added functionality to project from a DG to a CG field defined on the same x-field. (details)
  165. Remove infinite x-dervative for thickenss. Fix warnings. (details)
  166. DG ot CG prjection now uses explicit instantiation. (details)
  167. Simplify jacobian calculation of Auxi equation as it's simply mass matrix for Galerkin projection (details)
  168. Add a specialized IntegrateCellGroups method for reuse in FP-IBL3 coupling implementation (details)
  169. More strict templates for AV. Add strongFluxViscous to AV. (details)
  170. Warning fixes (details)
  171. Fix for older cmake versions (details)
  172. Replace max with smoothRamp_tanh2 for artificial viscosity (details)
  173. Some more tests (details)
  174. Fix smoothRamp_tanh2. Fix ThicknessNACA6 to use fabs instead of abs. (details)
  175. Suppress compiler warning (details)
  176. Fix warning and relax tolerance (details)
  177. Enable viscous body forces for Euler (details)
  178. Completed Auxv_Qinv jacobian (details)
  179. Added a test to check that bubble modes were not present in VMSD after static condenstaion for a partial Newton step. (details)
  180. Vera exclusion needed for new unit test (L006). (details)
  181. Added parallel test for homotopy, found bug in parallel, fixed bug in parallel. (details)
  182. Discrete blockage gradient (details)
  183. Forgot a file (details)
  184. Added an example homotopy adapt in 3D with RANS, and some missing function calls. (details)
  185. Vera fix (details)
  186. Fix compile error (details)
  187. 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)
  188. Add annotations (details)
  189. Another compile fix (details)
  190. Another compile fix (details)
  191. Fixed error in PETSc Dicts. (details)
  192. Relax tolerance. Add PETScInit. Suppress warning. (details)
  193. More warning fixes (details)
  194. PDERANS3D fixes (details)
  195. Fixes for AVSensor_Source_VMSD_SPD (details)
  196. Fix ping test (details)
  197. Change git update alias (details)
  198. Fix sensitvity calculation (details)
  199. Don't require name for camber free parameters (details)
  200. Implement BCNone for VMSD BR2. I hope nobody has been using it... (details)
  201. Completed d(FP)/d(Qauxi) coupling jacobian for FP-IBL (details)
  202. Forgot to commit unit test on d(FP)/d(Qauxi) jacobian (details)
  203. Removed redundant files for discarded Auxi and Auxv equation implementation (details)
  204. Removed more discarded implementation for Auxi (in FP-IBL3) (details)
  205. Add linear algebra instantiations for FP-IBL3 (details)
  206. Refactoring to keep up with JacobianParam's updated template arguments (details)
  207. Fixed formatting (details)
  208. Minor refactoring (details)
  209. Add unit test for box grid and its derived boundary manifold grid (details)
  210. Minor cleanup (details)
  211. Add more unit test (details)
  212. Add unit test for FieldVolume_DG_BoundaryTrace_matchAreaCell (details)
  213. Bug fix: previously, allocated memory for dynamic matrix but didn't initialize to zero (details)
  214. Completed 4x4 block system jacobian ping test for FP-IBL3 coupling (details)
  215. Added Tt output for Rotor (details)
  216. added instantiations for Newton solution of FP-IBL3 equations (details)
  217. Solved first FP-IBL3 case with Newton solver (details)
  218. added instantiations for MKL and PETSc for FP-IBL3 (details)
  219. added implementation for PETSc for FP-IBL3 (details)
  220. modularized S-shaped duct grid points generation (details)
  221. debugging (for sporadically slow FP residual/jacobian) and refactoring FP-IBL3 test case (details)
  222. Added more profiling info for debugging FP-IBL3 (details)
  223. added verbose printout for debugging (details)
  224. fixed formatting errors (details)
  225. Fix Tt rotor output (details)
  226. Fixes for triangle (details)
  227. Fix for triangle with holes (details)
  228. some cleanup on full potential PDE (details)
  229. refactored and added to residualDecreaseStatus(.) (details)
  230. fixed over-array-bound access (details)
  231. switched assertions from runtime to compile time (details)
  232. refactored FP-IBL3 S-duct test case (details)
  233. forgot to commit this... refactored linear solution checker (details)
  234. removed redundant partial specialization in AES_PTC (details)
  235. annotated PTC implementation of paramfld_ and paramfldpast_ (details)
  236. beautified Newton iteration printout (details)
  237. refactored an MatrixS constructor (details)
  238. added comments (details)
  239. enabled PTC for FP-IBL3 4x4 coupling (details)
  240. fixed FP and IBL side wall BC (details)
  241. refactored std::vector access to use bound checking (details)
  242. added comments on how/why CFL changes in PTC iterations (details)
  243. refactored PTC printout & dump (details)
  244. minor tweak to test case (details)
  245. Refactored S-duct box grid (details)
  246. Cleaned up 3D FP BC (details)
  247. some cleanup (details)
  248. added commented out code for timing (details)
  249. fixed warnings (details)
  250. added sanity check.  some cleanup (details)
  251. changed IBL3 surface normal orientation convention to be compatible with FP-IBL3 coupling (details)
  252. Refactored projection onto Qauxv to be only in-surface velocity components in FP-IBL3 coupling (details)
  253. added assertion to guard against misuse (details)
  254. Consolidated auxi equation implementation for 3D full potential and panel (details)
  255. minor cleanup (details)
  256. Merged ProjectToQauxi3D implementation for panel and FP coupling with IBL3 (details)
  257. more cleanup on include (details)
  258. Cleaned up and merged interior trace integrand for IBL3 and Auxi.  Renamed files (details)
  259. added missing include that was accidentally removed (details)
  260. cleaned up include related to 2D/3D manifold cell integrands (details)
  261. more cleanup of include (details)
  262. Cleaned up panel+IBL3 case (details)
  263. added option in IBL3 to choose how nrm_surf orientation relates to e1 and e2 (details)
  264. minor test case cleanup/tweaks (details)
  265. turned off (1) LF flux, (2) mass correction to flux and (3) amp+lag equations for IBL3 (details)
  266. fixed style (details)
  267. refactored param tuple type for better consistency between indexing, ParamTuple and FieldTuple (details)
  268. renamed parameter field type (details)
  269. refactored parameter type for IBL3 (details)
  270. refactored JacobianParam class since the previous implementation is quite limiting (details)
  271. updated JacobianParam usage in test cases following its refactoring (details)
  272. more cleanup on JacobianParam usage (details)
  273. updated use cases involving Auxi equation in panel+IBL3. deleted sandbox cases that are not worth maintaining (details)
  274. updated use cases of new PDEIBL3FourEqn API (details)
  275. fixed full potential unit tests (details)
  276. 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)
  277. fixed IBL unit tests (details)
  278. minor cleanup of 3D IBL PDE and associated block jacobian ping test (details)
  279. 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)
  280. refactored/fixed Surreal type definitions to use proper/general size variable (details)
  281. accidentally forgot these pieces two commits earlier, when updating auxi BCNone integrand (details)
  282. fixed some compile errors for auxi equation and boundary integrand (details)
  283. minor integrand cleanup (details)
  284. refactored auxi equation's cell integrand to be PhysDim-agnostic, in prep for generalization of auxi aes class (details)
  285. Renamed auxi aes class to be not 3D specific, in prep for generalization (details)
  286. Refactored BCNone integrand for Galerkin manifold to be agnostic of PhysDim (details)
  287. fixed/refactored a few Galerkin_manifold boundary integands to be agnostic of PhysDim (details)
  288. Use isotropic implied metric for IsotropicOpt MOESS (details)
  289. refactored Galerkin_manifold interior trace integrands to be agnostic of PhysDim (details)
  290. removed daisy chain in JacobianParam since it could be handled by the primary algebraic equation class's jacobianParam(...) (details)
  291. removed 3D-specific assertion (details)
  292. refactored usage of jacobianParam(...) to account for any daisy chain in the primary algebraic equation set (details)
  293. Refactored daisy-chain/linked list implementation of algebraic equation sets, including auxi equation and proper chained calls to jacobianParam() (details)
  294. removed redundant daisy-chained calls to setSolutionField() and fillSystemVector() in algebraic equation sets.  Clarified the intended use case of daisy-chained equation set (details)
  295. 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)
  296. Removed 3D-specific assertion in auxi cell integrand. Fixed IBL2 captured transition system test case (details)
  297. Cleaned up auxi equation implementation to remove redundant dummy members in FunctionEval class.  Renamed some files & classes (details)
  298. cannot assign a regular/raw pointer to std::shared_ptr (details)
  299. Cleaned up 2D auxv equation implementation for XfoilPanel+IBL to remove redundant dummy members in FunctionEval class.  Renamed some files & classes (details)
  300. cannot assign regular/raw pointer to std::shared_ptr (details)
  301. Cleaned up 3D auxv equation implementation for flat plate panel+IBL3 to remove redundant dummy members in FunctionEval class (details)
  302. minor refactoring of XfoilPanel field discretization order checks/assertions (details)
  303. refactoring (similar to previous ones) to have PDEIBL2D define its parameter field tuple types (details)
  304. typo fix (details)
  305. only prints in verbose mode (details)
  306. fixed system/CodeConsistency tests for IBL (details)
  307. cleanup and fixes to keep IBL-related implementation up to date (details)
  308. more cleanup on DG/HDG discretization unit tests, mostly related to IBL (details)
  309. cleanup & fixes to panel-IBL3 3x3 block discretization unit tests to keep up to date with IBL-related implementation (details)
  310. removed redundant include (details)
  311. fixed miscellaneous XfoilPanel+IBL2 aes unit tests to stay up to date with latest IBL implementation (details)
  312. cleaned up & fixed sandbox cases for XfoilPanel+IBL2D single run and drag polar for airfoil (details)
  313. miscellanenous fixes of compile error and formatting style (details)
  314. removed uses of gradqn and q in Neumann and Dirichlet BCs respectively for potential flow (details)
  315. fixed some compile errors and formatting style (details)
  316. updated pyrite check files for IBLFourEqn3D to use LF flux without mass correction (details)
  317. fixed miscellaneous unit tests related to coupled IBL (details)
  318. fixed FP-IBL3 jacobian ping test (details)
  319. 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)
  320. allows FP-IBL3 jacobian ping test to run longer on Jenkins (details)
  321. fixed unit test of auxv aes for 3D full potential (details)
  322. Reverted some changes in the use of LIP BCs.  These changes should NOT have been made (details)
  323. relocated a unit test to IBL folder (details)
  324. passed a few ping tests related to coupled IBL3 (details)
  325. fixed two unit tests troubled by misuse of MPI communicator (details)
  326. 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)
  327. 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)
  328. relaxed machine precision level tolerance in a unit test for intel compiler to pass (details)
  329. fix no-return warnings in a function with non-void return type (details)
  330. fix missing return statement issue (details)
Commit f7099be447d46c8909fd768db71be071da6a8bc5 by cwomack
Added cwomack@mit.edu to DeveloperEmailAddresses
The file was modified DeveloperEmailAddresses
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 addedtest/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
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.cpp
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
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_Sheet_Quad_X1.cpp
The file was modified src/Discretization/LIP_HACK/IntegrandBoundaryTrace_LinearScalar_sansLG_FP_HACK.h
The file was modified test/unit/UnitGrids/XField3D_Box_Hex_X1.cpp
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 src/Discretization/IntegrateBoundaryTrace_Dispatch.h
The file was modified test/unit/UnitGrids/XField3D_Box_Hex_X1_btest.cpp
The file was modified src/Discretization/Galerkin/IntegrateBoundaryTrace_Dispatch_Galerkin.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/Galerkin/IntegrateBoundaryTrace_Dispatch_Galerkin.h
The file was modified src/Discretization/IntegrateBoundaryTrace_Dispatch.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 test/sandbox/Solve3D_CG_FP_duct_toy.cpp
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Galerkin.h
The file was modified src/Discretization/Galerkin/IntegrateBoundaryTrace_Dispatch_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 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
The file was addedsrc/Discretization/LIP_HACK/IntegrandBoundaryTrace_LinearScalar_sansLG_FP_HACK_BCDataField.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/Discretization/Galerkin/AlgebraicEquationSet_Galerkin.h
The file was modified src/pde/FullPotential/BCFullPotential3D.cpp
The file was modified src/pde/FullPotential/PDEFullPotential3D.h
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 test/sandbox/Solve3D_CG_FP_duct_toy.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 src/pde/FullPotential/BCFullPotential3D.h
The file was modified test/sandbox/Solve3D_CG_FP_duct_toy.cpp
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/pde/FullPotential/BCFullPotential3D.h
The file was addedsrc/Discretization/Galerkin/AlgebraicEquationSet_Galerkin_BCDataField.h
The file was addedsrc/Discretization/Galerkin/ResidualBoundaryTrace_Galerkin_BCDataField.h
The file was modified src/pde/FullPotential/BCFullPotential3D.cpp
The file was modified test/sandbox/Solve3D_CG_FP_duct_toy.cpp
The file was modified src/Discretization/Galerkin/ResidualBoundaryTrace_Dispatch_Galerkin.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 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/Integrand_Type.h
The file was modified src/Discretization/IntegrateBoundaryTrace_Dispatch.h
The file was modified src/Discretization/Galerkin/ResidualBoundaryTrace_Dirichlet_mitLG_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 src/Discretization/Galerkin/IntegrateBoundaryTrace_Dispatch_Galerkin.h
The file was modified test/sandbox/Solve3D_CG_FP_duct_toy.cpp
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/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
The file was modified src/Quadrature/Quadrature.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 99781aecc21b23b5e56578dfc91993e2426124d9 by shunz
typo fixes
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
The file was modified src/Discretization/Galerkin/ResidualCell_Galerkin.h
Commit cf85e04d2bb75036ed949ea6da8835b4a959754b by shunz
Added new 4-variable Qauxv formulation and associated Field instantiations
The file was modified src/pde/IBL/QauxvInterpret3D.h
The file was modified src/Field/FieldArea_Instantiate_3D.cpp
The file was modified src/Field/FieldArea_CG_Cell_Instantiate_3D.cpp
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 addedsrc/pde/IBL/Integrand_ProjectToQauxv_FullPotential3D.h
The file was modified test/unit/Discretization/Galerkin/AlgebraicEquationSet_ProjectToQauxv_FullPotential3D_btest.cpp
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/Residual_ProjectToQauxv_FullPotential3D.h
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 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 test/unit/Discretization/Galerkin/AlgebraicEquationSet_ProjectToQauxv_FullPotential3D_btest.cpp
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 addedsrc/pde/AnalyticFunction/VectorFunction3D.h
The file was modified src/Discretization/Galerkin/IntegrandCell_ProjectFunction.h
Commit 699671c002562fd02c9f871524dda89bea780fca by shunz
minor cleanup
The file was removedtest/sandbox/Solve3D_CG_FP_duct_BCDataFields_toy.cpp
The file was modified test/unit/UnitGrids/XField3D_Sheet_Quad_X1.cpp
Commit 9c99a833f10ec1405906f91ae5968cc0abf16d5f by shunz
minor refactoring/annotation
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
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/UnitGrids/CMakeLists.txt
The file was modified test/unit/Discretization/Galerkin/AlgebraicEquationSet_ProjectToQauxv_FullPotential3D_btest.cpp
The file was addedtest/unit/UnitGrids/XField3D_BoxBoundary_Quad_X1.cpp
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.h
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 src/pde/IBL/AlgebraicEquationSet_ProjectToQauxv_FullPotential3D.h
The file was modified test/unit/UnitGrids/XField3D_BoxBoundary_Quad_X1.cpp
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 b34007ae23f838f1bec4594df4c3b797952f5836 by galbramc
Add surface tecplot dump to BodyForce Solver
The file was modified CMakeInclude/Builds/BuildNLOPT.cmake
The file was addedsrc/Field/output_Tecplot/output_Tecplot_SA_DGBR2.cpp
The file was modified src/pde/NS/PDERANSSA3D.h
The file was modified test/CMakeLists.txt
The file was addedsrc/UserInterfaces/output_Tecplot_SA_CG.cpp
The file was modified src/UserInterfaces/CMakeLists.txt
The file was modified src/Field/CMakeLists.txt
The file was removedsrc/Field/output_Tecplot/output_Tecplot_SA.cpp
The file was modified src/UserInterfaces/BodyForceSolver_impl.h
Commit 2866429da3f4c86bc19501ded3c9d8cb4c741aa9 by galbramc
Fix for body force surface outputs
The file was modified src/UserInterfaces/output_Tecplot_SA_CG.cpp
Commit 0ade7d4f953cd1d9d6043a7a893218950f887d48 by galbramc
Added Pointwise mesh generator
The file was addedsrc/Meshing/Pointwise/MesherInterface_Pointwise.h
The file was addedtest/unit/Meshing/Pointwise/Write_PointwisePCD_btest.cpp
The file was modified src/Adaptation/MeshAdapter/MeshAdapter3D.cpp
The file was addedtest/unit/Meshing/Pointwise/CMakeLists.txt
The file was modified test/unit/Meshing/CMakeLists.txt
The file was modified src/Adaptation/MeshAdapter/MeshAdapter2D.cpp
The file was addedsrc/Meshing/Pointwise/WriteMetric_PointwisePCD.h
The file was addedsrc/Meshing/Pointwise/MesherInterface_PointwiseParams.cpp
The file was modified src/Adaptation/MeshAdapter.h
The file was addedsrc/Meshing/Pointwise/WriteMetric_PointwisePCD.cpp
The file was addedsrc/Meshing/Pointwise/MesherInterface_Pointwise.cpp
The file was addedsrc/Meshing/Pointwise/CMakeLists.txt
The file was modified test/sandbox/Adapt2D_L2Project_MOESS_toy.cpp
The file was modified src/Meshing/CMakeLists.txt
The file was addedtest/unit/Meshing/Pointwise/MesherInterface_Poitwise_btest.cpp
Commit 0bd7ac88a0bf106da54e825b1b2b821e41b540cc by galbramc
Parallel fix and forgot a file
The file was modified CMakeLists.txt
The file was modified src/Meshing/Pointwise/WriteMetric_PointwisePCD.cpp
The file was modified test/unit/Meshing/Pointwise/Write_PointwisePCD_btest.cpp
Commit 4fcf6f54a33fb96e9e4b82a69a27993714d2a258 by galbramc
Fix Pointwise h calculation. Fix link errors.
The file was modified src/Meshing/Pointwise/WriteMetric_PointwisePCD.cpp
The file was modified test/unit/Meshing/Pointwise/Write_PointwisePCD_btest.cpp
The file was modified src/Meshing/Pointwise/CMakeLists.txt
The file was modified test/system/Adaptation/CMakeLists.txt
The file was modified CMakeLists.txt
Commit 9e14d8c25e09cf13320bf2d3bc43f18ec23b8158 by galbramc
Small fix to Pointwise glf script
The file was modified test/unit/Discretization/VMSDBR2/CMakeLists.txt
The file was modified src/Meshing/Pointwise/MesherInterface_Pointwise.cpp
Commit b79a36d6d877f56e358951cdca7f7989dcf8abfb by waligura
Added waligura@mit.edu to DeveloperEmailAddresses
The file was modified DeveloperEmailAddresses
Commit 668c05b05660946bd77735fd11ebc4680651a304 by waligura
PDERANSSA2D changes which take out ntref as a variable in the PDERANS function and unit test. The unit test update is not ideal right now since I am still waiting on a way to calculate some terms, but there is a SANS developer exception for the time being. Needed to push it to start building off some new SA varaitions off of it.
The file was modified test/unit/pde/NS/PDERANSSA2D_btest.cpp
The file was modified src/pde/NS/PDERANSSA2D.h
Commit c893cf3001c5b2926eb5286fa12b5a620a4afee7 by waligura
Removing white spaces in PDERANSSA2D
The file was modified src/pde/NS/PDERANSSA2D.h
Commit 82aac06255d57b59b72376f85f0566f31430b3c0 by galbramc
Add isotropic MOESS optimization option for Pointwise
The file was modified src/Adaptation/MOESS/NLOPT/MOESS_SANS_Optimizer_NLOPT.h
The file was modified src/Adaptation/MOESS/MOESSParams.cpp
The file was modified src/Adaptation/MOESS/MOESSParams.h
The file was modified src/Adaptation/MOESS/MOESS_SANS_Optimizer_Base/MOESS_SANS_Optimizer_Base_impl.h
The file was modified src/Adaptation/MOESS/NLOPT/MOESS_SANS_Optimizer_NLOPT/MOESS_SANS_Optimizer_NLOPT_impl.h
The file was modified test/unit/Adaptation/MOESS/NLOPT/MOESS_SANS_Optimizer_NLOPT_btest.cpp
The file was modified src/Adaptation/MOESS/MOESS_SANS_Optimizer_Base.h
Commit 47701c2cce163324271e6859cc0fd5dc55c1397f by waligura
Fixes to PDERANSSA2D and unit test
The file was modified src/pde/NS/PDERANSSA2D.h
The file was modified test/unit/pde/NS/PDERANSSA2D_btest.cpp
Commit 08396eddca453599813b3bf1bb8b77d4e9fc8113 by waligura
Another formatting change
The file was modified src/pde/NS/PDERANSSA2D.h
Commit 7c8b9e7e5ff1339101dcf4c66f8fd9065d98a003 by waligura
Try again
The file was modified src/pde/NS/PDERANSSA2D.h
Commit 6256be7ef792e62a563d63850b8ae023027b81d3 by waligura
messed up spacing at the end of the file
The file was modified src/pde/NS/PDERANSSA2D.h
Commit 878ac94d3ce8c68df1bb258650b4c2a93c69e9ac by galbramc
Valgrind python suppressions
The file was modified scripts/jenkins/SANS_Nightly.sh
The file was modified scripts/valgrind/valgrind-python.supp
Commit 14109e85f95e1e695dad0ebcaaaf74bc8cf1c6ed by galbramc
Nightly clang analyzer suppressions
The file was modified test/unit/Discretization/DG/JacobianCell_DGBR2_TwoPhase_btest.cpp
The file was modified test/unit/Discretization/DG/JacobianBoundaryTrace_Dirichlet_mitState_DGBR2_TwoPhase_btest.cpp
The file was modified test/unit/LinearAlgebra/Advection1D_btest.h
The file was modified test/unit/LinearAlgebra/Heat1D_btest.h
The file was modified src/Field/Element/ElementProjection_Specialization_L2.h
The file was modified src/Field/Element/ElementProjection_L2.h
The file was modified src/BasisFunction/BasisFunctionSpacetime_Projection.cpp
The file was modified src/BasisFunction/BasisFunctionVolume_Projection.cpp
The file was modified src/Adaptation/MOESS/ErrorModel_Local.cpp
The file was modified test/unit/Discretization/Galerkin/IntegrandCell_ProjectFunction_btest.cpp
The file was modified src/BasisFunction/BasisFunctionLine_Projection.cpp
The file was modified test/unit/LinearAlgebra/CustomJacobianEqSet_btest.h
The file was modified test/unit/Discretization/Galerkin/IntegrandCell_Project_btest.cpp
The file was modified src/BasisFunction/BasisFunctionArea_Projection.cpp
The file was modified src/pde/TCNE/TCNEChemistryDataImport.h
Commit 51926a265e1315871434bba7f5c4239c49a21264 by galbramc
Correct volume calculation for Pointwise
The file was modified src/Meshing/Pointwise/WriteMetric_PointwisePCD.cpp
The file was modified src/Meshing/Pointwise/MesherInterface_Pointwise.cpp
Commit 3a09622fae7b7198da5505c3f5802e4582611af7 by galbramc
Pointwise fix for dimensionality
The file was modified test/unit/Meshing/Pointwise/Write_PointwisePCD_btest.cpp
The file was modified src/Meshing/Pointwise/MesherInterface_Pointwise.cpp
Commit c09ae217c4abc72df46eb756c1e962585d60e029 by waligura
changes to sandbox cases with nuref defined
The file was modified test/sandbox/Solve2D_CGStabilized_Triangle_RANSSA_Joukowski_toy.cpp
The file was modified test/sandbox/Adapt2D_VMSD_RANSSA_RAE2822_toy.cpp
The file was modified test/sandbox/Solve2D_DGBR2_Triangle_RANSSA_Joukowski_toy.cpp
The file was modified test/sandbox/Adapt2D_VMSDBR2_RANSSA_Joukowski_toy.cpp
The file was modified test/system/Asymptotic/ErrorOrder_2D_CGStabilized_RANS_MMS_btest.cpp
The file was modified test/sandbox/Solve2D_DGBR2_Triangle_RANSSA_OjedaMMS_toy.cpp
The file was modified test/sandbox/Adapt2D_VMSD_RANSSA_MultiElementAirfoil_Q1_toy.cpp
The file was modified test/sandbox/Adapt2D_VMSD_RANSSA_MultiElementAirfoil_toy.cpp
The file was modified test/sandbox/Adapt2D_VMSD_RANSSA_Joukowski_toy.cpp
The file was modified test/sandbox/Solve2D_VMSDBR2_Triangle_RANSSA_Joukowski_toy.cpp
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_RANSSA_Joukowski_toy.cpp
The file was modified test/system/Asymptotic/ErrorOrder_2D_DGBR2_RANS_MMS_btest.cpp
The file was modified src/pde/NS/PDERANSSA2D.h
Commit d3ba204bf044e2d4fdcab6861838a458c6d0dd5e by galbramc
Fix instantiation
The file was modified src/Field/output_Points.cpp
Commit 0a67b3bdcaf52c8d6c615d9be717bf592899c4ab by galbramc
Clang compiler fix
The file was modified src/Field/Element/ElementXFieldVolume_Instantiate_3D.cpp
Commit 1de98f67e21651da0463d21c100331f0d08911a9 by galbramc
Relax timing for one test
The file was modified test/unit/Discretization/DG/CMakeLists.txt
Commit 35c84b54c1c8eba283fb10634ab0cdd12073b783 by waligura
More changes to sandbox cases for nuref deletion update
The file was modified test/sandbox/Adapt3D_VMSD_RANSSA_CornerFlatPlate_toy.cpp
The file was modified test/sandbox/Adapt2D_VMSD_RANSSA_MultiElementAirfoil_Q1_refine_toy.cpp
The file was modified test/unit/pde/NS/PDERANSSA2D_btest.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_RANSSA_CornerFlatPlate_toy.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_RANSSA_FlatPlate_toy.cpp
The file was modified test/sandbox/Adapt2D_VMSD_RANSSA_AV_MultiElementAirfoil_Q1_toy.cpp
The file was modified test/sandbox/Adapt2D_VMSD_RANSSA_AV_MultiElementAirfoil_toy.cpp
The file was modified test/sandbox/Adapt3D_VMSD_RANSSA_FlatPlate_toy.cpp
Commit ccc8a36979d18ca2e4e35125f88c83d6e2d5ccbf by waligura
Initilizing variables and raising the convergence tolerance
The file was modified test/unit/pde/NS/PDERANSSA2D_btest.cpp
Commit a5c39e8148edede3efd3ea8f04c0e2c2a699da93 by waligura
Just lowering the tolerance a little bit more on the PDERANS unit test to try and get it through Intel. I need to update this later anyway so this may be a temporary fix
The file was modified test/unit/pde/NS/PDERANSSA2D_btest.cpp
Commit 76ba7bba9abc499ff86be12a64d06826e454a5d7 by waligura
Actually finding that closetol is defined multiple times in this unit test
The file was modified test/unit/pde/NS/PDERANSSA2D_btest.cpp
Commit 64c35170631822ee88cc4f0ad5a05a0198ff06a2 by galbramc
Use Python 3.8.10 for valgrind and sanitizer
The file was modified scripts/jenkins/SANS_Nightly.sh
Commit d3f5a77a670a2a06e58e4539097ac1537e587327 by waligura
Messing around with the tolerances a little bit more
The file was modified test/unit/pde/NS/PDERANSSA2D_btest.cpp
Commit f3217889f2fea382c1c929b3ae4d443e8e335071 by blsc
Improved linesearch console output. Now when verbosity is on, the linesearch outputs whether a residual is increased (+), decreased (-), or converged (*) at the locations tested.
The file was modified src/SolutionTrek/Continuation/PseudoTime/AlgebraicEquationSet_PTC.h
The file was modified test/unit/LinearAlgebra/SparseLinAlg/PETSc/PETSc_LinearSolver_btest.cpp
The file was modified test/unit/NonLinearSolver/NewtonSolver_btest.cpp
The file was modified src/SolutionTrek/Continuation/DissipationBased/AlgebraicEquationSet_DBC.h
The file was modified src/SolutionTrek/TimeMarching/AlgebraicEquationSet_TimeMarch.h
The file was modified src/Discretization/Block/AlgebraicEquationSet_Block2x2.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Rotor_GlobalConstraint.h
The file was modified test/unit/NonLinearSolver/HalvingSearchLineUpdate_btest.cpp
The file was modified test/sandbox/Solve2D_CG_NACA_LIP_toy.cpp
The file was modified test/sandbox/Solve2D_CG_NACA_IPTF_linearsolve_toy.cpp
The file was modified test/system/AnalyticSolve/AnalyticSolve2D_DGAdvective_IBL_StagnationFlow_LamiBL_btest.cpp
The file was modified test/unit/LinearAlgebra/CustomJacobianEqSet_btest.h
The file was modified src/LinearAlgebra/AlgebraicEquationSetBase_GloballyConstrained.h
The file was modified src/Discretization/Potential_Drela/AlgebraicEquationSet_Potential_GlobalConstraints.h
The file was modified src/Discretization/Block/AlgebraicEquationSet_Block4x4.h
The file was modified test/unit/LinearAlgebra/Heat1D_btest.h
The file was modified src/LinearAlgebra/AlgebraicEquationSetBase.h
The file was modified src/SolutionTrek/Continuation/Homotopy/AlgebraicEquationSet_HTC.h
The file was modified test/unit/Discretization/GloballyConstrained/AlgebraicEquationSet_GloballyConstrained_btest.cpp
The file was modified src/NonLinearSolver/LineUpdate/HalvingSearchLineUpdate_impl.h
The file was modified test/sandbox/Solve2D_CG_NACA_IPTF_toy.cpp
The file was modified src/Discretization/Block/AlgebraicEquationSet_Block3x3.h
The file was modified src/Discretization/Block/AlgebraicEquationSet_Block3x3_impl.h
The file was modified src/SolutionTrek/Continuation/ImplicitResidualSmoothing/AlgebraicEquationSet_IRS.h
The file was modified src/Discretization/Block/AlgebraicEquationSet_Block2x2_impl.h
The file was modified src/SolutionTrek/Continuation/PseudoTime/AlgebraicEquationSet_PTC_VMSD.h
The file was modified src/Discretization/AlgebraicEquationSet_Debug.h
The file was modified test/sandbox/Solve2D_CG_NACABTE_IPTF_toy.cpp
The file was modified test/unit/NonLinearSolver/ScalarGoldenSearchLineUpdate_btest.cpp
The file was modified src/Discretization/Block/AlgebraicEquationSet_Block4x4_impl.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Project.h
The file was modified test/unit/LinearAlgebra/Advection1D_btest.h
Commit 4a5820390e6647aed71407e32e86241cf7f3f7b0 by blsc
Updates to Newton. Neater verbose outputs to console for residual. Tracking nonlinear iterations taken correctly for cases where Newton does not converge.
The file was modified src/NonLinearSolver/NewtonSolver_impl.h
Commit 66833be913cc6b3bbe33cd1390e6b8dd85add815 by blsc
Update PDEmitAVSensor2D and PDEmitAVSensor3D to better handle the afld, including system tests to ensure consistency. This required a few changes in the PDEEulermitAVDiffusion classes (more to changes to come with these). Also added a h/p scaling for the 2D sensor viscosity with unit test.
The file was modified test/unit/pde/ArtificialViscosity/PDEmitAVSensor3D_btest.cpp
The file was modified src/pde/ArtificialViscosity/AVSensor_ViscousFlux2D.h
The file was modified test/sandbox/Solve3D_VMSDBR2_BlottnerSphere_AV_HTC_toy.cpp
The file was modified src/Field/output_Tecplot_Boundary.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/PDEEulermitAVDiffusion2D.h
The file was modified src/pde/ArtificialViscosity/AVSensor_Source2D.h
The file was addedtest/system/CodeConsistency/PDEmitAVSensor2D_Consistency_RANSSA_afield_btest.cpp
The file was modified src/pde/ArtificialViscosity/PDEmitAVSensor3D.h
The file was addedtest/system/CodeConsistency/BCEulermitAVSensor2D_Consistency_afield_btest.cpp
The file was modified test/unit/pde/ArtificialViscosity/AVSensor_ViscousFlux2D_btest.cpp
The file was modified src/pde/ArtificialViscosity/PDEmitAVSensor2D.h
The file was modified src/pde/NS/PDEEulermitAVDiffusion3D.h
The file was addedtest/system/CodeConsistency/BCEulermitAVSensor2D_Consistency_RANSSA_afield_btest.cpp
The file was addedtest/system/CodeConsistency/PDEmitAVSensor2D_Consistency_afield_btest.cpp
Commit 433d337e4ff291242b8ed3efadd6f0c364608d5d by shunz
Removed duplicated class definition in two cpp files, which may have led to unitialized data error reported by valgrind.
The file was modified test/system/AnalyticSolve/AnalyticSolve2D_DGAdvective_IBL_StagnationFlow_LamiBL_btest.cpp
The file was modified test/system/AnalyticSolve/AnalyticSolve2D_DGAdvective_IBLSplitAmpLag_StagnationFlow_LamiBL_btest.cpp
Commit 7c207aaf84e1c36926929a8b159bc7a04b3bb100 by galbramc
Fix nightly script
The file was modified scripts/jenkins/SANS_Nightly.sh
Commit 05a6e1dc51e267008be5acba9f11c85173898ce9 by galbramc
Another nightly script fix
The file was modified scripts/jenkins/SANS_Nightly.sh
Commit d8994915763783b5ad240c6419c8c9f773c779d7 by blsc
Updates to Euler/NS mainly to improve the custom tecplot output. Updates to artificial diffusion classes to remove the a-field from params, since those should all be handled by the PDESensor classes now. Updates to the custom tecplot output function for RANSSA so we get the SA variable in the domain, and RANSSA fluxes at the boundary. Added PDEEulermitAVDiffusion3D.h to the exclusion list for file size. Updates to boundary conditions mostly to handle the a-field in the params in a cleaner way.
The file was modified test/unit/pde/NS/PDEEulermitAVDiffusion3D_btest.cpp
The file was modified src/pde/NS/PDERANSSA2D.h
The file was modified src/pde/NS/PDERANSSA3D.h
The file was modified scripts/vera/exclusions.txt
The file was modified src/pde/NS/BCEuler2D.h
The file was modified src/pde/NS/PDEEulermitAVDiffusion3D.h
The file was modified src/pde/NS/BCRANSSA2D.h
The file was modified src/pde/NS/BCEulermitAVSensor2D.h
The file was modified src/pde/NS/BCEuler2D_mitState.h
The file was modified test/unit/pde/NS/PDEEulermitAVDiffusion2D_btest.cpp
The file was modified src/pde/NS/BCEuler2D.cpp
The file was modified src/pde/NS/BCEulermitAVSensor3D.h
The file was modified src/pde/NS/PDENavierStokes2D.h
The file was modified src/pde/NS/PDEEulermitAVDiffusion2D.h
The file was modified src/pde/NS/OutputNavierStokes3D.h
The file was modified src/pde/NS/PDENavierStokes3D.h
The file was modified test/unit/pde/NS/PDEEuler3D_btest.cpp
The file was modified src/pde/NS/OutputEuler2D.h
The file was modified src/pde/NS/BCEuler3D.h
The file was modified src/pde/NS/PDEEuler3D.h
The file was modified src/pde/NS/PDEEuler2D.h
Commit 7a3fa63e0da4e50d12406e5a4f06dd2cc5d3c470 by shunz
Renamed analytic functions with array output to hopefully avoid confusion
The file was addedsrc/pde/AnalyticFunction/ArrayFunction1D.h
The file was removedtest/unit/pde/AnalyticFunction/VectorFunction2D_btest.cpp
The file was removedsrc/pde/AnalyticFunction/VectorFunction2D.h
The file was modified test/sandbox/Solve1D_Lorenz_HTC_toy.cpp
The file was modified test/sandbox/Solve2D_FV_TwoPhase_QuarterFiveSpot_BDF_toy.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_TwoPhase_ST_QuarterFiveSpot_toy.cpp
The file was modified test/sandbox/Solve2D_DGBR2_TwoPhase_QuarterFiveSpot_BDF_toy.cpp
The file was removedsrc/pde/AnalyticFunction/VectorFunctionTraits.h
The file was modified test/sandbox/Adapt3D_DGBR2_TwoPhase_ArtificialViscosity_ST_QuarterFiveSpot_toy.cpp
The file was addedsrc/pde/AnalyticFunction/ArrayFunctionTraits.h
The file was modified test/sandbox/Solve1D_Lorenz_toy.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_TwoPhase_ArtificialViscosity_ST_SPE10_Param_toy.cpp
The file was modified test/sandbox/Solve2D_FV_TwoPhase_SPE10_BDF_toy.cpp
The file was modified src/pde/Lorenz/OutputLorenz.h
The file was modified test/sandbox/Solve2D_DGBR2_TwoPhase_ArtificialViscosity_SPE10_BDF_toy.cpp
The file was modified test/sandbox/Adapt3D_VMSD_TwoPhase_ArtificialViscosity_ST_SPE10_toy.cpp
The file was addedtest/unit/pde/AnalyticFunction/ArrayFunction2D_btest.cpp
The file was addedsrc/pde/AnalyticFunction/ArrayFunction2D.h
The file was removedsrc/pde/AnalyticFunction/VectorFunction1D.h
The file was modified test/sandbox/Adapt3D_DGBR2_TwoPhase_ST_internalface2D_toy.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_TwoPhase_ArtificialViscosity_ST_SPE10_Lookup_toy.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_TwoPhase_ArtificialViscosity_ST_internalface2D_toy.cpp
The file was modified test/sandbox/Solve2D_DGBR2_TwoPhase_ArtificialViscosity_QuarterFiveSpot_BDF_toy.cpp
Commit 2c41751aace155718ca5d6e1c91b09e18d3672cd by blsc
Updated PDESourceOnly and unit tests. Required some modification of a few PDEs in the process.
The file was modified src/pde/AdvectionDiffusion/PDEAdvectionDiffusion3D.h
The file was modified test/unit/pde/SourceOnly/PDESourceOnly2D_btest.cpp
The file was modified src/pde/NS/PDEEuler3D.h
The file was modified src/pde/AdvectionDiffusion/PDEAdvectionDiffusion2D.h
The file was addedtest/unit/IO/pde/PDESourceOnly3D_pattern.txt
The file was modified src/pde/ArtificialViscosity/PDEmitAVSensor3D.h
The file was modified src/pde/SourceOnly/PDESourceOnly3D.h
The file was modified src/pde/SourceOnly/PDESourceOnly2D.h
The file was addedtest/unit/pde/SourceOnly/PDESourceOnly3D_btest.cpp
The file was modified src/pde/NS/PDEEulermitAVDiffusion3D.h
Commit f198172e3c4430edf87fc75dd1b68cf5c368f2af by blsc
Updated homotopy continuation algorithm. This involves an update to the constructor, so the relevent sandbox cases have been updated. A few sandbox cases and unit test have been disabled. The unit test will be re-enabled once it has been updated to the new interface (the content is currently lacking anyway). Also added a function to SolverInterface_VMSD_BR2 to return the total (q + qp) fine (p+1 without subtraction) adjoint for output to Tecplot.
The file was modified src/Adaptation/MOESS/SolverInterface_VMSD_BR2.h
The file was modified src/SolutionTrek/Continuation/Homotopy/Homotopy.h
The file was removedtest/sandbox/Solve1D_Lorenz_HTC_toy.cpp
The file was addedtest/sandbox/Solve1D_Lorenz_HTC_toy.cpp.nocompile
The file was removedtest/sandbox/Solve2D_VMSDBR2_HOW5_VI2_HTC_toy.cpp
The file was modified test/sandbox/Solve2D_VMSDBR2_NavierStokes_Joukowski_AV_HTC_toy.cpp
The file was addedtest/sandbox/Solve2D_VMSDBR2_HOW5_VI2_HTC_toy.cpp.nocompile
The file was removedtest/sandbox/Solve1D_HDG_Burgers_HTC_toy.cpp
The file was modified test/sandbox/Solve2D_VMSDBR2_HOW5_VI2_Surface_AV_HTC_toy.cpp
The file was removedtest/unit/SolutionTrek/Continuation/Homotopy_btest.cpp
The file was modified test/sandbox/Adapt2D_VMSDBR2_NavierStokes_LaminarJoukowski_AV_HTC_toy.cpp
The file was addedtest/sandbox/Solve1D_HDG_Burgers_HTC_toy.cpp.nocompile
The file was addedtest/unit/SolutionTrek/Continuation/Homotopy_btest.cpp.nocompile
The file was modified test/sandbox/Adapt2D_VMSDBR2_NavierStokes_Blottner_Mach20_AV_HTC_toy.cpp
The file was modified test/sandbox/Solve2D_VMSDBR2_HOW5_VI2_AV_HTC_toy.cpp
The file was modified test/sandbox/Solve3D_VMSDBR2_BlottnerSphere_AV_HTC_toy.cpp
The file was modified test/sandbox/Adapt2D_VMSDBR2_NavierStokes_LaminarJoukowski_AV_HTC_P1_2k_toy.cpp
Commit a9e8f64751a2e1357d1d4b3a9ddf2974290f15ea by shunz
Minor edits
The file was modified src/PanelMethod/ProjectToQauxi_IBL3D.h
The file was modified src/PanelMethod/ProjectionToQauxi_IBL.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 removedsrc/pde/AnalyticFunction/VectorFunction3D.h
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxv_FullPotential3D.h
The file was addedsrc/pde/AnalyticFunction/ArrayFunction3D.h
Commit 6333ab49d7177935317bfb19ce75ebb8547e2daa by blsc
Removed all the cases that were disabled in the sandbox. Re-added the homotopy unit tests (still need more work, but to check basic functionality). Updated advection-diffusion and PDEHomotopy interfaces to support the new unit test.
The file was modified src/pde/AdvectionDiffusion/PDEAdvectionDiffusion2D.h
The file was removedtest/unit/Discretization/Galerkin/IntegrandCell_Galerkin_IRS_Euler_btest.cpp.nocompile
The file was modified test/unit/SolutionTrek/Continuation/CMakeLists.txt
The file was modified src/SolutionTrek/Continuation/Homotopy/PDEHomotopy.h
The file was removedtest/sandbox/Solve2D_DGBR2_Triangle_Euler_Ramp_ArtificialViscosity_Block2x2_toy.cpp.nocompile
The file was modified src/SolutionTrek/Continuation/Homotopy/Homotopy.h
The file was addedtest/unit/SolutionTrek/Continuation/Homotopy_btest.cpp
The file was modified src/pde/AdvectionDiffusion/BCAdvectionDiffusion2D.h
The file was addedtest/unit/SolutionTrek/Continuation/Homotopy_Euler_btest.cpp
The file was removedtest/sandbox/Solve2D_VMSDBR2_HOW5_VI2_HTC_toy.cpp.nocompile
The file was removedtest/sandbox/Solve1D_HDG_Burgers_HTC_toy.cpp.nocompile
The file was removedtest/sandbox/Solve1D_Lorenz_HTC_toy.cpp.nocompile
The file was removedtest/unit/SolutionTrek/Continuation/Homotopy_btest.cpp.nocompile
Commit 00109c232d59693ee0ec767bdcfa1463131841be by shunz
Add initial framework for Auxi equation for FP-IBL3 coupling
The file was addedtest/unit/Discretization/Galerkin/AlgebraicEquationSet_ProjectToQauxi_FullPotential3D_btest.cpp
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
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 6670779a14979a3b447880092392231e15bc573d by waligura
Removing some secluded ntref values pointed out by Ben
The file was modified test/sandbox/Solve2D_DGBR2_Triangle_RANSSA_OjedaMMS_toy.cpp
The file was modified src/pde/NS/SolutionFunction_RANSSA2D.cpp
The file was modified src/pde/NS/SolutionFunction_RANSSA2D.h
The file was modified src/pde/NS/QRANSSA2D.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 src/pde/IBL/AlgebraicEquationSet_ProjectToQauxi_FullPotential3D.h
The file was modified test/unit/Discretization/Galerkin/AlgebraicEquationSet_ProjectToQauxi_FullPotential3D_btest.cpp
Commit c121714448f09f7a6b284e5c3319c5663b8fcdb6 by shunz
Renamed integrand for projection to Qauxi
The file was addedsrc/pde/IBL/Integrand_ProjectToQauxi_FullPotential3D.h
The file was removedsrc/pde/IBL/Integrand_ProjectToQauxi_BoundaryTracePart_FullPotential3D.h
The file was modified test/unit/Discretization/Galerkin/AlgebraicEquationSet_ProjectToQauxi_FullPotential3D_btest.cpp
Commit 9dca8e2d5c5a62b7c8884c84e7ae8efa26f3e825 by blsc
Added the ability to specify parameters for positivity preserving source in Euler. Updated tests to reflect change in constructor.
The file was modified test/sandbox/Adapt2D_VMSDBR2_NavierStokes_LaminarJoukowski_AV_HTC_toy.cpp
The file was modified test/sandbox/Solve2D_VMSDBR2_NavierStokes_Joukowski_AV_HTC_toy.cpp
The file was modified src/pde/NS/PDEEulermitAVDiffusion2D.h
The file was modified test/sandbox/Solve3D_VMSDBR2_BlottnerSphere_AV_HTC_toy.cpp
The file was modified src/pde/NS/PDENavierStokes2D.h
The file was modified src/pde/NS/PDERANSSA2D.h
The file was addedsrc/pde/NS/EulerPositivityParameters.h
The file was modified test/unit/SolutionTrek/Continuation/Homotopy_Euler_btest.cpp
The file was modified src/pde/NS/PDEEulermitAVDiffusion3D.h
Commit bc66e0b9bcc7bd207191476ac43ef888e442cd6f by blsc
I think this will fix the error Jenkins bought up for the Euler with rotor PDE.
The file was modified src/pde/NS/BCEulermitAVSensor3D.h
Commit 860cec72554eea1b6d538c25cd19701c964a338a by blsc
Fix Euler with rotor PDE boundary condition
The file was modified src/pde/NS/BCEulermitAVSensor3D.h
Commit 0a86875614d214c39f437f370caaae2ef2d40450 by blsc
Fix Euler with rotor PDE boundary condition -- Surreals could be passed through the PointSequence too.
The file was modified src/pde/NS/BCEulermitAVSensor3D.h
Commit ef69319b99d9c11159b887036909d840eac1376b by blsc
Removed unused header from Homotopy.h
The file was modified src/SolutionTrek/Continuation/Homotopy/Homotopy.h
Commit 203d9ba06ab2ca1139f4685450eb57a5c519c770 by blsc
Warning fixes
The file was modified test/unit/pde/ArtificialViscosity/PDEmitAVSensor3D_btest.cpp
The file was modified test/sandbox/Solve2D_CG_NACABTE_IPTF_toy.cpp
The file was modified test/sandbox/Solve2D_CG_NACA_LIP_toy.cpp
The file was modified test/unit/pde/SourceOnly/PDESourceOnly2D_btest.cpp
The file was modified test/unit/pde/NS/PDEEulermitAVDiffusion3D_btest.cpp
The file was modified test/unit/pde/SourceOnly/PDESourceOnly3D_btest.cpp
The file was modified test/sandbox/Solve2D_CG_NACA_IPTF_toy.cpp
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Rotor_GlobalConstraint.h
The file was modified test/sandbox/Adapt2D_VMSDBR2_NavierStokes_Blottner_Mach20_AV_HTC_toy.cpp
The file was modified test/sandbox/Solve2D_CG_NACA_IPTF_linearsolve_toy.cpp
Commit 6fe8a6f1865c998eea96fa9bf2c6897862a531f9 by blsc
More warning fixes for missing override keyword.
The file was modified test/unit/Discretization/GloballyConstrained/AlgebraicEquationSet_GloballyConstrained_btest.cpp
Commit ca04186cda9ec919dd7da09a3b43961ad38415b0 by galbramc
Update to latest avro
The file was modified src/Meshing/EGTess/EGTessModel.cpp
The file was modified test/sandbox/Adapt3D_VMSD_TwoPhase_ArtificialViscosity_ST_SPE10_toy.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_NavierStokes_DeltaWing_toy.cpp
The file was addedsrc/Meshing/avro/MesherInterface_avro_3D.cpp
The file was modified test/unit/Field/Local/XField_LocalPatch_Tet_btest.cpp
The file was modified src/Meshing/avro/XField_avro_4D.cpp
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_AD_DoubleBoundaryLayer_toy.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_TwoPhase_ArtificialViscosity_ST_SPE10_Param_toy.cpp
The file was modified test/sandbox/Adapt3D_VMSD_NavierStokes_DeltaWing_FixDOF_toy.cpp
The file was modified test/sandbox/Adapt2D_DGBR2_NavierStokes_FlatPlate_toy.cpp
The file was modified test/sandbox/Adapt4D_VMSD_AD_ST_toy.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_TwoPhase_ArtificialViscosity_ST_SPE10_Lookup_toy.cpp
The file was modified test/unit/UnitGrids/XField4D_1Ptope_X1_1Group.cpp
The file was addedsrc/Meshing/avro/MesherInterface_avroParams.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_AD_HemisphereCylinder_toy.cpp
The file was modified test/unit/Field/Field4D_CG_Pentatope_btest.cpp
The file was modified test/sandbox/Solve3D_VMSD_AD_ST_toy.cpp
The file was modified test/sandbox/Solve3D_Galerkin_Stabilized_AD_ST_toy.cpp
The file was modified src/Meshing/TetGen/makeTetGenModel.cpp
The file was modified test/sandbox/Adapt2D_DGBR2_NavierStokes_ParkMMS_toy.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_AD_ST_toy.cpp
The file was modified test/unit/UnitGrids/XField4D_24Ptope_X1_1Group.cpp
The file was modified test/sandbox/Solve4D_L2Project_toy.cpp
The file was modified test/sandbox/Solve4D_DGBR2_AD_ST_SquareChannel_toy.cpp
The file was modified test/sandbox/Adapt3D_Galerkin_Stabilized_AD_ST_toy.cpp
The file was modified test/sandbox/Adapt3D_Mesh_Optimizer_toy.cpp
The file was modified test/sandbox/Adapt3D_VMSD_AD_ST_toy.cpp
The file was addedsrc/Meshing/avro/MesherInterface_avro_impl.h
The file was modified CMakeInclude/Builds/BuildAVRO.cmake
The file was addedsrc/Meshing/EGADS/EGModelUnique.h
The file was modified src/Meshing/avro/XField_avro.h
The file was modified test/sandbox/Solve4D_VMSD_AD_ST_toy.cpp
The file was modified src/Meshing/avro/CMakeLists.txt
The file was modified test/sandbox/Solve4D_Galerkin_Stabilized_AD_ST_SquareChannel_toy.cpp
The file was modified test/sandbox/Solve4D_VMSD_AD_ST_SquareChannel_toy.cpp
The file was modified src/Adaptation/MOESS/ErrorModel/ErrorModel_impl.h
The file was modified test/sandbox/Adapt3D_VMSD_NavierStokes_DeltaWing_toy.cpp
The file was modified test/unit/Field/Local/XField_LocalPatch_Simplex_forCG_btest.cpp
The file was modified test/unit/Meshing/avro/XField3D_Wake_avro_btest.cpp
The file was modified test/unit/UnitGrids/CMakeLists.txt
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_Poisson_toy.cpp
The file was modified src/Meshing/EGADS/EGContext.cpp
The file was modified test/sandbox/Solve4D_Galerkin_Stabilized_AD_ST_toy.cpp
The file was modified test/unit/Adaptation/MOESS/NodalMetrics_btest.cpp
The file was modified test/sandbox/Adapt2D_VMSD_AD_DoubleBoundaryLayer_toy.cpp
The file was modified test/sandbox/Adapt3D_VMSD_AD_TripleBoundaryLayer_toy.cpp
The file was modified test/unit/Meshing/EGTess/EGTessModel_btest.cpp
The file was addedsrc/Meshing/avro/MesherInterface_avro_2D.cpp
The file was removedtest/sandbox/Solve2D_DGBR2_TwoPhase_Steady_Well_Boundary_toy2.cpp
The file was modified test/sandbox/Adapt4D_VMSD_AD_ST_SquareChannel_toy.cpp
The file was modified test/sandbox/Adapt4D_L2Project_MOESS_toy.cpp
The file was modified test/sandbox/Adapt2D_Mesh_Optimizer_toy.cpp
The file was modified test/sandbox/Adapt2D_DGBR2_AR_toy.cpp
The file was modified test/sandbox/Adapt3D_Galerkin_Stabilized_AD_TripleBoundaryLayer_toy.cpp
The file was modified test/sandbox/Adapt2D_L2Project_MOESS_toy.cpp
The file was modified test/system/Asymptotic/ErrorOrder_4D_DG_Pentatope_btest.cpp
The file was modified test/unit/Field/Local/XField_LocalPatch_Triangle_btest.cpp
The file was modified test/sandbox/Adapt2D_DGBR2_AD_DoubleBoundaryLayer_toy.cpp
The file was modified src/Meshing/gmsh/XField_gmsh.cpp
The file was modified test/unit/Meshing/AFLR/AFLR3_btest.cpp
The file was modified src/Meshing/avro/XField3D_Wake_avro.h
The file was modified test/sandbox/Adapt4D_VMSD_AD_ST_ExpandingSphericalWave_toy.cpp
The file was modified CMakeInclude/Checks/CheckAVRO.cmake
The file was modified src/Meshing/AFLR/AFLR3.cpp
The file was modified test/sandbox/Adapt4D_DGBR2_AD_ST_toy.cpp
The file was removedtest/unit/UnitGrids/XField_KuhnFreudenthal.cpp
The file was modified test/sandbox/Solve4D_DGBR2_AD_ST_toy.cpp
The file was modified test/sandbox/Solve4D_VMSD_AD_ST_ExpandingSphericalWave_toy.cpp
The file was modified test/sandbox/Adapt3D_L2Project_MultiScale_toy.cpp
The file was removedtest/unit/UnitGrids/XField_KuhnFreudenthal.h
The file was modified test/sandbox/Adapt2D_VMSDBR2_Euler_Ringleb_toy.cpp
The file was modified test/sandbox/Adapt4D_Galerkin_Stabilized_AD_ST_SquareChannel_toy.cpp
The file was modified test/sandbox/Adapt3D_L2Project_MOESS_toy.cpp
The file was modified test/unit/Field/Local/XField_LocalPatch_Line_btest.cpp
The file was modified src/Meshing/EGADS/EGContext.h
The file was addedsrc/Meshing/EGADS/EGModelUnique.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_TwoPhase_ST_internalface2D_toy.cpp
The file was modified test/unit/Field/Local/XField_LocalPatch_HighOrderTriangle_btest.cpp
The file was removedtest/unit/UnitGrids/XField_KuhnFreudenthal_btest.cpp
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_Lifted_AD_DoubleBoundaryLayer_toy.cpp
The file was modified test/sandbox/Adapt2D_DGBR2_Poisson_toy.cpp
The file was modified test/unit/Adaptation/MOESS/ErrorModel_btest.cpp
The file was modified src/Meshing/avro/XField_avro_3D.cpp
The file was modified test/sandbox/Adapt4D_VMSD_AD_ST_AdvectiveField_toy.cpp
The file was modified test/unit/UnitGrids/XField4D_Box_Ptope_X1.h
The file was modified src/Meshing/TetGen/EGTetGen.h
The file was modified test/sandbox/Adapt2D_DGBR2_NavierStokes_FlatPlate_LikelihoodSweep_toy.cpp
The file was modified test/sandbox/Adapt2D_VMSDBR2_NavierStokes_ParkMMS_toy.cpp
The file was modified test/unit/Field/Local/XField_LocalPatch_Pentatope_btest.cpp
The file was modified test/sandbox/Adapt4D_Mesh_Optimizer_toy.cpp
The file was modified src/Meshing/EGADS/EGModel.h
The file was modified test/sandbox/Adapt3D_VMSD_NavierStokes_DeltaWing_Chain_toy.cpp
The file was modified test/unit/UnitGrids/XField4D_Box_Ptope_X1.cpp
The file was modified src/Meshing/avro/MesherInterface_avro.h
The file was modified test/sandbox/Solve3D_DGBR2_AD_ST_toy.cpp
The file was addedsrc/Meshing/avro/MesherInterface_avro_4D.cpp
The file was modified test/sandbox/Adapt2D_DGBR2_TwoPhase_ST_toy.cpp
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_AR_toy.cpp
The file was modified src/Meshing/avro/XField_avro_2D.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_NavierStokes_DeltaWing_FixDOF_toy.cpp
The file was modified test/unit/Field/Local/XField_LocalPatch_Simplex_forDG_btest.cpp
The file was modified src/Meshing/EGTess/WakedFarFieldBox.cpp
The file was modified test/sandbox/Adapt3D_VMSDBR2_NavierStokes_DeltaWing_Chain_toy.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_TwoPhase_ArtificialViscosity_ST_internalface2D_toy.cpp
The file was modified test/unit/Field/Field_NodalView_btest.cpp
The file was modified test/unit/Adaptation/MOESS/CostModel_LogEuclidian_btest.cpp
The file was modified src/Meshing/avro/XField_avro_impl.h
The file was removedsrc/Meshing/avro/MesherInterface_avro.cpp
The file was modified src/Meshing/avro/XField3D_Wake_avro.cpp
The file was modified src/UserInterfaces/capsAIM/intersectWake.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_TwoPhase_ArtificialViscosity_ST_QuarterFiveSpot_toy.cpp
The file was modified test/sandbox/Adapt2D_DGBR2_NavierStokes_FlatPlate_MCMC_toy.cpp
The file was modified src/Meshing/EGADS/CMakeLists.txt
The file was modified test/sandbox/Adapt3D_DGBR2_AD_TripleBoundaryLayer_toy.cpp
The file was modified test/sandbox/Adapt2D_VMSDBR2_AD_DoubleBoundaryLayer_toy.cpp
The file was modified test/sandbox/Adapt4D_L2Project_toy.cpp
The file was modified test/unit/Field/Field4D_DG_Pentatope_btest.cpp
The file was modified test/sandbox/Adapt2D_VMSD_AD_ST_toy.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_NavierStokes_DeltaWing_Chain_toy.cpp
The file was modified test/sandbox/Adapt4D_Galerkin_Stabilized_AD_ST_toy.cpp
The file was modified src/Meshing/EGTess/EGTessModel.h
The file was modified src/UserInterfaces/capsAIM/capsMesh.cpp
The file was modified test/sandbox/Adapt4D_DGBR2_AD_ST_SquareChannel_toy.cpp
The file was modified test/unit/Meshing/avro/MesherInterface_avro_btest.cpp
The file was modified test/unit/Field/Local/XField_LocalPatch_HighOrderTet_btest.cpp
The file was modified test/unit/UnitGrids/XField4D_Box_Ptope_X1_btest.cpp
The file was modified test/unit/Meshing/avro/XField_avro_btest.cpp
Commit cabbc1ba56ea34a0ac2c112a356ed7e3b4de638b by galbramc
avro parallel fixes
The file was modified src/Meshing/avro/XField_avro_4D.cpp
The file was modified src/Meshing/avro/MesherInterface_avro.h
The file was modified src/Adaptation/MeshAdapter/MeshAdapter4D.cpp
The file was modified test/unit/Field/Field_NodalView_btest.cpp
The file was modified src/Meshing/EGTess/EGTriangle.cpp
The file was modified src/Meshing/avro/XField_avro.h
The file was modified src/Meshing/avro/XField_avro_impl.h
The file was modified CMakeInclude/Checks/CheckAVRO.cmake
The file was modified src/Meshing/EGTess/EGTriangle.h
The file was modified src/Meshing/avro/MesherInterface_avro_impl.h
The file was modified src/Meshing/avro/XField_avro_3D.cpp
The file was modified test/unit/Adaptation/MOESS/ErrorModel_btest.cpp
The file was modified src/Meshing/avro/XField_avro_2D.cpp
The file was modified src/Field/Partition/XField_Lagrange_impl.h
Commit e5b7a6f8b94350864c1e8251e0d4ccbfa4396c67 by galbramc
Dissable avro graphics
The file was modified CMakeInclude/Builds/BuildAVRO.cmake
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 addedsrc/pde/IBL/ResidualBoundaryTrace_ProjectToQauxi_FullPotential3D.h
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxi_FullPotential3D.h
The file was modified src/pde/IBL/Integrand_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
Commit 0bb96caa9cca705d76b041499148b9f5a5ab1d82 by shunz
Distinguish volume and manifold quadrature order configurations
The file was modified test/unit/Discretization/Galerkin/AlgebraicEquationSet_ProjectToQauxi_FullPotential3D_btest.cpp
The file was modified src/pde/IBL/ResidualBoundaryTrace_ProjectToQauxi_FullPotential3D.h
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxi_FullPotential3D.h
Commit 07ecbfd901f90b10193b6bf1f7045ea56beec778 by shunz
Rename integrand class for clarity
The file was modified test/unit/Discretization/Galerkin/AlgebraicEquationSet_ProjectToQauxi_FullPotential3D_btest.cpp
The file was addedsrc/pde/IBL/IntegrandVolumeBoundaryTrace_ProjectToQauxi.h
The file was removedsrc/pde/IBL/Integrand_ProjectToQauxi_FullPotential3D.h
Commit e209722260c62d9582757091e0dda644f0215fc9 by galbramc
4D fixes, and rename Ptope to Pentatope
The file was removedtest/unit/UnitGrids/XField4D_6Ptope_X1_1Group_NegativeTraceOrientation_btest.cpp
The file was modified test/sandbox/Adapt4D_L2Project_toy.cpp
The file was removedtest/unit/UnitGrids/XField4D_Box_Ptope_X1.cpp
The file was modified test/sandbox/Adapt4D_VMSD_AD_ST_AdvectiveField_toy.cpp
The file was modified test/unit/Field/Local/XField4D_LocalPatch_Element_DG_btest.cpp
The file was addedtest/unit/UnitGrids/XField4D_6Pentatope_X1_1Group_NegativeTraceOrientation.h
The file was modified test/unit/Field/Field4D_DG_Pentatope_btest.cpp
The file was removedtest/unit/UnitGrids/XField4D_6Ptope_X1_1Group_NegativeTraceOrientation.cpp
The file was addedtest/unit/UnitGrids/XField4D_1Pentatope_X1_1Group.cpp
The file was addedtest/unit/UnitGrids/XField4D_6Pentatope_X1_1Group_NegativeTraceOrientation.cpp
The file was modified test/sandbox/Adapt4D_L2Project_MOESS_toy.cpp
The file was removedtest/unit/UnitGrids/XField4D_1Ptope_X1_1Group.cpp
The file was modified test/sandbox/Solve4D_DGBR2_AD_ST_SquareChannel_toy.cpp
The file was removedtest/unit/UnitGrids/XField4D_24Ptope_X1_1Group_btest.cpp
The file was addedtest/unit/UnitGrids/XField4D_6Pentatope_X1_1Group_NegativeTraceOrientation_btest.cpp
The file was modified test/unit/UnitGrids/CMakeLists.txt
The file was modified test/unit/Field/Local/Field4D_LocalPatch_Element_DG_btest.cpp
The file was modified test/unit/Field/Local/XField_LocalPatch_Pentatope_btest.cpp
The file was modified src/Adaptation/MOESS/XFieldND_EquilateralRef/XFieldND_EquilateralRef4D.cpp
The file was modified test/sandbox/Adapt4D_VMSD_AD_ST_SquareChannel_toy.cpp
The file was removedtest/unit/UnitGrids/XField4D_1Ptope_X1_1Group_btest.cpp
The file was modified test/sandbox/Adapt4D_VMSD_AD_ST_toy.cpp
The file was modified test/sandbox/Adapt4D_Mesh_Optimizer_toy.cpp
The file was modified test/unit/Field/Local/XField_LocalPatch_Simplex_forDG_btest.cpp
The file was modified test/sandbox/Adapt4D_DGBR2_AD_ST_toy.cpp
The file was addedtest/unit/UnitGrids/XField4D_2Pentatope_X1_1Group_btest.cpp
The file was modified test/sandbox/Solve4D_DGBR2_AD_ST_toy.cpp
The file was modified test/sandbox/Adapt4D_Galerkin_Stabilized_AD_ST_toy.cpp
The file was removedtest/unit/UnitGrids/XField4D_24Ptope_X1_1Group.h
The file was modified test/unit/Field/Local/XField_LocalPatch_Triangle_btest.cpp
The file was removedtest/unit/UnitGrids/XField4D_6Ptope_X1_1Group_NegativeTraceOrientation.h
The file was modified test/sandbox/Adapt4D_VMSD_AD_ST_ExpandingSphericalWave_toy.cpp
The file was modified test/unit/UserInterfaces/CMakeLists.txt
The file was modified test/sandbox/Adapt4D_Galerkin_Stabilized_AD_ST_SquareChannel_toy.cpp
The file was modified test/system/Asymptotic/ErrorOrder_4D_DG_Pentatope_btest.cpp
The file was modified test/sandbox/Quadrature_Testing_toy.cpp
The file was modified test/unit/Adaptation/MOESS/NLOPT/ImpliedMetric_Optimizer_NLOPT_btest.cpp
The file was removedtest/unit/UnitGrids/XField4D_2Ptope_X1_1Group_btest.cpp
The file was modified test/sandbox/Adapt4D_DGBR2_AD_ST_SquareChannel_toy.cpp
The file was addedtest/unit/UnitGrids/XField4D_Box_Pentatope_X1_btest.cpp
The file was modified test/sandbox/Solve4D_VMSD_AD_ST_SquareChannel_toy.cpp
The file was modified test/sandbox/Solve4D_VMSD_AD_ST_ExpandingSphericalWave_toy.cpp
The file was modified test/unit/Adaptation/MOESS/NodalMetrics_btest.cpp
The file was modified test/unit/Field/Field_NodalView_btest.cpp
The file was modified test/unit/Discretization/Galerkin/JacobianCell_Galerkin_Stabilized_AD_btest.cpp
The file was modified test/unit/Field/Element/UniqueElem_btest.cpp
The file was addedtest/unit/UnitGrids/XField4D_24Pentatope_X1_1Group.h
The file was removedtest/unit/UnitGrids/XField4D_2Ptope_X1_1Group.h
The file was modified test/unit/Field/Element/ReferenceElementMesh_btest.cpp
The file was removedtest/unit/UnitGrids/XField4D_24Ptope_X1_1Group.cpp
The file was removedtest/unit/UnitGrids/XField4D_1Ptope_X1_1Group.h
The file was modified test/unit/Field/Field4D_CG_Pentatope_btest.cpp
The file was modified test/sandbox/Solve4D_L2Project_toy.cpp
The file was addedtest/unit/UnitGrids/XField4D_2Pentatope_X1_1Group.h
The file was modified test/unit/Field/Local/XField_LocalPatch_Simplex_forCG_btest.cpp
The file was modified test/unit/Adaptation/MOESS/CostModel_LogEuclidian_btest.cpp
The file was addedtest/unit/UnitGrids/XField4D_1Pentatope_X1_1Group.h
The file was addedtest/unit/UnitGrids/XField4D_2Pentatope_X1_1Group.cpp
The file was removedtest/unit/UnitGrids/XField4D_Box_Ptope_X1.h
The file was modified test/unit/Field/Local/Field4D_LocalPatch_Edge_CG_btest.cpp
The file was modified test/sandbox/Adapt2D_DGBR2_NavierStokes_FlatPlate_toy.cpp
The file was modified test/sandbox/Solve4D_Galerkin_Stabilized_AD_ST_toy.cpp
The file was addedtest/unit/UnitGrids/XField4D_Box_Pentatope_X1.cpp
The file was modified test/sandbox/Solve4D_VMSD_AD_ST_toy.cpp
The file was removedtest/unit/UnitGrids/XField4D_2Ptope_X1_1Group.cpp
The file was modified test/sandbox/Solve4D_Galerkin_Stabilized_AD_ST_SquareChannel_toy.cpp
The file was modified test/unit/Discretization/Galerkin/JacobianCell_Galerkin_AD_btest.cpp
The file was addedtest/unit/UnitGrids/XField4D_24Pentatope_X1_1Group_btest.cpp
The file was addedtest/unit/UnitGrids/XField4D_24Pentatope_X1_1Group.cpp
The file was modified src/Meshing/TetGen/EGTetGen.h
The file was removedtest/unit/UnitGrids/XField4D_Box_Ptope_X1_btest.cpp
The file was addedtest/unit/UnitGrids/XField4D_Box_Pentatope_X1.h
The file was modified scripts/jenkins/SANS_Commit.sh
The file was modified test/unit/Field/Local/XField4D_LocalPatch_Element_CG_btest.cpp
The file was modified test/unit/Adaptation/MOESS/ErrorModel_btest.cpp
The file was addedtest/unit/UnitGrids/XField4D_1Pentatope_X1_1Group_btest.cpp
Commit 9c69e1ec4bb0a41c8558d975af27accfb5abed81 by galbramc
Missed a file
The file was modified test/unit/ErrorEstimate/ErrorEstimate_L2_AD_btest.cpp
Commit 44519b9045b7573b1c26253f8a4e6a3666ef490a by galbramc
Remove file dump
The file was modified src/Meshing/avro/MesherInterface_avro_impl.h
The file was modified test/unit/Meshing/avro/MesherInterface_avro_btest.cpp
The file was modified src/Meshing/avro/MesherInterface_avroParams.cpp
The file was modified src/Meshing/avro/MesherInterface_avro.h
Commit 3ab7a3bc05776e6f7273116dcf3f5850538ab240 by galbramc
Fix warning
The file was modified test/unit/UnitGrids/XField4D_Box_Pentatope_X1.cpp
Commit 937d1243e2f7487d8b1538dcfee8d43db7c755d9 by shunz
Add initial API of manifold integrands for Auxi equation
The file was addedsrc/pde/IBL/IntegrandManifoldBoundaryTrace_ProjectToQauxi.h
The file was modified src/pde/IBL/IntegrandVolumeBoundaryTrace_ProjectToQauxi.h
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxi_FullPotential3D.h
The file was addedsrc/pde/IBL/IntegrandManifoldInteriorTrace_ProjectToQauxi.h
The file was modified test/unit/Discretization/Galerkin/AlgebraicEquationSet_ProjectToQauxi_FullPotential3D_btest.cpp
Commit a0e25f5cc885af78789aa2331e4ca5db7c0cd961 by galbramc
Put avro WriteConformity back, but does nothing for now
The file was modified src/Meshing/avro/MesherInterface_avro.h
The file was modified src/Meshing/avro/MesherInterface_avroParams.cpp
Commit 47663aa778a94ae0047a1c0067a1b1b871f48cb8 by shunz
add more details to integrand of manifold boundary trace for FP-IBL3 coupling
The file was modified src/pde/IBL/IntegrandManifoldBoundaryTrace_ProjectToQauxi.h
The file was modified src/pde/IBL/ProjectToQauxi_FullPotential3D.h
Commit 14c52776414cedc659722f31e75f46a279f418e6 by galbramc
More avro parameter fixes
The file was modified test/sandbox/Adapt3D_DGBR2_TwoPhase_ArtificialViscosity_ST_internalface2D_toy.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_TwoPhase_ST_internalface2D_toy.cpp
The file was modified src/Meshing/avro/MesherInterface_avro.h
Commit f80b545e433a22b7e1105491455bba07a9ad94b9 by galbramc
Reduce Pentatope mesh size. Fix accidental commit
The file was modified test/unit/UserInterfaces/CMakeLists.txt
The file was modified test/unit/Field/Field4D_DG_Pentatope_btest.cpp
Commit 5014ed74b87ee7a77ca5b700f23cf00414555467 by galbramc
Warning fix
The file was modified src/Meshing/avro/XField_avro_2D.cpp
Commit 5bf7cf6d518a202fab9a9f0a80c77311871180bd by shunz
rename files/classes for clarity
The file was removedsrc/pde/IBL/ResidualBoundaryTrace_ProjectToQauxi_FullPotential3D.h
The file was addedsrc/pde/IBL/ResidualVolumeBoundaryTrace_ProjectToQauxi_FullPotential3D.h
The file was modified src/pde/IBL/AlgebraicEquationSet_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 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/AlgebraicEquationSet_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/sandbox/Solve3D_CG_FP_duct_toy.cpp
The file was modified src/Field/Field_DG_BoundaryTraceBase_impl.h
The file was modified src/Field/CMakeLists.txt
The file was modified src/Field/FieldTypes.h
The file was addedsrc/Field/FieldVolume_DG_BoundaryTrace_matchAreaCell_impl.h
The file was addedsrc/Field/FieldVolume_DG_BoundaryTrace_matchAreaCell_Instantiate_3D.cpp
The file was modified test/unit/Discretization/Galerkin/AlgebraicEquationSet_ProjectToQauxi_FullPotential3D_btest.cpp
The file was addedsrc/Field/FieldVolume_DG_BoundaryTrace_matchAreaCell.h
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 src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver_MatrixD_backsolve.h
The file was modified src/LinearAlgebra/SparseLinAlg/SparseLinAlg_LinearSolver.h
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixD_CRS_MatrixS_Instantiate.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/Preconditioners/ILU0.h
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_CRS_MatrixD.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/Preconditioners/LU_SGS.h
The file was modified src/Discretization/VMSDBR2/JacobianCell_VMSD_BR2.h
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_backsolve.h
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixBlock_2x2_Instantiate.cpp
The file was modified src/SolutionTrek/Continuation/Homotopy/Homotopy.h
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_factorize.h
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver.h
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_impl.h
The file was modified test/unit/Discretization/VMSDBR2/JacobianCell_VMSD_BR2_AD_btest.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/Preconditioners/Identity.h
The file was modified src/LinearAlgebra/AlgebraicEquationSetBase_GloballyConstrained.h
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver_CRS_double.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver_impl.h
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixBlock_3x3_Instantiate.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixBlock_4x4_Instantiate.cpp
The file was modified src/Discretization/VMSDBR2/AlgebraicEquationSet_VMSD_BR2.h
The file was modified test/unit/LinearAlgebra/SparseLinAlg/PETSc/PETSc_LinearSolver_btest.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver_MatrixBlock_2x2_Instantiate.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/LinearSolverBase.h
The file was modified test/unit/Discretization/VMSDBR2/AlgebraicEquationSet_VMSDBR2_Triangle_AD_btest.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixD_CRS_MatrixD.cpp
The file was modified src/LinearAlgebra/AlgebraicEquationSetBase.h
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_CRS_double.cpp
The file was modified src/Discretization/IntegrateBoundaryTraceGroups_BoundaryCell.h
The file was modified src/Discretization/VMSDBR2/ResidualCell_VMSD_BR2.h
The file was modified src/LinearAlgebra/SparseLinAlg/SparseLinAlg_LinearSolver.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/Krylov/FGMRES.h
The file was modified src/SolutionTrek/Continuation/Homotopy/AlgebraicEquationSet_HTC.h
The file was addedtest/system/LocalSolve/Constrained_Solve_btest.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver_backsolve.h
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_CRS_MatrixD_MatrixS_Instantiate.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixD_CRS_MatrixD_MatrixS_Instantiate.cpp
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/sandbox/Solve3D_CG_FP_duct_toy.cpp
The file was modified test/unit/UnitGrids/XField3D_BoxBoundary_Quad_X1.cpp
The file was modified test/unit/UnitGrids/XField3D_Box_Hex_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.h
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 src/Field/FieldVolume_DG_BoundaryTrace_matchAreaCell_impl.h
The file was modified src/Field/FieldVolume_DG_BoundaryTrace_matchAreaCell.h
The file was modified test/sandbox/Solve3D_CG_FP_duct_toy.cpp
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/pde/FullPotential/BCFullPotential3D.h
The file was modified src/Discretization/LIP_HACK/IntegrandBoundaryTrace_LinearScalar_sansLG_FP_HACK.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.h
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
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 src/Field/FieldArea_CG_Cell_Instantiate_3D.cpp
The file was modified src/PanelMethod/AlgebraicEquationSet_ProjectToQauxi_FlatPlate3D.h
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBLFourEqn_Quad_btest.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/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/UMFPACK_btest.cpp
The file was modified test/unit/LinearAlgebra/SparseLinAlg/MKL/CMakeLists.txt
The file was modified test/unit/LinearAlgebra/SparseLinAlg/PETSc/PETSc_LinearSolver_btest.cpp
The file was addedtest/unit/LinearAlgebra/SumConstraint_btest.h
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/Galerkin/AlgebraicEquationSet_Galerkin_BCDataField.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Project.h
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGAdvective.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 addedsrc/pde/IBL/IntegrandInteriorTrace_ProjectToQauxi3D.h
The file was modified src/PanelMethod/AlgebraicEquationSet_ProjectToQauxi_FlatPlate3D.h
The file was addedsrc/pde/IBL/IntegrandBoundaryTrace_ProjectToQauxi3D.h
The file was addedsrc/pde/IBL/IntegrandCell_ProjectToQauxi3D.h
The file was removedsrc/PanelMethod/IntegrandInteriorTrace_ProjectToQauxi3D.h
The file was modified src/pde/NDConvert/PDENDConvertSpace3D.h
The file was addedsrc/pde/IBL/AlgebraicEquationSet_ProjectToQauxi3D.h
The file was removedsrc/PanelMethod/IntegrandBoundaryTrace_ProjectToQauxi3D.h
The file was modified src/PanelMethod/ProjectToQauxi_IBL3D.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_Block4x4_impl.h
The file was modified src/Discretization/Block/AlgebraicEquationSet_Block3x3_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_DGBR2_impl.h
The file was modified src/Discretization/JacobianParam.h
The file was modified src/Discretization/JacobianParam_Local.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/Discretization/DG/AlgebraicEquationSet_DGAdvective_impl.h
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxi3D.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 test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_FP_Auxv_Auxi_IBL3_Quad_btest.cpp
The file was addedsrc/pde/IBL/AlgebraicEquationSet_ProjectToQauxv3D.h
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxi3D.h
Commit a9f685acc0ac1d4190067e4ae2aa2c8f40dde208 by galbramc
Remove AGLS. Add blockage and viscous terms to RotorSource.
The file was modified test/unit/Discretization/Galerkin/IntegrandCell_Galerkin_Stabilized_AD_btest.cpp
The file was removedsrc/Meshing/EGADS/Airfoils/CamberBlade.h
The file was modified src/Field/FieldVolume_DG_Cell_Instantiate_3D.cpp
The file was addedsrc/Meshing/EGADS/RotorSource/BladeParams.h
The file was modified src/pde/NS/BCNavierStokes3D_mitState.h
The file was removedtest/sandbox/Adapt2D_Galerkin_Stabilized_Lifted_AD_DoubleBoundaryLayer_toy.cpp
The file was modified src/Meshing/EGADS/EGNode.cpp
The file was modified test/sandbox/Adapt3D_Galerkin_Stabilized_NavierStokes_FlatPlate_toy.cpp
The file was removedsrc/Meshing/EGADS/Airfoils/CubicCamber.h
The file was addedsrc/Meshing/EGADS/RotorSource/CubicCamber.h
The file was modified test/unit/Discretization/Galerkin/JacobianCell_Galerkin_Stabilized_NS_btest.cpp
The file was modified src/pde/NDConvert/PDENDConvertSpace2D.h
The file was modified src/pde/NS/PDERANSSA3D.h
The file was addedsrc/Meshing/EGADS/RotorSource/CubicCamber.nb
The file was modified src/pde/ArtificialViscosity/PDEmitAVSensor3D.h
The file was addedtest/unit/Meshing/EGADS/ThicknessNACA6_btest.cpp
The file was modified test/sandbox/Solve3D_Galerkin_Stabilized_AD_ST_toy.cpp
The file was modified src/pde/NS/PDEEuler2D.h
The file was modified test/sandbox/Solve2D_VMSDBR2_Triangle_RANSSA_Joukowski_toy.cpp
The file was modified test/sandbox/Solve2D_HDG_Triangle_NavierStokes_Joukowski_toy.cpp
The file was modified test/unit/pde/NS/PDEEuler3D_RotorSource_btest.cpp
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_StrongForm_Stabilized.h
The file was addedsrc/Meshing/EGADS/RotorSource/QuadCamber.h
The file was modified src/pde/AdvectionDiffusion/PDEAdvectionDiffusion3D.h
The file was modified src/LinearAlgebra/DenseLinAlg/StaticSize/MatrixS_Decompose_LUP_Surreal_Instantiate.cpp
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_Output_Stabilized.h
The file was modified src/pde/NDConvert/PDENDConvertSpace1D.h
The file was modified src/pde/NS/BCEulermitAVSensor3D.h
The file was modified src/Field/NormalField/NormalField_Volume.cpp
The file was modified test/unit/pde/NS/PDEEuler2D_btest.cpp
The file was modified src/pde/NDConvert/PDENDConvertSpaceTime3D.h
The file was modified test/sandbox/ErrorOrder_1D_Galerkin_Stabilized_AD_DoubleBL_toy.cpp
The file was removedsrc/Meshing/EGADS/Airfoils/CubicCamber.nb
The file was removedsrc/Adaptation/MOESS/SolverInterface_AGLS_LiftedBoundary.h
The file was modified test/unit/Meshing/EGADS/CamberBlade_btest.cpp
The file was modified src/Discretization/Galerkin/IntegrandBoundaryTrace_Flux_mitState_Nitsche.h
The file was modified test/unit/Meshing/EGADS/QuadCamber_btest.cpp
The file was removedsrc/Adaptation/MOESS/SolverInterface_AGLS.h
The file was modified src/LinearAlgebra/DenseLinAlg/DynamicSize/MatrixD_InverseLU_Real_Instantiate.cpp
The file was modified test/sandbox/Adapt2D_CGStabilized_Triangle_RANSSA_Joukowski_Transonic_ArtificialViscosity_toy.cpp
The file was modified test/unit/pde/NS/PDERANSSA3D_btest.cpp
The file was addedsrc/Meshing/EGADS/RotorSource/Rotor.cpp
The file was removedtest/sandbox/ErrorOrder_2D_Galerkin_Stabilized_Lifted_Triangle_AD_toy.cpp
The file was addedsrc/Meshing/EGADS/RotorSource/CamberBlade.cpp
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_NavierStokes_FlatPlate_toy.cpp
The file was addedtest/unit/pde/NS/PDEEulermitAVDiffusion3D_RotorSource_btest.cpp
The file was modified src/Field/FieldVolume_Instantiate_3D.cpp
The file was modified src/UserInterfaces/BodyForceSolver_impl.h
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_AD_DoubleBoundaryLayer_toy.cpp
The file was addedsrc/Meshing/EGADS/RotorSource/ThicknessBlade.h
The file was modified src/Meshing/EGADS/CMakeLists.txt
The file was modified src/pde/NDConvert/PDENDConvertSpaceTime2D.h
The file was addedsrc/Meshing/EGADS/RotorSource/ThicknessNACA6.h
The file was removedtest/sandbox/Solve2D_CGStabilized_Lifted_Triangle_NavierStokes_Joukowski_toy.cpp
The file was removedsrc/Meshing/EGADS/Airfoils/QuadCamber.cpp
The file was modified test/sandbox/Solve4D_Galerkin_Stabilized_AD_ST_toy.cpp
The file was modified test/unit/pde/NS/PDERANSSA2D_btest.cpp
The file was modified src/pde/SourceOnly/PDESourceOnly2D.h
The file was modified src/LinearAlgebra/DenseLinAlg/StaticSize/MatrixS_InverseLUP_Surreal_Instantiate.cpp
The file was modified src/pde/NS/PDEEulermitAVDiffusion3D.h
The file was addedsrc/Meshing/EGADS/RotorSource/QuadCamber.cpp
The file was modified test/sandbox/Adapt3D_Galerkin_Stabilized_AD_ST_toy.cpp
The file was modified test/sandbox/ErrorOrder_1D_Galerkin_Stabilized_AD_Oliver_toy.cpp
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_Stabilized.h
The file was modified src/pde/AdvectionDiffusion/PDEAdvectionDiffusion2D.h
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_NavierStokes_Joukowski_toy.cpp
The file was removedsrc/Meshing/EGADS/Airfoils/Camberline.h
The file was modified src/Meshing/EGADS/EGApproximateCurve.h
The file was modified src/pde/ArtificialViscosity/PDEmitAVSensor2D.h
The file was modified test/unit/pde/PorousMedia/PDETwoPhase2D_btest.cpp
The file was modified src/pde/NDConvert/PDENDConvertSpaceTime1D.h
The file was modified test/system/CodeConsistency/PDEEulermitAVDiffusion2D_RANSSA_Consistency_btest.cpp
The file was modified test/unit/Field/NormalField_btest.cpp
The file was removedsrc/Meshing/EGADS/Airfoils/CamberBlade.cpp
The file was modified src/pde/NS/PDERANSSA2D.h
The file was modified src/pde/ArtificialViscosity/AVSensor_ViscousFlux3D.h
The file was modified test/sandbox/Solve2D_CGStabilized_Triangle_NavierStokes_OjedaMMS_toy.cpp
The file was modified src/UserInterfaces/BodyForceSolver.h
The file was modified src/Field/ElementCounter.h
The file was modified src/Field/FieldVolume_CG_Cell_Instantiate_3D.cpp
The file was modified src/Field/NormalField/NormalField.h
The file was modified src/Field/output_Tecplot/output_Tecplot_RotorSource.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver.h
The file was addedsrc/Meshing/EGADS/RotorSource/ThicknessNACA6.cpp
The file was addedsrc/Meshing/EGADS/RotorSource/ParametricBody.h
The file was modified src/pde/ArtificialViscosity/AVSensor_AdvectiveFlux3D.h
The file was modified test/sandbox/ErrorOrder_2D_Galerkin_Stabilized_Triangle_AD_toy.cpp
The file was modified test/sandbox/Solve2D_DGBR2_Triangle_NavierStokes_Joukowski_toy.cpp
The file was removedsrc/Meshing/EGADS/Airfoils/QuadCamber.h
The file was modified src/Meshing/EGADS/EGBezierCurve.h
The file was addedsrc/Meshing/EGADS/RotorSource/CamberBlade.h
The file was modified src/pde/NS/PDEEulermitAVDiffusion2D.h
The file was modified src/pde/NS/PDEEuler3D.h
The file was modified test/sandbox/Solve4D_Galerkin_Stabilized_AD_ST_SquareChannel_toy.cpp
The file was modified test/unit/Discretization/Galerkin/IntegrandCell_Galerkin_Stabilized_NS_btest.cpp
The file was addedsrc/Meshing/EGADS/RotorSource/CubicCamber.cpp
The file was addedsrc/Meshing/EGADS/RotorSource/Rotor.h
The file was modified src/pde/PorousMedia/PDETwoPhase2D.h
The file was addedsrc/Meshing/EGADS/RotorSource/ThicknessBlade.cpp
The file was modified test/unit/Discretization/Galerkin/IntegrandCell_Galerkin_Output_Stabilized_AD_btest.cpp
The file was modified test/system/CodeConsistency/PDEmitAVSensor2D_Consistency_RANSSA_btest.cpp
The file was modified test/unit/pde/Lorenz/PDELorenz_btest.cpp
The file was modified src/pde/SourceOnly/PDESourceOnly3D.h
The file was modified test/unit/Discretization/GloballyConstrained/Ping_Euler_RotorSource_btest.cpp
The file was modified test/unit/Meshing/EGADS/CubicCamber_btest.cpp
The file was modified src/pde/NDConvert/PDENDConvertSpace3D.h
The file was removedsrc/Meshing/EGADS/Airfoils/CubicCamber.cpp
The file was modified test/sandbox/Adapt2D_VMSD_AD_DoubleBoundaryLayer_toy.cpp
The file was modified src/pde/AdvectionDiffusion/PDEAdvectionDiffusion1D.h
The file was modified src/Discretization/Galerkin/Stabilization_Galerkin.h
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_Stabilized_Corrected.h
The file was modified src/Meshing/EGADS/EGNode.h
The file was modified src/pde/NS/BCRANSSA3D_mitState.h
The file was modified test/sandbox/Solve2D_CGStabilized_Triangle_RANSSA_Joukowski_toy.cpp
The file was modified src/Meshing/EGADS/EGApproximateCurve.cpp
The file was modified src/LinearAlgebra/DenseLinAlg/DynamicSize/MatMul/MatMul_Native_Real.cpp
The file was addedsrc/Meshing/EGADS/RotorSource/BladeParams.cpp
The file was modified test/sandbox/Solve2D_VMSD_Triangle_NavierStokes_Joukowski_toy.cpp
The file was modified test/unit/Field/Field3D_CG_Tetrahedron_btest.cpp
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_RANSSA_Joukowski_toy.cpp
The file was modified src/pde/NS/BCEuler3D_mitState.h
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_AD_Pollutant_toy.cpp
The file was modified src/pde/Lorenz/PDELorenz.h
The file was modified src/pde/ArtificialViscosity/AVSensor_Source3D.h
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_AR_toy.cpp
The file was modified src/pde/IncompressibleNS/PDEIncompressibleRANSSA1DChannel.h
The file was modified test/sandbox/Solve2D_CGStabilized_Triangle_NavierStokes_Joukowski_toy.cpp
The file was modified src/Meshing/EGADS/EGBezierCurve.cpp
The file was modified src/pde/NS/PDEEuler3D_RotorSource.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 test/unit/Discretization/Galerkin/AlgebraicEquationSet_ProjectToQauxv_FullPotential3D_btest.cpp
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxv_FullPotential3D.h
The file was modified src/pde/IBL/Integrand_ProjectToQauxv_FullPotential3D.h
Commit 3d86ee59bf16fa537ed39d825ada5935b845cd9f by galbramc
BC fixes
The file was modified src/pde/NS/BCRANSSA3D_mitState.h
The file was modified src/pde/NS/BCEulermitAVSensor3D.h
The file was modified src/pde/NS/BCNavierStokes3D_mitState.h
The file was modified src/Discretization/VMSDBR2/FunctionalBoundaryTrace_VMSD_BR2.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/IBL/JacobianParam_ProjectToQauxv_Qinv.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 test/unit/Discretization/Galerkin/AlgebraicEquationSet_ProjectToQauxv_FullPotential3D_btest.cpp
The file was modified src/pde/FullPotential/PDEFullPotential3D.h
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxv_FullPotential3D.h
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxi3D.h
Commit 60618a492f58f38031bd737affbc6673c118ec42 by shunz
Rename class and file
The file was modified test/unit/Discretization/Galerkin/AlgebraicEquationSet_ProjectToQauxi_FullPotential3D_btest.cpp
The file was addedsrc/pde/IBL/IntegrandCell_ProjectToQauxv_FullPotential3D.h
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxv_FullPotential3D.h
The file was removedsrc/pde/IBL/Integrand_ProjectToQauxv_FullPotential3D.h
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 addedsrc/Field/ProjectSoln/Project_DG_to_CG.h
The file was modified test/unit/Field/CMakeLists.txt
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_3D.cpp
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_1D.cpp
The file was modified src/Field/CMakeLists.txt
The file was addedsrc/Field/ProjectSoln/Project_DG_to_CG/Project_DG_to_CG_2D.cpp
The file was addedsrc/Field/ProjectSoln/Project_DG_to_CG/Project_DG_to_CG_impl.h
The file was modified src/Field/ProjectSoln/Project_DG_to_CG.h
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/Discretization/IntegrateCellGroups.h
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxv_FullPotential3D.h
The file was modified src/pde/IBL/Residual_ProjectToQauxv_FullPotential3D.h
Commit d28cdaad0552577f96da945154958503a9aeda77 by galbramc
More strict templates for AV. Add strongFluxViscous to AV.
The file was modified src/pde/NS/PDEEulermitAVDiffusion2D.h
The file was modified test/system/CodeConsistency/BCEulermitAVSensor2D_Consistency_btest.cpp
The file was modified test/system/CodeConsistency/PDEEulermitAVDiffusion2D_Consistency_btest.cpp
The file was modified test/unit/pde/ArtificialViscosity/PDEmitAVSensor2D_btest.cpp
The file was modified src/pde/NS/PDEEuler2D.h
The file was modified test/unit/Meshing/EGADS/ThicknessNACA6_btest.cpp
The file was modified src/pde/NS/BCEuler2D_mitState.h
The file was modified test/system/CodeConsistency/PDEmitAVSensor2D_Consistency_afield_btest.cpp
The file was modified test/unit/pde/NS/PDEEulermitAVDiffusion3D_btest.cpp
The file was modified test/unit/pde/NS/PDEEuler3D_btest.cpp
The file was modified src/pde/ArtificialViscosity/AVSensor_Source2D.h
The file was modified src/pde/NS/PDEEuler3D.h
The file was modified src/pde/NS/BCRANSSA2D.h
The file was modified src/pde/NS/BCEulermitAVSensor2D.h
The file was modified test/unit/pde/NS/BCRANSSA3D_mitState_btest.cpp
The file was modified src/pde/NS/PDEEulermitAVDiffusion3D.h
The file was modified test/unit/pde/NS/Fluids2D_Sensor_btest.cpp
The file was modified test/system/CodeConsistency/PDEmitAVSensor2D_Consistency_btest.cpp
The file was modified test/system/CodeConsistency/PDEmitAVSensor3D_Consistency_btest.cpp
The file was modified src/pde/ArtificialViscosity/AVSensor_Source3D.h
The file was modified src/pde/ArtificialViscosity/PDEmitAVSensor3D.h
The file was modified test/unit/pde/ArtificialViscosity/AVSensor_AdvectiveFlux2D_btest.cpp
The file was modified src/pde/NS/GasModel.h
The file was modified test/unit/pde/NS/PDEEulermitAVDiffusion3D_RANSSA_btest.cpp
The file was modified test/unit/pde/NS/PDEEuler2D_btest.cpp
The file was modified test/unit/pde/NS/Q2DEntropy_btest.cpp
The file was modified test/system/CodeConsistency/BCEulermitAVSensor2D_Consistency_RANSSA_afield_btest.cpp
The file was modified test/unit/pde/SourceOnly/PDESourceOnly2D_btest.cpp
The file was modified test/unit/pde/ArtificialViscosity/PDEmitAVSensor3D_btest.cpp
The file was modified test/system/CodeConsistency/PDEmitAVSensor3D_Consistency_RANSSA_btest.cpp
The file was modified test/unit/pde/NS/BCEulermitAVSensor2D_btest.cpp
The file was modified test/unit/pde/NS/GasModel_btest.cpp
The file was modified scripts/vera/exclusions.txt
The file was modified test/unit/pde/NS/PDERANSSA3D_btest.cpp
The file was modified src/pde/ArtificialViscosity/PDEmitAVSensor2D.h
The file was modified test/unit/pde/NS/PDEEulermitAVDiffusion2D_btest.cpp
The file was modified test/system/CodeConsistency/BCEulermitAVSensor2D_Consistency_afield_btest.cpp
The file was modified src/pde/ArtificialViscosity/AVSensor_AdvectiveFlux3D.h
The file was modified src/pde/ArtificialViscosity/AVSensor_AdvectiveFlux2D.h
The file was modified test/system/CodeConsistency/PDEmitAVSensor2D_Consistency_RANSSA_btest.cpp
Commit ed9a322f226804be6f6a54af354c6292840f8bf8 by galbramc
Warning fixes
The file was modified test/unit/pde/NS/PDEEulermitAVDiffusion2D_RANSSA_btest.cpp
The file was modified test/unit/pde/NS/PDEEulermitAVDiffusion3D_btest.cpp
The file was modified test/sandbox/Adapt2D_DGBR2_Triangle_RANSSA_NACA0012_ArtificialViscosity_toy.cpp
The file was addedsrc/Discretization/DG/DGBR2_Instantiate/AlgebraicEquationSet_DGBR2_ArtificialViscosity_RANSSA2D_PrimitiveSutherland.cpp
The file was modified src/pde/NS/PDEEulermitAVDiffusion2D.h
The file was modified src/Discretization/CMakeLists.txt
The file was addedsrc/Discretization/DG/DGBR2_Instantiate/AlgebraicEquationSet_DGBR2_ArtificialViscosity_RANSSA2D_PrimitiveConstVisc.cpp
The file was modified test/sandbox/Adapt2D_DGBR2_Triangle_RANSSA_Joukowski_Transonic_ArtificialViscosity_toy.cpp
The file was modified test/sandbox/Solve2D_DGBR2_Triangle_RANSSA_Joukowski_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/PDEEuler2D_btest.cpp
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_RAE2822_ArtificialViscosity_toy.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 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/PDEEulermitAVDiffusion2D.h
The file was modified src/tools/smoothmath.h
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/system/CodeConsistency/PDEmitAVSensor2D_Consistency_btest.cpp
The file was modified test/system/CodeConsistency/PDEmitAVSensor2D_Consistency_RANSSA_btest.cpp
The file was modified test/unit/pde/NS/PDEEulermitAVDiffusion1D_btest.cpp
The file was modified test/system/CodeConsistency/PDEmitAVSensor3D_Consistency_btest.cpp
The file was modified src/pde/NS/PDEEulermitAVDiffusion3D.h
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 test/system/CodeConsistency/PDEmitAVSensor3D_Consistency_RANSSA_btest.cpp
The file was modified src/pde/NS/PDEEulermitAVDiffusion3D.h
The file was modified src/Meshing/EGADS/RotorSource/ThicknessNACA6.cpp
The file was modified src/tools/smoothmath.h
The file was modified test/unit/pde/NS/PDEEulermitAVDiffusion2D_btest.cpp
The file was modified test/unit/pde/NS/PDEEulermitAVDiffusion3D_btest.cpp
The file was modified test/unit/tools/smoothmath_btest.cpp
The file was modified src/Field/NormalField/NormalField_Volume.cpp
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 src/pde/NS/PDEEulermitAVDiffusion1D.h
The file was modified test/system/CodeConsistency/PDEmitAVSensor2D_Consistency_RANSSA_btest.cpp
The file was modified test/system/CodeConsistency/PDEmitAVSensor3D_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 addedsrc/pde/IBL/JacobianParam_ProjectToQauxv_FullPotential3D.h
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxv_FullPotential3D.h
The file was modified src/pde/IBL/IntegrandCell_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/NewtonSolver_impl.h
The file was modified src/NonLinearSolver/NonLinearSolverBase.h
The file was modified src/SolutionTrek/Continuation/Homotopy/AlgebraicEquationSet_HTC.h
The file was modified test/unit/SolutionTrek/Continuation/CMakeLists.txt
The file was modified src/Discretization/VMSDBR2/AlgebraicEquationSet_VMSD_BR2.h
The file was modified src/SolutionTrek/Continuation/Homotopy/Homotopy.h
The file was modified src/NonLinearSolver/LineUpdate/HalvingSearchLineUpdate_impl.h
The file was modified test/system/LocalSolve/Constrained_Solve_btest.cpp
Commit 54b441da5ebbdc93af49567b209231caea05b74f by galbramc
Discrete blockage gradient
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
The file was modified src/Meshing/EGADS/RotorSource/ThicknessBlade.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/NS/PDEEulermitAVDiffusion3D.h
The file was modified src/pde/NS/PDERANSSA3D.h
The file was modified src/Adaptation/MOESS/ParamFieldBuilder.h
The file was modified src/pde/ArtificialViscosity/AVSensor_Source3D.h
The file was modified src/pde/ArtificialViscosity/PDEmitAVSensor3D.h
The file was addedtest/sandbox/Adapt3D_VMSDBR2_RANSSA_DPW_AV_HTC_toy.cpp
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 src/pde/ArtificialViscosity/PDEmitAVSensor3D.h
The file was modified test/system/CodeConsistency/VMSDBR2_BubbleModes_btest.cpp
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/PDEmitAVSensor2D.h
The file was modified src/pde/NS/PDERANSSA2D.h
The file was modified test/sandbox/Adapt3D_VMSDBR2_RANSSA_DPW_AV_HTC_toy.cpp
The file was removedtest/sandbox/Solve2D_VMSDBR2_NavierStokes_Joukowski_AV_HTC_toy.cpp
The file was addedtest/sandbox/Solve2D_VMSDBR2_RANSSA_Joukowski_HTC_toy.cpp
The file was modified src/pde/ArtificialViscosity/AVSensor_Source2D.h
The file was modified src/pde/ArtificialViscosity/AVSensor_Source3D.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/sandbox/Adapt3D_VMSDBR2_RANSSA_DPW_AV_HTC_toy.cpp
The file was modified test/unit/Field/CMakeLists.txt
The file was modified test/unit/Field/Project_DG_to_CG_btest.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/PDERANSSA3D.h
The file was modified scripts/jenkins/SANS_Commit.sh
The file was modified src/pde/NS/BCEulermitAVSensor3D.h
Commit 7bcca248a9e7c0339bde0903edb1299fdd74ecb3 by galbramc
Fixes for AVSensor_Source_VMSD_SPD
The file was modified src/pde/NS/PDEEulermitAVDiffusion3D.h
The file was modified src/pde/NS/PDEEulermitAVDiffusion2D.h
The file was modified src/pde/ArtificialViscosity/AVSensor_Source2D.h
The file was modified src/pde/ArtificialViscosity/AVSensor_Source3D.h
The file was addedsrc/pde/NS/isPDERANSSA.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/ThicknessBlade.cpp
The file was modified src/Meshing/EGADS/RotorSource/CamberBlade.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 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_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/pde/IBL/JacobianParam_FullPotential_Qauxi.h
The file was modified src/Discretization/Galerkin/JacobianBoundaryTrace_Galerkin_BCDataField.h
The file was modified src/Discretization/Galerkin/ResidualBoundaryTrace_Galerkin_BCDataField.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 removedtest/unit/Discretization/Galerkin/AlgebraicEquationSet_ProjectToQauxi_FullPotential3D_btest.cpp
The file was removedsrc/pde/IBL/IntegrandManifoldBoundaryTrace_ProjectToQauxi.h
The file was removedsrc/pde/IBL/AlgebraicEquationSet_ProjectToQauxv3D.h
The file was removedsrc/pde/IBL/IntegrandVolumeBoundaryTrace_ProjectToQauxi.h
The file was removedsrc/pde/IBL/ResidualManifoldBoundaryTrace_ProjectToQauxi_FullPotential3D.h
The file was removedsrc/pde/IBL/ResidualVolumeBoundaryTrace_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/Discretization/IntegrateBoundaryTraceGroups_ProjectToQauxi_FullPotential3D.h
The file was removedsrc/pde/IBL/AlgebraicEquationSet_ProjectToQauxi_FullPotential3D.h
Commit 9ec3325e74b3fd585bf52b0b4b780703d3b478a1 by shunz
Add linear algebra instantiations for FP-IBL3
The file was modified src/LinearAlgebra/DenseLinAlg/StaticSize/MatMul/MatrixS_MatMul_Native_Real_Instantiate.cpp
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
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/Galerkin/JacobianBoundaryTrace_Galerkin_DerivativeWithBCDataFieldQauxi.h
The file was modified src/Discretization/LIP_HACK/IntegrandBoundaryTrace_LinearScalar_sansLG_FP_HACK.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/Galerkin/JacobianBoundaryTrace_Galerkin_DerivativeWithBCDataFieldQauxi.h
The file was modified src/Discretization/LIP_HACK/IntegrandBoundaryTrace_LinearScalar_sansLG_FP_HACK.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/ScalarMatrix_CRS_int.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/Krylov/FGMRES_MatrixBlock_4x4_Instantiate.cpp
The file was modified src/NonLinearSolver/NewtonSolver_MatrixBlock_4x4_Instantiate.cpp
The file was modified src/NonLinearSolver/LineUpdate/HalvingSearchLineUpdate_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 modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_FP_Auxv_Auxi_IBL3_Quad_btest.cpp
The file was addedtest/sandbox/Solve3D_Coupled_FP_IBL3_duct_toy.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 test/sandbox/Solve3D_Coupled_FP_IBL3_duct_toy.cpp
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
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/Discretization/Block/AlgebraicEquationSet_Block4x4_impl.h
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
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixBlock_3x3_Instantiate.cpp
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_Coupled_FP_IBL3_duct_toy.cpp
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/unit/UnitGrids/XField3D_Box_Hex_X1.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_Coupled_FP_IBL3_duct_toy.cpp
The file was modified test/sandbox/Solve3D_Coupled3x3_IBLFourEqn_FlatPlate_torpedo_agrid45_toy.cpp
Commit 56be400f2953852c2ddfc7aa61321330fbe77a46 by galbramc
Fix Tt rotor output
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Rotor_GlobalConstraint.h
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/pde/IBL/AlgebraicEquationSet_ProjectToQauxv_FullPotential3D.h
The file was modified src/Discretization/Block/AlgebraicEquationSet_Block3x3_impl.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Project.h
The file was modified src/Discretization/Block/AlgebraicEquationSet_Block4x4_impl.h
The file was modified src/LinearAlgebra/AlgebraicEquationSetBase.h
The file was modified src/NonLinearSolver/LineUpdate/HalvingSearchLineUpdate_impl.h
The file was modified src/Discretization/AlgebraicEquationSet_Debug.h
Commit 578da6e9ca077a21f6d6f020aa0bb451ea0bceb2 by shunz
fixed over-array-bound access
The file was modified src/Discretization/Block/AlgebraicEquationSet_Block4x4_impl.h
The file was modified src/NonLinearSolver/LineUpdate/HalvingSearchLineUpdate_impl.h
The file was modified src/Discretization/Block/AlgebraicEquationSet_Block3x3_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_PTC.h
The file was modified src/SolutionTrek/Continuation/PseudoTime/AlgebraicEquationSet_Block4x4_PTC_IBL.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/unit/UnitGrids/XField3D_Box_Hex_X1.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.h
Commit e18ed4865f6c1ff19bbe57ca63257e0d2141f3c0 by shunz
Cleaned up 3D FP BC
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 test/sandbox/Solve3D_CG_NACA_FP_Virtual_toy.cpp
The file was modified src/pde/FullPotential/BCFullPotential3D.cpp
The file was modified test/sandbox/Solve3D_Coupled_FP_IBL3_duct_toy.cpp
The file was modified src/pde/FullPotential/BCFullPotential3D.h
The file was modified test/sandbox/Solve3D_CG_FP_duct_toy.cpp
The file was modified test/sandbox/Solve3D_CG_NACA_FP_MD_toy.cpp
Commit bd43e6eb40ed72eff6717193c84a634c6a03e908 by shunz
some cleanup
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_FP_Auxv_Auxi_IBL3_Quad_btest.cpp
The file was modified src/pde/IBL/ProjectToQauxi_FullPotential3D.h
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 src/pde/IBL/ProjectToQauxi_FullPotential3D.h
The file was removedsrc/PanelMethod/ProjectToQauxi_IBL3D.h
The file was modified test/sandbox/Solve3D_Coupled_FP_IBL3_duct_toy.cpp
The file was removedsrc/PanelMethod/AlgebraicEquationSet_ProjectToQauxi_FlatPlate3D.h
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBLFourEqn_Quad_btest.cpp
The file was addedsrc/pde/IBL/ProjectToQauxi_Panel3D.h
The file was modified test/unit/PanelMethod/ProjectToQauxi_IBL3D_btest.cpp
The file was removedsrc/pde/IBL/JacobianParam_ProjectToQauxi_QIBL.h
The file was removedsrc/pde/IBL/JacobianParam_ProjectToQauxi_Qauxv.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 test/sandbox/Solve3D_Coupled3x3_IBLFourEqn_FlatPlate_torpedo_agrid45_toy.cpp
The file was modified test/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_RadialStagnationFlow_toy.cpp
The file was modified test/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_torpedo_toy.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 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/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBL_Triangle_btest.cpp
The file was modified test/unit/PanelMethod/ProjectToQauxi_IBL3D_btest.cpp
The file was modified src/pde/IBL/IntegrandCell_ProjectToQauxi3D.h
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBLFourEqn_Quad_btest.cpp
The file was removedsrc/pde/IBL/ProjectToQauxi_Panel3D.h
The file was removedsrc/pde/IBL/ProjectToQauxi_FullPotential3D.h
The file was addedsrc/pde/IBL/ProjectToQauxi3D.h
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_IBLFourEqn_FlatPlate_torpedo_agrid45_toy.cpp
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 modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxi3D.h
The file was modified test/sandbox/Solve3D_Coupled3x3_IBLFourEqn_FlatPlate_torpedo_agrid45_toy.cpp
The file was modified src/PanelMethod/AlgebraicEquationSet_ProjectToQauxi.h
The file was addedsrc/Discretization/Galerkin/IntegrandInteriorTrace_Galerkin_manifold2D.h
The file was modified test/sandbox/Solve3D_Uncoupled_IBLFourEqn_FlatPlate_StagnationRadial_toy.cpp
The file was modified src/Discretization/DG/AlgebraicEquationSet_TransitionIBL.h
The file was modified test/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_torpedo_toy.cpp
The file was addedsrc/Discretization/Galerkin/IntegrandInteriorTrace_Galerkin_manifold3D.h
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBL_Triangle_btest.cpp
The file was modified test/system/AnalyticSolve/AnalyticSolve_IBL3D_StagnationFlow_LamiBL_Triangle_btest.cpp
The file was removedsrc/pde/IBL/IntegrandInteriorTrace_ProjectToQauxi3D.h
The file was removedsrc/Discretization/Galerkin/IntegrandInteriorTrace_Galerkin_manifold.h
The file was modified test/sandbox/Solve3D_Uncoupled_IBLFourEqn_FlatPlate_Blasius_toy.cpp
The file was modified test/unit/Discretization/Galerkin/JacobianInteriorTrace_Galerkin_Param_IBL2D_btest_outdated.cpp
The file was modified src/Discretization/HDG/AlgebraicEquationSet_HDGAdvective_CutcellTransitionIBL.h
The file was modified test/sandbox/Solve3D_Coupled_FP_IBL3_duct_toy.cpp
The file was modified src/pde/IBL/ProjectToQauxi3D.h
The file was modified test/sandbox/Solve3D_Uncoupled_IBL_FlatPlate_Blasius_toy.cpp
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGAdvective.h
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_FP_Auxv_Auxi_IBL3_Quad_btest.cpp
The file was removedsrc/Discretization/Galerkin/IntegrandInteriorTrace_Galerkin_manifold_IBL3D.h
The file was modified test/system/AnalyticSolve/AnalyticSolve3D_IBLFourEqn_StagnationFlow_LamiBL_Triangle_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_IBLFourEqn_Quad_btest.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBL_Quad_btest.cpp
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 test/sandbox/Solve3D_Uncoupled_IBL_FlatPlate_Blasius_toy.cpp
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 src/Discretization/Galerkin/IntegrandCell_Galerkin_manifold_IBL3D.h
The file was modified test/sandbox/Solve3D_Uncoupled_IBLFourEqn_FlatPlate_StagnationRadial_toy.cpp
The file was modified src/Discretization/Galerkin/IntegrandInteriorTrace_Galerkin_manifold2D.h
The file was modified test/sandbox/Solve3D_Uncoupled_IBLFourEqn_FlatPlate_Blasius_toy.cpp
The file was modified test/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_RadialStagnationFlow_toy.cpp
The file was modified src/Discretization/Galerkin/IntegrandInteriorTrace_Galerkin_manifold3D.h
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGAdvective.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
Commit 3c5eb1349cbe8f4f7f11bd50c9e1729660ac6254 by shunz
more cleanup of include
The file was modified test/system/AnalyticSolve/AnalyticSolve3D_IBLFourEqn_StagnationFlow_LamiBL_Triangle_btest.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBL_Triangle_btest.cpp
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/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_FP_Auxv_Auxi_IBL3_Quad_btest.cpp
The file was modified src/pde/IBL/ProjectToQauxi3D.h
The file was modified test/sandbox/Solve3D_Coupled_FP_IBL3_duct_toy.cpp
The file was modified test/sandbox/Solve3D_Coupled3x3_IBLFourEqn_FlatPlate_torpedo_agrid45_toy.cpp
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_Burgers_AV1D_DUSUG.cpp
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxi3D.h
The file was modified src/Discretization/DG/DGBR2_Instantiate/AlgebraicEquationSet_DGBR2_BuckleyLeverett_AV1D.cpp
The file was modified src/Discretization/JacobianParam.h
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_Euler2D_Primitive.cpp
The file was modified src/Discretization/JacobianParam_impl.h
The file was modified src/Discretization/DG/DGBR2_Instantiate/AlgebraicEquationSet_DGBR2_Sensor2D_AUSJump_AD.cpp
The file was modified src/Discretization/DG/DGBR2_Instantiate/AlgebraicEquationSet_DGBR2_Euler1D_AV1D_Conservative.cpp
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGAdvective_impl.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_Sensor2D_AUSJump_Euler2D_Conservative.cpp
The file was modified src/Discretization/DG/DGBR2_Instantiate/AlgebraicEquationSet_DGBR2_Euler2D_AV2D_Conservative.cpp
The file was modified src/Discretization/DG/DGBR2_Instantiate/AlgebraicEquationSet_DGBR2_Sensor2D_AUSJump_Euler1D_Conservative.cpp
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGBR2.h
The file was modified src/Discretization/DG/DGBR2_Instantiate/AlgebraicEquationSet_DGBR2_Sensor1D_AUSJump_AD.cpp
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Project.h
The file was modified src/Adaptation/MOESS/SolverInterface_DGBR2_Block2x2.h
The file was modified src/Discretization/DG/DGBR2_Instantiate/AlgebraicEquationSet_DGBR2_AD_AV2D_AUDUSUG.cpp
The file was modified src/Discretization/DG/DGBR2_Instantiate/AlgebraicEquationSet_DGBR2_Euler1D_AV1D_Primitive.cpp
The file was modified test/sandbox/Solve3D_Coupled3x3_IBLFourEqn_FlatPlate_torpedo_agrid45_toy.cpp
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGBR2_impl.h
The file was modified src/Discretization/JacobianParam_Local.h
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGAdvective.h
The file was modified src/Discretization/DG/DGBR2_Instantiate/AlgebraicEquationSet_DGBR2_Euler2D_AV2D_Primitive.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/unit/Discretization/Block/AlgebraicEquationSet_Block2x2_DGBR2_BuckleyLeverett_ArtificialViscosity_ST_btest.cpp
The file was modified test/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_RadialStagnationFlow_toy.cpp
The file was modified test/sandbox/Solve3D_Coupled_FP_IBL3_duct_toy.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block2x2_DGBR2_Line_Euler1DSensor_btest.cpp
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_FittedTransition_TwoLayerNewton_btest.cpp
The file was modified test/sandbox/Solve1D_DGBR2_BuckleyLeverett_ArtificialViscosity_ST_toy.cpp
The file was modified test/sandbox/Solve3D_Coupled3x3_IBL_FlatPlate_torpedo_toy.cpp
The file was modified test/sandbox/Solve2D_Coupled4x4_IBL_fx67k170_toy.cpp
The file was modified test/sandbox/Solve2D_Coupled4x4_IBL_fx67k170_drag_polar_toy.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBLFourEqn_Quad_btest.cpp
The file was modified test/sandbox/Solve2D_Coupled4x4_IBLSplitAmpLag_CorrelationClosure_CapturedTransition_PTC_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_Block2x2_DGBR2_Triangle_BuckleyLeverett_AV_btest.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_FP_Auxv_Auxi_IBL3_Quad_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_HubtraceHDGAdvIBL_CutCellNaturalTransition_Panel_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_CutCellNaturalTransitionIBL_Panel_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_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_IBL_Panel_btest.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBL_Quad_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_RadialStagnationFlow_toy.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_torpedo_toy.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBL_Triangle_btest.cpp
Commit ff038f9a881a5994c551241cac80b2f9dd42d35b by shunz
updated use cases of new PDEIBL3FourEqn API
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
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
Commit 1485e83b99ba14fade1f4bb0fa15216265de8c7f by shunz
fixed full potential unit tests
The file was modified src/pde/FullPotential/BCFullPotential3D.h
The file was modified test/unit/IO/pde/BCFullPotential3D_pattern.txt
The file was modified test/unit/pde/FullPotential/BCFullPotential3D_btest.cpp
The file was modified test/unit/pde/FullPotential/PDEFullPotential3D_btest.cpp
The file was modified src/pde/FullPotential/PDEFullPotential3D.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 addedtest/unit/pde/IBL/ProjectToQauxi_IBL3D_btest.cpp
The file was removedtest/unit/PanelMethod/ProjectToQauxi_IBL3D_btest.cpp
The file was modified src/pde/IBL/ProjectToQauxi3D.h
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_IBLFourEqn_Quad_btest.cpp
The file was modified src/pde/IBL/PDEIBL3D.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
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 test/sandbox/Solve3D_Coupled3x3_IBLFourEqn_FlatPlate_torpedo_agrid45_toy.cpp
The file was modified src/Discretization/DG/AlgebraicEquationSet_TransitionIBL.h
The file was modified src/Discretization/HDG/AlgebraicEquationSet_HDGAdvective_CutcellTransitionIBL.h
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_Triangle_btest.cpp
The file was modified test/sandbox/Solve3D_Uncoupled_IBLFourEqn_FlatPlate_StagnationRadial_toy.cpp
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGBR2_impl.h
The file was removedsrc/pde/IBL/IntegrandBoundaryTrace_ProjectToQauxi3D.h
The file was addedsrc/Discretization/Galerkin/IntegrandBoundaryTrace_None_Galerkin_manifold3D.h
The file was addedsrc/Discretization/Galerkin/IntegrandBoundaryTrace_None_Galerkin_manifold2D.h
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/sandbox/Solve3D_Uncoupled_IBLFourEqn_FlatPlate_Blasius_toy.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBLFourEqn_Quad_btest.cpp
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGAdvective_impl.h
The file was removedsrc/Discretization/Galerkin/IntegrandBoundaryTrace_None_Galerkin_manifold.h
The file was removedsrc/Discretization/Galerkin/IntegrandBoundaryTrace_None_Galerkin_manifold_IBL3D.h
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/unit/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBL_Quad_btest.cpp
The file was modified test/system/AnalyticSolve/AnalyticSolve_IBL3D_StagnationFlow_LamiBL_Triangle_btest.cpp
Commit a32d0cd789ea520a89ea17e9019fe0e6cca2e767 by shunz
refactored/fixed Surreal type definitions to use proper/general size variable
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/Galerkin/AlgebraicEquationSet_Galerkin.h
The file was modified src/Discretization/VMSD/AlgebraicEquationSet_VMSD.h
The file was modified src/SolutionTrek/TimeMarching/AlgebraicEquationSet_TimeStep.h
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxi3D.h
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGAdvective_impl.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/pde/IBL/AlgebraicEquationSet_ProjectToQauxi3D.h
The file was modified src/Discretization/Galerkin/IntegrandBoundaryTrace_None_Galerkin_manifold2D.h
Commit 7b17cca84c35b379118342dfa474c6cd2f877a69 by shunz
minor integrand cleanup
The file was modified src/Discretization/Galerkin/IntegrandInteriorTrace_Galerkin_manifold2D.h
The file was modified src/Discretization/Galerkin/IntegrandInteriorTrace_Galerkin_manifold3D.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 addedsrc/pde/IBL/IntegrandCell_ProjectToQauxi.h
The file was removedsrc/pde/IBL/IntegrandCell_ProjectToQauxi3D.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/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 modified test/sandbox/Solve3D_Coupled_FP_IBL3_duct_toy.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBLFourEqn_Quad_btest.cpp
The file was addedsrc/pde/IBL/AlgebraicEquationSet_ProjectToQauxi.h
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_FP_Auxv_Auxi_IBL3_Quad_btest.cpp
The file was removedsrc/pde/IBL/AlgebraicEquationSet_ProjectToQauxi3D.h
The file was modified test/sandbox/Solve3D_Coupled3x3_IBLFourEqn_FlatPlate_torpedo_agrid45_toy.cpp
Commit ee749513c600a71798ff31626dfe36c16750074c by shunz
Refactored BCNone integrand for Galerkin manifold to be agnostic of PhysDim
The file was addedsrc/Discretization/Galerkin/IntegrandBoundaryTrace_None_Galerkin_manifold.h
The file was removedsrc/Discretization/Galerkin/IntegrandBoundaryTrace_None_Galerkin_manifold3D.h
The file was modified src/pde/IBL/IntegrandCell_ProjectToQauxi.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/DG/AlgebraicEquationSet_TransitionIBL.h
The file was addedsrc/Field/Element/ElementXField_LocalAxesManager.h
The file was removedsrc/Discretization/Galerkin/IntegrandBoundaryTrace_None_Galerkin_manifold2D.h
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxi.h
Commit 0bf8e884482def3945d5fdbb7158c9f3a753a8d3 by shunz
fixed/refactored a few Galerkin_manifold boundary integands to be agnostic of PhysDim
The file was modified src/Discretization/Galerkin/IntegrandBoundaryTrace_None_Galerkin_manifold.h
The file was modified test/sandbox/Solve3D_Coupled_FP_IBL3_duct_toy.cpp
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGAdvective_impl.h
The file was removedsrc/Discretization/Galerkin/IntegrandBoundaryTrace_mitLG_Galerkin_manifold_IBL3D.h
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_IBL_Triangle_btest.cpp
The file was modified test/sandbox/Solve3D_Coupled3x3_IBLFourEqn_FlatPlate_torpedo_agrid45_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_IBLFourEqn_Quad_btest.cpp
The file was addedsrc/Discretization/Galerkin/IntegrandBoundaryTrace_Dirichlet_mitLG_Galerkin_manifold.h
The file was modified test/sandbox/Solve3D_Uncoupled_IBL_FlatPlate_Blasius_toy.cpp
The file was removedsrc/Discretization/Galerkin/IntegrandBoundaryTrace_Flux_mitState_Galerkin_manifold_IBL3D.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/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBL_Quad_btest.cpp
The file was modified test/sandbox/Solve3D_Uncoupled_IBLFourEqn_FlatPlate_StagnationRadial_toy.cpp
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 removedsrc/Discretization/Galerkin/IntegrandInteriorTrace_Galerkin_manifold3D.h
The file was modified src/PanelMethod/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 modified src/Discretization/DG/AlgebraicEquationSet_TransitionIBL.h
The file was addedsrc/Discretization/Galerkin/IntegrandInteriorTrace_Galerkin_manifold.h
The file was modified src/Field/Element/ElementXField_LocalAxesManager.h
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxi.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_impl.h
The file was modified src/Discretization/JacobianParam.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_impl.h
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxv_FullPotential3D.h
The file was modified src/SolutionTrek/TimeMarching/AlgebraicEquationSet_TimeStep.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Galerkin_Stabilized_LiftedBoundary.h
The file was modified src/Discretization/HDG/AlgebraicEquationSet_HDGAdvective_impl.h
The file was modified src/Discretization/DG/AlgebraicEquationSet_TransitionIBL.h
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGBR2_impl.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Galerkin_BCDataField.h
The file was modified src/Discretization/VMSDBR2/AlgebraicEquationSet_VMSD_BR2.h
The file was modified src/Discretization/VMSD/AlgebraicEquationSet_VMSD.h
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGAdvective.h
The file was modified src/Discretization/VMSD/AlgebraicEquationSet_VMSD_Linear.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/Discretization/Galerkin/AlgebraicEquationSet_Galerkin_Stabilized_LiftedBoundary.h
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGAdvective.h
The file was modified src/Discretization/HDG/AlgebraicEquationSet_HDGAdvective.h
The file was modified src/SolutionTrek/TimeMarching/AlgebraicEquationSet_TimeStep.h
The file was modified src/Discretization/DG/AlgebraicEquationSet_TransitionIBL.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Project.h
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGBR2_impl.h
The file was modified src/Discretization/VMSD/AlgebraicEquationSet_VMSD.h
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGAdvective_impl.h
The file was modified src/Discretization/JacobianParam_impl.h
The file was modified src/Discretization/HDG/AlgebraicEquationSet_HDGAdvective_impl.h
The file was modified src/Discretization/VMSDBR2/AlgebraicEquationSet_VMSD_BR2.h
The file was modified src/Discretization/VMSD/AlgebraicEquationSet_VMSD_Linear.h
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGBR2.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 src/pde/IBL/AlgebraicEquationSet_ProjectToQauxi.h
The file was modified src/Discretization/HDG/AlgebraicEquationSet_HDGAdvective_CutcellTransitionIBL.h
The file was modified test/unit/Discretization/DG/AlgebraicEquationSet_DGAdvective_Triangle_AD_btest.cpp
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGAdvective.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 test/unit/Discretization/DG/AlgebraicEquationSet_DGBR2_Triangle_AD_btest.cpp
The file was modified src/Discretization/HDG/AlgebraicEquationSet_HDGAdvective_impl.h
The file was modified src/Discretization/DG/AlgebraicEquationSet_TransitionIBL.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 test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_CutCellForcedTransitionIBL_Panel_btest.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_CutCellNaturalTransitionIBLUniField_Panel_btest_outdated.cpp
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_FittedTransition_TwoLayerNewton_btest.cpp
The file was modified test/sandbox/Solve2D_Coupled4x4_IBL_fx67k170_toy.cpp
The file was removedtest/unit/PanelMethod/ProjectionToQauxi_IBL_btest.cpp
The file was removedtest/unit/pde/IBL/ProjectToQauxi_IBL3D_btest.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_HubtraceHDGAdvIBL_CutCellNaturalTransition_Panel_btest.cpp
The file was addedtest/unit/pde/IBL/ProjectToQauxi3D_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_HDGAdvIBL_Panel_btest.cpp
The file was removedsrc/PanelMethod/IntegrandBoundaryTrace_ProjectToQauxi.h
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_IBL_Panel_btest.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_CutCellNaturalTransitionIBL_Panel_btest.cpp
The file was addedsrc/pde/IBL/ProjectToQauxi2D.h
The file was removedsrc/PanelMethod/AlgebraicEquationSet_ProjectToQauxi.h
The file was modified src/pde/IBL/ProjectToQauxi3D.h
The file was modified test/sandbox/Solve2D_Coupled4x4_IBLSplitAmpLag_CorrelationClosure_CapturedTransition_PTC_toy.cpp
The file was removedsrc/PanelMethod/ProjectionToQauxi_IBL.h
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBLSplitAmpLag_CorrelationClosure_CapturedTransition_PTC_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
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/IBL/AlgebraicEquationSet_ProjectToQauxi.h
The file was modified src/pde/IBL/PDEIBLSplitAmpLag2D.h
The file was modified src/pde/IBL/IntegrandCell_ProjectToQauxi.h
The file was modified src/pde/NDConvert/PDENDConvertSpace2D.h
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGAdvective_impl.h
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBLSplitAmpLag_CorrelationClosure_CapturedTransition_PTC_btest.cpp
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/sandbox/Solve2D_Coupled4x4_IBLSplitAmpLag_CorrelationClosure_CapturedTransition_PTC_toy.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_toy.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 removedsrc/pde/IBL/AlgebraicEquationSet_ProjectToQauxv_PanelMethod.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_CutCellNaturalTransitionIBL_Panel_btest.cpp
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_FittedTransition_TwoLayerNewton_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 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 removedsrc/PanelMethod/FunctionEvalQauxv_IBL.h
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBLSplitAmpLag_CorrelationClosure_CapturedTransition_PTC_btest.cpp
The file was modified src/Discretization/Galerkin/IntegrandCell_ProjectFunction.h
The file was addedsrc/PanelMethod/FunctionEvalQauxv_IBL2D_XfoilPanel.h
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 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_CutCellNaturalTransitionIBLUniField_Panel_btest_outdated.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_IBL_Panel_btest.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/system/CodeConsistency/Solve2D_Coupled4x4_IBLSplitAmpLag_CorrelationClosure_CapturedTransition_PTC_btest.cpp
The file was addedsrc/pde/IBL/AlgebraicEquationSet_ProjectToQauxv_XfoilPanel.h
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_HubtraceHDGAdvIBL_CutCellNaturalTransition_Panel_btest.cpp
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_FittedTransition_TwoLayerNewton_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
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_CutCellForcedTransitionIBLUniField_Panel_btest_outdated.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 src/Discretization/Galerkin/IntegrandCell_ProjectFunction.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/sandbox/Solve3D_Coupled3x3_IBLFourEqn_FlatPlate_torpedo_agrid45_toy.cpp
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxv_PiecewiseConstSourcePanel_FlatPlate3D.h
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBLFourEqn_Quad_btest.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/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
The file was modified test/system/CodeConsistency/Solve2D_Uncoupled_DGAdvectiveIBL_LamiBL_PTC_btest.cpp
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_DGAdvectiveIBLUniField_CorrelationClosure_LamiBL_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
Commit 2b8c649031481154b93945d751190df629cd9411 by shunz
cleanup and fixes to keep IBL-related implementation up to date
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_HubTrace_Galerkin.h
The file was modified test/system/AnalyticSolve/AnalyticSolve2D_DGAdvective_IBLSplitAmpLag_StagnationFlow_LamiBL_btest.cpp
The file was modified src/pde/IBL/PDEIBLUniField.h
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxv_PiecewiseConstSourcePanel_FlatPlate3D.h
The file was modified src/Discretization/HDG/AlgebraicEquationSet_HDGAdvective_CutcellTransitionIBL.h
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxv_XfoilPanel.h
The file was modified test/sandbox/Solve3D_Coupled_FP_IBL3_duct_toy.cpp
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_HubTrace_Galerkin_cutCellTransitionIBL.h
The file was modified src/Discretization/HDG/AlgebraicEquationSet_HDGAdvective.h
The file was modified test/sandbox/Solve3D_Coupled3x3_IBLFourEqn_FlatPlate_torpedo_agrid45_toy.cpp
The file was modified test/system/AnalyticSolve/AnalyticSolve2D_DGAdvective_IBL_StagnationFlow_SingleElem_LamiBL_btest.cpp
The file was modified test/unit/PanelMethod/XfoilPanelEquationSet_btest.cpp
The file was modified src/Discretization/DG/AlgebraicEquationSet_TransitionIBL.h
The file was modified src/Discretization/HDG/AlgebraicEquationSet_Hubtrace_HDGAdvective.h
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxv_FullPotential3D.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 src/Discretization/HDG/AlgebraicEquationSet_Hubtrace_HDGAdvective_CutcellTransitionIBL.h
The file was modified test/system/Asymptotic/ErrorOrder_1D_HDGAdvective_Advection_btest.cpp
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_FittedTransition_TwoLayerNewton_btest.cpp
Commit 247783399896cb640cc32df5572576678f6bca71 by shunz
more cleanup on DG/HDG discretization unit tests, mostly related to IBL
The file was modified test/unit/Discretization/DG/AlgebraicEquationSet_DGAdvective_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/HDG/AlgebraicEquationSet_Hubtrace_HDGAdvective_IBL_btest.cpp
The file was modified test/unit/Discretization/HDG/AlgebraicEquationSet_HDGAdvective_Line_IBL_airfoilOnly_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_IBLFourEqn_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_IBL_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 src/Discretization/HDG/AlgebraicEquationSet_HDGAdvective.h
The file was removedtest/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_CutCellNaturalTransitionIBLUniField_Panel_btest_outdated.cpp
The file was modified test/unit/Discretization/HDG/AlgebraicEquationSet_Hubtrace_HDGAdvective_IBL_btest.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_HubtraceHDGAdvIBL_CutCellNaturalTransition_Panel_btest.cpp
The file was modified src/Discretization/HDG/AlgebraicEquationSet_Hubtrace_HDGAdvective.h
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_IBL_Panel_btest.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_CutCellNaturalTransitionIBL_Panel_btest.cpp
The file was removedtest/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_CutCellForcedTransitionIBLUniField_Panel_btest_outdated.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 src/Discretization/HDG/AlgebraicEquationSet_Hubtrace_HDGAdvective_CutcellTransitionIBL.h
The file was modified src/Discretization/HDG/AlgebraicEquationSet_HDGAdvective_CutcellTransitionIBL.h
Commit a637a1e68e585c621b5d40a8caa9e4ae0b658feb by shunz
cleaned up & fixed sandbox cases for XfoilPanel+IBL2D single run and drag polar for airfoil
The file was removedtest/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 removedtest/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 addedtest/sandbox/Solve2D_Coupled4x4_IBL_fx67k170_single_run_toy.cpp
Commit 42271870b3c344d43286aa255c89a15ebbb41070 by shunz
miscellanenous fixes of compile error and formatting style
The file was removedtest/system/AnalyticSolve/AnalyticSolve_IBL3D_StagnationFlow_LamiBL_Triangle_btest.cpp
The file was addedtest/system/AnalyticSolve/AnalyticSolve3D_IBL3D_StagnationFlow_LamiBL_Triangle_btest.cpp
The file was modified test/sandbox/Solve3D_Uncoupled_IBLFourEqn_FlatPlate_Blasius_toy.cpp
The file was modified src/Discretization/Galerkin/IntegrandInteriorTrace_Galerkin_manifold.h
The file was modified test/system/AnalyticSolve/AnalyticSolve3D_IBLFourEqn_StagnationFlow_LamiBL_Triangle_btest.cpp
The file was modified test/sandbox/Solve3D_Uncoupled_IBL_FlatPlate_Blasius_toy.cpp
The file was modified test/system/CodeConsistency/Solve2D_Uncoupled_DGAdvectiveIBLUniField_CorrelationClosure_LamiBL_btest.cpp
The file was modified test/system/AnalyticSolve/AnalyticSolve2D_DGAdvective_IBLSplitAmpLag_StagnationFlow_LamiBL_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
The file was modified test/system/CodeConsistency/Solve2D_Uncoupled_HDGAdvectiveIBL_LamiBL_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_IBL_StagnationFlow_SingleElem_LamiBL_btest.cpp
The file was modified test/sandbox/Solve3D_Uncoupled_IBLFourEqn_FlatPlate_StagnationRadial_toy.cpp
Commit 102d9aa5f2cfb93deaf176924062ee6ddb0f790a by shunz
removed uses of gradqn and q in Neumann and Dirichlet BCs respectively for potential flow
The file was modified src/UserInterfaces/capsAIM/sansLIPAIM.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/unit/pde/FullPotential/BCLinearizedIncompressiblePotential3D_btest.cpp
The file was modified test/unit/pde/FullPotential/BCLinearizedIncompressiblePotential2D_sansLG_btest.cpp
The file was modified test/unit/UserInterfaces/LIPSolver_btest.cpp
The file was modified test/sandbox/Solve3D_CG_NACA_LIP_Drela_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 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 src/pde/IBL/PDEIBL3D.h
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_FP_Auxv_Auxi_IBL3_Quad_btest.cpp
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_p4_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/AnalyticSolve/AnalyticSolve3D_IBLFourEqn_StagnationFlow_LamiBL_Triangle_btest.cpp
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_nelem1d1_p3_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_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_p1_Test.txt
The file was modified test/system/IO/AnalyticSolve/IBLFourEqn3D_StagnationFlow_LamiBL_Triangle_nelem1d2_p4_Test.txt
Commit f859d01f176e9b2c789116a1f24cca1725b11c59 by shunz
fixed miscellaneous unit tests related to coupled IBL
The file was modified src/pde/IBL/ProjectToQauxi2D.h
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
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 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_MD_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_Drela_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/AlgebraicEquationSet_Block4x4_FP_Auxv_Auxi_IBL3_Quad_btest.cpp
The file was modified test/unit/Discretization/Block/CMakeLists.txt
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/sandbox/Solve3D_CG_NACA_LIP_Drela_toy.cpp
The file was modified test/unit/pde/FullPotential/BCLinearizedIncompressiblePotential2D_sansLG_btest.cpp
The file was modified src/UserInterfaces/capsAIM/sansLIPAIM.cpp
The file was modified test/unit/pde/FullPotential/BCLinearizedIncompressiblePotential3D_btest.cpp
The file was modified test/unit/UserInterfaces/LIPSolver_btest.cpp
The file was modified test/unit/pde/FullPotential/BCIncompressiblePotentialTwoField2D_sansLG_btest.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_Block4x4_FP_Auxv_Auxi_IBL3_Quad_btest.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBLFourEqn_Quad_btest.cpp
Commit c741c7a1ef053d1fb05c5e5115f0582ca47e175a by shunz
fixed two unit tests troubled by misuse of MPI communicator
The file was modified test/unit/Field/Field_DG_BoundaryTrace_matchAreaCell_btest.cpp
The file was modified test/unit/UnitGrids/XField3D_BoxBoundary_Quad_X1_btest.cpp
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/pde/IBL/CMakeLists.txt
The file was modified test/unit/Discretization/Block/CMakeLists.txt
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/pde/IBL/CMakeLists.txt
The file was modified test/unit/Discretization/Block/CMakeLists.txt
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 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 ab8ee4fe5358cf3575b9d0fae8556c2b5b72290a by shunz
fix missing return statement issue
The file was modified src/pde/FullPotential/BCFullPotential3D.h