Skip to content

jlian/matlab-fem-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FEM Solver with MATLAB

Please read the PDF for more details.

This solver is not generic and solves just one problem. However, it should be easy to adapt it to different problems. Not tested with Octave.

How to use

Run the FreeFEM (examplemesh.edp) file in /src and to obtain the mesh file. It's also included pre-compiled in the same folder.

Then run the femsolver.m MATLAB file for analysis, and output.

To change the number of elements used for analysis, change the m value in the FreeFEM file, and rerun.

About

A vectorized FEM solver implemented in MATLAB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages