← Back to team overview

yade-dev team mailing list archive

Re: [Branch ~yade-dev/yade/trunk] Rev 1952: Bulk of consistency renames (hopefully last for long time to come):

 

Well done. Thanks. :)
While it's still hot, what would you think of IPhys, CPhys, Cont, Int... for interaction physics?
"Phys" alone is a bit vague, it could apply for materials.

Cheers.

Bruno

noreply@xxxxxxxxxxxxx a écrit :
------------------------------------------------------------
revno: 1952
committer: Václav Šmilauer <eudoxos@xxxxxxxx>
branch nick: trunk
timestamp: Sun 2010-01-10 10:09:32 +0100
message:
  Bulk of consistency renames (hopefully last for long time to come):
  * ElasticMat → ElastMat
  * GranularMat → FrictMat
  * NormalInteraction → NormPhys
  * NormalShearInteraction → NormShearPhys
  * ElasticContactInteraction → FrictPhys
  * SimpleElasticRelationships → Ip2_FrictMat_FrictMat_FrictPhys
  * ef2_Spheres_Elastic_ElasticLaw → Law2_ScGeom_FrictPhys_Basic
  * Law2_Dem3Dof_Elastic_Elastic → Law2_Dem3Dof_FrictPhys_Basic
added:
  examples/concrete/interaction-histogram.py
renamed:
  pkg/common/DataClass/InteractionPhysics/NormalShearInteractions.cpp => pkg/common/DataClass/InteractionPhysics/NormShearPhys.cpp
  pkg/common/DataClass/InteractionPhysics/NormalShearInteractions.hpp => pkg/common/DataClass/InteractionPhysics/NormShearPhys.hpp
  pkg/common/DataClass/Material/ElasticMat.cpp => pkg/common/DataClass/Material/ElastMat.cpp
  pkg/common/DataClass/Material/ElasticMat.hpp => pkg/common/DataClass/Material/ElastMat.hpp
  pkg/dem/DataClass/InteractionPhysics/ElasticContactInteraction.cpp => pkg/dem/DataClass/InteractionPhysics/FrictPhys.cpp
  pkg/dem/DataClass/InteractionPhysics/ElasticContactInteraction.hpp => pkg/dem/DataClass/InteractionPhysics/FrictPhys.hpp
  pkg/dem/Engine/Functor/SimpleElasticRelationships.cpp => pkg/dem/Engine/Functor/Ip2_FrictMat_FrictMat_FrictPhys.cpp
  pkg/dem/Engine/Functor/SimpleElasticRelationships.hpp => pkg/dem/Engine/Functor/Ip2_FrictMat_FrictMat_FrictPhys.hpp
modified:
  debian/rules
  debian/yade-dbg.postinst-template
  debian/yade.postinst-template
  examples/buldozer.py
  examples/cyl.py
  examples/mill.py
  pkg/common/Engine/Functor/ElasticBodySimpleRelationship.cpp
  pkg/common/Engine/GlobalEngine/PersistentTriangulationCollider.cpp
  pkg/common/Engine/PartialEngine/CinemCNCEngine.cpp
  pkg/common/Engine/PartialEngine/CinemKNCEngine.cpp
  pkg/common/RenderingEngine/GLDrawNormalInteraction.cpp
  pkg/common/RenderingEngine/GLDrawNormalInteraction.hpp
  pkg/dem/DataClass/InteractionPhysics/CapillaryParameters.hpp
  pkg/dem/DataClass/InteractionPhysics/CohesiveFrictionalContactInteraction.hpp
  pkg/dem/DataClass/InteractionPhysics/ContactLaw1Interaction.hpp
  pkg/dem/DataClass/InteractionPhysics/ViscoelasticInteraction.hpp
  pkg/dem/DataClass/PhysicalParameters/CohesiveFrictionalMat.cpp
  pkg/dem/DataClass/PhysicalParameters/CohesiveFrictionalMat.hpp
  pkg/dem/Engine/Functor/MacroMicroElasticRelationships.cpp
  pkg/dem/Engine/Functor/SimpleElasticRelationshipsWater.cpp
  pkg/dem/Engine/Functor/SimpleElasticRelationshipsWater.hpp
  pkg/dem/Engine/Functor/ef2_Dem3Dof_NormalShear_ElasticFrictionalLaw.cpp
  pkg/dem/Engine/Functor/ef2_Dem3Dof_NormalShear_ElasticFrictionalLaw.hpp
  pkg/dem/Engine/GlobalEngine/CapillaryCohesiveLaw.cpp
  pkg/dem/Engine/GlobalEngine/CundallStrack.cpp
  pkg/dem/Engine/GlobalEngine/CundallStrack.hpp
  pkg/dem/Engine/GlobalEngine/ElasticCohesiveLaw.cpp
  pkg/dem/Engine/GlobalEngine/ElasticContactLaw.cpp
  pkg/dem/Engine/GlobalEngine/ElasticContactLaw.hpp
  pkg/dem/Engine/GlobalEngine/ElasticCriterionTimeStepper.cpp
  pkg/dem/Engine/GlobalEngine/ForceSnapshot.cpp
  pkg/dem/Engine/GlobalEngine/ForceSnapshot.hpp
  pkg/dem/Engine/GlobalEngine/GlobalStiffnessTimeStepper.cpp
  pkg/dem/Engine/GlobalEngine/HistoryRecorder.cpp
  pkg/dem/Engine/GlobalEngine/MicroMacroAnalyser.cpp
  pkg/dem/Engine/GlobalEngine/PeriIsoCompressor.cpp
  pkg/dem/Engine/GlobalEngine/VTKRecorder.cpp
  pkg/dem/Engine/GlobalEngine/ViscousForceDamping.cpp
  pkg/dem/Engine/GlobalEngine/VolumicContactLaw.cpp
  pkg/dem/Engine/PartialEngine/CapillaryRecorder.cpp
  pkg/dem/Engine/PartialEngine/CapillaryStressRecorder.cpp
  pkg/dem/Engine/PartialEngine/ContactStressRecorder.cpp
  pkg/dem/Engine/PartialEngine/SampleCapillaryPressureEngine.cpp
  pkg/dem/Engine/PartialEngine/StaticSpheresAttractionEngine.cpp
  pkg/dem/Engine/PartialEngine/ThreeDTriaxialEngine.cpp
  pkg/dem/Engine/PartialEngine/TriaxialCompressionEngine.cpp
  pkg/dem/Engine/PartialEngine/TriaxialStateRecorder.cpp
  pkg/dem/Engine/PartialEngine/TriaxialStressController.cpp
  pkg/dem/Engine/PartialEngine/WallStressRecorder.cpp
  pkg/dem/PreProcessor/DirectShearCis.cpp
  pkg/dem/PreProcessor/ModifiedTriaxialTest.cpp
  pkg/dem/PreProcessor/SimpleScene.cpp
  pkg/dem/PreProcessor/TriaxialTest.cpp
  pkg/dem/PreProcessor/TriaxialTestWater.cpp
  pkg/dem/RenderingEngine/GLDrawCohesiveFrictionalContactInteraction.cpp
  pkg/dem/RenderingEngine/GLDrawElasticContactInteraction.cpp
  pkg/dem/RenderingEngine/GLDrawElasticContactInteraction.hpp
  pkg/dem/RenderingEngine/GLDrawSpheresContactGeometry.cpp
  pkg/dem/meta/ConcretePM.hpp
  pkg/dem/meta/RockPM.hpp
  pkg/dem/meta/Shop.cpp
  pkg/dem/meta/Shop.hpp
  pkg/dem/meta/Tetra.cpp
  pkg/dem/meta/ViscoelasticPM.hpp
  pkg/snow/RenderingEngine/Ef1_IstSnowLayersContact_glDraw.cpp
  py/_utils.cpp
  py/pack.py
  py/system.py
  py/tests/omega.py
  py/tests/wrapper.py
  py/utils.py
  py/yadeWrapper/yadeWrapper.cpp
  scripts/chain-distant-interactions.py
  scripts/constitutive-law.py
  scripts/cylindrical-layer-packing.py
  scripts/debian-prep
  scripts/exact-rot-facet.py
  scripts/exact-rot.py
  scripts/multi.py
  scripts/rename-class.py
  scripts/simple-scene-parallel.py
  scripts/simple-scene-player.py
  scripts/simple-scene-plot.py
  scripts/simple-scene-video.py
  scripts/simple-scene.py
  scripts/test-sphere-facet.py
  scripts/test/SpheresFactory/model.py
  scripts/test/clump.py
  scripts/test/collider-stride.py
  scripts/test/collider-sweep-simple.py
  scripts/test/facet-sphere.py
  scripts/test/genCylLSM.py
  scripts/test/gts-horse.py
  scripts/test/insertion-sort-collider.py
  scripts/test/interpolating-force.py
  scripts/test/periodic-compress.py
  scripts/test/periodic-grow.py
  scripts/test/periodic-shear.py
  scripts/test/periodic-simple-shear.py
  scripts/test/periodic-simple.py
  scripts/test/periodic-triax-velgrad.py
  scripts/test/periodic-triax.py
  scripts/test/regular-sphere-pack.py
  scripts/test/remove-body.py
  scripts/test/shear.py
  scripts/test/triax-basic.py
  scripts/test/wall.py
  pkg/common/DataClass/InteractionPhysics/NormShearPhys.cpp
  pkg/common/DataClass/InteractionPhysics/NormShearPhys.hpp
  pkg/common/DataClass/Material/ElastMat.cpp
  pkg/common/DataClass/Material/ElastMat.hpp
  pkg/dem/DataClass/InteractionPhysics/FrictPhys.cpp
  pkg/dem/DataClass/InteractionPhysics/FrictPhys.hpp
  pkg/dem/Engine/Functor/Ip2_FrictMat_FrictMat_FrictPhys.cpp
  pkg/dem/Engine/Functor/Ip2_FrictMat_FrictMat_FrictPhys.hpp
The size of the diff (2915 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.

_______________________________________________
Mailing list: https://launchpad.net/~yade-dev
Post to     : yade-dev@xxxxxxxxxxxxxxxxxxx
Unsubscribe : https://launchpad.net/~yade-dev
More help   : https://help.launchpad.net/ListHelp


--
_______________
Bruno Chareyre
Associate Professor
Grenoble INP
Lab. 3SR
BP 53 - 38041, Grenoble cedex 9 - France
Tél : 33 4 56 52 86 21
Fax : 33 4 76 82 70 43
________________




References