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

2D Heat Equation using Finite Element Method

This repository contains Python code for solving the 2D heat equation using the finite element method. It includes a step-by-step guide on how to implement the FEM for the 2D heat equation.

M
math.umd.edu
article

Finite Element Method for 2D Heat Equation

This article discusses the application of the finite element method to solve the 2D heat equation. It provides a detailed explanation of the mathematical formulation and the implementation in Python.

T
towardsdatascience.com
article

Solving 2D Heat Equation using Python

This tutorial provides a step-by-step guide on how to solve the 2D heat equation using Python. It covers the numerical implementation using the finite difference method and the finite element method.

R
researchgate.net
research

FEM for 2D Heat Equation

This research paper discusses the application of the finite element method to solve the 2D heat equation. It provides a detailed explanation of the mathematical formulation and the implementation in Python.

C
codeproject.com
tool

Python Code for 2D Heat Equation using FEM

This code project provides a Python implementation of the finite element method for solving the 2D heat equation. It includes a detailed explanation of the code and example usage.

N
nasa.gov
official

Numerical Solution of 2D Heat Equation

This technical report discusses the numerical solution of the 2D heat equation using the finite element method. It provides a detailed explanation of the mathematical formulation and the implementation in Python.

C
coursera.org
video

Finite Element Method for Heat Transfer

This online course covers the application of the finite element method to solve heat transfer problems, including the 2D heat equation. It includes video lectures and example Python code.

P
pypi.org
tool

2D Heat Equation Solver using FEM

This Python package provides a solver for the 2D heat equation using the finite element method. It includes a detailed explanation of the package and example usage.