Info: Zenodo’s user support line is staffed on regular business days between Dec 23 and Jan 5. Response times may be slightly longer than normal.

Published November 11, 2022 | Version v1.3.0
Software Open

YetAnotherFEcode

  • 1. TU Delft
  • 2. Politecnico di Milano
  • 3. ETH Zurich

Description

 

A simple MATLAB-based code for implementing the Finite Element method in an object oriented fashion.

The main idea behind this package is to enable rapid prototyping and reproducible research related to finite element applications and/or reduced-order modeling in a user-friendly MATLAB environment.

On one hand, commercial packages lack the flexibility needed for testing new ideas essential for research, especially in the context of reduced-order modeling, where FE problems are indeed just applications but still require mild intrusion/access to the functionality. Open source packages, on the other hand, allow endless access to the implementation but tend to be very cumbersome to hack, and require significant time and training to be able to test even the simplest of ideas. This code is particularly aimed towards users/researchers who are interested in intrusive finite-element modeling without getting lost in gory details of open source FE packages.

A distinguishing aspect of this package is that apart from using existing elements in our library, one can program new elements with relative ease and flexibility. These elements may also arise from multi-physics problems, e.g., thermo-mechanical problems which involve the numerical solution of different partial differential equations governing heat and momentum balance on the same physical domain.

Without worrying about the cumbersome details of finite-element assembly, a researcher can simply focus on the element-level implementation to quickly obtain results. At the same time, developers are also encouraged to contribute new and alternative ideas to improve this environment and potentially publish them, allowing future users to access and build upon their work. This allows for rapid development and testing of ideas, especially valuable in research efforts.

To use the code, simply add the main folder and its contents to the MATLAB path. Feel free to play with examples in the examples directory. Further usage and development instructions to follow.

To showcase the relevance, please cite the following reference if you use this package in your work

Shobhit Jain, Jacopo Marconi & Paolo Tiso (2020). YetAnotherFEcode. Zenodo. http://doi.org/10.5281/zenodo.4011281

Please report any issues/bugs to Shobhit Jain shobhit.jain@tudelft.nl or Jacopo Marconi jacopo.marconi@polimi.it

Release Notes:

  1. Introduced the procedure to add code associated to scientific publications (see "how to contribute" in the papers folder)
  2. Added code associated to the following publications:
  3. Bug fixes and plot function update for multi-element meshes.

Files

jain-shobhit/YetAnotherFEcode-v1.3.0.zip

Files (24.9 MB)

Name Size Download all
md5:0435f62996e12ffc518b08d3344e0002
24.9 MB Preview Download

Additional details