openfluid icon indicating copy to clipboard operation
openfluid copied to clipboard

Add an option to plot one element of a vector in observer export.vars.plot.gnuplot

Open crevoisier opened this issue 11 years ago • 1 comments

Add the field : serie..vectorindex : the index in the vector if var is a vector type. Plot xi if x(t) = series..var is a VectorValue and i = serie..vectorindex.

crevoisier avatar Sep 16 '14 15:09 crevoisier

Does this option should also be applied to all compound variables (VectorValue, MatrixValue, MapValue)? It can be parameterized as shown below:

  • for a VectorValue: serie..valueindex = i
  • for a MatrixValue: serie..valueindex = i;j
  • for a MapValue: serie..valueindex = key

jctophefabre avatar Sep 17 '14 07:09 jctophefabre