Re: [deal.II] Re: writing values in the solution vector for constrained dofs

2021-06-26 Thread Simon Wiesheier
Hi Bruno, everything worked as expected, so constraints.distribute() does what it should do :-) Best Simon Am Mi., 23. Juni 2021 um 23:28 Uhr schrieb Bruno Turcksin < bruno.turck...@gmail.com>: > Simon, > > Yes, you should be able to skip the constrained hanging nodes. Like you > said the value

[deal.II] Re: writing values in the solution vector for constrained dofs

2021-06-23 Thread Bruno Turcksin
Simon, Yes, you should be able to skip the constrained hanging nodes. Like you said the value will be overwritten when you call distribute(). Let us know if you get something unexpected but that should work. Best, Bruno On Wednesday, June 23, 2021 at 5:00:06 AM UTC-4 Simon wrote: > Dear all,