Re: [deal.II] Acoustic simulation

2021-03-02 Thread Wolfgang Bangerth
On 3/2/21 4:38 PM, Anne Abraham wrote: I am trying to do acoustic scattering of spherical waves by a rigid sphere geometry. I am new to deal.II and currently going through the video lectures and examples. How can I simulate spherical waves in deal.II? Any hints would be helpful. Anne, I

Re: [deal.II] Issue with GridIn::read_msh

2021-03-02 Thread Daniel Arndt
Krishan, Do you have minimal input file to share that shows your problem? Best, Daniel Am Di., 2. März 2021 um 10:12 Uhr schrieb krishan...@gmail.com < krishanu.se...@gmail.com>: > Hi Luca, > > Thanks for the response. I recreated the mesh to make sure that there is > no two physical tag for

Re: [deal.II] Acoustic simulation

2021-03-02 Thread Anne Abraham
Thank you for your guidance. I am trying to do acoustic scattering of spherical waves by a rigid sphere geometry. I am new to deal.II and currently going through the video lectures and examples. How can I simulate spherical waves in deal.II? Any hints would be helpful. Thanks. On Tuesday, 2

Re: [deal.II] Issue with GridIn::read_msh

2021-03-02 Thread krishan...@gmail.com
Hi Luca, Thanks for the response. I recreated the mesh to make sure that there is no two physical tag for the same object. I found that if I do not set any physical tag, my code is able to read the mesh without any issue. But when I am setting 4 different physical tags to 4 parts of the

Re: [deal.II] Acoustic simulation

2021-03-02 Thread Wolfgang Bangerth
On 2/9/21 3:18 PM, Anne wrote: I would like use deal.II for acoustic simulations. Do we have PML available in deal.II? You will want to read through step-62! Best W. -- Wolfgang Bangerth email:

Re: [deal.II] Combining different solutions

2021-03-02 Thread Naren Vohra
Thank you! On Tuesday, March 2, 2021 at 6:44:20 AM UTC-8 Wolfgang Bangerth wrote: > On 3/2/21 3:32 PM, Naren Vohra wrote: > > I computed the two velocity components u, v as different scalars using > > different dof handlers but I want to view them as a vector (u,v) when I > output > > my

Re: [deal.II] Combining different solutions

2021-03-02 Thread Wolfgang Bangerth
On 3/2/21 3:32 PM, Naren Vohra wrote: I computed the two velocity components u, v as different scalars using different dof handlers but I want to view them as a vector (u,v) when I output my result. I'm not sure if I can use DataComponentInterpretation for this. Right now I pass them

[deal.II] Combining different solutions

2021-03-02 Thread Naren Vohra
I computed the two velocity components u, v as different scalars using different dof handlers but I want to view them as a vector (u,v) when I output my result. I'm not sure if I can use DataComponentInterpretation for this. Right now I pass them individually to the DataOut object but then I