Re: [deal.II] Hanging nodes of a read-in mesh

2020-08-10 Thread Feimi Yu
I see. I will try if I can find something. For now, the slowdown happens in the FGMRES solver by the way. Thanks! Feimi On Mon, Aug 10, 2020 at 10:41 AM Wolfgang Bangerth wrote: > On 8/9/20 10:10 PM, Feimi Yu wrote: > > I'm solving for a SUPG stabilized slightly compressible Navier-Stokes > > e

Re: [deal.II] Hanging nodes of a read-in mesh

2020-08-10 Thread Wolfgang Bangerth
On 8/9/20 10:10 PM, Feimi Yu wrote: I'm solving for a SUPG stabilized slightly compressible Navier-Stokes equation, with a Schur complement type preconditioner. I don't see why hanging nodes would make any kind of difference for this combination (in fact, for any equation). If I were you, I'd

Re: [deal.II] Hanging nodes of a read-in mesh

2020-08-09 Thread Feimi Yu
Forgot to say, an FGMRES iterative solver On Monday, August 10, 2020 at 12:10:59 AM UTC-4, Feimi Yu wrote: > > I'm solving for a SUPG stabilized slightly compressible Navier-Stokes > equation, with a Schur complement type preconditioner. > > Feimi > > On Sun, Aug 9, 2020 at 11:16 PM Wolfgang Bang

Re: [deal.II] Hanging nodes of a read-in mesh

2020-08-09 Thread Feimi Yu
I'm solving for a SUPG stabilized slightly compressible Navier-Stokes equation, with a Schur complement type preconditioner. Feimi On Sun, Aug 9, 2020 at 11:16 PM Wolfgang Bangerth wrote: > On 8/9/20 7:22 PM, Feimi Yu wrote: > > > > I realized something after I posted my question, so I removed

Re: [deal.II] Hanging nodes of a read-in mesh

2020-08-09 Thread Wolfgang Bangerth
On 8/9/20 7:22 PM, Feimi Yu wrote: I realized something after I posted my question, so I removed it after a while. Sorry that my original post is not shown in the thread. After checking the output block IDs in ParaView I found that it was not the unbalanced load that caused the slow computatio

Re: [deal.II] Hanging nodes of a read-in mesh

2020-08-09 Thread Feimi Yu
Hi Wolfgang, I realized something after I posted my question, so I removed it after a while. Sorry that my original post is not shown in the thread. After checking the output block IDs in ParaView I found that it was not the unbalanced load that caused the slow computation, but somehow the hanging

Re: [deal.II] Hanging nodes of a read-in mesh

2020-08-09 Thread Wolfgang Bangerth
On 8/9/20 1:58 PM, Feimi Yu wrote: I am doing a grid study of a 2D mesh. At first I simply applied a local refinement in the code for a specific region, but it turns out this caused the load to be unbalanced among the ranks (the rank carrying the refined mesh is much more loaded than others)

[deal.II] Hanging nodes of a read-in mesh

2020-08-09 Thread Feimi Yu
Hi All, I am doing a grid study of a 2D mesh. At first I simply applied a local refinement in the code for a specific region, but it turns out this caused the load to be unbalanced among the ranks (the rank carrying the refined mesh is much more loaded than others) and the computation became ve

[deal.II] Hanging nodes

2019-10-29 Thread David Ryan
Hello, I'm merging two geometries in dealii. If the cells of both geometries don't match up, will that give hanging nodes, or will the code not be able to handle this? Kind regards, David -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https:/