~esys-p-dev/esys-particle/trunk

« back to all changes in this revision

Viewing changes to Parallel/LatticeMaster.h

  • Committer: slatham
  • Date: 2004-04-07 02:48:47 UTC
  • Revision ID: svn-v4:1ddc92f8-1f06-0410-a909-b11019f1b28a:lsmtrunk:212
Added esys::lsm::BodyForceGroup class for applying gravitational force to particles.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
  namespace lsm
34
34
  {
35
35
    class GeometryInfo;
 
36
    class BodyForceIGP;
36
37
  }
37
38
}
38
39
 
109
110
    void addBondedIG(int,const string&,double,double);
110
111
    void addPairIG(const string&,const string&,list<OpValue>);
111
112
    void addDamping(const string&,list<OpValue>);
 
113
    void addBodyForce(const string& type, const esys::lsm::BodyForceIGP &prms);
112
114
    void addSingleIG(const string&,const string&,list<OpValue>);
113
115
    void addExIG(const string&,const string&);
114
116
    void setNumSteps(int s);