Mauricio Vanzulli

Results 22 comments of Mauricio Vanzulli

Good point, thanks @schillic for the suggestion. Then we can add a method `line_segments(non_convex_poly::VPolygonNC)` that builds the vector of line segmentes. That would be desirable for my application in order...

I think we need to add a simple problem into tests. I've been changing some files and the VIV feature is not being tested

> Hi! Quick question, for point 2 I should work with a specific PR? or should I need to create a PR for fix this? I will start to work...

Hey guys, do you think would be nice to have this example instead of the wind turbine one ? ![optim](https://user-images.githubusercontent.com/50339940/193476699-dbae5a86-539f-4365-aa97-d49c2af2648e.gif)

![untitled](https://user-images.githubusercontent.com/50339940/98895907-93462f00-2486-11eb-9f15-9ba7d6a3d7fb.png) Beam 2 helicodal

![image](https://user-images.githubusercontent.com/50339940/99862041-1a765f80-2b77-11eb-8512-5ca9c6cf563b.png) This extract is from Battini etal 2013:https://pdfs.semanticscholar.org/58b3/7b80a3d951cf88cf7d8c4c586db885f4d3b3.pdf The update using material angles, in ONSAS nomenclature named as tg1 and tg2, dont require to implement spatial update. However the operator...

This rules for updating angles were deleted at: https://github.com/ONSAS/ONSAS.m/pull/648

We have tried with: ```matlab updateA = antiSkew( logm( expm( skew( deltauComplete ( nodeAngDofs ) ) ) * ... %~ expm( skew( Uk ( nodeAngDofs ) ) ) ... %~...

This is the source: https://github.com/nonnullish/octave-formatter-vscode. This pks is distributed under GPL license, is just a module, not a pkg. We can make this an external Python pkg and install it...