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

« back to all changes in this revision

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

  • Committer: Steffen Abe
  • Date: 2019-07-30 11:28:05 UTC
  • Revision ID: s.abe@igem-energie.de-20190730112805-73rdmsjtdqy17bnw
- EXPERIMENTAL added new brittle beam interaction type. N.B. untested,
  should not be used for production!
- fixed cmake issue w.r.t. esys/lsm/geometry  

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
    class RotBondPrmsPy;
63
63
    class RotThermBondPrmsPy;
64
64
    class BrittleBeamPrmsPy;
 
65
    class BrittleBeamSCPrmsPy;
65
66
    class FrictionPrmsPy;
66
67
    class RotFrictionPrmsPy;
67
68
    class RotThermFrictionPrmsPy;
170
171
      void createRotBondInteractGrp(const RotBondPrmsPy &bondPrms);
171
172
      BondInteractionGroupPy createRotThermBondInteractGrp(const RotThermBondPrmsPy &bondPrms);
172
173
      void createBrittleBeamInteractGrp(const BrittleBeamPrmsPy &bondPrms);
 
174
      void createBrittleBeamSCInteractGrp(const BrittleBeamSCPrmsPy &bondPrms);
173
175
      void createFrictionInteractGrp(const FrictionPrmsPy &prms);
174
176
      void createRotFrictionInteractGrp(const RotFrictionPrmsPy &prms);
175
177
      void createRotThermFrictionInteractGrp(const RotThermFrictionPrmsPy &prms);