Re: [deal.II] point value evaluation with FE_Enriched

2019-11-12 Thread Wolfgang Bangerth
On 11/12/19 1:44 AM, Edith Sotelo wrote: > > I would like to know if the point value evaluation defined in > VectorTools::point_value employs the defined enrichments in the > FE_Enriched object when performing the evaluation or just the standard > nodal basis functions. I think it should do

Re: [deal.II] Associating a MappingManifold with a Manifold

2019-11-12 Thread luca.heltai
You don’t need to do anything special. Just create a MappingManifold, and pass it where required. The manifold that is used is the one associated to the triangulation. You don’t need to associate it to the Mapping, since the mapping is used on *all* objects of the triangulation, and it will

[deal.II] Associating a MappingManifold with a Manifold

2019-11-12 Thread Andreas Kyritsakis
Hi, I want to use a real-to-reference-cell mapping which corresponds to cylindrical symmetry in 2D. In other words, the integration jacobian and the shape function gradients should contain the scale factor of the cylindrical coordinates. I tried to do it with the following code: QGauss<2>

[deal.II] point value evaluation with FE_Enriched

2019-11-12 Thread Edith Sotelo
Hello, I would like to know if the point value evaluation defined in VectorTools::point_value employs the defined enrichments in the FE_Enriched object when performing the evaluation or just the standard nodal basis functions. Regards. Edith -- The deal.II project is located at