Re: [sympy] Problem with Beam3D

2018-12-20 Thread Jashan
The method to find slope and deflection inside Beam3D class does not support point load and only works for continuous load. It just ignores points loads for now and that is the reason you got [0, 0, 0] when you used all point loads on the beam. -- You received this message because you are

Re: [sympy] Problem with Beam3D

2018-12-20 Thread Jason Moore
Davide, A quick response is that Beam3D is not thoroughly tested with a large set of problems, so there may be many bugs. It was just introduced this past summer and hasn't gotten much use. Please open issues on our tracker for any things that don't seem to work correctly. Jason moorepants.info

Re: [sympy] GUI FOR SYMPY USING PYQT5 FOR GSOC 2019

2018-12-20 Thread Mohit Gupta
This will be for Sympy Live(or any other?) so that user can enter the expression without knowing the entire syntax required by sympy ,and i think NLP will also be required. please correct me if i am wrong Mohit Gupta On Thursday, December 20, 2018 at 12:27:00 AM UTC+5:30, Aaron Meurer wrote: >

[sympy] Problem with Beam3D

2018-12-20 Thread Davide
Hello everybody, I am trying to use Beam3D function but I bumped into this issue. I tried this branch of code from the example list to minimize my errors : from sympy.physics.continuum_mechanics.beam import Beam3D from sympy import symbols l, E, G, I, A, x = symbols('l, E, G, I, A, x') b =