Next: Subroutine PLANE
Up: Module constraints_module
Previous: Subroutine RELAX_BOND
Contents
Index
Constrain a bond length to the time dependent quantity
where is clamped to the range
- data(1:4) = (/ a,b,c,d /)
- data(5) = initial time
- data(6) = final time
The constraint function is:
- pos, velo, data -- real(dp), dimension(:), intent(in)
-
- t -- real(dp), intent(in)
-
- C -- real(dp), intent(out)
-
- dC_dr -- real(dp), dimension(size(pos)), intent(out)
-
- dC_dt -- real(dp), intent(out)
-
PLANE subroutine
gabor
2009-06-30