Thanks Jean-Paul, I set n_components to dim and it ran. 

However, no difference whatsoever in the solution to when I was 
equivalently imposing in the weak form (where the tangential term 
disappears due to being zero), so I do continue to wonder whether the two 
are equivalent. Thank you

On Tuesday, March 19, 2019 at 11:35:45 AM UTC, Jean-Paul Pelteret wrote:
>
> Dear Jane,
>
> const Functions::ZeroFunction<dim> no_tang_bcs;
>
>
> This should be const Functions::ZeroFunction<dim> 
> no_tang_bcs(n_components);
>
> Best,
> Jean-Paul
>
>

-- 
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dealii+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to