Re: [deal.II] Wave front not propagating through mesh modification on step 23, is Affine constraints wiping out my solution?

2022-08-03 Thread Wolfgang Bangerth
On 8/3/22 10:47, Matthew Rich wrote: I would like to ask about adding this approach to the tutorial of step 23 maybe at the bottom. For newcomers, it is not obvious how to deal with the 2nd order time derivative directly and there may be instances where my approach is better suited. It is als

Re: [deal.II] Wave front not propagating through mesh modification on step 23, is Affine constraints wiping out my solution?

2022-08-03 Thread Matthew Rich
Just to close this out in case others run into the same problem. The culprit was me declaring a local vector variable system_rhs in WaveEquation::run (). A c

Re: [deal.II] mesh_generator

2022-08-03 Thread Wolfgang Bangerth
On 8/3/22 01:34, LY XXXiao wrote: I have a further question though. The background is that, I am doing some electromagnetic geophysics simulation based on an octree mesh, and before that, I make a rectangular base mesh (make_grid) using *GridGenerator::subdivided_hyper_rectangle*. For the cu

Re: [deal.II] mesh_generator

2022-08-03 Thread LY XXXiao
Dear Simon and prof. Bangerth Thanks for your kind replies. The issue finally turned out to be that I set a 'smoothness' when I defined the triangulation ( my supervisor found it, he is a deal ii deep lover XD). I have a further question though. The background is that, I am doing some electrom