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

« back to all changes in this revision

Viewing changes to src/FLD/pair_lubricateU.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:
1
 
/* ----------------------------------------------------------------------
 
1
/* -*- c++ -*- ----------------------------------------------------------
2
2
   LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
3
3
   http://lammps.sandia.gov, Sandia National Laboratories
4
4
   Steve Plimpton, sjplimp@sandia.gov
37
37
  void read_restart(FILE *);
38
38
  void write_restart_settings(FILE *);
39
39
  void read_restart_settings(FILE *);
40
 
  int pack_comm(int, int *, double *, int, int *);
41
 
  void unpack_comm(int, int, double *);
 
40
  int pack_forward_comm(int, int *, double *, int, int *);
 
41
  void unpack_forward_comm(int, int, double *);
42
42
 
43
43
 protected:
44
44
  double cut_inner_global,cut_global;
101
101
 
102
102
E: Pair lubricateU requires ghost atoms store velocity
103
103
 
104
 
Use the communicate vel yes command to enable this.
 
104
Use the comm_modify vel yes command to enable this.
105
105
 
106
106
E: Pair lubricateU requires monodisperse particles
107
107