35 static constexpr unsigned m_node = 3, m_dof = 3, m_size = m_dof * m_node;
37 static const uvec t_dof;
38 static const uvec r_dof;
40 struct IntegrationPoint final {
43 unique_ptr<Material> m_material;
45 IntegrationPoint(rowvec&&,
double, unique_ptr<Material>&&);
48 const double thickness;
49 const double area = 0.;
51 vector<IntegrationPoint> int_pt;
54 CSMT3(
unsigned, uvec&&,
unsigned,
double = 1.,
double = -1.);
56 int initialize(
const shared_ptr<DomainBase>&)
override;
66 void print()
override;
69 void Setup()
override;
70 void GetData(vtkSmartPointer<vtkDoubleArray>&,
OutputType)
override;
71 void SetDeformation(vtkSmartPointer<vtkPoints>&,
double)
override;