39 double maximum_energy = 0.;
40 unique_ptr<Material> c_material;
43 IntegrationPoint(vec&&,
double, unique_ptr<Material>&&, mat&&, mat&&);
46 static constexpr unsigned c_node = 8, c_dof = 4, c_size = c_dof * c_node;
48 static const uvec u_dof, d_dof;
50 const double release_rate;
52 vector<IntegrationPoint> int_pt;
63 int initialize(
const shared_ptr<DomainBase>&)
override;
73 void print()
override;
76 void Setup()
override;
78 void GetData(vtkSmartPointer<vtkDoubleArray>&,
OutputType)
override;
79 void SetDeformation(vtkSmartPointer<vtkPoints>&,
double)
override;