On 9/18/22 06:51, Wasim Niyaz Munshi ce21d400 wrote:
VectorTools::interpolate_boundary_values(dof_handler,
                                                      1,
  Functions::ConstantFunction<dim>(dim)(u_y_values,2),boundary_values,u_y_mask,
                                                      constraints);

You are providing both the 'boundary_values' std::map object, and the 'constraints' AffineConstraints object. There are two versions of this function, one for each kind, but you can only provide one of these objects to each.

Best
 W.

--
------------------------------------------------------------------------
Wolfgang Bangerth          email:                 [email protected]
                           www: http://www.math.colostate.edu/~bangerth/

--
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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/408279cc-c18c-9526-8931-705ddd7c6b12%40colostate.edu.

Reply via email to