Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-gfe
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
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
Sander, Oliver
dune-gfe
Commits
49abba61
Commit
49abba61
authored
5 years ago
by
Lisa Julia Nebel
Browse files
Options
Downloads
Patches
Plain Diff
Use second order finite elements and YaspGrid
parent
b9695e5a
No related branches found
No related tags found
1 merge request
!22
Use DOFs from parmg in P1- and P2-Mapper
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/film-on-substrate.cc
+3
-2
3 additions, 2 deletions
src/film-on-substrate.cc
with
3 additions
and
2 deletions
src/film-on-substrate.cc
+
3
−
2
View file @
49abba61
...
...
@@ -16,6 +16,7 @@
#include
<dune/common/parametertreeparser.hh>
#include
<dune/grid/uggrid.hh>
#include
<dune/grid/yaspgrid.hh>
#include
<dune/grid/utility/structuredgridfactory.hh>
#include
<dune/grid/io/file/gmshreader.hh>
...
...
@@ -57,7 +58,7 @@
# define WORLD_DIM 3
#endif
const
int
dim
=
WORLD_DIM
;
const
int
order
=
1
;
const
int
order
=
2
;
//differentiation method
typedef
adouble
ValueType
;
...
...
@@ -152,7 +153,7 @@ int main (int argc, char *argv[]) try
// ///////////////////////////////////////
// Create the grid
// ///////////////////////////////////////
typedef
UG
Grid
<
dim
>
GridType
;
typedef
Yasp
Grid
<
dim
>
GridType
;
std
::
shared_ptr
<
GridType
>
grid
;
...
...
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