Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pde-vkoga-paper-experiments
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
ians-anm
pde-vkoga-paper-experiments
Commits
58eea3aa
Commit
58eea3aa
authored
1 year ago
by
haasdonk
Browse files
Options
Downloads
Patches
Plain Diff
added README.txt
parent
ccb46f34
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.txt
+28
-0
28 additions, 0 deletions
README.txt
fem_sector_example.m
+9
-6
9 additions, 6 deletions
fem_sector_example.m
with
37 additions
and
6 deletions
README.txt
0 → 100644
+
28
−
0
View file @
58eea3aa
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.
This diff is collapsed.
Click to expand it.
fem_sector_example.m
+
9
−
6
View file @
58eea3aa
...
@@ -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
.202
3
% B. Haasdonk
8.5
.202
4
if
nargin
<
1
if
nargin
<
1
step
=
4
;
step
=
4
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment