Simpatico  v1.10
AngleStorage.h
1 #ifndef DDMD_ANGLE_STORAGE_H
2 #define DDMD_ANGLE_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 AngleStorage : public GroupStorage<3>
26  {
27 
28  public:
29 
33  AngleStorage();
34 
42  virtual void readParameters(std::istream& in);
43 
44  };
45 
46 }
47 #endif
AngleStorage()
Constructor.
Parallel domain decomposition (DD) MD simulation.
A container for all the Group<N> objects on this processor.
Container for Group<3> (angle) objects.
Definition: AngleStorage.h:25
virtual void readParameters(std::istream &in)
Read parameters, allocate memory and initialize.