Skip to content
Failed

Changes

Summary

  1. Add bound VTK dump
  2. Add Fun3D option to refineAIM. Fixes for phasing with refine
  3. Only allow capps to aim_deleteMeshes in aimPreAnalysis. Add MAT5 nastran Card. Clear data transfer if tessellation is updated. Copy over previous files when removing a clink
  4. Missed a file
  5. Fix TEMP card. Fix TACS temperature transfer.
  6. Lint fixes
  7. Fix for windoze
  8. Parse von Mises stress and strain from Mystran. Fix refineAIM to remove old meshes.
  9. Use latest version of SU2(8.0.0)
  10. Updates for SU2 Harrier, version 8.0.0
  11. Fix memory leak
  12. Fix array bound error. Update legacy example.
  13. Dont require meshRef for meshWriters
  14. Add remaining MAT8 entries. Always check for valid indexes in meshes. Various other fixes.
  15. Lots of lint fixes and memory leak fix
  16. Fix bug in refine libMeshb reader
  17. Fix memory leak in mystran AIM
  18. Fix warning
  19. Exclusively use MESHEXTENSION for refine
  20. Don't reqiore capsMeshLength for auto feaMeshing
  21. Use egadsTess functions to build on the fly fea Meshes
  22. Guard against using null pointer
  23. More binary ugrid reader improvements
  24. Add isothermal material properties
  25. More informative refine execution failure error messages
  26. Add execution error message for refine
  27. Fix Mesh_Morph for fea. Improve speed of binary ugrid reader.
  28. Lint fixes
  29. Update unit test
  30. Various small fixes
  31. Test with mixed quad/tri Face
  32. Allow mixed quad/tri on Faces for data transfer
  33. Update aimMesh for Morphing surface meshes
  34. Make mesh link optional again for astros
  35. Add mesh morphing to masstran
  36. Fixes for refine and add Mesh_Morph for structures
  37. Lint fixes
  38. Fix ThermalExternal. Add Mesh_Morph and Temperaure field to SU2
  39. Another try at scan-build suppression
  40. Dox and scan-build fixes
  41. lint fixes
  42. Fixes for Fun3D data transfer
  43. Fix last commit
  44. Refactor all mesh transfer to PointerMesh. Add thermal transfor for Fun3D and structures.
  45. Update testing geometries
  46. Fix warning
  47. Fix refine AIM compile error
  48. Add refine AIM
  49. Dox and other small fixes
  50. Update BuildFromRepo.txt
  51. Fix Cart3D example
  52. modify OPAM1.udc to pass Jenkins tests
  53. add simple.py to demonstrate a pyscript that can be run either from python prompt or from serveESP
  54. fix sanitize-address error in udpWaffle when progress=1
  55. add sleep to udpVsp3 to ensure that .stp file is ready for reading; update waffle documentation to include rebuild input argument; fix bug that caused a seg fault if last Body on stack had a degenerate Edge and the -dxdd option was used in serveESP; add attrSpec test case to show how to apply compound string Attributes via the ATTRIBUTE command, via editAttr, and within the waffle; relax restriction on number of SET statements within a waffle; allow PATBREAK in waffle; add waffleC1 test case
  56. modify ocsmGetUV so that inverse evalaution starts at closest tessellation point if npnt is negative; fix memory leak associated with testAdjoint*; fix bug that allowed _hist and __trace__ to contain duplicate entries, which sometimes resulted in an infinite loop; add uCRM test case to data/gallery; fix bug that made had _edgeID point to scribing Face instead of its _faceID during a scribing operation; Edges from a sketch should have _edgeID that identifies the Body and Edge number; fix scribeWing test case; fix _edgeID for Edges that result from SUBTRACTing a SolidBody or planar SheetBody from a SheetBody. BEWARE: backward incompatability for some _edgeID; add edgeIDtest* test cases
  57. add testAdjoint1 test case
  58. make udpWaffle clean up temporary variables if an error occurs while processing a file; add fitCurve8 test case; return error from vspSetup if .vsp3 file does not exist; add pylon/pod to vsp3/OPAM1* test cases
  59. remove X57_MAXWELL_CRM_v4.4.1 from svn (too big)
  60. fix valgrind error in timVspSetup.c; initialization update required by change in EG_mapBody; add bentWaffle test case; SELECT * xmin xmax ... finds closest entity if xmin=xmax ...
  61. fix addressing bug in udpWarp; initial implementation of timVspSetup
  62. convert backslashes to forward slashes in filenames in udpVsp3 because anglescipt expects forward slashes
  63. properly rename vsp3 verification test cases
  64. ATTRRECYCLE forces UDPRIM to not be recycled; fix printing of SELECT with attrValu a number; update udpVsp3 to automatically run vsp; add data/vsp3 test cases; add propInteg*a test cases; use _plugsIgnore on Faces that should be ignored during cloud point reclassifications in Plugs; add udpWarp; add ablate0* test cases
  65. Fix lint
  66. Fix EG_mapBody infinite loop
  67. Update egads.def with EG_mapBody2
  68. Fix incorrect mapBody tests
  69. Fix compile error related to M_PI
  70. Fix EG_mapBody when topology is identical but geometry differs. Add EG_mapBody2 as replacement for EG_mapBody that also works on FaceBodys.
  71. Add additional Node check in EG_localToGlobal
  72. Add backup M_PI when not available for Surreal
  73. Fix memory leak when error occurs while reading units from STEP/IGES
  74. Rename ref test to avoid conflicting with NASA refine ref
  75. Preserve tessellation attributes in mapTessBody
  76. Small fix for IGES Name reads
  77. IGES reader now also reads all Name attributes. Fix stanalizer warning.
  78. Reduce time extract Name attribute from STEP files.
  79. Another python valgrind suppression
  80. Upgrade to SU2 8.0.0
  81. Update vsp3 memcheck suppression
  82. Add refine executable PATH
  83. Suppress vspscript leaks
  84. Add data/vsp3/X57_Maxwell_CRM_v4.4.1.csm to csmIgnore for valgrind.
  85. Downgrade to OpenVSP 3.34.0
  86. Add vsp3 jenkins files
  87. Add VSP3_ROOT for vsp3 testing
Revision 3972 by galbramc:
Add bound VTK dump
Change TypePath in RepositoryPath in Workspace
The file was modified /examples/pyCAPS/aeroelasticSimple_Iterative_Cart3D_and_Mystran.pyCAPS/examples/pyCAPS/aeroelasticSimple_Iterative_Cart3D_and_Mystran.py
The file was modified /pyCAPS/pyCAPS/problem.pyCAPS/pyCAPS/pyCAPS/problem.py
Revision 3971 by galbramc:
Add Fun3D option to refineAIM. Fixes for phasing with refine
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/refine/refineAIM.cCAPS/aim/refine/refineAIM.c
The file was modified /aim/unitTest/pyCAPS/test_refine.pyCAPS/aim/unitTest/pyCAPS/test_refine.py
The file was modified /src/capsAnalysis.cCAPS/src/capsAnalysis.c
Revision 3970 by galbramc:
Only allow capps to aim_deleteMeshes in aimPreAnalysis. Add MAT5 nastran Card. Clear data transfer if tessellation is updated. Copy over previous files when removing a clink
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/aflr2/aflr2AIM.cCAPS/aim/aflr2/aflr2AIM.c
The file was modified /aim/aflr4/aflr4AIM.cCAPS/aim/aflr4/aflr4AIM.c
The file was modified /aim/egadsTess/egadsTessAIM.cCAPS/aim/egadsTess/egadsTessAIM.c
The file was modified /aim/meshWriter/libMeshbWriter/libMeshbWriter.cCAPS/aim/meshWriter/libMeshbWriter/libMeshbWriter.c
The file was modified /aim/refine/refineAIM.cCAPS/aim/refine/refineAIM.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/nastranCards.cCAPS/aim/utils/nastranCards.c
The file was modified /aim/utils/nastranCards.hCAPS/aim/utils/nastranCards.h
The file was modified /aim/utils/nastranUtils.cCAPS/aim/utils/nastranUtils.c
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/capsBase.cCAPS/src/capsBase.c
The file was modified /src/capsProblem.cCAPS/src/capsProblem.c
Revision 3969 by galbramc:
Missed a file
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/tacs/tacsAIM.cCAPS/aim/tacs/tacsAIM.c
Revision 3968 by galbramc:
Fix TEMP card. Fix TACS temperature transfer.
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/utils/feaUtils.cCAPS/aim/utils/feaUtils.c
The file was modified /aim/utils/nastranCards.cCAPS/aim/utils/nastranCards.c
The file was modified /examples/csmData/aeroelasticDataTransferSimple.csmCAPS/examples/csmData/aeroelasticDataTransferSimple.csm
The file was added/examples/pyCAPS/aeroelasticSimple_Temperature_SU2_and_TACS.pyCAPS/examples/pyCAPS/aeroelasticSimple_Temperature_SU2_and_TACS.py
The file was modified /examples/regressionTest/execute_PyTestRegression.shCAPS/examples/regressionTest/execute_PyTestRegression.sh
Revision 3967 by galbramc:
Lint fixes
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/mystran/mystranAIM.cCAPS/aim/mystran/mystranAIM.c
The file was modified /aim/mystran/mystranUtils.cCAPS/aim/mystran/mystranUtils.c
Revision 3966 by galbramc:
Fix for windoze
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/mystran/mystranUtils.cCAPS/aim/mystran/mystranUtils.c
Revision 3965 by galbramc:
Parse von Mises stress and strain from Mystran. Fix refineAIM to remove old meshes.
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/mystran/mystranAIM.cCAPS/aim/mystran/mystranAIM.c
The file was modified /aim/mystran/mystranUtils.cCAPS/aim/mystran/mystranUtils.c
The file was modified /aim/mystran/mystranUtils.hCAPS/aim/mystran/mystranUtils.h
The file was modified /aim/refine/refineAIM.cCAPS/aim/refine/refineAIM.c
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
The file was modified /src/aimMesh.cCAPS/src/aimMesh.c
Revision 3964 by nitin:
Use latest version of SU2(8.0.0)
Change TypePath in RepositoryPath in Workspace
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_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_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_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/su2_Morph_PyTest.pyCAPS/examples/pyCAPS/su2_Morph_PyTest.py
The file was modified /examples/pyCAPS/su2_X43a_PyTest.pyCAPS/examples/pyCAPS/su2_X43a_PyTest.py
The file was modified /examples/pyCAPS/su2_and_AFLR2_NodeDist_PyTest.pyCAPS/examples/pyCAPS/su2_and_AFLR2_NodeDist_PyTest.py
The file was modified /examples/pyCAPS/su2_and_AFLR2_PyTest.pyCAPS/examples/pyCAPS/su2_and_AFLR2_PyTest.py
The file was modified /examples/pyCAPS/su2_and_AFLR4_AFLR3_PyTest.pyCAPS/examples/pyCAPS/su2_and_AFLR4_AFLR3_PyTest.py
The file was modified /examples/pyCAPS/su2_and_Delaundo_PyTest.pyCAPS/examples/pyCAPS/su2_and_Delaundo_PyTest.py
The file was modified /examples/pyCAPS/su2_and_Tetgen_PyTest.pyCAPS/examples/pyCAPS/su2_and_Tetgen_PyTest.py
The file was modified /examples/pyCAPS/su2_and_pointwise_PyTest.pyCAPS/examples/pyCAPS/su2_and_pointwise_PyTest.py
Revision 3963 by nitin:
Updates for SU2 Harrier, version 8.0.0
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/su2/MakefileCAPS/aim/su2/Makefile
The file was modified /aim/su2/NMakefileCAPS/aim/su2/NMakefile
The file was modified /aim/su2/ReadMe_SU2AIM.txtCAPS/aim/su2/ReadMe_SU2AIM.txt
The file was modified /aim/su2/su2AIM.cCAPS/aim/su2/su2AIM.c
The file was modified /aim/su2/su2Utils.hCAPS/aim/su2/su2Utils.h
The file was added/aim/su2/su2_8_Harrier.cCAPS/aim/su2/su2_8_Harrier.c
Revision 3962 by galbramc:
Fix memory leak
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/utils/feaUtils.cCAPS/aim/utils/feaUtils.c
Revision 3961 by galbramc:
Fix array bound error. Update legacy example.
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/refine/refineAIM.cCAPS/aim/refine/refineAIM.c
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
The file was modified /legacy/aim/csmData/masstran.csmCAPS/legacy/aim/csmData/masstran.csm
The file was modified /legacy/aim/pyCAPS/test_masstran.pyCAPS/legacy/aim/pyCAPS/test_masstran.py
Revision 3960 by galbramc:
Dont require meshRef for meshWriters
Change TypePath in RepositoryPath in Workspace
The file was modified /src/aimMesh.cCAPS/src/aimMesh.c
Revision 3959 by galbramc:
Add remaining MAT8 entries. Always check for valid indexes in meshes. Various other fixes.
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/astros/astrosAIM.cCAPS/aim/astros/astrosAIM.c
The file was modified /aim/masstran/masstranAIM.cppCAPS/aim/masstran/masstranAIM.cpp
The file was modified /aim/meshWriter/ugridWriter/ugridWriter.cCAPS/aim/meshWriter/ugridWriter/ugridWriter.c
The file was modified /aim/mses/msesAIM.cCAPS/aim/mses/msesAIM.c
The file was modified /aim/mystran/mystranAIM.cCAPS/aim/mystran/mystranAIM.c
The file was modified /aim/nastran/nastranAIM.cCAPS/aim/nastran/nastranAIM.c
The file was modified /aim/unitTest/pyCAPS/test_egadsTess.pyCAPS/aim/unitTest/pyCAPS/test_egadsTess.py
The file was modified /aim/unitTest/pyCAPS/test_pointwise.pyCAPS/aim/unitTest/pyCAPS/test_pointwise.py
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/nastranCards.cCAPS/aim/utils/nastranCards.c
The file was modified /aim/utils/nastranCards.hCAPS/aim/utils/nastranCards.h
The file was modified /aim/utils/nastranUtils.cCAPS/aim/utils/nastranUtils.c
The file was modified /examples/csmData/feaBoxes.csmCAPS/examples/csmData/feaBoxes.csm
The file was modified /src/aimMesh.cCAPS/src/aimMesh.c
Revision 3958 by galbramc:
Lots of lint fixes and memory leak fix
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/astros/astrosAIM.cCAPS/aim/astros/astrosAIM.c
The file was modified /aim/hsm/hsmAIM.cCAPS/aim/hsm/hsmAIM.c
The file was modified /aim/mystran/mystranAIM.cCAPS/aim/mystran/mystranAIM.c
The file was modified /aim/nastran/nastranAIM.cCAPS/aim/nastran/nastranAIM.c
The file was modified /aim/plato/MakefileCAPS/aim/plato/Makefile
The file was modified /aim/plato/platoAIM.cCAPS/aim/plato/platoAIM.c
The file was modified /aim/su2/su2AIM.cCAPS/aim/su2/su2AIM.c
The file was modified /aim/tacs/tacsAIM.cCAPS/aim/tacs/tacsAIM.c
The file was modified /aim/utils/feaUtils.cCAPS/aim/utils/feaUtils.c
The file was modified /aim/utils/feaUtils.hCAPS/aim/utils/feaUtils.h
The file was modified /aim/utils/miscUtils.hCAPS/aim/utils/miscUtils.h
Revision 3957 by galbramc:
Fix bug in refine libMeshb reader
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/meshWriter/libMeshbWriter/MakefileCAPS/aim/meshWriter/libMeshbWriter/Makefile
The file was modified /aim/meshWriter/ugridWriter/ugridWriter.cCAPS/aim/meshWriter/ugridWriter/ugridWriter.c
The file was modified /aim/refine/refineAIM.cCAPS/aim/refine/refineAIM.c
The file was modified /src/aimMesh.cCAPS/src/aimMesh.c
Revision 3956 by galbramc:
Fix memory leak in mystran AIM
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/mystran/mystranAIM.cCAPS/aim/mystran/mystranAIM.c
Revision 3955 by galbramc:
Fix warning
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/utils/feaUtils.cCAPS/aim/utils/feaUtils.c
Revision 3954 by galbramc:
Exclusively use MESHEXTENSION for refine
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/refine/refineAIM.cCAPS/aim/refine/refineAIM.c
Revision 3953 by galbramc:
Don't reqiore capsMeshLength for auto feaMeshing
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/utils/feaUtils.cCAPS/aim/utils/feaUtils.c
The file was modified /examples/cCAPS/aeroelasticSimple_Iterative_SU2_and_MystranTest.cCAPS/examples/cCAPS/aeroelasticSimple_Iterative_SU2_and_MystranTest.c
Revision 3952 by galbramc:
Use egadsTess functions to build on the fly fea Meshes
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/utils/feaUtils.cCAPS/aim/utils/feaUtils.c
Revision 3951 by galbramc:
Guard against using null pointer
Change TypePath in RepositoryPath in Workspace
The file was modified /src/aimMesh.cCAPS/src/aimMesh.c
Revision 3950 by galbramc:
More binary ugrid reader improvements
Change TypePath in RepositoryPath in Workspace
The file was modified /src/aimMesh.cCAPS/src/aimMesh.c
Revision 3949 by galbramc:
Add isothermal material properties
Change TypePath in RepositoryPath in Workspace
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/nastranCards.cCAPS/aim/utils/nastranCards.c
The file was modified /aim/utils/nastranCards.hCAPS/aim/utils/nastranCards.h
The file was modified /aim/utils/nastranUtils.cCAPS/aim/utils/nastranUtils.c
Revision 3948 by galbramc:
More informative refine execution failure error messages
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/refine/refineAIM.cCAPS/aim/refine/refineAIM.c
Revision 3947 by galbramc:
Add execution error message for refine
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/refine/refineAIM.cCAPS/aim/refine/refineAIM.c
Revision 3946 by galbramc:
Fix Mesh_Morph for fea. Improve speed of binary ugrid reader.
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/utils/feaUtils.cCAPS/aim/utils/feaUtils.c
The file was modified /src/aimMesh.cCAPS/src/aimMesh.c
Revision 3945 by galbramc:
Lint fixes
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/fun3d/fun3dAIM.cCAPS/aim/fun3d/fun3dAIM.c
The file was modified /include/aimMesh.hCAPS/include/aimMesh.h
Revision 3944 by galbramc:
Update unit test
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/unitTest/pyCAPS/test_masstran.pyCAPS/aim/unitTest/pyCAPS/test_masstran.py
The file was modified /aim/unitTest/pyCAPS/test_refine.pyCAPS/aim/unitTest/pyCAPS/test_refine.py
The file was modified /aim/unitTest/pyCAPS/test_tacs.pyCAPS/aim/unitTest/pyCAPS/test_tacs.py
Revision 3943 by galbramc:
Various small fixes
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/egadsTess/egadsTessAIM.cCAPS/aim/egadsTess/egadsTessAIM.c
The file was modified /aim/refine/refineAIM.cCAPS/aim/refine/refineAIM.c
The file was modified /examples/csmData/aeroelasticDataTransferSimple.csmCAPS/examples/csmData/aeroelasticDataTransferSimple.csm
The file was modified /src/aimMesh.cCAPS/src/aimMesh.c
Revision 3942 by galbramc:
Test with mixed quad/tri Face
Change TypePath in RepositoryPath in Workspace
The file was modified /examples/pyCAPS/aeroelasticSimple_Pressure_SU2_and_Mystran.pyCAPS/examples/pyCAPS/aeroelasticSimple_Pressure_SU2_and_Mystran.py
Revision 3941 by galbramc:
Allow mixed quad/tri on Faces for data transfer
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/utils/feaUtils.cCAPS/aim/utils/feaUtils.c
The file was modified /aim/utils/meshUtils.cCAPS/aim/utils/meshUtils.c
Revision 3940 by galbramc:
Update aimMesh for Morphing surface meshes
Change TypePath in RepositoryPath in Workspace
The file was modified /src/aimMesh.cCAPS/src/aimMesh.c
Revision 3939 by galbramc:
Make mesh link optional again for astros
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/astros/astrosAIM.cCAPS/aim/astros/astrosAIM.c
Revision 3938 by galbramc:
Add mesh morphing to masstran
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/masstran/masstranAIM.cppCAPS/aim/masstran/masstranAIM.cpp
Revision 3937 by galbramc:
Fixes for refine and add Mesh_Morph for structures
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/astros/astrosAIM.cCAPS/aim/astros/astrosAIM.c
The file was modified /aim/egadsTess/egadsTessAIM.cCAPS/aim/egadsTess/egadsTessAIM.c
The file was modified /aim/fun3d/fun3dAIM.cCAPS/aim/fun3d/fun3dAIM.c
The file was modified /aim/mystran/mystranAIM.cCAPS/aim/mystran/mystranAIM.c
The file was modified /aim/nastran/nastranAIM.cCAPS/aim/nastran/nastranAIM.c
The file was modified /aim/tacs/tacsAIM.cCAPS/aim/tacs/tacsAIM.c
The file was modified /aim/unitTest/csmData/feaSimplePlate.csmCAPS/aim/unitTest/csmData/feaSimplePlate.csm
The file was modified /aim/unitTest/csmData/masstran.csmCAPS/aim/unitTest/csmData/masstran.csm
The file was modified /aim/unitTest/pyCAPS/test_refine.pyCAPS/aim/unitTest/pyCAPS/test_refine.py
The file was modified /aim/unitTest/pyCAPS/test_tacs.pyCAPS/aim/unitTest/pyCAPS/test_tacs.py
The file was modified /aim/utils/feaTypes.hCAPS/aim/utils/feaTypes.h
The file was modified /aim/utils/feaUtils.cCAPS/aim/utils/feaUtils.c
Revision 3936 by galbramc:
Lint fixes
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/astros/astrosAIM.cCAPS/aim/astros/astrosAIM.c
The file was modified /aim/hsm/hsmAIM.cCAPS/aim/hsm/hsmAIM.c
The file was modified /aim/nastran/nastranAIM.cCAPS/aim/nastran/nastranAIM.c
The file was modified /aim/refine/refineAIM.cCAPS/aim/refine/refineAIM.c
The file was modified /aim/tacs/tacsAIM.cCAPS/aim/tacs/tacsAIM.c
The file was modified /aim/utils/feaUtils.cCAPS/aim/utils/feaUtils.c
The file was modified /aim/utils/feaUtils.hCAPS/aim/utils/feaUtils.h
Revision 3935 by galbramc:
Fix ThermalExternal. Add Mesh_Morph and Temperaure field to SU2
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/astros/astrosAIM.cCAPS/aim/astros/astrosAIM.c
The file was modified /aim/fun3d/fun3dAIM.cCAPS/aim/fun3d/fun3dAIM.c
The file was modified /aim/mystran/mystranAIM.cCAPS/aim/mystran/mystranAIM.c
The file was modified /aim/su2/su2AIM.cCAPS/aim/su2/su2AIM.c
The file was modified /aim/su2/su2Utils.cCAPS/aim/su2/su2Utils.c
The file was modified /aim/su2/su2Utils.hCAPS/aim/su2/su2Utils.h
The file was modified /aim/su2/su2_4_Cardinal.cCAPS/aim/su2/su2_4_Cardinal.c
The file was modified /aim/su2/su2_5_Raven.cCAPS/aim/su2/su2_5_Raven.c
The file was modified /aim/su2/su2_6_Falcon.cCAPS/aim/su2/su2_6_Falcon.c
The file was modified /aim/su2/su2_7_Blackbird.cCAPS/aim/su2/su2_7_Blackbird.c
The file was modified /aim/utils/cardUtils.cCAPS/aim/utils/cardUtils.c
The file was modified /aim/utils/feaUtils.cCAPS/aim/utils/feaUtils.c
The file was modified /aim/utils/nastranCards.cCAPS/aim/utils/nastranCards.c
The file was modified /examples/pyCAPS/aeroelasticSimple_Pressure_SU2_and_Mystran.pyCAPS/examples/pyCAPS/aeroelasticSimple_Pressure_SU2_and_Mystran.py
The file was added/examples/pyCAPS/su2_Morph_PyTest.pyCAPS/examples/pyCAPS/su2_Morph_PyTest.py
The file was modified /examples/regressionTest/execute_PyTestRegression.shCAPS/examples/regressionTest/execute_PyTestRegression.sh
The file was modified /pyCAPS/pyCAPS/problem.pyCAPS/pyCAPS/pyCAPS/problem.py
Revision 3934 by galbramc:
Another try at scan-build suppression
Change TypePath in RepositoryPath in Workspace
The file was modified /MakefileCAPS/Makefile
Revision 3933 by galbramc:
Dox and scan-build fixes
Change TypePath in RepositoryPath in Workspace
The file was modified /MakefileCAPS/Makefile
The file was modified /aim/fun3d/fun3dUtils.cCAPS/aim/fun3d/fun3dUtils.c
The file was modified /aim/refine/refineAIM.cCAPS/aim/refine/refineAIM.c
The file was modified /doc/CAPSapi.pdfCAPS/doc/CAPSapi.pdf
The file was modified /doc/CAPSapi.texCAPS/doc/CAPSapi.tex
Revision 3932 by galbramc:
lint fixes
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/aflr4/aflr4AIM.cCAPS/aim/aflr4/aflr4AIM.c
The file was modified /aim/egadsTess/egadsTessAIM.cCAPS/aim/egadsTess/egadsTessAIM.c
The file was modified /aim/refine/MakefileCAPS/aim/refine/Makefile
Revision 3931 by galbramc:
Fixes for Fun3D data transfer
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/fun3d/fun3dAIM.cCAPS/aim/fun3d/fun3dAIM.c
The file was modified /aim/fun3d/fun3dUtils.cCAPS/aim/fun3d/fun3dUtils.c
The file was modified /examples/pyCAPS/aeroelasticSimple_Pressure_Fun3D_and_Mystran.pyCAPS/examples/pyCAPS/aeroelasticSimple_Pressure_Fun3D_and_Mystran.py
Revision 3930 by galbramc:
Fix last commit
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/fun3d/fun3dAIM.cCAPS/aim/fun3d/fun3dAIM.c
The file was modified /pyCAPS/unitTest/test_capsObjAnalysis.pyCAPS/pyCAPS/unitTest/test_capsObjAnalysis.py
Revision 3929 by galbramc:
Refactor all mesh transfer to PointerMesh. Add thermal transfor for Fun3D and structures.
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/aflr2/aflr2AIM.cCAPS/aim/aflr2/aflr2AIM.c
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/aflr3/aflr3_Interface.hCAPS/aim/aflr3/aflr3_Interface.h
The file was modified /aim/aflr4/aflr4AIM.cCAPS/aim/aflr4/aflr4AIM.c
The file was modified /aim/astros/astrosAIM.cCAPS/aim/astros/astrosAIM.c
The file was modified /aim/delaundo/delaundoAIM.cCAPS/aim/delaundo/delaundoAIM.c
The file was modified /aim/egadsTess/egadsTessAIM.cCAPS/aim/egadsTess/egadsTessAIM.c
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/hsm/hsmAIM.cCAPS/aim/hsm/hsmAIM.c
The file was modified /aim/masstran/masstranAIM.cppCAPS/aim/masstran/masstranAIM.cpp
The file was modified /aim/mystran/mystranAIM.cCAPS/aim/mystran/mystranAIM.c
The file was modified /aim/nastran/nastranAIM.cCAPS/aim/nastran/nastranAIM.c
The file was modified /aim/plato/platoAIM.cCAPS/aim/plato/platoAIM.c
The file was modified /aim/pointwise/pointwiseAIM.cCAPS/aim/pointwise/pointwiseAIM.c
The file was modified /aim/refine/refineAIM.cCAPS/aim/refine/refineAIM.c
The file was modified /aim/tacs/tacsAIM.cCAPS/aim/tacs/tacsAIM.c
The file was modified /aim/tetgen/tetgenAIM.cppCAPS/aim/tetgen/tetgenAIM.cpp
The file was modified /aim/unitTest/pyCAPS/test_refine.pyCAPS/aim/unitTest/pyCAPS/test_refine.py
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/feaUtils.hCAPS/aim/utils/feaUtils.h
The file was modified /aim/utils/meshUtils.cCAPS/aim/utils/meshUtils.c
The file was modified /aim/utils/nastranUtils.cCAPS/aim/utils/nastranUtils.c
The file was modified /examples/pyCAPS/aeroelasticSimple_Pressure_Fun3D_and_Mystran.pyCAPS/examples/pyCAPS/aeroelasticSimple_Pressure_Fun3D_and_Mystran.py
The file was modified /include/aimMesh.hCAPS/include/aimMesh.h
The file was modified /src/aimMesh.cCAPS/src/aimMesh.c
The file was modified /src/testingAIM.cCAPS/src/testingAIM.c
Revision 3928 by galbramc:
Update testing geometries
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/unitTest/csmData/cfdSingleBody.csmCAPS/aim/unitTest/csmData/cfdSingleBody.csm
The file was modified /aim/unitTest/csmData/cornerGeom.csmCAPS/aim/unitTest/csmData/cornerGeom.csm
The file was modified /aim/unitTest/pyCAPS/MakefileCAPS/aim/unitTest/pyCAPS/Makefile
Revision 3927 by galbramc:
Fix warning
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/refine/refineAIM.cCAPS/aim/refine/refineAIM.c
Revision 3926 by galbramc:
Fix refine AIM compile error
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/refine/refineAIM.cCAPS/aim/refine/refineAIM.c
Revision 3925 by galbramc:
Add refine AIM
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/MakefileCAPS/aim/Makefile
The file was added/aim/meshWriter/libMeshbWriterCAPS/aim/meshWriter/libMeshbWriter
The file was added/aim/meshWriter/libMeshbWriter/MakefileCAPS/aim/meshWriter/libMeshbWriter/Makefile
The file was added/aim/meshWriter/libMeshbWriter/NMakefileCAPS/aim/meshWriter/libMeshbWriter/NMakefile
The file was added/aim/meshWriter/libMeshbWriter/libMeshbCAPS/aim/meshWriter/libMeshbWriter/libMeshb
The file was added/aim/meshWriter/libMeshbWriter/libMeshb/LICENSE.txtCAPS/aim/meshWriter/libMeshbWriter/libMeshb/LICENSE.txt
The file was added/aim/meshWriter/libMeshbWriter/libMeshb/copyright.txtCAPS/aim/meshWriter/libMeshbWriter/libMeshb/copyright.txt
The file was added/aim/meshWriter/libMeshbWriter/libMeshb/sourcesCAPS/aim/meshWriter/libMeshbWriter/libMeshb/sources
The file was added/aim/meshWriter/libMeshbWriter/libMeshb/sources/libmeshb7.cCAPS/aim/meshWriter/libMeshbWriter/libMeshb/sources/libmeshb7.c
The file was added/aim/meshWriter/libMeshbWriter/libMeshb/sources/libmeshb7.hCAPS/aim/meshWriter/libMeshbWriter/libMeshb/sources/libmeshb7.h
The file was added/aim/meshWriter/libMeshbWriter/libMeshbWriter.cCAPS/aim/meshWriter/libMeshbWriter/libMeshbWriter.c
The file was added/aim/meshWriter/libMeshbWriter/libMeshbWriter.defCAPS/aim/meshWriter/libMeshbWriter/libMeshbWriter.def
The file was added/aim/meshWriter/libMeshbWriter/libMeshbWriter.hCAPS/aim/meshWriter/libMeshbWriter/libMeshbWriter.h
The file was added/aim/refineCAPS/aim/refine
The file was added/aim/refine/MakefileCAPS/aim/refine/Makefile
The file was added/aim/refine/NMakefileCAPS/aim/refine/NMakefile
The file was added/aim/refine/docCAPS/aim/refine/doc
The file was added/aim/refine/doc/refineAIM_dox.cfgCAPS/aim/refine/doc/refineAIM_dox.cfg
The file was added/aim/refine/doc/refineAIM_header.texCAPS/aim/refine/doc/refineAIM_header.tex
The file was added/aim/refine/doc/refineAIM_layout.xmlCAPS/aim/refine/doc/refineAIM_layout.xml
The file was added/aim/refine/refineAIM.cCAPS/aim/refine/refineAIM.c
The file was added/aim/refine/refineAIM.defCAPS/aim/refine/refineAIM.def
The file was added/aim/unitTest/pyCAPS/test_refine.pyCAPS/aim/unitTest/pyCAPS/test_refine.py
The file was modified /doc/AIM.doxCAPS/doc/AIM.dox
The file was modified /doc/AIM_dox.cfgCAPS/doc/AIM_dox.cfg
The file was modified /doc/CAPS.doxCAPS/doc/CAPS.dox
Revision 3924 by galbramc:
Dox and other small fixes
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/aflr4/aflr4AIM.cCAPS/aim/aflr4/aflr4AIM.c
The file was modified /aim/egadsTess/egadsTessAIM.cCAPS/aim/egadsTess/egadsTessAIM.c
The file was modified /aim/pointwise/pointwiseAIM.cCAPS/aim/pointwise/pointwiseAIM.c
The file was modified /aim/skeleton/skeletonAIM.cCAPS/aim/skeleton/skeletonAIM.c
Revision 3923 by galbramc:
Update BuildFromRepo.txt
Change TypePath in RepositoryPath in Workspace
The file was modified /BuildFromRepo.txtCAPS/BuildFromRepo.txt
Revision 3922 by galbramc:
Fix Cart3D example
Change TypePath in RepositoryPath in Workspace
The file was modified /examples/pyCAPS/cart3d_PyTest.pyCAPS/examples/pyCAPS/cart3d_PyTest.py
Revision 2403 by jfdannen:
modify OPAM1.udc to pass Jenkins tests
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ToDo.txtOpenCSM/trunk/ToDo.txt
The file was modified /trunk/data/vsp3/OPAM1.udcOpenCSM/trunk/data/vsp3/OPAM1.udc
The file was modified /trunk/src/Makefile.DARWIN64OpenCSM/trunk/src/Makefile.DARWIN64
Revision 2402 by jfdannen:
add simple.py to demonstrate a pyscript that can be run either from python prompt or from serveESP
Change TypePath in RepositoryPath in Workspace
The file was modified /trunkOpenCSM/trunk
The file was modified /trunk/ESPOpenCSM/trunk/ESP
The file was modified /trunk/ToDo.txtOpenCSM/trunk/ToDo.txt
The file was modified /trunk/dataOpenCSM/trunk/data
The file was added/trunk/data/python/simple.pyOpenCSM/trunk/data/python/simple.py
The file was modified /trunk/docOpenCSM/trunk/doc
The file was modified /trunk/prebuiltTestingOpenCSM/trunk/prebuiltTesting
Revision 2401 by jfdannen:
fix sanitize-address error in udpWaffle when progress=1
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ToDo.txtOpenCSM/trunk/ToDo.txt
The file was modified /trunk/src/OpenCSM.cOpenCSM/trunk/src/OpenCSM.c
The file was modified /trunk/src/udpWaffle.cOpenCSM/trunk/src/udpWaffle.c
Revision 2400 by jfdannen:
add sleep to udpVsp3 to ensure that .stp file is ready for reading; update waffle documentation to include rebuild input argument; fix bug that caused a seg fault if last Body on stack had a degenerate Edge and the -dxdd option was used in serveESP; add attrSpec test case to show how to apply compound string Attributes via the ATTRIBUTE command, via editAttr, and within the waffle; relax restriction on number of SET statements within a waffle; allow PATBREAK in waffle; add waffleC1 test case
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ToDo.txtOpenCSM/trunk/ToDo.txt
Revision 2399 by jfdannen:
modify ocsmGetUV so that inverse evalaution starts at closest tessellation point if npnt is negative; fix memory leak associated with testAdjoint*; fix bug that allowed _hist and __trace__ to contain duplicate entries, which sometimes resulted in an infinite loop; add uCRM test case to data/gallery; fix bug that made had _edgeID point to scribing Face instead of its _faceID during a scribing operation; Edges from a sketch should have _edgeID that identifies the Body and Edge number; fix scribeWing test case; fix _edgeID for Edges that result from SUBTRACTing a SolidBody or planar SheetBody from a SheetBody. BEWARE: backward incompatability for some _edgeID; add edgeIDtest* test cases
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ESP/ESP-help.htmlOpenCSM/trunk/ESP/ESP-help.html
The file was modified /trunk/ToDo.txtOpenCSM/trunk/ToDo.txt
The file was added/trunk/data/basic/attrSpec.csmOpenCSM/trunk/data/basic/attrSpec.csm
The file was modified /trunk/data/basic/designW1.csmOpenCSM/trunk/data/basic/designW1.csm
The file was added/trunk/data/basic/edgeIDtest1.csmOpenCSM/trunk/data/basic/edgeIDtest1.csm
The file was added/trunk/data/basic/edgeIDtest2.csmOpenCSM/trunk/data/basic/edgeIDtest2.csm
The file was added/trunk/data/basic/edgeIDtest3.csmOpenCSM/trunk/data/basic/edgeIDtest3.csm
The file was added/trunk/data/basic/edgeIDtest4.csmOpenCSM/trunk/data/basic/edgeIDtest4.csm
The file was added/trunk/data/basic/edgeIDtest5.csmOpenCSM/trunk/data/basic/edgeIDtest5.csm
The file was added/trunk/data/basic/edgeIDtest6.csmOpenCSM/trunk/data/basic/edgeIDtest6.csm
The file was modified /trunk/data/basic/scribeWing.csmOpenCSM/trunk/data/basic/scribeWing.csm
The file was modified /trunk/data/basic/scribedSphere.csmOpenCSM/trunk/data/basic/scribedSphere.csm
The file was modified /trunk/data/basic/testAdjoint1.csmOpenCSM/trunk/data/basic/testAdjoint1.csm
The file was added/trunk/data/basic/testAdjoint2.csmOpenCSM/trunk/data/basic/testAdjoint2.csm
The file was added/trunk/data/basic/testAdjoint3.csmOpenCSM/trunk/data/basic/testAdjoint3.csm
The file was added/trunk/data/basic/verify_7.6.0/attrSpec.vfyOpenCSM/trunk/data/basic/verify_7.6.0/attrSpec.vfy
The file was modified /trunk/data/basic/verify_7.6.0/designW1.vfyOpenCSM/trunk/data/basic/verify_7.6.0/designW1.vfy
The file was added/trunk/data/basic/verify_7.6.0/edgeIDtest1.vfyOpenCSM/trunk/data/basic/verify_7.6.0/edgeIDtest1.vfy
The file was added/trunk/data/basic/verify_7.6.0/edgeIDtest2.vfyOpenCSM/trunk/data/basic/verify_7.6.0/edgeIDtest2.vfy
The file was added/trunk/data/basic/verify_7.6.0/edgeIDtest3.vfyOpenCSM/trunk/data/basic/verify_7.6.0/edgeIDtest3.vfy
The file was added/trunk/data/basic/verify_7.6.0/edgeIDtest4.vfyOpenCSM/trunk/data/basic/verify_7.6.0/edgeIDtest4.vfy
The file was added/trunk/data/basic/verify_7.6.0/edgeIDtest5.vfyOpenCSM/trunk/data/basic/verify_7.6.0/edgeIDtest5.vfy
The file was added/trunk/data/basic/verify_7.6.0/edgeIDtest6.vfyOpenCSM/trunk/data/basic/verify_7.6.0/edgeIDtest6.vfy
The file was added/trunk/data/basic/verify_7.6.0/testAdjoint2.vfyOpenCSM/trunk/data/basic/verify_7.6.0/testAdjoint2.vfy
The file was added/trunk/data/basic/verify_7.6.0/testAdjoint3.vfyOpenCSM/trunk/data/basic/verify_7.6.0/testAdjoint3.vfy
The file was added/trunk/data/basic/verify_7.6.0/waffleC1.vfyOpenCSM/trunk/data/basic/verify_7.6.0/waffleC1.vfy
The file was added/trunk/data/basic/verify_7.7.0/attrSpec.vfyOpenCSM/trunk/data/basic/verify_7.7.0/attrSpec.vfy
The file was modified /trunk/data/basic/verify_7.7.0/designW1.vfyOpenCSM/trunk/data/basic/verify_7.7.0/designW1.vfy
The file was added/trunk/data/basic/verify_7.7.0/edgeIDtest1.vfyOpenCSM/trunk/data/basic/verify_7.7.0/edgeIDtest1.vfy
The file was added/trunk/data/basic/verify_7.7.0/edgeIDtest2.vfyOpenCSM/trunk/data/basic/verify_7.7.0/edgeIDtest2.vfy
The file was added/trunk/data/basic/verify_7.7.0/edgeIDtest3.vfyOpenCSM/trunk/data/basic/verify_7.7.0/edgeIDtest3.vfy
The file was added/trunk/data/basic/verify_7.7.0/edgeIDtest4.vfyOpenCSM/trunk/data/basic/verify_7.7.0/edgeIDtest4.vfy
The file was added/trunk/data/basic/verify_7.7.0/edgeIDtest5.vfyOpenCSM/trunk/data/basic/verify_7.7.0/edgeIDtest5.vfy
The file was added/trunk/data/basic/verify_7.7.0/edgeIDtest6.vfyOpenCSM/trunk/data/basic/verify_7.7.0/edgeIDtest6.vfy
The file was added/trunk/data/basic/verify_7.7.0/testAdjoint2.vfyOpenCSM/trunk/data/basic/verify_7.7.0/testAdjoint2.vfy
The file was added/trunk/data/basic/verify_7.7.0/testAdjoint3.vfyOpenCSM/trunk/data/basic/verify_7.7.0/testAdjoint3.vfy
The file was added/trunk/data/basic/verify_7.7.0/waffleC1.vfyOpenCSM/trunk/data/basic/verify_7.7.0/waffleC1.vfy
The file was added/trunk/data/basic/waffleC1.csmOpenCSM/trunk/data/basic/waffleC1.csm
The file was added/trunk/data/gallery/uCRMOpenCSM/trunk/data/gallery/uCRM
The file was added/trunk/data/gallery/uCRM/CAPS_componentsOpenCSM/trunk/data/gallery/uCRM/CAPS_components
The file was added/trunk/data/gallery/uCRM/CAPS_components/IML_uCRM.udcOpenCSM/trunk/data/gallery/uCRM/CAPS_components/IML_uCRM.udc
The file was added/trunk/data/gallery/uCRM/CAPS_components/VLM_uCRM.udcOpenCSM/trunk/data/gallery/uCRM/CAPS_components/VLM_uCRM.udc
The file was added/trunk/data/gallery/uCRM/CAPS_components/fuselage_uCRM.udcOpenCSM/trunk/data/gallery/uCRM/CAPS_components/fuselage_uCRM.udc
The file was added/trunk/data/gallery/uCRM/CAPS_components/tail_uCRM.udcOpenCSM/trunk/data/gallery/uCRM/CAPS_components/tail_uCRM.udc
The file was added/trunk/data/gallery/uCRM/CAPS_components/wing_uCRM.udcOpenCSM/trunk/data/gallery/uCRM/CAPS_components/wing_uCRM.udc
The file was added/trunk/data/gallery/uCRM/CAPS_components/wing_uCRM_NACA.udcOpenCSM/trunk/data/gallery/uCRM/CAPS_components/wing_uCRM_NACA.udc
The file was added/trunk/data/gallery/uCRM/CAPS_components/wing_uCRM_kulfan3x3_bluntTE.udcOpenCSM/trunk/data/gallery/uCRM/CAPS_components/wing_uCRM_kulfan3x3_bluntTE.udc
The file was added/trunk/data/gallery/uCRM/CAPS_components/wing_uCRM_kulfan3x3_sharpTE.udcOpenCSM/trunk/data/gallery/uCRM/CAPS_components/wing_uCRM_kulfan3x3_sharpTE.udc
The file was added/trunk/data/gallery/uCRM/CAPS_components/wing_uCRM_kulfan8x8_bluntTE.udcOpenCSM/trunk/data/gallery/uCRM/CAPS_components/wing_uCRM_kulfan8x8_bluntTE.udc
The file was added/trunk/data/gallery/uCRM/CAPS_components/wing_uCRM_kulfan8x8_sharpTE.udcOpenCSM/trunk/data/gallery/uCRM/CAPS_components/wing_uCRM_kulfan8x8_sharpTE.udc
The file was added/trunk/data/gallery/uCRM/CAPS_parametersOpenCSM/trunk/data/gallery/uCRM/CAPS_parameters
The file was added/trunk/data/gallery/uCRM/CAPS_parameters/IML.udcOpenCSM/trunk/data/gallery/uCRM/CAPS_parameters/IML.udc
The file was added/trunk/data/gallery/uCRM/CAPS_parameters/NACA.udcOpenCSM/trunk/data/gallery/uCRM/CAPS_parameters/NACA.udc
The file was added/trunk/data/gallery/uCRM/CAPS_parameters/NACA_rectangular.udcOpenCSM/trunk/data/gallery/uCRM/CAPS_parameters/NACA_rectangular.udc
The file was added/trunk/data/gallery/uCRM/CAPS_parameters/addSlices.pyOpenCSM/trunk/data/gallery/uCRM/CAPS_parameters/addSlices.py
The file was added/trunk/data/gallery/uCRM/CAPS_parameters/fuselage.udcOpenCSM/trunk/data/gallery/uCRM/CAPS_parameters/fuselage.udc
The file was added/trunk/data/gallery/uCRM/CAPS_parameters/kulfan3x3_bluntTE.udcOpenCSM/trunk/data/gallery/uCRM/CAPS_parameters/kulfan3x3_bluntTE.udc
The file was added/trunk/data/gallery/uCRM/CAPS_parameters/kulfan3x3_sharpTE_ALL.udcOpenCSM/trunk/data/gallery/uCRM/CAPS_parameters/kulfan3x3_sharpTE_ALL.udc
The file was added/trunk/data/gallery/uCRM/CAPS_parameters/kulfan3x3_sharpTE_DESPMTR.udcOpenCSM/trunk/data/gallery/uCRM/CAPS_parameters/kulfan3x3_sharpTE_DESPMTR.udc
The file was added/trunk/data/gallery/uCRM/CAPS_parameters/kulfan3x3_sharpTE_SET.udcOpenCSM/trunk/data/gallery/uCRM/CAPS_parameters/kulfan3x3_sharpTE_SET.udc
The file was added/trunk/data/gallery/uCRM/CAPS_parameters/kulfan8x8_bluntTE.udcOpenCSM/trunk/data/gallery/uCRM/CAPS_parameters/kulfan8x8_bluntTE.udc
The file was added/trunk/data/gallery/uCRM/CAPS_parameters/kulfan8x8_sharpTE.udcOpenCSM/trunk/data/gallery/uCRM/CAPS_parameters/kulfan8x8_sharpTE.udc
The file was added/trunk/data/gallery/uCRM/CAPS_parameters/kulfan8x8_sharpTE_5slice.udcOpenCSM/trunk/data/gallery/uCRM/CAPS_parameters/kulfan8x8_sharpTE_5slice.udc
The file was added/trunk/data/gallery/uCRM/CAPS_parameters/kulfan8x8_sharpTE_moreSlices.udcOpenCSM/trunk/data/gallery/uCRM/CAPS_parameters/kulfan8x8_sharpTE_moreSlices.udc
The file was added/trunk/data/gallery/uCRM/CAPS_parameters/tail.udcOpenCSM/trunk/data/gallery/uCRM/CAPS_parameters/tail.udc
The file was added/trunk/data/gallery/uCRM/CAPS_parameters/te_height.udcOpenCSM/trunk/data/gallery/uCRM/CAPS_parameters/te_height.udc
The file was added/trunk/data/gallery/uCRM/CAPS_parameters/wing.udcOpenCSM/trunk/data/gallery/uCRM/CAPS_parameters/wing.udc
The file was added/trunk/data/gallery/uCRM/CAPS_parameters/wing_rectangular.udcOpenCSM/trunk/data/gallery/uCRM/CAPS_parameters/wing_rectangular.udc
The file was added/trunk/data/gallery/uCRM/uCRM_aeroelastic.csmOpenCSM/trunk/data/gallery/uCRM/uCRM_aeroelastic.csm
The file was added/trunk/data/gallery/uCRM/uCRM_rigid.csmOpenCSM/trunk/data/gallery/uCRM/uCRM_rigid.csm
The file was added/trunk/data/gallery/uCRM/verify_7.6.0OpenCSM/trunk/data/gallery/uCRM/verify_7.6.0
The file was added/trunk/data/gallery/uCRM/verify_7.6.0/uCRM_aeroelastic.vfyOpenCSM/trunk/data/gallery/uCRM/verify_7.6.0/uCRM_aeroelastic.vfy
The file was added/trunk/data/gallery/uCRM/verify_7.6.0/uCRM_rigid.vfyOpenCSM/trunk/data/gallery/uCRM/verify_7.6.0/uCRM_rigid.vfy
The file was added/trunk/data/gallery/uCRM/verify_7.7.0OpenCSM/trunk/data/gallery/uCRM/verify_7.7.0
The file was added/trunk/data/gallery/uCRM/verify_7.7.0/uCRM_aeroelastic.vfyOpenCSM/trunk/data/gallery/uCRM/verify_7.7.0/uCRM_aeroelastic.vfy
The file was added/trunk/data/gallery/uCRM/verify_7.7.0/uCRM_rigid.vfyOpenCSM/trunk/data/gallery/uCRM/verify_7.7.0/uCRM_rigid.vfy
The file was modified /trunk/pyOCSM/pyOCSM/ocsm.pyOpenCSM/trunk/pyOCSM/pyOCSM/ocsm.py
The file was modified /trunk/src/Makefile.DARWIN64OpenCSM/trunk/src/Makefile.DARWIN64
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/serveCSM.cOpenCSM/trunk/src/serveCSM.c
The file was modified /trunk/src/serveESP.cOpenCSM/trunk/src/serveESP.c
The file was modified /trunk/src/udpVsp3.cOpenCSM/trunk/src/udpVsp3.c
The file was modified /trunk/src/udpWaffle.cOpenCSM/trunk/src/udpWaffle.c
Revision 2398 by jfdannen:
add testAdjoint1 test case
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ToDo.txtOpenCSM/trunk/ToDo.txt
The file was added/trunk/data/basic/testAdjoint1.csmOpenCSM/trunk/data/basic/testAdjoint1.csm
The file was added/trunk/data/basic/verify_7.6.0/testAdjoint1.vfyOpenCSM/trunk/data/basic/verify_7.6.0/testAdjoint1.vfy
The file was added/trunk/data/basic/verify_7.7.0/testAdjoint1.vfyOpenCSM/trunk/data/basic/verify_7.7.0/testAdjoint1.vfy
The file was modified /trunk/src/serveESP.cOpenCSM/trunk/src/serveESP.c
Revision 2397 by jfdannen:
make udpWaffle clean up temporary variables if an error occurs while processing a file; add fitCurve8 test case; return error from vspSetup if .vsp3 file does not exist; add pylon/pod to vsp3/OPAM1* test cases
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ESP/ESP-vspSetup.jsOpenCSM/trunk/ESP/ESP-vspSetup.js
The file was modified /trunk/ESP/ESP.jsOpenCSM/trunk/ESP/ESP.js
The file was modified /trunk/ToDo.txtOpenCSM/trunk/ToDo.txt
The file was modified /trunk/data/basicOpenCSM/trunk/data/basic
The file was added/trunk/data/basic/fitCurve8.cloudOpenCSM/trunk/data/basic/fitCurve8.cloud
The file was added/trunk/data/basic/fitCurve8.csmOpenCSM/trunk/data/basic/fitCurve8.csm
The file was added/trunk/data/basic/fitCurve8.txtOpenCSM/trunk/data/basic/fitCurve8.txt
The file was added/trunk/data/basic/verify_7.6.0/fitCurve8.vfyOpenCSM/trunk/data/basic/verify_7.6.0/fitCurve8.vfy
The file was added/trunk/data/basic/verify_7.7.0/fitCurve8.vfyOpenCSM/trunk/data/basic/verify_7.7.0/fitCurve8.vfy
The file was modified /trunk/data/vsp3OpenCSM/trunk/data/vsp3
The file was modified /trunk/data/vsp3/OPAM1.csmOpenCSM/trunk/data/vsp3/OPAM1.csm
The file was added/trunk/data/vsp3/OPAM1.udcOpenCSM/trunk/data/vsp3/OPAM1.udc
The file was modified /trunk/data/vsp3/OPAM1.vsp3OpenCSM/trunk/data/vsp3/OPAM1.vsp3
The file was modified /trunk/data/vsp3/verify_7.6.0/OPAM1.vfyOpenCSM/trunk/data/vsp3/verify_7.6.0/OPAM1.vfy
The file was modified /trunk/data/vsp3/verify_7.7.0/OPAM1.vfyOpenCSM/trunk/data/vsp3/verify_7.7.0/OPAM1.vfy
The file was modified /trunk/src/Makefile.DARWIN64OpenCSM/trunk/src/Makefile.DARWIN64
The file was modified /trunk/src/OpenCSM.cOpenCSM/trunk/src/OpenCSM.c
The file was modified /trunk/src/timVspSetup.cOpenCSM/trunk/src/timVspSetup.c
The file was modified /trunk/src/udpWaffle.cOpenCSM/trunk/src/udpWaffle.c
Revision 2396 by jfdannen:
remove X57_MAXWELL_CRM_v4.4.1 from svn (too big)
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ToDo.txtOpenCSM/trunk/ToDo.txt
The file was removed/trunk/data/vsp3/X57_Maxwell_CRM_v4.4.1.csmOpenCSM/trunk/data/vsp3/X57_Maxwell_CRM_v4.4.1.csm
The file was removed/trunk/data/vsp3/X57_Maxwell_CRM_v4.4.1.vsp3OpenCSM/trunk/data/vsp3/X57_Maxwell_CRM_v4.4.1.vsp3
Revision 2395 by jfdannen:
fix valgrind error in timVspSetup.c; initialization update required by change in EG_mapBody; add bentWaffle test case; SELECT * xmin xmax ... finds closest entity if xmin=xmax ...
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ESP/ESP.jsOpenCSM/trunk/ESP/ESP.js
The file was modified /trunk/ToDo.txtOpenCSM/trunk/ToDo.txt
The file was modified /trunk/data/basic/ablate0.cOpenCSM/trunk/data/basic/ablate0.c
The file was added/trunk/data/basic/bentWaffle.csmOpenCSM/trunk/data/basic/bentWaffle.csm
The file was added/trunk/data/basic/verify_7.6.0/bentWaffle.vfyOpenCSM/trunk/data/basic/verify_7.6.0/bentWaffle.vfy
The file was added/trunk/data/basic/verify_7.7.0/bentWaffle.vfyOpenCSM/trunk/data/basic/verify_7.7.0/bentWaffle.vfy
The file was modified /trunk/src/Makefile.DARWIN64OpenCSM/trunk/src/Makefile.DARWIN64
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/timVspSetup.cOpenCSM/trunk/src/timVspSetup.c
The file was modified /trunk/src/udfEditAttr.cOpenCSM/trunk/src/udfEditAttr.c
Revision 2394 by jfdannen:
fix addressing bug in udpWarp; initial implementation of timVspSetup
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ESP/ESP-localhost7681.htmlOpenCSM/trunk/ESP/ESP-localhost7681.html
The file was added/trunk/ESP/ESP-vspSetup.cssOpenCSM/trunk/ESP/ESP-vspSetup.css
The file was added/trunk/ESP/ESP-vspSetup.jsOpenCSM/trunk/ESP/ESP-vspSetup.js
The file was modified /trunk/ESP/ESP.htmlOpenCSM/trunk/ESP/ESP.html
The file was modified /trunk/ESP/ESP.jsOpenCSM/trunk/ESP/ESP.js
The file was modified /trunk/ToDo.txtOpenCSM/trunk/ToDo.txt
The file was modified /trunk/docOpenCSM/trunk/doc
The file was modified /trunk/src/MakefileOpenCSM/trunk/src/Makefile
The file was modified /trunk/src/Makefile.DARWIN64OpenCSM/trunk/src/Makefile.DARWIN64
The file was modified /trunk/src/Makefile.DARWIN64.gccOpenCSM/trunk/src/Makefile.DARWIN64.gcc
The file was modified /trunk/src/Makefile.LINUX64OpenCSM/trunk/src/Makefile.LINUX64
The file was modified /trunk/src/NMakefileOpenCSM/trunk/src/NMakefile
The file was added/trunk/src/timVspSetup.cOpenCSM/trunk/src/timVspSetup.c
The file was modified /trunk/src/udpWarp.cOpenCSM/trunk/src/udpWarp.c
Revision 2393 by jfdannen:
convert backslashes to forward slashes in filenames in udpVsp3 because anglescipt expects forward slashes
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ToDo.txtOpenCSM/trunk/ToDo.txt
The file was modified /trunk/docOpenCSM/trunk/doc
The file was modified /trunk/src/udpVsp3.cOpenCSM/trunk/src/udpVsp3.c
Revision 2392 by jfdannen:
properly rename vsp3 verification test cases
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ToDo.txtOpenCSM/trunk/ToDo.txt
The file was removed/trunk/data/vsp3/Verify_7.6.0OpenCSM/trunk/data/vsp3/Verify_7.6.0
The file was removed/trunk/data/vsp3/Verify_7.7.0OpenCSM/trunk/data/vsp3/Verify_7.7.0
The file was added/trunk/data/vsp3/verify_7.6.0OpenCSM/trunk/data/vsp3/verify_7.6.0
The file was added/trunk/data/vsp3/verify_7.6.0/Airbus_Beluga.vfyOpenCSM/trunk/data/vsp3/verify_7.6.0/Airbus_Beluga.vfy
The file was added/trunk/data/vsp3/verify_7.6.0/BWB.vfyOpenCSM/trunk/data/vsp3/verify_7.6.0/BWB.vfy
The file was added/trunk/data/vsp3/verify_7.6.0/Bombardier_DASH8-Q100.vfyOpenCSM/trunk/data/vsp3/verify_7.6.0/Bombardier_DASH8-Q100.vfy
The file was added/trunk/data/vsp3/verify_7.6.0/DG-1.2_noMan.vfyOpenCSM/trunk/data/vsp3/verify_7.6.0/DG-1.2_noMan.vfy
The file was added/trunk/data/vsp3/verify_7.6.0/ERJ-190-E2.vfyOpenCSM/trunk/data/vsp3/verify_7.6.0/ERJ-190-E2.vfy
The file was added/trunk/data/vsp3/verify_7.6.0/EULAIR.vfyOpenCSM/trunk/data/vsp3/verify_7.6.0/EULAIR.vfy
The file was added/trunk/data/vsp3/verify_7.6.0/Jet_MR1.vfyOpenCSM/trunk/data/vsp3/verify_7.6.0/Jet_MR1.vfy
The file was added/trunk/data/vsp3/verify_7.6.0/JobyS4.vfyOpenCSM/trunk/data/vsp3/verify_7.6.0/JobyS4.vfy
The file was added/trunk/data/vsp3/verify_7.6.0/Myjet.vfyOpenCSM/trunk/data/vsp3/verify_7.6.0/Myjet.vfy
The file was added/trunk/data/vsp3/verify_7.6.0/NASA_Multi-Tiltrotor.vfyOpenCSM/trunk/data/vsp3/verify_7.6.0/NASA_Multi-Tiltrotor.vfy
The file was added/trunk/data/vsp3/verify_7.6.0/NASA_Tiltduct_CrossShafted_NoVanes.vfyOpenCSM/trunk/data/vsp3/verify_7.6.0/NASA_Tiltduct_CrossShafted_NoVanes.vfy
The file was added/trunk/data/vsp3/verify_7.6.0/NASA_Tiltduct_DirectDrive_5Vanes.vfyOpenCSM/trunk/data/vsp3/verify_7.6.0/NASA_Tiltduct_DirectDrive_5Vanes.vfy
The file was added/trunk/data/vsp3/verify_7.6.0/OPAM1.vfyOpenCSM/trunk/data/vsp3/verify_7.6.0/OPAM1.vfy
The file was added/trunk/data/vsp3/verify_7.6.0/OPAM1_ref.vfyOpenCSM/trunk/data/vsp3/verify_7.6.0/OPAM1_ref.vfy
The file was added/trunk/data/vsp3/verify_7.6.0/Sukboi_Suk_31_SFB.vfyOpenCSM/trunk/data/vsp3/verify_7.6.0/Sukboi_Suk_31_SFB.vfy
The file was added/trunk/data/vsp3/verify_7.6.0/UAV_Reconocimientover_1.2_.vfyOpenCSM/trunk/data/vsp3/verify_7.6.0/UAV_Reconocimientover_1.2_.vfy
The file was added/trunk/data/vsp3/verify_7.6.0/X57_Maxwell_CRM_v4.4.1.vfyOpenCSM/trunk/data/vsp3/verify_7.6.0/X57_Maxwell_CRM_v4.4.1.vfy
The file was added/trunk/data/vsp3/verify_7.6.0/agm129.vfyOpenCSM/trunk/data/vsp3/verify_7.6.0/agm129.vfy
The file was added/trunk/data/vsp3/verify_7.6.0/avion_de_transporte.vfyOpenCSM/trunk/data/vsp3/verify_7.6.0/avion_de_transporte.vfy
The file was added/trunk/data/vsp3/verify_7.6.0/c5.vfyOpenCSM/trunk/data/vsp3/verify_7.6.0/c5.vfy
The file was added/trunk/data/vsp3/verify_7.6.0/liftpcruise.vfyOpenCSM/trunk/data/vsp3/verify_7.6.0/liftpcruise.vfy
The file was added/trunk/data/vsp3/verify_7.6.0/mq28.vfyOpenCSM/trunk/data/vsp3/verify_7.6.0/mq28.vfy
The file was added/trunk/data/vsp3/verify_7.6.0/nasper.vfyOpenCSM/trunk/data/vsp3/verify_7.6.0/nasper.vfy
The file was added/trunk/data/vsp3/verify_7.6.0/newprojectUAV.R-1.vfyOpenCSM/trunk/data/vsp3/verify_7.6.0/newprojectUAV.R-1.vfy
The file was added/trunk/data/vsp3/verify_7.6.0/sbs.vfyOpenCSM/trunk/data/vsp3/verify_7.6.0/sbs.vfy
The file was added/trunk/data/vsp3/verify_7.6.0/sialia_r2.vfyOpenCSM/trunk/data/vsp3/verify_7.6.0/sialia_r2.vfy
The file was added/trunk/data/vsp3/verify_7.6.0/vtol.vfyOpenCSM/trunk/data/vsp3/verify_7.6.0/vtol.vfy
The file was added/trunk/data/vsp3/verify_7.7.0OpenCSM/trunk/data/vsp3/verify_7.7.0
The file was added/trunk/data/vsp3/verify_7.7.0/Airbus_Beluga.vfyOpenCSM/trunk/data/vsp3/verify_7.7.0/Airbus_Beluga.vfy
The file was added/trunk/data/vsp3/verify_7.7.0/BWB.vfyOpenCSM/trunk/data/vsp3/verify_7.7.0/BWB.vfy
The file was added/trunk/data/vsp3/verify_7.7.0/Bombardier_DASH8-Q100.vfyOpenCSM/trunk/data/vsp3/verify_7.7.0/Bombardier_DASH8-Q100.vfy
The file was added/trunk/data/vsp3/verify_7.7.0/DG-1.2_noMan.vfyOpenCSM/trunk/data/vsp3/verify_7.7.0/DG-1.2_noMan.vfy
The file was added/trunk/data/vsp3/verify_7.7.0/ERJ-190-E2.vfyOpenCSM/trunk/data/vsp3/verify_7.7.0/ERJ-190-E2.vfy
The file was added/trunk/data/vsp3/verify_7.7.0/EULAIR.vfyOpenCSM/trunk/data/vsp3/verify_7.7.0/EULAIR.vfy
The file was added/trunk/data/vsp3/verify_7.7.0/Jet_MR1.vfyOpenCSM/trunk/data/vsp3/verify_7.7.0/Jet_MR1.vfy
The file was added/trunk/data/vsp3/verify_7.7.0/JobyS4.vfyOpenCSM/trunk/data/vsp3/verify_7.7.0/JobyS4.vfy
The file was added/trunk/data/vsp3/verify_7.7.0/Myjet.vfyOpenCSM/trunk/data/vsp3/verify_7.7.0/Myjet.vfy
The file was added/trunk/data/vsp3/verify_7.7.0/NASA_Multi-Tiltrotor.vfyOpenCSM/trunk/data/vsp3/verify_7.7.0/NASA_Multi-Tiltrotor.vfy
The file was added/trunk/data/vsp3/verify_7.7.0/NASA_Tiltduct_CrossShafted_NoVanes.vfyOpenCSM/trunk/data/vsp3/verify_7.7.0/NASA_Tiltduct_CrossShafted_NoVanes.vfy
The file was added/trunk/data/vsp3/verify_7.7.0/NASA_Tiltduct_DirectDrive_5Vanes.vfyOpenCSM/trunk/data/vsp3/verify_7.7.0/NASA_Tiltduct_DirectDrive_5Vanes.vfy
The file was added/trunk/data/vsp3/verify_7.7.0/OPAM1.vfyOpenCSM/trunk/data/vsp3/verify_7.7.0/OPAM1.vfy
The file was added/trunk/data/vsp3/verify_7.7.0/OPAM1_ref.vfyOpenCSM/trunk/data/vsp3/verify_7.7.0/OPAM1_ref.vfy
The file was added/trunk/data/vsp3/verify_7.7.0/QEU2023-SMR-6pax-turbo-notar_450fps.vfyOpenCSM/trunk/data/vsp3/verify_7.7.0/QEU2023-SMR-6pax-turbo-notar_450fps.vfy
The file was added/trunk/data/vsp3/verify_7.7.0/Sukboi_Suk_31_SFB.vfyOpenCSM/trunk/data/vsp3/verify_7.7.0/Sukboi_Suk_31_SFB.vfy
The file was added/trunk/data/vsp3/verify_7.7.0/UAV_Reconocimientover_1.2_.vfyOpenCSM/trunk/data/vsp3/verify_7.7.0/UAV_Reconocimientover_1.2_.vfy
The file was added/trunk/data/vsp3/verify_7.7.0/X57_Maxwell_CRM_v4.4.1.vfyOpenCSM/trunk/data/vsp3/verify_7.7.0/X57_Maxwell_CRM_v4.4.1.vfy
The file was added/trunk/data/vsp3/verify_7.7.0/agm129.vfyOpenCSM/trunk/data/vsp3/verify_7.7.0/agm129.vfy
The file was added/trunk/data/vsp3/verify_7.7.0/avion_de_transporte.vfyOpenCSM/trunk/data/vsp3/verify_7.7.0/avion_de_transporte.vfy
The file was added/trunk/data/vsp3/verify_7.7.0/c5.vfyOpenCSM/trunk/data/vsp3/verify_7.7.0/c5.vfy
The file was added/trunk/data/vsp3/verify_7.7.0/liftpcruise.vfyOpenCSM/trunk/data/vsp3/verify_7.7.0/liftpcruise.vfy
The file was added/trunk/data/vsp3/verify_7.7.0/mq28.vfyOpenCSM/trunk/data/vsp3/verify_7.7.0/mq28.vfy
The file was added/trunk/data/vsp3/verify_7.7.0/nasper.vfyOpenCSM/trunk/data/vsp3/verify_7.7.0/nasper.vfy
The file was added/trunk/data/vsp3/verify_7.7.0/newprojectUAV.R-1.vfyOpenCSM/trunk/data/vsp3/verify_7.7.0/newprojectUAV.R-1.vfy
The file was added/trunk/data/vsp3/verify_7.7.0/sbs.vfyOpenCSM/trunk/data/vsp3/verify_7.7.0/sbs.vfy
The file was added/trunk/data/vsp3/verify_7.7.0/sialia_r2.vfyOpenCSM/trunk/data/vsp3/verify_7.7.0/sialia_r2.vfy
The file was added/trunk/data/vsp3/verify_7.7.0/vtol.vfyOpenCSM/trunk/data/vsp3/verify_7.7.0/vtol.vfy
Revision 2391 by jfdannen:
ATTRRECYCLE forces UDPRIM to not be recycled; fix printing of SELECT with attrValu a number; update udpVsp3 to automatically run vsp; add data/vsp3 test cases; add propInteg*a test cases; use _plugsIgnore on Faces that should be ignored during cloud point reclassifications in Plugs; add udpWarp; add ablate0* test cases
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ToDo.txtOpenCSM/trunk/ToDo.txt
The file was modified /trunk/data/basic/ablate0.cOpenCSM/trunk/data/basic/ablate0.c
The file was removed/trunk/data/basic/ablate0.csmOpenCSM/trunk/data/basic/ablate0.csm
The file was added/trunk/data/basic/ablate0.jrnlOpenCSM/trunk/data/basic/ablate0.jrnl
The file was added/trunk/data/basic/ablate0.txtOpenCSM/trunk/data/basic/ablate0.txt
The file was added/trunk/data/basic/ablate0a.csmOpenCSM/trunk/data/basic/ablate0a.csm
The file was added/trunk/data/basic/ablate0b.csmOpenCSM/trunk/data/basic/ablate0b.csm
The file was added/trunk/data/basic/ablate0c.csmOpenCSM/trunk/data/basic/ablate0c.csm
The file was added/trunk/data/basic/ablate0d.csmOpenCSM/trunk/data/basic/ablate0d.csm
The file was added/trunk/data/basic/ablate0e.csmOpenCSM/trunk/data/basic/ablate0e.csm
The file was added/trunk/data/basic/propInteg1a.csmOpenCSM/trunk/data/basic/propInteg1a.csm
The file was added/trunk/data/basic/propInteg2a.csmOpenCSM/trunk/data/basic/propInteg2a.csm
The file was removed/trunk/data/basic/verify_7.6.0/ablate0.vfyOpenCSM/trunk/data/basic/verify_7.6.0/ablate0.vfy
The file was added/trunk/data/basic/verify_7.6.0/ablate0a.vfyOpenCSM/trunk/data/basic/verify_7.6.0/ablate0a.vfy
The file was added/trunk/data/basic/verify_7.6.0/ablate0b.vfyOpenCSM/trunk/data/basic/verify_7.6.0/ablate0b.vfy
The file was added/trunk/data/basic/verify_7.6.0/ablate0c.vfyOpenCSM/trunk/data/basic/verify_7.6.0/ablate0c.vfy
The file was added/trunk/data/basic/verify_7.6.0/ablate0d.vfyOpenCSM/trunk/data/basic/verify_7.6.0/ablate0d.vfy
The file was added/trunk/data/basic/verify_7.6.0/ablate0e.vfyOpenCSM/trunk/data/basic/verify_7.6.0/ablate0e.vfy
The file was added/trunk/data/basic/verify_7.6.0/propInteg1a.vfyOpenCSM/trunk/data/basic/verify_7.6.0/propInteg1a.vfy
The file was added/trunk/data/basic/verify_7.6.0/propInteg2a.vfyOpenCSM/trunk/data/basic/verify_7.6.0/propInteg2a.vfy
The file was removed/trunk/data/basic/verify_7.7.0/ablate0.vfyOpenCSM/trunk/data/basic/verify_7.7.0/ablate0.vfy
The file was added/trunk/data/basic/verify_7.7.0/ablate0a.vfyOpenCSM/trunk/data/basic/verify_7.7.0/ablate0a.vfy
The file was added/trunk/data/basic/verify_7.7.0/ablate0b.vfyOpenCSM/trunk/data/basic/verify_7.7.0/ablate0b.vfy
The file was added/trunk/data/basic/verify_7.7.0/ablate0c.vfyOpenCSM/trunk/data/basic/verify_7.7.0/ablate0c.vfy
The file was added/trunk/data/basic/verify_7.7.0/ablate0d.vfyOpenCSM/trunk/data/basic/verify_7.7.0/ablate0d.vfy
The file was added/trunk/data/basic/verify_7.7.0/ablate0e.vfyOpenCSM/trunk/data/basic/verify_7.7.0/ablate0e.vfy
The file was added/trunk/data/basic/verify_7.7.0/propInteg1a.vfyOpenCSM/trunk/data/basic/verify_7.7.0/propInteg1a.vfy
The file was added/trunk/data/basic/verify_7.7.0/propInteg2a.vfyOpenCSM/trunk/data/basic/verify_7.7.0/propInteg2a.vfy
The file was added/trunk/data/vsp3OpenCSM/trunk/data/vsp3
The file was added/trunk/data/vsp3/Airbus_Beluga.csmOpenCSM/trunk/data/vsp3/Airbus_Beluga.csm
The file was added/trunk/data/vsp3/Airbus_Beluga.vsp3OpenCSM/trunk/data/vsp3/Airbus_Beluga.vsp3
The file was added/trunk/data/vsp3/BWB.csmOpenCSM/trunk/data/vsp3/BWB.csm
The file was added/trunk/data/vsp3/BWB.vsp3OpenCSM/trunk/data/vsp3/BWB.vsp3
The file was added/trunk/data/vsp3/Bombardier_DASH8-Q100.csmOpenCSM/trunk/data/vsp3/Bombardier_DASH8-Q100.csm
The file was added/trunk/data/vsp3/Bombardier_DASH8-Q100.vsp3OpenCSM/trunk/data/vsp3/Bombardier_DASH8-Q100.vsp3
The file was added/trunk/data/vsp3/DG-1.2.vsp3OpenCSM/trunk/data/vsp3/DG-1.2.vsp3
The file was added/trunk/data/vsp3/DG-1.2_noMan.csmOpenCSM/trunk/data/vsp3/DG-1.2_noMan.csm
The file was added/trunk/data/vsp3/DG-1.2_noMan.vsp3OpenCSM/trunk/data/vsp3/DG-1.2_noMan.vsp3
The file was added/trunk/data/vsp3/ERJ-190-E2.csmOpenCSM/trunk/data/vsp3/ERJ-190-E2.csm
The file was added/trunk/data/vsp3/ERJ-190-E2.vsp3OpenCSM/trunk/data/vsp3/ERJ-190-E2.vsp3
The file was added/trunk/data/vsp3/EULAIR.csmOpenCSM/trunk/data/vsp3/EULAIR.csm
The file was added/trunk/data/vsp3/EULAIR.vsp3OpenCSM/trunk/data/vsp3/EULAIR.vsp3
The file was added/trunk/data/vsp3/Jet_MR1.csmOpenCSM/trunk/data/vsp3/Jet_MR1.csm
The file was added/trunk/data/vsp3/Jet_MR1.vsp3OpenCSM/trunk/data/vsp3/Jet_MR1.vsp3
The file was added/trunk/data/vsp3/JobyS4.csmOpenCSM/trunk/data/vsp3/JobyS4.csm
The file was added/trunk/data/vsp3/JobyS4.vsp3OpenCSM/trunk/data/vsp3/JobyS4.vsp3
The file was added/trunk/data/vsp3/Myjet.csmOpenCSM/trunk/data/vsp3/Myjet.csm
The file was added/trunk/data/vsp3/Myjet.vsp3OpenCSM/trunk/data/vsp3/Myjet.vsp3
The file was added/trunk/data/vsp3/NASA_Multi-Tiltrotor.csmOpenCSM/trunk/data/vsp3/NASA_Multi-Tiltrotor.csm
The file was added/trunk/data/vsp3/NASA_Multi-Tiltrotor.vsp3OpenCSM/trunk/data/vsp3/NASA_Multi-Tiltrotor.vsp3
The file was added/trunk/data/vsp3/NASA_Tiltduct_CrossShafted_NoVanes.csmOpenCSM/trunk/data/vsp3/NASA_Tiltduct_CrossShafted_NoVanes.csm
The file was added/trunk/data/vsp3/NASA_Tiltduct_CrossShafted_NoVanes.vsp3OpenCSM/trunk/data/vsp3/NASA_Tiltduct_CrossShafted_NoVanes.vsp3
The file was added/trunk/data/vsp3/NASA_Tiltduct_DirectDrive_5Vanes.csmOpenCSM/trunk/data/vsp3/NASA_Tiltduct_DirectDrive_5Vanes.csm
The file was added/trunk/data/vsp3/NASA_Tiltduct_DirectDrive_5Vanes.vsp3OpenCSM/trunk/data/vsp3/NASA_Tiltduct_DirectDrive_5Vanes.vsp3
The file was added/trunk/data/vsp3/OPAM1.csmOpenCSM/trunk/data/vsp3/OPAM1.csm
The file was added/trunk/data/vsp3/OPAM1.desOpenCSM/trunk/data/vsp3/OPAM1.des
The file was added/trunk/data/vsp3/OPAM1.vsp3OpenCSM/trunk/data/vsp3/OPAM1.vsp3
The file was added/trunk/data/vsp3/OPAM1_ref.csmOpenCSM/trunk/data/vsp3/OPAM1_ref.csm
The file was added/trunk/data/vsp3/QEU2023-SMR-6pax-turbo-notar_450fps.csmOpenCSM/trunk/data/vsp3/QEU2023-SMR-6pax-turbo-notar_450fps.csm
The file was added/trunk/data/vsp3/QEU2023-SMR-6pax-turbo-notar_450fps.vsp3OpenCSM/trunk/data/vsp3/QEU2023-SMR-6pax-turbo-notar_450fps.vsp3
The file was added/trunk/data/vsp3/Sukboi_Suk_31_SFB.csmOpenCSM/trunk/data/vsp3/Sukboi_Suk_31_SFB.csm
The file was added/trunk/data/vsp3/Sukboi_Suk_31_SFB.vsp3OpenCSM/trunk/data/vsp3/Sukboi_Suk_31_SFB.vsp3
The file was added/trunk/data/vsp3/UAV_Reconocimientover_1.2_.csmOpenCSM/trunk/data/vsp3/UAV_Reconocimientover_1.2_.csm
The file was added/trunk/data/vsp3/UAV_Reconocimientover_1.2_.vsp3OpenCSM/trunk/data/vsp3/UAV_Reconocimientover_1.2_.vsp3
The file was added/trunk/data/vsp3/Verify_7.6.0OpenCSM/trunk/data/vsp3/Verify_7.6.0
The file was added/trunk/data/vsp3/Verify_7.6.0/Airbus_Beluga.vfyOpenCSM/trunk/data/vsp3/Verify_7.6.0/Airbus_Beluga.vfy
The file was added/trunk/data/vsp3/Verify_7.6.0/BWB.vfyOpenCSM/trunk/data/vsp3/Verify_7.6.0/BWB.vfy
The file was added/trunk/data/vsp3/Verify_7.6.0/Bombardier_DASH8-Q100.vfyOpenCSM/trunk/data/vsp3/Verify_7.6.0/Bombardier_DASH8-Q100.vfy
The file was added/trunk/data/vsp3/Verify_7.6.0/DG-1.2_noMan.vfyOpenCSM/trunk/data/vsp3/Verify_7.6.0/DG-1.2_noMan.vfy
The file was added/trunk/data/vsp3/Verify_7.6.0/ERJ-190-E2.vfyOpenCSM/trunk/data/vsp3/Verify_7.6.0/ERJ-190-E2.vfy
The file was added/trunk/data/vsp3/Verify_7.6.0/EULAIR.vfyOpenCSM/trunk/data/vsp3/Verify_7.6.0/EULAIR.vfy
The file was added/trunk/data/vsp3/Verify_7.6.0/Jet_MR1.vfyOpenCSM/trunk/data/vsp3/Verify_7.6.0/Jet_MR1.vfy
The file was added/trunk/data/vsp3/Verify_7.6.0/JobyS4.vfyOpenCSM/trunk/data/vsp3/Verify_7.6.0/JobyS4.vfy
The file was added/trunk/data/vsp3/Verify_7.6.0/Myjet.vfyOpenCSM/trunk/data/vsp3/Verify_7.6.0/Myjet.vfy
The file was added/trunk/data/vsp3/Verify_7.6.0/NASA_Multi-Tiltrotor.vfyOpenCSM/trunk/data/vsp3/Verify_7.6.0/NASA_Multi-Tiltrotor.vfy
The file was added/trunk/data/vsp3/Verify_7.6.0/NASA_Tiltduct_CrossShafted_NoVanes.vfyOpenCSM/trunk/data/vsp3/Verify_7.6.0/NASA_Tiltduct_CrossShafted_NoVanes.vfy
The file was added/trunk/data/vsp3/Verify_7.6.0/NASA_Tiltduct_DirectDrive_5Vanes.vfyOpenCSM/trunk/data/vsp3/Verify_7.6.0/NASA_Tiltduct_DirectDrive_5Vanes.vfy
The file was added/trunk/data/vsp3/Verify_7.6.0/OPAM1.vfyOpenCSM/trunk/data/vsp3/Verify_7.6.0/OPAM1.vfy
The file was added/trunk/data/vsp3/Verify_7.6.0/OPAM1_ref.vfyOpenCSM/trunk/data/vsp3/Verify_7.6.0/OPAM1_ref.vfy
The file was added/trunk/data/vsp3/Verify_7.6.0/Sukboi_Suk_31_SFB.vfyOpenCSM/trunk/data/vsp3/Verify_7.6.0/Sukboi_Suk_31_SFB.vfy
The file was added/trunk/data/vsp3/Verify_7.6.0/UAV_Reconocimientover_1.2_.vfyOpenCSM/trunk/data/vsp3/Verify_7.6.0/UAV_Reconocimientover_1.2_.vfy
The file was added/trunk/data/vsp3/Verify_7.6.0/X57_Maxwell_CRM_v4.4.1.vfyOpenCSM/trunk/data/vsp3/Verify_7.6.0/X57_Maxwell_CRM_v4.4.1.vfy
The file was added/trunk/data/vsp3/Verify_7.6.0/agm129.vfyOpenCSM/trunk/data/vsp3/Verify_7.6.0/agm129.vfy
The file was added/trunk/data/vsp3/Verify_7.6.0/avion_de_transporte.vfyOpenCSM/trunk/data/vsp3/Verify_7.6.0/avion_de_transporte.vfy
The file was added/trunk/data/vsp3/Verify_7.6.0/c5.vfyOpenCSM/trunk/data/vsp3/Verify_7.6.0/c5.vfy
The file was added/trunk/data/vsp3/Verify_7.6.0/liftpcruise.vfyOpenCSM/trunk/data/vsp3/Verify_7.6.0/liftpcruise.vfy
The file was added/trunk/data/vsp3/Verify_7.6.0/mq28.vfyOpenCSM/trunk/data/vsp3/Verify_7.6.0/mq28.vfy
The file was added/trunk/data/vsp3/Verify_7.6.0/nasper.vfyOpenCSM/trunk/data/vsp3/Verify_7.6.0/nasper.vfy
The file was added/trunk/data/vsp3/Verify_7.6.0/newprojectUAV.R-1.vfyOpenCSM/trunk/data/vsp3/Verify_7.6.0/newprojectUAV.R-1.vfy
The file was added/trunk/data/vsp3/Verify_7.6.0/sbs.vfyOpenCSM/trunk/data/vsp3/Verify_7.6.0/sbs.vfy
The file was added/trunk/data/vsp3/Verify_7.6.0/sialia_r2.vfyOpenCSM/trunk/data/vsp3/Verify_7.6.0/sialia_r2.vfy
The file was added/trunk/data/vsp3/Verify_7.6.0/vtol.vfyOpenCSM/trunk/data/vsp3/Verify_7.6.0/vtol.vfy
The file was added/trunk/data/vsp3/Verify_7.7.0OpenCSM/trunk/data/vsp3/Verify_7.7.0
The file was added/trunk/data/vsp3/Verify_7.7.0/Airbus_Beluga.vfyOpenCSM/trunk/data/vsp3/Verify_7.7.0/Airbus_Beluga.vfy
The file was added/trunk/data/vsp3/Verify_7.7.0/BWB.vfyOpenCSM/trunk/data/vsp3/Verify_7.7.0/BWB.vfy
The file was added/trunk/data/vsp3/Verify_7.7.0/Bombardier_DASH8-Q100.vfyOpenCSM/trunk/data/vsp3/Verify_7.7.0/Bombardier_DASH8-Q100.vfy
The file was added/trunk/data/vsp3/Verify_7.7.0/DG-1.2_noMan.vfyOpenCSM/trunk/data/vsp3/Verify_7.7.0/DG-1.2_noMan.vfy
The file was added/trunk/data/vsp3/Verify_7.7.0/ERJ-190-E2.vfyOpenCSM/trunk/data/vsp3/Verify_7.7.0/ERJ-190-E2.vfy
The file was added/trunk/data/vsp3/Verify_7.7.0/EULAIR.vfyOpenCSM/trunk/data/vsp3/Verify_7.7.0/EULAIR.vfy
The file was added/trunk/data/vsp3/Verify_7.7.0/Jet_MR1.vfyOpenCSM/trunk/data/vsp3/Verify_7.7.0/Jet_MR1.vfy
The file was added/trunk/data/vsp3/Verify_7.7.0/JobyS4.vfyOpenCSM/trunk/data/vsp3/Verify_7.7.0/JobyS4.vfy
The file was added/trunk/data/vsp3/Verify_7.7.0/Myjet.vfyOpenCSM/trunk/data/vsp3/Verify_7.7.0/Myjet.vfy
The file was added/trunk/data/vsp3/Verify_7.7.0/NASA_Multi-Tiltrotor.vfyOpenCSM/trunk/data/vsp3/Verify_7.7.0/NASA_Multi-Tiltrotor.vfy
The file was added/trunk/data/vsp3/Verify_7.7.0/NASA_Tiltduct_CrossShafted_NoVanes.vfyOpenCSM/trunk/data/vsp3/Verify_7.7.0/NASA_Tiltduct_CrossShafted_NoVanes.vfy
The file was added/trunk/data/vsp3/Verify_7.7.0/NASA_Tiltduct_DirectDrive_5Vanes.vfyOpenCSM/trunk/data/vsp3/Verify_7.7.0/NASA_Tiltduct_DirectDrive_5Vanes.vfy
The file was added/trunk/data/vsp3/Verify_7.7.0/OPAM1.vfyOpenCSM/trunk/data/vsp3/Verify_7.7.0/OPAM1.vfy
The file was added/trunk/data/vsp3/Verify_7.7.0/OPAM1_ref.vfyOpenCSM/trunk/data/vsp3/Verify_7.7.0/OPAM1_ref.vfy
The file was added/trunk/data/vsp3/Verify_7.7.0/QEU2023-SMR-6pax-turbo-notar_450fps.vfyOpenCSM/trunk/data/vsp3/Verify_7.7.0/QEU2023-SMR-6pax-turbo-notar_450fps.vfy
The file was added/trunk/data/vsp3/Verify_7.7.0/Sukboi_Suk_31_SFB.vfyOpenCSM/trunk/data/vsp3/Verify_7.7.0/Sukboi_Suk_31_SFB.vfy
The file was added/trunk/data/vsp3/Verify_7.7.0/UAV_Reconocimientover_1.2_.vfyOpenCSM/trunk/data/vsp3/Verify_7.7.0/UAV_Reconocimientover_1.2_.vfy
The file was added/trunk/data/vsp3/Verify_7.7.0/X57_Maxwell_CRM_v4.4.1.vfyOpenCSM/trunk/data/vsp3/Verify_7.7.0/X57_Maxwell_CRM_v4.4.1.vfy
The file was added/trunk/data/vsp3/Verify_7.7.0/agm129.vfyOpenCSM/trunk/data/vsp3/Verify_7.7.0/agm129.vfy
The file was added/trunk/data/vsp3/Verify_7.7.0/avion_de_transporte.vfyOpenCSM/trunk/data/vsp3/Verify_7.7.0/avion_de_transporte.vfy
The file was added/trunk/data/vsp3/Verify_7.7.0/c5.vfyOpenCSM/trunk/data/vsp3/Verify_7.7.0/c5.vfy
The file was added/trunk/data/vsp3/Verify_7.7.0/liftpcruise.vfyOpenCSM/trunk/data/vsp3/Verify_7.7.0/liftpcruise.vfy
The file was added/trunk/data/vsp3/Verify_7.7.0/mq28.vfyOpenCSM/trunk/data/vsp3/Verify_7.7.0/mq28.vfy
The file was added/trunk/data/vsp3/Verify_7.7.0/nasper.vfyOpenCSM/trunk/data/vsp3/Verify_7.7.0/nasper.vfy
The file was added/trunk/data/vsp3/Verify_7.7.0/newprojectUAV.R-1.vfyOpenCSM/trunk/data/vsp3/Verify_7.7.0/newprojectUAV.R-1.vfy
The file was added/trunk/data/vsp3/Verify_7.7.0/sbs.vfyOpenCSM/trunk/data/vsp3/Verify_7.7.0/sbs.vfy
The file was added/trunk/data/vsp3/Verify_7.7.0/sialia_r2.vfyOpenCSM/trunk/data/vsp3/Verify_7.7.0/sialia_r2.vfy
The file was added/trunk/data/vsp3/Verify_7.7.0/vtol.vfyOpenCSM/trunk/data/vsp3/Verify_7.7.0/vtol.vfy
The file was added/trunk/data/vsp3/X57_Maxwell_CRM_v4.4.1.csmOpenCSM/trunk/data/vsp3/X57_Maxwell_CRM_v4.4.1.csm
The file was added/trunk/data/vsp3/X57_Maxwell_CRM_v4.4.1.vsp3OpenCSM/trunk/data/vsp3/X57_Maxwell_CRM_v4.4.1.vsp3
The file was added/trunk/data/vsp3/agm129.csmOpenCSM/trunk/data/vsp3/agm129.csm
The file was added/trunk/data/vsp3/agm129.vsp3OpenCSM/trunk/data/vsp3/agm129.vsp3
The file was added/trunk/data/vsp3/avion_de_transporte.csmOpenCSM/trunk/data/vsp3/avion_de_transporte.csm
The file was added/trunk/data/vsp3/avion_de_transporte.vsp3OpenCSM/trunk/data/vsp3/avion_de_transporte.vsp3
The file was added/trunk/data/vsp3/c5.csmOpenCSM/trunk/data/vsp3/c5.csm
The file was added/trunk/data/vsp3/c5.vsp3OpenCSM/trunk/data/vsp3/c5.vsp3
The file was added/trunk/data/vsp3/liftpcruise.csmOpenCSM/trunk/data/vsp3/liftpcruise.csm
The file was added/trunk/data/vsp3/liftpcruise.vsp3OpenCSM/trunk/data/vsp3/liftpcruise.vsp3
The file was added/trunk/data/vsp3/mq28.csmOpenCSM/trunk/data/vsp3/mq28.csm
The file was added/trunk/data/vsp3/mq28.vsp3OpenCSM/trunk/data/vsp3/mq28.vsp3
The file was added/trunk/data/vsp3/mq28_imagesOpenCSM/trunk/data/vsp3/mq28_images
The file was added/trunk/data/vsp3/mq28_images/ATS-taxi-9668-2_960x640.pngOpenCSM/trunk/data/vsp3/mq28_images/ATS-taxi-9668-2_960x640.png
The file was added/trunk/data/vsp3/mq28_images/ats-gallery-ATS-Loyal-Wingman02-960x600.jpgOpenCSM/trunk/data/vsp3/mq28_images/ats-gallery-ATS-Loyal-Wingman02-960x600.jpg
The file was added/trunk/data/vsp3/mq28_images/ats-gallery-ATS-Loyal-Wingman03-960x600.jpgOpenCSM/trunk/data/vsp3/mq28_images/ats-gallery-ATS-Loyal-Wingman03-960x600.jpg
The file was added/trunk/data/vsp3/mq28_images/ats_engine-testing-9844_960x600.jpgOpenCSM/trunk/data/vsp3/mq28_images/ats_engine-testing-9844_960x600.jpg
The file was added/trunk/data/vsp3/mq28_images/ats_engine-testing-9859_960x600.jpgOpenCSM/trunk/data/vsp3/mq28_images/ats_engine-testing-9859_960x600.jpg
The file was added/trunk/data/vsp3/mq28_images/ats_gallery6_960x600.jpgOpenCSM/trunk/data/vsp3/mq28_images/ats_gallery6_960x600.jpg
The file was added/trunk/data/vsp3/mq28_images/front_real_enginetest.pngOpenCSM/trunk/data/vsp3/mq28_images/front_real_enginetest.png
The file was added/trunk/data/vsp3/mq28_images/front_render_lighting.pngOpenCSM/trunk/data/vsp3/mq28_images/front_render_lighting.png
The file was added/trunk/data/vsp3/mq28_images/rear_view_A.pngOpenCSM/trunk/data/vsp3/mq28_images/rear_view_A.png
The file was added/trunk/data/vsp3/mq28_images/rear_view_B.pngOpenCSM/trunk/data/vsp3/mq28_images/rear_view_B.png
The file was added/trunk/data/vsp3/mq28_images/topview.pngOpenCSM/trunk/data/vsp3/mq28_images/topview.png
The file was added/trunk/data/vsp3/mq28_images/topview_rotated.pngOpenCSM/trunk/data/vsp3/mq28_images/topview_rotated.png
The file was added/trunk/data/vsp3/nasper.csmOpenCSM/trunk/data/vsp3/nasper.csm
The file was added/trunk/data/vsp3/nasper.vsp3OpenCSM/trunk/data/vsp3/nasper.vsp3
The file was added/trunk/data/vsp3/newprojectUAV.R-1.csmOpenCSM/trunk/data/vsp3/newprojectUAV.R-1.csm
The file was added/trunk/data/vsp3/newprojectUAV.R-1.vsp3OpenCSM/trunk/data/vsp3/newprojectUAV.R-1.vsp3
The file was added/trunk/data/vsp3/sbs.csmOpenCSM/trunk/data/vsp3/sbs.csm
The file was added/trunk/data/vsp3/sbs.vsp3OpenCSM/trunk/data/vsp3/sbs.vsp3
The file was added/trunk/data/vsp3/sialia_r2.csmOpenCSM/trunk/data/vsp3/sialia_r2.csm
The file was added/trunk/data/vsp3/sialia_r2.vsp3OpenCSM/trunk/data/vsp3/sialia_r2.vsp3
The file was added/trunk/data/vsp3/vtol.csmOpenCSM/trunk/data/vsp3/vtol.csm
The file was added/trunk/data/vsp3/vtol.vsp3OpenCSM/trunk/data/vsp3/vtol.vsp3
The file was modified /trunk/src/MakefileOpenCSM/trunk/src/Makefile
The file was modified /trunk/src/Makefile.DARWIN64OpenCSM/trunk/src/Makefile.DARWIN64
The file was modified /trunk/src/Makefile.DARWIN64.gccOpenCSM/trunk/src/Makefile.DARWIN64.gcc
The file was modified /trunk/src/Makefile.LINUX64OpenCSM/trunk/src/Makefile.LINUX64
The file was modified /trunk/src/NMakefileOpenCSM/trunk/src/NMakefile
The file was modified /trunk/src/OpenCSM.cOpenCSM/trunk/src/OpenCSM.c
The file was modified /trunk/src/timPlugs.cOpenCSM/trunk/src/timPlugs.c
The file was modified /trunk/src/udp.cOpenCSM/trunk/src/udp.c
The file was modified /trunk/src/udp.hOpenCSM/trunk/src/udp.h
The file was modified /trunk/src/udpUtilities.cOpenCSM/trunk/src/udpUtilities.c
The file was modified /trunk/src/udpVsp3.cOpenCSM/trunk/src/udpVsp3.c
The file was added/trunk/src/udpWarp.cOpenCSM/trunk/src/udpWarp.c
Revision 1953 by galbramc:
Fix lint
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/src/fgadsTopo.cEGADS/trunk/src/fgadsTopo.c
Revision 1952 by galbramc:
Fix EG_mapBody infinite loop
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/src/egadsTopo.cppEGADS/trunk/src/egadsTopo.cpp
Revision 1951 by galbramc:
Update egads.def with EG_mapBody2
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/src/egads.defEGADS/trunk/src/egads.def
Revision 1950 by galbramc:
Fix incorrect mapBody tests
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/jlEGADS/egads/test/runtests.jlEGADS/trunk/jlEGADS/egads/test/runtests.jl
The file was modified /trunk/pyEGADS/test/test_egads.pyEGADS/trunk/pyEGADS/test/test_egads.py
Revision 1949 by galbramc:
Fix compile error related to M_PI
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/src/Surreal/SurrealD_Lazy.hEGADS/trunk/src/Surreal/SurrealD_Lazy.h
The file was modified /trunk/src/Surreal/SurrealD_Trad.hEGADS/trunk/src/Surreal/SurrealD_Trad.h
The file was modified /trunk/src/Surreal/SurrealS_Lazy.hEGADS/trunk/src/Surreal/SurrealS_Lazy.h
The file was modified /trunk/src/Surreal/SurrealS_Trad.hEGADS/trunk/src/Surreal/SurrealS_Trad.h
Revision 1948 by galbramc:
Fix EG_mapBody when topology is identical but geometry differs. Add EG_mapBody2 as replacement for EG_mapBody that also works on FaceBodys.
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
The file was modified /trunk/include/egads.hEGADS/trunk/include/egads.h
The file was modified /trunk/jlEGADS/egads/src/egads.jlEGADS/trunk/jlEGADS/egads/src/egads.jl
The file was modified /trunk/pyEGADS/pyEGADS/egads_common.pyEGADS/trunk/pyEGADS/pyEGADS/egads_common.py
The file was modified /trunk/src/egadsTess.cEGADS/trunk/src/egadsTess.c
The file was modified /trunk/src/egadsTopo.cppEGADS/trunk/src/egadsTopo.cpp
The file was modified /trunk/src/fgadsTopo.cEGADS/trunk/src/fgadsTopo.c
The file was modified /trunk/test/mapTess.cEGADS/trunk/test/mapTess.c
Revision 1947 by galbramc:
Add additional Node check in EG_localToGlobal
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/src/egadsTessInp.cEGADS/trunk/src/egadsTessInp.c
Revision 1946 by galbramc:
Add backup M_PI when not available for Surreal
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/src/Surreal/SurrealD_Lazy.hEGADS/trunk/src/Surreal/SurrealD_Lazy.h
The file was modified /trunk/src/Surreal/SurrealD_Trad.hEGADS/trunk/src/Surreal/SurrealD_Trad.h
The file was modified /trunk/src/Surreal/SurrealS_Lazy.hEGADS/trunk/src/Surreal/SurrealS_Lazy.h
The file was modified /trunk/src/Surreal/SurrealS_Trad.hEGADS/trunk/src/Surreal/SurrealS_Trad.h
Revision 1945 by galbramc:
Fix memory leak when error occurs while reading units from STEP/IGES
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/src/egadsIO.cppEGADS/trunk/src/egadsIO.cpp
Revision 1944 by galbramc:
Rename ref test to avoid conflicting with NASA refine ref
Change TypePath in RepositoryPath in Workspace
The file was removed/trunk/test/ref.cEGADS/trunk/test/ref.c
The file was removed/trunk/test/ref.makeEGADS/trunk/test/ref.make
The file was added/trunk/test/refObj.cEGADS/trunk/test/refObj.c
The file was added/trunk/test/refObj.makeEGADS/trunk/test/refObj.make
Revision 1943 by galbramc:
Preserve tessellation attributes in mapTessBody
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/src/egadsTess.cEGADS/trunk/src/egadsTess.c
Revision 1942 by galbramc:
Small fix for IGES Name reads
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/src/egadsIO.cppEGADS/trunk/src/egadsIO.cpp
Revision 1941 by galbramc:
IGES reader now also reads all Name attributes. Fix stanalizer warning.
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/src/egadsIO.cppEGADS/trunk/src/egadsIO.cpp
Revision 1940 by galbramc:
Reduce time extract Name attribute from STEP files.
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/src/egadsIO.cppEGADS/trunk/src/egadsIO.cpp
Revision 836 by galbramc:
Another python valgrind suppression
Change TypePath in RepositoryPath in Workspace
The file was modified /valgrind/valgrind-python.suppJenkinsESP/valgrind/valgrind-python.supp
Revision 835 by galbramc:
Upgrade to SU2 8.0.0
Change TypePath in RepositoryPath in Workspace
The file was modified /ESP_Env.shJenkinsESP/ESP_Env.sh
Revision 834 by galbramc:
Update vsp3 memcheck suppression
Change TypePath in RepositoryPath in Workspace
The file was modified /ESP_Memcheck.shJenkinsESP/ESP_Memcheck.sh
The file was modified /ESP_Undefined.shJenkinsESP/ESP_Undefined.sh
The file was modified /suppression_address.txtJenkinsESP/suppression_address.txt
Revision 833 by galbramc:
Add refine executable PATH
Change TypePath in RepositoryPath in Workspace
The file was modified /ESP_Env.shJenkinsESP/ESP_Env.sh
Revision 832 by galbramc:
Suppress vspscript leaks
Change TypePath in RepositoryPath in Workspace
The file was modified /suppression_address.txtJenkinsESP/suppression_address.txt
Revision 831 by galbramc:
Add data/vsp3/X57_Maxwell_CRM_v4.4.1.csm to csmIgnore for valgrind.
Change TypePath in RepositoryPath in Workspace
The file was modified /data/csmIgnore.txtJenkinsESP/data/csmIgnore.txt
Revision 830 by galbramc:
Downgrade to OpenVSP 3.34.0
Change TypePath in RepositoryPath in Workspace
The file was modified /ESP_Env.batJenkinsESP/ESP_Env.bat
The file was modified /ESP_Env.shJenkinsESP/ESP_Env.sh
Revision 829 by galbramc:
Add vsp3 jenkins files
Change TypePath in RepositoryPath in Workspace
The file was added/data/vsp3JenkinsESP/data/vsp3
The file was added/data/vsp3/csmErrorHandling.txtJenkinsESP/data/vsp3/csmErrorHandling.txt
The file was added/data/vsp3/csmOCCFailure_7.6.txtJenkinsESP/data/vsp3/csmOCCFailure_7.6.txt
The file was added/data/vsp3/csmOCCFailure_7.7.txtJenkinsESP/data/vsp3/csmOCCFailure_7.7.txt
The file was added/data/vsp3/egadsTessError.txtJenkinsESP/data/vsp3/egadsTessError.txt
Revision 828 by galbramc:
Add VSP3_ROOT for vsp3 testing
Change TypePath in RepositoryPath in Workspace
The file was modified /ESP_Env.batJenkinsESP/ESP_Env.bat
The file was modified /ESP_Env.shJenkinsESP/ESP_Env.sh