Dear all,

Is it possible to output the magnitude of displacements and its components 
all together?

std::vector<DataComponentInterpretation::DataComponentInterpretation> 
data_component_interpretation(dim, DataComponentInterpretation::
component_is_part_of_vector);

The above allows me to output the displacements as a vector field and shows 
one variable containing the magnitude of displacements.

std::vector<DataComponentInterpretation::DataComponentInterpretation> 
data_component_interpretation(dim, DataComponentInterpretation::
component_is_scalar);

Hence, this one enables the output of each component separately, e.g. 
displacement_x (delta_x) according to step-18.

What I want is to have all in one, such as:

displacement_x
displacement_y
displacement_z
displacement_magnitude

Is that possible?

I am using VisIt 2.11.0.

Kind regards,
S. A. Mohseni

-- 
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 dealii+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to