13 #ifndef __FRACTALFRICTION_H
14 #define __FRACTALFRICTION_H
17 #include "Model/FrictionInteraction.h"
19 #include <boost/shared_ptr.hpp>
28 virtual std::string getTypeString()
const {
return "FractalFriction";}
30 void setTimeStepSize(
double timeStepSize)
32 this->dt = timeStepSize;
39 boost::shared_ptr<double>
mu;
61 typedef pair<bool,double> (
CFractalFriction::* CheckedScalarFieldFunction)()
const;
69 static string getType() {
return "FractalFriction";};
78 #endif //__FRACTALFRICTION_H