8 results · AI-generated index
G
github.io
tool

Solving the 2D Heat Equation using Finite Element Method in Python

This repository provides a Python implementation of the Finite Element Method (FEM) to solve the 2D heat equation. It includes a step-by-step guide and example code.

M
mit.edu
article

Numerical Solution of Partial Differential Equations

This course notes from MIT OpenCourseWare discusses the numerical solution of partial differential equations, including the 2D heat equation, using the Finite Element Method.

N
numpy.org
tool

Finite Element Method for 2D Heat Equation

This NumPy tutorial demonstrates how to use the Finite Element Method to solve the 2D heat equation in Python, including code examples and visualizations.

P
pypi.org
tool

A Python Package for Solving Partial Differential Equations

This Python package, available on PyPI, provides an implementation of the Finite Element Method for solving partial differential equations, including the 2D heat equation.

S
scipy.org
article

Solving the 2D Heat Equation using FEM with Python and SciPy

This SciPy tutorial demonstrates how to use the Finite Element Method to solve the 2D heat equation in Python, including code examples and explanations.

S
stanford.edu
research

Numerical Methods for Solving Partial Differential Equations

This Stanford University course notes discusses numerical methods for solving partial differential equations, including the Finite Element Method and its application to the 2D heat equation.

Y
youtube.com
video

2D Heat Equation Solver using Finite Element Method

This YouTube video demonstrates how to solve the 2D heat equation using the Finite Element Method in Python, including code examples and explanations.

N
nasa.gov
official

Finite Element Method for Heat Transfer Problems

This NASA technical report discusses the application of the Finite Element Method to heat transfer problems, including the 2D heat equation, and provides examples of Python implementations.