How to solve simple ODE with FEM

112 Views Asked by At

How to solve $$ \begin{cases} y'(x)=y(x)\\ y(0)=1 \end{cases} $$ using finite element method?? I mean Bubnov-Galerkin approximation method along with Ritz minimization. I've try for some times and it looks like i don't understand something.