Re: [deal.II] [deal.ii] a small bug on the deal.ii document

2022-06-01 Thread 陈敏
Hi Wolfgang, The patch has been pushed to my fork "doc/fix_update_flags_h". Best Chen Wolfgang Bangerth 于2022年6月1日周三 20:24写道: > On 6/1/22 03:00, hkch...@gmail.com wrote: > > > > I think the following formula is wrong for the position of the first > left > > square bracket:

Re: [deal.II] Space-Time DG method

2022-06-01 Thread Wolfgang Bangerth
Kristoffer: Is there a code that solves for example du/dx + du/dy = 0 with a DG formulation? Yes, this is the advection equation, and you can find a DG solver in step-12 if you set the vector beta=[1,1] there. I was wondering if there is any interest in creating a Space-Time DG method

[deal.II] deal.II Newsletter #214

2022-06-01 Thread 'Rene Gassmoeller' via deal.II User Group
Hello everyone! This is deal.II newsletter #214. It automatically reports recently merged features and discussions about the deal.II finite element library. ## Below you find a list of recently proposed or merged features: #13884: Use map::find rather than insert to avoid creating temporary

Re: [deal.II] Different resulting meshes in spatial adaptivity for d::p::d::triangulation and d::triangulation

2022-06-01 Thread 'maurice rohracker' via deal.II User Group
Thanks for your suggestions, especially the different underlying concepts for the serial and p::d::triangulation, which makes it hard to compare the results 1:1; that clarified my doubts. Best, Maurice Wolfgang Bangerth schrieb am Mittwoch, 25. Mai 2022 um 02:52:23 UTC+2: > On 5/24/22 09:23,

[deal.II] Space-Time DG method

2022-06-01 Thread Kristoffer Lindvall
Hello! Is there a code that solves for example du/dx + du/dy = 0 with a DG formulation? I was wondering if there is any interest in creating a Space-Time DG method with deal.ii? The interesting aspects would be a larger temporal step and the ability to use Cuboids, or prisms, with the

Re: [deal.II] [deal.ii] a small bug on the deal.ii document

2022-06-01 Thread Wolfgang Bangerth
On 6/1/22 03:00, hkch...@gmail.com wrote: I think the following formula is wrong for the position of the first left square bracket: \sum_{q}[\J^{-1}(\hat{x}_q) rather \J^{-1}[(\hat{x}_q)

[deal.II] Re: [deal.ii] a small bug on the deal.ii document

2022-06-01 Thread hkch...@gmail.com
The third formula. 在2022年6月1日星期三 UTC+8 17:00:47 写道: > Hi everyone, > > I think the following formula is wrong for the position of the first left > square bracket: \sum_{q}[\J^{-1}(\hat{x}_q) rather \J^{-1}[(\hat{x}_q) > > >

[deal.II] [deal.ii] a small bug on the deal.ii document

2022-06-01 Thread hkch...@gmail.com
Hi everyone, I think the following formula is wrong for the position of the first left square bracket: \sum_{q}[\J^{-1}(\hat{x}_q) rather \J^{-1}[(\hat{x}_q)

[deal.II] Re: Periodic boundary conditions with AMR

2022-06-01 Thread Kristoffer Lindvall
Hi, Yes, I have found that the code works with periodic boundaries if I don't refine and it works if I use other boundary conditions with/without refinement. I can try periodic boundaries and then refine every cell and see what happens. I understand it is almost impossible to find the problem