Re: [deal.II] Is it possible to do unmapped FE_DGP

2024-09-21 Thread Rseelalshehri Alshehri
Dear Wolfgang, Would using mapping_none gives unmapped spaces or is it not enough to use it? Thanks Najwa On Fri, 20 Sep 2024 at 10:49 PM Wolfgang Bangerth wrote: > > On 9/20/24 03:15, Eman Kabbas wrote: > > I would like to use a discontinuous Pk finite element space, similar to > > FE_DGP, bu

Re: [deal.II] Is it possible to do unmapped FE_DGP

2024-09-20 Thread Wolfgang Bangerth
On 9/20/24 03:15, Eman Kabbas wrote: I would like to use a discontinuous Pk finite element space, similar to FE_DGP, but I need the shape functions to be defined *locally on each physical cell* without any mapping from a reference cell. Is it possible to implement such an unmapped finite ele

[deal.II] Is it possible to do unmapped FE_DGP

2024-09-20 Thread Eman Kabbas
Hello everyone, I would like to use a discontinuous Pk finite element space, similar to FE_DGP, but I need the shape functions to be defined *locally on each physical cell* without any mapping from a reference cell. Is it possible to implement such an unmapped finite element space in deal.II