Hi I’m on a mission to code an open source elastic multi-layer analysis system to calculate stress, strain and displacement response in layered systems to surface loads. As proof of concept I opted to use sympy and coded a simple two layer system under a single circular load [1]. The vision is to eventually solve a system with many layers and/ or loads. Most of the solution time appears to be in simplifying the functions before integration - this step is necessary to avoid division by zero errors (for example). Will performance improve using Cython? Any other suggestions?
Thanks Andre [1] http://paste.pocoo.org/show/292921/ -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
