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 on how to use the code.

M
mit.edu
article

Numerical Solution of Partial Differential Equations

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

R
researchgate.net
research

Finite Element Method for 2D Heat Equation

This research paper presents a numerical solution of the 2D heat equation using the Finite Element Method. It discusses the implementation details and provides sample Python code.

S
stackoverflow.com
tool

Python Code for Solving 2D Heat Equation using FEM

This Q&A thread on Stack Overflow provides a Python code snippet for solving the 2D heat equation using the Finite Element Method. It includes explanations and example use cases.

N
nasa.gov
official

Introduction to Finite Element Method

This NASA technical report provides an introduction to the Finite Element Method, including its application to solving partial differential equations like the 2D heat equation.

Y
youtube.com
video

Solving 2D Heat Equation with FEM using Python

This video tutorial on YouTube demonstrates how to solve the 2D heat equation using the Finite Element Method in Python. It covers the theoretical background and implementation details.

S
sciencedirect.com
research

Finite Element Method for Heat Transfer Problems

This journal article on ScienceDirect discusses the application of the Finite Element Method to heat transfer problems, including the 2D heat equation. It provides a comprehensive review of the numerical solution techniques.

P
pypi.org
tool

Python FEM Library for Solving 2D Heat Equation

This Python library on PyPI provides a simple and efficient way to solve the 2D heat equation using the Finite Element Method. It includes documentation and example usage.