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
ac88a6f4
Commit
ac88a6f4
authored
5 years ago
by
Sander, Oliver
Browse files
Options
Downloads
Patches
Plain Diff
Use LagrangeBasis instead of PQkNodalBasis
parent
84accb37
No related branches found
No related tags found
No related merge requests found
Pipeline
#2279
failed
5 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/rod-eoc.cc
+2
-2
2 additions, 2 deletions
src/rod-eoc.cc
with
2 additions
and
2 deletions
src/rod-eoc.cc
+
2
−
2
View file @
ac88a6f4
...
...
@@ -8,7 +8,7 @@
#include
<dune/istl/io.hh>
#include
<dune/functions/functionspacebases/
pqknodal
basis.hh>
#include
<dune/functions/functionspacebases/
lagrange
basis.hh>
#include
<dune/fufem/functionspacebases/p1nodalbasis.hh>
#include
<dune/fufem/assemblers/operatorassembler.hh>
...
...
@@ -57,7 +57,7 @@ void solve (const GridType& grid,
const
double
nu
=
parameters
.
get
<
double
>
(
"nu"
);
// Create a function space basis
typedef
Dune
::
Functions
::
PQkNodal
Basis
<
typename
GridType
::
LeafGridView
,
1
>
FEBasis
;
typedef
Dune
::
Functions
::
Lagrange
Basis
<
typename
GridType
::
LeafGridView
,
1
>
FEBasis
;
FEBasis
feBasis
(
grid
.
leafGridView
());
// Transitional: the same basis as a dune-fufem object
...
...
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