File: common.cpp

package info (click to toggle)
yade 2026.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 34,448 kB
  • sloc: cpp: 97,645; python: 52,173; sh: 677; makefile: 162
file content (25 lines) | stat: -rw-r--r-- 975 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
// =======================================================
// Some plugins from removed CPP-fiels

#include <core/Aabb.hpp>
#include <pkg/common/BoundaryController.hpp>
#include <pkg/common/Box.hpp>
#include <pkg/common/CylScGeom6D.hpp>
#include <pkg/common/ElastMat.hpp>
#include <pkg/common/FieldApplier.hpp>
#include <pkg/common/ForceResetter.hpp>
#include <pkg/common/NormShearPhys.hpp>
#include <pkg/common/PeriodicEngines.hpp>
#include <pkg/common/PyRunner.hpp>
#include <pkg/common/Recorder.hpp>
#include <pkg/common/Sphere.hpp>
#include <pkg/common/StepDisplacer.hpp>
#include <pkg/common/TorqueEngine.hpp>
#include <pkg/dem/DemXDofGeom.hpp>

namespace yade { // Cannot have #include directive inside.

YADE_PLUGIN((ForceResetter)(TorqueEngine)(FieldApplier)(BoundaryController)(NormPhys)(NormShearPhys)(Recorder)(CylScGeom6D)(CylScGeom)(Box)(StepDisplacer)(
        GenericSpheresContact)(PeriodicEngine)(Sphere)(ElastMat)(FrictMat)(PyRunner));

} // namespace yade