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

« back to all changes in this revision

Viewing changes to lib/gpu/lal_buck.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:
45
45
           const int maxspecial, const double cell_size, 
46
46
           const double gpu_split, FILE *screen);
47
47
 
 
48
  /// Send updated coeffs from host to device (to be compatible with fix adapt)
 
49
  void reinit(const int ntypes, double **host_cutsq,
 
50
            double **host_rhoinv, double **host_buck1, double **host_buck2,
 
51
            double **host_a, double **host_c, double **host_offset);
 
52
  
48
53
  /// Clear all host and device data
49
54
  /** \note This is called at the beginning of the init() routine **/
50
55
  void clear();