Enumerations | |
enum | DataComponentInterpretation { component_is_scalar , component_is_part_of_vector , component_is_part_of_tensor } |
A namespace solely for the declaration of the DataComponentInterpretation::DataComponentInterpretation enum.
The members of this enum are used to describe the logical interpretation of what the various components of a vector-valued data set mean. For example, if one has a finite element for the Stokes equations in 2d, representing components
By passing a set of enums of the current kind to the DataOut_DoFData::add_data_vector functions, this can be achieved.
See the step-22 tutorial program for an example on how this information can be used in practice.
Definition at line 46 of file data_component_interpretation.h.