61 std::array<double,3> disp{};
62 std::array<double,6> stress{};
63 std::array<bool,3> fixeddir{};
68 {3.0, 4.0, 5.0, 6.0, 7.0, 8.0},
72 template<
class Serializer>
82 return disp == other.disp &&
83 stress == other.stress &&
84 fixeddir == other.fixeddir;
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition Exceptions.hpp:30