]> gitweb.michael.orlitzky.com - numerical-analysis.git/history - src/FEM/R1.hs
Finish the FEM.R1 solution for Dirichlet boundary conditions.
[numerical-analysis.git] / src / FEM / R1.hs
2014-02-19 Michael OrlitzkyFinish the FEM.R1 solution for Dirichlet boundary condi...
2014-02-16 Michael OrlitzkyAdd 'coefficients' to FEM.R1 which solves the desired...
2014-02-12 Michael OrlitzkyAdd big_K code to FEM.R1.
2014-02-07 Michael OrlitzkyMore progress on the 1d FEM, the "big F" vector is...
2014-02-06 Michael OrlitzkyAdd the (in progress) FEM.R1 module.