8 results · AI-generated index
N
numpy.org
article

Finite Element Method for 2D Heat Equation

Implementation of the finite element method in Python for solving the 2D heat equation using NumPy. Includes example code and explanations.

G
github.io
tool

Solving the 2D Heat Equation using Finite Elements

A Python implementation of the finite element method for solving the 2D heat equation. Includes a step-by-step guide and example code.

M
mit.edu
research

Finite Element Methods for Partial Differential Equations

Lecture notes from MIT OpenCourseWare on finite element methods, including implementation in Python for the 2D heat equation.

P
pypi.org
tool

2D Heat Equation Solver using Finite Element Method

A Python package for solving the 2D heat equation using the finite element method. Includes installation instructions and example usage.

C
coursera.org
video

Introduction to Finite Element Methods

An online course on finite element methods, including a module on implementing the method in Python for the 2D heat equation.

S
sciencedirect.com
research

Finite Element Solution of the 2D Heat Equation

A research article on the finite element solution of the 2D heat equation, including a Python implementation.

S
stackoverflow.com
article

Python Implementation of Finite Element Method

A Q&A thread on Stack Overflow discussing the implementation of the finite element method in Python for the 2D heat equation.

N
nasa.gov
official

Finite Element Method for Heat Transfer Problems

A technical report from NASA on the use of the finite element method for heat transfer problems, including a Python implementation for the 2D heat equation.