Skip to content
Unstable

Changes

Summary

  1. removed reference (&) for meshing parameter vector (details)
  2. added velocity integral output (details)
  3. template parameter modification for grid-Laplacian and minor edits (details)
  4. negated lapse rates for standard atmosphere -- now definition consistent with official data (details)
  5. make NS solution interpreters more consistent between rho-p and rho-T (details)
  6. added ORNL MMS function (details)
  7. fixed bug in std::vector initialization for standard atmosphere class (details)
  8. 1st pass at exact ray path for sansBOOM (details)
  9. SUPG/GLS/VMS tau code clean-up; added unit tests for P2 and P3 (details)
  10. Added Axisymmetric flux functions + unit tests (details)
  11. modified ODE definition for high-Re version of SA for incompressible RANS (details)
  12. moved typedef HType to eliminate un-used typedef warning when USE_GRID_LAPLACIAN turned on (details)
  13. Add CompressiblePower calculation (details)
  14. Additional unit tests for new sensor with RANS. Found and fixed a few bugs in PDERANSSA2D and PDEEuler3D. Cleaned up solver interface for VMSD-BR2 somewhat. More unit tests and tidy up to come. (details)
  15. Add another quadratic viscous term to Body Force model (details)
  16. Updated surface flux writer for tecplot (VMSDBR2 specific). Added developer exceptions in to the Euler with artificial diffusion space-time calls since they're not unit tested. (details)
  17. Add 8th order term to Body Forces (details)
  18. Added the ability to specify is artificial diffusion should be applied to SA equation at run time. More unit tests. Caught a few more bugs. (details)
  19. More BodyForce output functionals (details)
  20. Add vera exclusions (details)
  21. Warning fixes (details)
  22. Properly ignore ._ files in CMake (details)
  23. Missing override keyword in SolverInterface_VMSD_BR2. ErrorOrder_2D_VMSDBR2_Triangle_AD_btest runs in serial (communicator is split and each rank runs independently). (details)
  24. One more warning fix (details)
  25. Warning shows up in GNU 8 (details)
  26. Fix warning (details)
  27. Relax tolerances for intel (details)
  28. needsSolutionGradient set to true for EntropyPower functional (details)
  29. Add Entropy to rotor output (details)
  30. Updated tolerance for intel in AVSensor_Source3D_Euler_btest (details)
  31. Fix EntropyPt calculation. Remove old Euler3D source test. (details)
  32. added gradients for standard atmosphere (details)
  33. added isothermal atmosphere model (details)
  34. added speed of sound to atmospheric models (details)
  35. Relax tolerances for intel (details)
  36. More relaxed intel tolerances (details)
  37. One more method for VMSD data transfer (details)
  38. Stabilized output for PV functional (details)
  39. First draft of Axisymmetric DBL problem, vera not working, may require multiple commits to get through jenkins (details)
  40. Fixed scope issues (details)
  41. Removed untested upwind option from isothermal walls in PDENavierStokes2D. It did not seem to be being used by any sandbox case or test. (details)
  42. fixed vera errors (details)
  43. Actually remove the code related to the upwind flag. (details)
  44. added output axisymmetric unit tests (details)
  45. Changed unit test tolerance (details)
  46. Generalized axisym DBL for any z0 z1 (details)
  47. fixed vera errors (details)
  48. Add asymmetric term for rotor source (details)
  49. Fix compile errors (details)
  50. Fix bug in last commit (details)
  51. Cleanup sourcePositivity (details)
  52. Work around more floating point issues (details)
  53. More precision cleanup for AV source (details)
  54. Fogot a file (details)
  55. Allow setting critical surrogate values in 3D (details)
  56. Fix compile error (details)
  57. Compiler error and warning fixes (details)
  58. Make outer diffusion positvity source consisent with inner (details)
  59. Warning and tolernace fixes (details)
  60. Fix compile error (details)
  61. Cleanup 2D PressureGrad sensor (details)
  62. Relax tolerance (details)
  63. Missed one (details)
  64. Missed one more (details)
  65. Relax tolerance (details)
  66. Consistent 3D positvity source with Ben's thesis (details)
  67. Add asymmetric sensitvities for body forces. Some more cleanup of shock capturing. (details)
  68. Make PDEmitAVDiffusionOuter2D.h consistent (details)
  69. Fix warning and typo (details)
  70. Relax tolerance and fix warning (details)
  71. One more tolerance relaxation (details)
  72. Add parameters to rotate body force normal field (details)
  73. Forgot instantiation (details)
  74. Make lifting operator calculation lazy to prevent computing lifting operators in isValidState. Homotopy fix for negative lambda. Charachteristic SupersonicOutflow in 2D. Dirichlet NoSlip BC for Sensor PDE. Some cleanup of MatrixS_Diag. (details)
  75. Fix test for last commit (details)
  76. Fix for lazy lifting operator calculations (details)
  77. standard atmo: moved non-templated functions to *.cpp file (details)
  78. stupid tabs!! (details)
  79. namespace needed in cpp file (details)
  80. Fix for turning off USE_CORRECTION_TERM (details)
  81. removed DeveloperException check for hessians of density-temperature primitive vars (details)
  82. Another correction to turning off USE_CORRECTION_TERM (details)
  83. Relax tolerance (details)
  84. Only compute lifting operatos if setSolutionField is called. Needed for proper error estimates. (details)
  85. More intel tolerance relaxing (details)
  86. Remove DeveloperException check (details)
  87. Use implied metric in cost calculation for isotropic optimization (details)
  88. Relaxier tolerance (details)
  89. Another tolerance relaxation (details)
  90. Intel... (details)
  91. Intel... (details)
Commit ceab109b00d22cb92775477212fed69cbe9b4c5e by allmaras
removed reference (&) for meshing parameter vector
The file was modified src/Meshing/avro/XField_avro_2D.cpp
The file was modified src/Meshing/avro/XField_avro.h
The file was modified src/Meshing/avro/XField_avro_4D.cpp
The file was modified src/Meshing/avro/XField_avro_3D.cpp
Commit 1c2627d0bebddcddb364cfdf7b3f2500f96312bf by allmaras
added velocity integral output
The file was modified src/pde/IncompressibleNS/OutputIncompressibleNavierStokes1DChannel.h
Commit 5da0616ea9471db42a3b4873e5efaeeb08f20e07 by allmaras
template parameter modification for grid-Laplacian and minor edits
The file was modified src/pde/NS/PDEEulermitAVDiffusion3D.h
The file was modified src/pde/NS/BCEulermitAVSensor2D.h
Commit bde1e1ea58181af7468b0c78c86d1143e1df0075 by allmaras
negated lapse rates for standard atmosphere -- now definition consistent with official data
(Sriram's coded had them negated); added addtional bounds checks
The file was modified src/pde/sansBOOM/AtmosphereStandard.h
The file was modified test/unit/pde/sansBOOM/AtmosphereStandard_btest.cpp
Commit e5bf0be0523bafeb85373db53bceb0133e53e5e5 by allmaras
make NS solution interpreters more consistent between rho-p and rho-T
The file was modified src/pde/NS/Q3DPrimitiveRhoPressure.h
The file was modified test/unit/pde/NS/Q2DPrimitiveRhoPressure_btest.cpp
The file was modified src/pde/NS/Q2DPrimitiveRhoTemperature.h
The file was modified test/unit/pde/NS/Q2DPrimitiveRhoTemperature_btest.cpp
The file was modified test/unit/pde/NS/Q3DPrimitiveRhoPressure_btest.cpp
The file was modified test/unit/pde/NS/Q3DPrimitiveRhoTemperature_btest.cpp
The file was modified src/pde/NS/Q3DPrimitiveRhoTemperature.h
Commit c842181bbf1d955969d2a9969c6e11aadce81174 by allmaras
added ORNL MMS function
The file was modified src/pde/NS/SolutionFunction_NavierStokes2D.cpp
The file was modified src/pde/NS/SolutionFunction_NavierStokes2D.h
The file was modified test/unit/pde/NS/NavierStokesSolutionFunction2D_btest.cpp
Commit 4dd67148abbc2753ece45bab2bb684f097bcbdc9 by allmaras
fixed bug in std::vector initialization for standard atmosphere class
The file was modified src/pde/sansBOOM/AtmosphereStandard.h
Commit 3c3206dfec46a5fc3fbcefe49eb71f87ba90c962 by allmaras
1st pass at exact ray path for sansBOOM
The file was modified src/pde/sansBOOM/AtmosphereStandard.h
The file was modified test/unit/pde/sansBOOM/AtmosphereStandard_btest.cpp
The file was addedtest/unit/pde/sansBOOM/RayPath_btest.cpp
The file was addedsrc/pde/sansBOOM/RayPath.h
Commit 50c48a01f04ea276e9613df4fc85676bd9a0a998 by allmaras
SUPG/GLS/VMS tau code clean-up; added unit tests for P2 and P3
The file was modified test/unit/Discretization/Galerkin/StabilizationMatrix_NS_btest.cpp
The file was modified src/Discretization/Galerkin/Stabilization_Galerkin.h
Commit 3890c7965d4b65c3d376f85ee33f370341fe9e6c by cwomack
Added Axisymmetric flux functions + unit tests
The file was modified test/unit/IO/pde/PDEAdvectionDiffusion2D_ViscousFlux2D_pattern.txt
The file was modified src/pde/AdvectionDiffusion/ViscousFlux2D.cpp
The file was modified src/pde/AdvectionDiffusion/BCAdvectionDiffusion2D.cpp
The file was modified src/pde/AdvectionDiffusion/AdvectiveFlux2D.h
The file was modified test/unit/pde/AdvectionDiffusion/AdvectiveFlux2D_btest.cpp
The file was modified src/pde/AdvectionDiffusion/ViscousFlux2D.h
The file was modified test/unit/IO/pde/PDEAdvectionDiffusion2D_AdvectiveFlux2D_pattern.txt
The file was modified test/unit/pde/AdvectionDiffusion/ViscousFlux2D_btest.cpp
Commit 63a580a6399c04a87a843db5261254c628b9f66b by allmaras
modified ODE definition for high-Re version of SA for incompressible RANS
The file was modified src/pde/IncompressibleNS/PDEIncompressibleRANSSA1DChannel.h
Commit 466f89c0dfa8798675da36d012ffb00e79b17c42 by allmaras
moved typedef HType to eliminate un-used typedef warning when USE_GRID_LAPLACIAN turned on
The file was modified src/pde/ArtificialViscosity/AVSensor_ViscousFlux2D.h
Commit 1c67c1f613d6233082eb7ebad8e748faf12eb9cd by galbramc
Add CompressiblePower calculation
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Rotor_GlobalConstraint.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Rotor_GlobalConstraint.cpp
The file was modified src/Meshing/EGADS/RotorSource/QuadCamber.cpp
The file was modified src/pde/NS/OutputEuler3D.h
The file was modified src/UserInterfaces/BodyForceSolver_impl.h
Commit 955201a33fe0b19b1c341d51d29827f4bef2c6aa by blsc
Additional unit tests for new sensor with RANS. Found and fixed a few bugs in PDERANSSA2D and PDEEuler3D. Cleaned up solver interface for VMSD-BR2 somewhat. More unit tests and tidy up to come.
The file was modified src/pde/NS/PDERANSSA2D.h
The file was modified test/unit/pde/ArtificialViscosity/AVSensor_Source3D_Euler_btest.cpp
The file was addedsrc/Field/output_Tecplot_VMSDBR2_Boundary_Flux.h
The file was modified test/unit/pde/NS/PDEEuler3D_btest.cpp
The file was modified test/unit/pde/ArtificialViscosity/AVSensor_Source2D_Euler_btest.cpp
The file was addedtest/system/CodeConsistency/PDEmitAVDiffusionOuter2D_PDEmitAVSensor2D_NavierStokes_Consistency_btest.cpp
The file was addedtest/system/IO/ErrorOrder/ErrorOrder_2D_VMSDBR2_Triangle_AD_FullTest.txt
The file was modified src/pde/ArtificialViscosity/AVSensor_Source3D.h
The file was modified src/pde/NS/PDEEulermitAVDiffusion2D.h
The file was addedtest/system/Asymptotic/ErrorOrder_2D_VMSDBR2_Triangle_AD_btest.cpp
The file was addedtest/system/CodeConsistency/PDEmitAVDiffusionOuter2D_Consistency_afield_btest.cpp
The file was modified src/pde/NS/PDEEuler3D.h
The file was addedtest/system/CodeConsistency/PDEmitAVDiffusionOuter2D_PDEmitAVSensor2D_Consistency_btest.cpp
The file was addedtest/system/IO/ErrorOrder/ErrorOrder_2D_VMSDBR2_Triangle_AD_MinTest.txt
The file was modified test/sandbox/Adapt3D_VMSDBR2_RANSSA_DPW_AV_HTC_toy.cpp
The file was modified src/ErrorEstimate/VMSD/ErrorEstimateBase_VMSD.cpp
The file was modified src/pde/NS/PDEmitAVDiffusionOuter2D.h
The file was modified src/pde/NS/PDEEulermitAVDiffusion3D.h
The file was modified test/unit/pde/NS/PDERANSSA2D_btest.cpp
The file was modified src/pde/ArtificialViscosity/AVSensor_Source2D.h
The file was modified src/Adaptation/MOESS/SolverInterface_VMSD_BR2.h
The file was modified test/sandbox/Solve2D_VMSDBR2_HOW5_VI2_Surface_AV_HTC_toy.cpp
The file was modified src/ErrorEstimate/VMSD/ErrorEstimate_VMSD_BR2.h
The file was modified src/pde/ArtificialViscosity/PDEmitAVSensorInner2D.h
Commit 82179e765ca7f69b2079784bd4ffde0764b5c815 by galbramc
Add another quadratic viscous term to Body Force model
The file was modified src/Field/output_Tecplot/output_Tecplot_RotorSource.cpp
The file was modified src/Meshing/EGADS/RotorSource/Rotor.cpp
The file was modified test/unit/pde/NS/PDEEuler3D_RotorSource_btest.cpp
The file was modified test/unit/pde/NS/PDEEulermitAVDiffusion3D_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 src/UserInterfaces/BodyForceSolver_impl.h
The file was modified test/unit/Discretization/GloballyConstrained/Ping_Euler_RotorSource_btest.cpp
Commit 4dd79ab68c5616cfd4eb8c080acb77ce963a6768 by blsc
Updated surface flux writer for tecplot (VMSDBR2 specific). Added developer exceptions in to the Euler with artificial diffusion space-time calls since they're not unit tested.
The file was modified src/pde/NS/PDEEulermitAVDiffusion1D.h
The file was modified src/pde/NS/PDEmitAVDiffusionOuter2D.h
The file was modified src/Field/output_Tecplot_VMSDBR2_Boundary_Flux.h
The file was modified test/system/CodeConsistency/PDEmitAVSensor2D_Consistency_btest.cpp
The file was modified src/pde/NS/PDEEulermitAVDiffusion2D.h
The file was modified test/system/CodeConsistency/PDEmitAVDiffusionOuter2D_Consistency_btest.cpp
Commit 194e5c8b228bf7b49c14a775deb68db7d48678af by galbramc
Add 8th order term to Body Forces
The file was modified src/UserInterfaces/BodyForceSolver_impl.h
The file was modified test/unit/pde/NS/PDEEuler3D_RotorSource_btest.cpp
The file was modified src/pde/NS/PDEEuler3D_RotorSource.h
The file was modified test/unit/pde/NS/PDEEulermitAVDiffusion3D_RotorSource_btest.cpp
The file was modified src/Field/output_Tecplot/output_Tecplot_RotorSource.cpp
The file was modified src/Meshing/EGADS/RotorSource/Rotor.h
The file was modified test/unit/Discretization/GloballyConstrained/Ping_Euler_RotorSource_btest.cpp
The file was modified src/Meshing/EGADS/RotorSource/Rotor.cpp
Commit f943c5c5309dfcc8b57068518989530bab50aca4 by blsc
Added the ability to specify is artificial diffusion should be applied to SA equation at run time. More unit tests. Caught a few more bugs.
The file was modified src/pde/NS/PDEEulermitAVDiffusion1D.h
The file was modified src/pde/NS/PDERANSSA3D.h
The file was modified test/unit/pde/NS/PDEEulermitAVDiffusion3D_RANSSA_btest.cpp
The file was modified test/unit/pde/NS/PDERANSSA2D_btest.cpp
The file was modified src/pde/NS/PDEEulermitAVDiffusion2D.h
The file was modified src/pde/NS/PDEmitAVDiffusionOuter2D.h
The file was modified test/unit/pde/NS/PDEEulermitAVDiffusion2D_RANSSA_btest.cpp
The file was modified test/system/CodeConsistency/PDEmitAVSensor2D_Consistency_btest.cpp
The file was modified src/SolutionTrek/Continuation/Homotopy/Homotopy.h
The file was modified src/pde/NS/EulerArtificialViscosityType.h
The file was modified test/system/CodeConsistency/PDEmitAVSensor3D_Consistency_RANSSA_btest.cpp
The file was modified src/pde/NS/PDEEulermitAVDiffusion3D.h
Commit 606884e33fe8d629f83e397e69506688402a9c93 by galbramc
More BodyForce output functionals
The file was modified src/pde/NS/OutputEuler3D.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Rotor_GlobalConstraint.h
The file was modified test/unit/Discretization/GloballyConstrained/Ping_Euler_RotorSource_btest.cpp
The file was modified src/UserInterfaces/BodyForceSolver_impl.h
Commit c05d3e128d32dfba1d060b2d9c36e36c2e174948 by galbramc
Add vera exclusions
The file was modified scripts/vera/exclusions.txt
Commit 0bf0bd7efbe3d939075ba9e79d9a88fe40540a8c by galbramc
Warning fixes
The file was modified test/system/Asymptotic/ErrorOrder_2D_VMSDBR2_Triangle_AD_btest.cpp
The file was modified test/sandbox/CMakeLists.txt
The file was modified src/pde/NS/PDEEulermitAVDiffusion2D.h
The file was modified src/pde/NS/PDEmitAVDiffusionOuter2D.h
The file was modified src/pde/NS/PDEEulermitAVDiffusion3D.h
The file was modified test/system/CodeConsistency/PDEmitAVDiffusionOuter2D_Consistency_btest.cpp
Commit 4c96b70e7550809718fbe7db7d7e8e0d3c3b9a23 by galbramc
Properly ignore ._ files in CMake
The file was modified CMakeInclude/XCodeFileGlob.cmake
Commit 5c8a608f55e280fd921f64c6dac2aa377efac62a by blsc
Missing override keyword in SolverInterface_VMSD_BR2. ErrorOrder_2D_VMSDBR2_Triangle_AD_btest runs in serial (communicator is split and each rank runs independently).
The file was modified src/Adaptation/MOESS/SolverInterface_VMSD_BR2.h
The file was modified test/system/Asymptotic/ErrorOrder_2D_VMSDBR2_Triangle_AD_btest.cpp
Commit 47e6bd25ef0d36240ecb56f3c6a6feaed7b19a55 by galbramc
One more warning fix
The file was modified src/Adaptation/MOESS/SolverInterface_VMSD_BR2.h
Commit 967f78be67e5870cc79104781c6018b1121a6240 by galbramc
Warning shows up in GNU 8
The file was modified test/sandbox/CMakeLists.txt
Commit 8233641332f6b5cdbb88e58d12832ae5c4cd5dee by galbramc
Fix warning
The file was modified test/unit/Discretization/GloballyConstrained/Ping_Euler_RotorSource_btest.cpp
Commit d5ec71350046286c9d84c4139694c9cf7bdda2f5 by galbramc
Relax tolerances for intel
The file was modified test/system/CodeConsistency/PDEmitAVDiffusionOuter2D_PDEmitAVSensor2D_NavierStokes_Consistency_btest.cpp
The file was modified test/unit/pde/ArtificialViscosity/AVSensor_Source3D_Euler_btest.cpp
The file was modified test/system/CodeConsistency/PDEmitAVDiffusionOuter2D_PDEmitAVSensor2D_Consistency_btest.cpp
The file was modified test/system/CodeConsistency/PDEmitAVSensor2D_Consistency_RANSSA_btest.cpp
The file was modified test/unit/pde/NS/PDERANSSA2D_btest.cpp
Commit a2d0825fc1f9cef86cb6a9c3120e739bf716c456 by galbramc
needsSolutionGradient set to true for EntropyPower functional
The file was modified src/pde/NS/PDEEuler3D.h
The file was modified src/pde/NS/OutputEuler3D.h
Commit cb4fc216ef5ad6a2c97f3c72c63bcf5cf125683f by galbramc
Add Entropy to rotor output
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Rotor_GlobalConstraint.h
Commit 17a451387e5db272e1acd846424c8f40156c4a53 by blsc
Updated tolerance for intel in AVSensor_Source3D_Euler_btest
The file was modified test/unit/pde/ArtificialViscosity/AVSensor_Source3D_Euler_btest.cpp
Commit 5f8079440d62e5353dfc667fa5a9125a58c84673 by galbramc
Fix EntropyPt calculation. Remove old Euler3D source test.
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Rotor_GlobalConstraint.h
The file was modified test/unit/pde/NS/PDEEuler3D_btest.cpp
Commit 2abc1a008bd1b2331980ccb8966b16b993efbe37 by allmaras
added gradients for standard atmosphere
The file was modified test/unit/pde/sansBOOM/AtmosphereStandard_btest.cpp
The file was modified src/pde/sansBOOM/AtmosphereStandard.h
Commit b3eee129d025878a1ad4cbf1d7099c1a13534681 by allmaras
added isothermal atmosphere model
The file was addedtest/unit/pde/sansBOOM/AtmosphereIsothermal_btest.cpp
The file was addedsrc/pde/sansBOOM/AtmosphereIsothermal.h
Commit dc9f139996b8de6da958d8e9b3079098808c52d5 by allmaras
added speed of sound to atmospheric models
The file was modified test/unit/pde/sansBOOM/AtmosphereStandard_btest.cpp
The file was modified src/pde/sansBOOM/AtmosphereStandard.h
The file was modified test/unit/pde/sansBOOM/AtmosphereIsothermal_btest.cpp
The file was modified src/pde/sansBOOM/AtmosphereIsothermal.h
Commit 6e2b3872436d0a944322a501bc89a0256be1cee3 by galbramc
Relax tolerances for intel
The file was modified test/system/CodeConsistency/PDEmitAVDiffusionOuter2D_PDEmitAVSensor2D_NavierStokes_Consistency_btest.cpp
The file was modified test/system/CodeConsistency/PDEmitAVDiffusionOuter2D_PDEmitAVSensor2D_Consistency_btest.cpp
Commit fa59d386b0edb2f10d7bb4655e553bbe0f7e3907 by galbramc
More relaxed intel tolerances
The file was modified test/system/CodeConsistency/PDEmitAVDiffusionOuter2D_PDEmitAVSensor2D_Consistency_btest.cpp
The file was modified test/system/CodeConsistency/PDEmitAVDiffusionOuter2D_PDEmitAVSensor2D_NavierStokes_Consistency_btest.cpp
Commit 21e9348099992ea2f7e075e8696d4609c793ab1a by galbramc
One more method for VMSD data transfer
The file was modified src/Discretization/VMSDBR2/SolutionData_VMSD_BR2.h
Commit a52fb8c51d17d721ebb525db8071ba9940ef63e2 by galbramc
Stabilized output for PV functional
The file was modified src/pde/NS/OutputEuler3D.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Rotor_GlobalConstraint.h
The file was modified src/UserInterfaces/BodyForceSolver_impl.h
The file was addedtest/unit/pde/NS/OutputEuler3D_btest.cpp
The file was modified src/pde/ArtificialViscosity/AVSensor_Source3D.h
Commit a1a04f9972671ff8e1f13eb3af85f64151be44bd by cwomack
First draft of Axisymmetric DBL problem, vera not working, may require multiple commits to get through jenkins
The file was addedtest/sandbox/Adapt2D_Galerkin_Stabilized_AD_AxiSymDoubleBoundaryLayer_toy.cpp
The file was modified test/unit/pde/AdvectionDiffusion/BCAdvectionDiffusion2D_btest.cpp
The file was addedsrc/pde/OutputCell_SolutionErrorL2_Axisym.h
The file was modified test/unit/IO/pde/PDEAdvectionDiffusion2D_AdvectiveFlux2D_pattern.txt
The file was modified test/unit/pde/AdvectionDiffusion/ViscousFlux2D_btest.cpp
The file was modified src/pde/AdvectionDiffusion/AdvectiveFlux2D.h
The file was modified test/unit/pde/AdvectionDiffusion/AdvectiveFlux2D_btest.cpp
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 bb2db7a60e903278fdd6e464d53458bc263b332c by cwomack
Fixed scope issues
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_AD_AxiSymDoubleBoundaryLayer_toy.cpp
Commit 943fe8de8db519cc6cc7dc3f1711e1eba5dfb18a by blsc
Removed untested upwind option from isothermal walls in PDENavierStokes2D. It did not seem to be being used by any sandbox case or test.
The file was modified src/pde/NS/BCNavierStokes2D.cpp
The file was modified src/pde/NS/BCNavierStokes2D.h
Commit 93b11e3378dead534050f517864e8bee74427c8d by cwomack
fixed vera errors
The file was modified test/unit/pde/AdvectionDiffusion/AdvectiveFlux2D_btest.cpp
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_AD_AxiSymDoubleBoundaryLayer_toy.cpp
Commit 13bfe5c26ca9689a73c5055334d8cd567ce86de1 by blsc
Actually remove the code related to the upwind flag.
The file was modified src/pde/NS/BCNavierStokes2D.h
The file was modified src/pde/NS/BCNavierStokes2D.cpp
Commit cb4115db30098762088b87f74f24f1b57cb2f301 by cwomack
added output axisymmetric unit tests
The file was addedtest/unit/pde/OutputCell_SolutionErrorL2_Axisym_btest.cpp
Commit d27ec048ada83f8e6f62679763f8cc8dd1bd0fdf by cwomack
Changed unit test tolerance
The file was modified test/unit/pde/AdvectionDiffusion/ViscousFlux2D_btest.cpp
Commit 62009cdce7e0e6c2c190c5ce29f694ceccd05965 by cwomack
Generalized axisym DBL for any z0 z1
The file was modified test/unit/IO/pde/ScalarFunction2D_pattern.txt
The file was modified src/pde/AnalyticFunction/ScalarFunction2D.cpp
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_AD_AxiSymDoubleBoundaryLayer_toy.cpp
The file was modified src/pde/AnalyticFunction/ScalarFunction2D.h
The file was modified test/unit/pde/AdvectionDiffusion/BCAdvectionDiffusion2D_btest.cpp
The file was modified test/unit/pde/AnalyticFunction/ScalarFunction2D_btest.cpp
Commit d2668e41672bf0debc429097c472d1220b496c8d by cwomack
fixed vera errors
The file was modified src/pde/AnalyticFunction/ScalarFunction2D.h
Commit 642036faa1c3f2cc6bef0edef7f86c725d493817 by galbramc
Add asymmetric term for rotor source
The file was modified test/unit/pde/NS/PDEEuler3D_RotorSource_btest.cpp
The file was modified src/Meshing/EGADS/RotorSource/Rotor.h
The file was modified scripts/vera/exclusions.txt
The file was modified src/pde/NS/PDEEuler3D_RotorSource.h
The file was modified src/Field/NormalField/NormalField_Volume.cpp
The file was modified test/unit/pde/NS/PDEEulermitAVDiffusion3D_RotorSource_btest.cpp
The file was modified src/Meshing/EGADS/RotorSource/Rotor.cpp
Commit d1dde69d27da5edf04dee3eeb37ff2a36dc80a5a by galbramc
Fix compile errors
The file was modified src/UserInterfaces/BodyForceSolver_impl.h
Commit cf0f519eefaed347eb93ed16e2e44392c077ff47 by galbramc
Fix bug in last commit
The file was modified src/pde/NS/PDEEuler3D_RotorSource.h
The file was modified test/unit/Discretization/GloballyConstrained/Ping_Euler_RotorSource_btest.cpp
Commit 847736ddc3e52b05a8f15e75e3b86926db5ece8d by galbramc
Cleanup sourcePositivity
The file was modified test/unit/pde/NS/PDEEulermitAVDiffusion3D_RotorSource_btest.cpp
The file was modified src/pde/NS/PDEEulermitAVDiffusion2D.h
The file was modified test/unit/pde/NS/PDEEuler3D_RotorSource_btest.cpp
The file was modified test/unit/pde/NS/PDEEulermitAVDiffusion3D_btest.cpp
The file was modified src/Meshing/EGADS/EGCircle.cpp
The file was modified src/pde/NS/isPDERANSSA.h
The file was modified src/pde/NS/PDEEulermitAVDiffusion3D.h
The file was modified test/unit/pde/NS/PDEEulermitAVDiffusion3D_RANSSA_btest.cpp
Commit e17a82e186e515774cbefc1fee838f6d4f81a176 by galbramc
Work around more floating point issues
The file was modified src/pde/ArtificialViscosity/AVSensor_Source2D.h
The file was modified src/pde/NS/PDEEulermitAVDiffusion2D.h
The file was modified src/pde/NS/Q2DPrimitiveSurrogate.h
The file was modified src/tools/smoothmath.h
Commit a933f8db7283af8c3c917c545140102d03b38638 by galbramc
More precision cleanup for AV source
The file was modified src/pde/ArtificialViscosity/AVSensor_Source3D.h
The file was modified src/pde/ArtificialViscosity/AVSensor_Source2D.h
Commit 0a7d510bbb7a3ad57e47ce798b3ba563738f348d by galbramc
Fogot a file
The file was modified src/tools/smoothmath.h
Commit 13e7fc0913ee9ef889779f4f5160f715d1e6cea7 by galbramc
Allow setting critical surrogate values in 3D
The file was modified src/pde/NS/Q2DPrimitiveSurrogate.h
The file was modified src/pde/NS/Q3DPrimitiveSurrogate.h
Commit 8351e58152c4eb4014045f1b1e877133dab4e506 by galbramc
Fix compile error
The file was modified src/pde/ArtificialViscosity/AVSensor_Source3D.h
Commit 233600a8b06b7fcc81b586db6da940828b16d377 by galbramc
Compiler error and warning fixes
The file was modified src/pde/ArtificialViscosity/AVSensor_Source2D.h
The file was modified test/unit/pde/NS/OutputEuler3D_btest.cpp
Commit e9252a1dbdc21536a3f8f3158c721e24c3a41390 by galbramc
Make outer diffusion positvity source consisent with inner
The file was modified src/pde/ArtificialViscosity/AVSensor_Source2D.h
The file was modified src/pde/NS/PDEmitAVDiffusionOuter2D.h
Commit 6fe1aff769cf6fb9ef9266d3313584ba95b32bc7 by galbramc
Warning and tolernace fixes
The file was modified test/unit/pde/ArtificialViscosity/AVSensor_Source2D_Euler_btest.cpp
The file was modified src/pde/NS/PDERANSSA3D.h
Commit 618f4ef5957aaf1ac8253f17dd22d391049af648 by galbramc
Fix compile error
The file was modified src/pde/NS/PDERANSSA3D.h
Commit fd2469bc0c6b18d9924fec0ee0ba99b12104f786 by galbramc
Cleanup 2D PressureGrad sensor
The file was modified test/sandbox/Solve2D_VMSD_Triangle_NavierStokes_Joukowski_ArtificialViscosity_toy.cpp
The file was modified test/unit/pde/ArtificialViscosity/AVSensor_Source2D_Euler_btest.cpp
The file was modified test/sandbox/Solve2D_CGStabilized_Triangle_Euler_GaussianBump_ArtificialViscosity_toy.cpp
The file was modified test/sandbox/Adapt2D_VMSDBR2_RANSSA_AV_MultiElementAirfoil_Q1_toy.cpp
The file was modified test/sandbox/Solve2D_CGStabilized_Triangle_Euler_NACA0012_ArtificialViscosity_toy.cpp
The file was modified test/sandbox/Solve2D_CGStabilized_Triangle_NavierStokes_GaussianBump_ArtificialViscosity_toy.cpp
The file was modified test/sandbox/Adapt2D_CGStabilized_Triangle_RANSSA_Joukowski_ArtificialViscosity_toy.cpp
The file was modified test/unit/Discretization/Galerkin/AlgebraicEquationSet_Galerkin_Stabilized_Triangle_SA_btest.cpp
The file was modified test/sandbox/Adapt2D_CGStabilized_Triangle_RANSSA_Joukowski_Subsonic_ArtificialViscosity_toy.cpp
The file was modified test/sandbox/Adapt2D_CGStabilized_HOW5_CI1_ArtificialViscosity_toy.cpp
The file was modified test/sandbox/Solve2D_CGStabilized_Triangle_NavierStokes_Joukowski_ArtificialViscosity_toy.cpp
The file was modified src/Discretization/DG/DGBR2_Instantiate/AlgebraicEquationSet_DGBR2_ArtificialViscosity_RANSSA2D_PrimitiveConstVisc.cpp
The file was modified test/sandbox/Solve2D_VMSD_HOW5_VI2_AV_toy.cpp
The file was modified test/sandbox/Adapt2D_CGStabilized_Triangle_RANSSA_Joukowski_Transonic_ArtificialViscosity_toy.cpp
The file was modified test/sandbox/Adapt2D_VMSDBR2_RANSSA_AV_MultiElementAirfoil_toy.cpp
The file was modified test/sandbox/Solve2D_CGStabilized_Triangle_RANSSA_Joukowski_ArtificialViscosity_toy.cpp
The file was modified test/sandbox/Solve2D_DGBR2_HOW5_CI1_toy.cpp
The file was modified test/sandbox/Solve2D_VMSD_HOW5_CI1_toy.cpp
The file was modified src/pde/NS/BCEulermitAVSensor2D.cpp
The file was modified src/Discretization/DG/DGBR2_Instantiate/AlgebraicEquationSet_DGBR2_ArtificialViscosity_RANSSA2D_PrimitiveSutherland.cpp
The file was modified test/sandbox/Adapt3D_VMSDBR2_RANSSA_DPW_AV_HTC_toy.cpp
The file was modified test/sandbox/Adapt2D_VMSD_Triangle_RANSSA_Joukowski_ArtificialViscosity_toy.cpp
The file was modified test/sandbox/Solve2D_CGStabilized_HOW5_CI1_toy.cpp
The file was modified src/pde/ArtificialViscosity/AVSensor_Source2D.h
Commit 05788db0f4b2900c7a4c812481173ea6487b2e2a by galbramc
Relax tolerance
The file was modified test/unit/pde/ArtificialViscosity/AVSensor_Source2D_Euler_btest.cpp
Commit 893850523f49a51ae12d91946ef989b7cba5b9b0 by galbramc
Missed one
The file was modified test/sandbox/Adapt2D_CGStabilized_HOW5_CI1_ArtificialViscosity_toy.cpp
Commit 4cfbb42fb901994a5b568f3d4b2860f56b7a6046 by galbramc
Missed one more
The file was modified test/sandbox/Adapt2D_CGStabilized_Triangle_RANSSA_Joukowski_Transonic_ArtificialViscosity_toy.cpp
Commit 70a66dde83157c0bc681fcfe200d2f3f0e6dcf8b by galbramc
Relax tolerance
The file was modified test/unit/pde/ArtificialViscosity/AVSensor_Source3D_Euler_btest.cpp
Commit c1381c0d3387adffeb7b3a6b0fe8e2a6b8210e67 by galbramc
Consistent 3D positvity source with Ben's thesis
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 bf32744b0b7f351777f62c2530f940f57beee4c5 by galbramc
Add asymmetric sensitvities for body forces. Some more cleanup of shock capturing.
The file was modified test/unit/pde/NS/PDEEuler2D_btest.cpp
The file was modified test/unit/pde/NS/PDEEulermitAVDiffusion2D_btest.cpp
The file was modified src/pde/NS/PDEEulermitAVDiffusion2D.h
The file was modified src/pde/ArtificialViscosity/AVSensor_Source2D.h
The file was modified src/pde/ArtificialViscosity/AVSensor_Source3D.h
The file was modified test/unit/pde/NS/PDEEuler3D_btest.cpp
The file was modified src/pde/NS/EulerArtificialViscosityType.h
The file was modified test/unit/pde/NS/PDERANSSA2D_btest.cpp
The file was modified src/pde/NS/PDEEuler3D_RotorSource.h
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/pde/NS/PDEEuler3D_RotorSource_btest.cpp
Commit 9f67c3aaa8102da2337a8b1e324e2051ed5a312c by galbramc
Make PDEmitAVDiffusionOuter2D.h consistent
The file was modified src/pde/NS/PDEmitAVDiffusionOuter2D.h
Commit 12e928937d0d33c7386d9ea6d2e1696dc4302b79 by galbramc
Fix warning and typo
The file was modified src/UserInterfaces/BodyForceSolver_impl.h
Commit db5dc92754b6bcf917db37e01a9b9722e4de6335 by galbramc
Relax tolerance and fix warning
The file was modified test/unit/pde/NS/PDEEulermitAVDiffusion2D_btest.cpp
The file was modified test/system/CodeConsistency/PDEmitAVDiffusionOuter2D_PDEmitAVSensor2D_NavierStokes_Consistency_btest.cpp
Commit 010a9b2b58eecb779d9c5840eeeb9c0314eff351 by galbramc
One more tolerance relaxation
The file was modified test/system/CodeConsistency/PDEmitAVDiffusionOuter2D_PDEmitAVSensor2D_Consistency_btest.cpp
Commit 855c6dcb6d4db2114d1475a4c8d826272a25e3d6 by galbramc
Add parameters to rotate body force normal field
The file was modified test/unit/pde/NS/PDEEuler3D_RotorSource_btest.cpp
The file was modified test/unit/pde/NS/PDEEulermitAVDiffusion3D_RotorSource_btest.cpp
The file was modified src/tools/smoothmath.h
The file was modified src/pde/NS/PDEEuler3D_RotorSource.h
Commit 516e4e8d607f1fe7a5d935524dce8e080d9c8456 by galbramc
Forgot instantiation
The file was modified src/LinearAlgebra/DenseLinAlg/StaticSize/MatMul/MatrixS_MatMul_Native_Surreal_Instantiate.cpp
Commit f403651e6f3b2a69c8805b302cc6efbf52dfcec1 by galbramc
Make lifting operator calculation lazy to prevent computing lifting operators in isValidState. Homotopy fix for negative lambda. Charachteristic SupersonicOutflow in 2D. Dirichlet NoSlip BC for Sensor PDE. Some cleanup of MatrixS_Diag.
The file was modified src/pde/NS/BCEuler2D_mitState.h
The file was modified CMakeInclude/ForceOutOfSource.cmake
The file was modified test/system/CodeConsistency/PDEmitAVDiffusionOuter2D_PDEmitAVSensor2D_Consistency_btest.cpp
The file was modified src/pde/NDConvert/PDENDConvertSpace2D.h
The file was modified src/LinearAlgebra/DenseLinAlg/StaticSize/MatrixS_Diag.h
The file was modified test/unit/pde/ArtificialViscosity/PDEmitAVSensor2D_btest.cpp
The file was modified src/Python/InputException.h
The file was modified src/pde/ArtificialViscosity/PDEmitAVSensor2D.h
The file was modified src/pde/NS/PDERANSSA2D.h
The file was modified src/pde/AdvectionDiffusion/PDEAdvectionDiffusion3D.h
The file was modified src/LinearAlgebra/DenseLinAlg/DynamicSize/MatrixD_Diag.h
The file was modified src/Meshing/AnalyticMetrics/BoundaryLayer.h
The file was modified src/pde/ArtificialViscosity/PDEmitAVSensor3D.h
The file was modified src/Meshing/AnalyticMetrics/Euclidean.h
The file was modified src/pde/NS/PDEEulermitAVDiffusion3D.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Local_Galerkin_Stabilized_LiftedBoundary.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Galerkin_Stabilized_LiftedBoundary.h
The file was modified src/Meshing/AnalyticMetrics/CornerSingularity.h
The file was modified src/pde/NS/PDEEuler2D.h
The file was modified src/pde/NS/PDEEuler3D_RotorSource.h
The file was modified src/Discretization/VMSDBR2/AlgebraicEquationSet_VMSD_BR2.h
The file was modified src/LinearAlgebra/DenseLinAlg/StaticSize/MatrixS_Exp.h
The file was modified src/pde/NS/PDERANSSA3D.h
The file was modified src/pde/NS/BCEulermitAVSensor2D.h
The file was modified src/Discretization/VMSDBR2/AlgebraicEquationSet_Local_VMSD_BR2.h
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGBR2.h
The file was modified src/pde/NS/BCEulermitAVSensor3D.h
The file was modified src/LinearAlgebra/DenseLinAlg/StaticSize/MatrixS_Pow.h
The file was modified test/unit/pde/NS/PDEEuler2D_btest.cpp
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGAdvective.h
The file was modified src/SolutionTrek/Continuation/Homotopy/PDESourceOnly.h
The file was modified test/unit/SolutionTrek/Continuation/PDESourceOnly_btest.cpp
The file was modified test/unit/pde/NS/BCEulermitAVSensor2D_btest.cpp
The file was modified src/LinearAlgebra/DenseLinAlg/StaticSize/MatrixS_Log.h
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGBR2_impl.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 src/pde/ArtificialViscosity/PDEmitAVSensorInner2D.h
The file was modified src/pde/ArtificialViscosity/AVSensor_Source3D.h
The file was modified test/system/CodeConsistency/PDEmitAVDiffusionOuter2D_PDEmitAVSensor2D_NavierStokes_Consistency_btest.cpp
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Local_Galerkin_Stabilized.h
The file was modified src/pde/AdvectionDiffusion/PDEAdvectionDiffusion2D.h
The file was modified src/pde/NS/PDEEuler3D.h
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGAdvective_impl.h
The file was modified src/SolutionTrek/Continuation/Homotopy/Homotopy.h
The file was modified src/pde/NS/PDEEulermitAVDiffusion2D.h
The file was modified src/Meshing/AnalyticMetrics/XField.h
The file was modified test/unit/pde/NS/PDERANSSA2D_btest.cpp
The file was modified test/unit/pde/NS/PDERANSSA3D_btest.cpp
The file was modified src/pde/ArtificialViscosity/AVSensor_Source2D.h
The file was modified test/unit/pde/NS/PDEEuler3D_btest.cpp
The file was modified src/pde/NDConvert/PDENDConvertSpace3D.h
The file was modified src/Python/InputException.cpp
Commit 185a8225dd488047f83be96f2c6e4cc70940b876 by galbramc
Fix test for last commit
The file was modified test/unit/SolutionTrek/Continuation/PDESourceOnly_btest.cpp
Commit f244e2d8548e9695f90fd683e23f85a99857198f by galbramc
Fix for lazy lifting operator calculations
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGBR2_impl.h
Commit 958f0dd44e98b3feb39fd9357d4f9a7aa770a1eb by allmaras
standard atmo: moved non-templated functions to *.cpp file
The file was modified src/pde/sansBOOM/AtmosphereStandard.h
The file was addedsrc/pde/sansBOOM/AtmosphereStandard.cpp
The file was modified src/pde/sansBOOM/CMakeLists.txt
The file was modified src/pde/sansBOOM/RayPath.h
Commit 57bfdd5cba61b34344c3d201fa83a67456a53dd4 by allmaras
stupid tabs!!
The file was modified src/pde/sansBOOM/RayPath.h
Commit 97a4ab4b844f6d9ee72932a6debefe744fc9e2e3 by allmaras
namespace needed in cpp file
The file was modified src/pde/sansBOOM/AtmosphereStandard.cpp
Commit d148ab7b0f292945e790e71777a5eb63304d2c12 by galbramc
Fix for turning off USE_CORRECTION_TERM
The file was modified src/Adaptation/MOESS/SolverInterface_VMSD_BR2.h
Commit 7c0725e4bf81697be2abe238e244783ea644c2ca by allmaras
removed DeveloperException check for hessians of density-temperature primitive vars
The file was modified test/unit/pde/NS/PDEEulermitAVDiffusion2D_btest.cpp
The file was modified test/unit/pde/NS/PDEEulermitAVDiffusion3D_btest.cpp
The file was modified test/unit/pde/NS/PDEEuler2D_btest.cpp
The file was modified test/unit/pde/NS/PDERANSSA2D_btest.cpp
Commit de41a73d8a29ae91cea3a69f212da4250dc70011 by galbramc
Another correction to turning off USE_CORRECTION_TERM
The file was modified src/Adaptation/MOESS/SolverInterface_VMSD_BR2.h
Commit 28744ee522335e8ad0caaa148212ff0e76fda0bd by galbramc
Relax tolerance
The file was modified test/system/CodeConsistency/PDEmitAVDiffusionOuter2D_PDEmitAVSensor2D_NavierStokes_Consistency_btest.cpp
Commit f66d107ed03a95073beb5945cef0e67845bc7505 by galbramc
Only compute lifting operatos if setSolutionField is called. Needed for proper error estimates.
The file was modified src/Discretization/VMSDBR2/AlgebraicEquationSet_VMSD_BR2.h
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGAdvective_impl.h
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGBR2_impl.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Galerkin_Stabilized_LiftedBoundary.h
Commit 7c85d1d67e14a7f9a3e2acb415f01634ce9311dd by galbramc
More intel tolerance relaxing
The file was modified test/system/CodeConsistency/PDEmitAVDiffusionOuter2D_PDEmitAVSensor2D_Consistency_btest.cpp
Commit 3f324c9d67c052d46ddd5efee1adef23e31d1ded by galbramc
Remove DeveloperException check
The file was modified test/unit/pde/ArtificialViscosity/PDEmitAVSensor2D_btest.cpp
Commit 2be3211001189b7ca3c7a7a00c6e53f0c181999b by galbramc
Use implied metric in cost calculation for isotropic optimization
The file was modified src/Adaptation/MOESS/NodalMetrics/NodalMetrics_impl.h
Commit 72948da136294fc0d7f0d8694a94beee8b3266a9 by galbramc
Relaxier tolerance
The file was modified test/system/CodeConsistency/PDEmitAVDiffusionOuter2D_PDEmitAVSensor2D_Consistency_btest.cpp
Commit d339449eeea3e6ad4f8670f97823963b9b3cf4b1 by galbramc
Another tolerance relaxation
The file was modified test/system/CodeConsistency/PDEmitAVDiffusionOuter2D_PDEmitAVSensor2D_NavierStokes_Consistency_btest.cpp
Commit 27f5548d94e8e18a325c812476d068340b22282d by galbramc
Intel...
The file was modified test/system/CodeConsistency/PDEmitAVDiffusionOuter2D_PDEmitAVSensor2D_Consistency_btest.cpp
Commit a514fe3ef59a7252e00cbf0801a65155e9785a95 by galbramc
Intel...
The file was modified test/system/CodeConsistency/PDEmitAVDiffusionOuter2D_PDEmitAVSensor2D_NavierStokes_Consistency_btest.cpp