# fenics-notes **Repository Path**: chtld/fenics-notes ## Basic Information - **Project Name**: fenics-notes - **Description**: Lecture notes and Jupyter Notebooks on FEM methods using FEniCS. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-05-21 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # FEniCS Notes This repository contains a collection of notes on FEniCS using Jupyter Notebooks, which teach how to use finite element methods to solve PDEs and to solve difficult linear systems from PDE discretizations using FEniCS. These notes are under construction. They will cover the following topics: - Fundamentals of finite element methods - Modeling linear and nonlinear elasticity - Solving the heat equation - Solving incompressible Navier-Stokes equations - Mixed finite element formulations for Stokes equations - Advection-diffusion-reaction equations coupled with Navier-Stokes equations - Convection-diffusion equations - Generating meshes - Specifying boundary conditions - Controlling iterative solvers Most of the materials were adapted from [the FEniCS Tutorial](https://fenicsproject.org/tutorial/) [the FEniCS Book](https://fenicsproject.org/book/), and [the FEniCS demos](https://bitbucket.org/fenics-project/dolfin/src/master/demo/documented/?at=master). However, they have been rearranged and expanded for teaching and research at Stony Brook University. To study the Notebooks, here is the recommended sequence: 1. [Fundamentals - Poisson equations](notebooks/poisson.ipynb) - [Case study: deflection of a membrane using Poisson equations](notebooks/poisson_membrane.ipynb) 2. [Modeling linear elasticity](notebooks/elasticity.ipynb) 3. [Solving the heat equation](notebooks/heat-equation.ipynb) 4. Solving nonlinear problems - [A nonlinear Poisson equation](notebooks/nonlinear_poisson.ipynb) - [Hyperelasticity](notebooks/hyperelasticity.ipynb) 5. [Solving incompressible Navier-Stokes equations](notebooks/navier_stokes.ipynb) - [Case study: Navier-Stokes for a cylinder](notebooks/navier_stokes_cylinder.ipynb) 6. [Mixed finite element formulations for Stokes equations](notebooks/Stokes_equations.ipynb) - [Stokes equations with Stabilized first-order finite elements](notebooks/Stokes_equations_stabilized.ipynb) 7. [Advection-diffusion-reaction equations coupled with Navier-Stokes equations](notebooks/advection-diffusion-reaction.ipynb) 8. [Galerkin method with least-squares stablization for Convection-dominant equations](notebooks/convection-dominant.ipynb) To run these notebooks interactively, use the ams529_jupyter.py script at https://github.com/compdatasci/ams529-desktop.