fem2d_sample_test


fem2d_sample_test, a C++ code which calls fem2d_sample(), which evaluates a finite element function of a 2D argument.

Licensing:

The computer code and data files described and made available on this web page are distributed under the MIT license

Related Data and Programs:

fem2d_sample, a C++ code which evaluates a finite element method (FEM) function defined on an order 3 or order 6 triangulation of a 2D region.

Source Code:

SQ is FEM data for the function f(x,y)=x^2+y^2, on a 5x5 grid of nodes, organized into linear triangles. The sample data seeks the values of this function on a 4x4 evenly spaced grid.


Last revised on 05 March 2020.