Skip to content

nicoguaro/FEM_resources

Repository files navigation

FEM resources

Binder

This is a repo for Finite Element resources. I have used this resources for learning (myself) or prototyping some FEM features before implement them in a bigger FEM software.

Right now it counts with some wxMaxima worksheets, where the CAS (Computer Algebra System) Maxima is used to compute analytically the elements.

It is a good idea (and practice) using CAS for manipulate algebraic expressions, like the ones that appear commonly in the derivation of FEM (or other numerical methods). Two examples: Prof. Carlos Felipa suggest to use CAS for it (and uses Mathematica in its Introductory FEM course), Prof. Alan Bower presents some Maple codes for FEM in its online book Applied Mechanics of Solids.

TODO: Add Python code with matrices generated "automatically" from Maxima.

Installation

For wxMaxima worksheets (.wxm files) a wxMaxima (and Maxima) installation is needed. For Windows the Maxima installer already contains wxMaxima. In Linux and Mac OS they should be installed separately: Maxima, wxMaxima. Once wxMaxima is installed the worksheets can be downloaded and executed (10 minutes Maxima, spanish version).

List of files

This will change in the future (probably?). But the current list of files is:

Maxima

  • Analytical FEM.wxm: a Finite Element Method code written in Maxima language. It illustrates some of the steps in a FEM code but the use of a CAS ease the process.
  • Elemental Matrices.wxm: computes stiffness and mass matrices for common types of (2D) elements.

Python

License

About

Finite Element resources useful for studying or researching

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages