← Back to team overview

yade-dev team mailing list archive

[Branch ~yade-dev/yade/trunk] Rev 1897: 1. Rename InteractingBox -> Box, InteractingSphere->Sphere, InteractingFacet->Facet.

 

------------------------------------------------------------
revno: 1897
committer: Václav Šmilauer <eudoxos@xxxxxxxx>
branch nick: trunk
timestamp: Sun 2009-12-13 21:30:13 +0100
message:
  1. Rename InteractingBox -> Box, InteractingSphere->Sphere, InteractingFacet->Facet.
renamed:
  pkg/common/DataClass/InteractingGeometry/InteractingBox.cpp => pkg/common/DataClass/InteractingGeometry/Box.cpp
  pkg/common/DataClass/InteractingGeometry/InteractingBox.hpp => pkg/common/DataClass/InteractingGeometry/Box.hpp
  pkg/common/DataClass/InteractingGeometry/InteractingFacet.cpp => pkg/common/DataClass/InteractingGeometry/Facet.cpp
  pkg/common/DataClass/InteractingGeometry/InteractingFacet.hpp => pkg/common/DataClass/InteractingGeometry/Facet.hpp
  pkg/common/DataClass/InteractingGeometry/InteractingSphere.cpp => pkg/common/DataClass/InteractingGeometry/Sphere.cpp
  pkg/common/DataClass/InteractingGeometry/InteractingSphere.hpp => pkg/common/DataClass/InteractingGeometry/Sphere.hpp
modified:
  core/Body.hpp
  pkg/common/Engine/Functor/InteractingBox2AABB.cpp
  pkg/common/Engine/Functor/InteractingBox2AABB.hpp
  pkg/common/Engine/Functor/InteractingFacet2AABB.cpp
  pkg/common/Engine/Functor/InteractingFacet2AABB.hpp
  pkg/common/Engine/Functor/InteractingSphere2AABB.cpp
  pkg/common/Engine/Functor/InteractingSphere2AABB.hpp
  pkg/common/Engine/GlobalEngine/PersistentTriangulationCollider.cpp
  pkg/common/Engine/GlobalEngine/ResetRandomPosition.cpp
  pkg/common/Engine/GlobalEngine/SpheresFactory.cpp
  pkg/common/Engine/PartialEngine/CinemCNCEngine.cpp
  pkg/common/Engine/PartialEngine/CinemKNCEngine.cpp
  pkg/common/RenderingEngine/Gl1_Box.cpp
  pkg/common/RenderingEngine/Gl1_Box.hpp
  pkg/common/RenderingEngine/Gl1_Facet.cpp
  pkg/common/RenderingEngine/Gl1_Facet.hpp
  pkg/common/RenderingEngine/Gl1_Sphere.cpp
  pkg/common/RenderingEngine/Gl1_Sphere.hpp
  pkg/dem/DataClass/InteractionGeometry/Dem3DofGeom_FacetSphere.cpp
  pkg/dem/DataClass/InteractionGeometry/Dem3DofGeom_FacetSphere.hpp
  pkg/dem/DataClass/InteractionGeometry/Dem3DofGeom_SphereSphere.cpp
  pkg/dem/DataClass/InteractionGeometry/Dem3DofGeom_SphereSphere.hpp
  pkg/dem/DataClass/InteractionGeometry/Dem3DofGeom_WallSphere.cpp
  pkg/dem/DataClass/InteractionGeometry/Dem3DofGeom_WallSphere.hpp
  pkg/dem/DataClass/InteractionGeometry/ScGeom.hpp
  pkg/dem/DataClass/SpherePack.cpp
  pkg/dem/Engine/Functor/Ig2_Box_Sphere_ScGeom.cpp
  pkg/dem/Engine/Functor/Ig2_Box_Sphere_ScGeom.hpp
  pkg/dem/Engine/Functor/Ig2_Facet_Sphere_ScGeom.cpp
  pkg/dem/Engine/Functor/Ig2_Facet_Sphere_ScGeom.hpp
  pkg/dem/Engine/Functor/Ig2_Sphere_Sphere_ScGeom.cpp
  pkg/dem/Engine/Functor/Ig2_Sphere_Sphere_ScGeom.hpp
  pkg/dem/Engine/Functor/InteractingSphere2BssSweptSphereLineSegment4SpheresContactGeometry.cpp
  pkg/dem/Engine/Functor/InteractingSphere2BssSweptSphereLineSegment4SpheresContactGeometry.hpp
  pkg/dem/Engine/GlobalEngine/CohesiveFrictionalContactLaw.cpp
  pkg/dem/Engine/GlobalEngine/ElasticCriterionTimeStepper.cpp
  pkg/dem/Engine/GlobalEngine/FacetTopologyAnalyzer.cpp
  pkg/dem/Engine/GlobalEngine/FacetTopologyAnalyzer.hpp
  pkg/dem/Engine/GlobalEngine/ForceSnapshot.cpp
  pkg/dem/Engine/GlobalEngine/HistoryRecorder.cpp
  pkg/dem/Engine/GlobalEngine/MGPRecorder.cpp
  pkg/dem/Engine/GlobalEngine/MicroMacroAnalyser.cpp
  pkg/dem/Engine/GlobalEngine/PositionSnapshot.cpp
  pkg/dem/Engine/GlobalEngine/VTKRecorder.cpp
  pkg/dem/Engine/GlobalEngine/VolumicContactLaw.cpp
  pkg/dem/Engine/PartialEngine/CapillaryStressRecorder.cpp
  pkg/dem/Engine/PartialEngine/CapillaryStressRecorder.hpp
  pkg/dem/Engine/PartialEngine/ContactStressRecorder.cpp
  pkg/dem/Engine/PartialEngine/ContactStressRecorder.hpp
  pkg/dem/Engine/PartialEngine/HydraulicForceEngine.cpp
  pkg/dem/Engine/PartialEngine/StaticSpheresAttractionEngine.cpp
  pkg/dem/Engine/PartialEngine/TriaxialCompressionEngine.cpp
  pkg/dem/Engine/PartialEngine/TriaxialStateRecorder.cpp
  pkg/dem/Engine/PartialEngine/TriaxialStateRecorder.hpp
  pkg/dem/Engine/PartialEngine/TriaxialStressController.cpp
  pkg/dem/Engine/PartialEngine/WallStressRecorder.hpp
  pkg/dem/PreProcessor/CohesiveTriaxialTest.cpp
  pkg/dem/PreProcessor/DirectShearCis.cpp
  pkg/dem/PreProcessor/Funnel.cpp
  pkg/dem/PreProcessor/HydraulicTest.cpp
  pkg/dem/PreProcessor/MembraneTest.cpp
  pkg/dem/PreProcessor/ModifiedTriaxialTest.cpp
  pkg/dem/PreProcessor/SDECImpactTest.cpp
  pkg/dem/PreProcessor/SDECLinkedSpheres.cpp
  pkg/dem/PreProcessor/SDECMovingWall.cpp
  pkg/dem/PreProcessor/SDECSpheresPlane.cpp
  pkg/dem/PreProcessor/STLImporter.cpp
  pkg/dem/PreProcessor/STLImporter.hpp
  pkg/dem/PreProcessor/STLImporterTest.cpp
  pkg/dem/PreProcessor/SimpleScene.cpp
  pkg/dem/PreProcessor/SimpleShear.cpp
  pkg/dem/PreProcessor/TestSimpleViscoelastic.cpp
  pkg/dem/PreProcessor/ThreePointBending.cpp
  pkg/dem/PreProcessor/TriaxialTest.cpp
  pkg/dem/PreProcessor/TriaxialTestWater.cpp
  pkg/dem/RenderingEngine/GLDrawCohesiveFrictionalContactInteraction.cpp
  pkg/dem/meta/Shop.cpp
  pkg/snow/DataClass/BssSnowGrain.cpp
  pkg/snow/DataClass/BssSnowGrain.hpp
  pkg/snow/Engine/Ef2_BssSnowGrain_AABB_makeAABB.cpp
  pkg/snow/Engine/Ef2_BssSnowGrain_BssSnowGrain_makeIstSnowLayersContact.cpp
  pkg/snow/Engine/Ef2_BssSnowGrain_BssSnowGrain_makeSpheresContactGeometry.cpp
  pkg/snow/Engine/Ef2_InteractingBox_BssSnowGrain_makeIstSnowLayersContact.cpp
  pkg/snow/Engine/Ef2_InteractingBox_BssSnowGrain_makeIstSnowLayersContact.hpp
  pkg/snow/Engine/Ef2_InteractingBox_BssSnowGrain_makeSpheresContactGeometry.cpp
  pkg/snow/Engine/Ef2_InteractingBox_BssSnowGrain_makeSpheresContactGeometry.hpp
  pkg/snow/PreProcessor/SnowCreepTest.cpp
  pkg/snow/PreProcessor/SnowVoxelsLoader.cpp
  py/SConscript
  py/_utils.cpp
  py/export.py
  py/post2d.py
  py/system.py
  py/tests/wrapper.py
  py/utils.py
  py/yadeWrapper/yadeWrapper.cpp
  scripts/simple-scene.py
  pkg/common/DataClass/InteractingGeometry/Box.cpp
  pkg/common/DataClass/InteractingGeometry/Box.hpp
  pkg/common/DataClass/InteractingGeometry/Facet.cpp
  pkg/common/DataClass/InteractingGeometry/Facet.hpp
  pkg/common/DataClass/InteractingGeometry/Sphere.cpp
  pkg/common/DataClass/InteractingGeometry/Sphere.hpp
The size of the diff (2666 lines) is larger than your specified limit of 1000 lines

--
lp:yade
https://code.launchpad.net/~yade-dev/yade/trunk

Your team Yade developers is subscribed to branch lp:yade.
To unsubscribe from this branch go to https://code.launchpad.net/~yade-dev/yade/trunk/+edit-subscription.