I have a mesh with data on each cell. I need to get these data and store them in a array.
For each cell, I have something like:
I'd like to get the value "14" and then save it..
I'm trying with functions like get_cell_data() or get_value() but it doesn't work
Thanks
Cristina