Hi Praveen,
as far as I have understood (but I might be wrong), the functions
find the nodes where Dirichlet BC's are applied and then there impose the corrensponding boundary value, after having built the system matrix and right-hand side.
Another possibility would be to use a Dirichlet lift, change the weak formulation and solve for homogeneous Dirichlet boundary conditions. I am wondering if someone already did this or if it somewhere implemented in deal.ii
I am currently dealing with parameter dependent Dirichlet boundary conditions and I would like to be able to see explicitly how these parameters enter the system matrix and the right-hand side, writing the dependency in an affine way, i.e. p1 A1 + p2 A2 +...= p1 f1 + p2 f2 +....
I am currently not able to do it using the function
Thanks for your reply!
Kind regards,
Giulia