Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xdmf
Xdmf
Commits
aaf7a981
Commit
aaf7a981
authored
Aug 24, 2010
by
Ken Renard
Committed by
Kenneth Leiter
Sep 23, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ENH: Add dimension string to XdmfArray
parent
f53c300e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
core/XdmfArray.hpp
core/XdmfArray.hpp
+7
-0
No files found.
core/XdmfArray.hpp
View file @
aaf7a981
...
...
@@ -307,6 +307,13 @@ public:
template
<
typename
T
>
void
setValuesInternal
(
const
boost
::
shared_ptr
<
std
::
vector
<
T
>
>
array
);
/**
* Get the original dimensions string from the stored array
*
* @return the dimension string from the stored array
*/
std
::
string
getDimensionString
()
const
;
/**
* Exchange the contents of the vector with the contents of this XdmfArray. No copy is made. The internal arrays are swapped.
*
...
...
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