polyhedral-gravity 3.2rc1__tar.gz → 3.2.1rc1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {polyhedral_gravity-3.2rc1/polyhedral_gravity.egg-info → polyhedral_gravity-3.2.1rc1}/PKG-INFO +13 -11
- {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/README.md +12 -10
- {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/cmake/spdlog.cmake +2 -2
- {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1/polyhedral_gravity.egg-info}/PKG-INFO +13 -11
- {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/setup.py +1 -1
- {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/CMakeLists.txt +0 -0
- {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/LICENSE +0 -0
- {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/MANIFEST.in +0 -0
- {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/cmake/FindSphinx.cmake +0 -0
- {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/cmake/gtest.cmake +0 -0
- {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/cmake/pybind11.cmake +0 -0
- {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/cmake/tbb.cmake +0 -0
- {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/cmake/tetgen.cmake +0 -0
- {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/cmake/thrust.cmake +0 -0
- {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/cmake/xsimd.cmake +0 -0
- {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/cmake/yaml.cmake +0 -0
- {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/polyhedral_gravity.egg-info/SOURCES.txt +0 -0
- {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/polyhedral_gravity.egg-info/dependency_links.txt +0 -0
- {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/polyhedral_gravity.egg-info/not-zip-safe +0 -0
- {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/polyhedral_gravity.egg-info/top_level.txt +0 -0
- {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/setup.cfg +0 -0
- {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/src/CMakeLists.txt +0 -0
- {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/src/main.cpp +0 -0
- {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/src/polyhedralGravity/CMakeLists.txt +0 -0
- {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/src/polyhedralGravity/input/ConfigSource.h +0 -0
- {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/src/polyhedralGravity/input/DataSource.h +0 -0
- {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/src/polyhedralGravity/input/TetgenAdapter.cpp +0 -0
- {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/src/polyhedralGravity/input/TetgenAdapter.h +0 -0
- {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/src/polyhedralGravity/input/YAMLConfigReader.cpp +0 -0
- {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/src/polyhedralGravity/input/YAMLConfigReader.h +0 -0
- {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/src/polyhedralGravity/model/GravityEvaluable.cpp +0 -0
- {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/src/polyhedralGravity/model/GravityEvaluable.h +0 -0
- {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/src/polyhedralGravity/model/GravityModel.cpp +0 -0
- {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/src/polyhedralGravity/model/GravityModel.h +0 -0
- {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/src/polyhedralGravity/model/GravityModelData.h +0 -0
- {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/src/polyhedralGravity/model/GravityModelDetail.cpp +0 -0
- {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/src/polyhedralGravity/model/GravityModelDetail.h +0 -0
- {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/src/polyhedralGravity/model/Polyhedron.cpp +0 -0
- {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/src/polyhedralGravity/model/Polyhedron.h +0 -0
- {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/src/polyhedralGravity/output/CSVWriter.cpp +0 -0
- {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/src/polyhedralGravity/output/CSVWriter.h +0 -0
- {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/src/polyhedralGravity/output/Logging.cpp +0 -0
- {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/src/polyhedralGravity/output/Logging.h +0 -0
- {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/src/polyhedralGravity/util/UtilityConstants.h +0 -0
- {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/src/polyhedralGravity/util/UtilityContainer.h +0 -0
- {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/src/polyhedralGravity/util/UtilityFloatArithmetic.cpp +0 -0
- {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/src/polyhedralGravity/util/UtilityFloatArithmetic.h +0 -0
- {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/src/polyhedralGravity/util/UtilityThrust.h +0 -0
- {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/src/polyhedralGravityPython/CMakeLists.txt +0 -0
- {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/src/polyhedralGravityPython/PolyhedralGravityPython.cpp +0 -0
{polyhedral_gravity-3.2rc1/polyhedral_gravity.egg-info → polyhedral_gravity-3.2.1rc1}/PKG-INFO
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: polyhedral_gravity
|
3
|
-
Version: 3.
|
3
|
+
Version: 3.2.1rc1
|
4
4
|
Summary: Package to compute full gravity tensor of a given constant density polyhedron for arbitrary points according to the geodetic convention
|
5
5
|
Author: Jonas Schuhmacher
|
6
6
|
Author-email: jonas.schuhmacher@tum.de
|
@@ -25,9 +25,10 @@ License-File: LICENSE
|
|
25
25
|
|
26
26
|
# polyhedral-gravity-model
|
27
27
|
|
28
|
+
[](https://doi.org/10.21105/joss.06384)
|
29
|
+

|
28
30
|

|
29
31
|

|
30
|
-

|
31
32
|
|
32
33
|

|
33
34
|

|
@@ -59,12 +60,13 @@ License-File: LICENSE
|
|
59
60
|
## References
|
60
61
|
|
61
62
|
This code is a validated implementation in C++17 of the Polyhedral Gravity Model
|
62
|
-
by Tsoulis et al..
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
implementation
|
67
|
-
|
63
|
+
by Tsoulis et al.. Additionally, the model provides a Python binding.
|
64
|
+
It was initially created in a collaborative project between
|
65
|
+
TU Munich and ESA's Advanced Concepts Team.
|
66
|
+
|
67
|
+
If this implementation proves useful to you, please consider citing the
|
68
|
+
[accompanying paper](https://doi.org/10.21105/joss.06384)
|
69
|
+
published in the *Journal of Open Source Software*.
|
68
70
|
|
69
71
|
The implementation is based on the
|
70
72
|
paper [Tsoulis, D., 2012. Analytical computation of the full gravity tensor of a homogeneous arbitrarily shaped polyhedral source using line integrals. Geophysics, 77(2), pp.F1-F11.](http://dx.doi.org/10.1190/geo2010-0334.1)
|
@@ -277,12 +279,12 @@ The project uses the following dependencies,
|
|
277
279
|
all of them are **automatically** set-up via CMake:
|
278
280
|
|
279
281
|
- GoogleTest (1.13.0 or compatible), only required for testing
|
280
|
-
- spdlog (1.
|
282
|
+
- spdlog (1.13.0 or compatible), required for logging
|
281
283
|
- tetgen (1.6 or compatible), required for I/O
|
282
|
-
- yaml-cpp (0.
|
284
|
+
- yaml-cpp (0.8.0 or compatible), required for I/O
|
283
285
|
- thrust (2.1.0 or compatible), required for parallelization and utility
|
284
286
|
- xsimd (11.1.0 or compatible), required for vectorization of the `atan(..)`
|
285
|
-
- pybind11 (2.
|
287
|
+
- pybind11 (2.12.0 or compatible), required for the Python interface, but not the C++ standalone
|
286
288
|
|
287
289
|
The module will be build using a C++17 capable compiler,
|
288
290
|
CMake. Just execute the following command in
|
@@ -1,8 +1,9 @@
|
|
1
1
|
# polyhedral-gravity-model
|
2
2
|
|
3
|
+
[](https://doi.org/10.21105/joss.06384)
|
4
|
+

|
3
5
|

|
4
6
|

|
5
|
-

|
6
7
|
|
7
8
|

|
8
9
|

|
@@ -40,12 +41,13 @@
|
|
40
41
|
## References
|
41
42
|
|
42
43
|
This code is a validated implementation in C++17 of the Polyhedral Gravity Model
|
43
|
-
by Tsoulis et al..
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
implementation
|
48
|
-
|
44
|
+
by Tsoulis et al.. Additionally, the model provides a Python binding.
|
45
|
+
It was initially created in a collaborative project between
|
46
|
+
TU Munich and ESA's Advanced Concepts Team.
|
47
|
+
|
48
|
+
If this implementation proves useful to you, please consider citing the
|
49
|
+
[accompanying paper](https://doi.org/10.21105/joss.06384)
|
50
|
+
published in the *Journal of Open Source Software*.
|
49
51
|
|
50
52
|
The implementation is based on the
|
51
53
|
paper [Tsoulis, D., 2012. Analytical computation of the full gravity tensor of a homogeneous arbitrarily shaped polyhedral source using line integrals. Geophysics, 77(2), pp.F1-F11.](http://dx.doi.org/10.1190/geo2010-0334.1)
|
@@ -258,12 +260,12 @@ The project uses the following dependencies,
|
|
258
260
|
all of them are **automatically** set-up via CMake:
|
259
261
|
|
260
262
|
- GoogleTest (1.13.0 or compatible), only required for testing
|
261
|
-
- spdlog (1.
|
263
|
+
- spdlog (1.13.0 or compatible), required for logging
|
262
264
|
- tetgen (1.6 or compatible), required for I/O
|
263
|
-
- yaml-cpp (0.
|
265
|
+
- yaml-cpp (0.8.0 or compatible), required for I/O
|
264
266
|
- thrust (2.1.0 or compatible), required for parallelization and utility
|
265
267
|
- xsimd (11.1.0 or compatible), required for vectorization of the `atan(..)`
|
266
|
-
- pybind11 (2.
|
268
|
+
- pybind11 (2.12.0 or compatible), required for the Python interface, but not the C++ standalone
|
267
269
|
|
268
270
|
The module will be build using a C++17 capable compiler,
|
269
271
|
CMake. Just execute the following command in
|
@@ -2,7 +2,7 @@ include(FetchContent)
|
|
2
2
|
|
3
3
|
message(STATUS "Setting up spdlog")
|
4
4
|
|
5
|
-
find_package(spdlog 1.
|
5
|
+
find_package(spdlog 1.13.0 QUIET)
|
6
6
|
|
7
7
|
if (${spdlog_FOUND})
|
8
8
|
|
@@ -14,7 +14,7 @@ else()
|
|
14
14
|
|
15
15
|
FetchContent_Declare(spdlog
|
16
16
|
GIT_REPOSITORY https://github.com/gabime/spdlog.git
|
17
|
-
GIT_TAG v1.
|
17
|
+
GIT_TAG v1.13.0
|
18
18
|
)
|
19
19
|
|
20
20
|
# Disable stuff we don't need
|
{polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1/polyhedral_gravity.egg-info}/PKG-INFO
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: polyhedral_gravity
|
3
|
-
Version: 3.
|
3
|
+
Version: 3.2.1rc1
|
4
4
|
Summary: Package to compute full gravity tensor of a given constant density polyhedron for arbitrary points according to the geodetic convention
|
5
5
|
Author: Jonas Schuhmacher
|
6
6
|
Author-email: jonas.schuhmacher@tum.de
|
@@ -25,9 +25,10 @@ License-File: LICENSE
|
|
25
25
|
|
26
26
|
# polyhedral-gravity-model
|
27
27
|
|
28
|
+
[](https://doi.org/10.21105/joss.06384)
|
29
|
+

|
28
30
|

|
29
31
|

|
30
|
-

|
31
32
|
|
32
33
|

|
33
34
|

|
@@ -59,12 +60,13 @@ License-File: LICENSE
|
|
59
60
|
## References
|
60
61
|
|
61
62
|
This code is a validated implementation in C++17 of the Polyhedral Gravity Model
|
62
|
-
by Tsoulis et al..
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
implementation
|
67
|
-
|
63
|
+
by Tsoulis et al.. Additionally, the model provides a Python binding.
|
64
|
+
It was initially created in a collaborative project between
|
65
|
+
TU Munich and ESA's Advanced Concepts Team.
|
66
|
+
|
67
|
+
If this implementation proves useful to you, please consider citing the
|
68
|
+
[accompanying paper](https://doi.org/10.21105/joss.06384)
|
69
|
+
published in the *Journal of Open Source Software*.
|
68
70
|
|
69
71
|
The implementation is based on the
|
70
72
|
paper [Tsoulis, D., 2012. Analytical computation of the full gravity tensor of a homogeneous arbitrarily shaped polyhedral source using line integrals. Geophysics, 77(2), pp.F1-F11.](http://dx.doi.org/10.1190/geo2010-0334.1)
|
@@ -277,12 +279,12 @@ The project uses the following dependencies,
|
|
277
279
|
all of them are **automatically** set-up via CMake:
|
278
280
|
|
279
281
|
- GoogleTest (1.13.0 or compatible), only required for testing
|
280
|
-
- spdlog (1.
|
282
|
+
- spdlog (1.13.0 or compatible), required for logging
|
281
283
|
- tetgen (1.6 or compatible), required for I/O
|
282
|
-
- yaml-cpp (0.
|
284
|
+
- yaml-cpp (0.8.0 or compatible), required for I/O
|
283
285
|
- thrust (2.1.0 or compatible), required for parallelization and utility
|
284
286
|
- xsimd (11.1.0 or compatible), required for vectorization of the `atan(..)`
|
285
|
-
- pybind11 (2.
|
287
|
+
- pybind11 (2.12.0 or compatible), required for the Python interface, but not the C++ standalone
|
286
288
|
|
287
289
|
The module will be build using a C++17 capable compiler,
|
288
290
|
CMake. Just execute the following command in
|
@@ -175,7 +175,7 @@ picture_in_readme = '''<p align="center">
|
|
175
175
|
# --------------------------------------------------------------------------------
|
176
176
|
setup(
|
177
177
|
name="polyhedral_gravity",
|
178
|
-
version="3.
|
178
|
+
version="3.2.1rc1",
|
179
179
|
author="Jonas Schuhmacher",
|
180
180
|
author_email="jonas.schuhmacher@tum.de",
|
181
181
|
description="Package to compute full gravity tensor of a given constant density polyhedron for arbitrary points "
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/polyhedral_gravity.egg-info/SOURCES.txt
RENAMED
File without changes
|
File without changes
|
{polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/polyhedral_gravity.egg-info/not-zip-safe
RENAMED
File without changes
|
{polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/polyhedral_gravity.egg-info/top_level.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/src/polyhedralGravity/CMakeLists.txt
RENAMED
File without changes
|
{polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/src/polyhedralGravity/input/ConfigSource.h
RENAMED
File without changes
|
{polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/src/polyhedralGravity/input/DataSource.h
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/src/polyhedralGravity/model/GravityModel.h
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/src/polyhedralGravity/model/Polyhedron.cpp
RENAMED
File without changes
|
{polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/src/polyhedralGravity/model/Polyhedron.h
RENAMED
File without changes
|
{polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/src/polyhedralGravity/output/CSVWriter.cpp
RENAMED
File without changes
|
{polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/src/polyhedralGravity/output/CSVWriter.h
RENAMED
File without changes
|
{polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/src/polyhedralGravity/output/Logging.cpp
RENAMED
File without changes
|
{polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/src/polyhedralGravity/output/Logging.h
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/src/polyhedralGravity/util/UtilityThrust.h
RENAMED
File without changes
|
{polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/src/polyhedralGravityPython/CMakeLists.txt
RENAMED
File without changes
|
File without changes
|