35 static const span IS, JS;
45 unique_ptr<Orientation>
get_copy()
override;
47 [[nodiscard]] vec
to_local_vec(
const vec&)
const override;
A Orientation class.
Definition: Orientation.h:48
Orientation(unsigned=0, vec &&={})
Definition: Orientation.cpp:23
A T2DL class.
Definition: T2DL.h:34
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:45
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:43
OrientationType get_orientation_type() const override
Definition: T2DL.cpp:41
mat to_global_mass_mat(const mat &) const override
transform anything from local to global system e.g., stiffness -> stiffness.
Definition: T2DL.cpp:57
unique_ptr< Orientation > get_copy() override
Definition: T2DL.cpp:25
void update_transformation() override
Definition: T2DL.cpp:27
mat to_global_stiffness_mat(const mat &) const override
Definition: T2DL.cpp:63
OrientationType
Definition: Orientation.h:38