***
Wartungsfenster jeden ersten Mittwoch vormittag im Monat
***
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MooAFEM
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ASC
Praetorius
MooAFEM
Commits
09be5b3b
Commit
09be5b3b
authored
1 year ago
by
Innerberger, Michael
Browse files
Options
Downloads
Patches
Plain Diff
Adapt example file to new code
parent
3d1e8db6
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/storingLevelOrientedData.m
+6
-6
6 additions, 6 deletions
examples/storingLevelOrientedData.m
with
6 additions
and
6 deletions
examples/storingLevelOrientedData.m
+
6
−
6
View file @
09be5b3b
...
...
@@ -19,10 +19,10 @@ function leveldata = storingLevelOrientedData(doPlots)
%% initialize output data structure
pathToStorage
=
'results'
;
leveldata
=
LevelData
(
pathToStorage
);
leveldata
.
problem
=
'Poisson'
;
leveldata
.
domain
=
'Lshape'
;
leveldata
.
method
=
'S1'
;
leveldata
.
identifier
=
'example'
;
leveldata
.
metaData
(
'
problem
'
)
=
'Poisson'
;
leveldata
.
metaData
(
'
domain
'
)
=
'Lshape'
;
leveldata
.
metaData
(
'
method
'
)
=
'S1'
;
leveldata
.
metaData
(
'
identifier
'
)
=
'example'
;
%% problem data
blf
=
BilinearForm
();
...
...
@@ -112,8 +112,8 @@ function leveldata = storingLevelOrientedData(doPlots)
leveldata
.
plotAbsolute
(
'ndof'
);
% plot of all triangulations
figure
();
leveldata
.
plotTriangulation
();
%
figure();
%
leveldata.plotTriangulation();
%% export error plot to file
leveldata
.
plotToFile
(
'ndof'
);
...
...
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