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
8e32d451
Commit
8e32d451
authored
Jul 03, 2014
by
Dave Moxey
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'fix/tri-geom-curved' of /opt/gitlab/repositories/nektar
parents
928c1202
db4c5d36
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
library/SpatialDomains/TriGeom.cpp
library/SpatialDomains/TriGeom.cpp
+2
-1
No files found.
library/SpatialDomains/TriGeom.cpp
View file @
8e32d451
...
...
@@ -263,7 +263,8 @@ namespace Nektar
MemoryManager
<
StdRegions
::
StdNodalTriExp
>::
AllocateSharedPtr
(
T0
,
T1
,
curve
->
m_ptype
);
Array
<
OneD
,
NekDouble
>
phys
(
t
->
GetTotPoints
());
Array
<
OneD
,
NekDouble
>
phys
(
max
(
t
->
GetTotPoints
(),
m_xmap
->
GetTotPoints
()));
for
(
int
j
=
0
;
j
<
N
;
++
j
)
{
phys
[
j
]
=
(
curve
->
m_points
[
j
]
->
GetPtr
())[
i
];
...
...
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