35 #ifndef _LibDEM_Prop_BondVectorStress_HPP
36 #define _LibDEM_Prop_BondVectorStress_HPP
62 virtual std::string
info()
const;
73 template<
class Archive>
void serialize(Archive& ar,
const unsigned int );
82 std::ostringstream os;
86 template<
class Archive>
void
88 ar & boost::serialization::base_object<Core::Prop<Bond>>(*this);
96 #include <boost/serialization/version.hpp>
101 GRANOO_CLASS_DECLARE_TPL(DEM::BondVectorStress);}
BOOST_CLASS_VERSION(GranOO3::DEM::BondVectorStress, 0) namespace GranOO3
Definition: BondVectorStress.hpp:97
Definition: SetOf.hpp:346
a bond property able to compute a stress vector.
Definition: BondVectorStress.hpp:52
void update()
compute the current values of the stress vector
Definition: BondVectorStress.cpp:68
virtual ~BondVectorStress()
destructor
Definition: BondVectorStress.cpp:62
BondVectorStress()
constructor
virtual std::string info() const
Definition: BondVectorStress.hpp:81
Geom::Vector _stress_vector
the stress vector expressed in the global frame
Definition: BondVectorStress.hpp:76
void serialize(Archive &ar, const unsigned int)
complete serializing of the instance in the *.gdd format
Definition: BondVectorStress.hpp:87
friend class boost::serialization::access
Definition: BondVectorStress.hpp:72
Definition: Vector.hpp:75
Definition: Common.hpp:198