Sebastian Günther

Results 137 comments of 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' ![grafik](https://user-images.githubusercontent.com/43440731/101614470-46b22d00-3a0d-11eb-8e70-863f892994e5.png)

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. ![grafik](https://user-images.githubusercontent.com/43440731/101640274-9a823d80-3a30-11eb-96dd-039348dc8164.png) There are 2 things I noticed. 1. Normalizations seems to be ignored....