B Solving PDEs via FEM: A Gut Check of the Procedure

Vanilla Gorilla
Messages
78
Reaction score
24
TL;DR Summary
I want to understand the process computers goes about solving PDES in FEM, and/or how people solve PDES in FEM without the aid of software.
I basically just want to check if my understanding of the method - described in the Google Doc - is correct, before I use software.
Hi, I am a newcomer to FEA/FEM. I am aware that for any practical purpose, software is used to solve problems. However, before I utilize software, I want to understand the process the computer goes about doing. This document is simply an attempt to summarize the solving procedure in a concise manner, according to my understanding. Because I am new, this understanding should have flaws, and I would just like someone to check it over to make sure everything looks right, and/or to clear up some of the confusions I have, which are specified in the document.

https://docs.google.com/document/d/...uKhTJV43hpqS4B30Q/edit#heading=h.d4e1rnx82ic6

I know it's 12 pages, but it's not actually very long to read, most of the pages are taken up by pictures.Any help is much appreciated!
P.S., I'm not always great at articulating my thoughts, so my apologies if this question isn't clear. Also, I know this isn't high school material, but I am currently in high school, which is why I made my level "Basic/high school level."

Note to moderators: I think that is the most appropriate forum for this post. However, if not, apologies, and please feel free to move at your own discretion. :)
 
There is the following linear Volterra equation of the second kind $$ y(x)+\int_{0}^{x} K(x-s) y(s)\,{\rm d}s = 1 $$ with kernel $$ K(x-s) = 1 - 4 \sum_{n=1}^{\infty} \dfrac{1}{\lambda_n^2} e^{-\beta \lambda_n^2 (x-s)} $$ where $y(0)=1$, $\beta>0$ and $\lambda_n$ is the $n$-th positive root of the equation $J_0(x)=0$ (here $n$ is a natural number that numbers these positive roots in the order of increasing their values), $J_0(x)$ is the Bessel function of the first kind of zero order. I...
Are there any good visualization tutorials, written or video, that show graphically how separation of variables works? I particularly have the time-independent Schrodinger Equation in mind. There are hundreds of demonstrations out there which essentially distill to copies of one another. However I am trying to visualize in my mind how this process looks graphically - for example plotting t on one axis and x on the other for f(x,t). I have seen other good visual representations of...
Back
Top