Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Nektar
Nektar
Commits
dcf08de8
Commit
dcf08de8
authored
May 29, 2014
by
Dave Moxey
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'fix/3D_GLL_SEM' of /opt/gitlab/repositories/nektar
parents
ddb18ab7
ae281eeb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
library/SpatialDomains/MeshGraph3D.cpp
library/SpatialDomains/MeshGraph3D.cpp
+2
-1
No files found.
library/SpatialDomains/MeshGraph3D.cpp
View file @
dcf08de8
...
...
@@ -1031,6 +1031,7 @@ namespace Nektar
// Obtain the number of modes for the element basis key in this
// direction.
int
nummodes
=
(
int
)
expansion
->
m_basisKeyVector
[
dir
].
GetNumModes
();
int
numpoints
=
(
int
)
expansion
->
m_basisKeyVector
[
dir
].
GetNumPoints
();
switch
(
expansion
->
m_basisKeyVector
[
dir
].
GetBasisType
())
{
...
...
@@ -1073,7 +1074,7 @@ namespace Nektar
if
(
quadrilateral
)
{
const
LibUtilities
::
PointsKey
pkey
(
num
modes
+
1
,
LibUtilities
::
eGaussLobattoLegendre
);
const
LibUtilities
::
PointsKey
pkey
(
num
points
,
LibUtilities
::
eGaussLobattoLegendre
);
return
LibUtilities
::
BasisKey
(
LibUtilities
::
eGLL_Lagrange
,
nummodes
,
pkey
);
}
else
if
(
triangle
)
...
...
Write
Preview
Markdown
is supported
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