Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jennifer Ryan
Nektar
Commits
5cb1a2f7
Commit
5cb1a2f7
authored
Mar 14, 2017
by
Spencer Sherwin
Browse files
Updated Asserts to check for ModifiedPyr_C definition
parent
12e5682c
Changes
1
Hide whitespace changes
Inline
Side-by-side
library/MultiRegions/AssemblyMap/AssemblyMapCG.cpp
View file @
5cb1a2f7
...
...
@@ -1359,8 +1359,9 @@ namespace Nektar
{
ASSERTL0
(
(
exp
->
GetEdgeBasisType
(
j
)
==
LibUtilities
::
eModified_A
)
||
(
exp
->
GetEdgeBasisType
(
j
)
==
LibUtilities
::
eModified_B
)
||
(
exp
->
GetEdgeBasisType
(
j
)
==
LibUtilities
::
eModified_C
),
"CG with variable order only available with modal expansion"
);
(
exp
->
GetEdgeBasisType
(
j
)
==
LibUtilities
::
eModified_C
)
||
(
exp
->
GetEdgeBasisType
(
j
)
==
LibUtilities
::
eModifiedPyr_C
),
"CG with variable order only available with modal expansion"
);
}
dofs
[
1
][
exp
->
GetGeom
()
->
GetEid
(
j
)]
=
min
(
dofs
[
1
][
exp
->
GetGeom
()
->
GetEid
(
j
)],
...
...
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