35 typedef ElasticityOperatorBase<dim, Number> Base;
37 typedef typename Base::VectorType VectorType;
38 typedef typename Base::IntegratorCell IntegratorCell;
39 typedef typename Base::IntegratorFace IntegratorFace;
41 typedef dealii::Tensor<2, dim, dealii::VectorizedArray<Number>> tensor;
57 do_cell_integral(IntegratorCell & integrator)
const override;
65 do_boundary_integral_continuous(IntegratorFace & integrator_m,
66 dealii::types::boundary_id
const & boundary_id)
const override;