Skip to content
Success

Changes

Summary

  1. Enabled move construction and assignment. (details)
  2. Added ability to output a temporary field containing the fully reconstructed p' adjoint (details)
  3. Added some more move constructors. (details)
  4. It's not a pointer you idiot. (details)
  5. fix to test file to actually call the write method (details)
  6. Enabled move construction and assignment. (details)
  7. Added some more move constructors. (details)
  8. Added ability to output a temporary field containing the fully reconstructed p' adjoint (details)
  9. Fixed missing method for dumping the perturbation field. In the process added many additional move constructors/assignments. Also added an implicit conversion for ElementPair, allowing it to be inserted directly into map/unordered map/set etc. A bunch of small house cleaning tasks too. Deleted explicit constructors that could just be default. (details)
  10. accidentally deleted default constructor (details)
  11. EVEN MORE MOVE CONSTRUCTORS (details)
  12. UniqueTrace a mutable struct. Immutability doesn't buy anything, and just prevents compiler optimization. Additionally, deleted a large number of unneeded constructors, as the compiler provided versions are better and safer. If you write no code, you can write no bugs! See CPP guidelines rule of zero (details)
  13. adding back the default constructor, something funky happens with default initializer. Also change MatrixS to use stdarray, and then to have the 5 constructors as defaults. (details)
  14. tweaks (details)
  15. Add a stack parameter to CamberBlade (details)
  16. Add option to constrain Mach number with BodyForces (details)
  17. Fixes for specifying NormalMach as BodyForce constraint (details)
  18. Rework Pprop output functional for BodyForces. Fix assertions for SAQCR. (details)
  19. Unit test fixes (details)
  20. Relax tolerance (details)
  21. Fix bug in AFLR interface (details)
  22. Relaxed basis function tolerances for intel (details)
  23. Relax DG tolerances for intel (details)
  24. Lots of warning fixes (details)
  25. Tolerance fixes for intel compiler (details)
  26. More warning fixes (details)
  27. More warning fixes. Move adjoint MPI sync. (details)
  28. Fix compile error (details)
  29. Missed a warning (details)
  30. Another warning fix (details)
  31. More warning fixes (details)
  32. Relax timeout (details)
  33. Nightly fixes. Make TRIANGLE optional. (details)
  34. cppcheck fixes (details)
  35. Upgrade to ESP 1.19 (minimium required). Lots of cppcheck fixes. (details)
  36. Warning fixes for CAPS (details)
  37. Fixes to make triangle optional (details)
  38. Dissable a test for now (details)
  39. Missed a TRIANGLE suppression (details)
  40. Relax test time (details)
  41. One more use of TRIANGLE (details)
  42. Relax one more test timing (details)
  43. Update BoostBuild (details)
  44. Add polynomial velocity profiles to Coles (details)
  45. Some Coles profile fixes (details)
  46. Refactor Rotor constraint (details)
  47. Fixes for Rotor outputs (details)
  48. Forgot a file (details)
  49. Fix compile error (details)
  50. Missed an output option (details)
  51. More rotor output fixes (details)
  52. Fix warning (details)
  53. Allow no constraints during optimization (details)
  54. Add back regular solve during body force optimization (details)
  55. Relax timing (details)
  56. Fix body force optimization for RANS (details)
  57. More verbose error message (details)
  58. One more body force optimization fix (details)
  59. Update sansLIPAIM for ESP 1.19 (details)
  60. Fix Rotort_GlobalConstraint convergence check (details)
  61. Fix data transfer (details)
  62. Add missing Python GIL protections (details)
  63. Some nightly fixes. Better specification for building boost. (details)
  64. Add Coloes polynomial pressure profile (details)
  65. Add RANS Coles pressure profile. Relax test tolerances. Other small fixes. (details)
  66. Remove upper bound check on Coles pressure polynomial (details)
  67. Add ProfileDebug_eta_max (details)
  68. Another tweak to Coles pressure profile (details)
  69. Add polynomial pressure profile to back pressure BC (details)
  70. Fix required delta for static back pressure (details)
  71. VMSD-BR2 was using the wrong quadrature rule to calculate the non-zero pattern. Jacobian has been updated so that it should use correct (1 point) quadrature for non-zero pattern (details)
  72. Added logic to JacobianCell_VMSD_BR2 so that the static condensation matrices are not used for the non-zero patter calculation. Under-integration resulted in these matrices being singular. (details)
Commit 359d7efb7246c8601256671ed606427319674d55 by hcarson
Enabled move construction and assignment.
The file was modified src/Field/Field.h
Commit d60ccadbe1883aa1f427092f1e98574d40549921 by hcarson
Added ability to output a temporary field containing the fully reconstructed p' adjoint
The file was modified src/Adaptation/MOESS/SolverInterface_VMSD_BR2.h
Commit 45cf7b2cd796433941cb685411ef9dd80c2e9560 by hcarson
Added some more move constructors.
The file was modified src/Field/Tuple/FieldAssociativityBaseTuple.h
The file was modified src/Field/XField.h
The file was modified src/tools/PointerArray.h
The file was modified src/Field/FieldSubGroup.h
The file was modified src/Field/XField_CellToTrace.h
The file was modified src/tools/PointerSequence.h
The file was modified src/Field/Field_NodalView.h
The file was modified src/Field/FieldBase.h
Commit 0cb214cf45750fd47ad719fc0038cb922fb1de18 by hcarson
It's not a pointer you idiot.
The file was modified src/Adaptation/MOESS/SolverInterface_VMSD_BR2.h
Commit 68113d1c559bcdb0feb6cef152b5622389dbb54c by hcarson
fix to test file to actually call the write method
The file was modified test/sandbox/Adapt2D_VMSDBR2_AD_DoubleBoundaryLayer_toy.cpp
Commit 45ec351657c8d4409ed61a4fc11490214081b184 by hcarson
Enabled move construction and assignment.
The file was modified src/Field/Field.h
Commit f5a1ad4426107008aaaf630ad1fc9427279ca5b1 by hcarson
Added some more move constructors.
The file was modified src/Field/XField_CellToTrace.h
The file was modified src/tools/PointerSequence.h
The file was modified src/Field/Tuple/FieldAssociativityBaseTuple.h
The file was modified src/Field/XField.h
The file was modified src/Field/FieldSubGroup.h
The file was modified src/Field/FieldBase.h
The file was modified src/tools/PointerArray.h
The file was modified src/Field/Field_NodalView.h
Commit 691f4eda493243300f5caaebe4c89b65cab5a158 by hcarson
Added ability to output a temporary field containing the fully reconstructed p' adjoint
The file was modified src/Adaptation/MOESS/SolverInterface_VMSD_BR2.h
The file was modified test/sandbox/Adapt2D_VMSDBR2_AD_DoubleBoundaryLayer_toy.cpp
Commit 3073319a6af99d847b8c82717cef7eedd23cbe49 by hcarson
Fixed missing method for dumping the perturbation field. In the process added many additional move constructors/assignments. Also added an implicit conversion for ElementPair, allowing it to be inserted directly into map/unordered map/set etc. A bunch of small house cleaning tasks too. Deleted explicit constructors that could just be default.
The file was modified src/Adaptation/MOESS/SolverInterface_VMSD_BR2.h
The file was modified src/Field/FieldData/FieldDataInvMassMatrix_Cell.h
The file was modified src/Field/Tuple/FieldAssociativityBaseTuple.h
The file was modified src/Field/FieldData/FieldDataMatrixD_TraceLift.h
The file was modified src/Field/FieldLiftAssociativityConstructor.h
The file was modified src/Field/FieldData/FieldDataMatrixD_Cell.h
The file was modified src/Field/FieldData/FieldDataMatrixD_CellLift.h
The file was modified src/Field/HField/HField_CG.h
The file was modified src/Field/XField_BoundaryTrace.h
The file was modified src/Field/HField/GenHField_CG.h
The file was modified src/Field/Field_DG_CellBase.h
The file was modified src/Field/FieldLift.h
The file was modified src/Field/FieldLinesearch/FieldLinesearchBase.h
The file was modified src/Field/Tuple/FieldTuple.h
The file was modified src/Field/FieldLift_DG_CellBase.h
The file was modified src/Field/Element/UniqueElem.cpp
The file was modified src/Field/Element/UniqueElem.h
The file was modified src/Field/HField/GenHField_DG.h
The file was modified src/Field/Tuple/BasisPointDerivativeTuple.h
The file was modified src/Field/Field.h
The file was modified src/Field/FieldData/FieldDataVectorD_BoundaryCell.h
The file was modified src/Field/FieldData/FieldDataMatrixD_BoundaryCell.h
The file was modified src/Field/Tuple/FieldAssociativityTuple.h
The file was modified src/Field/XField3D_Wake.h
The file was modified src/Field/FieldData/FieldDataMatrixD_BoundaryTrace.h
The file was modified src/Field/HField/HField_DG.h
The file was modified src/Field/Tuple/ElementTuple.h
The file was modified src/Field/FieldData/FieldDataMatrixD_Lift_BoundaryTrace.h
The file was modified src/Field/Partition/LagrangeElementGroup.h
The file was modified src/Field/Element/UniqueElemHash.h
The file was modified src/Field/FieldAssociativityConstructor.h
The file was modified src/Field/NormalField/NormalField.h
The file was modified src/Field/Partition/LagrangeElementGroup.cpp
The file was modified src/Field/Tuple/BasisTuple.h
The file was modified src/Field/FieldData/FieldDataReal_Cell.h
The file was modified src/Field/Tuple/BasisPointTuple.h
Commit 6842a91f8e85e50862a073b51b19699fa143a768 by hcarson
accidentally deleted default constructor
The file was modified src/Field/Element/UniqueElem.h
Commit d4072fc40079fad4de3d9be49c1b239b24024355 by hcarson
EVEN MORE MOVE CONSTRUCTORS
The file was modified src/Field/FieldArea_DG_Trace.h
The file was modified src/Field/FieldLiftVolume_DG_BoundaryTrace.h
The file was modified src/Field/FieldVolume_DG_Trace.h
The file was modified src/Field/FieldLiftArea_DG_BoundaryTrace.h
The file was modified src/Field/FieldArea_CG_Trace.h
The file was modified src/Field/FieldSpacetime_DG_Cell.h
The file was modified src/Field/FieldSpacetime_DG_InteriorTrace.h
The file was modified src/Field/FieldLiftArea_DG_Cell.h
The file was modified src/Field/FieldVolume_DG_InteriorTrace.h
The file was modified src/Field/FieldVolume_DG_Cell.h
The file was modified src/Field/FieldArea_CG_BoundaryTrace.h
The file was modified src/Field/FieldArea_DG_BoundaryTrace.h
The file was modified src/Field/FieldArea_CG_Cell.h
The file was modified src/Field/FieldLine.h
The file was modified src/Field/FieldSpacetime_DG_Trace.h
The file was modified src/Field/FieldSpacetime_CG_BoundaryTrace.h
The file was modified src/Field/FieldLiftVolume_DG_Cell.h
The file was modified src/Field/FieldArea_CG_InteriorTrace.h
The file was modified src/Field/FieldVolume_CG_BoundaryFrame.h
The file was modified src/Field/FieldLiftLine_DG_Cell.h
The file was modified src/Field/FieldSpacetime_CG_InteriorTrace.h
The file was modified src/Field/FieldVolume_CG_Cell.h
The file was modified src/Field/FieldLiftSpaceTime_DG_Cell.h
The file was modified src/Field/FieldVolume_CG_InteriorTrace.h
The file was modified src/Field/FieldLine_DG_BoundaryTrace.h
The file was modified src/Field/FieldArea_DG_Cell.h
The file was modified src/Field/FieldLine_EG_Cell.h
The file was modified src/Field/FieldVolume_EG_Cell.h
The file was modified src/Field/FieldSpacetime_CG_Cell.h
The file was modified src/Field/FieldVolume_CG_Trace.h
The file was modified src/Field/FieldLine_DG_InteriorTrace.h
The file was modified src/Field/FieldLiftLine_DG_BoundaryTrace.h
The file was modified src/Field/FieldSpacetime_EG_Cell.h
The file was modified src/Field/FieldLine_DG_Trace.h
The file was modified src/Field/FieldSpacetime_CG_Trace.h
The file was modified src/Field/FieldLine_CG_BoundaryTrace.h
The file was modified src/Field/FieldLine_CG_Cell.h
The file was modified src/Field/FieldVolume_DG_BoundaryTrace.h
The file was modified src/Field/FieldArea_DG_InteriorTrace.h
The file was modified src/Field/FieldLine_DG_HubTrace.h
The file was modified src/Field/FieldSpacetime_CG_BoundaryFrame.h
The file was modified src/Field/FieldVolume_CG_BoundaryTrace.h
The file was modified src/Field/FieldLine_DG_Cell.h
The file was modified src/Field/FieldArea_EG_Cell.h
The file was modified src/Field/FieldSpacetime_DG_BoundaryTrace.h
Commit 21524f5c434022814e445b36b10720d771a83e8b by hcarson
UniqueTrace a mutable struct. Immutability doesn't buy anything, and just prevents compiler optimization. Additionally, deleted a large number of unneeded constructors, as the compiler provided versions are better and safer. If you write no code, you can write no bugs! See CPP guidelines rule of zero
The file was modified src/Field/Element/ElementXFieldLine.h
The file was modified src/Field/Element/BoundingBox.cpp
The file was modified src/Field/Element/BoundingBox.h
The file was modified src/Field/Element/ElementXFieldNode.h
The file was modified src/Field/Element/ElementXFieldSpacetime.h
The file was modified src/Field/Element/ElementXFieldVolume.h
The file was modified src/Field/Partition/LagrangeElementGroup.h
Commit 9fb675e6f860f6759707ecac1d2e4a9bf5df4c06 by hcarson
adding back the default constructor, something funky happens with default initializer. Also change MatrixS to use stdarray, and then to have the 5 constructors as defaults.
The file was modified src/LinearAlgebra/DenseLinAlg/StaticSize/MatrixS.h
The file was modified src/Field/Element/BoundingBox.h
The file was modified src/Field/Element/BoundingBox.cpp
The file was modified src/LinearAlgebra/DenseLinAlg/StaticSize/VectorS.h
Commit 149acbf6c240ee0c0f3d03af2e7589c3e6e7423d by hcarson
tweaks
The file was modified src/Discretization/DG/IntegrandBoundaryTrace_Output_DGBR2.h
The file was modified test/sandbox/Adapt2D_VMSDBR2_AD_DoubleBoundaryLayer_toy.cpp
The file was modified src/Discretization/DG/IntegrandCell_DGBR2.h
Commit 7a912aaee63ea71c7594c5732f16aaac35f10dbc by galbramc
Add a stack parameter to CamberBlade
The file was modified src/Meshing/EGADS/Airfoils/CamberBlade.cpp
The file was modified test/unit/Meshing/EGADS/CamberBlade_btest.cpp
The file was modified src/Meshing/EGADS/Airfoils/CamberBlade.h
Commit a99fc5f6abb98760680b797fc5a0c9f33c22594f by galbramc
Add option to constrain Mach number with BodyForces
The file was modified src/UserInterfaces/PythonUI/PySANS_BodyForce.cpp
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Rotor_GlobalConstraint.h
Commit 5ceeb7adb1f775dcb8b87744f47cd0a8b875fe5f by galbramc
Fixes for specifying NormalMach as BodyForce constraint
The file was modified src/UserInterfaces/PythonUI/PySANS_BodyForce.cpp
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Rotor_GlobalConstraint.h
Commit 6085fac2a4f9e35776bcae5d47f314ff736a46ab by galbramc
Rework Pprop output functional for BodyForces. Fix assertions for SAQCR.
The file was modified src/UserInterfaces/PythonUI/PySANS_BodyForce.cpp
The file was modified src/pde/NS/PDERANSSA3D.h
The file was modified test/unit/pde/NS/PDERANSSA3D_btest.cpp
The file was modified src/pde/NS/PDEEuler2D.h
Commit db10eaf00b80a168c4d0be54c64917c0b6ffb378 by galbramc
Unit test fixes
The file was modified test/unit/Discretization/Galerkin/AlgebraicEquationSet_Galerkin_Stabilized_Triangle_AD_btest.cpp
The file was modified test/unit/pde/NS/PDEEulermitAVDiffusion2D_btest.cpp
The file was modified test/unit/pde/ArtificialViscosity/PDEmitAVSensor2D_btest.cpp
The file was modified test/unit/Discretization/Galerkin/AlgebraicEquationSet_Galerkin_Stabilized_Triangle_SA_btest.cpp
Commit 2916bc762639952f438c4de6a2162a36ea779dad by galbramc
Relax tolerance
The file was modified test/unit/Discretization/Galerkin/AlgebraicEquationSet_Galerkin_Stabilized_Triangle_SA_btest.cpp
Commit 8c768b556ccb8951704f86ba12b8fbb5985af0e7 by galbramc
Fix bug in AFLR interface
The file was modified src/Meshing/EGTess/EGTessModel.cpp
Commit c7b7450a8ca747f9473acebe817bfda9dbf64e16 by galbramc
Relaxed basis function tolerances for intel
The file was modified test/unit/BasisFunction/BasisFunctionArea_Triangle_HierarchicalP7_btest.cpp
The file was modified test/unit/BasisFunction/BasisFunctionVolume_Tetrahedron_Legendre_btest.cpp
The file was modified test/unit/BasisFunction/BasisFunctionArea_Triangle_Legendre_btest.cpp
Commit 4f02df9d03732c4c5969e1e1dc6919756d85d7ed by galbramc
Relax DG tolerances for intel
The file was modified test/unit/Discretization/DG/IntegrandBoundaryTrace_Flux_mitState_DGBR2_NS_btest.cpp
The file was modified test/unit/Discretization/DG/IntegrandInteriorTrace_DGBR2_Sensor_btest.cpp
Commit 3520577aab336b03369d178fb722a3163a31015b by galbramc
Lots of warning fixes
The file was modified test/unit/pde/ShallowWater/PDEShallowWater2D_manifold_btest.cpp
The file was modified test/system/CodeConsistency/PDEmitAVSensor2D_Consistency_btest.cpp
The file was modified test/unit/pde/AdvectionDiffusion/PDEAdvectionDiffusion3D_btest.cpp
The file was modified src/pde/TCNE/PDETCNEEuler1D.h
The file was modified test/unit/pde/NS/OutputEuler2D_btest.cpp
The file was modified test/unit/pde/NS/PDERANSSA3D_btest.cpp
The file was modified src/Field/NormalField/NormalField_Volume.cpp
The file was modified src/Discretization/Galerkin/IntegrandBoundaryTrace_mitLG_Galerkin_manifold_IBL3D.h
The file was modified src/Meshing/AFLR/AFLR2.cpp
The file was modified test/unit/pde/Burgers/PDEBurgers2D_btest.cpp
The file was modified test/sandbox/Solve2D_DGAdvective_Triangle_Euler_Wake_toy.cpp
The file was modified test/unit/pde/IncompressibleNS/BCIncompressibleNavierStokes1DChannel_btest.cpp
The file was modified src/Discretization/Galerkin/Stabilization_Galerkin.h
The file was modified test/system/CodeConsistency/PDEmitAVSensor3D_Consistency_btest.cpp
The file was modified test/unit/pde/IBL/PDEIBL2D_btest.cpp
The file was modified test/unit/pde/NS/PDERANSSA2D_btest.cpp
The file was modified test/system/CodeConsistency/PDEmitAVSensor2D_Consistency_RANSSA_btest.cpp
The file was modified src/pde/IBL/SetTransitionFrontIBL2D_InteriorTraceGroup.h
The file was modified test/unit/pde/NS/PDEEuler1D_btest.cpp
The file was modified test/sandbox/Solve2D_DGBR2_Triangle_NavierStokes_OjedaMMS_toy.cpp
The file was modified test/unit/UnitGrids/XField2D_Line_X1_2Group_AirfoilWithWake_btest.cpp
The file was modified test/unit/pde/Distance/PDEEikonal_Distance2D_btest.cpp
The file was modified src/Discretization/HDG/IntegrandBoundaryTrace_None_HDG.h
The file was modified test/system/CodeConsistency/PDEEulermitAVDiffusion1D_Consistency_btest.cpp
The file was modified test/unit/pde/SourceOnly/PDESourceOnly2D_btest.cpp
The file was modified test/unit/pde/NS/PDEEuler2D_btest.cpp
The file was modified test/unit/pde/CauchyRiemann/BCCauchyRiemann2D_btest.cpp
The file was modified test/unit/pde/HSM/PDEHSMKL_btest.cpp
The file was modified test/unit/pde/Burgers/PDEBurgers_ArtificialViscosity2D_btest.cpp
The file was modified test/sandbox/Solve1D_DGBR2_BuckleyLeverett_ArtificialViscosity_BDF_toy.cpp
The file was modified src/pde/ArtificialViscosity/AVSensor_Source3D.h
The file was modified test/sandbox/Solve1D_Lorenz_HTC_toy.cpp
The file was modified test/unit/pde/AdvectionDiffusion/PDEAdvectionDiffusion_ArtificialViscosity2D_btest.cpp
The file was modified src/pde/TCNE/Q1DTCNEConservative.h
The file was modified test/sandbox/Solve2D_DGBR2_Triangle_Euler_RAE2822_ArtificialViscosity_toy.cpp
The file was modified src/Meshing/AFLR/AFLR3.cpp
The file was modified src/pde/HSM/BCHSM2D.h
The file was modified test/unit/pde/ArtificialViscosity/AVSensor_Source2D_Euler_btest.cpp
The file was modified test/unit/pde/ArtificialViscosity/AVSensor_Source3D_Euler_btest.cpp
The file was modified test/unit/pde/NS/BCEuler1D_btest.cpp
The file was modified src/pde/NS/PDEEulermitAVDiffusion2D.h
The file was modified test/unit/pde/NS/BCEuler2D_btest.cpp
The file was modified test/unit/Meshing/Metric/MetricOps_btest.cpp
The file was modified test/unit/pde/NDConvert/PDENDConvert1D_AD_ST_btest.cpp
The file was modified test/sandbox/Adapt2D_DGBR2_BuckleyLeverett_ArtificialViscosity_ST_toy.cpp
The file was modified test/unit/pde/NS/OutputNavierStokes2D_btest.cpp
The file was modified src/pde/ArtificialViscosity/AVSensor_Source2D.h
The file was modified test/unit/pde/TCNE/TCNEGasModel_StatMech_btest.cpp
The file was modified test/unit/Meshing/EGADS/transform_btest.cpp
The file was modified test/unit/pde/PorousMedia/PDETwoPhase_ArtificialViscosity2D_btest.cpp
The file was modified src/pde/ShallowWater/ShallowWaterSolution1D.h
The file was modified test/unit/pde/NS/PDEEuler3D_btest.cpp
The file was modified test/unit/pde/TCNE/Q1DTCNEConservative_btest.cpp
The file was modified test/unit/pde/ArtificialViscosity/AVSensor_Source1D_Euler_btest.cpp
The file was modified test/unit/pde/Sensor/PDESensorParameter2D_btest.cpp
The file was modified test/unit/pde/TCNE/PDETCNEEuler1D_btest.cpp
The file was modified src/Discretization/Potential_Adjoint/IntegrandBoundaryTrace_WakeCut_CG_FP_Virtual.h
The file was modified test/unit/pde/NS/BCRANSSA2D_btest.cpp
The file was modified src/pde/IBL/PDEIBLSplitAmpLag2D.h
The file was modified test/system/LocalSolve/EdgeLocalSolve2D_Dual_Galerkin_Stabilized_AD_btest.cpp
The file was modified src/Discretization/VMSD/IntegrandCell_VMSD.h
The file was modified test/unit/pde/AdvectionDiffusion/PDEAdvectionDiffusion2D_btest.cpp
The file was modified src/Discretization/HDG/IntegrandBoundaryTrace_LinearScalar_sansLG_HDG.h
Commit d29f6556a0dc113a822ed15803610f2a9d3866c5 by galbramc
Tolerance fixes for intel compiler
The file was modified test/unit/Field/Local/Field3D_LocalPatch_Edge_CG_btest.cpp
The file was modified test/unit/Field/ElementalMassMatrix_btest.cpp
The file was modified test/unit/pde/NS/Q3DPrimitiveSurrogate_btest.cpp
The file was modified test/unit/pde/NS/PDERANSSA3D_btest.cpp
The file was modified test/unit/pde/SourceOnly/PDESourceOnly2D_btest.cpp
The file was modified test/unit/pde/NS/BCNavierStokes2D_btest.cpp
The file was modified test/unit/LinearAlgebra/DenseLinAlg/MatrixS_SVD_btest.cpp
The file was modified test/unit/Discretization/Galerkin/ResidualCell_Galerkin_AD_btest.cpp
The file was modified test/unit/Surreal/SurrealS1_btest.cpp
The file was modified test/unit/pde/AdvectionDiffusion/AdvectiveFlux3D_btest.cpp
The file was modified test/unit/pde/NS/PDEEuler2D_btest.cpp
The file was modified test/unit/pde/NS/PDERANSSA2D_btest.cpp
The file was modified test/unit/pde/NS/Q1DPrimitiveSurrogate_btest.cpp
The file was modified test/unit/pde/IBL/SecondaryVar2D_btest.cpp
The file was modified test/unit/pde/TCNE/TCNEGasModel_StatMech_btest.cpp
The file was modified test/unit/Discretization/Galerkin/IntegrandCell_Galerkin_AD_btest.cpp
The file was modified test/unit/pde/Burgers/PDEBurgers2D_btest.cpp
The file was modified test/unit/LinearAlgebra/DenseLinAlg/VectorS_dot_btest.cpp
The file was modified test/unit/Discretization/HDG/IntegrandFunctor_HDG_ST_AD_btest.cpp
The file was modified test/system/Asymptotic/ErrorEstimateOrder_2D_CG_Nodal_Triangle_AD_Bernstein_btest.cpp
The file was modified test/unit/Field/Element/ElementVolume_Hexahedron_btest.cpp
The file was modified test/unit/Field/FieldLiftAssociativityLine_btest.cpp
The file was modified test/unit/Surreal/SurrealD4_btest.cpp
The file was modified scripts/jenkins/jenkins_env.sh
The file was modified test/unit/Discretization/Galerkin/ResidualBoundaryTrace_LinearScalar_mitLG_Galerkin_AD_btest.cpp
The file was modified test/unit/Field/FieldAssociativityLine_btest.cpp
The file was modified test/unit/pde/NS/Q2DPrimitiveSurrogate_btest.cpp
The file was modified test/unit/Discretization/Galerkin/IntegrandBoundaryTrace_LinearScalar_mitLG_Galerkin_AD_btest.cpp
The file was modified test/unit/pde/NS/BCRANSSA2D_btest.cpp
The file was modified test/system/CodeConsistency/Solve2D_XfoilLikePanelMethod_btest.cpp
The file was modified test/unit/Field/Element/ElementArea_Triangle_btest.cpp
The file was modified test/unit/Discretization/HDG/IntegrandBoundaryTrace_LinearScalar_sansLG_HDG_AD_btest.cpp
The file was modified test/unit/Meshing/gmsh/XField_gmsh_btest.cpp
The file was modified test/unit/Surreal/SurrealS4_btest.cpp
The file was modified test/system/Asymptotic/ErrorOrder_1D_HDG_AD_BDF_btest.cpp
The file was modified test/unit/pde/AdvectionDiffusion/Source3D_btest.cpp
The file was modified test/unit/pde/IBL/ThicknessesCoefficients2D_ProfileClosure_btest.cpp
The file was modified test/unit/pde/NS/Q2DEntropy_btest.cpp
The file was modified test/unit/pde/AdvectionDiffusion/PDEAdvectionDiffusion2D_btest.cpp
The file was modified test/unit/Discretization/HDG/IntegrandBoundaryTrace_LinearScalar_mitLG_HDG_AD_btest.cpp
The file was modified test/unit/pde/IBL/ThicknessesCoefficients2D_CorrelationClosure_btest.cpp
The file was modified test/system/CodeConsistency/PDEmitAVSensor3D_Consistency_btest.cpp
The file was modified test/unit/pde/IBL/VelocityProfile2D_btest.cpp
The file was modified test/unit/Discretization/Galerkin/JacobianBoundaryTrace_LinearScalar_mitLG_Galerkin_AD_btest.cpp
The file was modified test/unit/ErrorEstimate/ErrorEstimateCell_DGBR2_AD_btest.cpp
The file was modified test/unit/pde/NS/Q2DPrimitiveRhoPressure_btest.cpp
The file was modified test/unit/pde/NS/PDEEuler3D_btest.cpp
The file was modified test/unit/Discretization/Galerkin/IntegrandCell_Galerkin_HSMKL_btest.cpp
The file was modified test/unit/pde/NS/PDEEulermitAVDiffusion3D_btest.cpp
The file was modified src/pde/AdvectionDiffusion/AdvectiveFlux3D.h
The file was modified test/unit/ErrorEstimate/ErrorEstimateInteriorTrace_DGBR2_AD_btest.cpp
The file was modified test/unit/Quadrature/QuadratureSpacetime_Pentatope_Stroud_btest.cpp
The file was modified test/system/CodeConsistency/PDEmitAVSensor2D_Consistency_RANSSA_btest.cpp
The file was modified test/unit/pde/IBL/IBLMiscClosures_btest.cpp
The file was modified test/unit/Field/Element/ElementSpacetime_Pentatope_btest.cpp
The file was modified test/unit/pde/NS/PDEEulermitAVDiffusion2D_btest.cpp
The file was modified test/unit/Surreal/SurrealD1_btest.cpp
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_FittedTransition_TwoLayerNewton_btest.cpp
Commit 764587e64a5449934651d92495c405a3bf5d9544 by galbramc
More warning fixes
The file was modified src/UserInterfaces/PythonUI/PySANS_BodyForce.cpp
Commit 1be26af59eb99435920d1859c745f5d384b7d5ac by galbramc
More warning fixes. Move adjoint MPI sync.
The file was modified src/Discretization/DG/IntegrandCell_DGBR2_Output.h
The file was modified test/unit/pde/AdvectionDiffusion/PDEAdvectionDiffusion_ArtificialViscosity2D_btest.cpp
The file was modified test/unit/Field/Element/ElementXFieldVolume_Hexahedron_btest.cpp
The file was modified src/Discretization/DG/IntegrandBoundaryTrace_Output_DGBR2.h
The file was modified test/unit/Meshing/EGADS/EGEdge_btest.cpp
The file was modified test/unit/pde/AdvectionDiffusion/PDEAdvectionDiffusion2D_btest.cpp
The file was modified src/Discretization/FV_TPFA/IntegrandCell_FV_TPFA.h
The file was modified src/Discretization/Galerkin/IntegrandBoundaryTrace_Output_Galerkin.h
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_HSMKL.h
The file was modified src/Adaptation/MOESS/ErrorModel/ErrorModel_impl.h
The file was modified test/unit/pde/AdvectionDiffusion/PDEAdvectionDiffusion3D_btest.cpp
The file was modified src/Discretization/VMSD/AlgebraicEquationSet_VMSD_Linear.h
The file was modified test/unit/Discretization/Galerkin/IntegrandInteriorTrace_SIP_Galerkin_AD_btest.cpp
The file was modified test/unit/pde/Burgers/PDEBurgers1D_btest.cpp
The file was modified test/unit/pde/TCNE/TCNEGasModel_StatMech_btest.cpp
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGAdvective_impl.h
The file was modified src/Discretization/VMSDBR2/IntegrandBoundaryTrace_None_VMSD_BR2.h
The file was modified test/unit/UnitGrids/XField2D_Line_X1_2Group_AirfoilWithWake_btest.cpp
The file was modified src/Adaptation/MOESS/ProblemStatement_HDG_ErrorEstimate.h
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_StrongForm.h
The file was modified src/Meshing/TetGen/EGTetGen.cpp
The file was modified src/pde/FullPotential/FullPotential3D_Circulation.h
The file was modified src/Adaptation/MOESS/SolverInterface_VMSD_BR2.h
The file was modified src/Discretization/DG/IntegrandCell_DGBR2.h
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_Output_Stabilized.h
The file was modified src/Field/output_Tecplot/output_Tecplot_LIP.cpp
The file was modified test/sandbox/CurveGrid_toy.cpp
The file was modified src/Adaptation/MOESS/SolverInterface_VMSD.h
The file was modified test/unit/pde/Sensor/PDESensorParameter2D_btest.cpp
The file was modified src/Field/XFieldVolume_checkGrid_impl.h
The file was modified test/unit/UnitGrids/XField2D_Line_X1_1Group_btest.cpp
The file was modified test/unit/Discretization/Galerkin/IntegrandInteriorTrace_Galerkin_AD_btest.cpp
The file was modified src/pde/NS/BCEuler1D_mitState.h
The file was modified test/unit/pde/Burgers/PDEBurgers2D_btest.cpp
The file was modified src/Discretization/VMSD/AlgebraicEquationSet_VMSD.h
The file was modified src/Adaptation/MOESS/SolverInterface_Galerkin.h
The file was modified src/Discretization/HDG/AlgebraicEquationSet_HDG_impl.h
The file was modified src/pde/NS/BCEuler2D_mitState.h
The file was modified test/unit/Discretization/VMSD/IntegrandTrace_VMSD_AD_btest.cpp
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGBR2_impl.h
The file was modified src/Discretization/Galerkin/IntegrandInteriorTrace_SIP_Galerkin.h
The file was modified test/unit/pde/NS/PDEEuler3D_btest.cpp
The file was modified test/unit/LinearAlgebra/DenseLinAlg/MatrixS_Decompose_LUP_btest.cpp
The file was modified test/unit/pde/NS/BCRANSSA3D_mitState_btest.cpp
The file was modified test/unit/UnitGrids/XField2D_BackwardsStep_X1.cpp
The file was modified src/Field/DistanceFunction/DistanceFunction.cpp
The file was modified src/Discretization/VMSDBR2/IntegrandBoundaryTrace_Dirichlet_sansLG_VMSD_BR2.h
The file was modified test/unit/Discretization/VMSD/IntegrandTrace_VMSD_NL_AD_btest.cpp
The file was modified test/unit/Field/XField_Lagrange_Partition_btest.cpp
The file was modified src/pde/FullPotential/FullPotential3D_Trefftz.h
The file was modified test/unit/pde/TCNE/PDETCNEEuler1D_btest.cpp
The file was modified src/pde/FullPotential/LinearizedIncompressiblePotential3D_Trefftz.h
The file was modified src/Adaptation/MOESS/SolverInterface_AGLS_LiftedBoundary.h
The file was modified test/unit/UnitGrids/XField2D_Circle_Line_X1_1Group.cpp
The file was modified src/Discretization/VMSDBR2/IntegrandBoundaryTrace_LinearScalar_sansLG_VMSD_BR2.h
The file was modified test/unit/pde/SourceOnly/PDESourceOnly2D_btest.cpp
The file was modified src/Discretization/VMSD/IntegrandCell_VMSD_Output.h
The file was modified test/unit/pde/NS/PDEEuler1D_btest.cpp
The file was modified CMakeInclude/Finds/FindMKL.cmake
The file was modified src/Adaptation/MOESS/SolverInterface_DGBR2.h
The file was modified src/Discretization/Galerkin/IntegrandBoundaryTrace_Flux_mitState_Nitsche.h
The file was modified src/Discretization/VMSDBR2/IntegrandBoundaryTrace_Flux_mitState_VMSD_BR2.h
The file was modified src/Field/output_Tecplot/output_Tecplot_SA.cpp
The file was modified src/pde/FullPotential/LinearizedIncompressiblePotential3D_Circulation.h
The file was modified test/unit/Field/Local/XField_LocalPatch_Triangle_btest.cpp
The file was modified test/unit/pde/CauchyRiemann/PDECauchyRiemann2D_btest.cpp
The file was modified src/Discretization/VMSDBR2/IntegrandBoundaryTrace_Robin_sansLG_VMSD_BR2.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Galerkin_Stabilized.h
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_Output.h
The file was modified src/Discretization/Galerkin/IntegrandInteriorTrace_Galerkin_StrongForm.h
The file was modified src/Field/XFieldSpacetime_checkGrid_impl.h
The file was modified test/unit/pde/AdvectionDiffusion/PDEAdvectionDiffusion1D_btest.cpp
The file was modified src/Meshing/AFLR/AFLR3.cpp
The file was modified test/unit/pde/NS/PDERANSSA2D_btest.cpp
The file was modified src/pde/IBL/GetSolnDofCell_IBL2D.h
The file was modified src/Discretization/VMSDBR2/AlgebraicEquationSet_VMSD_BR2.h
The file was modified src/Discretization/VMSDBR2/IntegrandBoundaryTrace_Output_VMSD_BR2.h
The file was modified src/Field/NormalField/NormalField_Volume.cpp
The file was modified test/unit/Discretization/Galerkin/UpdateFraction_Euler_btest.cpp
The file was modified src/Adaptation/MOESS/SolverInterface_Galerkin_Stabilized.h
The file was modified src/Discretization/DG/AlgebraicEquationSet_TransitionIBL.h
The file was modified test/unit/pde/Burgers/PDEBurgers_ArtificialViscosity1D_btest.cpp
The file was modified src/Discretization/DG/IntegrandInteriorTrace_DGBR2.h
The file was modified test/unit/Discretization/DG/IntegrandCell_DGBR2_Output_btest.cpp
The file was modified src/Adaptation/MOESS/SolverInterface_DGBR2_Block2x2.h
The file was modified test/unit/pde/Burgers/PDEBurgers_ArtificialViscosity2D_btest.cpp
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Galerkin.h
The file was modified src/SolutionTrek/Continuation/PseudoTime/SetLocalTimeStep.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Galerkin_Stabilized_LiftedBoundary.h
The file was modified test/unit/UnitGrids/XField2D_Line_Xq_1Group.cpp
The file was modified src/Field/output_Points.cpp
The file was modified src/Discretization/LIP_HACK/IntegrandBoundaryTrace_LinearScalar_sansLG_FP_HACK.h
The file was modified test/sandbox/Solve3D_Galerkin_Stabilized_RANSSA_HemisphereCylinder_toy.cpp
The file was modified test/unit/pde/NS/BCEuler2D_btest.cpp
The file was modified src/Field/ProjectSoln/ProjectGlobalField/ProjectGlobalField_impl.h
The file was modified src/Field/output_Tecplot/output_Tecplot_MetricVolume.cpp
The file was modified test/unit/Field/Element/ElementXFieldAreaBase_Quad_btest.cpp
The file was modified test/unit/Field/Element/ElementXFieldAreaBase_Triangle_btest.cpp
The file was modified src/Adaptation/MOESS/SolverInterface.h
The file was modified src/Field/output_VTK_LIP.cpp
The file was modified src/Discretization/VMSDBR2/IntegrandTrace_VMSD_BR2.h
The file was modified test/unit/pde/Sensor/PDESensorParameter1D_btest.cpp
The file was modified test/unit/Discretization/Galerkin/IntegrandInteriorTrace_Galerkin_StrongForm_AD_btest.cpp
The file was modified src/SolutionTrek/Continuation/PseudoTime/SetLocalTimeStep_VMSD.h
The file was modified src/Discretization/FV_TPFA/IntegrandCell_FV_TPFA_Output.h
The file was modified src/Meshing/AFLR/AFLR2.cpp
Commit b6c06411a9c5fd74682a9d3ef1a1143f6be4eef2 by galbramc
Fix compile error
The file was modified src/Field/output_Tecplot/output_Tecplot_SA.cpp
Commit f2bae62f630bbc546327d7479309bb13225c6d86 by galbramc
Missed a warning
The file was modified src/UserInterfaces/capsAIM/capsMesh.cpp
Commit 3b24f427654a9f51a88096b8f3199466ce34fb1f by galbramc
Another warning fix
The file was modified src/LinearAlgebra/DenseLinAlg/tools/Matrix_Util.h
Commit 278a724844258553711f724197dcc9b47dcc594f by galbramc
More warning fixes
The file was modified src/Discretization/VMSDBR2/IntegrandCell_VMSD_BR2.h
The file was modified src/Discretization/VMSD/IntegrandTrace_VMSD.h
Commit f337a6008187e37dc808f137a45ed376b17b0d8a by galbramc
Relax timeout
The file was modified test/unit/Discretization/VMSDBR2/CMakeLists.txt
Commit 4125a3699f98b8e7e7b6d7f963e89ec17055aaec by galbramc
Nightly fixes. Make TRIANGLE optional.
The file was modified test/unit/Field/Element/ElementXFieldArea_3D_Triangle_btest.cpp
The file was modified src/Meshing/EGTess/EGTriangle.cpp
The file was modified test/unit/Field/NormalField_btest.cpp
The file was modified test/unit/Meshing/EGTess/CMakeLists.txt
The file was modified CMakeInclude/Builds/BuildPETSC.cmake
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/k_reorder.cpp
The file was modified scripts/jenkins/SANS_Commit.sh
The file was modified test/unit/Meshing/EGTess/EGTessModel_btest.cpp
The file was modified CMakeLists.txt
The file was modified scripts/jenkins/cmake_jenkins.sh
The file was modified test/unit/LinearAlgebra/SparseLinAlg/SparseMatrix_Diag_btest.cpp
The file was modified test/unit/Meshing/TetGen/makeWakedAirfoil_btest.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/ScalarMatrix_CRS_impl.h
The file was modified test/unit/UnitGrids/CMakeLists.txt
The file was modified test/unit/Meshing/avro/XField_avro_btest.cpp
The file was modified src/Meshing/TetGen/CMakeLists.txt
The file was modified test/unit/Optimization/Problems/Truss/JacobianConstraint_Truss_btest.cpp
The file was modified src/Meshing/EGTess/EGTessModel.cpp
The file was modified CMakeInclude/Dependencies.cmake
The file was modified src/Meshing/EGTess/CMakeLists.txt
The file was modified test/unit/Meshing/AFLR/AFLR3_btest.cpp
The file was modified src/Meshing/EGTess/makeWakedAirfoil.cpp
The file was modified test/unit/pde/NS/PDEEulermitAVDiffusion3D_RANSSA_btest.cpp
The file was modified test/unit/Meshing/AFLR/CMakeLists.txt
The file was modified src/pde/PorousMedia/PermeabilityModel2D.h
The file was modified CMakeInclude/MakeSummaryFile.cmake
Commit 09dc739f971fd6f6bc89f2c258876a3dabef3c36 by galbramc
cppcheck fixes
The file was modified src/BasisFunction/BasisFunctionVolume_Tetrahedron_Legendre.h
The file was modified src/BasisFunction/BasisFunctionVolume_Hexahedron_Hierarchical.h
The file was modified src/BasisFunction/BasisFunctionArea_Quad_Hierarchical.h
The file was modified src/BasisFunction/BasisFunctionSpacetime_Pentatope_Legendre.h
The file was modified src/BasisFunction/BasisFunctionArea_Triangle_Legendre.h
The file was modified src/BasisFunction/BasisFunctionVolume_Hexahedron_Bernstein.h
The file was modified src/BasisFunction/BasisFunctionVolume_Hexahedron_Legendre.h
The file was modified src/BasisFunction/BasisFunctionVolume_Tetrahedron_Bernstein.h
The file was modified src/BasisFunction/BasisFunctionArea_Triangle_Bernstein.h
The file was modified src/BasisFunction/BasisFunctionArea_Triangle_Hierarchical.h
The file was modified src/BasisFunction/BasisFunctionArea_Triangle_RBS.h
The file was modified src/BasisFunction/BasisFunctionArea_Quad_Legendre.h
The file was modified src/BasisFunction/BasisFunctionVolume_Tetrahedron_Bernstein.cpp
The file was modified src/BasisFunction/BasisFunctionArea_Quad_RBS.h
The file was modified src/BasisFunction/BasisFunctionArea_Quad_Bernstein.h
The file was modified src/BasisFunction/BasisFunctionVolume_Tetrahedron_Hierarchical.h
The file was modified src/BasisFunction/BasisFunctionVolume_Hexahedron_RBS.h
The file was modified src/BasisFunction/BasisFunctionVolume_Tetrahedron_RBS.h
Commit 3fe2b1cf0594be149414a0497553225643ed60e4 by galbramc
Upgrade to ESP 1.19 (minimium required). Lots of cppcheck fixes.
The file was modified test/unit/Meshing/EGADS/EGContext_btest.cpp
The file was modified test/unit/Field/XField3D_Triangle_btest.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_impl.h
The file was modified test/unit/pde/IBL/ElementProjectionIBLoutput_L2_btest.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETSc_VectorSize_impl.h
The file was modified test/unit/Field/GenHField_CG_btest.cpp
The file was modified test/unit/pde/NS/PDEEulermitAVDiffusion2D_btest.cpp
The file was modified test/unit/pde/IBL/ThicknessesCoefficients2D_CorrelationClosure_btest.cpp
The file was modified test/unit/Meshing/EGADS/EGFace_btest.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/tools/SparseLinAlg_Scalar.h
The file was modified test/unit/BasisFunction/BasisFunctionVolume_Tetrahedron_Bernstein_btest.cpp
The file was modified test/unit/pde/IBL/BCIBLUniField2D_btest.cpp
The file was modified src/Meshing/EGADS/EGEdge.cpp
The file was modified test/unit/pde/AnalyticFunction/ScalarFunction2D_btest.cpp
The file was modified test/unit/pde/IBL/VelocityProfile2D_btest.cpp
The file was modified scripts/cppcheck/suppressions.txt
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver.h
The file was modified test/unit/pde/NS/PDEEulermitAVDiffusion1D_btest.cpp
The file was modified test/unit/LinearAlgebra/DenseLinAlg/MatrixSymS_SurrealS_btest.cpp
The file was modified test/unit/pde/NS/PDEEulermitAVDiffusion2D_RANSSA_btest.cpp
The file was modified test/unit/pde/ShallowWater/ShallowWaterSolution2D_btest.cpp
The file was modified src/UserInterfaces/capsAIM/sansLIPAIM.cpp
The file was modified test/unit/pde/IBL/VarInterpret2D_btest.cpp
The file was modified test/unit/Field/GenHField_DG_btest.cpp
The file was modified src/LinearAlgebra/BlockLinAlg/MatrixBlock_3x3.h
The file was modified test/unit/pde/IBL/BCIBL2D_btest.cpp
The file was modified src/pde/AdvectionDiffusion/ViscousFlux2D.h
The file was modified test/unit/pde/IBL/PDEIBL2D_btest.cpp
The file was modified test/unit/pde/IBL/SecondaryVar2D_btest.cpp
The file was modified test/unit/pde/IBL/SpaldingLawModified_btest.cpp
The file was modified test/unit/pde/IBL/SetSolnDofCell_IBL_btest.cpp
The file was modified test/unit/LinearAlgebra/DenseLinAlg/MatrixD_of_MatrixS_btest.cpp
The file was modified src/Meshing/avro/XField_avro_3D.cpp
The file was modified CMakeInclude/Finds/FindEGADS.cmake
The file was modified test/unit/LinearAlgebra/DenseLinAlg/MatrixS_btest.cpp
The file was modified test/unit/Meshing/EGADS/EGBody_btest.cpp
The file was modified test/unit/pde/IBL/SetVelDofCell_IBL_btest.cpp
The file was modified test/unit/pde/ShallowWater/ShallowWaterSolution1D_btest.cpp
The file was modified scripts/jenkins/jenkins_env.sh
The file was modified test/unit/Meshing/EGADS/EGEdge_btest.cpp
The file was modified test/unit/LinearAlgebra/DenseLinAlg/MatrixDView_btest.cpp
The file was modified test/unit/PanelMethod/XfoilPanelEquationSet_btest.cpp
The file was modified src/LinearAlgebra/BlockLinAlg/MatrixBlock_4x4.h
The file was modified test/unit/Field/XField2D_Line_btest.cpp
The file was modified test/unit/pde/NS/PDEEulermitAVDiffusion3D_btest.cpp
The file was modified src/Python/ExtractParam.cpp
The file was modified test/unit/LinearAlgebra/DenseLinAlg/MatrixSymS_btest.cpp
The file was modified test/unit/PanelMethod/XfoilPanel_btest.cpp
The file was modified test/unit/pde/IBL/PDEIBLSplitAmpLag2D_btest.cpp
The file was modified test/unit/pde/IBL/FluidModels_btest.cpp
The file was modified test/unit/pde/IBL/PDEIBL2D_continued_btest.cpp
The file was modified test/unit/Field/XField1D_Line_btest.cpp
The file was modified test/unit/LinearAlgebra/DenseLinAlg/MatrixD_btest.cpp
The file was modified test/unit/pde/IBL/ThicknessesCoefficients2D_ProfileClosure_btest.cpp
The file was modified CMakeInclude/Checks/CheckEGADS.cmake
The file was modified CMakeInclude/Checks/CheckCAPS.cmake
The file was modified test/unit/pde/AdvectionDiffusion/ForcingFunction2D_btest.cpp
Commit 2e528e67d2323b283e398edc6bd3f47f1b945670 by galbramc
Warning fixes for CAPS
The file was modified src/UserInterfaces/capsAIM/sansLIPAIM.cpp
Commit 3646f5e51b49e2c082afc1d5a1eed9afad9fb935 by galbramc
Fixes to make triangle optional
The file was modified test/unit/UnitGrids/CMakeLists.txt
The file was modified CMakeLists.txt
The file was modified test/sandbox/CMakeLists.txt
The file was modified CMakeInclude/Dependencies.cmake
The file was modified scripts/jenkins/cmake_jenkins.sh
Commit b415c31db4e29571493a1055bf294f3ac5a541a1 by galbramc
Dissable a test for now
The file was modified test/unit/Field/NormalField_btest.cpp
Commit a30e47cea5b05d2af322fd61ca47aa94e9841e64 by galbramc
Missed a TRIANGLE suppression
The file was modified test/unit/Meshing/TetGen/makeWakedAirfoil_btest.cpp
Commit d844becfeaf9bd25a37bc00022b8280413edd5a9 by galbramc
Relax test time
The file was modified test/unit/Discretization/Block/CMakeLists.txt
Commit af632bde3c64f5f74fc6275576e49c57d0efe5b3 by galbramc
One more use of TRIANGLE
The file was modified src/UserInterfaces/PythonUI/CMakeLists.txt
Commit 530691c2a0db699aa311bea411fe01f776fa7807 by galbramc
Relax one more test timing
The file was modified test/unit/Discretization/Block/CMakeLists.txt
Commit 6f5c34961b23b5ae469fb5907e8bb1e4522bd4d4 by galbramc
Update BoostBuild
The file was modified CMakeInclude/Builds/BuildBoost.cmake
Commit 627256b6755b4753e105f679a49fa6c3a1370027 by galbramc
Add polynomial velocity profiles to Coles
The file was modified src/Python/ExtractParam.cpp
The file was modified src/pde/NS/SolutionFunction_NavierStokes3D.cpp
The file was modified src/pde/NS/SolutionFunction_RANSSA3D.cpp
The file was modified test/sandbox/CMakeLists.txt
The file was modified src/pde/NS/SolutionFunction_NavierStokes3D.h
The file was modified src/pde/NS/SolutionFunction_RANSSA3D.h
Commit e0f1fc3580732e9a98cc159ffc8179f5bc5d8f3b by galbramc
Some Coles profile fixes
The file was modified src/pde/NS/SolutionFunction_RANSSA3D.h
The file was modified src/pde/NS/SolutionFunction_NavierStokes3D.h
Commit 3f496e78ca4e055d93588e0230e81263a0fcd6a0 by galbramc
Refactor Rotor constraint
The file was modified src/Python/PyDict_impl.h
The file was modified test/unit/UserInterfaces/LIPSolver_btest.cpp
The file was addedsrc/Discretization/Galerkin/AlgebraicEquationSet_Rotor_GlobalConstraint.cpp
The file was modified src/Discretization/CMakeLists.txt
The file was modified src/UserInterfaces/PythonUI/PySANS_BodyForce.cpp
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Rotor_GlobalConstraint.h
Commit ad9dfe8b655df8faaa1bc99a4f0f30990e563a2f by galbramc
Fixes for Rotor outputs
The file was modified test/unit/Discretization/GloballyConstrained/Ping_Euler_RotorSource_btest.cpp
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/CMakeLists.txt
Commit f79b2a99aa14ff2e62d64f6bf3756e771cc631a2 by galbramc
Forgot a file
The file was modified src/UserInterfaces/PythonUI/PySANS_BodyForce.cpp
Commit edf3bb93bf1eec2c5254a9a31f0b1dbbd0beb980 by galbramc
Fix compile error
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Rotor_GlobalConstraint.h
Commit 8d8b632ce25e4898e09edf0227c0fe048e479ccb by galbramc
Missed an output option
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Rotor_GlobalConstraint.h
Commit 5c2a0656e1e9cf32aa22fd3456e314fca0ec59e5 by galbramc
More rotor output fixes
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Rotor_GlobalConstraint.h
The file was modified src/UserInterfaces/LIPSolver.h
The file was modified src/UserInterfaces/PythonUI/PySANS_BodyForce.cpp
Commit 13dd0bcfe40ec9140877a4d33434716c579f0e54 by galbramc
Fix warning
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Rotor_GlobalConstraint.h
Commit 05f86b835f526063af5c692b387de83069b98079 by galbramc
Allow no constraints during optimization
The file was modified src/UserInterfaces/PythonUI/PySANS_BodyForce.cpp
Commit 49f206a4b0462e630f2dad3d60521ce76b596507 by galbramc
Add back regular solve during body force optimization
The file was modified src/UserInterfaces/PythonUI/PySANS_BodyForce.cpp
Commit cce1de8580316e31b33f497dfb60cb5c2cd657bd by galbramc
Relax timing
The file was modified test/unit/Discretization/HDG/CMakeLists.txt
Commit d64ac649a6bac5c0c4d7f4c42e33854dc2519c9c by galbramc
Fix body force optimization for RANS
The file was modified src/UserInterfaces/PythonUI/PySANS_BodyForce.cpp
Commit f6b1df8b701fa19366f724471cfc513d9ba85d09 by galbramc
More verbose error message
The file was modified src/pde/NS/PDEEuler3D_RotorSource.h
Commit ccf98ea8eaecc5b7e41b488ba6944648ec155c10 by galbramc
One more body force optimization fix
The file was modified src/UserInterfaces/PythonUI/PySANS_BodyForce.cpp
Commit 218838472a51b524a47fbb4618e09e3863bea351 by galbramc
Update sansLIPAIM for ESP 1.19
The file was modified src/UserInterfaces/capsAIM/sansLIPAIM.cpp
Commit 80df17a2540e82d4d3328d912052bdf98f612d9a by galbramc
Fix Rotort_GlobalConstraint convergence check
The file was modified src/UserInterfaces/PythonUI/PySANS_BodyForce.cpp
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Rotor_GlobalConstraint.h
Commit 253c1f49d6abf3b1cabc78c569df0c9dee66ac9d by galbramc
Fix data transfer
The file was modified src/UserInterfaces/capsAIM/sansLIPAIM.cpp
Commit 83f76b75aa8583a956d9674f968e5d637acf1ece by galbramc
Add missing Python GIL protections
The file was modified src/UserInterfaces/capsAIM/sansLIPAIM.cpp
The file was modified src/Python/PyDict.cpp
Commit 082e34f7d32e9dec6f4be2bf7eb94e48af723641 by galbramc
Some nightly fixes. Better specification for building boost.
The file was modified src/UserInterfaces/capsAIM/CMakeLists.txt
The file was modified test/unit/LinearAlgebra/SparseLinAlg/SparseMatrix_Diag_btest.cpp
The file was modified CMakeInclude/Builds/BuildBoost.cmake
The file was modified CMakeInclude/Dependencies.cmake
Commit 363bf076cc8e18255016dfb28aabd4cdac5d5ccf by galbramc
Add Coloes polynomial pressure profile
The file was modified src/pde/NS/SolutionFunction_NavierStokes3D.cpp
The file was modified src/pde/NS/SolutionFunction_NavierStokes3D.h
Commit ffc3f9b47843ae38bb7043d80079e862568da5e3 by galbramc
Add RANS Coles pressure profile. Relax test tolerances. Other small fixes.
The file was modified src/pde/NS/SolutionFunction_NavierStokes3D.cpp
The file was modified src/pde/NS/SolutionFunction_RANSSA3D.h
The file was modified test/unit/Field/Element/ElementSpacetime_Pentatope_btest.cpp
The file was modified src/Meshing/EGTess/EGTessModel_aflr4.cpp
The file was modified src/Meshing/EGADS/EGModel.h
The file was modified test/unit/LinearAlgebra/DenseLinAlg/MatrixS_SVD_btest.cpp
The file was modified CMakeInclude/Dependencies.cmake
The file was modified test/unit/Discretization/Galerkin/IntegrandInteriorTrace_Galerkin_StrongForm_AD_btest.cpp
The file was modified CMakeInclude/Finds/FindEGADS.cmake
The file was modified src/pde/NS/SolutionFunction_RANSSA3D.cpp
The file was modified test/unit/Discretization/Galerkin/IntegrandBoundaryTrace_LinearScalar_mitLG_Galerkin_AD_btest.cpp
The file was modified scripts/vera/scripts/rules/T018.tcl
Commit 030e81da1a214e55536bb45e2733b6eed870c3db by galbramc
Remove upper bound check on Coles pressure polynomial
The file was modified src/pde/NS/SolutionFunction_RANSSA3D.h
The file was modified src/pde/NS/SolutionFunction_RANSSA3D.cpp
The file was modified src/pde/NS/SolutionFunction_NavierStokes3D.h
The file was modified src/pde/NS/SolutionFunction_NavierStokes3D.cpp
Commit f24b28a7d9aaf56c374752cdf1040bb4d13f043c by galbramc
Add ProfileDebug_eta_max
The file was modified src/pde/NS/SolutionFunction_NavierStokes3D.h
The file was modified src/pde/NS/SolutionFunction_RANSSA3D.cpp
The file was modified src/pde/NS/SolutionFunction_RANSSA3D.h
The file was modified src/pde/NS/SolutionFunction_NavierStokes3D.cpp
Commit 5428e24c71d28739a523ac9b545e9dbedf09b374 by galbramc
Another tweak to Coles pressure profile
The file was modified src/pde/NS/SolutionFunction_NavierStokes3D.h
The file was modified src/pde/NS/SolutionFunction_RANSSA3D.h
Commit f3b948e989177f2fb035e3fde071093bc67b2c37 by galbramc
Add polynomial pressure profile to back pressure BC
The file was modified src/pde/NS/SolutionFunction_RANSSA3D.cpp
The file was modified src/pde/NS/SolutionFunction_RANSSA3D.h
The file was addedsrc/pde/NS/Profile.cpp
The file was modified test/unit/Discretization/DG/IntegrandCell_DGBR2_Output_btest.cpp
The file was modified src/pde/NS/BCEuler3D.cpp
The file was modified src/pde/NS/SolutionFunction_NavierStokes3D.cpp
The file was modified test/unit/pde/Sensor/PDESensorParameter2D_btest.cpp
The file was modified src/pde/NS/CMakeLists.txt
The file was modified src/pde/NS/SolutionFunction_NavierStokes3D.h
The file was modified src/pde/NS/BCEuler3D_mitState.h
The file was modified CMakeInclude/Builds/BuildNLOPT.cmake
The file was addedsrc/pde/NS/Profile.h
Commit 50a5e7c98615c48f92738601ad1e5babb2e0060d by galbramc
Fix required delta for static back pressure
The file was modified src/pde/NS/Profile.h
The file was modified test/unit/pde/NS/BCRANSSA3D_mitState_btest.cpp
The file was modified src/pde/NS/BCEuler3D.cpp
The file was modified src/pde/NS/BCEuler3D_mitState.h
The file was modified src/pde/NS/SolutionFunction_NavierStokes3D.h
The file was modified src/pde/NS/SolutionFunction_RANSSA3D.h
Commit 0f2f4f6c2d2a4a48028bdcbb73e8597d30c97924 by blsc
VMSD-BR2 was using the wrong quadrature rule to calculate the non-zero pattern. Jacobian has been updated so that it should use correct (1 point) quadrature for non-zero pattern
The file was modified src/Discretization/VMSDBR2/AlgebraicEquationSet_VMSD_BR2.h
Commit 7dcbb2b7db7dd9cebf9c6de29b013b70aa93e2db by blsc
Added logic to JacobianCell_VMSD_BR2 so that the static condensation matrices are not used for the non-zero patter calculation. Under-integration resulted in these matrices being singular.
The file was modified src/Discretization/VMSDBR2/AlgebraicEquationSet_VMSD_BR2.h
The file was modified src/Discretization/VMSDBR2/JacobianCell_VMSD_BR2.h
The file was modified src/Discretization/VMSDBR2/JacobianCell_VMSD_BR2_withPTC.h