Re: [deal.II] [Assigning boundary value to node]

2023-10-31 Thread Wolfgang Bangerth
Veerendra: I'm currently working on solving an elasticity problem based on the step-8 tutorial. In my simulation, I've successfully prescribed boundary values for an edge of the triangulation using the following code:  VectorTools::interpolate_boundary_values( mapping, dof_handler,      

[deal.II] [Assigning boundary value to node]

2023-10-13 Thread veerendra koilakuntla
Dear DEAL.II community, I'm currently working on solving an elasticity problem based on the step-8 tutorial. In my simulation, I've successfully prescribed boundary values for an edge of the triangulation using the following code: VectorTools::interpolate_boundary_values( mapping, dof_handler,