Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gmsh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Larry Price
gmsh
Commits
7f5fbc04
Commit
7f5fbc04
authored
14 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
_getRawData returns ele type
parent
5988bc6d
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Post/PViewDataList.cpp
+2
-1
2 additions, 1 deletion
Post/PViewDataList.cpp
Post/PViewDataList.h
+1
-1
1 addition, 1 deletion
Post/PViewDataList.h
with
3 additions
and
2 deletions
Post/PViewDataList.cpp
+
2
−
1
View file @
7f5fbc04
...
@@ -740,7 +740,7 @@ bool PViewDataList::combineTime(nameData &nd)
...
@@ -740,7 +740,7 @@ bool PViewDataList::combineTime(nameData &nd)
return
finalize
();
return
finalize
();
}
}
void
PViewDataList
::
_getRawData
(
int
idxtype
,
std
::
vector
<
double
>
**
l
,
int
**
ne
,
int
PViewDataList
::
_getRawData
(
int
idxtype
,
std
::
vector
<
double
>
**
l
,
int
**
ne
,
int
*
nc
,
int
*
nn
)
int
*
nc
,
int
*
nn
)
{
{
int
type
=
0
;
int
type
=
0
;
...
@@ -777,6 +777,7 @@ void PViewDataList::_getRawData(int idxtype, std::vector<double> **l, int **ne,
...
@@ -777,6 +777,7 @@ void PViewDataList::_getRawData(int idxtype, std::vector<double> **l, int **ne,
int
nim
=
getInterpolationMatrices
(
type
,
im
);
int
nim
=
getInterpolationMatrices
(
type
,
im
);
if
(
nim
==
4
)
*
nn
=
im
[
2
]
->
size1
();
if
(
nim
==
4
)
*
nn
=
im
[
2
]
->
size1
();
}
}
return
type
;
}
}
void
PViewDataList
::
setOrder2
(
int
type
)
void
PViewDataList
::
setOrder2
(
int
type
)
...
...
This diff is collapsed.
Click to expand it.
Post/PViewDataList.h
+
1
−
1
View file @
7f5fbc04
...
@@ -54,7 +54,7 @@ class PViewDataList : public PViewData {
...
@@ -54,7 +54,7 @@ class PViewDataList : public PViewData {
std
::
vector
<
double
>
&
list
,
int
nblist
);
std
::
vector
<
double
>
&
list
,
int
nblist
);
void
_getString
(
int
dim
,
int
i
,
int
timestep
,
std
::
string
&
str
,
void
_getString
(
int
dim
,
int
i
,
int
timestep
,
std
::
string
&
str
,
double
&
x
,
double
&
y
,
double
&
z
,
double
&
style
);
double
&
x
,
double
&
y
,
double
&
z
,
double
&
style
);
void
_getRawData
(
int
idxtype
,
std
::
vector
<
double
>
**
l
,
int
**
ne
,
int
*
nc
,
int
*
nn
);
int
_getRawData
(
int
idxtype
,
std
::
vector
<
double
>
**
l
,
int
**
ne
,
int
*
nc
,
int
*
nn
);
public:
public:
PViewDataList
();
PViewDataList
();
~
PViewDataList
(){}
~
PViewDataList
(){}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment