On 05/05/2017 10:55 AM, Anton wrote:
I would like to compute a scalar field for outputting purposes. The
field is a result of postprocessing of two solution vectors belonging to
two different DoFHandler s, but living on the same Triangulation. Is
there functionality for doing something like this in the library, or
does one have to combine the two vectors into one by creating an
FESystem with an associated DoFHandler first?
If you want to send results through a DataPostprocessor object, you'll
have to combine the data first (because a DataPostprocessor only gets to
see the values *of a single solution vector* at a time). Either step-31
or step-32 has code that shows how to combine things into a single
DoFHandler.
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].
For more options, visit https://groups.google.com/d/optout.