Thanks Wolfgang. I should have checked the built_patches function. It works fine if I give the third argument. But now I have to find the real reason why my code is crashing with MappingFEField :-(
Best praveen On Mon, Aug 22, 2016 at 6:36 PM, Wolfgang Bangerth <[email protected]> wrote: > > Praveen, > > I am using MappingFEField to get high order meshes which I construct by >> solving Winslow equations. >> >> I set initial condition and save it to file with 3 patches. As the figure >> shows, it seems to me that the MappingFEField is used only for the cells >> adjacent to the boundary. Is this what is happening ? >> >> MappingQ has an option to use it on all cells but no such option is seen >> in >> MappingFEField. >> > > I suspect that this is handled correctly in MappingFEField but that your > output is misleading you. What do you pass as third argument to > DataOut::build_patches? > > Best > Wolfgang > > > -- > ------------------------------------------------------------------------ > Wolfgang Bangerth email: [email protected] > www: http://www.math.colostate.edu/~bangerth/ > > -- > The deal.II project is located at http://www.dealii.org/ > For mailing list/forum options, see https://groups.google.com/d/fo > rum/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]. > For more options, visit https://groups.google.com/d/optout. > -- 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]. For more options, visit https://groups.google.com/d/optout.
