Skip to content
Success

Changes

Summary

  1. adding curvilinear transformation functionality (details)
  2. missed some files (details)
  3. added transformation function to ghost boundaries (details)
  4. added test case (details)
  5. cleaned up test case (details)
  6. fixed quad order bug and added assert that all quad orders are the same (details)
  7. fixed quadrature bug elsewhere and fixed warnings (details)
  8. added curvilinear transformation and unit tests (details)
  9. added missing includes (for std::shared_ptr) (details)
  10. added another missing include for std::shared_ptr (details)
  11. hopefully final include for shared_ptr (details)
  12. fixed cmakefiles (details)
  13. made some fixes for failing tests (details)
  14. fixed spacetime exception (details)
  15. quadOrder check shouldn't be done if using TopoD1 (details)
  16. updated unit tests for curvilinear transformation (details)
  17. cleaning up of failing unit tests (mainly changing some (details)
  18. forgot to delete something (details)
  19. removed unnecessary tecplot dumps (details)
  20. another attempt to make jenkins stop complaining, now explicitly (details)
  21. fixed warning (details)
  22. deleted unnecessary stuff and cleaned up some additional warnings (details)
  23. Fix RANS BC with Conservative variables. More RANSBC unit tests. Add smoothmin linearization. First attempt at blade optimization. (details)
  24. Forgot file (details)
  25. Add missing include (details)
  26. Missed a file (details)
  27. Compile error fixes (details)
  28. Missed one (details)
  29. added checkInputs calls when setting up transformation function (details)
  30. fixed memory issue when assigning qfld DOFs (details)
  31. deleted more unnecessary functions (details)
  32. Add EGADS ruled wrapper (details)
  33. Fix NormalField linearization. (details)
  34. Forgot some files (details)
  35. Add vectorization (details)
  36. Fix Surreal changes (details)
  37. bounding box should search along traces when using transformation even (details)
  38. Fix compile error (details)
  39. Fix ruled interface (details)
  40. Fix warning (details)
  41. Use PTC solve before constrained solve with blade optimization (details)
  42. Fix warning (details)
  43. Fix uninitialized data. Dissable normal field sensitivity for now. (details)
  44. Add missing instantiation (details)
  45. Fix BodyForce requiring pProp specified (details)
  46. Restore DeveloperEmailAddresses (details)
  47. lowered tolerance for test (details)
  48. Updated nu-max calculation when USE_GRID_LAPLACIAN is defined. Added a default argument to AVSensor_Source2D_TwoPhase to model a constant source term if needed. (details)
  49. Avoid failed solves when optimizing body force blades (details)
  50. Fix for last commit (details)
  51. Vera fixes (details)
  52. Change objective return on solve failure for BodyForce optimization (details)
  53. Update for CentOS 7 (details)
Commit 945415dd0d8e5bb37b369d6901a7c63c28a1f201 by ursachi
adding curvilinear transformation functionality
The file was modified src/Field/XFieldVolume.h
The file was modified src/Field/XFieldLine_Traits.h
The file was modified src/Field/XFieldArea_Traits.h
The file was modified src/Field/FieldGroupVolume_Traits.h
The file was modified src/Field/XFieldSpacetime_impl.h
The file was modified src/Field/XFieldSpacetime.h
The file was modified src/Field/XFieldLine_BoundaryTrace.h
The file was modified src/Field/FieldGroupSpacetime_Traits.h
The file was modified src/Field/XFieldArea_impl.h
The file was modified src/Field/XFieldSpacetime_BoundaryTrace.h
The file was modified src/Field/XFieldArea_BoundaryTrace.h
The file was modified src/Field/XFieldVolume_BoundaryTrace.h
The file was modified src/Field/XFieldVolume_Traits.h
The file was modified src/Field/XFieldArea.h
The file was modified src/Field/ProjectSoln/ProjectGlobalField/ProjectGlobalField_impl.h
The file was modified src/Field/FieldGroupArea_Traits.h
The file was modified src/Field/XFieldNode_Traits.h
The file was modified src/Field/XFieldVolume_impl.h
The file was modified src/Field/FieldBase.h
The file was modified src/Field/XFieldSpacetime_Traits.h
The file was modified src/Field/FieldGroupLine_Traits.h
The file was modified src/Field/XFieldLine.h
The file was modified src/Field/XFieldLine_impl.h
The file was modified src/Field/FieldGroupNode_Traits.h
The file was modified src/Field/XField.h
The file was addedsrc/Field/XFieldAssociativity.h
The file was modified src/Field/Field_CG/Field_CG_Topology.h
The file was modified src/Field/ElementConnectivity.h
The file was modified src/Field/Local/XField_LocalPatch/XField_LocalPatch_impl.h
Commit 4d96f09fd3f2152e2bf59d3165f4357ea06c363a by ursachi
missed some files
The file was addedsrc/Field/Curvilinear/CurvilinearFunction1D.h
The file was modified src/Field/Element/ElementXFieldSpacetime.h
The file was modified src/Field/Element/ElementXFieldArea_impl.h
The file was modified src/Field/Element/ElementXFieldArea_Instantiate_3D.cpp
The file was addedsrc/Field/Curvilinear/CurvilinearFunction1D.cpp
The file was addedsrc/Field/Curvilinear/CurvilinearFunction2D.h
The file was modified src/Field/Element/ElementXFieldLine.h
The file was addedsrc/Field/Curvilinear/CurvilinearFunction2D.cpp
The file was modified src/Field/Element/ElementXFieldLine_impl.h
The file was modified src/Field/Element/ElementXFieldArea_Instantiate_2D.cpp
The file was modified src/Field/Element/ElementXFieldSpacetime_Instantiate_4D.cpp
The file was modified src/Field/Element/ElementXFieldVolume.h
The file was modified src/Field/Element/ElementXFieldVolume_Instantiate_4D.cpp
The file was modified src/Field/Element/ElementXFieldLine_Instantiate_2D.cpp
The file was addedsrc/Field/Curvilinear/CurvilinearFunction3D.cpp
The file was modified src/Field/Element/ElementXFieldLine_Instantiate_1D.cpp
The file was addedsrc/Field/Curvilinear/CurvilinearFunction3D.h
The file was modified src/Field/Element/ElementXFieldSpacetime_impl.h
The file was modified src/Field/Element/ElementXFieldArea.h
The file was modified src/Field/Element/ElementXFieldVolume_Instantiate_3D.cpp
The file was modified src/Field/Element/ElementXFieldVolume_impl.h
The file was addedsrc/Field/Curvilinear/Curvilinear.h
The file was modified src/Field/Element/ElementXFieldNode.h
Commit b714dc69f499953e947c1bb886523e2a10862a3e by ursachi
added transformation function to ghost boundaries
The file was modified src/Field/CMakeLists.txt
The file was modified src/Field/XFieldSpacetime_impl.h
The file was modified src/Field/XField_BoundaryTrace.h
The file was modified src/Field/XField_impl.h
The file was modified src/Field/XFieldVolume_impl.h
The file was modified src/Field/XField.h
The file was modified src/Field/XFieldArea_impl.h
The file was modified src/Field/XFieldLine_impl.h
Commit cb6fbfa2076efe57b44a65df49648377ab5f4997 by ursachi
added test case
The file was addedtest/sandbox/Adapt2D_VMSDBR2_Euler_GaussianBump_Transformation_toy.cpp
Commit 52360c65ac2fc1b817bbe406c488ab063a5a9f0b by ursachi
cleaned up test case
The file was modified test/sandbox/Adapt2D_VMSDBR2_Euler_GaussianBump_Transformation_toy.cpp
Commit c7ab7a65d9dc5aae0c960f972568cdb97d2310f5 by ursachi
fixed quad order bug and added assert that all quad orders are the same
The file was modified src/Discretization/VMSDBR2/JacobianCell_VMSD_BR2_withPTC.h
The file was modified src/Discretization/VMSDBR2/JacobianCell_VMSD_BR2.h
Commit eab05c2ad70040beca6a89dc48e9147c42bc7852 by ursachi
fixed quadrature bug elsewhere and fixed warnings
The file was modified src/ErrorEstimate/VMSD/ErrorEstimateCell_VMSD_BR2.h
The file was modified src/Discretization/VMSD/JacobianCell_VMSD.h
The file was modified src/Discretization/VMSDBR2/SetAdjointLO_VMSD_BR2.h
The file was modified src/Discretization/VMSDBR2/ResidualCell_VMSD_BR2.h
The file was modified src/Discretization/VMSDBR2/JacobianCell_VMSD_BR2_Uncondensed.h
The file was modified src/Discretization/VMSDBR2/JacobianCell_VMSD_BR2.h
The file was modified src/Discretization/VMSD/JacobianCell_VMSD_SC.h
The file was modified src/Discretization/VMSD/JacobianCell_VMSD_SC2.h
The file was modified src/Discretization/VMSD/ResidualCell_VMSD.h
The file was modified src/Discretization/VMSDBR2/JacobianCell_VMSD_BR2_withPTC.h
The file was modified src/Discretization/VMSDBR2/SetLiftingOperator_VMSD_BR2.h
The file was modified src/ErrorEstimate/VMSD/ErrorEstimateCell_VMSD.h
Commit 5703d89d55e5327aeb02b90c5ac000ccfd2c86b8 by ursachi
added curvilinear transformation and unit tests
The file was modified test/unit/Field/Element/ElementXFieldArea_2D_Triangle_btest.cpp
The file was addedtest/unit/UnitGrids/XField2D_Duct_Triangle_Lagrange_Xq_btest.cpp
The file was modified src/Field/Curvilinear/CurvilinearFunction3D.h
The file was modified src/Field/Element/ElementXFieldVolume.h
The file was modified test/unit/Field/Element/ElementIntegral_Functional_btest.cpp
The file was addedtest/unit/UnitGrids/XField2D_GaussianBump_Xq.cpp
The file was modified test/unit/ErrorEstimate/ErrorEstimateBoundaryTrace_DGBR2_AD_btest.cpp
The file was addedtest/unit/Field/XFieldAssociativityArea_Triangle_btest.cpp
The file was modified test/unit/Field/Element/ElementXFieldLine_2D_btest.cpp
The file was addedtest/unit/UnitGrids/XField2D_GaussianBump_Xq.h
The file was modified test/system/CodeConsistency/CMakeLists.txt
The file was modified src/Field/Element/ElementXFieldArea.h
The file was modified src/Field/XField_BoundaryTrace.h
The file was modified test/unit/ErrorEstimate/ErrorEstimateInteriorTrace_DGBR2_AD_btest.cpp
The file was modified src/Field/XField_BoundaryTrace_impl.h
The file was modified test/unit/Field/Element/ElementXFieldLine_1D_btest.cpp
The file was addedtest/unit/UnitGrids/XField2D_1Triangle_XQ.h
The file was modified test/unit/Field/Element/ElementXFieldVolume_Tetrahedron_btest.cpp
The file was modified test/unit/UnitGrids/XField2D_1Triangle_X1_1Group.h
The file was modified src/Field/Element/ElementXFieldArea_impl.h
The file was addedtest/unit/UnitGrids/XField2D_1Triangle_XQ.cpp
The file was modified src/Field/Element/ElementXFieldArea_Instantiate_2D.cpp
The file was modified src/Field/Element/ElementXFieldLine_Instantiate_2D.cpp
The file was modified src/Field/Element/ElementXFieldSpacetime.h
The file was modified test/unit/Field/DistanceFunction_btest.cpp
The file was addedtest/system/LocalSolve/LocalSolve2D_Split_DGBR2_Triangle_AD_Curvilinear_btest.cpp
The file was modified src/Field/Element/ElementXFieldSpacetime_impl.h
The file was modified src/Field/Element/ElementXFieldSpacetime_Instantiate_4D.cpp
The file was modified src/Field/Element/ElementXFieldVolume_Instantiate_3D.cpp
The file was modified src/Field/Element/ElementXFieldVolume_impl.h
The file was modified src/Field/XFieldArea_impl.h
The file was modified test/unit/Field/Local/CMakeLists.txt
The file was modified test/unit/UnitGrids/CMakeLists.txt
The file was modified test/unit/ErrorEstimate/CMakeLists.txt
The file was modified test/unit/UnitGrids/XField2D_1Triangle_X1_1Group.cpp
The file was modified src/Field/Element/ElementXFieldLine.h
The file was modified test/unit/ErrorEstimate/ErrorEstimateCell_DGBR2_AD_btest.cpp
The file was modified test/unit/Field/Local/XField_LocalPatch_Triangle_btest.cpp
The file was modified test/unit/Field/Element/CMakeLists.txt
The file was modified test/unit/Field/Element/ElementXFieldArea_3D_Triangle_btest.cpp
The file was modified test/unit/Discretization/DG/IntegrandCell_DGBR2_AD_btest.cpp
The file was modified src/Field/Element/ElementXFieldLine_impl.h
The file was addedtest/system/CodeConsistency/Curvilinear2D_VMSD_AD_btest.cpp
The file was modified src/Field/Element/ElementXFieldArea_Instantiate_3D.cpp
The file was modified test/unit/Field/Local/XField2D_LocalPatch_Element_DG_btest.cpp
The file was addedtest/unit/Field/XField2D_Curvilinear_btest.cpp
The file was modified src/Field/Element/ElementXFieldVolume_Instantiate_4D.cpp
Commit 4756893403567686321a25970c1c8ea7f984b633 by ursachi
added missing includes (for std::shared_ptr)
The file was modified src/Field/Element/ElementXFieldSpacetime.h
The file was modified src/Field/Element/ElementXFieldVolume.h
The file was modified src/Field/Curvilinear/Curvilinear.h
The file was modified src/Field/Curvilinear/CurvilinearFunction2D.h
The file was modified src/Field/Element/ElementXFieldArea.h
The file was modified src/Field/Element/ElementXFieldLine.h
Commit fcf87b4446bfd814a755b3f74dfd443e453bfb04 by ursachi
added another missing include for std::shared_ptr
The file was modified src/Field/XFieldAssociativity.h
Commit 448a4ca3a8b4f9d3612bf3cf95d2ec419c993ab0 by ursachi
hopefully final include for shared_ptr
The file was modified src/Field/Element/ElementXFieldNode.h
Commit 9d3a9f399fb88db42e62c27dce15a948548ce7fe by ursachi
fixed cmakefiles
The file was modified test/unit/Field/Element/CMakeLists.txt
The file was modified test/system/CodeConsistency/CMakeLists.txt
The file was modified test/system/CodeConsistency/Curvilinear2D_VMSD_AD_btest.cpp
Commit 1f9cd50ef325d1eb9ba9ec4b5c156cf769e5d75b by ursachi
made some fixes for failing tests
The file was modified src/Field/Curvilinear/CurvilinearFunction3D.h
The file was modified src/Field/Curvilinear/CurvilinearFunction2D.h
The file was modified test/unit/Field/DistanceFunction_btest.cpp
The file was modified src/Field/Curvilinear/CurvilinearFunction1D.h
The file was modified src/Field/Element/ElementXFieldSpacetime.h
The file was modified test/unit/Field/Local/XField_LocalPatch_Triangle_btest.cpp
The file was modified src/Field/Element/ElementXFieldSpacetime_Instantiate_4D.cpp
The file was modified src/Field/Element/ElementXFieldSpacetime_impl.h
The file was modified test/unit/Discretization/DG/IntegrandCell_DGBR2_AD_btest.cpp
The file was modified src/Field/Element/ElementXFieldVolume_Instantiate_4D.cpp
The file was modified src/Field/XFieldSpacetime_impl.h
Commit 2f9c5df3a69560cd7905f6b216ede977f0516f3e by ursachi
fixed spacetime exception
The file was modified src/Field/Element/ElementXFieldSpacetime_Instantiate_4D.cpp
The file was modified src/Field/Element/ElementXFieldSpacetime.h
The file was modified src/Field/XFieldSpacetime_impl.h
The file was modified src/Field/Element/ElementXFieldVolume_Instantiate_4D.cpp
The file was modified src/Field/Element/ElementXFieldSpacetime_impl.h
Commit fab0546f640e4b5174808a7a8150134e1f5c4c7a by ursachi
quadOrder check shouldn't be done if using TopoD1
The file was modified src/Discretization/VMSDBR2/JacobianCell_VMSD_BR2_Uncondensed.h
The file was modified src/Discretization/VMSDBR2/SetAdjointLO_VMSD_BR2.h
The file was modified src/Discretization/VMSD/JacobianCell_VMSD.h
The file was modified src/Discretization/VMSD/ResidualCell_VMSD.h
The file was modified src/Discretization/VMSDBR2/ResidualCell_VMSD_BR2.h
The file was modified src/Discretization/VMSD/JacobianCell_VMSD_SC.h
The file was modified src/Discretization/VMSDBR2/JacobianCell_VMSD_BR2_withPTC.h
The file was modified src/ErrorEstimate/VMSD/ErrorEstimateCell_VMSD.h
The file was modified src/ErrorEstimate/VMSD/ErrorEstimateCell_VMSD_BR2.h
The file was modified src/Discretization/VMSD/JacobianCell_VMSD_SC2.h
The file was modified src/Discretization/VMSDBR2/JacobianCell_VMSD_BR2.h
The file was modified src/Discretization/VMSDBR2/SetLiftingOperator_VMSD_BR2.h
Commit c7aae83f8f5ade56c7f5de30d3ff94a0dc3c0a76 by ursachi
updated unit tests for curvilinear transformation
The file was modified test/unit/ErrorEstimate/ErrorEstimateBoundaryTrace_DGBR2_AD_btest.cpp
The file was modified test/unit/UnitGrids/XField2D_1Triangle_XQ.cpp
The file was modified test/unit/Field/Element/ElementIntegral_Functional_btest.cpp
The file was modified test/unit/ErrorEstimate/ErrorEstimateInteriorTrace_DGBR2_AD_btest.cpp
The file was modified test/unit/UnitGrids/XField2D_1Triangle_XQ.h
Commit 5dfabbc623198c1397d720e5e4dbda8c198d1f34 by ursachi
cleaning up of failing unit tests (mainly changing some
BOOST_CHECK_CLOSE checks to SANS_CHECK_CLOSE)
The file was modified test/system/LocalSolve/LocalSolve2D_Split_DGBR2_Triangle_AD_Curvilinear_btest.cpp
The file was modified test/unit/Field/Element/ElementXFieldLine_2D_btest.cpp
The file was modified test/unit/Field/Element/ElementXFieldLine_1D_btest.cpp
The file was modified test/unit/Field/XField2D_Curvilinear_btest.cpp
The file was modified test/unit/Field/Element/ElementXFieldArea_2D_Triangle_btest.cpp
Commit 7320b8c0dac4bab33772714e1e07b19ac93b5925 by ursachi
forgot to delete something
The file was modified test/unit/Field/XField2D_Curvilinear_btest.cpp
Commit 753e3571f33486754897527b7da87973c5bb0f33 by ursachi
removed unnecessary tecplot dumps
The file was modified test/unit/Field/XField2D_Curvilinear_btest.cpp
The file was modified test/unit/UnitGrids/XField2D_Duct_Triangle_Lagrange_Xq_btest.cpp
The file was modified test/system/LocalSolve/LocalSolve2D_Split_DGBR2_Triangle_AD_Curvilinear_btest.cpp
Commit 41beabbaa757ca846482fb462745637ae30850ca by ursachi
another attempt to make jenkins stop complaining, now explicitly
checking that values are not around machine zero before comparing them
The file was modified test/unit/Field/XField2D_Curvilinear_btest.cpp
Commit 93ec7d31ec9895f92de1e4b1ebd59781875377bd by ursachi
fixed warning
The file was modified test/unit/UnitGrids/XField2D_Annulus_Triangle_Lagrange_Xq.cpp
Commit a171b168b76233178f162620a792954c6875e3bd by ursachi
deleted unnecessary stuff and cleaned up some additional warnings
The file was modified src/Field/Curvilinear/CurvilinearFunction1D.h
The file was modified src/Field/Element/ElementXFieldVolume_Instantiate_3D.cpp
The file was modified test/unit/Field/Element/ElementXFieldArea_3D_Triangle_btest.cpp
The file was modified src/Field/Curvilinear/CurvilinearFunction3D.cpp
The file was modified test/unit/Field/Element/ElementXFieldArea_2D_Triangle_btest.cpp
The file was modified src/Field/Curvilinear/CurvilinearFunction2D.cpp
The file was modified src/Field/Curvilinear/CurvilinearFunction3D.h
The file was modified src/Field/Curvilinear/CurvilinearFunction2D.h
The file was modified test/unit/Field/Element/ElementXFieldLine_1D_btest.cpp
The file was modified src/Field/Curvilinear/CurvilinearFunction1D.cpp
The file was modified test/system/CodeConsistency/Curvilinear2D_VMSD_AD_btest.cpp
The file was modified test/unit/Field/Element/ElementXFieldVolume_Tetrahedron_btest.cpp
The file was modified test/unit/Field/Element/ElementXFieldLine_2D_btest.cpp
Commit 7687e8ea625179913b72196661cef50892efc321 by galbramc
Fix RANS BC with Conservative variables. More RANSBC unit tests. Add smoothmin linearization. First attempt at blade optimization.
The file was modified src/pde/NS/BCRANSSA3D_mitState.h
The file was modified src/pde/NS/Q2DPrimitiveRhoTemperature.h
The file was modified test/unit/pde/NS/BCRANSSA3D_mitState_btest.cpp
The file was modified CMakeInclude/Builds/BuildPETSC.cmake
The file was modified test/unit/pde/NS/Roe.nb
The file was modified src/pde/NS/Q3DPrimitiveRhoPressure.h
The file was modified src/Meshing/EGADS/Airfoils/CubicCamber.h
The file was modified src/NonLinearSolver/NewtonSolver_MatrixBlock_2x2_Instantiate.cpp
The file was modified src/NonLinearSolver/NonLinearSolverBase.h
The file was modified src/Field/DistanceFunction/DistanceFunction.cpp
The file was modified src/Meshing/EGADS/Airfoils/CamberBlade.h
The file was modified src/NonLinearSolver/NewtonSolver.h
The file was modified src/Meshing/EGADS/Airfoils/QuadCamber.h
The file was modified test/unit/pde/NS/PDERANSSA3D_btest.cpp
The file was modified src/Meshing/EGADS/EGGeometryBase.cpp
The file was modified src/pde/NS/Q3DPrimitiveSurrogate.h
The file was modified src/pde/NS/QRANSSA3D.h
The file was modified src/tools/smoothmath.h
The file was modified src/pde/NS/Q3DConservative.h
The file was modified src/LinearAlgebra/SparseLinAlg/SparseLinAlg_LinearSolver.cpp
The file was modified src/Meshing/EGADS/Airfoils/QuadCamber.cpp
The file was modified src/Meshing/EGADS/EGCurve.h
The file was modified test/unit/Meshing/EGADS/CamberBlade_btest.cpp
The file was modified src/pde/NS/PDEEuler3D_RotorSource.h
The file was modified src/NonLinearSolver/NonLinearSolver.h
The file was modified src/pde/NS/Q2DEntropy.h
The file was modified src/pde/NS/Q3DPrimitiveRhoTemperature.h
The file was modified src/Meshing/EGADS/EGObject.h
The file was modified test/unit/pde/NS/PDEEuler3D_btest.cpp
The file was modified src/Meshing/EGADS/Airfoils/CubicCamber.cpp
The file was modified test/unit/pde/NS/PDERANSSA2D_btest.cpp
The file was modified src/pde/NS/Q1DEntropy.h
The file was modified src/Meshing/EGADS/EGObject.cpp
The file was modified src/NonLinearSolver/LineUpdate/HalvingSearchLineUpdate_MatrixBlock_2x2_Instantiate.cpp
The file was modified src/Meshing/EGADS/Airfoils/CamberBlade.cpp
The file was modified src/UserInterfaces/PythonUI/PySANS_BodyForce.cpp
The file was modified test/unit/tools/smoothmath_btest.cpp
Commit 1fbcca6d6f4e0eb438c9f99fa0a813becca2aa9d by galbramc
Forgot file
The file was addedsrc/Meshing/EGADS/Airfoils/Camberline.h
Commit f3aa9bedadc4347d480f04fb04adc17af907fa05 by galbramc
Add missing include
The file was modified src/Meshing/EGADS/Airfoils/CamberBlade.h
Commit c96a88147e5dd506498b2e73f07d4f1de764b0b0 by galbramc
Missed a file
The file was modified src/Discretization/Galerkin/ResidualParamSensitvity_Galerkin_Stabilized.h
Commit b91a0ca63b670aa04114fd7273f7f12c14c3d7c6 by galbramc
Compile error fixes
The file was modified src/UserInterfaces/PythonUI/PySANS_BodyForce.cpp
Commit dca5e4dac142e572b680f4704e1e4e36e0320f86 by galbramc
Missed one
The file was modified src/UserInterfaces/PythonUI/PySANS_BodyForce.cpp
Commit 6d39907fdd0979c25e482c057c2aea14a7b17c35 by ursachi
added checkInputs calls when setting up transformation function
The file was modified src/Field/Curvilinear/CurvilinearFunction1D.h
The file was modified test/system/CodeConsistency/Curvilinear2D_VMSD_AD_btest.cpp
The file was modified test/unit/Field/DistanceFunction_btest.cpp
The file was modified test/unit/Field/Element/ElementXFieldVolume_Tetrahedron_btest.cpp
The file was modified test/unit/Field/Local/XField2D_LocalPatch_Element_DG_btest.cpp
The file was modified src/Field/Curvilinear/CurvilinearFunction2D.cpp
The file was modified test/unit/ErrorEstimate/ErrorEstimateCell_DGBR2_AD_btest.cpp
The file was modified test/unit/ErrorEstimate/ErrorEstimateInteriorTrace_DGBR2_AD_btest.cpp
The file was modified test/unit/ErrorEstimate/ErrorEstimateBoundaryTrace_DGBR2_AD_btest.cpp
The file was modified test/unit/Field/XField2D_Curvilinear_btest.cpp
The file was modified test/unit/Field/Local/XField_LocalPatch_Triangle_btest.cpp
The file was modified src/Field/Curvilinear/CurvilinearFunction2D.h
The file was modified src/Field/Curvilinear/CurvilinearFunction1D.cpp
The file was modified test/unit/Field/XFieldAssociativityArea_Triangle_btest.cpp
Commit 27aa4b1c975f3850ccf9d1225dccd65ed60b9677 by ursachi
fixed memory issue when assigning qfld DOFs
The file was modified test/unit/Field/Element/ElementXFieldLine_2D_btest.cpp
Commit f695b63026037fb1d163d9e267be466b1bae4b9d by ursachi
deleted more unnecessary functions
The file was modified src/Field/Curvilinear/CurvilinearFunction2D.cpp
The file was modified src/Field/Curvilinear/CurvilinearFunction1D.h
The file was modified src/Field/Curvilinear/CurvilinearFunction2D.h
The file was modified src/Field/Curvilinear/CurvilinearFunction3D.h
The file was modified test/unit/Field/DistanceFunction_btest.cpp
The file was modified src/Field/Curvilinear/CurvilinearFunction3D.cpp
The file was modified src/Field/Curvilinear/Curvilinear.h
Commit 29db071672e97e2da3844a3a6c33d4833b6ad70c by galbramc
Add EGADS ruled wrapper
The file was modified src/Meshing/EGADS/EGBody.h
The file was modified src/Meshing/EGADS/EGBody.cpp
The file was addedtest/unit/Meshing/EGADS/Generated_btest.cpp
The file was removedtest/unit/Meshing/EGADS/sewFaces_btest.cpp
The file was addedsrc/Meshing/EGADS/ruled.h
The file was modified src/Meshing/EGADS/CMakeLists.txt
The file was modified src/Meshing/EGADS/EGLoop.h
The file was modified src/Meshing/EGADS/EGLoop.cpp
The file was addedsrc/Meshing/EGADS/ruled.cpp
Commit df59c16c52724221da1ec4abb0e666c85db9c34a by galbramc
Fix NormalField linearization.
The file was modified src/Field/NormalField/NormalField_Volume.cpp
The file was modified test/unit/Field/NormalField_btest.cpp
The file was modified src/Meshing/EGADS/EGFace.h
The file was modified src/UserInterfaces/PythonUI/PySANS_BodyForce.cpp
The file was modified test/unit/Meshing/EGADS/CamberBlade_btest.cpp
The file was modified src/Surreal/SurrealS_Lazy.h
The file was modified src/Meshing/EGADS/EGFace.cpp
Commit 14da6187b4473d8f83a1ca258ae56595471f2569 by galbramc
Forgot some files
The file was modified src/Meshing/AnalyticMetrics/XField.cpp
The file was modified src/LinearAlgebra/DenseLinAlg/StaticSize/MatrixS_InverseLUP_Surreal_Instantiate.cpp
The file was modified src/LinearAlgebra/DenseLinAlg/StaticSize/MatMul/MatrixS_MatMul_Native_Surreal_Instantiate.cpp
Commit 0d9f199152ef7811ac27222c2b3f10e940499a6f by galbramc
Add vectorization
The file was modified src/Surreal/SurrealS_Lazy.h
The file was modified src/tools/AlignMem.h
Commit 88b1bcb6bce0f6fdac008f39f823e7d4c87d0cc1 by galbramc
Fix Surreal changes
The file was modified src/Surreal/SurrealS_Lazy.h
The file was modified src/tools/AlignMem.h
Commit 914b2d092b91bffc537dbdfde769ea0320735ce6 by ursachi
bounding box should search along traces when using transformation even
if using Q1 elements
The file was modified src/Field/Element/ElementXFieldLine_impl.h
The file was modified src/Field/Element/ElementXFieldArea_Instantiate_3D.cpp
The file was modified src/Field/Element/ElementXFieldNode.h
The file was modified src/Field/Element/ElementXFieldArea_Instantiate_2D.cpp
The file was modified src/Field/Element/ElementXFieldVolume_Instantiate_3D.cpp
Commit 5c64ceb792fad0836d1744bd4dee5040b0136e4f by galbramc
Fix compile error
The file was modified test/unit/Discretization/GloballyConstrained/Ping_Euler_RotorSource_btest.cpp
Commit 417f73362f0af7dd0dc63e869e4df0f8331032f8 by galbramc
Fix ruled interface
The file was modified test/unit/Meshing/EGADS/Generated_btest.cpp
The file was modified src/Meshing/EGADS/ruled.cpp
The file was modified src/Meshing/EGADS/ruled.h
Commit 62bdda5c444971eac3f0de1993163386164e3003 by galbramc
Fix warning
The file was modified src/tools/AlignMem.h
Commit 137edb1ddbb97f76f8d7f3d1cb4eca186fe00762 by galbramc
Use PTC solve before constrained solve with blade optimization
The file was modified src/UserInterfaces/PythonUI/PySANS_BodyForce.cpp
Commit 0fe7ce01515f666b96e25b2e2adf696b79f95120 by galbramc
Fix warning
The file was modified test/unit/pde/NS/BCRANSSA3D_mitState_btest.cpp
Commit f58df8091c09f2d00a094e6cee7a54372d7b2b81 by galbramc
Fix uninitialized data. Dissable normal field sensitivity for now.
The file was modified src/pde/NS/Q3DPrimitiveRhoTemperature.h
The file was modified test/unit/Field/NormalField_btest.cpp
Commit 808cd847ce8de23faa1468d384e729357f6d3910 by galbramc
Add missing instantiation
The file was modified src/Field/ProjectSoln/ProjectGlobalField/ProjectGlobalField3D.cpp
Commit a60e0788772de37dcdd1c8eb8c2ee689b51f9b28 by galbramc
Fix BodyForce requiring pProp specified
The file was modified src/UserInterfaces/PythonUI/PySANS_BodyForce.cpp
Commit a20baa4bb6d411053851dcf0a6a5e84609df48a6 by galbramc
Restore DeveloperEmailAddresses
The file was addedDeveloperEmailAddresses
Commit d90e56544b1f4145210c1cebfd75a61d12dbbe24 by ursachi
lowered tolerance for test
The file was modified test/unit/Field/Element/ElementXFieldLine_2D_btest.cpp
Commit 85e578e048625bce0e9576ec157b0bd7bc5139c0 by savithru
Updated nu-max calculation when USE_GRID_LAPLACIAN is defined. Added a default argument to AVSensor_Source2D_TwoPhase to model a constant source term if needed.
The file was modified src/pde/ArtificialViscosity/AVSensor_Source2D.h
The file was modified src/pde/PorousMedia/PDETwoPhase_ArtificialViscosity2D.h
Commit 9513b81c16d04972cbcf7af5966248eef77fe0cc by galbramc
Avoid failed solves when optimizing body force blades
The file was modified src/UserInterfaces/PythonUI/PySANS_BodyForce.cpp
Commit 7cf06a33a9b5bb615731d558c4fed269c159b142 by galbramc
Fix for last commit
The file was modified src/UserInterfaces/PythonUI/PySANS_BodyForce.cpp
Commit ef168ef9e15f6102eec59a5f073fe9b740cd90a3 by galbramc
Vera fixes
The file was modified src/UserInterfaces/PythonUI/PySANS_BodyForce.cpp
The file was modified scripts/vera/exclusions.txt
Commit 4b3d03ca3752b706f602c4b8cc27278c1fd4f9d4 by galbramc
Change objective return on solve failure for BodyForce optimization
The file was modified src/UserInterfaces/PythonUI/PySANS_BodyForce.cpp
Commit 25f6983a8fb8b3cca5221e2209e91eb6f49f8740 by galbramc
Update for CentOS 7
The file was modified scripts/jenkins/jenkins_env.sh