Skip to content
Success

Changes

Summary

  1. Implementing N wave problem for Burgers using Advection Diffusion (details)
  2. Removed one variable. (details)
  3. Added Darmofal changes to Nwave code. (details)
  4. More changes (details)
  5. Changed OutputNDConvert to match Dave's (details)
  6. Added mitStateSpaceTime BC for 1D Advection Diffusion (details)
  7. More changes to get Nwave boom propagation working (details)
  8. Redid unit test for nwave (details)
  9. just renaming (details)
  10. add derivative calculation for IBL3 laminar eigen-analysis (details)
  11. More cppcheck fixes (details)
  12. More body force output functionals (details)
  13. switched to constant density gas model for IBL (details)
  14. Remove lienar VMSD and perturbed functions (details)
  15. Relax tolerance (details)
  16. added sansBOOM PDE directories; added standard atmosphere (details)
  17. Remove _NL VMSD suffix (details)
  18. Relax timing (details)
  19. fixed vera squawk (details)
  20. refactoring to to keep up with the constant-density gas model in IBL3 (details)
  21. Enable output functionals on BodyForce LE/TE surfaces (details)
  22. Fix body force relative output functionals (details)
  23. Relax tolerance (details)
  24. Realxer tolerance (details)
  25. more refactoring to to keep up with the constant-density gas model in IBL3 (details)
  26. Turbulence model constructor and unit test formatting changes. Functional SA-Catris models and framework for SA-LRe and SA-R models as well. (details)
  27. minor compile error/warning fix (details)
  28. Pulling in updates for the asymptotically consistent error estimate in VMSD. PDEs have gained an additional typedef, the type of the consistent part of the PDE. This is just the PDEs type for almost all PDEs. New PDE types have been added for using the asymptotic consistency correction for Euler/NS/RANSSA with sensor based artificial diffusion (the originals have been retained for the time being). Updates to the problem interface and the error estimation classes for VMSDBR2 have also been made. Using the asymptotically consistent correction requires some additional data, but the interface for problems not needing that functionality are unchanged. (details)
  29. updated pyrite files (details)
  30. Cleaned up AVSensor_Source2D.h a little bit to remove some unused code. (details)
  31. Missed vera warning (details)
  32. Forgot to turn off verbose and file output (details)
  33. Missed another vera warning (details)
  34. relaxed tolerance (details)
  35. Fix so 2D avro works for wirebody (details)
  36. Added a N-S case of laminar BL (details)
  37. Fixed the remaining clang and gnu11 compiler warnings. (details)
  38. cleaned up NS laminar BL sandbox case (details)
  39. Separated findElement() function into a dedicated file (details)
  40. Refactored findTraceElement to use simple bounding box check without resorting to the kd-tree hammer...  Added unit test (details)
  41. Refactor Homotopy so it can be used with any PDE (details)
  42. Fix warnings (details)
  43. Expose Viscous body force coefficients as user inputs (details)
  44. Nightly fixes (details)
  45. Added BL profile extraction capability to a NS sandbox case (details)
  46. Refactored 3D Tet flat plate grid.  Added mutable access to AES in solver interface (but only able to use it by commenting out exception).  More refactoring to NS laminar BL sandbox case (details)
  47. minor cleanup of sandbox case (details)
  48. fixed warnings: size_t vs int (details)
  49. turned off projection between different grids when doing solution sequencing because it does not work due to (probably) a bug... (details)
  50. Fix mistake in body force (details)
  51. Change some QCR variable types in PDERANS and other formatting changes for successful make check. Updated PDERANS and b_test to be consistent with current changes on develop (details)
  52. fixed warnings: size_t vs int (details)
  53. bug fix in user input (details)
  54. fixed style. minor tweak in PETSc setup in a test case (details)
  55. Refactored grid and test case for NS LamiBL (details)
  56. Changes to diffusionViscous and diffusionViscousGradient unit tests to check Catris variations. Still working on the formatting but will push this version for now (details)
  57. Pushing again with vera changes. Something seems to be up with my vera check (details)
  58. Another vera message I did not see before sending (details)
  59. Relaxed convergence tolerance in a test case (details)
  60. Further formatting changes to PDERANS and another vera error I missed initially (details)
  61. Further formatting changes fixing most of the alignment issues and getting rid of the -= (details)
  62. Refactored BL sampling function in NS LamiBL test case (details)
  63. Add ddelta dump for RotorSource (details)
  64. Fix warning (details)
  65. Working Changes: Finalized AD Burgers test case for boom propagation (details)
  66. Small cleanup (details)
  67. Remove output_grm (details)
  68. Wording changes to SATurbModel and shortening of nonc variables (details)
  69. Fixed long line.  Separated functions into a cpp file (details)
  70. Fixed compile and linker errors in findTraceElement(...) (details)
  71. Added support for S-shaped duct geomerty in flat plate grid in 3D (details)
  72. adding in the first go at untest SA_R and SA_LRe modifications for 2D. Also making sure all pushes are going through before moving on. (details)
  73. fixed file I/O mode (details)
  74. added check for file I/O (details)
  75. Added a sin duct geometry for IBL3 sandbox case (details)
  76. Initial commit of sansBOOM PDE implementation with the advective and viscous terms defined (details)
  77. refactored Flux_mitState BC implementation for IBL3 to use fluxNormal() instead of evaluating it in the integrand class (details)
  78. Minor fixes for artificial viscosity (details)
  79. Turned on mitLG Dirichlet BC for LIP-IBL3 case at inlet.  Fixed buggy isValidState check that checks uninialized boundary state qB (details)
  80. Initial implementation of sansBOOM BCs and Adapt2D_DGBR2_sansBOOM_toy (details)
  81. Forgot to commit a few lines (details)
  82. Some more edits to sansBOOM PDE/BC implementation (details)
  83. Changed default xtr parameter in IBL transition model from max Real (causing floating point overflow error) to 1e5 (details)
  84. Fixed (1) division by zero in cut-cell natural transition and (2) unit test for default xtr value (details)
  85. Still not compiling.  Pushing to allow Marshall to look at N=1 issue (details)
  86. Initializing a variable in jacobianFluxViscous correctly (details)
  87. Allow PDE to use ArrayQ = VectorS<1,T> (details)
  88. Homotopy dict fixes (details)
  89. Final changes to LocalLaxFriedrichs1D flux function and AD Burgers toy (details)
  90. Remove GLPK (details)
  91. Missed one (details)
  92. Pushing current version of sansBOOM to repo (details)
  93. Enable 3D sourcePositivity for NS and RANSSA (details)
  94. Most recent mods to sansBOOM implementation (details)
  95. Removed changes to Lagrange Triangle (details)
  96. Fix compile error (details)
  97. Fixed Robin boundary condition for Euler/NS/RANSSA with sensor equation. Updated unit tests to reflect fix. (details)
  98. Compile fixes (details)
  99. Another compile fix (details)
  100. Corrected Vera errors (details)
  101. More compile fixes (details)
  102. Fix consistency test (details)
  103. Modified Discretization unit tests to be consistent with linesearch (details)
  104. Removed unused variable and changed abs -> fabs (details)
  105. Fix parallel HField calculations. Fix couchmanMatrix for RANS. Cleanup Homotopy. Add the abilty to only get possessed DOF even for Statically Condensed systems. (details)
  106. Fix compile errors (details)
  107. Added updated VMSDBR2 projection. Default is off. To turn on define USE_FULLSPACE_PRJECTION_METHOD_2 at the top of your sandbox case. (details)
  108. sansBOOM PDE, BC, Output implementation for DGBR2 with advection and diffusion terms (details)
  109. Adding two generalized cases to the sandbox to deal with gaps in avro use and SA RANS for adiabatic and isothermal flows. Will be good to keep these consistent with future homotopy and RANS changes (details)
  110. Removing flatplate xfld mesh option (details)
  111. removing xfield definition in supersonic case too (details)
  112. Fixed some missing instantiations needed for sansBOOM (details)
  113. A couple more instantiations added... this time because the intel compiler was complaining (though the other compilers were fine... ARGH) (details)
  114. Adjusting slightly tolerance on unit tests (details)
  115. Updates to BDF time marching to allow ramping of integration order to provide the needed order-dependent past data (details)
  116. Modified line search test and removed residual dat file (details)
  117. Cleanup BCmitAVsensor (details)
  118. Forgot new files (details)
  119. Allow Homotopy to use pre-defined BCVectors (details)
  120. Make AVSensor_Source_VMSD_SPD consistent between 2D and 3D (details)
  121. Fix compile errors (details)
  122. vera fix (details)
  123. Fix test for parallel (details)
  124. Cleanup file dump (details)
  125. Use Metric to compute HField_DG instead of size/perimiter (details)
  126. Add ResidualNorm_InvJac_DOF_Weighted to VMSDBR2 (details)
  127. Revert last change (details)
  128. Fix compile error, and more verbose assertion (details)
  129. Update unit tests (details)
  130. Another unit test update (details)
  131. Add ImpliedMetric for Line 2D element. (details)
  132. Fix unit test (details)
  133. Use SANS_CHECK_CLOSE (details)
  134. Remove Burgers PDE (details)
  135. Add dict function to DictKeyPair (details)
  136. Added Axisymmetric DBL scalar function in 2D with unit tests (details)
  137. Added vera exclusion for ScalarFunction2D (details)
  138. Updates to sansBOOM including improved IC implementation including ability to read nearfield from a file and also more unit tests (details)
  139. Compressible mechanical power calculation (details)
  140. Missing a newline at end of ICsansBOOM.cpp.  Fixed. (details)
  141. Missing a return statement (details)
  142. Found sign error in upwind flux in sansBOOM. (details)
  143. Fix compile error and warnings from new clang on macOS (details)
  144. Relax tolerance (details)
  145. Another warning fix (details)
  146. A few more warning fixes (details)
  147. More warning fixes for new clang (details)
  148. One more warning fix (details)
  149. Remove boost libary from external and add it to gitignore (details)
  150. More cleanup (details)
  151. Mechanical power correction (details)
Commit 29cfc19bf9c017c15a335cf0bc124f6b4f4c1df1 by cwomack
Implementing N wave problem for Burgers using Advection Diffusion
The file was addedtest/sandbox/Adapt2D_DGBR2_AD_ST_Burgers_toy.cpp
The file was modified test/unit/IO/pde/ScalarFunction1D_pattern.txt
The file was modified src/pde/AnalyticFunction/ScalarFunction1D.cpp
The file was modified test/unit/pde/AnalyticFunction/ScalarFunction1D_btest.cpp
The file was modified src/pde/AnalyticFunction/ScalarFunction1D.h
Commit 7b272f19a48d743da6354a1d303d2858617fd3f6 by cwomack
Removed one variable.
The file was modified test/sandbox/Adapt2D_DGBR2_AD_ST_Burgers_toy.cpp
Commit b0d11d0aa5e0d478cf675d29a85dc3d94cdb31a3 by cwomack
Added Darmofal changes to Nwave code.
The file was modified test/sandbox/Adapt2D_DGBR2_Burgers_ST_toy.cpp
The file was modified test/sandbox/Adapt2D_DGBR2_AD_ST_Burgers_toy.cpp
Commit 014a150b890229d45515d15f0c44d7bb647ea7d8 by cwomack
More changes
The file was modified src/pde/AdvectionDiffusion/OutputAdvectionDiffusion1D.h
The file was modified src/pde/AnalyticFunction/ScalarFunction1D.h
Commit 735e1bdae86365e9d18bbd742ef3195d8cae8c9e by cwomack
Changed OutputNDConvert to match Dave's
The file was modified src/pde/NDConvert/OutputNDConvertSpaceTime1D.h
Commit 1048cfcdb034b6194d0914fadab4bb1bc7f2b717 by cwomack
Added mitStateSpaceTime BC for 1D Advection Diffusion
The file was modified test/sandbox/Adapt2D_DGBR2_AD_ST_Burgers_toy.cpp
The file was modified src/pde/Burgers/BCBurgers1D.cpp
The file was modified src/pde/Burgers/BCBurgers1D.h
The file was modified src/pde/BCParameters.h
The file was modified src/pde/AdvectionDiffusion/BCAdvectionDiffusion1D.h
The file was modified src/pde/AdvectionDiffusion/BCAdvectionDiffusion1D.cpp
Commit d17c57a040d03bea236e20a82d9fd23403cc44de by cwomack
More changes to get Nwave boom propagation working
The file was removedtest/sandbox/Adapt2D_DGBR2_AD_ST_Burgers_toy.cpp
The file was modified src/pde/AnalyticFunction/ScalarFunction1D.h
The file was addedsrc/Discretization/DG/DGBR2_Instantiate/AlgebraicEquationSet_DGBR2_AdvectionDiffusion1D_ALBDUSUG.cpp
The file was addedsrc/ErrorEstimate/DG/Instantiate/ErrorEstimate_DGBR2_AdvectionDiffusion1D_ALBDUSUG.cpp
The file was modified src/Discretization/CMakeLists.txt
The file was modified src/pde/AdvectionDiffusion/BCAdvectionDiffusionType.h
The file was modified src/ErrorEstimate/CMakeLists.txt
The file was removedsrc/Discretization/DG/DGBR2_Instantiate/AlgebraicEquationSet_DGBR2_AdvectionDiffusion1D_ALaxDUSU.cpp
The file was addedtest/sandbox/Adapt2D_DGBR2_AD_Burgers_ST_toy.cpp
Commit c5e3d8e589e36cb641836adecb22bba823320cf5 by cwomack
Redid unit test for nwave
The file was modified src/pde/AnalyticFunction/ScalarFunction1D.h
The file was modified test/unit/pde/AnalyticFunction/ScalarFunction1D_btest.cpp
Commit 5e3ffaf66ed807f1b84f3d4395908e143e558256 by shunz
just renaming
The file was modified test/unit/pde/IBL/AlgebraicEquationSet_ProjectToQauxv_3D_btest.cpp
Commit f18fc739019d2fba6be0352053c242f92bee89e4 by shunz
add derivative calculation for IBL3 laminar eigen-analysis
The file was modified src/pde/IBL/ElementProjectionOutputIBL3D.h
Commit 6d7212d0b2903d8bb05c31b6e4c45bdbb3d2ae8b by galbramc
More cppcheck fixes
The file was modified src/Meshing/libMeshb/libMeshb_Interface.h
The file was modified test/unit/Python/PyDict_btest.cpp
The file was modified test/unit/pde/FullPotential/PDEFullPotential3D_btest.cpp
The file was modified test/unit/LinearAlgebra/Heat1D_btest.h
Commit c0a692c77e3b4f67fef2eae36c264e613c43cbc2 by galbramc
More body force output functionals
The file was modified src/Meshing/EGADS/RotorSource/Rotor.h
The file was modified src/UserInterfaces/BodyForceSolver_impl.h
The file was modified src/UserInterfaces/PythonUI/PySANS_BodyForce.cpp
The file was modified src/Field/NormalField/ProfileLoss/ProfileLoss.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Rotor_GlobalConstraint.h
The file was modified src/Field/NormalField/ProfileLoss/ProfileLoss.cpp
The file was modified src/Meshing/EGADS/RotorSource/Rotor.cpp
The file was modified src/UserInterfaces/BodyForceSolver.h
The file was modified src/pde/NS/PDEEuler3D_RotorSource.h
Commit 33885a520f19aaf01a02b5ad3139138aad6328e7 by shunz
switched to constant density gas model for IBL
The file was modified test/sandbox/Solve3D_Coupled_LIP_IBL3_duct_toy.cpp
The file was modified test/unit/IO/pde/IBL/PDEIBLFourEqn3D_pattern.txt
The file was modified src/pde/IBL/FluidModels.h
The file was modified test/sandbox/Solve3D_Coupled3x3_IBLFourEqn_FlatPlate_torpedo_agrid45_toy.cpp
The file was modified src/pde/IBL/FluidModels.cpp
The file was modified test/unit/pde/IBL/PDEIBLFourEqn3D_btest.cpp
The file was modified test/unit/pde/IBL/ProjectToQauxi3D_btest.cpp
The file was modified src/pde/IBL/PDEIBLFourEqn3D.h
Commit 74ece2d9f63c85644d1a666a04101592fe9564a1 by galbramc
Remove lienar VMSD and perturbed functions
The file was modified src/pde/AdvectionDiffusion/PDEAdvectionDiffusion3D.h
The file was addedtest/sandbox/Adapt2D_VMSDBR2_AD_ST_toy.cpp
The file was modified test/system/CodeConsistency/VMSDBR2_BubbleModes_btest.cpp
The file was modified test/sandbox/Solve3D_VMSD_RANSSA_OjedaMMS_toy.cpp
The file was modified src/Discretization/VMSD/IntegrandBoundaryTrace_Dirichlet_mitLG_VMSD.h
The file was removedsrc/ErrorEstimate/VMSD/ErrorEstimate_VMSD_Linear.h
The file was modified test/unit/pde/NS/PDERANSSA2D_btest.cpp
The file was modified src/Discretization/VMSD/IntegrandCell_VMSD_Output.h
The file was modified src/pde/PorousMedia/PDEBuckleyLeverett1D.h
The file was modified test/sandbox/Adapt2D_VMSD_Triangle_RANSSA_Joukowski_ArtificialViscosity_toy.cpp
The file was removedsrc/Discretization/VMSD/IntegrandTrace_VMSD.h
The file was modified src/pde/SourceOnly/PDESourceOnly2D.h
The file was modified src/pde/NDConvert/PDENDConvertSpace1D.h
The file was modified src/pde/NDConvert/PDENDConvertSpaceTime3D.h
The file was addedtest/sandbox/Adapt2D_VMSDBR2_RANSSA_MultiElementAirfoil_Q1_refine_toy.cpp
The file was modified test/unit/ErrorEstimate/ErrorEstimateCell_VMSD_AD_btest.cpp
The file was modified src/pde/Burgers/PDEBurgers1D.h
The file was removedtest/sandbox/Adapt3D_VMSD_RANSSA_CornerFlatPlate_toy.cpp
The file was modified src/Discretization/VMSD/IntegrandTrace_VMSD_NL.h
The file was addedtest/sandbox/Adapt2D_VMSDBR2_RANSSA_AV_MultiElementAirfoil_toy.cpp
The file was modified src/pde/NDConvert/PDENDConvertSpace3D.h
The file was modified src/pde/NS/PDEEuler1D.h
The file was removedtest/sandbox/Adapt2D_VMSD_RANSSA_AV_MultiElementAirfoil_Q1_toy.cpp
The file was removedtest/sandbox/Adapt3D_VMSD_RANSSA_FlatPlate_toy.cpp
The file was modified src/SolutionTrek/Continuation/Homotopy/PDEHomotopy.h
The file was modified test/unit/pde/NS/PDEEuler3D_RotorSource_btest.cpp
The file was modified src/Adaptation/MOESS/SolverInterface_VMSD.h
The file was modified src/pde/ArtificialViscosity/PDEmitAVSensor2D.h
The file was modified src/pde/NS/PDENavierStokes2D.h
The file was removedsrc/Discretization/VMSD/IntegrandCell_VMSD.h
The file was modified test/sandbox/Solve2D_VMSD_HOW5_VI2_toy.cpp
The file was modified src/pde/AdvectionDiffusion/PDEAdvectionDiffusion1D.h
The file was addedtest/sandbox/Adapt2D_VMSDBR2_RANSSA_AV_MultiElementAirfoil_Q1_toy.cpp
The file was modified src/Discretization/VMSD/IntegrandBoundaryTrace_None_VMSD.h
The file was modified src/pde/TCNE/PDETCNEEuler1D.h
The file was addedtest/sandbox/Adapt3D_VMSDBR2_RANSSA_CornerFlatPlate_toy.cpp
The file was modified test/sandbox/Solve2D_VMSD_Triangle_NavierStokes_Joukowski_ArtificialViscosity_toy.cpp
The file was modified src/Discretization/VMSD/IntegrandBoundaryTrace_Flux_mitState_VMSD.h
The file was removedtest/sandbox/Adapt2D_VMSD_RANSSA_AV_MultiElementAirfoil_toy.cpp
The file was addedtest/sandbox/Adapt2D_VMSDBR2_RANSSA_MultiElementAirfoil_toy.cpp
The file was modified src/Discretization/VMSD/AlgebraicEquationSet_VMSD.h
The file was modified src/pde/NS/PDEEuler2D.h
The file was modified src/Discretization/VMSD/IntegrandCell_VMSD_NL.h
The file was modified test/sandbox/Adapt2D_VMSD_RANSSA_Joukowski_toy.cpp
The file was modified src/pde/NS/PDERANSSA3D.h
The file was removedtest/unit/Discretization/VMSD/IntegrandTrace_VMSD_AD_btest.cpp
The file was modified src/pde/NS/PDEEuler3D.h
The file was modified src/pde/NDConvert/PDENDConvertSpace2D.h
The file was modified src/Discretization/VMSD/IntegrandBoundaryTrace_LinearScalar_sansLG_VMSD.h
The file was modified test/unit/Discretization/VMSD/JacobianCell_VMSD_AD_btest.cpp
The file was addedtest/sandbox/Adapt3D_VMSDBR2_RANSSA_FlatPlate_toy.cpp
The file was removedsrc/Discretization/VMSD/AlgebraicEquationSet_Local_VMSD_Linear.h
The file was modified src/Discretization/VMSD/IntegrandBoundaryTrace_Dirichlet_sansLG_VMSD.h
The file was modified test/unit/Discretization/VMSD/ResidualCell_VMSD_AD_btest.cpp
The file was modified src/pde/Lorenz/PDELorenz.h
The file was modified test/sandbox/Solve2D_VMSD_HOW5_CI1_toy.cpp
The file was modified test/unit/Discretization/VMSD/VMSD_AD.nb
The file was removedsrc/Discretization/VMSD/AlgebraicEquationSet_VMSD_Linear.h
The file was modified src/pde/AdvectionDiffusion/PDEAdvectionDiffusion2D.h
The file was removedtest/unit/Discretization/VMSD/IntegrandCell_VMSD_AD_btest.cpp
The file was removedtest/sandbox/Adapt2D_VMSD_RANSSA_MultiElementAirfoil_toy.cpp
The file was removedtest/sandbox/Adapt2D_VMSD_RANSSA_MultiElementAirfoil_Q1_toy.cpp
The file was modified test/unit/pde/NS/PDERANSSA3D_btest.cpp
The file was modified src/Adaptation/MOESS/SolverInterface_VMSD_BR2.h
The file was modified src/pde/NDConvert/PDENDConvertSpaceTime1D.h
The file was modified src/pde/ArtificialViscosity/AVSensor_ViscousFlux2D.h
The file was removedtest/sandbox/Adapt2D_VMSD_AD_ST_toy.cpp
The file was modified src/ErrorEstimate/VMSD/ErrorEstimate_VMSD.h
The file was modified src/pde/SourceOnly/PDESourceOnly3D.h
The file was modified src/Discretization/VMSD/IntegrandBoundaryTrace_LinearScalar_mitLG_VMSD.h
The file was removedtest/sandbox/Adapt2D_VMSD_RANSSA_MultiElementAirfoil_Q1_refine_toy.cpp
The file was modified src/Discretization/VMSDBR2/IntegrandTrace_VMSD_BR2.h
The file was modified test/unit/Discretization/VMSD/IntegrandTrace_VMSD_NL_AD_btest.cpp
The file was modified src/Discretization/VMSDBR2/AlgebraicEquationSet_VMSD_BR2.h
The file was modified test/unit/Discretization/VMSD/IntegrandCell_VMSD_NL_AD_btest.cpp
The file was modified src/pde/NDConvert/PDENDConvertSpaceTime2D.h
The file was modified test/sandbox/Solve2D_VMSD_HOW5_VI2_AV_toy.cpp
The file was modified src/pde/NS/PDENavierStokes3D.h
The file was modified src/pde/NS/PDEEulermitAVDiffusion2D.h
The file was modified src/pde/NS/PDERANSSA2D.h
The file was addedtest/sandbox/Adapt2D_VMSDBR2_RANSSA_MultiElementAirfoil_Q1_toy.cpp
The file was modified src/pde/IncompressibleNS/PDEIncompressibleRANSSA1DChannel.h
Commit b754f9923c5c6817f6065b1768f43d99e84ae3c9 by galbramc
Relax tolerance
The file was modified test/unit/Discretization/VMSD/AlgebraicEquationSet_VMSD_Triangle_AD_btest.cpp
Commit bdface5c8f3413f5f3fea0d14be583f6852fffc2 by allmaras
added sansBOOM PDE directories; added standard atmosphere
The file was addedtest/unit/pde/sansBOOM/CMakeLists.txt
The file was modified test/unit/pde/CMakeLists.txt
The file was addedsrc/pde/sansBOOM/AtmosphereStandard.h
The file was addedtest/unit/pde/sansBOOM/AtmosphereStandard_btest.cpp
The file was addedsrc/pde/sansBOOM/CMakeLists.txt
The file was modified src/pde/CMakeLists.txt
Commit 8a6160c1b52b4b2e86035162d3a8b912e71d172d by galbramc
Remove _NL VMSD suffix
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Rotor_GlobalConstraint.h
The file was addedtest/unit/Discretization/VMSD/IntegrandCell_VMSD_AD_btest.cpp
The file was removedsrc/Discretization/VMSD/IntegrandCell_VMSD_NL.h
The file was removedtest/unit/Discretization/VMSD/IntegrandTrace_VMSD_NL_AD_btest.cpp
The file was modified src/Discretization/VMSD/AlgebraicEquationSet_VMSD.h
The file was addedsrc/Discretization/VMSD/IntegrandCell_VMSD.h
The file was modified test/unit/Discretization/VMSD/JacobianCell_VMSD_AD_btest.cpp
The file was modified src/Discretization/VMSD/Integrand_VMSD_fwd.h
The file was removedsrc/Discretization/VMSD/IntegrandTrace_VMSD_NL.h
The file was removedtest/unit/Discretization/VMSD/IntegrandCell_VMSD_NL_AD_btest.cpp
The file was addedtest/unit/Discretization/VMSD/IntegrandTrace_VMSD_AD_btest.cpp
The file was modified src/ErrorEstimate/VMSD/ErrorEstimate_VMSD.h
The file was addedsrc/Discretization/VMSD/IntegrandTrace_VMSD.h
The file was modified test/unit/Discretization/VMSD/ResidualCell_VMSD_AD_btest.cpp
The file was modified test/unit/ErrorEstimate/ErrorEstimateCell_VMSD_AD_btest.cpp
Commit 92aca5b4e348f011b8350c091701128d37fd3c0c by galbramc
Relax timing
The file was modified test/unit/Discretization/Block/CMakeLists.txt
Commit 2982f1a9ad9e825c891cabc67128469f8fa18bb3 by allmaras
fixed vera squawk
The file was modified src/pde/sansBOOM/AtmosphereStandard.h
Commit f711432476a277aabfddeb0fe12295fc25c53df2 by shunz
refactoring to to keep up with the constant-density gas model in 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
The file was modified test/system/AnalyticSolve/AnalyticSolve3D_IBLFourEqn_StagnationFlow_LamiBL_Triangle_btest.cpp
Commit cb38fb40f5bd1316f8d3ada0324da42cb5a3e6c0 by galbramc
Enable output functionals on BodyForce LE/TE surfaces
The file was modified src/UserInterfaces/BodyForceSolver_impl.h
Commit fa873d2986a241689e9da3b9242677a07e241193 by galbramc
Fix body force relative output functionals
The file was modified src/Meshing/EGADS/RotorSource/Rotor.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Rotor_GlobalConstraint.h
The file was modified src/Meshing/EGADS/RotorSource/Rotor.cpp
The file was modified test/unit/Discretization/GloballyConstrained/Ping_Euler_RotorSource_btest.cpp
The file was modified src/UserInterfaces/BodyForceSolver_impl.h
The file was modified src/pde/NS/PDEEuler3D_RotorSource.h
The file was modified test/unit/pde/NS/PDEEuler3D_RotorSource_btest.cpp
The file was modified test/unit/pde/NS/PDEEulermitAVDiffusion3D_RotorSource_btest.cpp
Commit fe6f54962aba67aef301b52bb2daf19c84ded3b4 by galbramc
Relax tolerance
The file was modified test/unit/Field/Project_DG_to_CG_btest.cpp
Commit 925f9134900b8e99e552da0b2e542cc8cbfd82fc by galbramc
Realxer tolerance
The file was modified test/unit/Field/Project_DG_to_CG_btest.cpp
Commit 70d3b58d4035369f0441efd34635924ae2ff147b by shunz
more refactoring to to keep up with the constant-density gas model in IBL3
The file was modified test/sandbox/Solve3D_Coupled_FP_IBL3_duct_toy.cpp
The file was modified test/sandbox/Solve3D_Uncoupled_IBLFourEqn_FlatPlate_Blasius_toy.cpp
The file was modified test/sandbox/Solve3D_Coupled_LIP_IBL3_duct_ring_toy.cpp
The file was modified test/sandbox/Solve3D_Uncoupled_IBLFourEqn_FlatPlate_StagnationRadial_toy.cpp
Commit 13addd5d53ba88c7273a23eb70204be75a1e65c5 by waligura
Turbulence model constructor and unit test formatting changes. Functional SA-Catris models and framework for SA-LRe and SA-R models as well.
The file was modified src/pde/NS/PDERANSSA2D.h
The file was addedsrc/pde/NS/SATurbModel.h
The file was modified test/unit/pde/NS/PDERANSSA2D_btest.cpp
Commit 8c2bbebbab4c7489dcebdc6d455624bf10470691 by shunz
minor compile error/warning fix
The file was modified test/sandbox/Solve3D_Uncoupled_IBLFourEqn_FlatPlate_StagnationRadial_toy.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBLFourEqn_Quad_btest.cpp
Commit 55e8edf2b5113a92ef569fbf0b65c3bc48b41b56 by blsc
Pulling in updates for the asymptotically consistent error estimate in VMSD. PDEs have gained an additional typedef, the type of the consistent part of the PDE. This is just the PDEs type for almost all PDEs. New PDE types have been added for using the asymptotic consistency correction for Euler/NS/RANSSA with sensor based artificial diffusion (the originals have been retained for the time being). Updates to the problem interface and the error estimation classes for VMSDBR2 have also been made. Using the asymptotically consistent correction requires some additional data, but the interface for problems not needing that functionality are unchanged.
The file was modified src/Discretization/VMSDBR2/SolutionData_VMSD_BR2.h
The file was modified src/pde/IBL/PDEIBLUniField.h
The file was modified src/pde/NDConvert/PDENDConvertSpace1D.h
The file was modified src/pde/FullPotential/PDEFullPotential3D.h
The file was modified src/pde/NDConvert/PDENDConvertSpaceTime1D.h
The file was modified src/pde/NS/PDENavierStokes_Brenner2D.h
The file was modified src/pde/TCNE/PDETCNEEuler1D.h
The file was modified src/ErrorEstimate/VMSD/ErrorEstimate_VMSD_BR2.h
The file was modified src/pde/NS/PDENavierStokes2D.h
The file was modified src/ErrorEstimate/VMSD/ErrorEstimateBase_VMSD.cpp
The file was modified src/pde/NS/BCEulermitAVSensor2D.h
The file was modified src/pde/FullPotential/PDEIncompressiblePotentialTwoField2D.h
The file was modified src/pde/NS/PDEEuler3D.h
The file was modified src/pde/NS/PDENavierStokes1D.h
The file was modified src/pde/IBL/PDEIBL3D.h
The file was modified src/pde/NS/PDERANSSA_Source3D.h
The file was modified src/pde/IncompressibleNS/PDEIncompressibleNavierStokes1DChannel.h
The file was modified src/pde/Burgers/PDEBurgers_ArtificialViscosity2D.h
The file was modified src/pde/CauchyRiemann/PDECauchyRiemann2D.h
The file was modified src/pde/NS/PDERANSSA3D.h
The file was modified src/pde/Burgers/PDEBurgers_ArtificialViscosity1D.h
The file was modified src/pde/PorousMedia/PDEBuckleyLeverett1D.h
The file was modified src/pde/NS/PDEEuler2D.h
The file was modified test/sandbox/Adapt2D_VMSDBR2_NavierStokes_LaminarJoukowski_AV_HTC_toy.cpp
The file was modified src/pde/Stokes/PDEStokes2D.h
The file was modified src/Adaptation/MOESS/SolverInterface.h
The file was modified src/Discretization/AlgebraicEquationSet_Type.h
The file was modified src/pde/AdvectionDiffusion/PDEAdvectionDiffusion1D.h
The file was addedtest/system/CodeConsistency/PDEmitAVSensorInner2D_Consistency_btest.cpp
The file was modified src/pde/IBL/ProjectToQauxi2D.h
The file was modified src/pde/PorousMedia/PDETwoPhaseLinearized1D.h
The file was modified src/pde/ShallowWater/PDEShallowWater1D.h
The file was modified test/unit/SolutionTrek/Ricatti_btest.h
The file was modified src/ErrorEstimate/VMSD/ErrorEstimateBase_VMSD_BR2.cpp
The file was modified src/pde/IncompressibleNS/PDEIncompressibleRANSSA1DChannel.h
The file was modified src/pde/NS/PDERANSSA_Brenner2D.h
The file was modified src/pde/PorousMedia/PDETwoPhase_ArtificialViscosity2D.h
The file was modified src/pde/FullPotential/PDELinearizedIncompressiblePotential3D.h
The file was modified scripts/vera/exclusions.txt
The file was modified src/pde/Sensor/PDESensorParameter1D.h
The file was modified src/Adaptation/MOESS/SolverInterface_VMSD_BR2.h
The file was modified src/pde/PorousMedia/PDETwoPhase1D.h
The file was addedtest/sandbox/Solve2D_VMSDBR2_Euler_RadialShock_AV_HTC_toy.cpp
The file was modified src/pde/IBL/ProjectToQauxi3D.h
The file was modified src/pde/PorousMedia/PDETwoPhase_ArtificialViscosity1D.h
The file was modified src/pde/PorousMedia/PDETwoPhase2D.h
The file was modified src/Discretization/VMSDBR2/AlgebraicEquationSet_Local_VMSD_BR2.h
The file was modified src/pde/ArtificialViscosity/TraitsArtificialViscosity.h
The file was modified src/pde/NDConvert/PDENDConvertSpace3D.h
The file was modified src/pde/NDConvert/PDENDConvertSpaceTime3D.h
The file was modified src/pde/Distance/PDEEikonal_Distance2D.h
The file was modified src/pde/AdvectionDiffusion/PDEAdvectionDiffusion2D.h
The file was modified src/pde/ShallowWater/PDEShallowWater2D.h
The file was modified src/pde/ArtificialViscosity/PDEmitAVSensor1D.h
The file was addedtest/sandbox/Solve2D_VMSDBR2_Euler_RadialShock_Corrected_AV_HTC_toy.cpp
The file was modified src/pde/NS/PDENavierStokes3D.h
The file was modified src/ErrorEstimate/VMSD/ErrorEstimateBase_VMSD.h
The file was modified src/pde/NS/BCEulermitAVDiffusion2D.h
The file was modified src/Adaptation/MOESS/SolverInterfaceBase.h
The file was modified src/pde/NS/PDERANSSA2D.h
The file was modified src/pde/HSM/PDEHSM2D.h
The file was modified src/pde/ArtificialViscosity/PDEmitAVSensor2D.h
The file was modified src/SolutionTrek/Continuation/Homotopy/PDEHomotopy.h
The file was addedsrc/pde/ArtificialViscosity/PDEmitAVSensorInner2D.h
The file was modified src/pde/NS/PDEEulermitAVDiffusion1D.h
The file was modified src/pde/ArtificialViscosity/AVSensor_Source2D.h
The file was modified src/pde/Burgers/PDEBurgers2D.h
The file was modified src/pde/IBL/PDEIBLFourEqn3D.h
The file was modified src/pde/NS/PDEEulermitAVDiffusion2D.h
The file was modified src/Discretization/VMSDBR2/AlgebraicEquationSet_VMSD_BR2.h
The file was modified src/pde/IBL/PDEIBLSplitAmpLag2D.h
The file was addedsrc/pde/NS/PDEmitAVDiffusionOuter2D.h
The file was modified src/pde/NS/PDEEuler3D_RotorSource.h
The file was modified src/Field/ProjectSoln/Project_DG_to_CG/Project_DG_to_CG_impl.h
The file was modified src/pde/NDConvert/PDENDConvertSpace2D.h
The file was modified src/pde/NS/PDEEulermitAVDiffusion3D.h
The file was modified src/pde/Burgers/PDEBurgers1D.h
The file was modified src/pde/FullPotential/PDELinearizedIncompressiblePotential2D.h
The file was addedtest/system/CodeConsistency/PDEmitAVDiffusionOuter2D_Consistency_btest.cpp
The file was modified src/pde/ArtificialViscosity/PDEmitAVSensor3D.h
The file was modified src/pde/SourceOnly/PDESourceOnly2D.h
The file was modified src/pde/NDConvert/PDENDConvertSpaceTime2D.h
The file was modified src/pde/HSM/PDEHSMKL.h
The file was modified src/pde/ShallowWater/PDEShallowWater2D_manifold.h
The file was modified test/system/CodeConsistency/PDEmitAVSensor2D_Consistency_btest.cpp
The file was modified src/pde/AdvectionDiffusion/PDEAdvectionDiffusion3D.h
The file was modified src/pde/Sensor/PDESensorParameter2D.h
The file was modified src/pde/SourceOnly/PDESourceOnly3D.h
The file was modified src/pde/NS/PDERANSSA_Source2D.h
The file was modified src/pde/NS/PDEEuler1D.h
The file was modified src/pde/PorousMedia/PDEBuckleyLeverett_ArtificialViscosity1D.h
The file was modified src/pde/Lorenz/PDELorenz.h
The file was modified src/pde/IBL/PDEIBL2D.h
The file was modified test/sandbox/Solve2D_VMSDBR2_RANSSA_Joukowski_HTC_toy.cpp
The file was modified test/system/LocalSolve/Constrained_Solve_btest.cpp
The file was modified src/pde/NS/PDEEuler1D_Source.h
Commit cfe9d8ec3ef8b1f64677d7937dbb2c373677f805 by shunz
updated pyrite files
The file was modified test/system/IO/AnalyticSolve/IBLFourEqn3D_StagnationFlow_LamiBL_Triangle_nelem1d2_p0_Test.txt
The file was modified test/sandbox/Solve3D_Uncoupled_IBLFourEqn_FlatPlate_StagnationRadial_toy.cpp
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_nelem1d1_p4_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_p2_Test.txt
The file was modified test/system/IO/AnalyticSolve/IBLFourEqn3D_StagnationFlow_LamiBL_Triangle_nelem1d2_p3_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 test/system/IO/AnalyticSolve/IBLFourEqn3D_StagnationFlow_LamiBL_Triangle_nelem1d1_p3_Test.txt
The file was modified test/system/IO/AnalyticSolve/IBLFourEqn3D_StagnationFlow_LamiBL_Triangle_nelem1d1_p2_Test.txt
The file was modified test/system/IO/AnalyticSolve/IBLFourEqn3D_StagnationFlow_LamiBL_Triangle_nelem1d2_p4_Test.txt
Commit 7ab8a4828ade838f3d2d0e5f9c36495c835c5957 by blsc
Cleaned up AVSensor_Source2D.h a little bit to remove some unused code.
The file was modified src/pde/ArtificialViscosity/AVSensor_Source2D.h
Commit 5e6e3d5e1563c9a69fb1a3679a62b3af5f86ff09 by blsc
Missed vera warning
The file was modified src/pde/ArtificialViscosity/PDEmitAVSensorInner2D.h
Commit 7ff3709b7e112aac070af2427b8054b03eb42aa0 by shunz
Forgot to turn off verbose and file output
The file was modified test/system/AnalyticSolve/AnalyticSolve3D_IBLFourEqn_StagnationFlow_LamiBL_Triangle_btest.cpp
Commit c501da7813880c9e201e9ab062a2abe454dff8f9 by blsc
Missed another vera warning
The file was modified test/sandbox/Solve2D_VMSDBR2_RANSSA_Joukowski_HTC_toy.cpp
Commit 1bd64504ca773d32bc058d092b9984caeecd1ea2 by shunz
relaxed tolerance
The file was modified test/unit/Field/Project_DG_to_CG_btest.cpp
Commit 4441d38f312db161e2b3314fa4e8313bdd62152e by galbramc
Fix so 2D avro works for wirebody
The file was modified src/Meshing/avro/XField_avro_2D.cpp
The file was modified test/unit/Meshing/avro/XField_avro_btest.cpp
Commit 9548628febbc2f4c1097f6d465436b99fc8bd82a by shunz
Added a N-S case of laminar BL
The file was addedtest/sandbox/Solve3D_VMSDBR2_NavierStokes_Sduct_toy.cpp
Commit 5041e3799d68611293a5298609f566aa597a5c97 by blsc
Fixed the remaining clang and gnu11 compiler warnings.
The file was modified src/pde/NS/BCEuler2D_mitState.h
The file was modified test/sandbox/Adapt2D_VMSDBR2_NavierStokes_LaminarJoukowski_AV_HTC_toy.cpp
The file was modified src/Adaptation/MOESS/SolverInterface_VMSD_BR2.h
Commit a31b52778cc9ae735e8a5f1745b1389811f7f160 by shunz
cleaned up NS laminar BL sandbox case
The file was modified test/sandbox/Solve3D_VMSDBR2_NavierStokes_Sduct_toy.cpp
The file was modified test/sandbox/Solve3D_Coupled3x3_IBLFourEqn_FlatPlate_torpedo_agrid45_toy.cpp
Commit 99669cc9597ef09699dbc53acc68e05b45ac2cde by shunz
Separated findElement() function into a dedicated file
The file was modified src/Field/ElementCounter.h
The file was addedsrc/Field/FindElementFromX.h
Commit f55bf54b9b245bc6988170af626d268eb527cfd6 by shunz
Refactored findTraceElement to use simple bounding box check without resorting to the kd-tree hammer...  Added unit test
The file was addedtest/unit/Field/FindElementFromX_btest.cpp
The file was modified src/Field/FindElementFromX.h
Commit 59aee373b9d14e51e8557fd5ab22281f23af00fe by galbramc
Refactor Homotopy so it can be used with any PDE
The file was modified test/unit/pde/CMakeLists.txt
The file was modified src/Adaptation/MOESS/SolverInterface_VMSD_BR2.h
The file was modified src/pde/NS/PDEEulermitAVDiffusion3D.h
The file was modified src/tools/Tuple.h
The file was modified src/pde/ArtificialViscosity/PDEmitAVSensor3D.h
The file was addedtest/unit/SolutionTrek/Continuation/PDESourceOnly_btest.cpp
The file was removedtest/unit/pde/SourceOnly/PDESourceOnly3D_btest.cpp
The file was modified src/pde/NS/PDEEuler3D.h
The file was modified src/SolutionTrek/Continuation/CMakeLists.txt
The file was removedtest/system/CodeConsistency/PDEmitAVSensor2D_Consistency_afield_btest.cpp
The file was modified test/unit/pde/ArtificialViscosity/PDEmitAVSensor2D_btest.cpp
The file was modified src/SolutionTrek/Continuation/Homotopy/AlgebraicEquationSet_HTC.h
The file was modified src/SolutionTrek/Continuation/Homotopy/BCHomotopy.h
The file was removedtest/system/CodeConsistency/BCEulermitAVSensor2D_Consistency_afield_btest.cpp
The file was removedtest/sandbox/duct_meshing_UROP_toy.cpp
The file was modified test/system/CodeConsistency/PDESourceOnly_Projection_btest.cpp
The file was modified src/SolutionTrek/Continuation/Homotopy/Homotopy.h
The file was modified src/pde/ArtificialViscosity/PDEmitAVSensor2D.h
The file was modified src/pde/CMakeLists.txt
The file was modified src/pde/NS/PDERANSSA3D.h
The file was modified src/LinearAlgebra/SparseLinAlg/SparseLinAlg_LinearSolver.cpp
The file was modified src/pde/NS/IsmailRoe.h
The file was removedtest/system/CodeConsistency/PDEmitAVSensor2D_Consistency_RANSSA_afield_btest.cpp
The file was modified test/system/CodeConsistency/VMSDBR2_BubbleModes_btest.cpp
The file was modified test/sandbox/Solve2D_VMSDBR2_RANSSA_Joukowski_HTC_toy.cpp
The file was modified test/unit/Discretization/VMSDBR2/ProjectL2_VMSD_BR2_Source_btest.cpp
The file was modified test/unit/Adaptation/MOESS/ParamFieldBuilder_btest.cpp
The file was modified src/Field/ProjectSoln/Project_DG_to_CG/Project_DG_to_CG_impl.h
The file was modified src/pde/NDConvert/PDENDConvertSpace3D.h
The file was modified src/SolutionTrek/Continuation/Continuation.h
The file was removedtest/sandbox/annulus_meshing_UROP_toy.cpp
The file was removedtest/system/CodeConsistency/BCEulermitAVSensor2D_Consistency_RANSSA_afield_btest.cpp
The file was modified src/NonLinearSolver/NewtonSolver_impl.h
The file was modified src/pde/NS/PDEEuler2D.h
The file was modified test/sandbox/Adapt2D_VMSDBR2_NavierStokes_Blottner_Mach20_AV_HTC_toy.cpp
The file was modified src/pde/NS/PDEEulermitAVDiffusion2D.h
The file was modified test/unit/pde/NS/PDEEuler2D_btest.cpp
The file was modified src/pde/NS/PDERANSSA2D.h
The file was modified src/pde/AdvectionDiffusion/PDEAdvectionDiffusion2D.h
The file was modified test/sandbox/Adapt2D_VMSD_RANSSA_Joukowski_toy.cpp
The file was modified test/unit/NonLinearSolver/NewtonSolver_btest.cpp
The file was modified test/sandbox/ErrorOrder_2D_VMSD_Triangle_AD_toy.cpp
The file was modified test/sandbox/Solve2D_VMSDBR2_Euler_RadialShock_Corrected_AV_HTC_toy.cpp
The file was modified src/pde/NS/Q3DEntropy.h
The file was removedsrc/pde/SourceOnly/CMakeLists.txt
The file was modified test/sandbox/Solve3D_VMSDBR2_BlottnerSphere_AV_HTC_toy.cpp
The file was removedtest/unit/pde/SourceOnly/CMakeLists.txt
The file was modified src/pde/NDConvert/PDENDConvertSpace2D.h
The file was modified test/sandbox/Solve2D_VMSDBR2_Euler_RadialShock_AV_HTC_toy.cpp
The file was modified test/unit/SolutionTrek/Continuation/DissipationBased_btest.cpp
The file was addedsrc/SolutionTrek/Continuation/Homotopy/Homotopy.cpp
The file was modified src/pde/AdvectionDiffusion/PDEAdvectionDiffusion3D.h
The file was removedsrc/pde/SourceOnly/BCSourceOnly2D.h
The file was removedtest/unit/pde/SourceOnly/PDESourceOnly2D_btest.cpp
The file was modified src/pde/NS/Q3DPrimitiveRhoPressure.h
The file was modified test/unit/pde/NS/PDERANSSA2D_btest.cpp
The file was modified src/pde/ArtificialViscosity/PDEmitAVSensorInner2D.h
The file was modified test/sandbox/Solve3D_VMSD_RANSSA_OjedaMMS_toy.cpp
The file was modified src/Field/HField/GenHField_DG.h
The file was modified src/pde/NS/QRANSSA2D.h
The file was modified src/Discretization/AlgebraicEquationSet_Type.h
The file was modified src/SolutionTrek/Continuation/Continuation.cpp
The file was modified src/Adaptation/MOESS/ParamFieldBuilder.h
The file was removedsrc/pde/SourceOnly/PDESourceOnly2D.h
The file was removedsrc/pde/SourceOnly/PDESourceOnly3D.h
The file was modified test/sandbox/Adapt2D_VMSDBR2_NavierStokes_LaminarJoukowski_AV_HTC_P1_2k_toy.cpp
The file was modified src/Field/HField/GenHField_DG/GenHField_DG_impl.h
The file was modified src/pde/NS/QRANSSA3D.h
The file was modified test/unit/SolutionTrek/Continuation/Homotopy_btest.cpp
The file was modified test/sandbox/Solve2D_VMSDBR2_HOW5_VI2_AV_HTC_toy.cpp
The file was modified test/sandbox/Adapt3D_VMSDBR2_RANSSA_DPW_AV_HTC_toy.cpp
The file was modified test/unit/SolutionTrek/Continuation/Homotopy_Euler_btest.cpp
The file was addedsrc/SolutionTrek/Continuation/Homotopy/PDESourceOnly.h
The file was modified test/system/LocalSolve/Constrained_Solve_btest.cpp
The file was modified src/SolutionTrek/Continuation/Homotopy/PDEHomotopy.h
The file was modified src/pde/NS/Q2DEntropy.h
The file was modified test/sandbox/Adapt2D_VMSDBR2_NavierStokes_LaminarJoukowski_AV_HTC_toy.cpp
The file was modified test/unit/pde/ArtificialViscosity/PDEmitAVSensor3D_btest.cpp
The file was modified test/unit/pde/NS/PDEEuler3D_btest.cpp
The file was modified test/unit/pde/FullPotential/PDELinearizedIncompressiblePotential3D_btest.cpp
The file was modified src/pde/NS/Roe.h
The file was modified test/sandbox/Solve2D_VMSDBR2_HOW5_VI2_Surface_AV_HTC_toy.cpp
The file was modified src/pde/NS/Q2DPrimitiveRhoPressure.h
Commit 23819ca94297d67390558249504bad1540091ab8 by galbramc
Fix warnings
The file was modified test/system/CodeConsistency/PDESourceOnly_Projection_btest.cpp
Commit 3c6da366024e5c23cf5d3e25ca4df2f323a573de by galbramc
Expose Viscous body force coefficients as user inputs
The file was modified src/Meshing/EGADS/RotorSource/Rotor.cpp
The file was modified test/unit/pde/NS/PDEEulermitAVDiffusion3D_RotorSource_btest.cpp
The file was modified src/UserInterfaces/BodyForceSolver_impl.h
The file was modified test/unit/Discretization/GloballyConstrained/Ping_Euler_RotorSource_btest.cpp
The file was modified src/Meshing/EGADS/RotorSource/Rotor.h
The file was modified src/pde/NS/PDEEuler3D_RotorSource.h
The file was modified test/unit/pde/NS/PDEEuler3D_RotorSource_btest.cpp
Commit 1535d2c51c9dfd29defdfc3570b4cec036bd6014 by galbramc
Nightly fixes
The file was modified test/system/CodeConsistency/CMakeLists.txt
The file was modified scripts/jenkins/SANS_Nightly.sh
Commit b60bd332a435bd5bda08d736dddecad9c55bb9c8 by shunz
Added BL profile extraction capability to a NS sandbox case
The file was modified test/sandbox/Solve3D_VMSDBR2_NavierStokes_Sduct_toy.cpp
The file was modified src/Field/ProjectSoln/PointwiseSolutionStorage.cpp
Commit 3b37045f65badba57ef541486e2df0b28ee42df1 by shunz
Refactored 3D Tet flat plate grid.  Added mutable access to AES in solver interface (but only able to use it by commenting out exception).  More refactoring to NS laminar BL sandbox case
The file was modified src/Discretization/VMSDBR2/SolutionData_VMSD_BR2.h
The file was modified test/sandbox/Solve3D_VMSDBR2_NavierStokes_Sduct_toy.cpp
The file was modified test/unit/UnitGrids/XField3D_FlatPlate_X1.cpp
The file was modified test/unit/UnitGrids/XField3D_FlatPlate_X1.h
The file was modified test/unit/UnitGrids/XField3D_CornerFlatPlate_X1.h
The file was modified src/Adaptation/MOESS/SolverInterface.h
Commit c0d87f0b6710f24f05ef45b422a1e39d0194f6ca by shunz
minor cleanup of sandbox case
The file was modified test/sandbox/Solve3D_VMSDBR2_NavierStokes_Sduct_toy.cpp
Commit 1f9bbf3540a1f6af46d6b26aceb374aa193e88d4 by shunz
fixed warnings: size_t vs int
The file was modified test/sandbox/Solve3D_VMSDBR2_NavierStokes_Sduct_toy.cpp
Commit 73046f83c0bb6264ff231459b4c7bb5bbfdde1a6 by shunz
turned off projection between different grids when doing solution sequencing because it does not work due to (probably) a bug...
The file was modified test/sandbox/Solve3D_VMSDBR2_NavierStokes_Sduct_toy.cpp
The file was modified test/unit/UnitGrids/XField3D_FlatPlate_X1.cpp
Commit f7083fbcea0134d5bffb90b8530347d1af33247e by galbramc
Fix mistake in body force
The file was modified src/UserInterfaces/BodyForceSolver_impl.h
Commit 34cff343e345bb681c4d2dc033396e914d0b97f9 by waligura
Change some QCR variable types in PDERANS and other formatting changes for successful make check. Updated PDERANS and b_test to be consistent with current changes on develop
The file was modified src/pde/NS/PDENavierStokes2D.h
The file was modified src/pde/NS/SATurbModel.h
The file was modified test/sandbox/Solve2D_DGBR2_Triangle_RANSSA_OjedaMMS_toy.cpp
The file was modified test/unit/pde/NS/PDEEulermitAVDiffusion2D_RANSSA_btest.cpp
The file was modified src/pde/NS/PDERANSSA2D.h
The file was modified test/system/Asymptotic/ErrorOrder_2D_CGStabilized_RANS_MMS_btest.cpp
The file was modified test/system/Asymptotic/ErrorOrder_2D_DGBR2_RANS_MMS_btest.cpp
The file was modified test/unit/pde/NS/PDERANSSA2D_btest.cpp
Commit 756e7fe03c562ee9f88ec9c4ae6a192ba84f8f10 by shunz
fixed warnings: size_t vs int
The file was modified test/sandbox/Solve3D_VMSDBR2_NavierStokes_Sduct_toy.cpp
Commit 3c03a2e9a7af2c2aeda63b675d5f1fcdffaf7b3c by shunz
bug fix in user input
The file was modified test/sandbox/Solve3D_VMSDBR2_NavierStokes_Sduct_toy.cpp
Commit 56959a5d3b62a7ba57fd215fd33e218c5f053aa7 by shunz
fixed style. minor tweak in PETSc setup in a test case
The file was modified test/sandbox/Solve3D_VMSDBR2_NavierStokes_Sduct_toy.cpp
Commit e5f436f3e982b30159f84e01f58e76b1891d295c by shunz
Refactored grid and test case for NS LamiBL
The file was modified test/unit/UnitGrids/XField3D_FlatPlate_X1.cpp
The file was modified test/sandbox/Solve3D_VMSDBR2_NavierStokes_Sduct_toy.cpp
The file was modified test/unit/UnitGrids/XField3D_FlatPlate_X1.h
Commit 7ebc9e5b42b5758832995cd216f58e099092f639 by waligura
Changes to diffusionViscous and diffusionViscousGradient unit tests to check Catris variations. Still working on the formatting but will push this version for now
The file was modified test/unit/pde/NS/PDERANSSA2D_btest.cpp
The file was modified src/pde/NS/PDERANSSA2D.h
Commit cab06f857f775a3b5d0b536dad318e4eb3183d75 by waligura
Pushing again with vera changes. Something seems to be up with my vera check
The file was modified src/pde/NS/PDERANSSA2D.h
Commit 76b34287262ece0ba46a9331bfbf56bd3ad51402 by waligura
Another vera message I did not see before sending
The file was modified src/pde/NS/SATurbModel.h
Commit 8ee448c146bce4fe3ecb68ff734bd07bbd76f4e5 by shunz
Relaxed convergence tolerance in a test case
The file was modified src/Adaptation/MOESS/SolverInterface.h
The file was modified test/sandbox/Solve3D_VMSDBR2_NavierStokes_Sduct_toy.cpp
Commit f9730cb20d975429a7fa357097623b8f4f1f4156 by waligura
Further formatting changes to PDERANS and another vera error I missed initially
The file was modified src/pde/NS/PDERANSSA2D.h
The file was modified test/unit/pde/NS/PDEEulermitAVDiffusion2D_RANSSA_btest.cpp
The file was modified test/unit/pde/NS/PDERANSSA2D_btest.cpp
Commit 7c64f75d5689f4270bd3bbb4c2058c3372ff8ba3 by waligura
Further formatting changes fixing most of the alignment issues and getting rid of the -=
The file was modified test/unit/pde/NS/PDERANSSA2D_btest.cpp
The file was modified src/pde/NS/PDERANSSA2D.h
Commit a2e502b913d3cd855bee2a598dfcfd9279f5f83b by shunz
Refactored BL sampling function in NS LamiBL test case
The file was modified test/sandbox/Solve3D_VMSDBR2_NavierStokes_Sduct_toy.cpp
Commit 47b3eaff53576d33c72f84f42523fd42f57cd22b by galbramc
Add ddelta dump for RotorSource
The file was modified test/unit/pde/NS/PDEEuler2D_btest.cpp
The file was modified src/pde/NS/PDEEuler3D_RotorSource.h
The file was modified src/Field/output_Tecplot/output_Tecplot_RotorSource.cpp
The file was modified src/UserInterfaces/BodyForceSolver_impl.h
Commit 6d5d7af33b91dea5794e9ea6bbc01dd2d5dd5a84 by galbramc
Fix warning
The file was modified src/pde/NS/PDEEuler3D_RotorSource.h
Commit 4462d38d057b9b0ec6224c9ab674fc77398cdca1 by cwomack
Working Changes: Finalized AD Burgers test case for boom propagation
Added new mitStateSpaceTime BC and Nwave IC
Added unit tests for new BC and IC
Modified flux functions to use smooth math
Modified meshing unit tests to check for tetgen
Added new verbose functionality to HalvingLineSearchUpdate

Broken Changes: Added p=0 funnctionality for Lagrange basis
The file was modified test/system/IO/ErrorOrder/ErrorOrder_1D_HDG_Burgers_MinTest.txt
The file was modified test/system/IO/ErrorOrder/ErrorOrder_1D_DGBR2_Burgers_MinTest.txt
The file was modified src/NonLinearSolver/LineUpdate/HalvingSearchLineUpdateParams.cpp
The file was modified test/unit/pde/Burgers/PDEBurgers1D_btest.cpp
The file was modified test/unit/pde/AdvectionDiffusion/OutputAdvectionDiffusion_btest.cpp
The file was modified test/unit/Meshing/avro/XField_avro_btest.cpp
The file was modified src/NonLinearSolver/LineUpdate/HalvingSearchLineUpdate_impl.h
The file was modified src/pde/AdvectionDiffusion/AdvectiveFlux1D.h
The file was modified src/pde/AnalyticFunction/ScalarFunction1D.h
The file was modified src/Discretization/VMSDBR2/AlgebraicEquationSet_VMSD_BR2.h
The file was modified src/NonLinearSolver/LineUpdate/HalvingSearchLineUpdate.h
The file was modified test/system/BlockSolve/Block_1D_Decoupled_Burgers_btest.cpp
The file was modified test/unit/IO/NonLinearSolver/linesearch_residuals.dat
The file was modified test/sandbox/Adapt2D_DGBR2_AD_Burgers_ST_toy.cpp
The file was modified test/system/IO/ErrorOrder/ErrorOrder_1D_DGBR2_Burgers_FullTest.txt
The file was modified src/BasisFunction/BasisFunctionArea_Triangle_Lagrange.cpp
The file was modified test/system/IO/ErrorOrder/ErrorOrder_1D_HDG_Burgers_FullTest.txt
The file was modified test/unit/pde/AdvectionDiffusion/BCAdvectionDiffusion1D_btest.cpp
The file was modified test/unit/pde/AnalyticFunction/ScalarFunction1D_btest.cpp
The file was modified src/Discretization/HDG/AlgebraicEquationSet_HDG.h
The file was modified src/pde/Burgers/PDEBurgers1D.h
The file was modified test/unit/IO/pde/ScalarFunction1D_pattern.txt
The file was modified test/unit/NonLinearSolver/HalvingSearchLineUpdate_btest.cpp
The file was modified test/unit/pde/AdvectionDiffusion/AdvectiveFlux1D_btest.cpp
The file was modified src/pde/AnalyticFunction/ScalarFunction1D.cpp
The file was modified test/unit/Meshing/avro/MesherInterface_avro_btest.cpp
The file was modified test/unit/pde/Burgers/PDEBurgers_ArtificialViscosity1D_btest.cpp
The file was modified test/sandbox/Adapt2D_DGBR2_Burgers_ST_toy.cpp
The file was modified test/system/Asymptotic/ErrorOrder_1D_HDG_Burgers_btest.cpp
Commit c8c646cef331fd96b63bd5a54d113a5b34f92613 by galbramc
Small cleanup
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
The file was modified test/unit/Python/PyDict_btest.cpp
The file was modified src/Discretization/VMSDBR2/ResidualBoundaryTrace_VMSD_BR2.h
Commit c0deb05f5d6a0c806e8b9a57c5f5988b7fc23817 by galbramc
Remove output_grm
The file was modified test/sandbox/Solve2D_DGBR2_Triangle_RANSSA_Joukowski_toy.cpp
The file was modified test/sandbox/Adapt2D_DGBR2_Triangle_RANSSA_Joukowski_Subsonic_toy.cpp
The file was modified test/sandbox/Adapt2D_DGBR2_Triangle_RANSSA_RAE2822_ArtificialViscosity_toy.cpp
The file was modified test/sandbox/Adapt2D_DGBR2_Triangle_RANSSA_Joukowski_ArtificialViscosity_toy.cpp
The file was modified src/Field/CMakeLists.txt
The file was modified test/unit/Field/XField_Lagrange_Partition_btest.cpp
The file was modified test/sandbox/Solve2D_L2Project_MOESS_toy.cpp
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_Euler_CubicSource_toy.cpp
The file was modified test/sandbox/Adapt2D_DGAdvective_Euler_CubicSource_toy.cpp
The file was modified test/sandbox/Adapt2D_DGBR2_RANSSA_Joukowski_toy.cpp
The file was modified test/sandbox/Adapt2D_DGBR2_Triangle_RANSSA_Joukowski_Subsonic_ArtificialViscosity_toy.cpp
The file was modified scripts/valgrind/Ubuntu.supp
The file was modified test/unit/Meshing/EPIC/XField_PX_btest.cpp
The file was modified src/Field/output_fluent.cpp
The file was modified test/sandbox/Adapt2D_CGStabilized_Triangle_RANSSA_Joukowski_ArtificialViscosity_toy.cpp
The file was modified test/sandbox/Adapt2D_CGStabilized_HOW5_CI1_ArtificialViscosity_toy.cpp
The file was modified test/unit/UnitGrids/XField2D_Duct_Triangle_Lagrange_Xq_btest.cpp
The file was modified test/sandbox/Adapt2D_VMSDBR2_NavierStokes_LaminarJoukowski_AV_HTC_P1_2k_toy.cpp
The file was modified test/sandbox/Adapt2D_L2Project_MOESS_toy.cpp
The file was modified test/system/Asymptotic/ErrorEstimateOrder_2D_HDG_Triangle_AD_btest.cpp
The file was modified test/sandbox/Solve2D_DGBR2_Triangle_NavierStokes_Joukowski_toy.cpp
The file was removedsrc/Field/output_grm.cpp
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_AD_Pollutant_toy.cpp
The file was modified test/sandbox/Adapt2D_CGStabilized_Triangle_RANSSA_Joukowski_Subsonic_toy.cpp
The file was modified test/system/Asymptotic/ErrorEstimateOrder_2D_DGBR2_Triangle_AD_btest.cpp
The file was modified test/sandbox/Adapt2D_DGBR2_Poisson_toy.cpp
The file was modified test/sandbox/Adapt2D_VMSD_Triangle_RANSSA_Joukowski_ArtificialViscosity_toy.cpp
The file was modified test/unit/UnitGrids/XField2D_CubicSourceBump_Xq_btest.cpp
The file was modified test/unit/UnitGrids/XField2D_FlatPlate_X1_btest.cpp
The file was removedsrc/Field/output_grm.h
The file was modified test/sandbox/Adapt2D_DGBR2_AR_toy.cpp
The file was modified test/sandbox/Adapt2D_CGStabilized_Triangle_RANSSA_Joukowski_Subsonic_ArtificialViscosity_toy.cpp
The file was modified test/unit/Field/XField_BoundaryTrace_btest.cpp
The file was modified test/unit/UnitGrids/XField3D_FlatPlate_X1_btest.cpp
The file was modified test/unit/Field/XField_Lagrange_btest.cpp
The file was modified test/sandbox/Adapt2D_VMSDBR2_NavierStokes_Blottner_Mach20_AV_HTC_toy.cpp
The file was modified test/sandbox/Adapt2D_VMSD_AD_DoubleBoundaryLayer_toy.cpp
The file was modified test/unit/UnitGrids/XField2D_GilesPierceNozzle_HACK_btest.cpp
The file was modified test/sandbox/Adapt1D_Galerkin_Stabilized_AR_toy.cpp
The file was modified test/sandbox/Adapt2D_CGStabilized_Triangle_RANSSA_Joukowski_Transonic_ArtificialViscosity_toy.cpp
The file was modified test/sandbox/Adapt2D_DGBR2_Triangle_RANSSA_Joukowski_Transonic_ArtificialViscosity_toy.cpp
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_AD_DoubleBoundaryLayer_toy.cpp
The file was modified test/sandbox/Adapt2D_DGBR2_Helmholtz_toy.cpp
The file was modified test/sandbox/Adapt2D_DGBR2_L2_ASExp_toy.cpp
The file was modified test/system/Asymptotic/ErrorEstimateOrder_1D_DGBR2_Line_AD_btest.cpp
The file was modified test/system/Asymptotic/ErrorOrder_2D_L2Project_Bernstein_btest.cpp
The file was modified test/sandbox/Adapt2D_DGBR2_Triangle_RANSSA_NACA0012_ArtificialViscosity_toy.cpp
The file was modified scripts/valgrind/valgrind-python.supp
The file was modified test/sandbox/Adapt1D_Galerkin_Stabilized_AD_BoundaryLayer_toy.cpp
The file was modified test/sandbox/Adapt2D_DGAdvective_Euler_Joukowski_Pointwise_toy.cpp
The file was modified test/sandbox/Adapt2D_VMSDBR2_NavierStokes_LaminarJoukowski_AV_HTC_toy.cpp
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_AR_toy.cpp
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_Helmholtz_toy.cpp
The file was modified test/sandbox/Adapt1D_DGAdvective_Line_Euler_GilesPierce_toy.cpp
The file was modified test/unit/UnitGrids/XField3D_CornerFlatPlate_X1_btest.cpp
The file was modified test/sandbox/Adapt1D_DGBR2_Line_Euler_GilesPierce_toy.cpp
The file was modified test/sandbox/Adapt2D_VMSDBR2_AD_DoubleBoundaryLayer_toy.cpp
Commit 18ee730c21f262c1dc92ad591037ba9b259fc89a by waligura
Wording changes to SATurbModel and shortening of nonc variables
The file was modified src/pde/NS/SATurbModel.h
The file was modified src/pde/NS/PDERANSSA2D.h
Commit ae59941334df6d43f3362ce5dd954968952531bb by shunz
Fixed long line.  Separated functions into a cpp file
The file was addedsrc/Field/FindElementFromX.cpp
The file was modified src/Field/CMakeLists.txt
The file was modified test/sandbox/Solve3D_VMSDBR2_NavierStokes_Sduct_toy.cpp
The file was modified src/Field/FindElementFromX.h
Commit b4f372b520eb62d6ed7ae9c655cd578140d64639 by shunz
Fixed compile and linker errors in findTraceElement(...)
The file was modified src/Field/FindElementFromX.cpp
Commit 57f7c9ede5193066fe768de3c350a088900f2384 by shunz
Added support for S-shaped duct geomerty in flat plate grid in 3D
The file was modified test/sandbox/Solve3D_VMSDBR2_NavierStokes_Sduct_toy.cpp
The file was modified test/unit/UnitGrids/XField3D_FlatPlate_X1.h
The file was modified test/unit/UnitGrids/XField3D_FlatPlate_X1.cpp
Commit 5fab44c58772e5dc3e090a1fac5254e82984953c by waligura
adding in the first go at untest SA_R and SA_LRe modifications for 2D. Also making sure all pushes are going through before moving on.
The file was modified src/pde/NS/PDERANSSA2D.h
Commit 5d1a35c2008608ddbf4f23d381b40be86597190c by shunz
fixed file I/O mode
The file was modified test/sandbox/Solve3D_VMSDBR2_NavierStokes_Sduct_toy.cpp
Commit d02c6503efc8196e8c179f9389d423e8e2d45127 by shunz
added check for file I/O
The file was modified test/sandbox/Solve3D_VMSDBR2_NavierStokes_Sduct_toy.cpp
Commit 1f77045b4b8bd13074be78f9a52a1ba48d98108b by shunz
Added a sin duct geometry for IBL3 sandbox case
The file was modified test/unit/UnitGrids/XField3D_Box_Hex_X1.h
The file was modified test/unit/UnitGrids/XField3D_Box_Hex_X1.cpp
The file was modified test/sandbox/Solve3D_Coupled_LIP_IBL3_duct_toy.cpp
Commit 2432baf7dc628ef4dd9509da31b6a86d9be17276 by darmofal
Initial commit of sansBOOM PDE implementation with the advective and viscous terms defined
The file was addedsrc/pde/sansBOOM/Traits_sansBOOM.h
The file was addedsrc/pde/sansBOOM/PDEsansBOOM.h
The file was addedtest/unit/pde/sansBOOM/PDEsansBOOM_btest.cpp
Commit d2b42e48d260f4a85d5c720aa6906020c1c693d8 by shunz
refactored Flux_mitState BC implementation for IBL3 to use fluxNormal() instead of evaluating it in the integrand class
The file was modified src/pde/NDConvert/BCNDConvertSpace3D.h
The file was modified src/pde/NDConvert/BCNDConvertSpace2D.h
The file was modified src/Discretization/Galerkin/IntegrandBoundaryTrace_Flux_mitState_Galerkin_manifold.h
The file was modified src/pde/IBL/BCIBL3D.h
The file was modified src/pde/IBL/BCIBL2D.h
Commit 2af598e0ee7ee550c070d3e72863d80c2f7e139c by galbramc
Minor fixes for artificial viscosity
The file was modified src/pde/NS/PDERANSSA2D.h
The file was modified src/pde/NS/Q2DPrimitiveSurrogate.h
The file was modified test/unit/pde/NS/Q2DPrimitiveSurrogate_btest.cpp
The file was modified src/pde/ArtificialViscosity/PDEmitAVSensor2D.h
Commit 276402f6e4270878f2bd7dda639719379e63d7ff by shunz
Turned on mitLG Dirichlet BC for LIP-IBL3 case at inlet.  Fixed buggy isValidState check that checks uninialized boundary state qB
The file was modified src/Discretization/isValidState/isValidStateBoundaryTrace_mitLG.h
The file was modified test/sandbox/Solve3D_Coupled_LIP_IBL3_duct_toy.cpp
The file was modified src/pde/IBL/BCIBL3D.h
Commit 107de534c1818574af41bfcf9b61a37fc60a0102 by darmofal
Initial implementation of sansBOOM BCs and Adapt2D_DGBR2_sansBOOM_toy
The file was addedtest/sandbox/Adapt2D_DGBR2_sansBOOM_toy.cpp
The file was addedsrc/pde/sansBOOM/BCsansBOOM.h
The file was addedsrc/pde/sansBOOM/BCsansBOOM.cpp
Commit 9201561f8ca9b2f32875b721cb7e251c81fc6596 by shunz
Forgot to commit a few lines
The file was modified src/pde/IBL/BCIBL3D.h
Commit ac8abdf400202b03ce14971fb30d1a952fd91d21 by darmofal
Some more edits to sansBOOM PDE/BC implementation
The file was modified src/pde/sansBOOM/PDEsansBOOM.h
The file was modified src/pde/sansBOOM/BCsansBOOM.h
The file was modified test/sandbox/Adapt2D_DGBR2_sansBOOM_toy.cpp
Commit 57e6aaa379fd9d617c0a555967b29a6a0729832f by shunz
Changed default xtr parameter in IBL transition model from max Real (causing floating point overflow error) to 1e5
The file was modified src/pde/IBL/FluidModels.h
The file was modified src/pde/IBL/PDEIBLSplitAmpLag2D.h
Commit 97e2583feab25a007ea58d7f69ad11e999ed1bc1 by shunz
Fixed (1) division by zero in cut-cell natural transition and (2) unit test for default xtr value
The file was modified src/Field/Element/GalerkinWeightedIntegral_New.h
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_CutCellForcedTransitionIBL_Panel_btest.cpp
The file was modified test/unit/pde/IBL/FluidModels_btest.cpp
Commit 65498edf739e9fc1af557c8f90773ba6d9ee4384 by darmofal
Still not compiling.  Pushing to allow Marshall to look at N=1 issue
The file was modified test/sandbox/Adapt2D_DGBR2_sansBOOM_toy.cpp
The file was addedsrc/pde/sansBOOM/OutputsansBOOM.h
The file was modified src/pde/sansBOOM/PDEsansBOOM.h
The file was modified src/pde/sansBOOM/Traits_sansBOOM.h
Commit c0ad6a08209a0bdbf5e5398f63871c578d3c1477 by waligura
Initializing a variable in jacobianFluxViscous correctly
The file was modified src/pde/NS/PDERANSSA2D.h
Commit 840c7e1b5f0e476b084f9eb412f66344f2cd2400 by galbramc
Allow PDE to use ArrayQ = VectorS<1,T>
The file was modified src/LinearAlgebra/VectorType.h
Commit f28adfb6f26868eab3fe4e4cc8c8a0f9e71dba36 by galbramc
Homotopy dict fixes
The file was modified src/SolutionTrek/Continuation/Homotopy/Homotopy.h
The file was modified src/SolutionTrek/Continuation/Homotopy/Homotopy.cpp
Commit 93610851afe319c64f7dea5a472405317f078382 by cwomack
Final changes to LocalLaxFriedrichs1D flux function and AD Burgers toy
The file was modified test/unit/Meshing/avro/XField_avro_btest.cpp
The file was modified test/sandbox/Adapt2D_DGBR2_AD_Burgers_ST_toy.cpp
The file was modified src/pde/AdvectionDiffusion/AdvectiveFlux1D.h
Commit f0c005afd2884f249cba53ea3563ac379286038e by galbramc
Remove GLPK
The file was removedsrc/Optimization/CMakeLists.txt
The file was removedtest/unit/Optimization/Problems/CMakeLists.txt
The file was removedsrc/Optimization/Methods/Linear/LOptSolver.cpp
The file was removedsrc/Optimization/Methods/Linear/GLPK/GLPKSolver_defines.h
The file was removedsrc/Optimization/Problems/Truss/JacobianConstraint_Truss.h
The file was modified src/CMakeLists.txt
The file was removedtest/unit/Optimization/Methods/Linear/CMakeLists.txt
The file was removedsrc/Optimization/Problems/Truss/ConstraintFrame_Truss.h
The file was removedtest/unit/Optimization/Problems/Truss/JacobianConstraint_Truss_btest.cpp
The file was removedtest/unit/Optimization/CMakeLists.txt
The file was removedsrc/Optimization/Methods/Linear/GLPK/GLPKSolver_impl.h
The file was removedsrc/Optimization/Methods/Linear/LOptSolverBase.h
The file was removedtest/unit/Optimization/Methods/CMakeLists.txt
The file was removedsrc/Optimization/Problems/Truss/LengthObjective_Truss_Boundary.h
The file was removedtest/unit/Optimization/Methods/Linear/LOptSolver_btest.cpp
The file was removedsrc/Optimization/Problems/CMakeLists.txt
The file was removedsrc/Optimization/Methods/Linear/LOptSolver.h
The file was removedsrc/Optimization/Methods/CMakeLists.txt
The file was removedtest/unit/Optimization/Problems/Truss/TrussOptimization_wo_adapt_btest.cpp
The file was modified CMakeInclude/Dependencies.cmake
The file was removedsrc/Optimization/Methods/Linear/GLPK/GLPKSolver_CRS_double.cpp
The file was modified test/unit/CMakeLists.txt
The file was removedsrc/Optimization/Methods/Linear/GLPK/GLPKSolver.cpp
The file was removedtest/unit/Optimization/Problems/Truss/LengthObjective_Truss_btest.cpp
The file was removedsrc/Optimization/Problems/Truss/CMakeLists.txt
The file was removedtest/unit/Optimization/Problems/Truss/LOpt_unit_fixture.cpp
The file was removedtest/unit/Optimization/Problems/Truss/LengthFrame_Truss_btest.cpp
The file was removedtest/unit/Optimization/Problems/Truss/CMakeLists.txt
The file was modified scripts/cppcheck/suppressions.txt
The file was removedsrc/Optimization/Problems/Truss/LengthObjective_Truss.h
The file was removedsrc/Optimization/Methods/Linear/GLPK/GLPKSolver_CRS_MatrixS.cpp
The file was removedtest/unit/Optimization/Methods/Linear/GLPK_btest.cpp
The file was removedtest/unit/Optimization/Problems/Truss/ConstraintFrame_Truss_btest.cpp
The file was removedsrc/Optimization/Problems/Truss/JacobianConstraint_Truss_Boundary.h
The file was removedCMakeInclude/Finds/FindGLPK.cmake
The file was removedsrc/Optimization/Methods/Linear/GLPK/GLPKSolver.h
The file was removedsrc/Optimization/Problems/Truss/LengthFrame_Truss.h
The file was modified CMakeInclude/MakeSummaryFile.cmake
The file was removedsrc/Optimization/Methods/Linear/GLPK/GLPKSolver_MatrixD_CRS_MatrixS.cpp
The file was removedsrc/Optimization/Methods/Linear/CMakeLists.txt
The file was removedtest/unit/Optimization/Methods/Linear/GLPK_unit_fixture.cpp
Commit b8ea700834aeaf413d1cc330c0fe226465784a3e by galbramc
Missed one
The file was modified CMakeLists.txt
Commit 7385207254dd617929c0ee7240aae6d35a301c32 by darmofal
Pushing current version of sansBOOM to repo
The file was modified src/pde/sansBOOM/Traits_sansBOOM.h
The file was modified test/sandbox/Adapt2D_DGBR2_sansBOOM_toy.cpp
The file was modified src/pde/sansBOOM/OutputsansBOOM.h
The file was modified src/pde/sansBOOM/BCsansBOOM.h
The file was modified src/pde/sansBOOM/PDEsansBOOM.h
Commit 7043c60fab24e51be7ebc63cbfaca046d6aa8fe5 by galbramc
Enable 3D sourcePositivity for NS and RANSSA
The file was modified test/unit/pde/NS/PDEEulermitAVDiffusion3D_btest.cpp
The file was modified test/unit/pde/NS/PDEEulermitAVDiffusion3D_RANSSA_btest.cpp
The file was modified src/pde/NS/PDEEulermitAVDiffusion3D.h
Commit db81094844b24122f40b713953ad826f55773187 by darmofal
Most recent mods to sansBOOM implementation
The file was modified src/pde/sansBOOM/Traits_sansBOOM.h
The file was modified src/pde/NDConvert/OutputNDConvertSpaceTime1D.h
The file was modified src/pde/sansBOOM/BCsansBOOM.h
The file was modified src/pde/sansBOOM/PDEsansBOOM.h
Commit 0c4ac8cd5ef31433eb194c934043b9a5ec99d430 by cwomack
Removed changes to Lagrange Triangle
Merge branch 'develop' of ssh://acdl.mit.edu/home/svnroot/SANSproto into cwomack/develop
The file was modified src/BasisFunction/BasisFunctionArea_Triangle_Lagrange.cpp
Commit f53e5532469f3a809836f56eb425292c01130746 by galbramc
Fix compile error
The file was modified test/unit/pde/NS/PDEEulermitAVDiffusion3D_RANSSA_btest.cpp
Commit 547439bcc5e66a29c54a4519c15cf3f75ca874b6 by blsc
Fixed Robin boundary condition for Euler/NS/RANSSA with sensor equation. Updated unit tests to reflect fix.
The file was modified src/pde/NS/BCEulermitAVSensor2D.h
The file was modified test/system/CodeConsistency/BCEulermitAVSensor3D_Consistency_btest.cpp
The file was modified test/unit/pde/NS/BCEulermitAVSensor2D_btest.cpp
The file was modified src/pde/NS/BCEulermitAVSensor3D.h
The file was addedtest/unit/pde/NS/BCEulermitAVSensor3D_btest.cpp
Commit 741b004bed0ec75fffeb1adf5073fc03cb8a8922 by galbramc
Compile fixes
The file was modified src/pde/NS/BCEulermitAVSensor3D.h
Commit 69f32186e42ba7b747d6d56b8c5eb9b28d4821ac by galbramc
Another compile fix
The file was modified test/sandbox/Adapt3D_CGStabilized_RANSSA_ArtificialViscosity_ONERA_M6_toy.cpp
Commit e4a82c4f7a991c578f11f68d790d6a1075709d38 by cwomack
Corrected Vera errors
The file was modified src/pde/AdvectionDiffusion/BCAdvectionDiffusion1D.cpp
The file was modified test/sandbox/Adapt2D_DGBR2_AD_Burgers_ST_toy.cpp
The file was modified test/unit/pde/AdvectionDiffusion/OutputAdvectionDiffusion_btest.cpp
The file was modified src/pde/Burgers/BCBurgers1D.cpp
The file was modified test/sandbox/Adapt2D_DGBR2_Burgers_ST_toy.cpp
Commit eeb957673dde5c442f494db68dda3e99e92b1a68 by galbramc
More compile fixes
The file was modified test/sandbox/Adapt3D_DGBR2_RANSSA_ArtificialViscosity_ONERA_M6_toy.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_RANSSA_CRM_toy.cpp
The file was modified test/sandbox/Solve3D_DGBR2_RANSSA_CRM_toy.cpp
Commit 5e2d7b0cd2e6ea188e4c0f75a62f6554749ef1ad by galbramc
Fix consistency test
The file was modified test/system/CodeConsistency/BCEulermitAVSensor3D_Consistency_RANSSA_btest.cpp
Commit 0c5f1d75cf105048782eac30a6a49ade7d940829 by cwomack
Modified Discretization unit tests to be consistent with linesearch
The file was addedtest/unit/IO/Discretization/AlgebraicEquationSet_DGAdvective_BL_fullstep_iPDE_iter0.plt
The file was modified test/unit/Discretization/DG/AlgebraicEquationSet_DGAdvective_BuckleyLeverett_ST_btest.cpp
The file was addedtest/unit/IO/Discretization/AlgebraicEquationSet_DGAdvective_BL_delta_iPDE_iter0.plt
The file was addedtest/unit/IO/Discretization/AlgebraicEquationSet_Galerkin_BL_delta_iPDE_iter0.plt
The file was modified test/unit/Discretization/DG/AlgebraicEquationSet_DGBR2_BuckleyLeverett_ST_btest.cpp
The file was modified src/NonLinearSolver/LineUpdate/HalvingSearchLineUpdate_impl.h
The file was modified test/unit/Discretization/Galerkin/AlgebraicEquationSet_Galerkin_BuckleyLeverett_ST_btest.cpp
The file was addedtest/unit/IO/Discretization/AlgebraicEquationSet_Galerkin_BL_fullstep_iPDE_iter0.plt
The file was addedtest/unit/IO/Discretization/AlgebraicEquationSet_HDG_BL_delta_iPDE_iter0.plt
The file was modified test/unit/Discretization/HDG/AlgebraicEquationSet_HDG_BuckleyLeverett_ST_btest.cpp
The file was modified test/sandbox/Adapt2D_DGBR2_AD_Burgers_ST_toy.cpp
The file was addedtest/unit/IO/Discretization/AlgebraicEquationSet_DGBR2_BL_delta_iPDE_iter0.plt
The file was addedtest/unit/IO/Discretization/AlgebraicEquationSet_DGBR2_BL_fullstep_iPDE_iter0.plt
The file was addedtest/unit/IO/Discretization/AlgebraicEquationSet_HDG_BL_fullstep_iPDE_iter0.plt
Commit bf8b1619e4a93d1ac8750976ab7dc619eeae73ec by cwomack
Removed unused variable and changed abs -> fabs
The file was modified src/pde/AnalyticFunction/ScalarFunction1D.h
The file was modified test/sandbox/Adapt2D_DGBR2_AD_Burgers_ST_toy.cpp
Commit 5a6b9952d29422d9c04beb7d97aa44ae3b7426f3 by galbramc
Fix parallel HField calculations. Fix couchmanMatrix for RANS. Cleanup Homotopy. Add the abilty to only get possessed DOF even for Statically Condensed systems.
The file was modified src/SolutionTrek/Continuation/Homotopy/Homotopy.cpp
The file was modified test/unit/SolutionTrek/Continuation/Homotopy_btest.cpp
The file was modified test/unit/NonLinearSolver/HalvingSearchLineUpdate_btest.cpp
The file was modified test/unit/NonLinearSolver/NewtonSolver_btest.cpp
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Galerkin_Stabilized.h
The file was modified src/Discretization/HDG/AlgebraicEquationSet_HDG.h
The file was modified src/SolutionTrek/Continuation/ImplicitResidualSmoothing/AlgebraicEquationSet_IRS.h
The file was modified test/unit/Field/GenHField_DG_btest.cpp
The file was modified src/pde/ArtificialViscosity/PDEmitAVSensor2D.h
The file was modified src/pde/NS/BCEulermitAVSensor2D.h
The file was modified test/sandbox/Solve2D_CG_NACA_LIP_toy.cpp
The file was modified src/Discretization/Potential_Adjoint/AlgebraicEquationSet_CG_Potential_Adjoint.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_HubTrace_Galerkin_cutCellTransitionIBL.h
The file was modified src/LinearAlgebra/AlgebraicEquationSetBase_GloballyConstrained.h
The file was modified src/Discretization/VMSDBR2/AlgebraicEquationSet_VMSD_BR2.h
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGAdvective.h
The file was modified test/unit/Discretization/VMSDBR2/ProjectL2_VMSD_BR2_Source_btest.cpp
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGAdvective_impl.h
The file was modified test/unit/LinearAlgebra/CustomJacobianEqSet_btest.h
The file was modified src/Discretization/Block/AlgebraicEquationSet_Block3x3.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Local_Galerkin_Stabilized_LiftedBoundary.h
The file was modified src/Discretization/Galerkin/ResidualParamSensitvity_Galerkin_Stabilized.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Galerkin.h
The file was modified src/Field/HField/HField_DG/HField_DG_impl.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_HubTrace_Galerkin.h
The file was modified src/Adaptation/MOESS/SolverInterface_VMSD_BR2.h
The file was modified src/Field/HField/HField_CG/HField_CG_impl.h
The file was modified test/sandbox/Solve3D_CG_LIP_KuttaHACK_toy.cpp
The file was modified src/SolutionTrek/Continuation/Homotopy/Homotopy.h
The file was modified test/unit/LinearAlgebra/Advection1D_btest.h
The file was modified test/unit/SolutionTrek/Continuation/Homotopy_Euler_btest.cpp
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxv_3D.h
The file was modified src/SolutionTrek/Continuation/Homotopy/PDEHomotopy.h
The file was modified test/unit/NonLinearSolver/ScalarGoldenSearchLineUpdate_btest.cpp
The file was modified src/Field/output_Tecplot_PDE.h
The file was modified src/Discretization/VMSDBR2/ResidualCell_VMSD_BR2.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Local_Project.h
The file was modified src/Field/Field_NodalView_Volume.cpp
The file was modified test/unit/pde/NS/PDEEuler2D_btest.cpp
The file was modified src/SolutionTrek/HarmonicBalance/AlgebraicEquationSet_HarmonicBalance.h
The file was modified src/Discretization/VMSD/AlgebraicEquationSet_Local_VMSD.h
The file was modified src/Discretization/Block/AlgebraicEquationSet_Block4x4_impl.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Galerkin_Stabilized_LiftedBoundary.h
The file was modified src/Discretization/Block/AlgebraicEquationSet_Block3x3_impl.h
The file was modified src/Discretization/Potential_Adjoint/AlgebraicEquationSet_CG_Potential_Virtual.h
The file was modified src/Discretization/Block/AlgebraicEquationSet_Block2x2_impl.h
The file was modified src/Discretization/HDG/AlgebraicEquationSet_HDGAdvective.h
The file was modified src/SolutionTrek/Continuation/PseudoTime/AlgebraicEquationSet_PTC_VMSD.h
The file was modified src/SolutionTrek/TimeMarching/AlgebraicEquationSet_TimeMarch.h
The file was modified src/Discretization/DG/AlgebraicEquationSet_Local_DG_impl.h
The file was modified src/UserInterfaces/BodyForceSolver_impl.h
The file was modified test/unit/Field/HField_CG_btest.cpp
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGBR2.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Galerkin_BCDataField.h
The file was modified src/Discretization/Potential_Drela/AlgebraicEquationSet_CG_Potential_Drela.h
The file was modified test/system/CodeConsistency/AlgebraicEquationSet_PTC_VMSD_Triangle_SA_btest.cpp
The file was modified src/Discretization/HDG/AlgebraicEquationSet_Local_HDG.h
The file was modified src/Discretization/Block/AlgebraicEquationSet_Block4x4.h
The file was modified src/Discretization/HDG/AlgebraicEquationSet_Hubtrace_HDGAdvective_CutcellTransitionIBL.h
The file was modified test/unit/Field/HField_DG_btest.cpp
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Project.h
The file was modified src/SolutionTrek/Continuation/Continuation.cpp
The file was modified src/pde/NS/PDERANSSA3D.h
The file was modified src/Discretization/DG/AlgebraicEquationSet_Local_DG.h
The file was modified src/Discretization/HDG/AlgebraicEquationSet_HDGAdvective_CutcellTransitionIBL.h
The file was modified src/Field/Field_NodalView_Spacetime.cpp
The file was modified src/Discretization/DG/AlgebraicEquationSet_TransitionIBL.h
The file was modified test/unit/Field/GenHField_CG_btest.cpp
The file was modified test/unit/pde/NS/PDERANSSA3D_btest.cpp
The file was modified src/SolutionTrek/Continuation/Homotopy/AlgebraicEquationSet_HTC.h
The file was modified src/Discretization/Block/AlgebraicEquationSet_Block2x2.h
The file was modified src/pde/NS/PDERANSSA2D.h
The file was modified test/unit/pde/NS/PDERANSSA2D_btest.cpp
The file was modified src/Discretization/HDG/AlgebraicEquationSet_HDGAdvective_impl.h
The file was modified test/unit/pde/NS/PDEEuler3D_btest.cpp
The file was modified src/Discretization/HDG/AlgebraicEquationSet_HDG_impl.h
The file was modified test/sandbox/Solve2D_CG_NACA_IPTF_toy.cpp
The file was modified src/Field/Field_NodalView_Line.cpp
The file was modified src/Discretization/FV_TPFA/AlgebraicEquationSet_FV_TPFA.h
The file was modified src/Discretization/VMSD/AlgebraicEquationSet_VMSD.h
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGBR2_impl.h
The file was modified src/Field/DistanceFunction/DistanceFunction.cpp
The file was modified test/unit/LinearAlgebra/Heat1D_btest.h
The file was modified src/Field/Field_NodalView_Area.cpp
The file was modified src/Discretization/VMSDBR2/AlgebraicEquationSet_Local_VMSD_BR2.h
The file was modified src/SolutionTrek/Continuation/PseudoTime/AlgebraicEquationSet_PTC.h
The file was modified test/sandbox/Solve2D_CG_NACA_IPTF_linearsolve_toy.cpp
The file was modified test/sandbox/Solve2D_CG_NACABTE_IPTF_toy.cpp
The file was modified src/PanelMethod/XfoilPanelEquationSet.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Local_Galerkin.h
The file was modified src/Field/ProjectSoln/Project_DG_to_CG/Project_DG_to_CG_impl.h
The file was modified src/Discretization/HDG/AlgebraicEquationSet_Hubtrace_HDGAdvective.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Local_Galerkin_Stabilized.h
The file was modified src/LinearAlgebra/AlgebraicEquationSetBase.h
The file was modified src/SolutionTrek/TimeMarching/AlgebraicEquationSet_TimeStep.h
The file was modified test/unit/SolutionTrek/Continuation/PDEHomotopy_btest.cpp
The file was modified src/SolutionTrek/Continuation/DissipationBased/AlgebraicEquationSet_DBC.h
The file was modified src/SolutionTrek/Continuation/Homotopy/PDESourceOnly.h
Commit 2773248514302e37ca2a7a5c84469dc7a8b3bb14 by galbramc
Fix compile errors
The file was modified src/SolutionTrek/Continuation/Homotopy/Homotopy.h
The file was modified test/sandbox/Solve2D_VMSDBR2_HOW5_VI2_AV_HTC_toy.cpp
The file was modified src/Field/output_Tecplot_PDE.h
Commit 5125df7c035b12499762dc980dfceb08df311ad1 by blsc
Added updated VMSDBR2 projection. Default is off. To turn on define USE_FULLSPACE_PRJECTION_METHOD_2 at the top of your sandbox case.
The file was modified src/Discretization/VMSDBR2/SolutionData_VMSD_BR2.h
Commit 7e10386e539f4d5bd9065712845a4128c621c0be by darmofal
sansBOOM PDE, BC, Output implementation for DGBR2 with advection and diffusion terms
The file was modified src/LinearAlgebra/DenseLinAlg/DynamicSize/MatMul/MatMul_Native_Real.cpp
The file was modified src/LinearAlgebra/DenseLinAlg/DynamicSize/MatrixD_Decompose_LU_MatrixS_Instantiate.cpp
The file was modified src/Field/ProjectSoln/ProjectGlobalField/ProjectGlobalField2D.cpp
The file was addedsrc/Discretization/DG/DGBR2_Instantiate/AlgebraicEquationSet_DGBR2_sansBOOM.cpp
The file was modified src/pde/sansBOOM/Traits_sansBOOM.h
The file was modified CMakeLists.txt
The file was modified src/Field/ProjectSoln/PointwiseSolutionStorage.cpp
The file was modified src/LinearAlgebra/DenseLinAlg/DynamicSize/MatrixD_InverseLU_MatrixD_Instantiate.cpp
The file was modified src/pde/sansBOOM/BCsansBOOM.h
The file was modified src/pde/sansBOOM/OutputsansBOOM.h
The file was addedtest/unit/pde/sansBOOM/BCsansBOOM_btest.cpp
The file was modified src/NonLinearSolver/LineUpdate/HalvingSearchLineUpdate_MatrixD_CRS_MatrixS_Instantiate.cpp
The file was modified src/pde/sansBOOM/CMakeLists.txt
The file was modified src/Discretization/CMakeLists.txt
The file was modified src/Field/FieldData/FieldDataInvMassMatrix_Cell.cpp
The file was addedtest/unit/pde/sansBOOM/OutputsansBOOM_btest.cpp
The file was modified test/sandbox/Adapt2D_DGBR2_sansBOOM_toy.cpp
The file was modified src/LinearAlgebra/DenseLinAlg/DynamicSize/MatMul/MatMul_Native_MatrixS_Instantiate.cpp
The file was modified src/pde/sansBOOM/AtmosphereStandard.h
The file was modified src/LinearAlgebra/DenseLinAlg/DynamicSize/MatrixD_Decompose_LUP_MatrixD_Instantiate.cpp
The file was modified src/NonLinearSolver/NewtonSolver_MatrixD_CRS_MatrixS_Instantiate.cpp
The file was modified src/Field/output_Tecplot/output_Tecplot_FieldArea.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/ScalarMatrix_CRS_int.cpp
The file was modified test/unit/pde/sansBOOM/CMakeLists.txt
The file was modified src/LinearAlgebra/DenseLinAlg/StaticSize/MatMul/MatrixS_MatMul_Native_MatrixS_Instantiate.cpp
The file was modified src/pde/sansBOOM/BCsansBOOM.cpp
The file was modified src/pde/sansBOOM/PDEsansBOOM.h
The file was modified src/LinearAlgebra/DenseLinAlg/DynamicSize/MatrixD_InverseLU_MatrixS_Instantiate.cpp
The file was modified src/ErrorEstimate/CMakeLists.txt
The file was modified src/LinearAlgebra/DenseLinAlg/DynamicSize/MatrixD_InverseLUP_MatrixD_Instantiate.cpp
The file was modified src/Field/FieldArea_CG_Cell_Instantiate_2D.cpp
The file was modified test/unit/pde/sansBOOM/PDEsansBOOM_btest.cpp
The file was addedsrc/ErrorEstimate/DG/Instantiate/ErrorEstimate_DGBR2_sansBOOM.cpp
The file was modified src/pde/NDConvert/BCNDConvertSpaceTime1D.h
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixD_CRS_MatrixS_Instantiate.cpp
Commit f4e281bfe9b890ee7c162ad7144d713a8c62966e by waligura
Adding two generalized cases to the sandbox to deal with gaps in avro use and SA RANS for adiabatic and isothermal flows. Will be good to keep these consistent with future homotopy and RANS changes
The file was addedtest/sandbox/Adapt2D_VMSDBR2_RANSSA_Supersonic_AV_HTC_toy.cpp
The file was addedtest/sandbox/Adapt2D_VMSDBR2_RANSSA_Subsonic_IsoFlatPlate_toy.cpp
Commit 7de64c9b43704afeadb6482fb053857885bc8ae6 by waligura
Removing flatplate xfld mesh option
The file was modified test/sandbox/Adapt2D_VMSDBR2_RANSSA_Subsonic_IsoFlatPlate_toy.cpp
Commit d2fff4d7ddc6a83ea0bdfc331c857f4e9a77fc3d by waligura
removing xfield definition in supersonic case too
The file was modified test/sandbox/Adapt2D_VMSDBR2_RANSSA_Supersonic_AV_HTC_toy.cpp
Commit 91577a740df67c2ac63a31b86b62c738908a6e6b by darmofal
Fixed some missing instantiations needed for sansBOOM
The file was modified src/LinearAlgebra/DenseLinAlg/StaticSize/MatrixS_Decompose_LU_Real_Instantiate.cpp
The file was modified src/LinearAlgebra/DenseLinAlg/StaticSize/MatMul/MatrixS_MatMul_Native_MatrixS_Instantiate.cpp
The file was modified src/LinearAlgebra/DenseLinAlg/StaticSize/MatrixS_InverseLU_Real_Instantiate.cpp
The file was modified src/pde/sansBOOM/PDEsansBOOM.h
Commit 07dc98aa15e1e860a9eb105d242de0a26e78a3da by darmofal
A couple more instantiations added... this time because the intel compiler was complaining (though the other compilers were fine... ARGH)
The file was modified src/LinearAlgebra/DenseLinAlg/DynamicSize/MatMul/MatMul_Native_MatrixS_Instantiate.cpp
Commit d59228fa2a69c682782d89a11f3e5f65dd8027f5 by darmofal
Adjusting slightly tolerance on unit tests
The file was modified test/unit/pde/sansBOOM/BCsansBOOM_btest.cpp
The file was modified test/unit/pde/sansBOOM/OutputsansBOOM_btest.cpp
The file was modified test/unit/pde/sansBOOM/PDEsansBOOM_btest.cpp
Commit 38b8ced5ab143b244fcfafbc723a7e5e88bbb792 by deanna.sewell
Updates to BDF time marching to allow ramping of integration order to provide the needed order-dependent past data
The file was addedconfig
The file was added.idea/SANS.iml
The file was added.idea/.gitignore
The file was added.idea/vcs.xml
The file was modified .gitignore
The file was addedSANS/SANS.xcodeproj/project.pbxproj
The file was added.idea/misc.xml
The file was addedSANS/SANS.xcodeproj/project.xcworkspace/contents.xcworkspacedata
The file was addedSANS/SANS.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
The file was added.idea/modules.xml
Commit 1562d24c63ebc5d7f3ae9e861daed2ee05037791 by cwomack
Modified line search test and removed residual dat file
The file was modified test/unit/NonLinearSolver/HalvingSearchLineUpdate_btest.cpp
The file was removedtest/unit/IO/NonLinearSolver/linesearch_residuals.dat
Commit 8977533a147f7a16763178a65d938f7d1859605a by galbramc
Cleanup BCmitAVsensor
The file was modified src/pde/NS/BCEulermitAVSensor3D.h
The file was modified src/LinearAlgebra/AlgebraicEquationSetBase_GloballyConstrained.h
The file was modified test/sandbox/Solve3D_CGStabilized_RANSSA_OneraM6_Subsonic_ArtificialViscosity_toy.cpp
The file was modified test/sandbox/Solve3D_CGStabilized_RANSSA_OneraM6_ArtificialViscosity_toy.cpp
The file was modified test/unit/SolutionTrek/Continuation/Homotopy_Euler_btest.cpp
The file was modified test/sandbox/Solve2D_CGStabilized_Triangle_Euler_NACA0012_ArtificialViscosity_toy.cpp
The file was modified test/sandbox/Solve2D_VMSDBR2_Euler_RadialShock_AV_HTC_toy.cpp
The file was modified test/sandbox/Solve2D_DGBR2_HOW5_CI1_toy.cpp
The file was modified src/pde/ArtificialViscosity/AVSensor_ViscousFlux2D.h
The file was modified src/pde/NS/BCEuler2D_mitState.h
The file was modified test/system/CodeConsistency/BCEulermitAVSensor2D_Consistency_RANSSA_btest.cpp
The file was modified src/LinearAlgebra/DenseLinAlg/StaticSize/MatMul/MatrixS_MatMul_Native_MatrixS_Instantiate.cpp
The file was modified test/sandbox/Solve2D_DGBR2_Euler_Riemann_AV_RK_toy.cpp
The file was modified test/sandbox/Solve2D_VMSDBR2_RANSSA_Joukowski_HTC_toy.cpp
The file was modified test/system/LocalSolve/Constrained_Solve_btest.cpp
The file was modified src/pde/ArtificialViscosity/PDEmitAVSensor2D.h
The file was modified test/sandbox/Solve2D_DGBR2_Triangle_Euler_RAE2822_ArtificialViscosity_toy.cpp
The file was modified test/sandbox/Adapt2D_DGBR2_HOW5_CI1_toy.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_RANSSA_CRM_toy.cpp
The file was modified test/sandbox/Solve2D_CGStabilized_HOW5_CI1_toy.cpp
The file was modified src/Field/NormalField/NormalField_Volume.cpp
The file was modified test/sandbox/Solve1D_DGBR2_Line_Euler_Lax_AV_ST_toy.cpp
The file was modified test/sandbox/Adapt3D_VMSDBR2_RANSSA_DPW_AV_HTC_toy.cpp
The file was modified test/system/CodeConsistency/BCEulermitAVSensor3D_Consistency_RANSSA_btest.cpp
The file was modified test/sandbox/Adapt2D_VMSDBR2_RANSSA_Supersonic_AV_HTC_toy.cpp
The file was modified src/Field/NormalField/DeltaRef/ProjectDeltaRef.cpp
The file was modified test/system/CodeConsistency/BCEulermitAVSensor2D_Consistency_btest.cpp
The file was modified src/Field/NormalField/DeltaRef/DeltaRefStorage.cpp
The file was modified src/LinearAlgebra/DenseLinAlg/StaticSize/MatMul/MatrixS_MatMul_Native_Surreal_Instantiate.cpp
The file was modified src/pde/ArtificialViscosity/PDEmitAVSensor1D.h
The file was modified test/sandbox/Adapt2D_VMSDBR2_NavierStokes_Blottner_Mach20_AV_HTC_toy.cpp
The file was modified src/pde/NS/PDEmitAVDiffusionOuter2D.h
The file was modified test/sandbox/Solve1D_DGBR2_Line_Euler_ArtNozzle_AV_ST_toy.cpp
The file was modified test/sandbox/Adapt2D_CGStabilized_HOW5_CI1_ArtificialViscosity_toy.cpp
The file was modified test/unit/pde/NS/BCEulermitAVSensor3D_btest.cpp
The file was modified src/pde/ArtificialViscosity/AVSensor_ViscousFlux3D.h
The file was modified test/sandbox/Solve2D_DGBR2_Quad_Euler_ForwardFacingStep_AV_BDF_toy.cpp
The file was modified test/sandbox/Solve1D_DGBR2_Line_Euler_ArtNozzle_AV_Steady_toy.cpp
The file was modified src/Field/NormalField/DeltaRef/DeltaRefTable.cpp
The file was modified test/sandbox/Solve2D_VMSD_HOW5_CI1_toy.cpp
The file was modified test/sandbox/Solve1D_DGBR2_Line_Euler_Nozzle_ArtificialViscosity_toy.cpp
The file was modified test/unit/Discretization/GloballyConstrained/Ping_Euler_RotorSource_btest.cpp
The file was modified test/sandbox/Solve1D_DGBR2_Line_Euler_ArtNozzle_AV_BDF_toy.cpp
The file was modified test/sandbox/Solve2D_DGBR2_Euler_ForwardStep_AV_ST_toy.cpp
The file was modified test/unit/pde/NS/BCEulermitAVSensor1D_btest.cpp
The file was modified test/unit/pde/NS/BCEulermitAVSensor2D_btest.cpp
The file was modified test/sandbox/Adapt2D_DGBR2_Euler_ArtNozzle_AV_ST_toy.cpp
The file was modified test/sandbox/Adapt2D_VMSDBR2_NavierStokes_LaminarJoukowski_AV_HTC_toy.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_RANSSA_ArtificialViscosity_ONERA_M6_toy.cpp
The file was modified src/pde/NS/BCEulermitAVSensor2D.h
The file was modified test/system/CodeConsistency/CMakeLists.txt
The file was modified src/pde/NS/BCEulermitAVSensor1D.h
The file was modified src/pde/ArtificialViscosity/PDEmitAVSensor3D.h
The file was modified test/sandbox/Solve2D_DGBR2_Triangle_Euler_Ramp_ArtificialViscosity_toy.cpp
The file was modified test/sandbox/Adapt3D_CGStabilized_RANSSA_ArtificialViscosity_ONERA_M6_toy.cpp
The file was modified test/sandbox/Adapt2D_VMSDBR2_NavierStokes_LaminarJoukowski_AV_HTC_P1_2k_toy.cpp
The file was modified src/Field/NormalField/DeltaRef/DeltaRefTable.h
The file was modified test/sandbox/Solve3D_CGStabilized_Euler_Bump_ArtificialViscosity_toy.cpp
The file was modified src/UserInterfaces/BodyForceSolver_impl.h
The file was modified src/pde/NS/BCEuler1D_mitState_ST.h
The file was modified test/sandbox/Solve3D_VMSDBR2_BlottnerSphere_AV_HTC_toy.cpp
The file was modified src/pde/ArtificialViscosity/AVSensor_ViscousFlux1D.h
The file was modified test/sandbox/Solve2D_VMSDBR2_HOW5_VI2_Surface_AV_HTC_toy.cpp
The file was modified test/unit/Discretization/Galerkin/AlgebraicEquationSet_Galerkin_Stabilized_Triangle_SA_btest.cpp
The file was modified test/system/CodeConsistency/BCEulermitAVSensor3D_Consistency_btest.cpp
The file was modified src/pde/NS/BCEuler1D_mitState.h
The file was modified test/sandbox/Solve2D_DGBR2_Triangle_Euler_NACA0012_ArtificialViscosity_toy.cpp
The file was modified test/sandbox/Solve2D_VMSDBR2_Euler_RadialShock_Corrected_AV_HTC_toy.cpp
The file was modified test/sandbox/Solve2D_VMSDBR2_HOW5_VI2_AV_HTC_toy.cpp
The file was modified src/SolutionTrek/Continuation/Homotopy/Homotopy.h
The file was modified test/sandbox/Solve3D_DGBR2_RANSSA_CRM_toy.cpp
The file was modified test/sandbox/Solve1D_DGBR2_Line_Euler_ShuOsher_AV_ST_toy.cpp
Commit 7dd2b2acb8d217e267e4e2c444993a6c1f871b98 by galbramc
Forgot new files
The file was addedsrc/pde/ArtificialViscosity/BCmitAVSensor1D.h
The file was addedsrc/pde/ArtificialViscosity/BCmitAVSensor3D.h
The file was addedsrc/pde/ArtificialViscosity/BCmitAVSensor2D.h
Commit 062757e0dc1bdd5de5e82afa512e7e1ec2a8ee8f by galbramc
Allow Homotopy to use pre-defined BCVectors
The file was modified test/sandbox/Adapt2D_VMSDBR2_NavierStokes_LaminarJoukowski_AV_HTC_P1_2k_toy.cpp
The file was modified test/sandbox/Solve3D_VMSDBR2_BlottnerSphere_AV_HTC_toy.cpp
The file was modified test/system/LocalSolve/Constrained_Solve_btest.cpp
The file was modified test/sandbox/Solve2D_VMSDBR2_HOW5_VI2_AV_HTC_toy.cpp
The file was modified test/unit/pde/NS/BCEulermitAVSensor2D_btest.cpp
The file was modified test/unit/SolutionTrek/Continuation/Homotopy_Euler_btest.cpp
The file was modified src/pde/NS/BCEulermitAVSensor2D.h
The file was modified test/sandbox/Adapt3D_VMSDBR2_RANSSA_DPW_AV_HTC_toy.cpp
The file was modified test/sandbox/Solve2D_VMSDBR2_HOW5_VI2_Surface_AV_HTC_toy.cpp
The file was modified test/unit/SolutionTrek/Continuation/DissipationBased_btest.cpp
The file was modified test/sandbox/Adapt2D_VMSDBR2_NavierStokes_LaminarJoukowski_AV_HTC_toy.cpp
The file was modified test/unit/SolutionTrek/Continuation/Homotopy_btest.cpp
The file was modified test/sandbox/Adapt2D_VMSDBR2_NavierStokes_Blottner_Mach20_AV_HTC_toy.cpp
The file was modified src/SolutionTrek/Continuation/Homotopy/BCHomotopy.h
The file was modified test/sandbox/Adapt2D_VMSDBR2_RANSSA_Supersonic_AV_HTC_toy.cpp
The file was modified test/sandbox/Solve2D_VMSDBR2_Euler_RadialShock_AV_HTC_toy.cpp
The file was modified test/sandbox/Solve2D_VMSDBR2_RANSSA_Joukowski_HTC_toy.cpp
The file was modified test/sandbox/Solve2D_VMSDBR2_Euler_RadialShock_Corrected_AV_HTC_toy.cpp
Commit e5359e6f9a8b9f045b656742836b6499e006836c by galbramc
Make AVSensor_Source_VMSD_SPD consistent between 2D and 3D
The file was modified src/pde/ArtificialViscosity/AVSensor_Source3D.h
The file was modified src/pde/ArtificialViscosity/AVSensor_Source2D.h
Commit dacff697fc0bcf26457583c9b21360b739c09db6 by galbramc
Fix compile errors
The file was modified test/sandbox/Adapt2D_DGBR2_HOW5_CI1_toy.cpp
The file was modified test/sandbox/Solve2D_VMSD_HOW5_CI1_toy.cpp
The file was modified test/sandbox/Solve2D_CGStabilized_HOW5_CI1_toy.cpp
The file was modified test/sandbox/Solve2D_DGBR2_Quad_Euler_ForwardFacingStep_AV_BDF_toy.cpp
The file was modified test/sandbox/Adapt2D_CGStabilized_HOW5_CI1_ArtificialViscosity_toy.cpp
The file was modified test/sandbox/Solve2D_DGBR2_Euler_ForwardStep_AV_ST_toy.cpp
The file was modified test/sandbox/Solve2D_DGBR2_Euler_Riemann_AV_RK_toy.cpp
The file was modified test/sandbox/Solve2D_DGBR2_HOW5_CI1_toy.cpp
The file was modified test/sandbox/Solve2D_DGBR2_Triangle_Euler_Ramp_ArtificialViscosity_toy.cpp
Commit e5897b82d953f5dabe4ee56740ef6355b76427e7 by galbramc
vera fix
The file was modified test/sandbox/Solve2D_DGBR2_Euler_Riemann_AV_RK_toy.cpp
Commit dc81afa2cfeb39329613155770b781d48aa883fd by galbramc
Fix test for parallel
The file was modified test/system/CodeConsistency/Curvilinear2D_VMSD_AD_btest.cpp
Commit e4e566bc61e88d7b50ac92e6ef95ec2a06086e68 by galbramc
Cleanup file dump
The file was modified test/unit/Discretization/GloballyConstrained/Ping_Euler_RotorSource_btest.cpp
Commit 737f34f4b2beee9095e6d1a4c46809fb4fb74b35 by galbramc
Use Metric to compute HField_DG instead of size/perimiter
The file was modified src/pde/ArtificialViscosity/PDEmitAVSensor2D.h
The file was modified src/Field/HField/GenHField_DG/GenHField_DG_impl.h
The file was modified src/Field/HField/HField_DG/HField_DG_impl.h
The file was modified test/unit/Field/HField_DG_btest.cpp
The file was modified src/pde/ArtificialViscosity/PDEmitAVSensor3D.h
The file was modified src/pde/ArtificialViscosity/PDEmitAVSensor1D.h
Commit 148b853196b7b4d791be872a8bfa37e40d326e94 by galbramc
Add ResidualNorm_InvJac_DOF_Weighted to VMSDBR2
The file was modified src/Discretization/VMSDBR2/AlgebraicEquationSet_VMSD_BR2.h
The file was modified src/Discretization/VMSDBR2/AlgebraicEquationSet_Local_VMSD_BR2.h
The file was modified test/sandbox/Adapt3D_VMSDBR2_RANSSA_DPW_AV_HTC_toy.cpp
Commit 7bcba8771f3194b96ae39fb3480fedad671293b7 by galbramc
Revert last change
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Local_Project.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Local_Galerkin_Stabilized_LiftedBoundary.h
The file was modified src/Discretization/VMSDBR2/AlgebraicEquationSet_VMSD_BR2.h
The file was modified src/Discretization/VMSD/AlgebraicEquationSet_Local_VMSD.h
The file was modified test/sandbox/Adapt3D_VMSDBR2_RANSSA_DPW_AV_HTC_toy.cpp
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Local_Galerkin.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Local_Galerkin_Stabilized.h
The file was modified src/Discretization/HDG/AlgebraicEquationSet_HDGAdvective_CutcellTransitionIBL.h
The file was modified src/Discretization/VMSDBR2/AlgebraicEquationSet_Local_VMSD_BR2.h
Commit fec43b671abd43a42a703ffa9d57a5ff287fd9ed by galbramc
Fix compile error, and more verbose assertion
The file was modified src/Field/FieldAssociativity.h
The file was modified src/Discretization/HDG/AlgebraicEquationSet_HDGAdvective_CutcellTransitionIBL.h
Commit 0a5c48e06c5fe2b02c08ee9e61a0d5cc7e538c9d by galbramc
Update unit tests
The file was modified test/unit/SolutionTrek/Continuation/ImplicitResidualSmoothing_btest.cpp
The file was modified test/unit/SolutionTrek/Continuation/PseudoTime_btest.cpp
Commit 42f90cc74cdd5987556a906f3ba28ccf068d7c74 by galbramc
Another unit test update
The file was modified test/unit/Field/HField_CG_btest.cpp
Commit 4be7292dfb58600268ae862e06792be86c755553 by galbramc
Add ImpliedMetric for Line 2D element.
The file was modified src/Field/HField/HField_DG/HField_DG_Spacetime.cpp
The file was modified src/Field/CMakeLists.txt
The file was modified src/Field/HField/HField_DG/HField_DG_impl.h
The file was addedsrc/Field/HField/HField_DG/HField_DG_Area_2D.cpp
The file was removedsrc/Field/HField/HField_DG/HField_DG_Line.cpp
The file was modified src/Field/HField/HField_DG/HField_DG_Volume.cpp
The file was addedsrc/Field/HField/HField_DG/HField_DG_Line_1D.cpp
The file was modified test/unit/Field/Element/ElementXFieldLine_2D_btest.cpp
The file was addedsrc/Field/HField/HField_DG/HField_DG_Line_2D.cpp
The file was removedsrc/Field/HField/HField_DG/HField_DG_Area.cpp
The file was modified src/Field/Element/ElementXFieldLine_Instantiate_2D.cpp
The file was addedsrc/Field/HField/HField_DG/HField_DG_Area_3D.cpp
The file was modified test/unit/Field/Element/ElementXFieldLine_1D_btest.cpp
Commit 27050daaded80572472cec7bb45268b7cd2da4ef by galbramc
Fix unit test
The file was modified test/unit/Field/Element/ElementXFieldLine_2D_btest.cpp
Commit d9e9abc4d0a75caf7fe2a6b7a2e244648470cc81 by galbramc
Use SANS_CHECK_CLOSE
The file was modified test/unit/Field/Element/ElementXFieldLine_2D_btest.cpp
Commit 05184f956de400995a76c5daf9932cd3cc3442a7 by galbramc
Remove Burgers PDE
The file was removedtest/unit/IO/pde/PDEBurgers2D_pattern.txt
The file was removedtest/unit/pde/Burgers/PDEBurgers1D_btest.cpp
The file was removedtest/unit/pde/Burgers/BCBurgers1D_btest.cpp
The file was removedtest/unit/IO/pde/PDEBurgers_ArtificialViscosity2D_pattern.txt
The file was modified test/unit/pde/CMakeLists.txt
The file was removedsrc/ErrorEstimate/DG/Instantiate/ErrorEstimate_DGBR2_Burgers_AV2D_DUSN.cpp
The file was removedsrc/Discretization/DG/DGAdvective_Instantiate/AlgebraicEquationSet_DGAdvective_Burgers1D_Conservative_DNSN.cpp
The file was removedsrc/pde/Burgers/PDEBurgers_fwd.h
The file was removedsrc/pde/Burgers/BCmitAVSensorBurgers2D.h
The file was modified CMakeLists.txt
The file was removedsrc/pde/Burgers/PDEBurgers1D.cpp
The file was removedtest/unit/pde/Burgers/CMakeLists.txt
The file was removedsrc/pde/Burgers/BCBurgers1D.h
The file was removedsrc/pde/Burgers/BCBurgers1D.cpp
The file was removedsrc/pde/Burgers/CMakeLists.txt
The file was removedsrc/pde/Burgers/PDEBurgers_ArtificialViscosity2D.h
The file was removedsrc/pde/Burgers/BCBurgers2D.cpp
The file was removedtest/unit/IO/pde/PDEBurgers_ArtificialViscosity1D_pattern.txt
The file was removedtest/unit/pde/Burgers/PDEBurgers2D_btest.cpp
The file was removedsrc/pde/Burgers/BCmitAVSensorBurgers1D.h
The file was removedtest/system/IO/ErrorOrder/ErrorOrder_1D_HDG_Burgers_MinTest.txt
The file was removedtest/sandbox/Adapt3D_DGBR2_Burgers_ArtificialViscosity_ST_toy.cpp
The file was modified test/system/Asymptotic/CMakeLists.txt
The file was modified src/Discretization/CMakeLists.txt
The file was removedtest/unit/IO/pde/PDEBurgers1D_pattern.txt
The file was removedsrc/pde/Burgers/BurgersConservative1D.h
The file was removedsrc/pde/Burgers/BurgersConservative2D.h
The file was removedtest/sandbox/Solve1D_DGBR2_Burgers_toy.cpp
The file was removedsrc/Discretization/HDG/Instantiate/AlgebraicEquationSet_HDG_Burgers1D_Conservative_DUSU.cpp
The file was removedsrc/pde/Burgers/BCmitAVSensorBurgers2D.cpp
The file was removedsrc/pde/Burgers/BurgersConservative2D.cpp
The file was removedsrc/ErrorEstimate/DG/Instantiate/ErrorEstimate_DGBR2_Burgers_AV1D_DUSUG.cpp
The file was removedtest/unit/pde/Burgers/PDEBurgers_ArtificialViscosity1D_btest.cpp
The file was removedsrc/Discretization/DG/DGBR2_Instantiate/AlgebraicEquationSet_DGBR2_Burgers2D_Conservative_DUSN.cpp
The file was modified test/system/BlockSolve/CMakeLists.txt
The file was removedtest/system/IO/ErrorOrder/ErrorOrder_1D_DGBR2_Burgers_MinTest.txt
The file was removedsrc/Discretization/DG/DGBR2_Instantiate/AlgebraicEquationSet_DGBR2_Burgers_AV1D_DUSUG.cpp
The file was removedtest/sandbox/Adapt2D_DGBR2_Burgers_ArtificialViscosity_ST_toy.cpp
The file was modified test/sandbox/CMakeLists.txt
The file was removedsrc/ErrorEstimate/DG/Instantiate/ErrorEstimate_DGBR2_Burgers2D_Conservative_DUSN.cpp
The file was removedsrc/pde/Burgers/BCBurgers2D.h
The file was removedtest/sandbox/Solve1D_DGBR2_Burgers_ArtificialViscosity_toy.cpp
The file was removedtest/unit/pde/Burgers/PDEBurgers_ArtificialViscosity2D_btest.cpp
The file was removedtest/system/Asymptotic/ErrorOrder_1D_DGBR2_Burgers_btest.cpp
The file was modified src/ErrorEstimate/CMakeLists.txt
The file was removedsrc/pde/Burgers/PDEBurgers1D.h
The file was removedsrc/ErrorEstimate/DG/Instantiate/ErrorEstimate_DGBR2_Burgers1D_Conservative_DUSN.cpp
The file was removedtest/sandbox/Adapt2D_DGBR2_Burgers_ST_toy.cpp
The file was removedtest/unit/Discretization/DG/JacobianCell_DGBR2_Param_Burgers_btest.cpp
The file was removedtest/unit/Discretization/DG/JacobianInteriorTrace_DGBR2_Param_Burgers_btest.cpp
The file was removedsrc/pde/Burgers/Burgers_ArtificialViscosity_fwd.h
The file was removedsrc/pde/Burgers/PDEBurgers_ArtificialViscosity1D.h
The file was removedtest/system/IO/ErrorOrder/ErrorOrder_1D_DGBR2_Burgers_FullTest.txt
The file was removedtest/system/IO/ErrorOrder/ErrorOrder_1D_HDG_Burgers_FullTest.txt
The file was removedsrc/pde/Burgers/PDEBurgers2D.cpp
The file was removedtest/unit/pde/Burgers/BCBurgers2D_btest.cpp
The file was modified src/pde/CMakeLists.txt
The file was removedsrc/Discretization/DG/DGBR2_Instantiate/AlgebraicEquationSet_DGBR2_Burgers1D_Conservative_DUSU.cpp
The file was removedtest/sandbox/Solve1D_VMSDBR2_Burgers_toy.cpp
The file was removedsrc/Discretization/DG/DGBR2_Instantiate/AlgebraicEquationSet_DGBR2_Burgers1D_Conservative_DUSN.cpp
The file was removedsrc/pde/Burgers/PDEBurgers2D.h
The file was removedtest/sandbox/Adapt3D_DGBR2_Burgers_ST_toy.cpp
The file was removedsrc/pde/Burgers/BCmitAVSensorBurgers1D.cpp
The file was removedsrc/pde/Burgers/BurgersConservative1D.cpp
The file was removedtest/system/Asymptotic/ErrorOrder_1D_HDG_Burgers_btest.cpp
Commit d3cb1be0cd06e5f920bea6c2c9a2d52da8ce3707 by galbramc
Add dict function to DictKeyPair
The file was modified src/Python/PyDict.h
Commit 23442fc7ad30ef04031ad2146948f86ec1393779 by cwomack
Added Axisymmetric DBL scalar function in 2D with unit tests
The file was modified src/pde/AnalyticFunction/ScalarFunction2D.cpp
The file was modified src/pde/AnalyticFunction/ScalarFunction2D.h
The file was modified test/unit/IO/pde/ScalarFunction2D_pattern.txt
The file was modified test/unit/pde/AnalyticFunction/ScalarFunction2D_btest.cpp
Commit d4494a8eefd0a3a1e6fb14c687ee766ebf2c1f5b by cwomack
Added vera exclusion for ScalarFunction2D
The file was modified scripts/vera/exclusions.txt
Commit 0ae85f0d1cfad30b85a881341dc8bdb2746f75ae by darmofal
Updates to sansBOOM including improved IC implementation including ability to read nearfield from a file and also more unit tests
The file was addedsrc/pde/sansBOOM/ICsansBOOM.h
The file was modified src/pde/sansBOOM/PDEsansBOOM.h
The file was modified test/unit/pde/sansBOOM/OutputsansBOOM_btest.cpp
The file was modified src/LinearAlgebra/DenseLinAlg/DynamicSize/MatMul/MatMul_Native_MatrixS_Instantiate.cpp
The file was modified test/unit/pde/sansBOOM/BCsansBOOM_btest.cpp
The file was modified src/Discretization/DG/DGBR2_Instantiate/AlgebraicEquationSet_DGBR2_sansBOOM.cpp
The file was modified src/pde/sansBOOM/Traits_sansBOOM.h
The file was modified src/pde/sansBOOM/OutputsansBOOM.h
The file was modified src/ErrorEstimate/DG/Instantiate/ErrorEstimate_DGBR2_sansBOOM.cpp
The file was modified src/pde/sansBOOM/BCsansBOOM.cpp
The file was modified test/sandbox/Adapt2D_DGBR2_sansBOOM_toy.cpp
The file was addedsrc/pde/sansBOOM/ICsansBOOM.cpp
The file was modified src/pde/sansBOOM/CMakeLists.txt
The file was modified test/unit/pde/sansBOOM/PDEsansBOOM_btest.cpp
The file was addedtest/unit/pde/sansBOOM/ICsansBOOM_btest.cpp
The file was modified src/pde/sansBOOM/BCsansBOOM.h
Commit 2beb4a2c98615ea4e39154c0467f04336c04a2b3 by galbramc
Compressible mechanical power calculation
The file was modified src/pde/NS/OutputEuler3D.h
The file was modified src/UserInterfaces/BodyForceSolver_impl.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Rotor_GlobalConstraint.h
Commit 8bed8aed718cb1278917257511ba6f07d639c7e9 by darmofal
Missing a newline at end of ICsansBOOM.cpp.  Fixed.
The file was modified src/pde/sansBOOM/ICsansBOOM.cpp
Commit d907ad5086c6f0c2f89f884cb6c4b78e17313ee2 by darmofal
Missing a return statement
The file was modified src/pde/sansBOOM/BCsansBOOM.h
Commit 6dc373de9e648eb5e7c94a47f8a6ad49e474fb8f by darmofal
Found sign error in upwind flux in sansBOOM.
The file was modified src/pde/sansBOOM/PDEsansBOOM.h
The file was modified test/sandbox/Adapt2D_DGBR2_sansBOOM_toy.cpp
Commit 5aea4536789c33776b7ae4351132c9e205c00064 by galbramc
Fix compile error and warnings from new clang on macOS
The file was modified src/Discretization/Galerkin/JacobianFunctionalBoundaryTrace_WeightedResidual_Galerkin.h
The file was modified test/unit/Discretization/GloballyConstrained/Ping_Euler_RotorSource_btest.cpp
Commit 7695a562b8abed81021aec9d5b483dc244c8888a by galbramc
Relax tolerance
The file was modified test/unit/Field/Project_DG_to_CG_btest.cpp
Commit 82c78260ee45ebb9bbd286f5be1df19bc9c8cad3 by galbramc
Another warning fix
The file was modified src/Discretization/Galerkin/JacobianFunctionalBoundaryTrace_Galerkin.h
Commit b70294f54d0d062881bf608c006b303aba487abb by galbramc
A few more warning fixes
The file was modified src/Discretization/DG/JacobianCell_DGBR2_Param.h
The file was modified src/Discretization/Galerkin/JacobianFunctionalInteriorTrace_Galerkin.h
Commit bf6adf4473b35082a4099230d93b4a439adb845c by galbramc
More warning fixes for new clang
The file was modified test/unit/Discretization/HDG/AlgebraicEquationSet_Local_HDG_Line_AD_btest.cpp
The file was modified test/unit/pde/TCNE/Q1DTCNEConservative_btest.cpp
The file was modified src/Discretization/Galerkin/JacobianFunctionalInteriorTrace_Galerkin.h
The file was modified src/Discretization/VMSDBR2/JacobianFunctionalBoundaryTrace_VMSD_BR2.h
The file was modified test/unit/Discretization/DG/AlgebraicEquationSet_Local_DGBR2_Triangle_AD_btest.cpp
The file was modified test/unit/Discretization/HDG/AlgebraicEquationSet_Local_HDG_Triangle_AD_btest.cpp
The file was modified test/unit/Discretization/Galerkin/AlgebraicEquationSet_Local_Galerkin_Stabilized_Triangle_Euler_btest.cpp
The file was modified test/unit/pde/TCNE/PDETCNEEuler1D_btest.cpp
Commit 6c0c712486cb020b6d08c8c92dd6f1d78805fae7 by galbramc
One more warning fix
The file was modified src/Discretization/VMSD/JacobianFunctionalBoundaryTrace_WeightedResidual_VMSD.h
Commit 5e0143f2fa010b6c0a1066fec0b37ccc5aa06ccc by galbramc
Remove boost libary from external and add it to gitignore
The file was modified .gitignore
Commit 53b653fccebb5f84315d5ca5bb00671fefde72d8 by galbramc
More cleanup
The file was removed.idea/modules.xml
The file was removed.idea/misc.xml
The file was removedconfig
The file was removedSANS/SANS.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
The file was removed.idea/SANS.iml
The file was removedSANS/SANS.xcodeproj/project.pbxproj
The file was removedSANS/SANS.xcodeproj/project.xcworkspace/contents.xcworkspacedata
The file was removed.idea/vcs.xml
The file was modified .gitignore
The file was removed.idea/.gitignore
Commit e19c47a63fbbd9f771ed0066b6481693f301e089 by galbramc
Mechanical power correction
The file was modified src/pde/NS/OutputEuler3D.h