[deal.II] Project cell quadrature point data to boundary

2024-02-21 Thread Javier Almonacid
Hi everyone, Is there any method already implemented in deal.II to project cell-based quadrature point data onto the boundary? The end goal is to compute some forces on the surface in step-44 and for that, I need to project the Kirchhoff stresses (tau) onto the boundary. An idea that occurred

Re: [deal.II] type/value mismatch error in geometry/geometries/point_xy

2024-02-21 Thread Michael Pilipchuk
Hi Vimukthi, I did end up by resolving that issue by making sure that gcc, g++, and gfortran were all on a single version. Ended up using 9 for them. Seems to be working now. Michael On Wed, Feb 21, 2024 at 8:06 AM Wolfgang Bangerth wrote: > On 2/21/24 02:46, vimukthi Nanayakkara wrote: > > I

Re: [deal.II] type/value mismatch error in geometry/geometries/point_xy

2024-02-21 Thread Wolfgang Bangerth
On 2/21/24 02:46, vimukthi Nanayakkara wrote: I have recently started using deal II and am encountering the same error. Any assistance you can provide in resolving this would be greatly appreciated. Vimukthi, no easy ones other than upgrading your compiler as mentioned in the previous message.

Re: [deal.II] type/value mismatch error in geometry/geometries/point_xy

2024-02-21 Thread vimukthi Nanayakkara
Hi everyone I have recently started using deal II and am encountering the same error. Any assistance you can provide in resolving this would be greatly appreciated. On Sunday, February 11, 2024 at 10:50:55 PM UTC+1 mpil...@umich.edu wrote: > Hi Wolfgang, > > I appreciate you taking a look at i