AliE89

Results 34 comments of AliE89

Hi @szaghi, also it looks like the API page is not working. Any change to get the manual? :)

Thank you very much for this! Also I am wondering if the current version still supports vtk legacy. Does it? I see that there is a folder called reference, but...

That's cool. Cause I have found also your version 1.2 that looks to have this feature. I have complied it but not tested yet. Has the library massively changed? Honestly...

Ok so I will go for it! Let me known whrn the api is working :) thank you very much for this nice piece of work!

Cool, thank you very much! I am going to test the library in my code and see if it helps! Also i will get you back on the compilation problem...

Hi @szaghi , now the library compiles as smooth as silk! But I am getting issues while compiling my code on penf (e.g.) undefined reference to `__penf_stringify_MOD_str_r4p' this comes out...

I have found out that you need to link the program to penf when compiling, otherwise the compiler can found the modules related to penf but not libpenf.a which is...

So in the end I make the library works! Thank you very much for this, you saved me a lot of time. The last issue that I see is that...

Hello guys, I had the same issue so far, just make sure you have penf and the other bu ch of dependencies in your third party directory. If you are...

Ok, sorry I have misunderstood the usage. It works for pvtu. Here what I have done, it can be usefull to other users as well: ierr = pvtk_field_file%initialize(filename='postProc/VTKfields/Parallel/mesh.pvtu', & mesh_topology='PUnstructuredGrid',...