Skip to content

AnttiLehikoinen/SimpleFEA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleFEA - A super-simple 2D FEA implementation

This repository contains a super-simple 2D finite-element analysis implementation for solving the textbook linear div-grad equation with 1st-order triangular elements.

It is inefficient, non-vectorized, and will gorge up all available RAM on problems with more than a few thousand nodes (due to the stiffness matrix being assembled as non-sparse), but it should be as easy to understand as possible for a relatively low-level FEA implementation.

About

Super-simple FEA implementation in Matlab

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages