fem2d_project_function_test, a C++ code which calls fem2d_project_function(), which projects a function W(X,Y), given as a formula, into a given finite element method (FEM) space of piecewise linear triangular elements.
The computer code and data files described and made available on this web page are distributed under the MIT license
fem2d_project_function, a C++ code which projects a function f(x,y), given as a formula, into a given finite element method (FEM) space of piecewise linear triangular elements.