diff --git a/.buildinfo b/.buildinfo index 94b51b28..4fb1660e 100644 --- a/.buildinfo +++ b/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: 522a05b7fdb95b59c9c29f7fd16a5f63 +config: d9acc13e9691210e5cc8465f24aaea12 tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/.doctrees/environment.pickle b/.doctrees/environment.pickle index 616b79cc..75fc5ef1 100644 Binary files a/.doctrees/environment.pickle and b/.doctrees/environment.pickle differ diff --git a/.doctrees/gallery/plot_cgls.doctree b/.doctrees/gallery/plot_cgls.doctree index eda0ba33..27f00985 100644 Binary files a/.doctrees/gallery/plot_cgls.doctree and b/.doctrees/gallery/plot_cgls.doctree differ diff --git a/.doctrees/gallery/plot_derivative.doctree b/.doctrees/gallery/plot_derivative.doctree index 0a0bca02..8f82a6a4 100644 Binary files a/.doctrees/gallery/plot_derivative.doctree and b/.doctrees/gallery/plot_derivative.doctree differ diff --git a/.doctrees/gallery/plot_distributed_array.doctree b/.doctrees/gallery/plot_distributed_array.doctree index 81bdd956..1ec4feae 100644 Binary files a/.doctrees/gallery/plot_distributed_array.doctree and b/.doctrees/gallery/plot_distributed_array.doctree differ diff --git a/.doctrees/gallery/plot_mpilinop.doctree b/.doctrees/gallery/plot_mpilinop.doctree index 6b169b68..732a1336 100644 Binary files a/.doctrees/gallery/plot_mpilinop.doctree and b/.doctrees/gallery/plot_mpilinop.doctree differ diff --git a/.doctrees/gallery/plot_stacked_array.doctree b/.doctrees/gallery/plot_stacked_array.doctree index 8d3ba68b..c6718e5a 100644 Binary files a/.doctrees/gallery/plot_stacked_array.doctree and b/.doctrees/gallery/plot_stacked_array.doctree differ diff --git a/.doctrees/gallery/plot_stacking.doctree b/.doctrees/gallery/plot_stacking.doctree index 6591eb49..89f85338 100644 Binary files a/.doctrees/gallery/plot_stacking.doctree and b/.doctrees/gallery/plot_stacking.doctree differ diff --git a/.doctrees/gallery/sg_execution_times.doctree b/.doctrees/gallery/sg_execution_times.doctree index 7c6a3ebd..a9e3f317 100644 Binary files a/.doctrees/gallery/sg_execution_times.doctree and b/.doctrees/gallery/sg_execution_times.doctree differ diff --git a/.doctrees/sg_execution_times.doctree b/.doctrees/sg_execution_times.doctree index 40207e43..560e3e91 100644 Binary files a/.doctrees/sg_execution_times.doctree and b/.doctrees/sg_execution_times.doctree differ diff --git a/.doctrees/tutorials/lsm.doctree b/.doctrees/tutorials/lsm.doctree index 72db4d26..d6927f7e 100644 Binary files a/.doctrees/tutorials/lsm.doctree and b/.doctrees/tutorials/lsm.doctree differ diff --git a/.doctrees/tutorials/poststack.doctree b/.doctrees/tutorials/poststack.doctree index 5123e171..543e3af3 100644 Binary files a/.doctrees/tutorials/poststack.doctree and b/.doctrees/tutorials/poststack.doctree differ diff --git a/.doctrees/tutorials/sg_execution_times.doctree b/.doctrees/tutorials/sg_execution_times.doctree index 649bfe6f..0f515193 100644 Binary files a/.doctrees/tutorials/sg_execution_times.doctree and b/.doctrees/tutorials/sg_execution_times.doctree differ diff --git a/_sources/gallery/plot_cgls.rst.txt b/_sources/gallery/plot_cgls.rst.txt index 3e61df97..45ff8099 100644 --- a/_sources/gallery/plot_cgls.rst.txt +++ b/_sources/gallery/plot_cgls.rst.txt @@ -157,7 +157,7 @@ function of the DistributedArray as shown below. 14 9.9946e-01 3.9693e-03 3.9693e-03 15 1.0000e+00 2.0763e-10 2.0763e-10 - Iterations = 15 Total time (s) = 0.03 + Iterations = 15 Total time (s) = 0.02 ----------------------------------------------------------------- CGLS Solution xinv=[1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1.] @@ -168,7 +168,7 @@ function of the DistributedArray as shown below. .. rst-class:: sphx-glr-timing - **Total running time of the script:** (0 minutes 0.218 seconds) + **Total running time of the script:** (0 minutes 0.213 seconds) .. _sphx_glr_download_gallery_plot_cgls.py: diff --git a/_sources/gallery/plot_derivative.rst.txt b/_sources/gallery/plot_derivative.rst.txt index 4944cc6c..f381c600 100644 --- a/_sources/gallery/plot_derivative.rst.txt +++ b/_sources/gallery/plot_derivative.rst.txt @@ -262,7 +262,7 @@ dimensions and concatenates them. .. rst-class:: sphx-glr-timing - **Total running time of the script:** (0 minutes 1.448 seconds) + **Total running time of the script:** (0 minutes 1.445 seconds) .. _sphx_glr_download_gallery_plot_derivative.py: diff --git a/_sources/gallery/plot_distributed_array.rst.txt b/_sources/gallery/plot_distributed_array.rst.txt index 17ba5374..1c3c7c4f 100644 --- a/_sources/gallery/plot_distributed_array.rst.txt +++ b/_sources/gallery/plot_distributed_array.rst.txt @@ -308,7 +308,7 @@ of the array and multiplies the corresponding elements together. .. rst-class:: sphx-glr-timing - **Total running time of the script:** (0 minutes 1.865 seconds) + **Total running time of the script:** (0 minutes 1.857 seconds) .. _sphx_glr_download_gallery_plot_distributed_array.py: diff --git a/_sources/gallery/plot_mpilinop.rst.txt b/_sources/gallery/plot_mpilinop.rst.txt index 79dda0ae..37afb80e 100644 --- a/_sources/gallery/plot_mpilinop.rst.txt +++ b/_sources/gallery/plot_mpilinop.rst.txt @@ -214,7 +214,7 @@ to ensure that the operators align appropriately with their corresponding .. rst-class:: sphx-glr-timing - **Total running time of the script:** (0 minutes 0.413 seconds) + **Total running time of the script:** (0 minutes 0.406 seconds) .. _sphx_glr_download_gallery_plot_mpilinop.py: diff --git a/_sources/gallery/plot_stacked_array.rst.txt b/_sources/gallery/plot_stacked_array.rst.txt index d06cfb0c..ccf84bf8 100644 --- a/_sources/gallery/plot_stacked_array.rst.txt +++ b/_sources/gallery/plot_stacked_array.rst.txt @@ -403,7 +403,7 @@ of distributed arrays .. rst-class:: sphx-glr-timing - **Total running time of the script:** (0 minutes 0.016 seconds) + **Total running time of the script:** (0 minutes 0.015 seconds) .. _sphx_glr_download_gallery_plot_stacked_array.py: diff --git a/_sources/gallery/plot_stacking.rst.txt b/_sources/gallery/plot_stacking.rst.txt index 973df9ca..29ff78b0 100644 --- a/_sources/gallery/plot_stacking.rst.txt +++ b/_sources/gallery/plot_stacking.rst.txt @@ -279,7 +279,7 @@ corresponding vector :math:`x`. .. rst-class:: sphx-glr-timing - **Total running time of the script:** (0 minutes 0.518 seconds) + **Total running time of the script:** (0 minutes 0.510 seconds) .. _sphx_glr_download_gallery_plot_stacking.py: diff --git a/_sources/gallery/sg_execution_times.rst.txt b/_sources/gallery/sg_execution_times.rst.txt index a3689fce..87839159 100644 --- a/_sources/gallery/sg_execution_times.rst.txt +++ b/_sources/gallery/sg_execution_times.rst.txt @@ -6,7 +6,7 @@ Computation times ================= -**00:04.478** total execution time for 6 files **from gallery**: +**00:04.447** total execution time for 6 files **from gallery**: .. container:: @@ -33,20 +33,20 @@ Computation times - Time - Mem (MB) * - :ref:`sphx_glr_gallery_plot_distributed_array.py` (``plot_distributed_array.py``) - - 00:01.865 + - 00:01.857 - 0.0 * - :ref:`sphx_glr_gallery_plot_derivative.py` (``plot_derivative.py``) - - 00:01.448 + - 00:01.445 - 0.0 * - :ref:`sphx_glr_gallery_plot_stacking.py` (``plot_stacking.py``) - - 00:00.518 + - 00:00.510 - 0.0 * - :ref:`sphx_glr_gallery_plot_mpilinop.py` (``plot_mpilinop.py``) - - 00:00.413 + - 00:00.406 - 0.0 * - :ref:`sphx_glr_gallery_plot_cgls.py` (``plot_cgls.py``) - - 00:00.218 + - 00:00.213 - 0.0 * - :ref:`sphx_glr_gallery_plot_stacked_array.py` (``plot_stacked_array.py``) - - 00:00.016 + - 00:00.015 - 0.0 diff --git a/_sources/sg_execution_times.rst.txt b/_sources/sg_execution_times.rst.txt index fe1b5533..78ba485f 100644 --- a/_sources/sg_execution_times.rst.txt +++ b/_sources/sg_execution_times.rst.txt @@ -6,7 +6,7 @@ Computation times ================= -**02:30.574** total execution time for 8 files **from all galleries**: +**02:24.816** total execution time for 8 files **from all galleries**: .. container:: @@ -33,26 +33,26 @@ Computation times - Time - Mem (MB) * - :ref:`sphx_glr_tutorials_poststack.py` (``../../tutorials/poststack.py``) - - 02:22.702 + - 02:17.131 - 0.0 * - :ref:`sphx_glr_tutorials_lsm.py` (``../../tutorials/lsm.py``) - - 00:03.394 + - 00:03.237 - 0.0 * - :ref:`sphx_glr_gallery_plot_distributed_array.py` (``../../examples/plot_distributed_array.py``) - - 00:01.865 + - 00:01.857 - 0.0 * - :ref:`sphx_glr_gallery_plot_derivative.py` (``../../examples/plot_derivative.py``) - - 00:01.448 + - 00:01.445 - 0.0 * - :ref:`sphx_glr_gallery_plot_stacking.py` (``../../examples/plot_stacking.py``) - - 00:00.518 + - 00:00.510 - 0.0 * - :ref:`sphx_glr_gallery_plot_mpilinop.py` (``../../examples/plot_mpilinop.py``) - - 00:00.413 + - 00:00.406 - 0.0 * - :ref:`sphx_glr_gallery_plot_cgls.py` (``../../examples/plot_cgls.py``) - - 00:00.218 + - 00:00.213 - 0.0 * - :ref:`sphx_glr_gallery_plot_stacked_array.py` (``../../examples/plot_stacked_array.py``) - - 00:00.016 + - 00:00.015 - 0.0 diff --git a/_sources/tutorials/lsm.rst.txt b/_sources/tutorials/lsm.rst.txt index c2d800ac..bd94a4af 100644 --- a/_sources/tutorials/lsm.rst.txt +++ b/_sources/tutorials/lsm.rst.txt @@ -304,7 +304,7 @@ solver. 99 -1.2546e-02 2.8528e+00 2.8528e+00 100 -1.2389e-02 2.8342e+00 2.8342e+00 - Iterations = 100 Total time (s) = 1.23 + Iterations = 100 Total time (s) = 1.16 ----------------------------------------------------------------- @@ -385,7 +385,7 @@ solver. .. rst-class:: sphx-glr-timing - **Total running time of the script:** (0 minutes 3.394 seconds) + **Total running time of the script:** (0 minutes 3.237 seconds) .. _sphx_glr_download_tutorials_lsm.py: diff --git a/_sources/tutorials/poststack.rst.txt b/_sources/tutorials/poststack.rst.txt index fbbd1ef9..32e03688 100644 --- a/_sources/tutorials/poststack.rst.txt +++ b/_sources/tutorials/poststack.rst.txt @@ -284,7 +284,7 @@ normal equations, and :math:`\mathbf{d}^{Norm}` is the data of the normal equati 99 6.1544e-01 6.5026e-01 6.5026e-01 100 6.1561e-01 6.4212e-01 6.4212e-01 - Iterations = 100 Total time (s) = 29.98 + Iterations = 100 Total time (s) = 28.98 ----------------------------------------------------------------- @@ -349,7 +349,7 @@ normal equations, and :math:`\mathbf{d}^{Norm}` is the data of the normal equati 99 6.3033e-01 1.9903e+02 100 6.3026e-01 1.9777e+02 - Iterations = 100 Total time (s) = 46.80 + Iterations = 100 Total time (s) = 44.13 ------------------------------------------------------- @@ -481,7 +481,7 @@ Finally, we display the modeling and inversion results .. rst-class:: sphx-glr-timing - **Total running time of the script:** (2 minutes 22.702 seconds) + **Total running time of the script:** (2 minutes 17.131 seconds) .. _sphx_glr_download_tutorials_poststack.py: diff --git a/_sources/tutorials/sg_execution_times.rst.txt b/_sources/tutorials/sg_execution_times.rst.txt index ae8eb83f..5957b5cc 100644 --- a/_sources/tutorials/sg_execution_times.rst.txt +++ b/_sources/tutorials/sg_execution_times.rst.txt @@ -6,7 +6,7 @@ Computation times ================= -**02:26.096** total execution time for 2 files **from tutorials**: +**02:20.369** total execution time for 2 files **from tutorials**: .. container:: @@ -33,8 +33,8 @@ Computation times - Time - Mem (MB) * - :ref:`sphx_glr_tutorials_poststack.py` (``poststack.py``) - - 02:22.702 + - 02:17.131 - 0.0 * - :ref:`sphx_glr_tutorials_lsm.py` (``lsm.py``) - - 00:03.394 + - 00:03.237 - 0.0 diff --git a/gallery/plot_cgls.html b/gallery/plot_cgls.html index b6c9c271..e62d710f 100644 --- a/gallery/plot_cgls.html +++ b/gallery/plot_cgls.html @@ -549,13 +549,13 @@ 14 9.9946e-01 3.9693e-03 3.9693e-03 15 1.0000e+00 2.0763e-10 2.0763e-10 -Iterations = 15 Total time (s) = 0.03 +Iterations = 15 Total time (s) = 0.02 ----------------------------------------------------------------- CGLS Solution xinv=[1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1.] -
Total running time of the script: (0 minutes 0.218 seconds)
+Total running time of the script: (0 minutes 0.213 seconds)
-Total running time of the script: (0 minutes 1.448 seconds)
+Total running time of the script: (0 minutes 1.445 seconds)
-Total running time of the script: (0 minutes 1.865 seconds)
+Total running time of the script: (0 minutes 1.857 seconds)
-Total running time of the script: (0 minutes 0.413 seconds)
+Total running time of the script: (0 minutes 0.406 seconds)