~ubuntu-branches/debian/sid/lammps/sid

« back to all changes in this revision

Viewing changes to lib/atc/TimeIntegrator.h

  • Committer: Package Import Robot
  • Author(s): Anton Gladky
  • Date: 2015-04-29 23:44:49 UTC
  • mfrom: (5.1.3 experimental)
  • Revision ID: package-import@ubuntu.com-20150429234449-mbhy9utku6hp6oq8
Tags: 0~20150313.gitfa668e1-1
Upload into unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
109
109
 
110
110
    /** types of time integration */
111
111
    enum TimeIntegrationType {
 
112
      NONE=0,
112
113
      STEADY,
113
114
      VERLET,
114
115
      GEAR,
115
116
      FRACTIONAL_STEP,
116
117
      EXPLICIT,
117
118
      IMPLICIT,
118
 
      CRANK_NICOLSON
 
119
      CRANK_NICOLSON,
 
120
      DIRECT
119
121
    };
120
122
      
121
123
    // constructor