Skip to content
Success

Changes

Summary

  1. Refactor BodyForceSolver (details)
  2. Suppress Boost serialization bug for VectorS<M,SurrealS> (details)
  3. Add missing include (details)
  4. Test syncDOFs_MPI with more complex data types (details)
  5. Add missing ifdef (details)
  6. Put back distance function calculation (details)
  7. Fix BodyForce solver initial condition (details)
  8. Exlicitly use SANS::SurrealS with EGADS. Update NormalField test. (details)
  9. Take away a toy (details)
  10. Intel workaronud... (details)
  11. Test the correct Face (details)
  12. Fix compile error (details)
  13. Warning fixes (details)
  14. Finally found the NormalField bug. (details)
  15. Fix OutGroup specification for BodyForce Solver (details)
  16. Add Optimization option to BodyForce solver. (details)
  17. Forgot to update checkInput function. (details)
  18. Fix use of incorrect dictionary (details)
Commit f46fe708d5679f4653cbc3e224af01b092ba826a by galbramc
Refactor BodyForceSolver
The file was modified src/UserInterfaces/PythonUI/PySANS_BodyForce.cpp
The file was modified src/UserInterfaces/CMakeLists.txt
The file was addedsrc/UserInterfaces/BodyForceSolverParam.cpp
The file was addedsrc/UserInterfaces/BodyForceSolver_impl.h
The file was modified src/pde/NS/OutputEuler3D.h
The file was addedsrc/UserInterfaces/BodyForceSolver.h
The file was modified test/unit/Discretization/Galerkin/CMakeLists.txt
The file was modified test/unit/Field/NormalField_btest.cpp
The file was modified test/unit/UserInterfaces/LIPSolver_btest.cpp
The file was addedsrc/UserInterfaces/BodyForceSolver_Euler.cpp
The file was modified CMakeInclude/MakeSummaryFile.cmake
The file was modified test/unit/Discretization/GloballyConstrained/Ping_Euler_RotorSource_btest.cpp
The file was modified scripts/SANS_developer.sh
The file was modified src/UserInterfaces/PythonUI/CMakeLists.txt
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Rotor_GlobalConstraint.h
The file was addedsrc/UserInterfaces/BodyForceSolver_RANSSA.cpp
The file was addedsrc/UserInterfaces/BodyForceSolver_PDE.h
Commit c9bd52f5859f9b1f22cec1802a0fb24d6ca86551 by galbramc
Suppress Boost serialization bug for VectorS<M,SurrealS>
The file was modified src/MPI/serialize_SurrealS.h
The file was modified src/MPI/serialize_DenseLinAlg_MatrixS.h
Commit 53400b15a21a6683299af0e27135704fcf8ff8cb by galbramc
Add missing include
The file was modified src/MPI/serialize_SurrealS.h
Commit ad149867db44cb9ccc14ad380752b6de97e41c35 by galbramc
Test syncDOFs_MPI with more complex data types
The file was modified test/unit/Field/Field3D_CG_Tetrahedron_btest.cpp
Commit ea9d23c4fd09c88f1d5455d1c044244ff5771f5f by galbramc
Add missing ifdef
The file was modified src/UserInterfaces/PythonUI/PySANS_BodyForce.cpp
Commit 803bba740d2b8b695ddb6f6ddb11df38833da57c by galbramc
Put back distance function calculation
The file was modified src/UserInterfaces/BodyForceSolver_impl.h
Commit 8e8b702c89cc7324ba0c00ccfea82be5883a8b6e by galbramc
Fix BodyForce solver initial condition
The file was modified src/UserInterfaces/BodyForceSolver_PDE.h
The file was modified src/UserInterfaces/BodyForceSolver_impl.h
Commit 4ad7a9d6bdc2465a3ee12e8b48dbf24d72b30ce6 by galbramc
Exlicitly use SANS::SurrealS with EGADS. Update NormalField test.
The file was modified test/unit/Field/NormalField_btest.cpp
The file was modified src/Meshing/EGADS/Airfoils/CamberBlade.h
The file was modified src/Meshing/EGADS/transform.cpp
The file was modified src/Meshing/EGADS/Airfoils/CamberBlade.cpp
The file was modified src/Meshing/EGADS/Airfoils/NACA4.h
The file was modified src/Meshing/EGADS/EGNode.h
The file was modified test/unit/Meshing/EGADS/CamberBlade_btest.cpp
The file was modified src/Meshing/EGTess/EGTriangle.cpp
The file was modified src/Meshing/EGADS/EGCircle.h
The file was modified src/Meshing/EGADS/Airfoils/NACA4.cpp
The file was modified src/Meshing/EGADS/Airfoils/CubicCamber.cpp
The file was modified src/Meshing/EGTess/makeWakedAirfoil.cpp
The file was modified src/Meshing/EGTess/EGTessModel_aflr4.cpp
The file was modified src/Meshing/EGADS/EGCircle.cpp
The file was modified src/Meshing/EGADS/transform.h
The file was modified src/Meshing/EGADS/EGFace.h
The file was modified src/Meshing/AnalyticMetrics/XField.cpp
The file was modified src/Meshing/EGADS/EGEdge.cpp
The file was modified src/Meshing/EGADS/EGCurve.cpp
The file was modified src/Meshing/EGADS/EGCurve.h
The file was modified src/Meshing/EGADS/blend.h
The file was modified test/unit/Meshing/TetGen/makeTetGenModel_btest.cpp
The file was modified src/Meshing/EGADS/blend.cpp
The file was modified src/Meshing/EGADS/EGEdge.h
The file was modified src/Meshing/EGADS/Airfoils/QuadCamber.cpp
The file was modified src/Meshing/TetGen/EGTetGen.cpp
Commit 4e9639aec962e95f1af41478afa9290b324e341d by galbramc
Take away a toy
The file was removedtest/sandbox/EGADS_wedge_toy.cpp
Commit a7f871f65175cfefabf10252e83c65b9a81850b3 by galbramc
Intel workaronud...
The file was modified test/unit/Field/NormalField_btest.cpp
Commit c3c5c6170362155e8c164178d1f7e82dc74d7b4f by galbramc
Test the correct Face
The file was modified test/unit/Meshing/EGADS/CamberBlade_btest.cpp
The file was modified src/Meshing/EGADS/Airfoils/CamberBlade.h
Commit a7e2ce90e6f227b9aea8c3a4b6156b71205bdc20 by galbramc
Fix compile error
The file was modified src/Meshing/EGADS/EGBody.cpp
Commit 05a28b2c733a3572a5d1f6d373d8ac3e3551b6fa by galbramc
Warning fixes
The file was modified test/unit/Meshing/EGADS/CamberBlade_btest.cpp
The file was modified test/unit/Field/NormalField_btest.cpp
Commit d2034c51c3c4c0f9f0e660f72a51a8b2a3d17463 by galbramc
Finally found the NormalField bug.
The file was modified src/Field/NormalField/NormalField_Volume.cpp
The file was modified test/unit/Field/NormalField_btest.cpp
Commit 1c83fdca7ba6af7a0155027cadc190998bc2ebb6 by galbramc
Fix OutGroup specification for BodyForce Solver
The file was modified src/UserInterfaces/BodyForceSolver_impl.h
Commit 69859393db4f2d252cf3528bedd7ae1c59861866 by galbramc
Add Optimization option to BodyForce solver.
The file was modified src/UserInterfaces/BodyForceSolver_impl.h
Commit cea02f5fa999a781169274590840c53a65713402 by galbramc
Forgot to update checkInput function.
The file was modified src/UserInterfaces/BodyForceSolver_impl.h
Commit 4b6acf55371b7908a715018c7223d7d93496e242 by galbramc
Fix use of incorrect dictionary
The file was modified src/UserInterfaces/BodyForceSolver_impl.h