ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/perturbations/UniformField.hpp
(Generate patch)

Comparing trunk/src/perturbations/UniformField.hpp (file contents):
Revision 2022 by gezelter, Fri Sep 26 22:22:28 2014 UTC vs.
Revision 2046 by gezelter, Tue Dec 2 22:11:04 2014 UTC

# Line 72 | Line 72 | namespace OpenMD {
72  
73      The field itself is
74  
75 <    \f$ \mathbf{E} = \left( \array{c} a \\ b \\ c \end{array} \right) \f$
75 >    \f$ \mathbf{E} = \left( \begin{array}{c} a \\ b \\ c \end{array} \right) \f$
76  
77     The external field applies a force on charged atoms, \f$ \mathbf{F}
78     = C \mathbf{E} \f$.  For dipolar atoms, the field applies both a
# Line 89 | Line 89 | namespace OpenMD {
89      virtual void applyPerturbation();
90      
91    private:
92 <    bool initialized;
92 >   bool initialized;
93      bool doUniformField;
94      bool doParticlePot;
95      Globals* simParams;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines