Re: [deal.II] project_boundary_values for Stokes equations

2018-02-22 Thread Timo Heister
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

[deal.II] project_boundary_values for Stokes equations

2018-02-21 Thread Stephen Shannon
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