--- trunk/OOPSE-2.0/ChangeLog 2004/10/18 23:13:23 1594 +++ trunk/OOPSE-2.0/ChangeLog 2004/10/25 22:46:19 1644 @@ -1,3 +1,393 @@ +2004-10-25 12:03 tim + + * ChangeLog, src/utils/GenericFactory.hpp, + test/utils/GenericFactoryTestCase.cpp, + test/utils/GenericFactoryTestCase.hpp, test/utils/Makefile: adding + GenericFactory Test Case. GenericFactory now can bed used to creat + ForcefieldFactory and IntegratorFactory etc. + +2004-10-24 23:08 tim + + * src/: brains/SimModel.hpp, brains/SimSnapshotManager.cpp, + brains/SimSnapshotManager.hpp, brains/Snapshot.hpp, + brains/SnapshotManager.hpp, utils/GenericFactory.hpp: more classes + get reconstructed + +2004-10-24 02:55 tim + + * src/utils/GenericFactory.hpp: GenericFactory pass unit test + +2004-10-23 18:09 tim + + * test/brains/: Atom.hpp, DirectionalAtom.hpp, RigidBody.hpp, + StuntDouble.cpp, StuntDouble.hpp, Atom.cpp, DirectioanlAtom.cpp, + RigidBody.cpp: Refactoring in progress + +2004-10-22 18:09 tim + + * ChangeLog, src/brains/Snapshot.hpp, + src/brains/SnapshotManager.hpp, src/math/SquareMatrix.hpp, + test/brains/SnapshotTestCase.cpp, test/brains/SnapshotTestCase.hpp, + test/brains/StuntDouble.hpp: more work in Snapshot + +2004-10-22 17:59 chrisfen + + * src/: UseTheForce/LJFF.cpp, + UseTheForce/DarkSide/atype_interface.h, types/AtomType.cpp: Dear + god! It runs and conserves energy! + +2004-10-22 17:54 chrisfen + + * src/types/: AtomType.cpp, AtomType.hpp: strDUP not strCOPY + +2004-10-22 17:53 chrisfen + + * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp, + UseTheForce/LJFF.cpp, UseTheForce/Shapes_FF.cpp, + UseTheForce/WATER.cpp, UseTheForce/doForces.F90, + brains/SimInfo.cpp, brains/SimInfo.hpp: fixey fixey the breakey + breakey + +2004-10-22 17:53 chrisfen + + * make/Makefile.in: compiler flags + +2004-10-22 16:20 gezelter + + * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp, + UseTheForce/LJFF.cpp, UseTheForce/doForces.F90, + brains/fSimulation.h, types/AtomType.hpp, + types/DirectionalAtomType.hpp: fixey fixey + +2004-10-22 15:22 gezelter + + * src/UseTheForce/DarkSide/: LJ.F90, atype.F90, atype_interface.h, + charge.F90, charge_interface.h, dipole.F90, dipole_interface.h, + lj_interface.h, shapes.F90, simulation.F90: Added un-busticated + fortran files and c/Fortran interfaces + +2004-10-22 15:21 gezelter + + * src/types/: AtomType.cpp, AtomType.hpp, AtomTypeProperties.h, + DirectionalAtomType.hpp, Makefile: More on AtomType and + DirectionalAtomType + +2004-10-22 09:47 gezelter + + * src/types/AtomType.hpp: Adding AtomType + +2004-10-21 16:31 tim + + * ChangeLog, src/brains/Snapshot.hpp, + src/brains/SnapshotManager.hpp, src/math/RectMatrix.hpp, + src/math/SquareMatrix.hpp, src/math/SquareMatrix3.hpp, + src/math/Vector.hpp, src/math/Vector3.hpp, + test/math/RectMatrixTestCase.cpp, test/math/VectorTestCase.cpp: + Snapshot and SnapshotManager in progress + +2004-10-21 16:30 tim + + * test/brains/: BrainsTest.cpp, Makefile, + SnapshotManagerTestCase.cpp, SnapshotManagerTestCase.hpp, + SnapshotTestCase.cpp, SnapshotTestCase.hpp: adding test case for + Snapshot and snapshotManager. + +2004-10-21 15:15 gezelter + + * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp, + UseTheForce/ForceFields.cpp, UseTheForce/ForceFields.hpp, + UseTheForce/LJFF.cpp, UseTheForce/Shapes_FF.cpp, + UseTheForce/WATER.cpp, UseTheForce/doForces.F90, + UseTheForce/doForces_interface.h, UseTheForce/fForceField.h, + UseTheForce/DarkSide/LJ.F90, UseTheForce/DarkSide/lj_interface.h, + brains/SimSetup.cpp, types/AtomTypeProperties.h: Breaky Breaky. + Fixey Fixey. + +2004-10-21 11:32 tim + + * src/utils/GenericData.cpp, src/utils/Makefile, + test/utils/Makefile, test/utils/UtilTest: remove some junk files + +2004-10-21 11:24 tim + + * test/utils/GenericData.hpp: remove backup of GenericData.hpp + +2004-10-21 11:22 tim + + * ChangeLog, src/brains/SimSetup.cpp, + src/constraints/ZConstraint.cpp, src/constraints/ZconsData.hpp, + src/integrators/NPT.cpp, src/integrators/NPTf.cpp, + src/integrators/NPTi.cpp, src/integrators/NPTxyz.cpp, + src/integrators/NVT.cpp, src/io/DumpReader.cpp, + src/io/InitializeFromFile.cpp, src/io/ZConsReader.cpp, + src/io/ZConsWriter.hpp, src/primitives/StuntDouble.hpp, + src/utils/GenericData.cpp, src/utils/GenericData.hpp, + src/visitors/AtomData.hpp, src/visitors/AtomVisitor.cpp, + src/visitors/AtomVisitor.hpp, src/visitors/CompositeVisitor.cpp, + src/visitors/CompositeVisitor.hpp, src/visitors/OtherVisitor.cpp, + src/visitors/OtherVisitor.hpp, src/visitors/RigidBodyVisitor.cpp, + src/visitors/RigidBodyVisitor.hpp, src/visitors/ZconsVisitor.cpp, + src/visitors/ZconsVisitor.hpp: replace old GebericData with new + GenericData + +2004-10-21 10:25 chuckv + + * src/UseTheForce/DarkSide/: LJ.F90, eam.F90: Added newLJtype to lj + module. + +2004-10-21 10:24 chuckv + + * src/UseTheForce/DarkSide/lj_interface.h: Added interface for + fortran lj module. + +2004-10-20 17:54 tim + + * ChangeLog, src/utils/PropertyMap.cpp, src/utils/PropertyMap.hpp, + test/utils/GenericDataTestCase.cpp, test/utils/Makefile, + test/utils/PropertyMapTestCase.cpp, + test/utils/PropertyMapTestCase.hpp, test/utils/UtilTest: + GenericData and PropertyMap pass unit test. + +2004-10-20 16:52 gezelter + + * src/UseTheForce/: DUFF.cpp, WATER.cpp, DarkSide/sticky.F90, + DarkSide/sticky_interface.h: fixed a fortran name problem + +2004-10-20 16:38 tim + + * test/utils/: GenericData.hpp, GenericDataTestCase.cpp, + GenericDataTestCase.hpp, Makefile, PropertyMapTestCase.hpp, + UtilTest, UtilTest.cpp: adding generic data test case + +2004-10-20 16:16 chuckv + + * configure, ac-tools/aclocal.m4, + src/UseTheForce/DarkSide/Makefile, + src/UseTheForce/DarkSide/mpiSimulation.F90, + src/UseTheForce/DarkSide/mpiSimulation_interface.h, + src/UseTheForce/DarkSide/simParallel.F90, + src/UseTheForce/DarkSide/simParallel_interface.h, + src/brains/mpiSimulation.cpp, src/brains/mpiSimulation.hpp: + Fortran/C++ interface de-obfuscation project appears to be + complete! Woo hoo! + +2004-10-20 15:47 chuckv + + * src/UseTheForce/: fortranWrapDefines.hpp, fortranWrappers.cpp, + fortranWrappers.hpp: Fortran/C++ interface de-obfuscation project + continues + +2004-10-20 15:46 chuckv + + * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp, + UseTheForce/ForceFields.cpp, UseTheForce/ForceFields.hpp, + UseTheForce/LJFF.cpp, UseTheForce/Makefile, UseTheForce/WATER.cpp, + UseTheForce/doForces_interface.h, + UseTheForce/notifyCutoffs_interface.h, UseTheForce/wrappers.F90, + UseTheForce/DarkSide/atype_interface.h, + UseTheForce/DarkSide/eam_interface.h, + UseTheForce/DarkSide/gb_interface.h, + UseTheForce/DarkSide/mpiSimulation_interface.h, + UseTheForce/DarkSide/shapes_interface.h, + UseTheForce/DarkSide/simulation_interface.h, + UseTheForce/DarkSide/sticky_interface.h, brains/ForceFields.cpp, + brains/SimInfo.cpp, brains/SimInfo.hpp: Fortran/C++ interface + de-obfuscation project (It is a very long story) + +2004-10-20 13:07 tim + + * ChangeLog, src/math/SquareMatrix.hpp, src/math/SquareMatrix3.hpp, + test/math/SquareMatrix3TestCase.cpp, + test/math/SquareMatrixTestCase.cpp, + test/math/SquareMatrixTestCase.hpp: Math library pass the unit test + +2004-10-20 00:52 tim + + * src/brains/: Snapshot.hpp, SnapshotManager.hpp: Snapshot and + SnapshotManager in design phase + +2004-10-19 23:54 gezelter + + * src/: brains/SimSetup.cpp, utils/StringUtils.cpp: namespace + problem prevented linking + +2004-10-19 23:54 gezelter + + * src/UseTheForce/Shapes_FF.cpp: fixed include + +2004-10-19 23:26 gezelter + + * src/utils/: Makefile, definitions.F90, definitions_module.F90, + oopseMPI.F90, oopseMPI_module.F90, status.F90, status_module.F90: + more fortran name mangling + +2004-10-19 23:23 gezelter + + * src/profiling/timing.F90: yet more fortran renaming + +2004-10-19 23:19 gezelter + + * src/UseTheForce/: Makefile, doForces.F90, doForces_interface.h, + do_Forces.F90, do_Forces.h, notifyCutoffs.F90, + notifyCutoffs_interface.h, notifycutoffs_module_interface.h, + wrappers.F90: Fortran name cleanup continues + +2004-10-19 23:12 gezelter + + * src/UseTheForce/DarkSide/: atype.F90, simulation.F90: fixing some + broken fortran stuff + +2004-10-19 23:02 gezelter + + * src/UseTheForce/DarkSide/: LJ.F90, Makefile, atype.F90, + atype_interface.h, atype_module.F90, atype_module_interface.h, + calc_LJ_FF.F90, calc_charge_charge.F90, calc_dipole_dipole.F90, + calc_eam.F90, calc_gb.F90, calc_reaction_field.F90, + calc_shapes.F90, calc_sticky_pair.F90, charge.F90, dipole.F90, + eam.F90, eam_interface.h, eam_module_inteface.h, gb.F90, + gb_interface.h, gb_module_interface.h, mpiSimulation.F90, + mpiSimulation_interface.h, mpiSimulation_module.F90, + mpisimulation_module_interface.h, reactionField.F90, shapes.F90, + shapes_interface.h, shapes_module.h, simulation.F90, + simulation_interface.h, simulation_module.F90, + simulation_module_interface.h, sticky.F90, sticky_interface.h, + sticky_pair_module_interface.h, switch_module.F90, switcheroo.F90: + name sanity on the fortran side + +2004-10-19 19:18 tim + + * test/math/SquareMatrix3TestCase.hpp: [no log message] + +2004-10-19 18:01 tim + + * src/math/RectMatrix.hpp, src/math/SquareMatrix.hpp, + src/math/SquareMatrix3.hpp, test/math/SquareMatrix3TestCase.cpp: + except diagonalize(), all of functions in math library pass the + test + +2004-10-19 17:43 chuckv + + * src/UseTheForce/do_Forces.h: Added correct prototypes for + C-fortran interface functions. + +2004-10-19 17:37 chuckv + + * src/UseTheForce/DarkSide/: atype_module_interface.h, + eam_module_inteface.h, gb_module_interface.h, + mpisimulation_module_interface.h, simulation_module_interface.h, + sticky_pair_module_interface.h: Added correct prototypes for + C-fortran interface functions. + +2004-10-19 16:28 tim + + * ChangeLog, src/math/Quaternion.hpp, src/math/RectMatrix.hpp, + src/math/SquareMatrix.hpp, src/math/Vector.hpp, + test/math/QuaternionTestCase.cpp, test/math/QuaternionTestCase.hpp, + test/math/RectMatrixTestCase.cpp, + test/math/SquareMatrix3TestCase.cpp, test/math/Vector3TestCase.cpp, + test/math/Vector3TestCase.hpp, test/math/VectorTestCase.cpp: more + bugs get fixed at math library + +2004-10-19 15:43 chuckv + + * src/UseTheForce/: DarkSide/atype_module_interface.h, + DarkSide/eam_module_inteface.h, DarkSide/gb_module_interface.h, + DarkSide/mpisimulation_module_interface.h, + DarkSide/simulation_module_interface.h, + DarkSide/sticky_pair_module_interface.h, DarkSide/calc_eam.F90, + DarkSide/atype_module.F90, DarkSide/calc_gb.F90, + DarkSide/calc_sticky_pair.F90, DarkSide/mpiSimulation_module.F90, + DarkSide/simulation_module.F90, do_Forces.F90, + fortranWrapDefines.hpp, mpiComponentPlan.h, notifyCutoffs.F90, + notifycutoffs_module_interface.h: Added new files for fortran + interface. + +2004-10-19 15:43 gezelter + + * src/UseTheForce/Makefile: regressing + +2004-10-19 15:40 gezelter + + * src/: UseTheForce/DarkSide/calc_shapes.F90, + UseTheForce/DarkSide/shapes_module.h, utils/StringUtils.cpp: + working on shapes for portability + +2004-10-19 15:40 gezelter + + * src/UseTheForce/: Makefile, Shapes_FF.cpp: working on shapes + +2004-10-19 13:21 chrisfen + + * src/utils/: StringUtils.cpp, StringUtils.hpp: changed around + findBegin + +2004-10-18 23:34 tim + + * src/math/Vector.hpp, test/math/RectMatrixTestCase.cpp: more bugs + are fixed in Vector class + +2004-10-18 23:28 tim + + * test/math/: RectMatrixTestCase.cpp, RectMatrixTestCase.hpp: fix + some bugs in RectMatrixTestCase + +2004-10-18 23:21 tim + + * src/math/Vector.hpp, test/math/RectMatrixTestCase.cpp, + test/math/RectMatrixTestCase.hpp, test/math/Vector3TestCase.cpp, + test/math/Vector3TestCase.hpp, test/math/VectorTestCase.cpp, + test/math/VectorTestCase.hpp: implement more test cases + +2004-10-18 18:13 tim + + * ChangeLog, make/Doxyfile, src/math/Matrix3x3d.hpp, + src/math/RectMatrix.hpp, src/math/SquareMatrix.hpp, + src/math/SquareMatrix3.hpp, src/math/Vector.hpp, + src/utils/StringTokenizer.hpp, test/math/Makefile, + test/math/VectorTestCase.cpp, test/math/VectorTestCase.hpp: more + tests on math library + +2004-10-18 16:03 tim + + * test/math/: Makefile, QuaternionTestCase.cpp, + QuaternionTestCase.hpp, RectMatrixTestCase.cpp, + SquareMatrix3TestCase.cpp, Vector3TestCase.cpp, + Vector3TestCase.hpp, VectorTestCase.cpp, VectorTestCase.hpp: adding + more testing units + +2004-10-18 12:07 tim + + * src/: brains/SimSetup.hpp, io/FileReader.hpp, math/Euler3.cpp, + math/Euler3.hpp, math/Quaternion.hpp, math/SquareMatrix3.hpp, + math/Vector3.hpp, types/ShapeType.cpp, types/ShapeType.hpp, + utils/GenericFactory.hpp: fix some bugs in Quaternion class + +2004-10-18 11:30 gezelter + + * src/math/: RealSphericalHarmonic.cpp, RealSphericalHarmonic.hpp: + Your basic run of the mill real-valued versions of Y_l^m(\theta, + \phi) + +2004-10-18 11:29 gezelter + + * src/: math/Makefile, math/Matrix3x3d.hpp, math/Vector3.hpp, + types/Makefile, types/ShapeType.cpp, types/ShapeType.hpp, + utils/StringUtils.cpp, utils/StringUtils.hpp: Working on getting + Shapes into OOPSE + +2004-10-18 10:21 gezelter + + * src/types/: ShapeType.cpp, ShapeType.hpp: Added ShapeType + +2004-10-18 00:23 tim + + * test/math/VectorTestCase.hpp: adding vector test case + +2004-10-18 00:23 tim + + * src/utils/GenericFactory.hpp: adding generic factory and vector + test case + 2004-10-16 20:19 tim * src/math/: Quaternion.hpp, RectMatrix.hpp, SquareMatrix.hpp, @@ -361,8 +751,7 @@ 2004-09-29 12:56 gezelter - * make/: Make.conf.in, Makefile.in, _files/style.css: Working on - make stuff + * make/: Make.conf.in, Makefile.in: Working on make stuff 2004-09-29 12:46 tim @@ -628,8 +1017,7 @@ src/visitors/OtherVisitor.cpp, src/visitors/OtherVisitor.hpp, src/visitors/RigidBodyVisitor.cpp, src/visitors/RigidBodyVisitor.hpp, src/visitors/ZconsVisitor.cpp, - src/visitors/ZconsVisitor.hpp, make/Makefile, - make/_files/style.css, samples/Makefile.in, + src/visitors/ZconsVisitor.hpp, make/Makefile, samples/Makefile.in, samples/metals/Au-Core-Ag-Shell_Nanoparticle.in, samples/metals/Au-Core-Ag-Shell_Nanoparticle.md, samples/metals/Au_bulk_FBD.md, samples/metals/Au_bulk_voter.md, @@ -705,7 +1093,7 @@ forceFields/Al.VC.funcfl, forceFields/Au.VC.funcfl, forceFields/Au.u3.funcfl, forceFields/LJFF.frc, forceFields/Ni.VC.funcfl, forceFields/Pd.u3.funcfl, - forceFields/Pt.VC.funcfl: Import of OOPSE v. 2.0 + forceFields/Pt.VC.funcfl: Initial revision 2004-09-23 23:16 gezelter @@ -804,8 +1192,7 @@ src/visitors/OtherVisitor.cpp, src/visitors/OtherVisitor.hpp, src/visitors/RigidBodyVisitor.cpp, src/visitors/RigidBodyVisitor.hpp, src/visitors/ZconsVisitor.cpp, - src/visitors/ZconsVisitor.hpp, make/Makefile, - make/_files/style.css, samples/Makefile.in, + src/visitors/ZconsVisitor.hpp, make/Makefile, samples/Makefile.in, samples/metals/Au-Core-Ag-Shell_Nanoparticle.in, samples/metals/Au-Core-Ag-Shell_Nanoparticle.md, samples/metals/Au_bulk_FBD.md, samples/metals/Au_bulk_voter.md, @@ -881,5 +1268,5 @@ forceFields/Al.VC.funcfl, forceFields/Au.VC.funcfl, forceFields/Au.u3.funcfl, forceFields/LJFF.frc, forceFields/Ni.VC.funcfl, forceFields/Pd.u3.funcfl, - forceFields/Pt.VC.funcfl: Initial revision + forceFields/Pt.VC.funcfl: Import of OOPSE v. 2.0