Simpatico  v1.10
DihedralStorage.h
1 #ifndef DDMD_DIHEDRAL_STORAGE_H
2 #define DDMD_DIHEDRAL_STORAGE_H
3 
4 /*
5 * Simpatico - Simulation Package for Polymeric and Molecular Liquids
6 *
7 * Copyright 2010 - 2017, The Regents of the University of Minnesota
8 * Distributed under the terms of the GNU General Public License.
9 */
10 
11 #include "GroupStorage.h"
12 
13 namespace DdMd
14 {
15 
25  class DihedralStorage : public GroupStorage<4>
26  {
27 
28  public:
29 
34 
44  virtual void readParameters(std::istream& in);
45 
46  };
47 
48 }
49 #endif
DihedralStorage()
Constructor.
Parallel domain decomposition (DD) MD simulation.
A container for all the Group<N> objects on this processor.
virtual void readParameters(std::istream &in)
Read parameters, allocate memory and initialize.
Container for Group<4> (dihedral) objects.