ViewVC Help
| View Changeset | Root Listing
root/OpenMD
Jump to revision: Previous Next
Author: gezelter
Date: Sat May 26 18:13:43 2012 UTC (12 years, 11 months ago)
Log Message:
Individual ForceField classes have been removed (they were essentially
all duplicates anyway).  

ForceField has moved to brains, and since only one force field is in
play at any time, the ForceFieldFactory and Register methods have been
removed.  


Changed paths

Path Details
Directorybranches/development/CMakeLists.txt modified , text changed
Directorybranches/development/forceFields/DUFF.frc
(Copied from branches/development/forceFields/DUFF2.frc, r1724)
added
Directorybranches/development/forceFields/DUFF2.frc deleted
Directorybranches/development/forceFields/LJ.frc added
Directorybranches/development/samples/zeolite/zsm5_loaded.md modified , text changed
Directorybranches/development/src/UseTheForce/ForceField.cpp deleted
Directorybranches/development/src/UseTheForce/ForceField.hpp deleted
Directorybranches/development/src/UseTheForce/ForceFieldCreator.hpp deleted
Directorybranches/development/src/UseTheForce/ForceFieldFactory.cpp deleted
Directorybranches/development/src/UseTheForce/ForceFieldFactory.hpp deleted
Directorybranches/development/src/applications/dump2Xyz/Dump2XYZ.cpp modified , text changed
Directorybranches/development/src/applications/dynamicProps/DynamicProps.cpp modified , text changed
Directorybranches/development/src/applications/hydrodynamics/Hydro.cpp modified , text changed
Directorybranches/development/src/applications/hydrodynamics/HydrodynamicsModelFactory.hpp modified , text changed
Directorybranches/development/src/applications/nanoparticleBuilder/nanoparticleBuilder.cpp modified , text changed
Directorybranches/development/src/applications/nanoparticleBuilder/nanorodBuilder.cpp modified , text changed
Directorybranches/development/src/applications/nanoparticleBuilder/nanorod_pentBuilder.cpp modified , text changed
Directorybranches/development/src/applications/randomBuilder/randomBuilder.cpp modified , text changed
Directorybranches/development/src/applications/simpleBuilder/simpleBuilder.cpp modified , text changed
Directorybranches/development/src/applications/staticProps/StaticProps.cpp modified , text changed
Directorybranches/development/src/applications/thermalizer/thermalizer.cpp modified , text changed
Directorybranches/development/src/brains/ForceField.cpp
(Copied from branches/development/src/UseTheForce/ForceField.cpp, r1724)
added , text changed
Directorybranches/development/src/brains/ForceField.hpp
(Copied from branches/development/src/UseTheForce/ForceField.hpp, r1724)
added , text changed
Directorybranches/development/src/brains/Register.cpp modified , text changed
Directorybranches/development/src/brains/Register.hpp modified , text changed
Directorybranches/development/src/brains/SimCreator.cpp modified , text changed
Directorybranches/development/src/brains/SimCreator.hpp modified , text changed
Directorybranches/development/src/brains/SimInfo.cpp modified , text changed
Directorybranches/development/src/brains/SimInfo.hpp modified , text changed
Directorybranches/development/src/integrators/IntegratorFactory.hpp modified , text changed
Directorybranches/development/src/io/AtomTypesSectionParser.cpp modified , text changed
Directorybranches/development/src/io/BaseAtomTypesSectionParser.cpp modified , text changed
Directorybranches/development/src/io/BendTypesSectionParser.cpp modified , text changed
Directorybranches/development/src/io/BondTypesSectionParser.cpp modified , text changed
Directorybranches/development/src/io/ChargeAtomTypesSectionParser.cpp modified , text changed
Directorybranches/development/src/io/DirectionalAtomTypesSectionParser.cpp modified , text changed
Directorybranches/development/src/io/EAMAtomTypesSectionParser.cpp modified , text changed
Directorybranches/development/src/io/FluctuatingChargeAtomTypesSectionParser.cpp modified , text changed
Directorybranches/development/src/io/GayBerneAtomTypesSectionParser.cpp modified , text changed
Directorybranches/development/src/io/InversionTypesSectionParser.cpp modified , text changed
Directorybranches/development/src/io/LennardJonesAtomTypesSectionParser.cpp modified , text changed
Directorybranches/development/src/io/MultipoleAtomTypesSectionParser.cpp modified , text changed
Directorybranches/development/src/io/NonBondedInteractionsSectionParser.cpp modified , text changed
Directorybranches/development/src/io/OptionSectionParser.cpp modified , text changed
Directorybranches/development/src/io/PolarizableAtomTypesSectionParser.cpp modified , text changed
Directorybranches/development/src/io/SCAtomTypesSectionParser.cpp modified , text changed
Directorybranches/development/src/io/ShapeAtomTypesSectionParser.cpp modified , text changed
Directorybranches/development/src/io/StickyAtomTypesSectionParser.cpp modified , text changed
Directorybranches/development/src/io/StickyPowerAtomTypesSectionParser.cpp modified , text changed
Directorybranches/development/src/io/TorsionTypesSectionParser.cpp modified , text changed
Directorybranches/development/src/lattice/LatticeFactory.hpp modified , text changed
Directorybranches/development/src/minimizers/MinimizerFactory.hpp modified , text changed
Directorybranches/development/src/nonbonded/EAM.hpp modified , text changed
Directorybranches/development/src/nonbonded/Electrostatic.hpp modified , text changed
Directorybranches/development/src/nonbonded/GB.hpp modified , text changed
Directorybranches/development/src/nonbonded/LJ.hpp modified , text changed
Directorybranches/development/src/nonbonded/MAW.hpp modified , text changed
Directorybranches/development/src/nonbonded/Morse.hpp modified , text changed
Directorybranches/development/src/nonbonded/RepulsivePower.hpp modified , text changed
Directorybranches/development/src/nonbonded/SC.hpp modified , text changed
Directorybranches/development/src/nonbonded/SHAPES.hpp modified , text changed
Directorybranches/development/src/nonbonded/Sticky.hpp modified , text changed
Directorybranches/development/src/utils/MoLocator.hpp modified , text changed
Directorybranches/development/src/visitors/AtomNameVisitor.hpp modified , text changed