Skip to content
Success

Changes

Summary

  1. Add print statements for debugging
  2. add more debugOutput statements to show timing in SLCP
  3. Fix skipping geometry Design_Variable in TACS
  4. More attempts at fixing the exodus makefile
  5. Stanalizer fix
  6. Finally got netcdf.h check correct on both macOS and Linux
  7. Another sanitizer fix
  8. sanitizer fixes
  9. Check for exodusWriter when running plato examples
  10. Write out surface to volume index map for plato
  11. Lint fix for mses
  12. Fix output redirect for detecing netcdf.h
  13. Update fun3d test to Mesh_Morph. Add first plato mesh generation examples.
  14. Allow tetgen to write MultiDomain mesh files. Updates to Exodus mesh writer.
  15. More checks when reading mapbc files in aimMesh
  16. Fun3D lint fixes
  17. fix - unused variables
  18. fix - null catch in avlaim
  19. fix fun3d morphing
  20. Lint fixes
  21. Warning fix
  22. Fix last commit
  23. Fix waring and add missing files
  24. Support tetgen generated regions
  25. More lint fixes
  26. Fix lint warnings
  27. Update Makefile for plato. Add element group names for aflr3 and tetgen.
  28. Add plato skeleton AIM
  29. Initial cut at an exodus writer
  30. Fix for incorrect Design_Variable in masstranAIM
  31. Allow unconverged SmoothUV status to continue during parameterization
  32. Fix masstran derivatives with multiple bodies
  33. Fix closeBound to write bound and vertexset files for journaling
  34. fix typo in corsairlite slcp
  35. delete redundant kulfan csm and finalize multifidelity scripts
  36. Fix warnings from last commit
  37. small fix on Kulfan MSES wrapper and removing remnants of full corsair
  38. Remove some depricated checks
  39. Journal the writing of files
  40. Move up setting outLevel
  41. Use ocsmLoadFromModel for static geometry. Expost stepSize for finite differnce in pyCAPS.
  42. Add the ability to control the sensitivity finite-difference step size from CAPS proper
  43. Remove old html doc before copying
  44. Update cart3dAIM dox
  45. Update pyCAPS dox dependencies
  46. update corsairlite files to python3.8 compatible
  47. Use TIM viewer in pyCAPS view methods
  48. Allow ftype=None for FieldIn/FieldOut data sets
  49. fix bug in serveESP that did not properly update the build status message after File->Edit->Save; implement analytic sensitivities in udpWaffle; add designX* test cases; make sure userPointer gets reset after perturbation is removed
  50. add ocsmAdjoint and testOcsmAdjoint (in serveESP); allow timPlotter to have two y-axes; add plotter3.py test case
  51. update adjoint test to remove (incorrect) compiler warning
  52. remove data/ide (because it is redundant with data/tutorial6); eliminate automatic build when entering CAPS mode (depend on the lazy evaluation in CAPS); enable sensitivity calculations for scribes and trims; add designW* test cases; fix bug that put wrong _edgeID on scribed Edges; update attrScribe, scribeWing, and scribedSphere test cases; create splitEdges.udc; add splitEdges* test cases
  53. remember name of Pyscript file for next Tool->Pyscript; clean up ESP messages after builds; remove code in esp.timSetCaps that removed the _finalize method; fix memory problem in timViewer for very long scene-graph meta-data buffers; reset magic number to zero to catch cases when a MODL is tried to be used after ocsmFree; modify IMPORT so that it properly marks NODE_BODYs; force tessellation if needed in timViewer; fix bug in ocsmLoadFromEgads that did not properly initialize the .ileft and .irite Branches; remove underscore attributes in .egads files in ocsmLoadFromEgads; force python garbage collection at end of each pyscript execution; add interactive testScript
  54. add PLOT_TESSSENS and PLOT_TEMPCOMPS flags to help in debugging tessellation sensitivities; remove tessellation velocity calculation shortcut to make Edge and Face tessellation velocities consistent; refactor signalError() and signalError2(); allow plotTypes =7 for x-component, =8 for y-component, =9 for z-component of sensitivity
  55. Add simple figure for tri ordering with mixed quad faces
  56. Allow unconverged SmoothUV status to continue during parameterization
  57. More general ubuntu suppression
  58. Ubuntu valgrid supression
  59. scipy 1.9.2. and 1.9.3 have valgrind issues
  60. Add seacas to macys
  61. Add SEACAS environment variable for exodus
  62. Upgrade cvxopt build for gcc 12 on viggen
Revision 3746 by dongjoon:
Add print statements for debugging
Change TypePath in RepositoryPath in Workspace
The file was modified /examples/corsairlite/capsPhase/pyCAPS/optWingAvl.pyCAPS/examples/corsairlite/capsPhase/pyCAPS/optWingAvl.py
Revision 3745 by dongjoon:
add more debugOutput statements to show timing in SLCP
Change TypePath in RepositoryPath in Workspace
The file was modified /pyCAPS/corsairlite/optimization/solverWrappers/cvxopt/sequentialLogConvexProgram.pyCAPS/pyCAPS/corsairlite/optimization/solverWrappers/cvxopt/sequentialLogConvexProgram.py
Revision 3744 by galbramc:
Fix skipping geometry Design_Variable in TACS
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/tacs/tacsAIM.cCAPS/aim/tacs/tacsAIM.c
Revision 3743 by galbramc:
More attempts at fixing the exodus makefile
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/meshWriter/MakefileCAPS/aim/meshWriter/Makefile
The file was modified /aim/meshWriter/exodusWriter/MakefileCAPS/aim/meshWriter/exodusWriter/Makefile
Revision 3742 by galbramc:
Stanalizer fix
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/plato/platoAIM.cCAPS/aim/plato/platoAIM.c
Revision 3741 by galbramc:
Finally got netcdf.h check correct on both macOS and Linux
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/meshWriter/exodusWriter/MakefileCAPS/aim/meshWriter/exodusWriter/Makefile
Revision 3740 by galbramc:
Another sanitizer fix
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/tetgen/tetgen_Interface.cppCAPS/aim/tetgen/tetgen_Interface.cpp
Revision 3739 by galbramc:
sanitizer fixes
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/MakefileCAPS/aim/Makefile
The file was removed/examples/pyCAPS/plato_cyi_box_PyTest.pyCAPS/examples/pyCAPS/plato_cyi_box_PyTest.py
The file was added/examples/pyCAPS/plato_cyli_box_PyTest.pyCAPS/examples/pyCAPS/plato_cyli_box_PyTest.py
The file was modified /src/aimMesh.cCAPS/src/aimMesh.c
Revision 3738 by galbramc:
Check for exodusWriter when running plato examples
Change TypePath in RepositoryPath in Workspace
The file was modified /examples/regressionTest/execute_PyTestRegression.shCAPS/examples/regressionTest/execute_PyTestRegression.sh
Revision 3737 by galbramc:
Write out surface to volume index map for plato
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/plato/platoAIM.cCAPS/aim/plato/platoAIM.c
Revision 3736 by galbramc:
Lint fix for mses
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/mses/msesAIM.cCAPS/aim/mses/msesAIM.c
Revision 3735 by galbramc:
Fix output redirect for detecing netcdf.h
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/meshWriter/exodusWriter/MakefileCAPS/aim/meshWriter/exodusWriter/Makefile
Revision 3734 by galbramc:
Update fun3d test to Mesh_Morph. Add first plato mesh generation examples.
Change TypePath in RepositoryPath in Workspace
The file was added/examples/csmData/cyli_box.csmCAPS/examples/csmData/cyli_box.csm
The file was added/examples/csmData/table.csmCAPS/examples/csmData/table.csm
The file was modified /examples/pyCAPS/fun3d_Morph_PyTest.pyCAPS/examples/pyCAPS/fun3d_Morph_PyTest.py
The file was modified /examples/pyCAPS/mses_OpenMDAO_3_PyTest.pyCAPS/examples/pyCAPS/mses_OpenMDAO_3_PyTest.py
The file was modified /examples/pyCAPS/nastran_ThreeBarDesign_PyTest.pyCAPS/examples/pyCAPS/nastran_ThreeBarDesign_PyTest.py
The file was added/examples/pyCAPS/plato_cyi_box_PyTest.pyCAPS/examples/pyCAPS/plato_cyi_box_PyTest.py
The file was added/examples/pyCAPS/plato_table_PyTest.pyCAPS/examples/pyCAPS/plato_table_PyTest.py
The file was modified /examples/regressionTest/execute_PyTestRegression.shCAPS/examples/regressionTest/execute_PyTestRegression.sh
Revision 3733 by galbramc:
Allow tetgen to write MultiDomain mesh files. Updates to Exodus mesh writer.
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/meshWriter/exodusWriter/MakefileCAPS/aim/meshWriter/exodusWriter/Makefile
The file was modified /aim/meshWriter/exodusWriter/NMakefileCAPS/aim/meshWriter/exodusWriter/NMakefile
The file was modified /aim/meshWriter/exodusWriter/exodusWriter.cppCAPS/aim/meshWriter/exodusWriter/exodusWriter.cpp
The file was modified /aim/mses/msesAIM.cCAPS/aim/mses/msesAIM.c
The file was modified /aim/tetgen/tetgenAIM.cppCAPS/aim/tetgen/tetgenAIM.cpp
The file was modified /aim/tetgen/tetgen_Interface.cppCAPS/aim/tetgen/tetgen_Interface.cpp
The file was modified /aim/tetgen/tetgen_Interface.hppCAPS/aim/tetgen/tetgen_Interface.hpp
The file was modified /aim/unitTest/pyCAPS/test_fun3d.pyCAPS/aim/unitTest/pyCAPS/test_fun3d.py
The file was modified /aim/unitTest/pyCAPS/test_tetgen.pyCAPS/aim/unitTest/pyCAPS/test_tetgen.py
The file was modified /aim/utils/cfdUtils.cCAPS/aim/utils/cfdUtils.c
The file was modified /aim/utils/feaTypes.hCAPS/aim/utils/feaTypes.h
The file was modified /aim/utils/feaUtils.cCAPS/aim/utils/feaUtils.c
The file was modified /aim/utils/meshUtils.cCAPS/aim/utils/meshUtils.c
The file was modified /aim/utils/meshUtils.hCAPS/aim/utils/meshUtils.h
Revision 3732 by galbramc:
More checks when reading mapbc files in aimMesh
Change TypePath in RepositoryPath in Workspace
The file was modified /src/aimMesh.cCAPS/src/aimMesh.c
Revision 3731 by galbramc:
Fun3D lint fixes
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/fun3d/fun3dAIM.cCAPS/aim/fun3d/fun3dAIM.c
Revision 3730 by ryan:
fix - unused variables
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/avl/avlAIM.cCAPS/aim/avl/avlAIM.c
The file was modified /aim/fun3d/fun3dAIM.cCAPS/aim/fun3d/fun3dAIM.c
Revision 3729 by ryan:
fix - null catch in avlaim
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/avl/avlAIM.cCAPS/aim/avl/avlAIM.c
Revision 3728 by ryan:
fix fun3d morphing
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/fun3d/fun3dAIM.cCAPS/aim/fun3d/fun3dAIM.c
The file was modified /aim/fun3d/fun3dInputs.hCAPS/aim/fun3d/fun3dInputs.h
The file was modified /aim/fun3d/fun3dNamelist.cCAPS/aim/fun3d/fun3dNamelist.c
The file was modified /aim/fun3d/fun3dNamelist.hCAPS/aim/fun3d/fun3dNamelist.h
The file was modified /aim/fun3d/fun3dUtils.cCAPS/aim/fun3d/fun3dUtils.c
The file was modified /aim/fun3d/fun3dUtils.hCAPS/aim/fun3d/fun3dUtils.h
Revision 3727 by galbramc:
Lint fixes
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/aflr3/aflr3_Interface.cCAPS/aim/aflr3/aflr3_Interface.c
The file was modified /src/aimMesh.cCAPS/src/aimMesh.c
Revision 3726 by galbramc:
Warning fix
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/tetgen/tetgen_Interface.cppCAPS/aim/tetgen/tetgen_Interface.cpp
Revision 3725 by galbramc:
Fix last commit
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/utils/meshUtils.cCAPS/aim/utils/meshUtils.c
Revision 3724 by galbramc:
Fix waring and add missing files
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/aflr3/aflr3AIM.cCAPS/aim/aflr3/aflr3AIM.c
The file was modified /aim/utils/meshTypes.hCAPS/aim/utils/meshTypes.h
The file was modified /aim/utils/meshUtils.cCAPS/aim/utils/meshUtils.c
The file was modified /aim/utils/meshUtils.hCAPS/aim/utils/meshUtils.h
Revision 3723 by galbramc:
Support tetgen generated regions
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/aflr3/aflr3AIM.cCAPS/aim/aflr3/aflr3AIM.c
The file was modified /aim/aflr3/aflr3_Interface.cCAPS/aim/aflr3/aflr3_Interface.c
The file was modified /aim/tetgen/tetgenAIM.cppCAPS/aim/tetgen/tetgenAIM.cpp
The file was modified /aim/tetgen/tetgen_Interface.cppCAPS/aim/tetgen/tetgen_Interface.cpp
The file was modified /aim/tetgen/tetgen_Interface.hppCAPS/aim/tetgen/tetgen_Interface.hpp
The file was modified /src/aimMesh.cCAPS/src/aimMesh.c
The file was modified /src/aimUtil.cCAPS/src/aimUtil.c
The file was modified /src/capsAnalysis.cCAPS/src/capsAnalysis.c
The file was modified /src/capsValue.cCAPS/src/capsValue.c
Revision 3722 by galbramc:
More lint fixes
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/MakefileCAPS/aim/Makefile
The file was modified /aim/plato/MakefileCAPS/aim/plato/Makefile
The file was modified /aim/plato/platoAIM.cCAPS/aim/plato/platoAIM.c
Revision 3721 by galbramc:
Fix lint warnings
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/aflr3/aflr3AIM.cCAPS/aim/aflr3/aflr3AIM.c
The file was modified /aim/tetgen/tetgenAIM.cppCAPS/aim/tetgen/tetgenAIM.cpp
Revision 3720 by galbramc:
Update Makefile for plato. Add element group names for aflr3 and tetgen.
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/MakefileCAPS/aim/Makefile
The file was modified /aim/NMakefileCAPS/aim/NMakefile
The file was modified /aim/aflr3/aflr3AIM.cCAPS/aim/aflr3/aflr3AIM.c
The file was modified /aim/avl/avlAIM.cCAPS/aim/avl/avlAIM.c
The file was modified /aim/mses/msesAIM.cCAPS/aim/mses/msesAIM.c
The file was modified /aim/tetgen/tetgenAIM.cppCAPS/aim/tetgen/tetgenAIM.cpp
Revision 3719 by galbramc:
Add plato skeleton AIM
Change TypePath in RepositoryPath in Workspace
The file was added/aim/platoCAPS/aim/plato
The file was added/aim/plato/MakefileCAPS/aim/plato/Makefile
The file was added/aim/plato/NMakefileCAPS/aim/plato/NMakefile
The file was added/aim/plato/docCAPS/aim/plato/doc
The file was added/aim/plato/doc/platoAIM_dox.cfgCAPS/aim/plato/doc/platoAIM_dox.cfg
The file was added/aim/plato/doc/platoAIM_header.texCAPS/aim/plato/doc/platoAIM_header.tex
The file was added/aim/plato/doc/platoAIM_layout.xmlCAPS/aim/plato/doc/platoAIM_layout.xml
The file was added/aim/plato/platoAIM.cCAPS/aim/plato/platoAIM.c
The file was added/aim/plato/platoAIM.defCAPS/aim/plato/platoAIM.def
Revision 3718 by galbramc:
Initial cut at an exodus writer
Change TypePath in RepositoryPath in Workspace
The file was added/aim/meshWriter/exodusWriterCAPS/aim/meshWriter/exodusWriter
The file was added/aim/meshWriter/exodusWriter/MakefileCAPS/aim/meshWriter/exodusWriter/Makefile
The file was added/aim/meshWriter/exodusWriter/NMakefileCAPS/aim/meshWriter/exodusWriter/NMakefile
The file was added/aim/meshWriter/exodusWriter/exodusWriter.cppCAPS/aim/meshWriter/exodusWriter/exodusWriter.cpp
The file was added/aim/meshWriter/exodusWriter/exodusWriter.defCAPS/aim/meshWriter/exodusWriter/exodusWriter.def
The file was added/aim/meshWriter/exodusWriter/exodusWriter.hCAPS/aim/meshWriter/exodusWriter/exodusWriter.h
The file was modified /aim/meshWriter/su2Writer/su2Writer.cCAPS/aim/meshWriter/su2Writer/su2Writer.c
The file was modified /aim/meshWriter/su2Writer/su2Writer.hCAPS/aim/meshWriter/su2Writer/su2Writer.h
The file was modified /aim/meshWriter/ugridWriter/ugridWriter.cCAPS/aim/meshWriter/ugridWriter/ugridWriter.c
The file was modified /aim/meshWriter/ugridWriter/ugridWriter.hCAPS/aim/meshWriter/ugridWriter/ugridWriter.h
Revision 3717 by galbramc:
Fix for incorrect Design_Variable in masstranAIM
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/masstran/masstranAIM.cppCAPS/aim/masstran/masstranAIM.cpp
Revision 3716 by haimes:
Allow unconverged SmoothUV status to continue during parameterization
Change TypePath in RepositoryPath in Workspace
The file was modified /src/capsAnalysis.cCAPS/src/capsAnalysis.c
Revision 3715 by galbramc:
Fix masstran derivatives with multiple bodies
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/masstran/masstranAIM.cppCAPS/aim/masstran/masstranAIM.cpp
Revision 3714 by haimes:
Fix closeBound to write bound and vertexset files for journaling
Change TypePath in RepositoryPath in Workspace
The file was modified /src/capsBound.cCAPS/src/capsBound.c
Revision 3713 by dongjoon:
fix typo in corsairlite slcp
Change TypePath in RepositoryPath in Workspace
The file was modified /pyCAPS/corsairlite/optimization/solverWrappers/cvxopt/sequentialLogConvexProgram.pyCAPS/pyCAPS/corsairlite/optimization/solverWrappers/cvxopt/sequentialLogConvexProgram.py
Revision 3712 by dongjoon:
delete redundant kulfan csm and finalize multifidelity scripts
Change TypePath in RepositoryPath in Workspace
The file was removed/examples/corsairlite/multifidelity/csm/kulfan2.csmCAPS/examples/corsairlite/multifidelity/csm/kulfan2.csm
The file was removed/examples/corsairlite/multifidelity/csm/kulfan4.csmCAPS/examples/corsairlite/multifidelity/csm/kulfan4.csm
The file was modified /examples/corsairlite/multifidelity/pyCAPS/CMConstraint.pyCAPS/examples/corsairlite/multifidelity/pyCAPS/CMConstraint.py
The file was modified /examples/corsairlite/multifidelity/pyCAPS/Camber.pyCAPS/examples/corsairlite/multifidelity/pyCAPS/Camber.py
The file was modified /examples/corsairlite/multifidelity/pyCAPS/FlowTrip.pyCAPS/examples/corsairlite/multifidelity/pyCAPS/FlowTrip.py
The file was modified /examples/corsairlite/multifidelity/pyCAPS/GPSize.pyCAPS/examples/corsairlite/multifidelity/pyCAPS/GPSize.py
The file was modified /examples/corsairlite/multifidelity/pyCAPS/Kulfan2.pyCAPS/examples/corsairlite/multifidelity/pyCAPS/Kulfan2.py
The file was modified /examples/corsairlite/multifidelity/pyCAPS/Kulfan4.pyCAPS/examples/corsairlite/multifidelity/pyCAPS/Kulfan4.py
The file was modified /examples/corsairlite/multifidelity/pyCAPS/MSES.pyCAPS/examples/corsairlite/multifidelity/pyCAPS/MSES.py
The file was added/examples/corsairlite/multifidelity/pyCAPS/fullModelKulfan.pyCAPS/examples/corsairlite/multifidelity/pyCAPS/fullModelKulfan.py
The file was added/examples/corsairlite/multifidelity/pyCAPS/fullModelNACA.pyCAPS/examples/corsairlite/multifidelity/pyCAPS/fullModelNACA.py
Revision 3711 by galbramc:
Fix warnings from last commit
Change TypePath in RepositoryPath in Workspace
The file was modified /src/capsBound.cCAPS/src/capsBound.c
Revision 3710 by dongjoon:
small fix on Kulfan MSES wrapper and removing remnants of full corsair
Change TypePath in RepositoryPath in Workspace
The file was modified /pyCAPS/corsairlite/analysis/models/model.pyCAPS/pyCAPS/corsairlite/analysis/models/model.py
The file was modified /pyCAPS/corsairlite/analysis/wrappers/CAPS/MSES/Kulfan.pyCAPS/pyCAPS/corsairlite/analysis/wrappers/CAPS/MSES/Kulfan.py
Revision 3709 by galbramc:
Remove some depricated checks
Change TypePath in RepositoryPath in Workspace
The file was modified /src/capsBound.cCAPS/src/capsBound.c
Revision 3708 by haimes:
Journal the writing of files
Change TypePath in RepositoryPath in Workspace
The file was modified /doc/CAPSapi.pdfCAPS/doc/CAPSapi.pdf
The file was modified /doc/CAPSapi.texCAPS/doc/CAPSapi.tex
The file was modified /include/capsTypes.hCAPS/include/capsTypes.h
The file was modified /src/capsBase.cCAPS/src/capsBase.c
The file was modified /src/capsProblem.cCAPS/src/capsProblem.c
The file was modified /src/phaseUtil.cCAPS/src/phaseUtil.c
The file was modified /test/aim.cCAPS/test/aim.c
Revision 3707 by galbramc:
Move up setting outLevel
Change TypePath in RepositoryPath in Workspace
The file was modified /src/capsProblem.cCAPS/src/capsProblem.c
Revision 3706 by galbramc:
Use ocsmLoadFromModel for static geometry. Expost stepSize for finite differnce in pyCAPS.
Change TypePath in RepositoryPath in Workspace
The file was modified /doc/CAPSapi.pdfCAPS/doc/CAPSapi.pdf
The file was modified /doc/CAPSapi.texCAPS/doc/CAPSapi.tex
The file was modified /pyCAPS/pyCAPS/caps.pyCAPS/pyCAPS/pyCAPS/caps.py
The file was modified /pyCAPS/pyCAPS/problem.pyCAPS/pyCAPS/pyCAPS/problem.py
The file was modified /pyCAPS/unitTest/testBound.pyCAPS/pyCAPS/unitTest/testBound.py
The file was modified /pyCAPS/unitTest/testGeometry.pyCAPS/pyCAPS/unitTest/testGeometry.py
The file was modified /src/caps.defCAPS/src/caps.def
The file was modified /src/capsProblem.cCAPS/src/capsProblem.c
The file was modified /src/capsValue.cCAPS/src/capsValue.c
Revision 3705 by haimes:
Add the ability to control the sensitivity finite-difference step size from CAPS proper
Change TypePath in RepositoryPath in Workspace
The file was modified /doc/AIMdevel.pdfCAPS/doc/AIMdevel.pdf
The file was modified /doc/AIMdevel.texCAPS/doc/AIMdevel.tex
The file was modified /doc/CAPSapi.pdfCAPS/doc/CAPSapi.pdf
The file was modified /doc/CAPSapi.texCAPS/doc/CAPSapi.tex
The file was modified /include/caps.hCAPS/include/caps.h
The file was modified /include/capsTypes.hCAPS/include/capsTypes.h
The file was modified /src/aimUtil.cCAPS/src/aimUtil.c
The file was modified /src/caps.defCAPS/src/caps.def
The file was modified /src/capsAnalysis.cCAPS/src/capsAnalysis.c
The file was modified /src/capsBase.cCAPS/src/capsBase.c
The file was modified /src/capsFunIDs.cCAPS/src/capsFunIDs.c
The file was modified /src/capsFunIDs.hCAPS/src/capsFunIDs.h
The file was modified /src/capsProblem.cCAPS/src/capsProblem.c
The file was modified /src/capsValue.cCAPS/src/capsValue.c
Revision 3704 by galbramc:
Remove old html doc before copying
Change TypePath in RepositoryPath in Workspace
The file was modified /doc/MakefileCAPS/doc/Makefile
Revision 3703 by galbramc:
Update cart3dAIM dox
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/cart3d/cart3dAIM.cCAPS/aim/cart3d/cart3dAIM.c
Revision 3702 by galbramc:
Update pyCAPS dox dependencies
Change TypePath in RepositoryPath in Workspace
The file was modified /pyCAPS/src/MakefileCAPS/pyCAPS/src/Makefile
Revision 3701 by dongjoon:
update corsairlite files to python3.8 compatible
Change TypePath in RepositoryPath in Workspace
The file was modified /pyCAPS/corsairlite/analysis/models/aerodynamics/airfoil/kulfan/mses/fullModel.pyCAPS/pyCAPS/corsairlite/analysis/models/aerodynamics/airfoil/kulfan/mses/fullModel.py
The file was modified /pyCAPS/corsairlite/analysis/models/aerodynamics/airfoil/naca4/mses/fullModel.pyCAPS/pyCAPS/corsairlite/analysis/models/aerodynamics/airfoil/naca4/mses/fullModel.py
Revision 3700 by galbramc:
Use TIM viewer in pyCAPS view methods
Change TypePath in RepositoryPath in Workspace
The file was modified /pyCAPS/pyCAPS/problem.pyCAPS/pyCAPS/pyCAPS/problem.py
Revision 3699 by galbramc:
Allow ftype=None for FieldIn/FieldOut data sets
Change TypePath in RepositoryPath in Workspace
The file was modified /examples/pyCAPS/aeroelasticModal_Fun3D_and_Astros.pyCAPS/examples/pyCAPS/aeroelasticModal_Fun3D_and_Astros.py
The file was modified /examples/pyCAPS/aeroelasticModal_Fun3D_and_Mystran.pyCAPS/examples/pyCAPS/aeroelasticModal_Fun3D_and_Mystran.py
The file was modified /examples/pyCAPS/aeroelasticSimple_Displacement_Fun3D_and_Mystran.pyCAPS/examples/pyCAPS/aeroelasticSimple_Displacement_Fun3D_and_Mystran.py
The file was modified /examples/pyCAPS/aeroelasticSimple_Displacement_SU2_and_Astros.pyCAPS/examples/pyCAPS/aeroelasticSimple_Displacement_SU2_and_Astros.py
The file was modified /examples/pyCAPS/aeroelasticSimple_Displacement_SU2_and_Mystran.pyCAPS/examples/pyCAPS/aeroelasticSimple_Displacement_SU2_and_Mystran.py
The file was modified /examples/pyCAPS/aeroelasticSimple_Iterative_Cart3D_and_Mystran.pyCAPS/examples/pyCAPS/aeroelasticSimple_Iterative_Cart3D_and_Mystran.py
The file was modified /examples/pyCAPS/aeroelasticSimple_Iterative_Fun3D_and_Mystran.pyCAPS/examples/pyCAPS/aeroelasticSimple_Iterative_Fun3D_and_Mystran.py
The file was modified /examples/pyCAPS/aeroelasticSimple_Iterative_SU2_and_Astros.pyCAPS/examples/pyCAPS/aeroelasticSimple_Iterative_SU2_and_Astros.py
The file was modified /examples/pyCAPS/aeroelasticSimple_Iterative_SU2_and_Mystran.pyCAPS/examples/pyCAPS/aeroelasticSimple_Iterative_SU2_and_Mystran.py
The file was modified /examples/pyCAPS/aeroelasticSimple_Pressure_Fun3D_and_Mystran.pyCAPS/examples/pyCAPS/aeroelasticSimple_Pressure_Fun3D_and_Mystran.py
The file was modified /examples/pyCAPS/aeroelasticSimple_Pressure_SU2_and_Astros.pyCAPS/examples/pyCAPS/aeroelasticSimple_Pressure_SU2_and_Astros.py
The file was modified /examples/pyCAPS/aeroelasticSimple_Pressure_SU2_and_Mystran.pyCAPS/examples/pyCAPS/aeroelasticSimple_Pressure_SU2_and_Mystran.py
The file was modified /examples/pyCAPS/aeroelastic_Iterative_Fun3D_and_Mystran.pyCAPS/examples/pyCAPS/aeroelastic_Iterative_Fun3D_and_Mystran.py
The file was modified /examples/pyCAPS/aeroelastic_Iterative_SU2_and_Astros.pyCAPS/examples/pyCAPS/aeroelastic_Iterative_SU2_and_Astros.py
The file was modified /examples/pyCAPS/aeroelastic_Iterative_SU2_and_Mystran.pyCAPS/examples/pyCAPS/aeroelastic_Iterative_SU2_and_Mystran.py
The file was modified /examples/pyCAPS/astros_CompositeWingFreq_PyTest.pyCAPS/examples/pyCAPS/astros_CompositeWingFreq_PyTest.py
The file was modified /examples/pyCAPS/pointwise_PyTest.pyCAPS/examples/pyCAPS/pointwise_PyTest.py
The file was modified /pyCAPS/pyCAPS/problem.pyCAPS/pyCAPS/pyCAPS/problem.py
The file was modified /pyCAPS/unitTest/testExperiment.pyCAPS/pyCAPS/unitTest/testExperiment.py
The file was modified /training/data/session11/aeroelastic_1_Modal_Fun3D_Astros.pyCAPS/training/data/session11/aeroelastic_1_Modal_Fun3D_Astros.py
The file was modified /training/data/session11/aeroelastic_2_Iterative_SU2_Astros.pyCAPS/training/data/session11/aeroelastic_2_Iterative_SU2_Astros.py
Revision 2302 by jfdannen:
fix bug in serveESP that did not properly update the build status message after File->Edit->Save; implement analytic sensitivities in udpWaffle; add designX* test cases; make sure userPointer gets reset after perturbation is removed
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ToDo.txtN/A
The file was added/trunk/data/basic/designX1.csmN/A
The file was added/trunk/data/basic/designX2.csmN/A
The file was added/trunk/data/basic/designX3.csmN/A
The file was added/trunk/data/basic/designX4.csmN/A
The file was added/trunk/data/basic/designX5.csmN/A
The file was added/trunk/data/basic/designX6.csmN/A
The file was added/trunk/data/basic/designX7.csmN/A
The file was added/trunk/data/basic/designX8.csmN/A
The file was added/trunk/data/basic/verify_7.4.1/designX1.gsenN/A
The file was added/trunk/data/basic/verify_7.4.1/designX1.tsenN/A
The file was added/trunk/data/basic/verify_7.4.1/designX1.vfyN/A
The file was added/trunk/data/basic/verify_7.4.1/designX2.gsenN/A
The file was added/trunk/data/basic/verify_7.4.1/designX2.tsenN/A
The file was added/trunk/data/basic/verify_7.4.1/designX2.vfyN/A
The file was added/trunk/data/basic/verify_7.4.1/designX3.gsenN/A
The file was added/trunk/data/basic/verify_7.4.1/designX3.tsenN/A
The file was added/trunk/data/basic/verify_7.4.1/designX3.vfyN/A
The file was added/trunk/data/basic/verify_7.4.1/designX4.gsenN/A
The file was added/trunk/data/basic/verify_7.4.1/designX4.tsenN/A
The file was added/trunk/data/basic/verify_7.4.1/designX4.vfyN/A
The file was added/trunk/data/basic/verify_7.4.1/designX5.gsenN/A
The file was added/trunk/data/basic/verify_7.4.1/designX5.tsenN/A
The file was added/trunk/data/basic/verify_7.4.1/designX5.vfyN/A
The file was added/trunk/data/basic/verify_7.4.1/designX6.gsenN/A
The file was added/trunk/data/basic/verify_7.4.1/designX6.tsenN/A
The file was added/trunk/data/basic/verify_7.4.1/designX6.vfyN/A
The file was added/trunk/data/basic/verify_7.4.1/designX7.gsenN/A
The file was added/trunk/data/basic/verify_7.4.1/designX7.tsenN/A
The file was added/trunk/data/basic/verify_7.4.1/designX7.vfyN/A
The file was added/trunk/data/basic/verify_7.4.1/designX8.gsenN/A
The file was added/trunk/data/basic/verify_7.4.1/designX8.tsenN/A
The file was added/trunk/data/basic/verify_7.4.1/designX8.vfyN/A
The file was added/trunk/data/basic/verify_7.6.0/designX1.gsenN/A
The file was added/trunk/data/basic/verify_7.6.0/designX1.tsenN/A
The file was added/trunk/data/basic/verify_7.6.0/designX1.vfyN/A
The file was added/trunk/data/basic/verify_7.6.0/designX2.gsenN/A
The file was added/trunk/data/basic/verify_7.6.0/designX2.tsenN/A
The file was added/trunk/data/basic/verify_7.6.0/designX2.vfyN/A
The file was added/trunk/data/basic/verify_7.6.0/designX3.gsenN/A
The file was added/trunk/data/basic/verify_7.6.0/designX3.tsenN/A
The file was added/trunk/data/basic/verify_7.6.0/designX3.vfyN/A
The file was added/trunk/data/basic/verify_7.6.0/designX4.gsenN/A
The file was added/trunk/data/basic/verify_7.6.0/designX4.tsenN/A
The file was added/trunk/data/basic/verify_7.6.0/designX4.vfyN/A
The file was added/trunk/data/basic/verify_7.6.0/designX5.gsenN/A
The file was added/trunk/data/basic/verify_7.6.0/designX5.tsenN/A
The file was added/trunk/data/basic/verify_7.6.0/designX5.vfyN/A
The file was added/trunk/data/basic/verify_7.6.0/designX6.gsenN/A
The file was added/trunk/data/basic/verify_7.6.0/designX6.tsenN/A
The file was added/trunk/data/basic/verify_7.6.0/designX6.vfyN/A
The file was added/trunk/data/basic/verify_7.6.0/designX7.gsenN/A
The file was added/trunk/data/basic/verify_7.6.0/designX7.tsenN/A
The file was added/trunk/data/basic/verify_7.6.0/designX7.vfyN/A
The file was added/trunk/data/basic/verify_7.6.0/designX8.gsenN/A
The file was added/trunk/data/basic/verify_7.6.0/designX8.tsenN/A
The file was added/trunk/data/basic/verify_7.6.0/designX8.vfyN/A
The file was modified /trunk/data/plugs/verify_7.6.0/plugs6a.vfyN/A
The file was modified /trunk/data/plugs/verify_7.6.0/plugs7a.vfyN/A
The file was modified /trunk/data/plugs/verify_7.6.0/plugs8a.vfyN/A
The file was modified /trunk/src/OpenCSM.cOpenCSM/trunk/src/OpenCSM.c
The file was modified /trunk/src/sensCSM.cOpenCSM/trunk/src/sensCSM.c
The file was modified /trunk/src/serveESP.cOpenCSM/trunk/src/serveESP.c
The file was modified /trunk/src/udpWaffle.cOpenCSM/trunk/src/udpWaffle.c
Revision 2300 by jfdannen:
add ocsmAdjoint and testOcsmAdjoint (in serveESP); allow timPlotter to have two y-axes; add plotter3.py test case
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ESP/ESP-plotter.jsN/A
The file was modified /trunk/ToDo.txtN/A
The file was added/trunk/data/python/plotter3.pyN/A
The file was modified /trunk/src/OpenCSM.cOpenCSM/trunk/src/OpenCSM.c
The file was modified /trunk/src/OpenCSM.hOpenCSM/trunk/src/OpenCSM.h
The file was modified /trunk/src/serveESP.cOpenCSM/trunk/src/serveESP.c
The file was modified /trunk/src/timPlotter.cOpenCSM/trunk/src/timPlotter.c
The file was modified /trunk/testScript.txtN/A
Revision 2299 by jfdannen:
update adjoint test to remove (incorrect) compiler warning
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/src/serveESP.cOpenCSM/trunk/src/serveESP.c
Revision 2298 by jfdannen:
remove data/ide (because it is redundant with data/tutorial6); eliminate automatic build when entering CAPS mode (depend on the lazy evaluation in CAPS); enable sensitivity calculations for scribes and trims; add designW* test cases; fix bug that put wrong _edgeID on scribed Edges; update attrScribe, scribeWing, and scribedSphere test cases; create splitEdges.udc; add splitEdges* test cases
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ToDo.txtN/A
The file was modified /trunk/data/basic/attrScribe.csmN/A
The file was added/trunk/data/basic/designW0.csmN/A
The file was added/trunk/data/basic/designW1.csmN/A
The file was added/trunk/data/basic/designW2.csmN/A
The file was added/trunk/data/basic/designW3.csmN/A
The file was added/trunk/data/basic/designW4.csmN/A
The file was added/trunk/data/basic/designW5.csmN/A
The file was modified /trunk/data/basic/scribeWing.csmN/A
The file was modified /trunk/data/basic/scribedSphere.csmN/A
The file was added/trunk/data/basic/splitEdges1.csmN/A
The file was added/trunk/data/basic/splitEdges2.csmN/A
The file was added/trunk/data/basic/verify_7.4.1/designW0.gsenN/A
The file was added/trunk/data/basic/verify_7.4.1/designW0.tsenN/A
The file was added/trunk/data/basic/verify_7.4.1/designW0.vfyN/A
The file was added/trunk/data/basic/verify_7.4.1/designW1.gsenN/A
The file was added/trunk/data/basic/verify_7.4.1/designW1.tsenN/A
The file was added/trunk/data/basic/verify_7.4.1/designW1.vfyN/A
The file was added/trunk/data/basic/verify_7.4.1/designW2.gsenN/A
The file was added/trunk/data/basic/verify_7.4.1/designW2.tsenN/A
The file was added/trunk/data/basic/verify_7.4.1/designW2.vfyN/A
The file was added/trunk/data/basic/verify_7.4.1/designW3.gsenN/A
The file was added/trunk/data/basic/verify_7.4.1/designW3.tsenN/A
The file was added/trunk/data/basic/verify_7.4.1/designW3.vfyN/A
The file was added/trunk/data/basic/verify_7.4.1/designW4.gsenN/A
The file was added/trunk/data/basic/verify_7.4.1/designW4.tsenN/A
The file was added/trunk/data/basic/verify_7.4.1/designW4.vfyN/A
The file was added/trunk/data/basic/verify_7.4.1/designW5.gsenN/A
The file was added/trunk/data/basic/verify_7.4.1/designW5.tsenN/A
The file was added/trunk/data/basic/verify_7.4.1/designW5.vfyN/A
The file was added/trunk/data/basic/verify_7.4.1/splitEdges1.vfyN/A
The file was added/trunk/data/basic/verify_7.4.1/splitEdges2.vfyN/A
The file was added/trunk/data/basic/verify_7.6.0/designW0.gsenN/A
The file was added/trunk/data/basic/verify_7.6.0/designW0.tsenN/A
The file was added/trunk/data/basic/verify_7.6.0/designW0.vfyN/A
The file was added/trunk/data/basic/verify_7.6.0/designW1.gsenN/A
The file was added/trunk/data/basic/verify_7.6.0/designW1.tsenN/A
The file was added/trunk/data/basic/verify_7.6.0/designW1.vfyN/A
The file was added/trunk/data/basic/verify_7.6.0/designW2.gsenN/A
The file was added/trunk/data/basic/verify_7.6.0/designW2.tsenN/A
The file was added/trunk/data/basic/verify_7.6.0/designW2.vfyN/A
The file was added/trunk/data/basic/verify_7.6.0/designW3.gsenN/A
The file was added/trunk/data/basic/verify_7.6.0/designW3.tsenN/A
The file was added/trunk/data/basic/verify_7.6.0/designW3.vfyN/A
The file was added/trunk/data/basic/verify_7.6.0/designW4.gsenN/A
The file was added/trunk/data/basic/verify_7.6.0/designW4.tsenN/A
The file was added/trunk/data/basic/verify_7.6.0/designW4.vfyN/A
The file was added/trunk/data/basic/verify_7.6.0/designW5.gsenN/A
The file was added/trunk/data/basic/verify_7.6.0/designW5.tsenN/A
The file was added/trunk/data/basic/verify_7.6.0/designW5.vfyN/A
The file was added/trunk/data/basic/verify_7.6.0/splitEdges1.vfyN/A
The file was added/trunk/data/basic/verify_7.6.0/splitEdges2.vfyN/A
The file was removed/trunk/data/ide/bendWing.pyN/A
The file was removed/trunk/data/ide/conserveUpper.pyN/A
The file was removed/trunk/data/ide/demo_tim.txtN/A
The file was removed/trunk/data/ide/interpolateUpper.pyN/A
The file was removed/trunk/data/ide/optTaper.pyN/A
The file was removed/trunk/data/ide/plane4.csmN/A
The file was removed/trunk/data/ide/sizeWing.pyN/A
The file was removed/trunk/data/ide/stub.pyN/A
The file was removed/trunk/data/ide/viewBodys.pyN/A
The file was removed/trunk/data/ide/wing1.csmN/A
The file was removed/trunk/data/ide/wing1a.csmN/A
The file was removed/trunk/data/ide/wing1a.udc_origN/A
The file was removed/trunk/data/ide/wing1b.udcN/A
The file was removed/trunk/data/ide/wing2.csmN/A
The file was removed/trunk/data/ide/wing3.csmN/A
The file was modified /trunk/data/plugs/verify_7.6.0/plugs6a.vfyN/A
The file was modified /trunk/data/plugs/verify_7.6.0/plugs7a.vfyN/A
The file was modified /trunk/data/plugs/verify_7.6.0/plugs8a.vfyN/A
The file was modified /trunk/src/OpenCSM.cOpenCSM/trunk/src/OpenCSM.c
The file was modified /trunk/src/OpenCSM.hOpenCSM/trunk/src/OpenCSM.h
The file was modified /trunk/src/ocsm.defOpenCSM/trunk/src/ocsm.def
The file was modified /trunk/src/serveESP.cOpenCSM/trunk/src/serveESP.c
The file was modified /trunk/src/timPyscript.cOpenCSM/trunk/src/timPyscript.c
The file was modified /trunk/testScript.txtN/A
The file was added/trunk/udc/splitEdges.udcOpenCSM/trunk/udc/splitEdges.udc
Revision 2297 by jfdannen:
remember name of Pyscript file for next Tool->Pyscript; clean up ESP messages after builds; remove code in esp.timSetCaps that removed the _finalize method; fix memory problem in timViewer for very long scene-graph meta-data buffers; reset magic number to zero to catch cases when a MODL is tried to be used after ocsmFree; modify IMPORT so that it properly marks NODE_BODYs; force tessellation if needed in timViewer; fix bug in ocsmLoadFromEgads that did not properly initialize the .ileft and .irite Branches; remove underscore attributes in .egads files in ocsmLoadFromEgads; force python garbage collection at end of each pyscript execution; add interactive testScript
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ESP/ESP-pyscript.jsN/A
The file was modified /trunk/ESP/ESP.jsN/A
The file was modified /trunk/ToDo.txtN/A
The file was modified /trunk/pyOCSM/pyOCSM/esp.pyOpenCSM/trunk/pyOCSM/pyOCSM/esp.py
The file was modified /trunk/src/OpenCSM.cOpenCSM/trunk/src/OpenCSM.c
The file was modified /trunk/src/serveESP.cOpenCSM/trunk/src/serveESP.c
The file was modified /trunk/src/tim.cOpenCSM/trunk/src/tim.c
The file was modified /trunk/src/timPyscript.cOpenCSM/trunk/src/timPyscript.c
The file was modified /trunk/src/timViewer.cOpenCSM/trunk/src/timViewer.c
The file was added/trunk/testScript.txtN/A
Revision 2296 by jfdannen:
add PLOT_TESSSENS and PLOT_TEMPCOMPS flags to help in debugging tessellation sensitivities; remove tessellation velocity calculation shortcut to make Edge and Face tessellation velocities consistent; refactor signalError() and signalError2(); allow plotTypes =7 for x-component, =8 for y-component, =9 for z-component of sensitivity
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ESP/ESP.jsN/A
The file was modified /trunk/ToDo.txtN/A
The file was modified /trunk/data/basic/designV1.csmN/A
The file was modified /trunk/data/basic/verify_7.4.1/design0.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/design0f.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/design0g.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/design0j.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/design0k.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/design0n1.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/design0n2.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/design0o1.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/design0o2.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/design0o3.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/design0o4.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/design0q.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/design0t1.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/design0t2.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/design0t3.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/design0w.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/design9.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designB2.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designB4.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designB5.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designC2b.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designC3b.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designC4a.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designC4b.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designC5a.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designC5b.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designC6a.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designC6b.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designD0a.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designD0c.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designD1a.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designD1b.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designD1c.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designD2a.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designD2b.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designD2c.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designD3a.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designD3b.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designD3c.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designD4a.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designD4b.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designD4c.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designD5a.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designD5b.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designD5c.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designD6a0.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designD6a1.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designD6a2.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designD6b0.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designD6b1.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designD6b2.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designD6c0.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designD6c1.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designD6c2.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designE3.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designF0bb.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designF1bb.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designF1rr.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designF1rs.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designF1sr.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designF1ss.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designF2bb.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designF2rr.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designF2rs.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designF2sr.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designF2ss.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designG0.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designG1.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designG2.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designG3.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designG4.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designG5.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designG6.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designG7.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designG8.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designG9.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designGA.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designJ1a.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designJ1b.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designJ1d.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designJ2a.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designJ2b.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designJ3a.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designJ3b.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designJ4a.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designJ4b.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designJ5.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designL11.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designL12.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designL31.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designL32.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designL33.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designL34.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designL41.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designL42.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designM3.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designM4.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designP1b.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designP1c.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designP1d.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designP2b.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designP2c.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designP2d.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designP4a.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designP4b.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designP4c.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designP4d.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designR1a.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designR1b.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designR1c.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designR1d.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designR1e.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designR2a.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designR2b.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designR2c.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designR2d.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designR2e.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designR3a.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designR3b.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designR3c.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designR3d.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designR3e.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designS1.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designS2.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designV1.tsenN/A
The file was modified /trunk/data/basic/verify_7.4.1/designV1.vfyN/A
The file was modified /trunk/data/basic/verify_7.6.0/design0.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/design0f.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/design0g.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/design0j.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/design0k.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/design0n1.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/design0n2.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/design0o1.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/design0o2.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/design0o3.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/design0o4.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/design0q.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/design0t1.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/design0t2.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/design0t3.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/design0w.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/design9.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designB2.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designC2b.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designC3b.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designC4a.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designC4b.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designC5a.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designC5b.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designC6a.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designC6b.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designD0a.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designD0c.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designD1a.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designD1b.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designD1c.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designD2a.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designD2b.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designD2c.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designD3a.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designD3b.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designD3c.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designD4a.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designD4b.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designD4c.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designD5a.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designD5b.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designD5c.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designD6a0.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designD6a1.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designD6a2.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designD6b0.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designD6b1.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designD6b2.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designD6c0.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designD6c1.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designD6c2.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designE3.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designF0bb.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designF1bb.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designF1rr.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designF1rs.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designF1sr.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designF1ss.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designF2bb.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designF2rr.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designF2rs.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designF2sr.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designF2ss.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designG0.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designG1.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designG2.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designG3.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designG4.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designG5.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designG6.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designG7.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designG8.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designG9.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designGA.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designJ1a.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designJ1b.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designJ1d.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designJ2a.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designJ2b.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designJ3a.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designJ3b.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designJ4a.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designJ4b.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designJ5.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designL11.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designL12.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designL31.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designL32.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designL33.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designL34.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designL41.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designL42.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designM3.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designM4.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designP1b.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designP1c.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designP1d.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designP2b.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designP2c.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designP2d.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designP4a.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designP4b.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designP4c.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designP4d.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designR1a.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designR1b.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designR1c.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designR1d.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designR1e.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designR2a.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designR2b.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designR2c.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designR2d.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designR2e.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designR3a.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designR3b.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designR3c.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designR3d.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designR3e.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designS1.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designS2.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designV1.gsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designV1.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designV1.vfyN/A
The file was modified /trunk/src/OpenCSM.cOpenCSM/trunk/src/OpenCSM.c
The file was modified /trunk/src/serveESP.cOpenCSM/trunk/src/serveESP.c
Revision 1876 by galbramc:
Add simple figure for tri ordering with mixed quad faces
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/docs/EGADS_ref/egads.pdfEGADS/trunk/docs/EGADS_ref/egads.pdf
The file was modified /trunk/docs/EGADS_ref/egads.texEGADS/trunk/docs/EGADS_ref/egads.tex
Revision 1875 by haimes:
Allow unconverged SmoothUV status to continue during parameterization
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/src/egadsTris.cEGADS/trunk/src/egadsTris.c
Revision 795 by galbramc:
More general ubuntu suppression
Change TypePath in RepositoryPath in Workspace
The file was modified /valgrind/valgrind-Ubuntu.suppJenkinsESP/valgrind/valgrind-Ubuntu.supp
Revision 794 by galbramc:
Ubuntu valgrid supression
Change TypePath in RepositoryPath in Workspace
The file was modified /valgrind/valgrind-Ubuntu.suppJenkinsESP/valgrind/valgrind-Ubuntu.supp
Revision 793 by galbramc:
scipy 1.9.2. and 1.9.3 have valgrind issues
Change TypePath in RepositoryPath in Workspace
The file was modified /ESPbfr.shJenkinsESP/ESPbfr.sh
Revision 792 by galbramc:
Add seacas to macys
Change TypePath in RepositoryPath in Workspace
The file was modified /ESP_Env.shJenkinsESP/ESP_Env.sh
Revision 791 by galbramc:
Add SEACAS environment variable for exodus
Change TypePath in RepositoryPath in Workspace
The file was modified /ESP_Env.shJenkinsESP/ESP_Env.sh
The file was modified /RunRegression.shJenkinsESP/RunRegression.sh
Revision 790 by galbramc:
Upgrade cvxopt build for gcc 12 on viggen
Change TypePath in RepositoryPath in Workspace
The file was modified /ESPbfr.shJenkinsESP/ESPbfr.sh