AliE89

Results 34 comments of AliE89

Hi Stefano, Yes it was really easy doing that, i found an example in the doc in the end :) I am still a bit puzzled on polyheadral cells, any...

Hi guys, I can confirm there is a bug whit multiple conditions. Personally, I solved the prblem by changing these line: if not updated_body: width_body = width_body + repr(line)[1:].replace('\\\\n\\', '\\n')...

Ok, fair enough :) I have attached a Cmake file doing a static library for TTB. I needed to remove "ttb/" in the various *include* statements in ttb_libary.f in order...

PS: if you want the lib to be shared, just do add_library(${TARGET} SHARED ${src}) instead. Thank you for your contribution!

Well, problem solved in the end. #ifdef on _R16P was messing up the operator overloading when compiling in double precision :) Probably the fact I am not using fobis is...

> Ciao Stefano, So the issue was under gfortran and due to the presence of the #ifdef _R16P in the operator '*' definition. For some reason gfortran is not very...

I am wondering if you can add a function to specify the center of rotation and the rotation matrix that can be handy :)

So there is nothing wrong in your code, of I ask paraview to rotatr around an axis I'll get the same results. I am just looking to rotate around the...

Ciao Stefano, I think a dummy way to do this operation is translate origin + rotate + translate barycenter.

Hello, I managed to compile fossil using a makefile. I can share it with you if you like. I have also built a make file for all the third party...