Skip to content
Snippets Groups Projects
Commit 58eea3aa authored by haasdonk's avatar haasdonk
Browse files

added README.txt

parent ccb46f34
No related branches found
No related tags found
No related merge requests found
This directory provides the code for the experiments
to the paper
"Adaptive meshfree approximation for linear
elliptic partial differential equations with
PDE-greedy kernel methods" by
Tizian Wenzel, Daniel Winkle, Gabriele Santin, and Bernard Haasdonk
More specific:
For reproducing the FEM convergence table on the sector example
of Section 6.1, please
a) Install RBmatlab from the website www.morepas.org/software
The code can be run if RBmatlab from version 16.09 is installed
b) run the script fem_sector_example.m from this directory
Caution:
This operation is very expensive (takes several hours) as hundred of
thousands of point with global coordinates need to be searched and found
in FEM meshes. This is required to be consistent in the error computation
to other approximation techniques using these uniform test grids.
...@@ -2,13 +2,16 @@ function fem_sector_example(step) ...@@ -2,13 +2,16 @@ function fem_sector_example(step)
%function fem_sector_example(step) %function fem_sector_example(step)
% %
% Demonstration of FEM error convergence for sector example. % Demonstration of FEM error convergence for sector example.
% very expensive as point with global coordinates need to be %
% searched and found in FEM mesh. But this is required to be consistent % This operation is very expensive (takes several hours) as hundred of
% with other approximation techniques using these uniform grids. % thousands of point with global coordinates need to be searched and found
% the code can be run if RBmatlab from version 16.09 is installed % in FEM meshes. This is required to be consistent in the error computation
% as obtained from www.morepas.org. % to other approximation techniques using these uniform test grids.
%
% The code can be run if RBmatlab from version 16.09 is installed
% as obtained from www.morepas.org/software
% B. Haasdonk 26.7.2023 % B. Haasdonk 8.5.2024
if nargin < 1 if nargin < 1
step = 4; step = 4;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment