Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
amdis
amdis-core
Commits
855e77cf
Commit
855e77cf
authored
Nov 06, 2020
by
Praetorius, Simon
Browse files
set order parameter of dynamic LAgrangePreBasis correctly
parent
0efb1d15
Changes
1
Show whitespace changes
Inline
Side-by-side
amdis/functions/FlatPreBasis.hpp
View file @
855e77cf
...
...
@@ -61,7 +61,7 @@ namespace AMDiS
{
auto
node
=
preBasis
.
makeNode
();
node
.
bind
(
*
preBasis
.
gridView
().
template
begin
<
0
>());
return
{
preBasis
.
gridView
(),
(
unsigned
int
)(
polynomialDegree
(
node
))};
return
{
preBasis
.
gridView
(),
(
unsigned
int
)(
node
.
finiteElement
().
localBasis
().
order
(
))};
}
static
type
const
&
create
(
type
const
&
preBasis
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment