On 10/10/21 1:06 AM, Praveen C wrote:
> Should I try to combine MappingManifold and MappingFEField ?
Have you tried to use MappingManifold? It is, in essence, the same as using first
VectorTools::interpolate
to convert your mapping function into a finite element function, and then
using MappingFEField to use that finite element function to map a
triangulation. I think it does what you describe you want, though I don't
quite understand why you think you would need to combine the two.
Best
W.
--
------------------------------------------------------------------------
Wolfgang Bangerth email:
bang...@colostate.edu
www:
http://www.math.colostate.edu/~bangerth/