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
Core Modules
dune-localfunctions
Commits
39325ce1
Commit
39325ce1
authored
Oct 21, 2021
by
Christoph Grüninger
Browse files
Make evaluation order in VirtualInterface clearer
parent
2d0a4b69
Pipeline
#40901
passed with stage
in 10 minutes and 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
dune/localfunctions/nedelec/nedelecsimplex/nedelecsimplexprebasis.hh
View file @
39325ce1
...
...
@@ -82,7 +82,7 @@ namespace Dune
* We construct $(\P_{n,k})^n$ and and only use the monomials contained in $Ned$.
*
*/
if
(
dim
!=
2
&&
dim
!=
3
||
!
geometry
.
isSimplex
())
if
(
(
dim
!=
2
&&
dim
!=
3
)
||
!
geometry
.
isSimplex
())
DUNE_THROW
(
Dune
::
NotImplemented
,
"High order nedelec elements are only supported by simplices in 2d and 3d"
);
MIBasis
basis
(
order
+
1
);
...
...
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