16#ifndef dealii_integrators_patches_h
17#define dealii_integrators_patches_h
43 const ArrayView<
const std::vector<double>> &input)
45 const unsigned int n_comp = fe.get_fe().n_components();
50 for (
unsigned int k = 0;
k < fe.n_quadrature_points; ++
k)
52 for (
unsigned int d = 0; d < dim; ++d)
53 result(
k, d) = fe.quadrature_point(
k)[d];
54 for (
unsigned int i = 0; i <
n_comp; ++i)
#define DEAL_II_NAMESPACE_OPEN
#define DEAL_II_NAMESPACE_CLOSE
#define AssertVectorVectorDimension(VEC, DIM1, DIM2)
#define AssertDimension(dim1, dim2)
void points_and_values(Table< 2, double > &result, const FEValuesBase< dim > &fe, const ArrayView< const std::vector< double > > &input)
Library of integrals over cells and faces.