Dear Chuyi, No, as far as I am aware we have no specific function to help do this for you. However, there is an example in the code-gallery <https://github.com/dealii/code-gallery/blob/master/Linear_Elastic_Active_Skeletal_Muscle_Model/Linear_active_muscle_model.cc#L1687> that shows how to write structure a VTK file and fill it with some data to be visualised at the quadrature points. You can modify and extend the code there to suit your needs.
Regards, Jean-Paul On Friday, July 14, 2017 at 11:10:26 AM UTC+2, Chuyi Duan wrote: > > Dear all, > > I'm using a struct to store informations on each integration point, by > generating an output file I can only get a mean value of the points in a > cell (.vtk file), it looks so "coarse" but it is actually not. So what I > want to do is to output the stored stuffs on each points. > I've only found function attach_dof_handler(dof_handler_type) and > attach_triangulation(triangulation_type). I'd like to ask if there is any > possibility to creat a output file in that I can see how the integration > points look like. > > Best, > Chuyi > -- 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.
