41 struct IntegrationPoint final {
43 unique_ptr<Section> b_section;
45 IntegrationPoint(
double,
double, unique_ptr<Section>&&);
48 static constexpr unsigned b_node = 2, b_dof = 3, b_size = b_dof * b_node;
50 const unsigned int_pt_num;
52 const double length = 0.;
54 std::vector<IntegrationPoint> int_pt;
56 unique_ptr<Orientation> b_trans;
58 mat initial_local_flexibility;
59 mat current_local_flexibility, trial_local_flexibility;
60 vec current_local_deformation, trial_local_deformation;
61 vec current_local_resistance, trial_local_resistance;
72 int initialize(
const shared_ptr<DomainBase>&)
override;
82 void print()
override;
85 [[nodiscard]] vtkSmartPointer<vtkCell> GetCell()
const override;
88 mat GetDeformation(
double)
override;