64 std::array<double,3> disp{};
65 std::array<double,6> stress{};
66 std::array<bool,3> fixeddir{};
71 {3.0, 4.0, 5.0, 6.0, 7.0, 8.0},
75 template<
class Serializer>
85 return disp == other.disp &&
86 stress == other.stress &&
87 fixeddir == other.fixeddir;
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition Exceptions.hpp:30