"I am pretty sure that is no longer correct. Can you check in step-19 or
one of the other particle programs?"

You are right. In step 19, for instance, also the properties assigned to
the particles are written to a .vtu file.

" In that case, may I
suggest that you create a ParticleHandler with particles located at
quadrature points (for which there is already a generator function)."

I think you are referring to the function
Particles::Generators::quadrature_points(...).
I think there is no version of this function for non-parallel programs,
i.e., where you do not have to pass
const std::vector< std::vector< BoundingBox
<https://www.dealii.org/current/doxygen/deal.II/classBoundingBox.html><
spacedim > > > & ,
is it?

Best
Simon



Am Fr., 26. Aug. 2022 um 14:39 Uhr schrieb Wolfgang Bangerth <
[email protected]>:

> On 8/26/22 15:37, Simon Wiesheier wrote:
> >
> > My idea was to actually plot the data at quarters of the elements (this
> > includes the quadrature point, of course, but looks nicer that just a
> > scatter plot -- in my opinion).
> > I have to check how the output looks like when using particles::DataOut
> > class. I just scanned the documentation of that class, which says:
> > 'This class currently only supports witing the particle position and
> > their ID and does not allow to write the properties attached to the
> > particles'.
> >
> > Given that, I can not write the properties (thus the qp values) to
> > file, can I?
>
> I am pretty sure that is no longer correct. Can you check in step-19 or
> one of the other particle programs?
>
> Best
>   W.
>
> --
> ------------------------------------------------------------------------
> 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/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/bbe96645-c161-8f5d-d872-eeb4d66acc42%40colostate.edu
> .
>

-- 
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/CAM50jEvN1X_yYbOyRO3z5f4ZBEzcV7KbvrjZdfNEVakFyVJitA%40mail.gmail.com.

Reply via email to