Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sbalzarini Lab
S
Software
P
Parallel Computing
OpenFPM
openfpm_pdata
Commits
d92b2d61
Commit
d92b2d61
authored
Feb 05, 2016
by
Pietro Incardona
Browse files
Adding missing files
parent
a1df51f9
Changes
1
Show whitespace changes
Inline
Side-by-side
src/lib/pdata.cpp
0 → 100644
View file @
d92b2d61
/*
* pdata.cpp
*
* Created on: Feb 5, 2016
* Author: Pietro Incardona
*/
#include "SubdomainGraphNodes.hpp"
const
std
::
string
nm_v
::
attributes
::
name
[]
=
{
"x"
,
"y"
,
"z"
,
"communication"
,
"computation"
,
"memory"
,
"id"
,
"sub_id"
};
const
std
::
string
nm_e
::
attributes
::
name
[]
=
{
"communication"
};
const
std
::
string
nm_part_v
::
attributes
::
name
[]
=
{
"id"
,
"sub_id"
};
const
std
::
string
nm_part_e
::
attributes
::
name
[]
=
{
"id"
};
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