[sympy] Re: Vector Integration Proposal for GSoC feedback

2020-03-28 Thread Faisal Riyaz
To view my GSoC proposal in google docs, please use the following link https://docs.google.com/document/d/1Y1VZvpfhj2Dz1T7s8z54YSVkc4L7f_iQRkPjGX42k3A/edit?usp=sharing I am looking forward to your comments. Best Faisal Riyaz On Sat, Mar 28, 2020 at 12:30 PM Faisal Riyaz wrote: > Dear Develope

Re: [sympy] Re: Vector Integration Proposal for GSoC feedback

2020-03-29 Thread Aaron Meurer
The Google Docs document seems to not be filled out all the way. Aaron Meurer On Sun, Mar 29, 2020 at 12:52 AM Faisal Riyaz wrote: > > To view my GSoC proposal in google docs, please use the following link > https://docs.google.com/document/d/1Y1VZvpfhj2Dz1T7s8z54YSVkc4L7f_iQRkPjGX42k3A/edit?usp

Re: [sympy] Re: Vector Integration Proposal for GSoC feedback

2020-03-29 Thread Faisal Riyaz
I am sorry. Pasted the wrong link. Here is the correct link. https://docs.google.com/document/d/1hfacSxzCB7znpgTMFet5DA9ETG-_RO2VC6ci3Wsn-Ws/edit?usp=sharing I still have to complete some sections. Thanks On Sun, Mar 29, 2020 at 1:29 PM Aaron Meurer wrote: > The Google Docs document seems to n

Re: [sympy] Re: Vector Integration Proposal for GSoC feedback

2020-03-29 Thread Faisal Riyaz
Hello All, Any suggestions? I will add functions for relating line integral and surface integral (Stoke's Theorem and Green's Theorem). I do not still know how difficult will it be. Also, In my proposal, I have tried to provide the API of the functions. Is it enough or should I also give a rough i

Re: [sympy] Re: Vector Integration Proposal for GSoC feedback

2020-03-29 Thread Aaron Meurer
Discussing the implementation would be more important. You don't need to have actual code (other than possibly pseudocode). The API you suggested would probably end up being something different, but the implementation would be the same regardless of the API. Aaron Meurer On Sun, Mar 29, 2020 at 7

Re: [sympy] Re: Vector Integration Proposal for GSoC feedback

2020-03-29 Thread Faisal Riyaz
I am looking at the Maple functionalities for vector Integration. I think Maple has the best functionality for vector integration among other CAS. https://www.maplesoft.com/support/help/Maple/view.aspx?path=Student%2FVectorCalculus%2FSurfaceInt https://www.maplesoft.com/support/help/Maple/view.aspx

Re: [sympy] Re: Vector Integration Proposal for GSoC feedback

2020-03-30 Thread Alan Bromborsky
I would suggest calculating for a geometric simplex https://en.wikipedia.org/wiki/Simplex since simplexes are the building blocks for finite element method calculations.  I think one of the main applications of your package could be for calculating the boundary element method equations for va

Re: [sympy] Re: Vector Integration Proposal for GSoC feedback

2020-03-30 Thread Faisal Riyaz
Thank you for your suggestions, Alan. For the GSoC, I will try implementing all the functionality for 3D as the vector package now only supports 3D. I will define a class for the tetrahedron. Unfortunately, I am not very familiar with BEM equations but I am looking into them. Thanks Faisal Riyaz

Re: [sympy] Re: Vector Integration Proposal for GSoC feedback

2020-03-30 Thread Faisal Riyaz
Hello all, If possible, please provide your feedback on this approach. Thanks Faisal Riyaz On Mon 30 Mar, 2020, 10:24 AM Faisal Riyaz, wrote: > I am looking at the Maple functionalities for vector Integration. I think > Maple has the best functionality for vector integration among other CAS. >