Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
O
openfpm_pdata
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
openfpm
openfpm_pdata
Commits
312fb55e
Commit
312fb55e
authored
Mar 28, 2016
by
Pietro Incardona
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding missing VTK files
parent
dbf0e693
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
737 additions
and
0 deletions
+737
-0
.gitignore
.gitignore
+1
-0
src/Graph/test_data/dist_graph_free_0_test.vtk
src/Graph/test_data/dist_graph_free_0_test.vtk
+160
-0
src/Graph/test_data/dist_graph_free_1_test.vtk
src/Graph/test_data/dist_graph_free_1_test.vtk
+160
-0
src/Graph/test_data/dist_graph_redistribution_0_test.vtk
src/Graph/test_data/dist_graph_redistribution_0_test.vtk
+208
-0
src/Graph/test_data/dist_graph_redistribution_1_test.vtk
src/Graph/test_data/dist_graph_redistribution_1_test.vtk
+208
-0
No files found.
.gitignore
View file @
312fb55e
...
...
@@ -72,3 +72,4 @@ install-sh
missing
install_dir
**/*.vtk
!**/test_data/*.vtk
src/Graph/test_data/dist_graph_free_0_test.vtk
0 → 100644
View file @
312fb55e
# vtk DataFile Version 3.0
Graph
ASCII
DATASET POLYDATA
POINTS 16 float
0.000000 2.000000 0.000000
0.000000 3.000000 0.000000
1.000000 2.000000 0.000000
1.000000 3.000000 0.000000
0.000000 0.000000 0.000000
0.000000 1.000000 0.000000
1.000000 0.000000 0.000000
1.000000 1.000000 0.000000
2.000000 2.000000 0.000000
2.000000 3.000000 0.000000
3.000000 2.000000 0.000000
3.000000 3.000000 0.000000
2.000000 0.000000 0.000000
2.000000 1.000000 0.000000
3.000000 0.000000 0.000000
3.000000 1.000000 0.000000
VERTICES 16 32
1 0
1 1
1 2
1 3
1 4
1 5
1 6
1 7
1 8
1 9
1 10
1 11
1 12
1 13
1 14
1 15
LINES 24 72
2 0 1
2 0 2
2 1 3
2 2 3
2 2 8
2 3 9
2 4 5
2 4 6
2 5 0
2 5 7
2 6 7
2 6 12
2 7 2
2 7 13
2 8 9
2 8 10
2 9 11
2 10 11
2 12 13
2 12 14
2 13 8
2 13 15
2 14 15
2 15 10
POINT_DATA 16
SCALARS id unsigned_long
LOOKUP_TABLE default
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
SCALARS gid unsigned_long
LOOKUP_TABLE default
2
3
6
7
0
1
4
5
10
11
14
15
8
9
12
13
VECTORS x float
0.000000 2.000000 0.000000
0.000000 3.000000 0.000000
1.000000 2.000000 0.000000
1.000000 3.000000 0.000000
0.000000 0.000000 0.000000
0.000000 1.000000 0.000000
1.000000 0.000000 0.000000
1.000000 1.000000 0.000000
2.000000 2.000000 0.000000
2.000000 3.000000 0.000000
3.000000 2.000000 0.000000
3.000000 3.000000 0.000000
2.000000 0.000000 0.000000
2.000000 1.000000 0.000000
3.000000 0.000000 0.000000
3.000000 1.000000 0.000000
CELL_DATA 40
SCALARS prop unsigned_long
LOOKUP_TABLE default
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
src/Graph/test_data/dist_graph_free_1_test.vtk
0 → 100644
View file @
312fb55e
# vtk DataFile Version 3.0
Graph
ASCII
DATASET POLYDATA
POINTS 16 float
0.000000 2.000000 0.000000
0.000000 3.000000 0.000000
1.000000 2.000000 0.000000
1.000000 3.000000 0.000000
2.000000 2.000000 0.000000
2.000000 3.000000 0.000000
3.000000 0.000000 0.000000
2.000000 0.000000 0.000000
0.000000 0.000000 0.000000
0.000000 1.000000 0.000000
1.000000 0.000000 0.000000
1.000000 1.000000 0.000000
3.000000 2.000000 0.000000
3.000000 3.000000 0.000000
2.000000 1.000000 0.000000
3.000000 1.000000 0.000000
VERTICES 16 32
1 0
1 1
1 2
1 3
1 4
1 5
1 6
1 7
1 8
1 9
1 10
1 11
1 12
1 13
1 14
1 15
LINES 24 72
2 0 1
2 0 2
2 1 3
2 2 3
2 2 4
2 3 5
2 4 5
2 4 12
2 5 13
2 6 15
2 7 14
2 7 6
2 8 9
2 8 10
2 9 0
2 9 11
2 10 11
2 10 7
2 11 2
2 11 14
2 12 13
2 14 4
2 14 15
2 15 12
POINT_DATA 16
SCALARS id unsigned_long
LOOKUP_TABLE default
0
1
2
3
5
6
7
4
8
9
10
11
12
13
14
15
SCALARS gid unsigned_long
LOOKUP_TABLE default
2
3
6
7
10
11
12
8
0
1
4
5
14
15
9
13
VECTORS x float
0.000000 2.000000 0.000000
0.000000 3.000000 0.000000
1.000000 2.000000 0.000000
1.000000 3.000000 0.000000
2.000000 2.000000 0.000000
2.000000 3.000000 0.000000
3.000000 0.000000 0.000000
2.000000 0.000000 0.000000
0.000000 0.000000 0.000000
0.000000 1.000000 0.000000
1.000000 0.000000 0.000000
1.000000 1.000000 0.000000
3.000000 2.000000 0.000000
3.000000 3.000000 0.000000
2.000000 1.000000 0.000000
3.000000 1.000000 0.000000
CELL_DATA 40
SCALARS prop unsigned_long
LOOKUP_TABLE default
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
src/Graph/test_data/dist_graph_redistribution_0_test.vtk
0 → 100644
View file @
312fb55e
# vtk DataFile Version 3.0
Graph
ASCII
DATASET POLYDATA
POINTS 16 float
0.500000 0.000000 0.000000
0.750000 0.000000 0.000000
0.500000 0.250000 0.000000
0.750000 0.250000 0.000000
0.000000 0.000000 0.000000
0.250000 0.000000 0.000000
0.000000 0.250000 0.000000
0.250000 0.250000 0.000000
0.500000 0.500000 0.000000
0.750000 0.500000 0.000000
0.500000 0.750000 0.000000
0.750000 0.750000 0.000000
0.000000 0.500000 0.000000
0.250000 0.500000 0.000000
0.000000 0.750000 0.000000
0.250000 0.750000 0.000000
VERTICES 16 32
1 0
1 1
1 2
1 3
1 4
1 5
1 6
1 7
1 8
1 9
1 10
1 11
1 12
1 13
1 14
1 15
LINES 48 144
2 0 1
2 0 5
2 0 2
2 1 0
2 1 3
2 2 3
2 2 7
2 2 8
2 2 0
2 3 2
2 3 9
2 3 1
2 4 5
2 4 6
2 5 0
2 5 4
2 5 7
2 6 7
2 6 12
2 6 4
2 7 2
2 7 6
2 7 13
2 7 5
2 8 9
2 8 13
2 8 10
2 8 2
2 9 8
2 9 11
2 9 3
2 10 11
2 10 15
2 10 8
2 11 10
2 11 9
2 12 13
2 12 14
2 12 6
2 13 8
2 13 12
2 13 15
2 13 7
2 14 15
2 14 12
2 15 10
2 15 14
2 15 13
POINT_DATA 16
SCALARS id unsigned_long
LOOKUP_TABLE default
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
SCALARS gid unsigned_long
LOOKUP_TABLE default
2
3
6
7
0
1
4
5
10
11
14
15
8
9
12
13
VECTORS x float
0.500000 0.000000 0.000000
0.750000 0.000000 0.000000
0.500000 0.250000 0.000000
0.750000 0.250000 0.000000
0.000000 0.000000 0.000000
0.250000 0.000000 0.000000
0.000000 0.250000 0.000000
0.250000 0.250000 0.000000
0.500000 0.500000 0.000000
0.750000 0.500000 0.000000
0.500000 0.750000 0.000000
0.750000 0.750000 0.000000
0.000000 0.500000 0.000000
0.250000 0.500000 0.000000
0.000000 0.750000 0.000000
0.250000 0.750000 0.000000
CELL_DATA 64
SCALARS prop unsigned_long
LOOKUP_TABLE default
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
src/Graph/test_data/dist_graph_redistribution_1_test.vtk
0 → 100644
View file @
312fb55e
# vtk DataFile Version 3.0
Graph
ASCII
DATASET POLYDATA
POINTS 16 float
0.500000 0.000000 0.000000
0.750000 0.000000 0.000000
0.500000 0.250000 0.000000
0.750000 0.250000 0.000000
0.500000 0.500000 0.000000
0.750000 0.500000 0.000000
0.000000 0.750000 0.000000
0.000000 0.500000 0.000000
0.000000 0.000000 0.000000
0.250000 0.000000 0.000000
0.000000 0.250000 0.000000
0.250000 0.250000 0.000000
0.500000 0.750000 0.000000
0.750000 0.750000 0.000000
0.250000 0.500000 0.000000
0.250000 0.750000 0.000000
VERTICES 16 32
1 0
1 1
1 2
1 3
1 4
1 5
1 6
1 7
1 8
1 9
1 10
1 11
1 12
1 13
1 14
1 15
LINES 48 144
2 0 1
2 0 9
2 0 2
2 1 0
2 1 3
2 2 3
2 2 11
2 2 4
2 2 0
2 3 2
2 3 5
2 3 1
2 4 5
2 4 14
2 4 12
2 4 2
2 5 4
2 5 13
2 5 3
2 6 15
2 6 7
2 7 14
2 7 6
2 7 10
2 8 9
2 8 10
2 9 0
2 9 8
2 9 11
2 10 11
2 10 7
2 10 8
2 11 2
2 11 10
2 11 14
2 11 9
2 12 13
2 12 15
2 12 4
2 13 12
2 13 5
2 14 4
2 14 7
2 14 15
2 14 11
2 15 12
2 15 6
2 15 14
POINT_DATA 16
SCALARS id unsigned_long
LOOKUP_TABLE default
0
1
2
3
5
6
7
4
8
9
10
11
12
13
14
15
SCALARS gid unsigned_long
LOOKUP_TABLE default
2
3
6
7
10
11
12
8
0
1
4
5
14
15
9
13
VECTORS x float
0.500000 0.000000 0.000000
0.750000 0.000000 0.000000
0.500000 0.250000 0.000000
0.750000 0.250000 0.000000
0.500000 0.500000 0.000000
0.750000 0.500000 0.000000