40 struct IntegrationPoint final {
42 unique_ptr<Section> b_section;
44 IntegrationPoint(
double,
double,
double, unique_ptr<Section>&&);
47 static constexpr unsigned b_node = 2, b_dof = 7, b_size = b_dof * b_node;
49 const unsigned orientation_tag, int_pt_num;
51 const double length{0.};
53 vector<IntegrationPoint> int_pt;
55 unique_ptr<Orientation> b_trans;
67 int initialize(
const shared_ptr<DomainBase>&)
override;
77 void print()
override;
80 void Setup()
override;
81 void GetData(vtkSmartPointer<vtkDoubleArray>&,
OutputType)
override;
82 void SetDeformation(vtkSmartPointer<vtkPoints>&,
double)
override;
B31OS(unsigned, uvec &&, unsigned, unsigned, unsigned=6, bool=false)
Definition B31OS.cpp:84