35 struct IntegrationPoint final {
38 unique_ptr<Material> m_material;
41 IntegrationPoint(vec&&,
double, unique_ptr<Material>&&, mat&&);
44 static constexpr unsigned m_node = 6, m_dof = 2, m_size = m_dof * m_node;
46 const double thickness;
50 vector<IntegrationPoint> int_pt;
61 int initialize(
const shared_ptr<DomainBase>&)
override;
71 void print()
override;
74 void Setup()
override;
75 void GetData(vtkSmartPointer<vtkDoubleArray>&,
OutputType)
override;
76 void SetDeformation(vtkSmartPointer<vtkPoints>&,
double)
override;