35 static const span IS, JS;
43 [[nodiscard]]
Type type()
const override;
47 [[nodiscard]] vec
to_local_vec(
const vec&)
const override;
A Orientation class.
Definition Orientation.h:40
Orientation(unsigned=0, vec &&={})
Definition Orientation.cpp:26
Type
Definition Orientation.h:55
A T2DL class.
Definition T2DL.h:34
unique_ptr< Orientation > unique_copy() override
Definition T2DL.cpp:26
vec to_global_vec(const vec &) const override
transform anything from local to global system e.g., disp -> disp, vel -> vel, acc -> acc,...
Definition T2DL.cpp:46
vec to_local_vec(const vec &) const override
transform anything from global to local system e.g., disp -> disp, vel -> vel, acc -> acc,...
Definition T2DL.cpp:44
mat to_global_mass_mat(const mat &) const override
transform anything from local to global system e.g., stiffness -> stiffness.
Definition T2DL.cpp:58
void update_transformation() override
Definition T2DL.cpp:28
mat to_global_stiffness_mat(const mat &) const override
Definition T2DL.cpp:64
Type type() const override
Definition T2DL.cpp:42