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 initial_local_flexibility, elastic_local_flexibility, elastic_section_flexibility;
55 mat current_local_flexibility, trial_local_flexibility;
56 vec current_local_deformation, trial_local_deformation;
57 vec current_local_resistance, trial_local_resistance;
68 int initialize(
const shared_ptr<DomainBase>&)
override;
78 void print()
override;
81 void Setup()
override;
82 void GetData(vtkSmartPointer<vtkDoubleArray>&,
OutputType)
override;
83 void SetDeformation(vtkSmartPointer<vtkPoints>&,
double)
override;
F21H(unsigned, uvec &&, unsigned, double=.2, bool=false)
Definition F21H.cpp:34