On 05/11/2018 09:04 PM, 'Maxi Miller' via deal.II User Group wrote:
So, when printing out my RHS-vector, I should get a pair of the same values
for each, i.e. first comes a value for A_x, then A_y, then B_x, then B_y, and
so on. Is that correct?
That depends on how you have numbered the degree
So, when printing out my RHS-vector, I should get a pair of the same values
for each, i.e. first comes a value for A_x, then A_y, then B_x, then B_y,
and so on. Is that correct?
Thank you!
Am Freitag, 11. Mai 2018 14:59:32 UTC+2 schrieb Wolfgang Bangerth:
>
> On 05/11/2018 08:45 PM, 'Maxi Miller
On 05/11/2018 08:45 PM, 'Maxi Miller' via deal.II User Group wrote:
Now I would expect that A_x and A_y will look exactly the same, after I use
the same equation. But according to my viewer (ParaView/Visit) A_x is
different compared to A_y (and the same goes for B and C). Partially I get
wild
I am writing my results as scalar results, using
std::vector solution_names = std::vector{"A_x"
, "A_y", "B_x", "B_y", "C_x", "C_y"};
std::vector
data_component_interpretation(n_components * dim,
DataComponentInterpretation::component_is_scalar);
LinearAlgebraTrilinos::MPI::Vector di