52 Damping(std::string name,
const std::vector<double> parameters);
std::vector< double > GetParameters()
Gets parameters of the damping model.
Damping(std::string name, const std::vector< double > parameters)
Creates a Damping object.
Class for applying a certain damping model to a group of elements.
Definition: Damping.hpp:44
std::string Name
Damping model name.
Definition: Damping.hpp:79
~Damping()
Destroys this Damping object.
void SetName(std::string name)
Set the name of the damping model.
std::vector< double > Parameters
Damping model parameters.
Definition: Damping.hpp:82
std::string GetName()
Gets name of the damping model.
void SetParameters(std::vector< double > param)
Set the damping parameters.