From 2963916fec725c9759d79b2a277b2b7b65190d80 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 06:37:50 +0000 Subject: [PATCH] docs: Update README.md to include intro_to_FEA project Co-authored-by: kubaniak <65218910+kubaniak@users.noreply.github.com> --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e361d42..8fa4476 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ This repository contains a collection of small Python scripts, tutorials, and mi - **energy_levels_3d_inf_sq_well**: Physics simulation calculating energy levels, combinations, and degeneracies for a particle in a 3D infinite square well. - **fluid_sim_python**: Fluid dynamics simulation implementations for both CPU and GPU. - **foehndiagram_scrape**: A Scrapy project designed to scrape foehn wind diagrams. +- **intro_to_FEA**: Scripts and exercises related to Introduction to Finite Element Analysis (FEA). - **kite_weather_digest**: Script to scrape kite surfing weather data (e.g., Windguru) and generate a digest. - **manim**: Example animation scenes using the Manim library. - **memo_fib**: A simple implementation of the Fibonacci sequence using memoization to optimize recursive calls.