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

Finite Element Method for 2D Heat Equation

Solve the 2D heat equation using the finite element method with NumPy and SciPy. This example demonstrates how to discretize the equation and solve it using a sparse matrix.

G
github.io
tool

2D Heat Equation using Finite Element Method

Implementation of the finite element method for the 2D heat equation in Python. This repository includes a Jupyter Notebook with example usage and visualization.

M
mit.edu
research

Finite Element Methods for Heat Transfer Problems

Lecture notes on finite element methods for heat transfer problems, including the 2D heat equation. This resource includes example code in Python and MATLAB.

Y
youtube.com
video

Solving the 2D Heat Equation with Finite Elements

Video tutorial on solving the 2D heat equation using the finite element method with Python. This video covers the theory and implementation of the method.

R
researchgate.net
research

Python Implementation of Finite Element Method for 2D Heat Equation

Research paper on the implementation of the finite element method for the 2D heat equation in Python. This paper includes example code and results.

S
stackoverflow.com
article

Finite Element Method for 2D Heat Equation with Boundary Conditions

Q&A forum discussion on implementing the finite element method for the 2D heat equation with boundary conditions in Python. This thread includes example code and advice from experts.

C
coursera.org
official

Heat Transfer Simulation using Finite Element Method

Online course on heat transfer simulation using the finite element method, including the 2D heat equation. This course includes video lectures, assignments, and example code in Python.

P
pypi.org
tool

2D Heat Equation Solver using Finite Element Method

Python package for solving the 2D heat equation using the finite element method. This package includes example usage and documentation.