47 static const span sa, sb, sc, sd;
52 [[nodiscard]]
Type type()
const 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
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:56
mat to_global_mass_mat(const mat &) const override
transform anything from local to global system e.g., stiffness -> stiffness.
Definition B3DOSL.cpp:78
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:28
mat to_global_stiffness_mat(const mat &) const override
Definition B3DOSL.cpp:80
unique_ptr< Orientation > unique_copy() override
Definition B3DOSL.cpp:26
Type type() const override
Definition B3DOSL.cpp:24
Type
Definition Orientation.h:55