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

« back to all changes in this revision

Viewing changes to Python/esys/lsm/LsmMpiPy.h

  • Committer: whancock
  • Date: 2009-11-10 09:46:13 UTC
  • Revision ID: svn-v4:1ddc92f8-1f06-0410-a909-b11019f1b28a:lsm/trunk:1245
Added a function setWallNormal() to change a planar walls normal vector in simulation

Show diffs side-by-side

added added

removed removed

Lines of Context:
237
237
      void createNRotElasticWall(const NRotElasticWallPrmsPy &prms);
238
238
      void createNRotSoftBondedWall(const NRotSoftBondedWallPrmsPy &prms);
239
239
      void moveWallBy(const string&, const Vec3Py &disp);
 
240
      void setWallNormal(const string&, const Vec3Py &wn);
240
241
      void applyForceToWall(const string&, const Vec3Py&);
241
242
      Vec3Py getWallPosition(const std::string&);
242
243