fem3d_sample_test


fem3d_sample_test, a MATLAB code which calls fem3d_sample(), which evaluates a finite element function of a 3D 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:

fem3d_sample, a MATLAB code which evaluates a finite element function defined on 3D tetrahedral mesh.

Source Code:

SQ is FEM data for the function f(x,y,z)=x^2+2*y^2-z^2, on a 5x5x5 grid of nodes in the cube [0,4]x[0,4]x[0,4], organized into linear linear tetrahedrons. The sample data seeks the values of this function on a 4x4x4 evenly spaced grid.


Last revised on 05 May 2019.