[Getdp] How to store all nodal values in a file via post-processing

Jens Trommler trommler at temf.tu-darmstadt.de
Mon Sep 5 10:11:30 CEST 2011


Hi Constantin,

I'm not an expert in GetDP. But you could use the resolution file
(*.res) for this purpose if you like to.
Whenever you did a SaveSolution in the .pro files, the complete list
of degrees of freedom is written to the end of the resolution file.
So, if you had a nodal based solution this list in the resolution file
is a list of the values at each node. They are sorted like in the msh
file which is mostly from 1 to number of nodes.
The exact file format of the resolution file is in the documentation of getdp.
But probably there is also postprocessing command which I don't know.

Best, Jens.





2011/9/4 Constantin Mokur <constantin.mokur at ymail.com>:
> Hi,
> is there an easy way to store the nodal values after a simulation in a file
> (preferably a simple table
> with two columns: node number and value)?
> It could also be a .pos file with this table in it.
> I tried it with print options DecomposeInSimplex or Dimension 1 but I always
> get a table with
> triangle number and the corresponding 3 nodal values instead of node number
> and node value.
> Any help is highly appreciated.
>
> Best regards
> Constantin
>
> _______________________________________________
> getdp mailing list
> getdp at geuz.org
> http://www.geuz.org/mailman/listinfo/getdp
>
>