[aspect-devel] The x, y coordinate in depth_average.cc?

Timo Heister heister at clemson.edu
Mon Dec 21 07:12:32 PST 2015


Nan,

it is written as x,y in the comment inside the .gnuplot file, but this
is because we use the deal.II functionality to output the data to
different file formats. The first column is the depth while the second
column is the time.

> Who could tell me where is the x,y array, in entries.push_back (data_point);?

entries[i] is the depth average at timestep i (or rather the i-th time
where we do output) and entries[i].values[j][k] is the value of field
j at depth index k.

Are you trying to parse the data? If yes you might want to look into
"Output format = txt".

On Mon, Dec 21, 2015 at 9:56 AM, Nan Zhang <Nan.Zhang at colorado.edu> wrote:
> Hi all,
>
> I am trying to change the output format a little bit for
> depth_average.gnuplot file. I see the first two columns in
> depth_average.gnuplot are x,y. But, when I dug into depth_average.cc, I
> could not find the x,y coordinate array.
>
> Who could tell me where is the x,y array, in entries.push_back
> (data_point);?
>
> Bests,
> Nan
>
>
>
> _______________________________________________
> Aspect-devel mailing list
> Aspect-devel at geodynamics.org
> http://lists.geodynamics.org/cgi-bin/mailman/listinfo/aspect-devel



-- 
Timo Heister
http://www.math.clemson.edu/~heister/


More information about the Aspect-devel mailing list