Sebastian Günther
Sebastian Günther
Hello @BonneelP I am going to reuse your XOutput internal methods. Is it necessary to have a return on the __setitem__ and __getitem__ methods? What are the actual return values?...
Hello Pierre, and thank you. Of course __getitem__ needs a return :) I meant __delitem__ instead.
Hello @Superomeg4 I imported an vtu file with MeshVTK class (even if I don't know if it is intended to, but I guess). You will find it attached. If I...
Hello Helene, hello Raphaël, thank you for your respond. Yes meshio can import vtu. So I think, I will use it for import and convert it then. I am not...
Sorry, I was wrong. get_mesh is used in get_point method of MeshVTK. I will try to fix this.
@Superomeg4 Did you used the convert method successfully, since I get a further issue. The key of `for key in connect_all` is of type CellBlock and therefore `connect = connect_all[key]`...
CellBlock is the class of 'key' 
I just wonder if I could fix this without breaking existing code, since there is no unit test on convert method.
As you may guessed it was MeshVTK. If you could do it today, I will be glad. Otherwise I will do it (at least without test).
@Superomeg4 Your MeshSolution seems to be feasable to store the data without further modifications. Thx for that.  There are 2 things I noticed. 1. Normalizations seems to be ignored....