fem2d_heat_test


fem2d_heat_test, an Octave code which calls fem2d_heat(), which solves a 2D heat equation posed in the unit square, using the finite element method (FEM).

Licensing:

The information on this web page is distributed under the MIT license.

Related Data and Programs:

fem2d_heat, an Octave code which uses the finite element method and the backward Euler method to solve the 2D time-dependent heat equation on an arbitrary triangulated region. In order to run, it requires user-supplied routines that define problem data.

Source Code:

The code CONTOUR_SEQUENCE4() can make contour plots from the sequence of solutions:


Last revised on 12 July 2023.