36 typedef ElasticityOperatorBase<dim, Number> Base;
38 typedef typename Base::VectorType VectorType;
39 typedef typename Base::IntegratorCell IntegratorCell;
40 typedef typename Base::IntegratorFace IntegratorFace;
42 typedef dealii::Tensor<2, dim, dealii::VectorizedArray<Number>> tensor;
58 do_cell_integral(IntegratorCell & integrator)
const override;
66 do_boundary_integral_continuous(IntegratorFace & integrator_m,
67 dealii::types::boundary_id
const & boundary_id)
const override;