Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nektar
Nektar
Commits
33aeb7d2
Commit
33aeb7d2
authored
Mar 05, 2013
by
Pavel Burovskiy
Browse files
Fix to shape types in few demos
parent
d6c31a69
Changes
6
Hide whitespace changes
Inline
Side-by-side
library/Demos/LocalRegions/LocProject2D.cpp
View file @
33aeb7d2
...
...
@@ -26,7 +26,7 @@ int main(int argc, char *argv[])
LibUtilities
::
BasisType
btype1
=
LibUtilities
::
eOrtho_A
;
LibUtilities
::
BasisType
btype2
=
LibUtilities
::
eOrtho_B
;
LibUtilities
::
PointsType
NodalType
=
LibUtilities
::
eNodalTriElec
;
StdRegions
::
Expansion
Type
regionshape
;
LibUtilities
::
Shape
Type
regionshape
;
StdRegions
::
StdExpansion2D
*
E
;
Array
<
OneD
,
NekDouble
>
sol
;
Array
<
OneD
,
NekDouble
>
coords
(
8
);
...
...
library/Demos/LocalRegions/LocProject_Diff2D.cpp
View file @
33aeb7d2
...
...
@@ -36,7 +36,7 @@ int main(int argc, char *argv[])
LibUtilities
::
BasisType
btype1
=
LibUtilities
::
eOrtho_A
;
LibUtilities
::
BasisType
btype2
=
LibUtilities
::
eOrtho_B
;
LibUtilities
::
PointsType
NodalType
=
LibUtilities
::
eNodalTriElec
;
StdRegions
::
Expansion
Type
regionshape
;
LibUtilities
::
Shape
Type
regionshape
;
StdRegions
::
StdExpansion2D
*
E
;
Array
<
OneD
,
NekDouble
>
sol
,
x
,
y
,
dx
,
dy
;
Array
<
OneD
,
NekDouble
>
coords
(
8
);
...
...
library/Demos/StdRegions/StdProject2D.cpp
View file @
33aeb7d2
...
...
@@ -26,7 +26,7 @@ int main(int argc, char *argv[]){
LibUtilities
::
BasisType
btype1
=
LibUtilities
::
eOrtho_A
;
LibUtilities
::
BasisType
btype2
=
LibUtilities
::
eOrtho_B
;
LibUtilities
::
PointsType
NodalType
=
LibUtilities
::
eNodalTriElec
;
StdRegions
::
Expansion
Type
regionshape
;
LibUtilities
::
Shape
Type
regionshape
;
StdRegions
::
StdExpansion
*
E
;
Array
<
OneD
,
NekDouble
>
sol
;
...
...
library/Demos/StdRegions/StdProject3D.cpp
View file @
33aeb7d2
...
...
@@ -40,7 +40,7 @@ int main(int argc, char *argv[]){
LibUtilities
::
BasisType
btype2
=
LibUtilities
::
eOrtho_B
;
LibUtilities
::
BasisType
btype3
=
LibUtilities
::
eOrtho_C
;
LibUtilities
::
PointsType
NodalType
=
LibUtilities
::
eNodalTriElec
;
StdRegions
::
Expansion
Type
regionshape
;
LibUtilities
::
Shape
Type
regionshape
;
StdRegions
::
StdExpansion
*
E
;
Array
<
OneD
,
NekDouble
>
sol
;
...
...
library/Demos/StdRegions/StdProject_Diff2D.cpp
View file @
33aeb7d2
...
...
@@ -33,7 +33,7 @@ int main(int argc, char *argv[])
LibUtilities
::
BasisType
btype1
=
LibUtilities
::
eOrtho_A
;
LibUtilities
::
BasisType
btype2
=
LibUtilities
::
eOrtho_B
;
LibUtilities
::
PointsType
NodalType
=
LibUtilities
::
eNodalTriElec
;
StdRegions
::
Expansion
Type
regionshape
;
LibUtilities
::
Shape
Type
regionshape
;
StdRegions
::
StdExpansion
*
E
;
Array
<
OneD
,
NekDouble
>
sol
,
dx
,
dy
,
x
,
y
;
...
...
library/Demos/StdRegions/StdProject_Diff3D.cpp
View file @
33aeb7d2
...
...
@@ -60,7 +60,7 @@ int main(int argc, char *argv[]){
LibUtilities
::
BasisType
btype1
=
LibUtilities
::
eOrtho_A
;
LibUtilities
::
BasisType
btype2
=
LibUtilities
::
eOrtho_B
;
LibUtilities
::
BasisType
btype3
=
LibUtilities
::
eOrtho_C
;
StdRegions
::
Expansion
Type
regionshape
;
LibUtilities
::
Shape
Type
regionshape
;
StdRegions
::
StdExpansion
*
E
;
Array
<
OneD
,
NekDouble
>
x
,
y
,
z
,
sol
,
dx
,
dy
,
dz
;
...
...
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