← Back to team overview

yade-dev team mailing list archive

[Branch ~yade-dev/yade/trunk] Rev 1789: Remove GeometricalModel from everywhere, unless you compile with the 'shape' features. Many class...

 

------------------------------------------------------------
revno: 1789
committer: Václav Šmilauer <vaclav@flux>
branch nick: trunk
timestamp: Tue 2009-11-17 13:26:35 +0100
message:
  Remove GeometricalModel from everywhere, unless you compile with the 'shape' features. Many classes had to be disabled; those who care about them are expected to fix them so that they don't rely on GeometricalModel. I will post on the mailing list on how to do that.
removed:
  doc/yade.sxw
added:
  doc/sphinx/
  doc/sphinx/conf.py
  doc/sphinx/index.rst
  doc/sphinx/yadeSphinx.py
modified:
  SConstruct
  core/InteractingGeometry.hpp
  examples/dynamic_simulation_tests/ringCundallDamping.py
  examples/dynamic_simulation_tests/ringSimpleViscoelastic.py
  gui/py/PythonUI_rc.py
  pkg/common/DataClass/GeometricalModel/Box.hpp
  pkg/common/DataClass/GeometricalModel/Facet.hpp
  pkg/common/DataClass/GeometricalModel/Sphere.hpp
  pkg/common/Engine/MetaEngine/GeometricalModelEngineUnit.hpp
  pkg/common/Engine/MetaEngine/InteractingGeometryEngineUnit.hpp
  pkg/common/Engine/StandAloneEngine/SpheresFactory.cpp
  pkg/common/RenderingEngine/GLDrawInteractingGeometry/GLDrawInteractingBox.cpp
  pkg/common/RenderingEngine/GLDrawInteractingGeometry/GLDrawInteractingSphere.cpp
  pkg/common/RenderingEngine/GLDrawInteractingGeometry/GLDrawInteractingSphere.hpp
  pkg/common/RenderingEngine/OpenGLRenderingEngine/OpenGLRenderingEngine.cpp
  pkg/common/RenderingEngine/OpenGLRenderingEngine/OpenGLRenderingEngine.hpp
  pkg/dem/Engine/DeusExMachina/CapillaryStressRecorder.cpp
  pkg/dem/Engine/DeusExMachina/CapillaryStressRecorder.hpp
  pkg/dem/Engine/DeusExMachina/ContactStressRecorder.cpp
  pkg/dem/Engine/DeusExMachina/ContactStressRecorder.hpp
  pkg/dem/Engine/DeusExMachina/HydraulicForceEngine.cpp
  pkg/dem/Engine/DeusExMachina/StaticSpheresAttractionEngine.cpp
  pkg/dem/Engine/DeusExMachina/ThreeDTriaxialEngine.cpp
  pkg/dem/Engine/DeusExMachina/TriaxialCompressionEngine.cpp
  pkg/dem/Engine/DeusExMachina/TriaxialStateRecorder.cpp
  pkg/dem/Engine/DeusExMachina/TriaxialStressController.cpp
  pkg/dem/Engine/StandAloneEngine/CapillaryCohesiveLaw.cpp
  pkg/dem/Engine/StandAloneEngine/CohesiveFrictionalContactLaw.cpp
  pkg/dem/Engine/StandAloneEngine/ElasticCriterionTimeStepper.cpp
  pkg/dem/Engine/StandAloneEngine/ForceSnapshot.cpp
  pkg/dem/Engine/StandAloneEngine/GlobalStiffnessTimeStepper.cpp
  pkg/dem/Engine/StandAloneEngine/HistoryRecorder.cpp
  pkg/dem/Engine/StandAloneEngine/MGPRecorder.cpp
  pkg/dem/Engine/StandAloneEngine/PositionOrientationRecorder.cpp
  pkg/dem/Engine/StandAloneEngine/PositionSnapshot.cpp
  pkg/dem/Engine/StandAloneEngine/VTKRecorder.cpp
  pkg/dem/PreProcessor/ClumpTestGen.cpp
  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/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/GLDrawCohesiveFrictionalContactInteraction.cpp
  pkg/dem/meta/ConcretePM.cpp
  pkg/dem/meta/RockPM.cpp
  pkg/dem/meta/Shop.cpp
  pkg/dem/meta/Tetra.cpp
  pkg/dem/meta/Tetra.hpp
  pkg/lattice/Engine/EngineUnit/LatticeSet2LatticeBeams.cpp
  pkg/lattice/Engine/StandAloneEngine/BeamRecorder.cpp
  pkg/lattice/Engine/StandAloneEngine/MeasurePoisson.cpp
  pkg/lattice/Engine/StandAloneEngine/MovingSupport.cpp
  pkg/lattice/Engine/StandAloneEngine/NodeRecorder.cpp
  pkg/lattice/Engine/StandAloneEngine/StrainRecorder.cpp
  pkg/lattice/PreProcessor/LatticeExample.cpp
  pkg/lattice/PreProcessor/LatticeExampleCTData.cpp
  pkg/lattice/PreProcessor/LatticeExampleSimple.cpp
  pkg/lattice/RenderingEngine/GLDrawLatticeInteractingGeometry/GLDrawLatticeInteractingGeometry.cpp
  pkg/lattice/RenderingEngine/GLDrawLatticeSetGeometry/GLDrawLatticeSetGeometry.cpp
  pkg/snow/DataClass/BshSnowGrain.hpp
  pkg/snow/DataClass/BssSnowGrain.cpp
  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_makeSpheresContactGeometry.cpp
  pkg/snow/Engine/ElawSnowLayersDeformation.cpp
  pkg/snow/PreProcessor/SnowCreepTest.cpp
  pkg/snow/RenderingEngine/Ef1_BssSnowGrain_glDraw.cpp
  pkg/snow/RenderingEngine/Ef1_BssSnowGrain_glDraw.hpp
  pkg/snow/RenderingEngine/Ef1_IstSnowLayersContact_glDraw.cpp
  py/SConscript
  py/_utils.cpp
  py/eudoxos.py
  py/export.py
  py/post2d.py
  py/tests/wrapper.py
  py/utils.py
  py/yadeWrapper/customConverters.cpp
  py/yadeWrapper/yadeWrapper.cpp
  scripts/chain-distant-interactions.py
  scripts/constitutive-law.py
  scripts/exact-rot-facet.py
  scripts/exact-rot.py
  scripts/test-sphere-facet.py
  scripts/test/Dem3DofGeom.py
  scripts/test/facet-sphere.py
  scripts/test/remove-body.py
  scripts/test/shear.py
  yadeSCons.py
The size of the diff (3580 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.