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<1, dim, dealii::VectorizedArray<Number>> vector;
43 typedef dealii::SymmetricTensor<2, dim, dealii::VectorizedArray<Number>> symmetric_tensor;
59 do_cell_integral(IntegratorCell & integrator)
const final;
67 do_boundary_integral_continuous(IntegratorFace & integrator,
68 OperatorType
const & operator_type,
69 dealii::types::boundary_id
const & boundary_id)
const final;