8 results · AI-generated index
M
math.umd.edu
article

Finite Element Method for 2D Heat Equation

The finite element method is a numerical technique used to solve partial differential equations, including the 2D heat equation. This method involves dividing the domain into smaller elements and approximating the solution using a finite number of basis functions.

H
hindawi.com
research

Numerical Solution of 2D Heat Equation using Finite Element Method

This article presents a numerical solution of the 2D heat equation using the finite element method. The method is implemented using MATLAB and the results are compared with the analytical solution.

N
nasa.gov
official

Finite Element Method for Heat Transfer Problems

The finite element method is a powerful tool for solving heat transfer problems, including the 2D heat equation. This method is widely used in engineering applications, including aerospace and automotive industries.

G
github.io
tool

Solving 2D Heat Equation using Finite Element Method with Python

This repository provides a Python implementation of the finite element method for solving the 2D heat equation. The code uses the NumPy and SciPy libraries and includes examples and documentation.

S
stanford.edu
article

Lecture Notes on Finite Element Method for 2D Heat Equation

These lecture notes provide an introduction to the finite element method for solving the 2D heat equation. The notes cover the theoretical background, numerical implementation, and examples.

Y
youtube.com
video

Video Lecture: Finite Element Method for 2D Heat Equation

This video lecture provides an introduction to the finite element method for solving the 2D heat equation. The lecture covers the theoretical background, numerical implementation, and examples.

S
sciencedirect.com
research

Finite Element Method for 2D Heat Equation: A Review

This article provides a review of the finite element method for solving the 2D heat equation. The review covers the theoretical background, numerical implementation, and applications.

C
codeproject.com
tool

2D Heat Equation Solver using Finite Element Method

This article provides a C++ implementation of the finite element method for solving the 2D heat equation. The code includes examples and documentation.