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
b33d41d3
Commit
b33d41d3
authored
Mar 27, 2016
by
Pietro Incardona
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixing automake
parent
8f279cef
Changes
23
Hide whitespace changes
Inline
Side-by-side
Showing
23 changed files
with
764 additions
and
750 deletions
+764
-750
.gitignore
.gitignore
+1
-0
Makefile.am
Makefile.am
+1
-1
configure.ac
configure.ac
+2
-2
dist_graph_free_0_test.vtk
dist_graph_free_0_test.vtk
+0
-160
dist_graph_free_1_test.vtk
dist_graph_free_1_test.vtk
+0
-160
dist_graph_redistribution_0_test.vtk
dist_graph_redistribution_0_test.vtk
+0
-208
dist_graph_redistribution_1_test.vtk
dist_graph_redistribution_1_test.vtk
+0
-208
example/Numerics/PSE/0_Derivative_approx_1D/config.cfg
example/Numerics/PSE/0_Derivative_approx_1D/config.cfg
+2
-0
example/Numerics/PSE/1_Derivative_approx_1D_mp/Makefile
example/Numerics/PSE/1_Derivative_approx_1D_mp/Makefile
+21
-0
example/Numerics/PSE/1_Derivative_approx_1D_mp/config.cfg
example/Numerics/PSE/1_Derivative_approx_1D_mp/config.cfg
+2
-0
example/Numerics/PSE/1_Derivative_approx_1D_mp/main_float128.cpp
.../Numerics/PSE/1_Derivative_approx_1D_mp/main_float128.cpp
+312
-0
example/Numerics/PSE/1_Diffusion_1D/Makefile
example/Numerics/PSE/1_Diffusion_1D/Makefile
+21
-0
example/Numerics/PSE/1_Diffusion_1D/config.cfg
example/Numerics/PSE/1_Diffusion_1D/config.cfg
+2
-0
example/Numerics/PSE/1_Diffusion_1D/main.cpp
example/Numerics/PSE/1_Diffusion_1D/main.cpp
+374
-0
images/CartDecomposition_gen_vtk.cpp
images/CartDecomposition_gen_vtk.cpp
+1
-0
images/Domain_decomposition.py
images/Domain_decomposition.py
+6
-6
images/Makefile.am
images/Makefile.am
+15
-1
images/Metis_gen_vtk.cpp
images/Metis_gen_vtk.cpp
+0
-0
images/domain_gen_vtk.cpp
images/domain_gen_vtk.cpp
+0
-0
openfpm_data
openfpm_data
+1
-1
openfpm_devices
openfpm_devices
+1
-1
openfpm_io
openfpm_io
+1
-1
openfpm_vcluster
openfpm_vcluster
+1
-1
No files found.
.gitignore
View file @
b33d41d3
...
...
@@ -71,3 +71,4 @@ depcomp
install-sh
missing
install_dir
**/*.vtk
Makefile.am
View file @
b33d41d3
SUBDIRS
=
src
vtk
openfpm_data openfpm_io openfpm_devices openfpm_vcluster openfpm_numerics
SUBDIRS
=
src
images
openfpm_data openfpm_io openfpm_devices openfpm_vcluster openfpm_numerics
bin_PROGRAMS
=
configure.ac
View file @
b33d41d3
...
...
@@ -22,7 +22,7 @@ ac_configure_args="$ac_configure_args --with-pdata=../../src"
########################
AM_INIT_AUTOMAKE
AM_INIT_AUTOMAKE
([subdir-objects])
AC_CONFIG_HEADER([src/config/config.h])
m4_ifdef([ACX_PTHREAD],,[m4_include([m4/acx_pthread.m4])])
m4_ifdef([ACX_MPI],,[m4_include([m4/acx_mpi.m4])])
...
...
@@ -342,7 +342,7 @@ AC_SUBST(OPT_LIBS)
# Checks for library functions.
AC_CONFIG_FILES([Makefile src/Makefile
vtk
/Makefile ])
AC_CONFIG_FILES([Makefile src/Makefile
images
/Makefile ])
AC_OUTPUT
echo ""
echo "***********************************"
...
...
dist_graph_free_0_test.vtk
deleted
100644 → 0
View file @
8f279cef
# 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
dist_graph_free_1_test.vtk
deleted
100644 → 0
View file @
8f279cef
# 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
dist_graph_redistribution_0_test.vtk
deleted
100644 → 0
View file @
8f279cef
# 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
dist_graph_redistribution_1_test.vtk
deleted
100644 → 0
View file @
8f279cef
# 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