On 7/4/23 09:28, Mohammad Amir Kiani Fordoei wrote:
So, I defined two extra vector <bool> which indicate presence or absence (being free dof) of displacement vector as below
a) [true,true,true]
b) [true, false,true]
But, I couldn't use them as input in interpolate_boundary_values (error: no matching function for call to ‘interpolate_boundary_values) Also, I couldn't find a matching function FEValuesExtractors::Vector for these cases.

Amir,
can you show us the code and what the complete error message is?

Best
 W.

--
------------------------------------------------------------------------
Wolfgang Bangerth          email:                 bange...@colostate.edu
                           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 dealii+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/a5d49440-a93a-c0ef-8193-a89f03bd5cd3%40colostate.edu.

Reply via email to