// Get boundary function values
// at quadrature points.
+ AssertDimension(boundary_function.n_components, fe.n_components());
boundary_function.vector_value_list(quadrature_points, values);
const std::vector<Point<dim>> &reference_quadrature_points =
// Get boundary function
// values at quadrature
// points.
+ AssertDimension(boundary_function.n_components, fe.n_components());
boundary_function.vector_value_list(quadrature_points, values);
switch (dim)
// Get boundary function values
// at quadrature points.
+ AssertDimension(boundary_function.n_components, fe.n_components());
boundary_function.vector_value_list(quadrature_points, values);
// Find the group of vector components we want to project onto
Vector<number>(fe.n_components()));
// Get boundary function values at quadrature points.
+ AssertDimension(boundary_function.n_components, fe.n_components());
boundary_function.vector_value_list(quadrature_points, values);
// Find where the group of vector components (dim of them,