ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/integrators/LangevinHullForceManager.cpp
(Generate patch)

Comparing branches/development/src/integrators/LangevinHullForceManager.cpp (file contents):
Revision 1668 by gezelter, Fri Jan 6 19:03:05 2012 UTC vs.
Revision 1760 by gezelter, Thu Jun 21 19:26:46 2012 UTC

# Line 188 | Line 188 | namespace OpenMD {
188        hydroTensor *= PhysicalConstants::viscoConvert;
189        Mat3x3d S;
190        CholeskyDecomposition(hydroTensor, S);
191 <      
191 >
192        Vector3d extPressure = -unitNormal * (targetPressure_ * thisArea) /
193          PhysicalConstants::energyConvert;
194  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines