36 struct IntegrationPoint final {
38 unique_ptr<Section> b_section;
40 IntegrationPoint(
double,
double, unique_ptr<Section>&&);
43 static constexpr unsigned b_node = 2, b_dof = 3, b_size = b_dof * b_node;
45 const double hinge_length;
47 const double length = 0.;
49 vector<IntegrationPoint> int_pt, elastic_int_pt;
51 unique_ptr<Orientation> b_trans;
53 mat elastic_local_stiffness;
64 int initialize(
const shared_ptr<DomainBase>&)
override;
74 void print()
override;
77 void Setup()
override;
78 void GetData(vtkSmartPointer<vtkDoubleArray>&,
OutputType)
override;
79 void SetDeformation(vtkSmartPointer<vtkPoints>&,
double)
override;
B21H(unsigned, uvec &&, unsigned, double=.2, bool=false)
Definition B21H.cpp:33