Re: [deal.II] Assertion error when using FE_Nothing with FESystems with different number of base elements

2024-04-09 Thread Mohamad Ghadban
Thank you Dr. Wolfgang! I'll try to implement a patch if I have time for it. Regards, Mohamad On Mon, Apr 8, 2024 at 9:47 PM Wolfgang Bangerth wrote: > On 4/6/24 16:24, Mohamad Ghadban wrote: > > * > > * > > But when I changed the first FESystem into: > > *FESystem[FE_Q(1)^2-**FE_Q(1)^1**]* >

Re: [deal.II] Assertion error when using FE_Nothing with FESystems with different number of base elements

2024-04-08 Thread Wolfgang Bangerth
On 4/6/24 16:24, Mohamad Ghadban wrote: * * But when I changed the first FESystem into: *FESystem[FE_Q(1)^2-**FE_Q(1)^1**]* it worked fine because the number of base elements in both FESystems is now the same. My question is then, is this assertion necessary? Julian's suggestion works, but if