Dear dealii developers/users, In my application, the FESystem is 'fe(FE_Q<dim>(degree+1), dim, FE_Q<dim>(degree), 1, FE_Q<dim>(degree), dim)'. As you can see there are three unknown solution variables(lets call them U, p and W), in which the first and last are vector valued with 'dim' components and the first one is one degree higher than the last. The boundary condition/constraint I have is 'W = U' in every component at a particular boundary with boundary_id. (U dof is present at every W dof as U is one degree higher than W, but not the other way). I should have one line for every W dof at this boundary(constraining it to U there). How do I build these constraints into my 'ConstraintMatrix' ? Please suggest. I have done DoFRenumbering::component_wise(dof_handler, block_component);
Thanks, Bhanu Teja. -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
