-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Final Project of Teng #3
base: master
Are you sure you want to change the base?
Conversation
…it add FinalVersionofFinalProject.ipynbgit add FinalVersionofFinalProject.ipynbgit add FinalVersionofFinalProject.ipynb!
Hey Teng, here are some suggestions, and some things that you might need to explain.
*In section 5 the equations that you present are the same ones than in section 2
Add the space in:
You also need a space here before the (:
Your reference 1 says (internet resource). Provide the link, and due to it is a book Typos: coefficiency ----> coefficient About coding:
|
Thank you so much! On Thu, Dec 17, 2015 at 7:17 PM, ncclementi [email protected]
|
The equations display very well on my computer and I do not know why it can not display well on the website. I have modified my project as much as possible according to your instruction, but it still has some undesirable parts. Thank you for your help! |
As we discussed many times in person, your choice of topic was a risky one because it departs substantially from the course topics: we studied Finite Difference Methods in the course, yet you insisted on working with the Finite Element Method for your project. You made it clear that this is a strong interest of yours—but it is sufficiently off-topic to the course that assessment is made difficult. You could have dampened this difficulty by crafting careful explanations of the equations, method and problem you are solving. But unfortunately that is not the case. In several places, you refer to "Numerical Method combined with Finite Element Method” — I’m not sure what you’re thinking here. The FEM is a numerical method. The explanation you provided concerning equations (1) and (2) is poor: only a reader that is already familiar with FEM can understand it. We can follow from there that you turn the second-order ODE into a system of first-order ODEs in equation (5) … going by the right-most equation numbers (it’s not helpful that you have two sets of equation numbers!). But the matrix form of the equation is confusing and badly written. On section 3 (“The Finite Element Method”), you also have equations that do not render properly and it’s impossible to follow. You introduced mass matrix, stiffness matrix, damping matrix, and shape function … none of this can be followed or understood by a reader that is not already very familiar with FEM. The whole sequence of equations that you wrote under the heading "The Process of how we use the Linear monentum equation to derive the Finite Element equations” is impossible to follow for anyone not already familiar with this content. Any reader not familiar with FEM would be forced to go to your reference (or another book) and study it from scratch, which defeats the purpose of this notebook! And again, we have many equations that do not render, so that makes it worse. After input line In general, you’ve written here quite unreadable code, disregarding not only conventions for readability but also proper use of NumPy array structures. Input line You imported Matplotlib with other libraries in input line Where do we find any explanation of the initial/boundary conditions for your example problem? We can find a few clues digging into your code, but since the code is verbose and uneconomical, it’s really buried … you should have explained your problem set up clearly in the write up. Looking at your results now: output line In input line Conclusion “Based on the 3 reasons, the difference between numerical solution and analytical solution can be definitely accepted.” —> Absolutely not. Your conclusion is nonsensical, I’m afraid. Typos, grammar, etc. comfortability —> this is not a word three degree of freedoms —> three degrees of freedom monentum —> momentum The Natural Frequence —> Frequency There are a lot of other typos (especially in comments within the code), which would be too long to list. |
Dear professor! Anyway,thank you for your help and patience in the past! Your course is Best wishes, Teng Long On Sun, Jan 10, 2016 at 7:09 PM, Lorena A. Barba [email protected]
|
This is the final version.