47 static const span sa, sb, sc, sd;
54 unique_ptr<Orientation>
get_copy()
override;
56 [[nodiscard]] vec
to_local_vec(
const vec&)
const override;
A B3DL class.
Definition: B3DL.h:47
A B3DOSL class.
Definition: B3DOSL.h:46
unique_ptr< Orientation > get_copy() override
Definition: B3DOSL.cpp:25
vec to_global_vec(const vec &) const override
transform anything from local to global system e.g., disp -> disp, vel -> vel, acc -> acc,...
Definition: B3DOSL.cpp:55
mat to_global_mass_mat(const mat &) const override
transform anything from local to global system e.g., stiffness -> stiffness.
Definition: B3DOSL.cpp:77
vec to_local_vec(const vec &) const override
transform anything from global to local system e.g., disp -> disp, vel -> vel, acc -> acc,...
Definition: B3DOSL.cpp:27
mat to_global_stiffness_mat(const mat &) const override
Definition: B3DOSL.cpp:79
OrientationType get_orientation_type() const override
Definition: B3DOSL.cpp:23
OrientationType
Definition: Orientation.h:38