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 = 6, b_size = b_dof * b_node;
45 static const span b_span;
47 const unsigned orientation_tag, int_pt_num;
49 const double length = 0., torsion_stiff = 0.;
51 vector<IntegrationPoint> int_pt;
53 unique_ptr<Orientation> b_trans;
65 int initialize(
const shared_ptr<DomainBase>&)
override;
75 void print()
override;
78 void Setup()
override;
79 void GetData(vtkSmartPointer<vtkDoubleArray>&,
OutputType)
override;
80 void SetDeformation(vtkSmartPointer<vtkPoints>&,
double)
override;