Stephen,
I looked at the source code and it looks to me like the documentation
is correct: component_map is just to remap components and can not be
used to do what you want. It is just passed to
create_boundary_mass_matrix().
On Wed, Feb 21, 2018 at 7:03 PM, Stephen Shannon
wrote:
> I am solving
I am solving the 2D Stokes equations with Dirichlet BCs, so I have 3
unknowns (u1, u2, p) with Dirichlet BCs on u1 and u2. Rather than
interpolate, I'd like to project the Dirichlet boundary values.
Looking at the documentation for VectorTools::project_boundary_values(),
the description of the