Hello again, I am trying to use MappingFEField to represent my high-order mesh points (which will then be deformed through optimization). Similarly to this thread High order mesh from Gmsh <https://groups.google.com/forum/#!searchin/dealii/high$20order$20mesh|sort:date/dealii/8ta3DmMCwsE/0AKQVI_0AQAJ>. However, I am using hp-finite element and I would expect different element geometric orders to exist for cells with different solution orders.
I see that MappingFEField is currently only instantiated with DoFHandler, and not hp::DoFHandler, so I tried to add it to the instantiation file "/fe/mapping_fe_field.inst.in". Unfortunately, it seems like the current MappingFEField implementation assumes that the finite element is not a FECollection, etc. and tries to directly operate on it. What would be the best way to have different element geometric orders, where I can control the metric degrees of freedom? Doug -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en --- You received this message because you are subscribed to the Google Groups "deal.II User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/dealii/a97c4d3c-3557-40fa-b9fc-654bf3516551%40googlegroups.com.
