Skip to content

Instantly share code, notes, and snippets.

@mzmmoazam
Created April 23, 2021 08:46
Show Gist options
  • Save mzmmoazam/6a0e5a789a51aee4062756d0171b37cc to your computer and use it in GitHub Desktop.
Save mzmmoazam/6a0e5a789a51aee4062756d0171b37cc to your computer and use it in GitHub Desktop.
gprMax_colab_template.ipynb
Display the source blob
Display the rendered blob
Raw
{
"nbformat": 4,
"nbformat_minor": 0,
"metadata": {
"colab": {
"name": "gprMax_colab_template.ipynb",
"provenance": [],
"authorship_tag": "ABX9TyMqex8WXKjfBFfcNgtQz14H",
"include_colab_link": true
},
"kernelspec": {
"name": "python3",
"display_name": "Python 3"
},
"language_info": {
"name": "python"
},
"accelerator": "GPU"
},
"cells": [
{
"cell_type": "markdown",
"metadata": {
"id": "view-in-github",
"colab_type": "text"
},
"source": [
"<a href=\"https://colab.research.google.com/gist/mzmmoazam/6a0e5a789a51aee4062756d0171b37cc/gprmax_colab_template.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
]
},
{
"cell_type": "code",
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"id": "AtgkthVvQpLw",
"outputId": "5b557fdb-370d-4d56-9daa-986863949606"
},
"source": [
"!pip install -q condacolab\n",
"import condacolab\n",
"condacolab.install()"
],
"execution_count": null,
"outputs": [
{
"output_type": "stream",
"text": [
"⏬ Downloading https://github.com/jaimergp/miniforge/releases/latest/download/Mambaforge-colab-Linux-x86_64.sh...\n",
"πŸ“¦ Installing...\n",
"πŸ“Œ Adjusting configuration...\n",
"🩹 Patching environment...\n",
"⏲ Done in 0:00:39\n",
"πŸ” Restarting kernel...\n"
],
"name": "stdout"
}
]
},
{
"cell_type": "code",
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"id": "cx4hyRodUrtc",
"outputId": "32d0f7a5-c3e6-453a-adac-11bf7608f660"
},
"source": [
"# After restarting, ignore the warning it is normal\n",
"import condacolab\n",
"condacolab.check()"
],
"execution_count": null,
"outputs": [
{
"output_type": "stream",
"text": [
"✨🍰✨ Everything looks OK!\n"
],
"name": "stdout"
}
]
},
{
"cell_type": "code",
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"id": "QEdUAkQaUqvA",
"outputId": "144f4a38-1ab0-42a9-8967-338735ef3fbb"
},
"source": [
"!git clone https://github.com/gprMax/gprMax.git\n",
"!ls"
],
"execution_count": null,
"outputs": [
{
"output_type": "stream",
"text": [
"Cloning into 'gprMax'...\n",
"remote: Enumerating objects: 11905, done.\u001b[K\n",
"remote: Counting objects: 100% (313/313), done.\u001b[K\n",
"remote: Compressing objects: 100% (177/177), done.\u001b[K\n",
"remote: Total 11905 (delta 177), reused 205 (delta 134), pack-reused 11592\u001b[K\n",
"Receiving objects: 100% (11905/11905), 52.55 MiB | 26.01 MiB/s, done.\n",
"Resolving deltas: 100% (8248/8248), done.\n",
"gprMax\tsample_data\n"
],
"name": "stdout"
}
]
},
{
"cell_type": "code",
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"id": "iODeqD8VREFd",
"outputId": "aebd555a-5ec4-4ce9-af6a-984895deeb5c"
},
"source": [
"!pip install pycuda"
],
"execution_count": null,
"outputs": [
{
"output_type": "stream",
"text": [
"\n",
"CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'.\n",
"To initialize your shell, run\n",
"\n",
" $ conda init <SHELL_NAME>\n",
"\n",
"Currently supported shells are:\n",
" - bash\n",
" - fish\n",
" - tcsh\n",
" - xonsh\n",
" - zsh\n",
" - powershell\n",
"\n",
"See 'conda init --help' for more information and options.\n",
"\n",
"IMPORTANT: You may need to close and restart your shell after running 'conda init'.\n",
"\n",
"\n",
"\n",
"EnvironmentFileNotFound: '/content/conda_env.yml' file not found\n",
"\n",
"\n",
"CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'.\n",
"To initialize your shell, run\n",
"\n",
" $ conda init <SHELL_NAME>\n",
"\n",
"Currently supported shells are:\n",
" - bash\n",
" - fish\n",
" - tcsh\n",
" - xonsh\n",
" - zsh\n",
" - powershell\n",
"\n",
"See 'conda init --help' for more information and options.\n",
"\n",
"IMPORTANT: You may need to close and restart your shell after running 'conda init'.\n",
"\n",
"\n",
"python: can't open file 'setup.py': [Errno 2] No such file or directory\n",
"python: can't open file 'setup.py': [Errno 2] No such file or directory\n",
"Collecting pycuda\n",
" Downloading pycuda-2021.1.tar.gz (1.7 MB)\n",
"\u001b[K |β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 1.7 MB 6.0 MB/s \n",
"\u001b[?25h Installing build dependencies ... \u001b[?25l\u001b[?25hdone\n",
" Getting requirements to build wheel ... \u001b[?25l\u001b[?25hdone\n",
" Preparing wheel metadata ... \u001b[?25l\u001b[?25hdone\n",
"Collecting appdirs>=1.4.0\n",
" Downloading appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB)\n",
"Collecting pytools>=2011.2\n",
" Downloading pytools-2021.2.3.tar.gz (63 kB)\n",
"\u001b[K |β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 63 kB 2.2 MB/s \n",
"\u001b[?25hCollecting mako\n",
" Downloading Mako-1.1.4-py2.py3-none-any.whl (75 kB)\n",
"\u001b[K |β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 75 kB 5.1 MB/s \n",
"\u001b[?25hCollecting numpy>=1.6.0\n",
" Downloading numpy-1.20.2-cp37-cp37m-manylinux2010_x86_64.whl (15.3 MB)\n",
"\u001b[K |β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 15.3 MB 177 kB/s \n",
"\u001b[?25hCollecting MarkupSafe>=0.9.2\n",
" Downloading MarkupSafe-1.1.1-cp37-cp37m-manylinux2010_x86_64.whl (33 kB)\n",
"Building wheels for collected packages: pycuda, pytools\n",
" Building wheel for pycuda (PEP 517) ... \u001b[?25l\u001b[?25hdone\n",
" Created wheel for pycuda: filename=pycuda-2021.1-cp37-cp37m-linux_x86_64.whl size=629473 sha256=37e6154d5348682e0c73232d5d2ac18360047db67925d07e51fe4c3c5ce36177\n",
" Stored in directory: /root/.cache/pip/wheels/c4/ef/49/dc6a5feb8d980b37c83d465ecab24949a6aa19458522a9e001\n",
" Building wheel for pytools (setup.py) ... \u001b[?25l\u001b[?25hdone\n",
" Created wheel for pytools: filename=pytools-2021.2.3-py2.py3-none-any.whl size=60512 sha256=5de8418c3e487aa59ed57358a2f1967a06effbb6f94f676c0f6173820c74dcf6\n",
" Stored in directory: /root/.cache/pip/wheels/b7/ac/07/53b324f7c8a8d91318f87e9f4ae9eaec0567797e0901925620\n",
"Successfully built pycuda pytools\n",
"Installing collected packages: numpy, MarkupSafe, appdirs, pytools, mako, pycuda\n",
"Successfully installed MarkupSafe-1.1.1 appdirs-1.4.4 mako-1.1.4 numpy-1.20.2 pycuda-2021.1 pytools-2021.2.3\n"
],
"name": "stdout"
}
]
},
{
"cell_type": "code",
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"id": "DoG0URWxVqb8",
"outputId": "b3a0d0a4-83b7-4bcc-eacc-ee5b99f39360"
},
"source": [
"!ls"
],
"execution_count": null,
"outputs": [
{
"output_type": "stream",
"text": [
"gprMax\tsample_data\n"
],
"name": "stdout"
}
]
},
{
"cell_type": "code",
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"id": "COMc2olXREG4",
"outputId": "4e8e023d-9b21-4799-f8e2-aa4919e74613"
},
"source": [
"% cd gprMax\n",
"!mamba env update -n base -f conda_env.yml\n",
"# build\n",
"!conda activate gprMax\n",
"!python setup.py build\n",
"!python setup.py install"
],
"execution_count": null,
"outputs": [
{
"output_type": "stream",
"text": [
"\u001b[2K\rconda-forge/linux-64 [] (00m:00s) \n",
"\u001b[1A\u001b[2K\rconda-forge/linux-64 [] (00m:00s) 373 KB / ?? (1.21 MB/s)\n",
"\u001b[1A\u001b[2K\rconda-forge/linux-64 [] (00m:00s) 373 KB / ?? (1.21 MB/s)\n",
"\u001b[2K\rconda-forge/noarch [] (00m:00s) \n",
"\u001b[2A\u001b[2K\rconda-forge/linux-64 [] (00m:00s) 373 KB / ?? (1.21 MB/s)\n",
"\u001b[2K\rconda-forge/noarch [] (00m:00s) 677 KB / ?? (2.19 MB/s)\n",
"\u001b[2A\u001b[2K\rconda-forge/linux-64 [] (00m:00s) 373 KB / ?? (1.21 MB/s)\n",
"\u001b[2K\rconda-forge/noarch [] (00m:00s) 677 KB / ?? (2.19 MB/s)\n",
"\u001b[2A\u001b[2K\rconda-forge/linux-64 [] (00m:00s) 827 KB / ?? (1.79 MB/s)\n",
"\u001b[2K\rconda-forge/noarch [] (00m:00s) 677 KB / ?? (2.19 MB/s)\n",
"\u001b[2A\u001b[2K\rconda-forge/linux-64 [] (00m:00s) 827 KB / ?? (1.79 MB/s)\n",
"\u001b[2K\rconda-forge/noarch [] (00m:00s) 677 KB / ?? (2.19 MB/s)\n",
"\u001b[2A\u001b[2K\rconda-forge/linux-64 [] (00m:00s) 827 KB / ?? (1.79 MB/s)\n",
"conda-forge/noarch [] (00m:00s) 1 MB / ?? (2.99 MB/s)\n",
"conda-forge/linux-64 [] (00m:00s) 827 KB / ?? (1.79 MB/s)\n",
"conda-forge/noarch [] (00m:00s) 1 MB / ?? (2.99 MB/s)\n",
"conda-forge/linux-64 [] (00m:00s) 1 MB / ?? (2.11 MB/s)\n",
"conda-forge/noarch [] (00m:00s) 1 MB / ?? (2.99 MB/s)\n",
"conda-forge/linux-64 [] (00m:00s) 1 MB / ?? (2.11 MB/s)\n",
"conda-forge/noarch [] (00m:00s) 1 MB / ?? (2.99 MB/s)\n",
"conda-forge/linux-64 [] (00m:00s) 1 MB / ?? (2.11 MB/s)\n",
"conda-forge/noarch [] (00m:00s) 2 MB / ?? (3.34 MB/s)\n",
"conda-forge/linux-64 [] (00m:00s) 1 MB / ?? (2.11 MB/s)\n",
"conda-forge/noarch [] (00m:00s) 2 MB / ?? (3.34 MB/s)\n",
"conda-forge/linux-64 [] (00m:00s) 2 MB / ?? (2.27 MB/s)\n",
"conda-forge/noarch [] (00m:00s) 2 MB / ?? (3.34 MB/s)\n",
"conda-forge/linux-64 [] (00m:00s) 2 MB / ?? (2.27 MB/s)\n",
"conda-forge/noarch [] (00m:00s) 2 MB / ?? (3.34 MB/s)\n",
"conda-forge/linux-64 [] (00m:00s) 2 MB / ?? (2.27 MB/s)\n",
"conda-forge/noarch [] (00m:00s) 3 MB / ?? (3.56 MB/s)\n",
"conda-forge/linux-64 [] (00m:00s) 2 MB / ?? (2.27 MB/s)\n",
"conda-forge/noarch [] (00m:00s) 3 MB / ?? (3.56 MB/s)\n",
"conda-forge/linux-64 [] (00m:00s) 2 MB / ?? (2.36 MB/s)\n",
"conda-forge/noarch [] (00m:00s) 3 MB / ?? (3.56 MB/s)\n",
"conda-forge/linux-64 [] (00m:00s) 2 MB / ?? (2.36 MB/s)\n",
"conda-forge/noarch [] (00m:00s) 3 MB / ?? (3.56 MB/s)\n",
"conda-forge/linux-64 [] (00m:00s) 2 MB / ?? (2.36 MB/s)\n",
"conda-forge/noarch [] (00m:00s) 3 MB / ?? (3.68 MB/s)\n",
"conda-forge/linux-64 [] (00m:00s) 2 MB / ?? (2.36 MB/s)\n",
"conda-forge/noarch [] (00m:00s) 3 MB / ?? (3.68 MB/s)\n",
"conda-forge/linux-64 [] (00m:00s) 3 MB / ?? (2.44 MB/s)\n",
"conda-forge/noarch [] (00m:00s) 3 MB / ?? (3.68 MB/s)\n",
"conda-forge/linux-64 [] (00m:00s) 3 MB / ?? (2.44 MB/s)\n",
"conda-forge/noarch [] (00m:00s) 3 MB / ?? (3.68 MB/s)\n",
"conda-forge/linux-64 [] (00m:00s) 3 MB / ?? (2.44 MB/s)\n",
"conda-forge/noarch [] (00m:00s) 4 MB / ?? (3.83 MB/s)\n",
"conda-forge/linux-64 [] (00m:00s) 3 MB / ?? (2.44 MB/s)\n",
"conda-forge/noarch [] (00m:00s) Finalizing...\n",
"conda-forge/linux-64 [] (00m:00s) 3 MB / ?? (2.44 MB/s)\n",
"conda-forge/noarch [] (00m:00s) Done\n",
"conda-forge/linux-64 [] (00m:00s) 3 MB / ?? (2.44 MB/s)\n",
"conda-forge/noarch [] (00m:00s) Done\n",
"conda-forge/noarch [] (00m:00s) Done\n",
"conda-forge/linux-64 [] (00m:00s) 3 MB / ?? (2.44 MB/s)\n",
"conda-forge/linux-64 [] (00m:01s) 3 MB / ?? (2.44 MB/s)\n",
"conda-forge/linux-64 [] (00m:01s) 3 MB / ?? (1.39 MB/s)\n",
"conda-forge/linux-64 [] (00m:01s) 3 MB / ?? (1.39 MB/s)\n",
"conda-forge/linux-64 [] (00m:01s) 6 MB / ?? (2.64 MB/s)\n",
"conda-forge/linux-64 [] (00m:02s) 6 MB / ?? (2.64 MB/s)\n",
"conda-forge/linux-64 [] (00m:02s) 6 MB / ?? (2.65 MB/s)\n",
"conda-forge/linux-64 [] (00m:02s) 6 MB / ?? (2.65 MB/s)\n",
"conda-forge/linux-64 [] (00m:02s) 7 MB / ?? (2.67 MB/s)\n",
"conda-forge/linux-64 [] (00m:02s) 7 MB / ?? (2.67 MB/s)\n",
"conda-forge/linux-64 [] (00m:02s) 7 MB / ?? (2.69 MB/s)\n",
"conda-forge/linux-64 [] (00m:02s) 7 MB / ?? (2.69 MB/s)\n",
"conda-forge/linux-64 [] (00m:02s) 8 MB / ?? (2.69 MB/s)\n",
"conda-forge/linux-64 [] (00m:02s) 8 MB / ?? (2.69 MB/s)\n",
"conda-forge/linux-64 [] (00m:02s) 8 MB / ?? (2.71 MB/s)\n",
"conda-forge/linux-64 [] (00m:02s) 8 MB / ?? (2.71 MB/s)\n",
"conda-forge/linux-64 [] (00m:02s) 8 MB / ?? (2.72 MB/s)\n",
"conda-forge/linux-64 [] (00m:02s) 8 MB / ?? (2.72 MB/s)\n",
"conda-forge/linux-64 [] (00m:02s) 9 MB / ?? (2.72 MB/s)\n",
"conda-forge/linux-64 [] (00m:03s) 9 MB / ?? (2.72 MB/s)\n",
"conda-forge/linux-64 [] (00m:03s) 9 MB / ?? (2.73 MB/s)\n",
"conda-forge/linux-64 [] (00m:03s) 9 MB / ?? (2.73 MB/s)\n",
"conda-forge/linux-64 [] (00m:03s) 10 MB / ?? (2.74 MB/s)\n",
"conda-forge/linux-64 [] (00m:03s) 10 MB / ?? (2.74 MB/s)\n",
"conda-forge/linux-64 [] (00m:03s) 10 MB / ?? (2.73 MB/s)\n",
"conda-forge/linux-64 [] (00m:03s) 10 MB / ?? (2.73 MB/s)\n",
"conda-forge/linux-64 [] (00m:03s) 11 MB / ?? (2.73 MB/s)\n",
"conda-forge/linux-64 [] (00m:03s) 11 MB / ?? (2.73 MB/s)\n",
"conda-forge/linux-64 [] (00m:03s) 11 MB / ?? (2.73 MB/s)\n",
"conda-forge/linux-64 [] (00m:03s) 11 MB / ?? (2.73 MB/s)\n",
"conda-forge/linux-64 [] (00m:03s) 11 MB / ?? (2.73 MB/s)\n",
"conda-forge/linux-64 [] (00m:04s) 11 MB / ?? (2.73 MB/s)\n",
"conda-forge/linux-64 [] (00m:04s) 12 MB / ?? (2.72 MB/s)\n",
"conda-forge/linux-64 [] (00m:04s) 12 MB / ?? (2.72 MB/s)\n",
"conda-forge/linux-64 [] (00m:04s) 12 MB / ?? (2.73 MB/s)\n",
"conda-forge/linux-64 [] (00m:04s) 12 MB / ?? (2.73 MB/s)\n",
"conda-forge/linux-64 [] (00m:04s) 13 MB / ?? (2.73 MB/s)\n",
"conda-forge/linux-64 [] (00m:04s) 13 MB / ?? (2.73 MB/s)\n",
"conda-forge/linux-64 [] (00m:04s) 13 MB / ?? (2.74 MB/s)\n",
"conda-forge/linux-64 [] (00m:04s) 13 MB / ?? (2.74 MB/s)\n",
"conda-forge/linux-64 [] (00m:04s) 14 MB / ?? (2.75 MB/s)\n",
"conda-forge/linux-64 [] (00m:04s) 14 MB / ?? (2.75 MB/s)\n",
"conda-forge/linux-64 [] (00m:04s) 14 MB / ?? (2.75 MB/s)\n",
"conda-forge/linux-64 [] (00m:04s) 14 MB / ?? (2.75 MB/s)\n",
"conda-forge/linux-64 [] (00m:04s) 14 MB / ?? (2.75 MB/s)\n",
"conda-forge/linux-64 [] (00m:04s) Finalizing...\n",
"conda-forge/linux-64 [] (00m:05s) Done\n",
"conda-forge/linux-64 [] (00m:05s) Done\n",
"conda-forge/linux-64 [] (00m:05s) Done\n",
"\n",
"\n",
"Looking for: [\"python[version='>3.6']\", 'colorama', 'cython', 'h5py', 'jupyter', 'matplotlib', 'numpy', 'pip', 'psutil', 'scipy']\n",
"\n",
"\n",
"Transaction\n",
"\n",
" Prefix: /usr/local\n",
"\n",
" Updating specs:\n",
"\n",
" - python[version='>3.6']\n",
" - colorama\n",
" - cython\n",
" - h5py\n",
" - jupyter\n",
" - matplotlib\n",
" - numpy\n",
" - pip\n",
" - psutil\n",
" - scipy\n",
"\n",
"\n",
" Package Version Build Channel Size\n",
"────────────────────────────────────────────────────────────────────────────────────────────────────\n",
" Install:\n",
"────────────────────────────────────────────────────────────────────────────────────────────────────\n",
"\n",
"\u001b[32m argon2-cffi \u001b[00m 20.1.0 py37h8f50634_2 conda-forge/linux-64 47 KB\n",
"\u001b[32m async_generator \u001b[00m 1.10 py_0 conda-forge/noarch \u001b[32m Cached\u001b[00m\n",
"\u001b[32m attrs \u001b[00m 20.3.0 pyhd3deb0d_0 conda-forge/noarch \u001b[32m Cached\u001b[00m\n",
"\u001b[32m backcall \u001b[00m 0.2.0 pyh9f0ad1d_0 conda-forge/noarch \u001b[32m Cached\u001b[00m\n",
"\u001b[32m backports \u001b[00m 1.0 py_2 conda-forge/noarch \u001b[32m Cached\u001b[00m\n",
"\u001b[32m backports.functools_lru_cache\u001b[00m 1.6.4 pyhd8ed1ab_0 conda-forge/noarch \u001b[32m Cached\u001b[00m\n",
"\u001b[32m bleach \u001b[00m 3.3.0 pyh44b312d_0 conda-forge/noarch \u001b[32m Cached\u001b[00m\n",
"\u001b[32m cached-property \u001b[00m 1.5.2 hd8ed1ab_1 conda-forge/noarch \u001b[32m Cached\u001b[00m\n",
"\u001b[32m cached_property \u001b[00m 1.5.2 pyha770c72_1 conda-forge/noarch \u001b[32m Cached\u001b[00m\n",
"\u001b[32m colorama \u001b[00m 0.4.4 pyh9f0ad1d_0 conda-forge/noarch \u001b[32m Cached\u001b[00m\n",
"\u001b[32m cycler \u001b[00m 0.10.0 py_2 conda-forge/noarch \u001b[32m Cached\u001b[00m\n",
"\u001b[32m cython \u001b[00m 0.29.23 py37hcd2ae1e_0 conda-forge/linux-64 2 MB\n",
"\u001b[32m dbus \u001b[00m 1.13.6 h48d8840_2 conda-forge/linux-64\u001b[32m Cached\u001b[00m\n",
"\u001b[32m decorator \u001b[00m 5.0.7 pyhd8ed1ab_0 conda-forge/noarch \u001b[32m Cached\u001b[00m\n",
"\u001b[32m defusedxml \u001b[00m 0.7.1 pyhd8ed1ab_0 conda-forge/noarch \u001b[32m Cached\u001b[00m\n",
"\u001b[32m entrypoints \u001b[00m 0.3 py37hc8dfbb8_1002 conda-forge/linux-64 13 KB\n",
"\u001b[32m expat \u001b[00m 2.3.0 h9c3ff4c_0 conda-forge/linux-64\u001b[32m Cached\u001b[00m\n",
"\u001b[32m fontconfig \u001b[00m 2.13.1 hba837de_1005 conda-forge/linux-64\u001b[32m Cached\u001b[00m\n",
"\u001b[32m freetype \u001b[00m 2.10.4 h0708190_1 conda-forge/linux-64\u001b[32m Cached\u001b[00m\n",
"\u001b[32m gettext \u001b[00m 0.19.8.1 h0b5b191_1005 conda-forge/linux-64\u001b[32m Cached\u001b[00m\n",
"\u001b[32m glib \u001b[00m 2.68.1 h9c3ff4c_0 conda-forge/linux-64\u001b[32m Cached\u001b[00m\n",
"\u001b[32m glib-tools \u001b[00m 2.68.1 h9c3ff4c_0 conda-forge/linux-64\u001b[32m Cached\u001b[00m\n",
"\u001b[32m gst-plugins-base \u001b[00m 1.18.4 h29181c9_0 conda-forge/linux-64\u001b[32m Cached\u001b[00m\n",
"\u001b[32m gstreamer \u001b[00m 1.18.4 h76c114f_0 conda-forge/linux-64\u001b[32m Cached\u001b[00m\n",
"\u001b[32m h5py \u001b[00m 3.2.1 nompi_py37ha3df211_100 conda-forge/linux-64 1 MB\n",
"\u001b[32m hdf5 \u001b[00m 1.10.6 nompi_h6a2412b_1114 conda-forge/linux-64\u001b[32m Cached\u001b[00m\n",
"\u001b[32m importlib-metadata \u001b[00m 3.10.1 py37h89c1867_0 conda-forge/linux-64 27 KB\n",
"\u001b[32m importlib_metadata \u001b[00m 3.10.1 hd8ed1ab_0 conda-forge/noarch 4 KB\n",
"\u001b[32m ipykernel \u001b[00m 5.5.3 py37h085eea5_0 conda-forge/linux-64 166 KB\n",
"\u001b[32m ipython \u001b[00m 7.22.0 py37h085eea5_0 conda-forge/linux-64 1 MB\n",
"\u001b[32m ipython_genutils \u001b[00m 0.2.0 py_1 conda-forge/noarch \u001b[32m Cached\u001b[00m\n",
"\u001b[32m ipywidgets \u001b[00m 7.6.3 pyhd3deb0d_0 conda-forge/noarch \u001b[32m Cached\u001b[00m\n",
"\u001b[32m jedi \u001b[00m 0.18.0 py37h89c1867_2 conda-forge/linux-64 923 KB\n",
"\u001b[32m jinja2 \u001b[00m 2.11.3 pyh44b312d_0 conda-forge/noarch \u001b[32m Cached\u001b[00m\n",
"\u001b[32m jpeg \u001b[00m 9d h516909a_0 conda-forge/linux-64 266 KB\n",
"\u001b[32m jsonschema \u001b[00m 3.2.0 py37hc8dfbb8_1 conda-forge/linux-64 89 KB\n",
"\u001b[32m jupyter \u001b[00m 1.0.0 py37h89c1867_6 conda-forge/linux-64 6 KB\n",
"\u001b[32m jupyter_client \u001b[00m 6.1.12 pyhd8ed1ab_0 conda-forge/noarch \u001b[32m Cached\u001b[00m\n",
"\u001b[32m jupyter_console \u001b[00m 6.4.0 pyhd8ed1ab_0 conda-forge/noarch \u001b[32m Cached\u001b[00m\n",
"\u001b[32m jupyter_core \u001b[00m 4.7.1 py37h89c1867_0 conda-forge/linux-64 72 KB\n",
"\u001b[32m jupyterlab_pygments \u001b[00m 0.1.2 pyh9f0ad1d_0 conda-forge/noarch \u001b[32m Cached\u001b[00m\n",
"\u001b[32m jupyterlab_widgets \u001b[00m 1.0.0 pyhd8ed1ab_1 conda-forge/noarch \u001b[32m Cached\u001b[00m\n",
"\u001b[32m kiwisolver \u001b[00m 1.3.1 py37h2527ec5_1 conda-forge/linux-64 78 KB\n",
"\u001b[32m lcms2 \u001b[00m 2.12 hddcbb42_0 conda-forge/linux-64\u001b[32m Cached\u001b[00m\n",
"\u001b[32m libblas \u001b[00m 3.9.0 8_openblas conda-forge/linux-64\u001b[32m Cached\u001b[00m\n",
"\u001b[32m libcblas \u001b[00m 3.9.0 8_openblas conda-forge/linux-64\u001b[32m Cached\u001b[00m\n",
"\u001b[32m libclang \u001b[00m 11.1.0 default_ha53f305_0 conda-forge/linux-64\u001b[32m Cached\u001b[00m\n",
"\u001b[32m libevent \u001b[00m 2.1.10 hcdb4288_3 conda-forge/linux-64\u001b[32m Cached\u001b[00m\n",
"\u001b[32m libgfortran-ng \u001b[00m 9.3.0 hff62375_19 conda-forge/linux-64\u001b[32m Cached\u001b[00m\n",
"\u001b[32m libgfortran5 \u001b[00m 9.3.0 hff62375_19 conda-forge/linux-64\u001b[32m Cached\u001b[00m\n",
"\u001b[32m libglib \u001b[00m 2.68.1 h3e27bee_0 conda-forge/linux-64\u001b[32m Cached\u001b[00m\n",
"\u001b[32m liblapack \u001b[00m 3.9.0 8_openblas conda-forge/linux-64\u001b[32m Cached\u001b[00m\n",
"\u001b[32m libllvm11 \u001b[00m 11.1.0 hf817b99_2 conda-forge/linux-64\u001b[32m Cached\u001b[00m\n",
"\u001b[32m libopenblas \u001b[00m 0.3.12 pthreads_h4812303_1 conda-forge/linux-64\u001b[32m Cached\u001b[00m\n",
"\u001b[32m libpng \u001b[00m 1.6.37 hed695b0_2 conda-forge/linux-64 359 KB\n",
"\u001b[32m libpq \u001b[00m 13.1 hfd2b0eb_2 conda-forge/linux-64\u001b[32m Cached\u001b[00m\n",
"\u001b[32m libsodium \u001b[00m 1.0.18 h516909a_1 conda-forge/linux-64 366 KB\n",
"\u001b[32m libtiff \u001b[00m 4.2.0 hdc55705_0 conda-forge/linux-64\u001b[32m Cached\u001b[00m\n",
"\u001b[32m libuuid \u001b[00m 2.32.1 h14c3975_1000 conda-forge/linux-64 26 KB\n",
"\u001b[32m libwebp-base \u001b[00m 1.2.0 h7f98852_2 conda-forge/linux-64\u001b[32m Cached\u001b[00m\n",
"\u001b[32m libxcb \u001b[00m 1.13 h7f98852_1003 conda-forge/linux-64\u001b[32m Cached\u001b[00m\n",
"\u001b[32m libxkbcommon \u001b[00m 1.0.3 he3ba5ed_0 conda-forge/linux-64\u001b[32m Cached\u001b[00m\n",
"\u001b[32m markupsafe \u001b[00m 1.1.1 py37h5e8e339_3 conda-forge/linux-64 27 KB\n",
"\u001b[32m matplotlib \u001b[00m 3.4.1 py37h89c1867_0 conda-forge/linux-64 7 KB\n",
"\u001b[32m matplotlib-base \u001b[00m 3.4.1 py37hdd32ed1_0 conda-forge/linux-64 7 MB\n",
"\u001b[32m mistune \u001b[00m 0.8.4 py37h5e8e339_1003 conda-forge/linux-64 54 KB\n",
"\u001b[32m mysql-common \u001b[00m 8.0.23 ha770c72_1 conda-forge/linux-64\u001b[32m Cached\u001b[00m\n",
"\u001b[32m mysql-libs \u001b[00m 8.0.23 h935591d_1 conda-forge/linux-64\u001b[32m Cached\u001b[00m\n",
"\u001b[32m nbclient \u001b[00m 0.5.3 pyhd8ed1ab_0 conda-forge/noarch \u001b[32m Cached\u001b[00m\n",
"\u001b[32m nbconvert \u001b[00m 6.0.7 py37h89c1867_3 conda-forge/linux-64 535 KB\n",
"\u001b[32m nbformat \u001b[00m 5.1.3 pyhd8ed1ab_0 conda-forge/noarch \u001b[32m Cached\u001b[00m\n",
"\u001b[32m nest-asyncio \u001b[00m 1.5.1 pyhd8ed1ab_0 conda-forge/noarch \u001b[32m Cached\u001b[00m\n",
"\u001b[32m notebook \u001b[00m 6.3.0 py37h89c1867_0 conda-forge/linux-64 6 MB\n",
"\u001b[32m nspr \u001b[00m 4.30 h9c3ff4c_0 conda-forge/linux-64\u001b[32m Cached\u001b[00m\n",
"\u001b[32m nss \u001b[00m 3.63 hb5efdd6_0 conda-forge/linux-64 2 MB\n",
"\u001b[32m numpy \u001b[00m 1.20.2 py37h038b26d_0 conda-forge/linux-64 6 MB\n",
"\u001b[32m olefile \u001b[00m 0.46 pyh9f0ad1d_1 conda-forge/noarch \u001b[32m Cached\u001b[00m\n",
"\u001b[32m openjpeg \u001b[00m 2.4.0 hf7af979_0 conda-forge/linux-64\u001b[32m Cached\u001b[00m\n",
"\u001b[32m packaging \u001b[00m 20.9 pyh44b312d_0 conda-forge/noarch \u001b[32m Cached\u001b[00m\n",
"\u001b[32m pandoc \u001b[00m 2.12 h7f98852_0 conda-forge/linux-64\u001b[32m Cached\u001b[00m\n",
"\u001b[32m pandocfilters \u001b[00m 1.4.2 py_1 conda-forge/noarch \u001b[32m Cached\u001b[00m\n",
"\u001b[32m parso \u001b[00m 0.8.2 pyhd8ed1ab_0 conda-forge/noarch \u001b[32m Cached\u001b[00m\n",
"\u001b[32m pcre \u001b[00m 8.44 he1b5a44_0 conda-forge/linux-64\u001b[32m Cached\u001b[00m\n",
"\u001b[32m pexpect \u001b[00m 4.8.0 py37hc8dfbb8_1 conda-forge/linux-64 79 KB\n",
"\u001b[32m pickleshare \u001b[00m 0.7.5 py37hc8dfbb8_1002 conda-forge/linux-64 13 KB\n",
"\u001b[32m pillow \u001b[00m 8.1.2 py37h4600e1f_1 conda-forge/linux-64 688 KB\n",
"\u001b[32m prometheus_client \u001b[00m 0.10.1 pyhd8ed1ab_0 conda-forge/noarch \u001b[32m Cached\u001b[00m\n",
"\u001b[32m prompt-toolkit \u001b[00m 3.0.18 pyha770c72_0 conda-forge/noarch \u001b[32m Cached\u001b[00m\n",
"\u001b[32m prompt_toolkit \u001b[00m 3.0.18 hd8ed1ab_0 conda-forge/noarch \u001b[32m Cached\u001b[00m\n",
"\u001b[32m psutil \u001b[00m 5.8.0 py37h5e8e339_1 conda-forge/linux-64 342 KB\n",
"\u001b[32m pthread-stubs \u001b[00m 0.4 h36c2ea0_1001 conda-forge/linux-64\u001b[32m Cached\u001b[00m\n",
"\u001b[32m ptyprocess \u001b[00m 0.7.0 pyhd3deb0d_0 conda-forge/noarch \u001b[32m Cached\u001b[00m\n",
"\u001b[32m pygments \u001b[00m 2.8.1 pyhd8ed1ab_0 conda-forge/noarch \u001b[32m Cached\u001b[00m\n",
"\u001b[32m pyparsing \u001b[00m 2.4.7 pyh9f0ad1d_0 conda-forge/noarch \u001b[32m Cached\u001b[00m\n",
"\u001b[32m pyqt \u001b[00m 5.12.3 py37h89c1867_7 conda-forge/linux-64 21 KB\n",
"\u001b[32m pyqt-impl \u001b[00m 5.12.3 py37he336c9b_7 conda-forge/linux-64 6 MB\n",
"\u001b[32m pyqt5-sip \u001b[00m 4.19.18 py37hcd2ae1e_7 conda-forge/linux-64 310 KB\n",
"\u001b[32m pyqtchart \u001b[00m 5.12 py37he336c9b_7 conda-forge/linux-64 256 KB\n",
"\u001b[32m pyqtwebengine \u001b[00m 5.12.1 py37he336c9b_7 conda-forge/linux-64 175 KB\n",
"\u001b[32m pyrsistent \u001b[00m 0.17.3 py37h5e8e339_2 conda-forge/linux-64 89 KB\n",
"\u001b[32m python-dateutil \u001b[00m 2.8.1 py_0 conda-forge/noarch \u001b[32m Cached\u001b[00m\n",
"\u001b[32m pyzmq \u001b[00m 22.0.3 py37h336d617_1 conda-forge/linux-64 524 KB\n",
"\u001b[32m qt \u001b[00m 5.12.9 hda022c4_4 conda-forge/linux-64\u001b[32m Cached\u001b[00m\n",
"\u001b[32m qtconsole \u001b[00m 5.0.3 pyhd8ed1ab_0 conda-forge/noarch \u001b[32m Cached\u001b[00m\n",
"\u001b[32m qtpy \u001b[00m 1.9.0 py_0 conda-forge/noarch \u001b[32m Cached\u001b[00m\n",
"\u001b[32m scipy \u001b[00m 1.6.2 py37h29e03ee_0 conda-forge/linux-64 20 MB\n",
"\u001b[32m send2trash \u001b[00m 1.5.0 py_0 conda-forge/noarch \u001b[32m Cached\u001b[00m\n",
"\u001b[32m terminado \u001b[00m 0.9.4 py37h89c1867_0 conda-forge/linux-64 26 KB\n",
"\u001b[32m testpath \u001b[00m 0.4.4 py_0 conda-forge/noarch \u001b[32m Cached\u001b[00m\n",
"\u001b[32m tornado \u001b[00m 6.1 py37h5e8e339_1 conda-forge/linux-64 646 KB\n",
"\u001b[32m traitlets \u001b[00m 5.0.5 py_0 conda-forge/noarch \u001b[32m Cached\u001b[00m\n",
"\u001b[32m typing_extensions \u001b[00m 3.7.4.3 py_0 conda-forge/noarch 25 KB\n",
"\u001b[32m wcwidth \u001b[00m 0.2.5 pyh9f0ad1d_2 conda-forge/noarch \u001b[32m Cached\u001b[00m\n",
"\u001b[32m webencodings \u001b[00m 0.5.1 py_1 conda-forge/noarch \u001b[32m Cached\u001b[00m\n",
"\u001b[32m widgetsnbextension \u001b[00m 3.5.1 py37hc8dfbb8_4 conda-forge/linux-64 2 MB\n",
"\u001b[32m xorg-libxau \u001b[00m 1.0.9 h14c3975_0 conda-forge/linux-64 13 KB\n",
"\u001b[32m xorg-libxdmcp \u001b[00m 1.1.3 h516909a_0 conda-forge/linux-64 18 KB\n",
"\u001b[32m zeromq \u001b[00m 4.3.4 h9c3ff4c_0 conda-forge/linux-64\u001b[32m Cached\u001b[00m\n",
"\u001b[32m zipp \u001b[00m 3.4.1 pyhd8ed1ab_0 conda-forge/noarch \u001b[32m Cached\u001b[00m\n",
"\n",
" Summary:\n",
"\n",
" Install: 119 packages\n",
"\n",
" Total download: 60 MB\n",
"\n",
"────────────────────────────────────────────────────────────────────────────────────────────────────\n",
"\n",
"\n",
"Downloading and Extracting Packages\n",
"jpeg-9d | 266 KB | : 100% 1.0/1 [00:00<00:00, 7.39it/s]\n",
"psutil-5.8.0 | 342 KB | : 100% 1.0/1 [00:00<00:00, 10.20it/s]\n",
"argon2-cffi-20.1.0 | 47 KB | : 100% 1.0/1 [00:00<00:00, 15.56it/s]\n",
"importlib_metadata-3 | 4 KB | : 100% 1.0/1 [00:00<00:00, 18.52it/s]\n",
"pyqtwebengine-5.12.1 | 175 KB | : 100% 1.0/1 [00:00<00:00, 14.46it/s]\n",
"jupyter_core-4.7.1 | 72 KB | : 100% 1.0/1 [00:00<00:00, 18.53it/s]\n",
"pyqt5-sip-4.19.18 | 310 KB | : 100% 1.0/1 [00:00<00:00, 11.05it/s]\n",
"jedi-0.18.0 | 923 KB | : 100% 1.0/1 [00:00<00:00, 2.83it/s]\n",
"libpng-1.6.37 | 359 KB | : 100% 1.0/1 [00:00<00:00, 12.08it/s]\n",
"entrypoints-0.3 | 13 KB | : 100% 1.0/1 [00:00<00:00, 20.65it/s]\n",
"importlib-metadata-3 | 27 KB | : 100% 1.0/1 [00:00<00:00, 25.87it/s]\n",
"cython-0.29.23 | 2.2 MB | : 100% 1.0/1 [00:00<00:00, 2.31it/s]\n",
"typing_extensions-3. | 25 KB | : 100% 1.0/1 [00:00<00:00, 33.10it/s]\n",
"jupyter-1.0.0 | 6 KB | : 100% 1.0/1 [00:00<00:00, 33.58it/s]\n",
"kiwisolver-1.3.1 | 78 KB | : 100% 1.0/1 [00:00<00:00, 21.86it/s]\n",
"pyqt-5.12.3 | 21 KB | : 100% 1.0/1 [00:00<00:00, 32.18it/s]\n",
"libsodium-1.0.18 | 366 KB | : 100% 1.0/1 [00:00<00:00, 10.85it/s]\n",
"pyqt-impl-5.12.3 | 5.9 MB | : 100% 1.0/1 [00:01<00:00, 1.11s/it]\n",
"pexpect-4.8.0 | 79 KB | : 100% 1.0/1 [00:00<00:00, 18.30it/s]\n",
"nbconvert-6.0.7 | 535 KB | : 100% 1.0/1 [00:00<00:00, 7.39it/s]\n",
"libuuid-2.32.1 | 26 KB | : 100% 1.0/1 [00:00<00:00, 29.64it/s]\n",
"terminado-0.9.4 | 26 KB | : 100% 1.0/1 [00:00<00:00, 26.11it/s]\n",
"matplotlib-3.4.1 | 7 KB | : 100% 1.0/1 [00:00<00:00, 30.78it/s]\n",
"pyrsistent-0.17.3 | 89 KB | : 100% 1.0/1 [00:00<00:00, 20.17it/s]\n",
"scipy-1.6.2 | 20.5 MB | : 100% 1.0/1 [00:03<00:00, 3.07s/it] \n",
"nss-3.63 | 2.1 MB | : 100% 1.0/1 [00:01<00:00, 1.36s/it]\n",
"markupsafe-1.1.1 | 27 KB | : 100% 1.0/1 [00:00<00:00, 28.96it/s]\n",
"ipython-7.22.0 | 1.1 MB | : 100% 1.0/1 [00:00<00:00, 3.86it/s]\n",
"notebook-6.3.0 | 6.3 MB | : 100% 1.0/1 [00:01<00:00, 1.22s/it]\n",
"pillow-8.1.2 | 688 KB | : 100% 1.0/1 [00:00<00:00, 6.12it/s]\n",
"numpy-1.20.2 | 5.8 MB | : 100% 1.0/1 [00:01<00:00, 1.04s/it]\n",
"ipykernel-5.5.3 | 166 KB | : 100% 1.0/1 [00:00<00:00, 15.25it/s]\n",
"xorg-libxdmcp-1.1.3 | 18 KB | : 100% 1.0/1 [00:00<00:00, 29.07it/s]\n",
"matplotlib-base-3.4. | 7.3 MB | : 100% 1.0/1 [00:01<00:00, 1.09s/it]\n",
"pickleshare-0.7.5 | 13 KB | : 100% 1.0/1 [00:00<00:00, 19.76it/s]\n",
"h5py-3.2.1 | 1.3 MB | : 100% 1.0/1 [00:00<00:00, 4.03it/s]\n",
"jsonschema-3.2.0 | 89 KB | : 100% 1.0/1 [00:00<00:00, 20.64it/s]\n",
"pyzmq-22.0.3 | 524 KB | : 100% 1.0/1 [00:00<00:00, 3.88it/s]\n",
"xorg-libxau-1.0.9 | 13 KB | : 100% 1.0/1 [00:00<00:00, 20.35it/s]\n",
"pyqtchart-5.12 | 256 KB | : 100% 1.0/1 [00:00<00:00, 10.47it/s]\n",
"tornado-6.1 | 646 KB | : 100% 1.0/1 [00:00<00:00, 6.21it/s]\n",
"widgetsnbextension-3 | 1.8 MB | : 100% 1.0/1 [00:00<00:00, 2.74it/s]\n",
"mistune-0.8.4 | 54 KB | : 100% 1.0/1 [00:00<00:00, 15.08it/s]\n",
"Preparing transaction: - \b\b\\ \b\b| \b\b/ \b\b- \b\b\\ \b\b| \b\b/ \b\b- \b\bdone\n",
"Verifying transaction: | \b\b/ \b\b- \b\b\\ \b\b| \b\b/ \b\b- \b\b\\ \b\b| \b\b/ \b\b- \b\b\\ \b\b| \b\b/ \b\b- \b\b\\ \b\b| \b\b/ \b\b- \b\b\\ \b\b| \b\b/ \b\b- \b\b\\ \b\b| \b\b/ \b\b- \b\b\\ \b\b| \b\b/ \b\b- \b\bdone\n",
"Executing transaction: | \b\b/ \b\b- \b\b\\ \b\b| \b\b/ \b\b- \b\b\\ \b\b| \b\b/ \b\b- \b\b\\ \b\b| \b\b/ \b\b- \b\b\\ \b\b| \b\b/ \b\b- Enabling notebook extension jupyter-js-widgets/extension...\n",
"Paths used for configuration of notebook: \n",
" \t/usr/local/etc/jupyter/nbconfig/notebook.d/plotlywidget.json\n",
" \t/usr/local/etc/jupyter/nbconfig/notebook.d/widgetsnbextension.json\n",
" \t/usr/local/etc/jupyter/nbconfig/notebook.json\n",
"Paths used for configuration of notebook: \n",
" \t/usr/local/etc/jupyter/nbconfig/notebook.d/plotlywidget.json\n",
" \t/usr/local/etc/jupyter/nbconfig/notebook.d/widgetsnbextension.json\n",
" - Validating: \u001b[32mOK\u001b[0m\n",
"Paths used for configuration of notebook: \n",
" \t/usr/local/etc/jupyter/nbconfig/notebook.d/plotlywidget.json\n",
" \t/usr/local/etc/jupyter/nbconfig/notebook.d/widgetsnbextension.json\n",
" \t/usr/local/etc/jupyter/nbconfig/notebook.json\n",
"\n",
"\b\b\\ \b\b| \b\b/ \b\b- \b\b\\ \b\b| \b\b/ \b\b- \b\b\\ \b\b| \b\b/ \b\b- \b\b\\ \b\b| \b\b/ \b\b- \b\b\\ \b\b| \b\b/ \b\b- \b\b\\ \b\b| \b\b/ \b\b- \b\bdone\n",
"Installing pip dependencies: | \b\b/ \b\b- \b\b\\ \b\b| \b\b/ \b\b- \b\b\\ \b\b| \b\b/ \b\b- \b\b\\ \b\b| \b\b/ \b\b- \b\b\\ \b\b| \b\b/ \b\b- \b\b\\ \b\b| Ran pip subprocess with arguments:\n",
"['/usr/local/bin/python', '-m', 'pip', 'install', '-U', '-r', '/content/gprMax/condaenv.47l6ie4x.requirements.txt']\n",
"Pip subprocess output:\n",
"Collecting terminaltables\n",
" Using cached terminaltables-3.1.0.tar.gz (12 kB)\n",
"Requirement already satisfied: tqdm in /usr/local/lib/python3.7/site-packages (from -r /content/gprMax/condaenv.47l6ie4x.requirements.txt (line 2)) (4.59.0)\n",
"Collecting tqdm\n",
" Using cached tqdm-4.60.0-py2.py3-none-any.whl (75 kB)\n",
"Building wheels for collected packages: terminaltables\n",
" Building wheel for terminaltables (setup.py): started\n",
" Building wheel for terminaltables (setup.py): finished with status 'done'\n",
" Created wheel for terminaltables: filename=terminaltables-3.1.0-py3-none-any.whl size=15355 sha256=4900aa4f2951b877ca4c2bbd0652a62cd2e499a1fa9243e0ac25318a9b92370c\n",
" Stored in directory: /root/.cache/pip/wheels/ba/ad/c8/2d98360791161cd3db6daf6b5e730f34021fc9367d5879f497\n",
"Successfully built terminaltables\n",
"Installing collected packages: tqdm, terminaltables\n",
" Attempting uninstall: tqdm\n",
" Found existing installation: tqdm 4.59.0\n",
" Uninstalling tqdm-4.59.0:\n",
" Successfully uninstalled tqdm-4.59.0\n",
"Successfully installed terminaltables-3.1.0 tqdm-4.60.0\n",
"\n",
"\b\bdone\n",
"#\n",
"# To activate this environment, use\n",
"#\n",
"# $ conda activate base\n",
"#\n",
"# To deactivate an active environment, use\n",
"#\n",
"# $ conda deactivate\n",
"\n",
"\n",
"CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'.\n",
"To initialize your shell, run\n",
"\n",
" $ conda init <SHELL_NAME>\n",
"\n",
"Currently supported shells are:\n",
" - bash\n",
" - fish\n",
" - tcsh\n",
" - xonsh\n",
" - zsh\n",
" - powershell\n",
"\n",
"See 'conda init --help' for more information and options.\n",
"\n",
"IMPORTANT: You may need to close and restart your shell after running 'conda init'.\n",
"\n",
"\n",
"Running 'build_ext --inplace'\n",
"Compiling gprMax/fractals_generate_ext.pyx because it changed.\n",
"Compiling gprMax/geometry_primitives_ext.pyx because it changed.\n",
"Compiling gprMax/fields_updates_ext.pyx because it changed.\n",
"Compiling gprMax/yee_cell_build_ext.pyx because it changed.\n",
"Compiling gprMax/snapshots_ext.pyx because it changed.\n",
"Compiling gprMax/geometry_outputs_ext.pyx because it changed.\n",
"Compiling gprMax/yee_cell_setget_rigid_ext.pyx because it changed.\n",
"Compiling gprMax/pml_updates/pml_updates_electric_MRIPML_ext.pyx because it changed.\n",
"Compiling gprMax/pml_updates/pml_updates_magnetic_MRIPML_ext.pyx because it changed.\n",
"Compiling gprMax/pml_updates/pml_updates_magnetic_HORIPML_ext.pyx because it changed.\n",
"Compiling gprMax/pml_updates/pml_updates_electric_HORIPML_ext.pyx because it changed.\n",
"[ 1/11] Cythonizing gprMax/fields_updates_ext.pyx\n",
"[ 2/11] Cythonizing gprMax/fractals_generate_ext.pyx\n",
"[ 3/11] Cythonizing gprMax/geometry_outputs_ext.pyx\n",
"[ 4/11] Cythonizing gprMax/geometry_primitives_ext.pyx\n",
"[ 5/11] Cythonizing gprMax/pml_updates/pml_updates_electric_HORIPML_ext.pyx\n",
"[ 6/11] Cythonizing gprMax/pml_updates/pml_updates_electric_MRIPML_ext.pyx\n",
"[ 7/11] Cythonizing gprMax/pml_updates/pml_updates_magnetic_HORIPML_ext.pyx\n",
"[ 8/11] Cythonizing gprMax/pml_updates/pml_updates_magnetic_MRIPML_ext.pyx\n",
"[ 9/11] Cythonizing gprMax/snapshots_ext.pyx\n",
"[10/11] Cythonizing gprMax/yee_cell_build_ext.pyx\n",
"[11/11] Cythonizing gprMax/yee_cell_setget_rigid_ext.pyx\n",
"running build_ext\n",
"building 'gprMax.fractals_generate_ext' extension\n",
"creating build\n",
"creating build/temp.linux-x86_64-3.7\n",
"creating build/temp.linux-x86_64-3.7/gprMax\n",
"gcc -pthread -B /usr/local/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/local/lib/python3.7/site-packages/numpy/core/include -I/usr/local/lib/python3.7/site-packages/numpy/core/include -I/usr/local/include/python3.7m -c gprMax/fractals_generate_ext.c -o build/temp.linux-x86_64-3.7/gprMax/fractals_generate_ext.o -O3 -w -fopenmp -march=native\n",
"creating build/lib.linux-x86_64-3.7\n",
"creating build/lib.linux-x86_64-3.7/gprMax\n",
"gcc -pthread -shared -B /usr/local/compiler_compat -L/usr/local/lib -Wl,-rpath=/usr/local/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-3.7/gprMax/fractals_generate_ext.o -o build/lib.linux-x86_64-3.7/gprMax/fractals_generate_ext.cpython-37m-x86_64-linux-gnu.so -fopenmp\n",
"building 'gprMax.geometry_primitives_ext' extension\n",
"gcc -pthread -B /usr/local/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/local/lib/python3.7/site-packages/numpy/core/include -I/usr/local/lib/python3.7/site-packages/numpy/core/include -I/usr/local/include/python3.7m -c gprMax/geometry_primitives_ext.c -o build/temp.linux-x86_64-3.7/gprMax/geometry_primitives_ext.o -O3 -w -fopenmp -march=native\n",
"gcc -pthread -shared -B /usr/local/compiler_compat -L/usr/local/lib -Wl,-rpath=/usr/local/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-3.7/gprMax/geometry_primitives_ext.o -o build/lib.linux-x86_64-3.7/gprMax/geometry_primitives_ext.cpython-37m-x86_64-linux-gnu.so -fopenmp\n",
"building 'gprMax.fields_updates_ext' extension\n",
"gcc -pthread -B /usr/local/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/local/lib/python3.7/site-packages/numpy/core/include -I/usr/local/lib/python3.7/site-packages/numpy/core/include -I/usr/local/include/python3.7m -c gprMax/fields_updates_ext.c -o build/temp.linux-x86_64-3.7/gprMax/fields_updates_ext.o -O3 -w -fopenmp -march=native\n",
"gcc -pthread -shared -B /usr/local/compiler_compat -L/usr/local/lib -Wl,-rpath=/usr/local/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-3.7/gprMax/fields_updates_ext.o -o build/lib.linux-x86_64-3.7/gprMax/fields_updates_ext.cpython-37m-x86_64-linux-gnu.so -fopenmp\n",
"building 'gprMax.yee_cell_build_ext' extension\n",
"gcc -pthread -B /usr/local/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/local/lib/python3.7/site-packages/numpy/core/include -I/usr/local/lib/python3.7/site-packages/numpy/core/include -I/usr/local/include/python3.7m -c gprMax/yee_cell_build_ext.c -o build/temp.linux-x86_64-3.7/gprMax/yee_cell_build_ext.o -O3 -w -fopenmp -march=native\n",
"gcc -pthread -shared -B /usr/local/compiler_compat -L/usr/local/lib -Wl,-rpath=/usr/local/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-3.7/gprMax/yee_cell_build_ext.o -o build/lib.linux-x86_64-3.7/gprMax/yee_cell_build_ext.cpython-37m-x86_64-linux-gnu.so -fopenmp\n",
"building 'gprMax.snapshots_ext' extension\n",
"gcc -pthread -B /usr/local/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/local/lib/python3.7/site-packages/numpy/core/include -I/usr/local/lib/python3.7/site-packages/numpy/core/include -I/usr/local/include/python3.7m -c gprMax/snapshots_ext.c -o build/temp.linux-x86_64-3.7/gprMax/snapshots_ext.o -O3 -w -fopenmp -march=native\n",
"gcc -pthread -shared -B /usr/local/compiler_compat -L/usr/local/lib -Wl,-rpath=/usr/local/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-3.7/gprMax/snapshots_ext.o -o build/lib.linux-x86_64-3.7/gprMax/snapshots_ext.cpython-37m-x86_64-linux-gnu.so -fopenmp\n",
"building 'gprMax.geometry_outputs_ext' extension\n",
"gcc -pthread -B /usr/local/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/local/lib/python3.7/site-packages/numpy/core/include -I/usr/local/lib/python3.7/site-packages/numpy/core/include -I/usr/local/include/python3.7m -c gprMax/geometry_outputs_ext.c -o build/temp.linux-x86_64-3.7/gprMax/geometry_outputs_ext.o -O3 -w -fopenmp -march=native\n",
"gcc -pthread -shared -B /usr/local/compiler_compat -L/usr/local/lib -Wl,-rpath=/usr/local/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-3.7/gprMax/geometry_outputs_ext.o -o build/lib.linux-x86_64-3.7/gprMax/geometry_outputs_ext.cpython-37m-x86_64-linux-gnu.so -fopenmp\n",
"building 'gprMax.yee_cell_setget_rigid_ext' extension\n",
"gcc -pthread -B /usr/local/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/local/lib/python3.7/site-packages/numpy/core/include -I/usr/local/lib/python3.7/site-packages/numpy/core/include -I/usr/local/include/python3.7m -c gprMax/yee_cell_setget_rigid_ext.c -o build/temp.linux-x86_64-3.7/gprMax/yee_cell_setget_rigid_ext.o -O3 -w -fopenmp -march=native\n",
"gcc -pthread -shared -B /usr/local/compiler_compat -L/usr/local/lib -Wl,-rpath=/usr/local/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-3.7/gprMax/yee_cell_setget_rigid_ext.o -o build/lib.linux-x86_64-3.7/gprMax/yee_cell_setget_rigid_ext.cpython-37m-x86_64-linux-gnu.so -fopenmp\n",
"building 'gprMax.pml_updates.pml_updates_electric_MRIPML_ext' extension\n",
"creating build/temp.linux-x86_64-3.7/gprMax/pml_updates\n",
"gcc -pthread -B /usr/local/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/local/lib/python3.7/site-packages/numpy/core/include -I/usr/local/lib/python3.7/site-packages/numpy/core/include -I/usr/local/include/python3.7m -c gprMax/pml_updates/pml_updates_electric_MRIPML_ext.c -o build/temp.linux-x86_64-3.7/gprMax/pml_updates/pml_updates_electric_MRIPML_ext.o -O3 -w -fopenmp -march=native\n",
"creating build/lib.linux-x86_64-3.7/gprMax/pml_updates\n",
"gcc -pthread -shared -B /usr/local/compiler_compat -L/usr/local/lib -Wl,-rpath=/usr/local/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-3.7/gprMax/pml_updates/pml_updates_electric_MRIPML_ext.o -o build/lib.linux-x86_64-3.7/gprMax/pml_updates/pml_updates_electric_MRIPML_ext.cpython-37m-x86_64-linux-gnu.so -fopenmp\n",
"building 'gprMax.pml_updates.pml_updates_magnetic_MRIPML_ext' extension\n",
"gcc -pthread -B /usr/local/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/local/lib/python3.7/site-packages/numpy/core/include -I/usr/local/lib/python3.7/site-packages/numpy/core/include -I/usr/local/include/python3.7m -c gprMax/pml_updates/pml_updates_magnetic_MRIPML_ext.c -o build/temp.linux-x86_64-3.7/gprMax/pml_updates/pml_updates_magnetic_MRIPML_ext.o -O3 -w -fopenmp -march=native\n",
"gcc -pthread -shared -B /usr/local/compiler_compat -L/usr/local/lib -Wl,-rpath=/usr/local/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-3.7/gprMax/pml_updates/pml_updates_magnetic_MRIPML_ext.o -o build/lib.linux-x86_64-3.7/gprMax/pml_updates/pml_updates_magnetic_MRIPML_ext.cpython-37m-x86_64-linux-gnu.so -fopenmp\n",
"building 'gprMax.pml_updates.pml_updates_magnetic_HORIPML_ext' extension\n",
"gcc -pthread -B /usr/local/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/local/lib/python3.7/site-packages/numpy/core/include -I/usr/local/lib/python3.7/site-packages/numpy/core/include -I/usr/local/include/python3.7m -c gprMax/pml_updates/pml_updates_magnetic_HORIPML_ext.c -o build/temp.linux-x86_64-3.7/gprMax/pml_updates/pml_updates_magnetic_HORIPML_ext.o -O3 -w -fopenmp -march=native\n",
"gcc -pthread -shared -B /usr/local/compiler_compat -L/usr/local/lib -Wl,-rpath=/usr/local/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-3.7/gprMax/pml_updates/pml_updates_magnetic_HORIPML_ext.o -o build/lib.linux-x86_64-3.7/gprMax/pml_updates/pml_updates_magnetic_HORIPML_ext.cpython-37m-x86_64-linux-gnu.so -fopenmp\n",
"building 'gprMax.pml_updates.pml_updates_electric_HORIPML_ext' extension\n",
"gcc -pthread -B /usr/local/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/local/lib/python3.7/site-packages/numpy/core/include -I/usr/local/lib/python3.7/site-packages/numpy/core/include -I/usr/local/include/python3.7m -c gprMax/pml_updates/pml_updates_electric_HORIPML_ext.c -o build/temp.linux-x86_64-3.7/gprMax/pml_updates/pml_updates_electric_HORIPML_ext.o -O3 -w -fopenmp -march=native\n",
"gcc -pthread -shared -B /usr/local/compiler_compat -L/usr/local/lib -Wl,-rpath=/usr/local/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-3.7/gprMax/pml_updates/pml_updates_electric_HORIPML_ext.o -o build/lib.linux-x86_64-3.7/gprMax/pml_updates/pml_updates_electric_HORIPML_ext.cpython-37m-x86_64-linux-gnu.so -fopenmp\n",
"copying build/lib.linux-x86_64-3.7/gprMax/fractals_generate_ext.cpython-37m-x86_64-linux-gnu.so -> gprMax\n",
"copying build/lib.linux-x86_64-3.7/gprMax/geometry_primitives_ext.cpython-37m-x86_64-linux-gnu.so -> gprMax\n",
"copying build/lib.linux-x86_64-3.7/gprMax/fields_updates_ext.cpython-37m-x86_64-linux-gnu.so -> gprMax\n",
"copying build/lib.linux-x86_64-3.7/gprMax/yee_cell_build_ext.cpython-37m-x86_64-linux-gnu.so -> gprMax\n",
"copying build/lib.linux-x86_64-3.7/gprMax/snapshots_ext.cpython-37m-x86_64-linux-gnu.so -> gprMax\n",
"copying build/lib.linux-x86_64-3.7/gprMax/geometry_outputs_ext.cpython-37m-x86_64-linux-gnu.so -> gprMax\n",
"copying build/lib.linux-x86_64-3.7/gprMax/yee_cell_setget_rigid_ext.cpython-37m-x86_64-linux-gnu.so -> gprMax\n",
"copying build/lib.linux-x86_64-3.7/gprMax/pml_updates/pml_updates_electric_MRIPML_ext.cpython-37m-x86_64-linux-gnu.so -> gprMax/pml_updates\n",
"copying build/lib.linux-x86_64-3.7/gprMax/pml_updates/pml_updates_magnetic_MRIPML_ext.cpython-37m-x86_64-linux-gnu.so -> gprMax/pml_updates\n",
"copying build/lib.linux-x86_64-3.7/gprMax/pml_updates/pml_updates_magnetic_HORIPML_ext.cpython-37m-x86_64-linux-gnu.so -> gprMax/pml_updates\n",
"copying build/lib.linux-x86_64-3.7/gprMax/pml_updates/pml_updates_electric_HORIPML_ext.cpython-37m-x86_64-linux-gnu.so -> gprMax/pml_updates\n",
"running install\n",
"running bdist_egg\n",
"running egg_info\n",
"creating gprMax.egg-info\n",
"writing gprMax.egg-info/PKG-INFO\n",
"writing dependency_links to gprMax.egg-info/dependency_links.txt\n",
"writing requirements to gprMax.egg-info/requires.txt\n",
"writing top-level names to gprMax.egg-info/top_level.txt\n",
"writing manifest file 'gprMax.egg-info/SOURCES.txt'\n",
"reading manifest file 'gprMax.egg-info/SOURCES.txt'\n",
"reading manifest template 'MANIFEST.in'\n",
"warning: no previously-included files matching '*.DS_Store' found anywhere in distribution\n",
"writing manifest file 'gprMax.egg-info/SOURCES.txt'\n",
"installing library code to build/bdist.linux-x86_64/egg\n",
"running install_lib\n",
"running build_py\n",
"copying gprMax/fields_updates_gpu.py -> build/lib.linux-x86_64-3.7/gprMax\n",
"copying gprMax/receivers.py -> build/lib.linux-x86_64-3.7/gprMax\n",
"copying gprMax/snapshots_gpu.py -> build/lib.linux-x86_64-3.7/gprMax\n",
"copying gprMax/utilities.py -> build/lib.linux-x86_64-3.7/gprMax\n",
"copying gprMax/geometry_outputs.py -> build/lib.linux-x86_64-3.7/gprMax\n",
"copying gprMax/__main__.py -> build/lib.linux-x86_64-3.7/gprMax\n",
"copying gprMax/input_cmd_funcs.py -> build/lib.linux-x86_64-3.7/gprMax\n",
"copying gprMax/input_cmds_file.py -> build/lib.linux-x86_64-3.7/gprMax\n",
"copying gprMax/constants.py -> build/lib.linux-x86_64-3.7/gprMax\n",
"copying gprMax/optimisation_taguchi.py -> build/lib.linux-x86_64-3.7/gprMax\n",
"copying gprMax/waveforms.py -> build/lib.linux-x86_64-3.7/gprMax\n",
"copying gprMax/grid.py -> build/lib.linux-x86_64-3.7/gprMax\n",
"copying gprMax/_version.py -> build/lib.linux-x86_64-3.7/gprMax\n",
"copying gprMax/model_build_run.py -> build/lib.linux-x86_64-3.7/gprMax\n",
"copying gprMax/input_cmds_multiuse.py -> build/lib.linux-x86_64-3.7/gprMax\n",
"copying gprMax/input_cmds_geometry.py -> build/lib.linux-x86_64-3.7/gprMax\n",
"copying gprMax/sources.py -> build/lib.linux-x86_64-3.7/gprMax\n",
"copying gprMax/source_updates_gpu.py -> build/lib.linux-x86_64-3.7/gprMax\n",
"copying gprMax/input_cmds_singleuse.py -> build/lib.linux-x86_64-3.7/gprMax\n",
"copying gprMax/gprMax.py -> build/lib.linux-x86_64-3.7/gprMax\n",
"copying gprMax/pml.py -> build/lib.linux-x86_64-3.7/gprMax\n",
"copying gprMax/materials.py -> build/lib.linux-x86_64-3.7/gprMax\n",
"copying gprMax/fractals.py -> build/lib.linux-x86_64-3.7/gprMax\n",
"copying gprMax/fields_outputs.py -> build/lib.linux-x86_64-3.7/gprMax\n",
"copying gprMax/snapshots.py -> build/lib.linux-x86_64-3.7/gprMax\n",
"copying gprMax/__init__.py -> build/lib.linux-x86_64-3.7/gprMax\n",
"copying gprMax/exceptions.py -> build/lib.linux-x86_64-3.7/gprMax\n",
"creating build/lib.linux-x86_64-3.7/tests\n",
"copying tests/analytical_solutions.py -> build/lib.linux-x86_64-3.7/tests\n",
"copying tests/test_models.py -> build/lib.linux-x86_64-3.7/tests\n",
"copying tests/test_input_cmd_funcs.py -> build/lib.linux-x86_64-3.7/tests\n",
"copying tests/__init__.py -> build/lib.linux-x86_64-3.7/tests\n",
"copying tests/test_experimental.py -> build/lib.linux-x86_64-3.7/tests\n",
"creating build/lib.linux-x86_64-3.7/tools\n",
"copying tools/plot_Ascan.py -> build/lib.linux-x86_64-3.7/tools\n",
"copying tools/inputfile_old2new.py -> build/lib.linux-x86_64-3.7/tools\n",
"copying tools/outputfiles_merge.py -> build/lib.linux-x86_64-3.7/tools\n",
"copying tools/plot_source_wave.py -> build/lib.linux-x86_64-3.7/tools\n",
"copying tools/plot_antenna_params.py -> build/lib.linux-x86_64-3.7/tools\n",
"copying tools/plot_Bscan.py -> build/lib.linux-x86_64-3.7/tools\n",
"copying tools/__init__.py -> build/lib.linux-x86_64-3.7/tools\n",
"copying tools/convert_png2h5.py -> build/lib.linux-x86_64-3.7/tools\n",
"creating build/lib.linux-x86_64-3.7/user_libs\n",
"copying user_libs/__init__.py -> build/lib.linux-x86_64-3.7/user_libs\n",
"copying gprMax/constants.pxd -> build/lib.linux-x86_64-3.7/gprMax\n",
"copying gprMax/fields_updates_ext.c -> build/lib.linux-x86_64-3.7/gprMax\n",
"copying gprMax/fields_updates_ext.pyx -> build/lib.linux-x86_64-3.7/gprMax\n",
"copying gprMax/fractals_generate_ext.c -> build/lib.linux-x86_64-3.7/gprMax\n",
"copying gprMax/fractals_generate_ext.pyx -> build/lib.linux-x86_64-3.7/gprMax\n",
"copying gprMax/geometry_outputs_ext.c -> build/lib.linux-x86_64-3.7/gprMax\n",
"copying gprMax/geometry_outputs_ext.pyx -> build/lib.linux-x86_64-3.7/gprMax\n",
"copying gprMax/geometry_primitives_ext.c -> build/lib.linux-x86_64-3.7/gprMax\n",
"copying gprMax/geometry_primitives_ext.pyx -> build/lib.linux-x86_64-3.7/gprMax\n",
"copying gprMax/snapshots_ext.c -> build/lib.linux-x86_64-3.7/gprMax\n",
"copying gprMax/snapshots_ext.pyx -> build/lib.linux-x86_64-3.7/gprMax\n",
"copying gprMax/yee_cell_build_ext.c -> build/lib.linux-x86_64-3.7/gprMax\n",
"copying gprMax/yee_cell_build_ext.pyx -> build/lib.linux-x86_64-3.7/gprMax\n",
"copying gprMax/yee_cell_setget_rigid_ext.c -> build/lib.linux-x86_64-3.7/gprMax\n",
"copying gprMax/yee_cell_setget_rigid_ext.pxd -> build/lib.linux-x86_64-3.7/gprMax\n",
"copying gprMax/yee_cell_setget_rigid_ext.pyx -> build/lib.linux-x86_64-3.7/gprMax\n",
"copying gprMax/pml_updates/__init__.py -> build/lib.linux-x86_64-3.7/gprMax/pml_updates\n",
"copying gprMax/pml_updates/pml_updates_electric_HORIPML_ext.c -> build/lib.linux-x86_64-3.7/gprMax/pml_updates\n",
"copying gprMax/pml_updates/pml_updates_electric_HORIPML_ext.pyx -> build/lib.linux-x86_64-3.7/gprMax/pml_updates\n",
"copying gprMax/pml_updates/pml_updates_electric_HORIPML_gpu.py -> build/lib.linux-x86_64-3.7/gprMax/pml_updates\n",
"copying gprMax/pml_updates/pml_updates_electric_MRIPML_ext.c -> build/lib.linux-x86_64-3.7/gprMax/pml_updates\n",
"copying gprMax/pml_updates/pml_updates_electric_MRIPML_ext.pyx -> build/lib.linux-x86_64-3.7/gprMax/pml_updates\n",
"copying gprMax/pml_updates/pml_updates_electric_MRIPML_gpu.py -> build/lib.linux-x86_64-3.7/gprMax/pml_updates\n",
"copying gprMax/pml_updates/pml_updates_magnetic_HORIPML_ext.c -> build/lib.linux-x86_64-3.7/gprMax/pml_updates\n",
"copying gprMax/pml_updates/pml_updates_magnetic_HORIPML_ext.pyx -> build/lib.linux-x86_64-3.7/gprMax/pml_updates\n",
"copying gprMax/pml_updates/pml_updates_magnetic_HORIPML_gpu.py -> build/lib.linux-x86_64-3.7/gprMax/pml_updates\n",
"copying gprMax/pml_updates/pml_updates_magnetic_MRIPML_ext.c -> build/lib.linux-x86_64-3.7/gprMax/pml_updates\n",
"copying gprMax/pml_updates/pml_updates_magnetic_MRIPML_ext.pyx -> build/lib.linux-x86_64-3.7/gprMax/pml_updates\n",
"copying gprMax/pml_updates/pml_updates_magnetic_MRIPML_gpu.py -> build/lib.linux-x86_64-3.7/gprMax/pml_updates\n",
"creating build/lib.linux-x86_64-3.7/tests/benchmarking\n",
"copying tests/benchmarking/__init__.py -> build/lib.linux-x86_64-3.7/tests/benchmarking\n",
"copying tests/benchmarking/bench_100x100x100.in -> build/lib.linux-x86_64-3.7/tests/benchmarking\n",
"copying tests/benchmarking/bench_150x150x150.in -> build/lib.linux-x86_64-3.7/tests/benchmarking\n",
"copying tests/benchmarking/bench_200x200x200.in -> build/lib.linux-x86_64-3.7/tests/benchmarking\n",
"copying tests/benchmarking/bench_300x300x300.in -> build/lib.linux-x86_64-3.7/tests/benchmarking\n",
"copying tests/benchmarking/bench_400x400x400.in -> build/lib.linux-x86_64-3.7/tests/benchmarking\n",
"copying tests/benchmarking/bench_450x450x450.in -> build/lib.linux-x86_64-3.7/tests/benchmarking\n",
"copying tests/benchmarking/bench_500x500x500.in -> build/lib.linux-x86_64-3.7/tests/benchmarking\n",
"copying tests/benchmarking/bench_600x600x600.in -> build/lib.linux-x86_64-3.7/tests/benchmarking\n",
"copying tests/benchmarking/bench_700x700x700.in -> build/lib.linux-x86_64-3.7/tests/benchmarking\n",
"copying tests/benchmarking/bench_750x750x750.in -> build/lib.linux-x86_64-3.7/tests/benchmarking\n",
"copying tests/benchmarking/plot_benchmark.py -> build/lib.linux-x86_64-3.7/tests/benchmarking\n",
"creating build/lib.linux-x86_64-3.7/tests/benchmarking/results\n",
"creating build/lib.linux-x86_64-3.7/tests/benchmarking/results/cpu\n",
"creating build/lib.linux-x86_64-3.7/tests/benchmarking/results/cpu/Linux\n",
"creating build/lib.linux-x86_64-3.7/tests/benchmarking/results/cpu/Linux/Dell_PowerEdge_R630\n",
"copying tests/benchmarking/results/cpu/Linux/Dell_PowerEdge_R630/Dell_PowerEdge_R630.png -> build/lib.linux-x86_64-3.7/tests/benchmarking/results/cpu/Linux/Dell_PowerEdge_R630\n",
"copying tests/benchmarking/results/cpu/Linux/Dell_PowerEdge_R630/bench_100x100x100.npz -> build/lib.linux-x86_64-3.7/tests/benchmarking/results/cpu/Linux/Dell_PowerEdge_R630\n",
"copying tests/benchmarking/results/cpu/Linux/Dell_PowerEdge_R630/bench_150x150x150.npz -> build/lib.linux-x86_64-3.7/tests/benchmarking/results/cpu/Linux/Dell_PowerEdge_R630\n",
"copying tests/benchmarking/results/cpu/Linux/Dell_PowerEdge_R630/bench_200x200x200.npz -> build/lib.linux-x86_64-3.7/tests/benchmarking/results/cpu/Linux/Dell_PowerEdge_R630\n",
"creating build/lib.linux-x86_64-3.7/tests/benchmarking/results/cpu/Linux/Lenovo_System_x3650_M5\n",
"copying tests/benchmarking/results/cpu/Linux/Lenovo_System_x3650_M5/Lenovo_System_x3650_M5.png -> build/lib.linux-x86_64-3.7/tests/benchmarking/results/cpu/Linux/Lenovo_System_x3650_M5\n",
"copying tests/benchmarking/results/cpu/Linux/Lenovo_System_x3650_M5/bench_100x100x100.npz -> build/lib.linux-x86_64-3.7/tests/benchmarking/results/cpu/Linux/Lenovo_System_x3650_M5\n",
"copying tests/benchmarking/results/cpu/Linux/Lenovo_System_x3650_M5/bench_150x150x150.npz -> build/lib.linux-x86_64-3.7/tests/benchmarking/results/cpu/Linux/Lenovo_System_x3650_M5\n",
"copying tests/benchmarking/results/cpu/Linux/Lenovo_System_x3650_M5/bench_200x200x200.npz -> build/lib.linux-x86_64-3.7/tests/benchmarking/results/cpu/Linux/Lenovo_System_x3650_M5\n",
"creating build/lib.linux-x86_64-3.7/tests/benchmarking/results/cpu/Linux/SuperMicro_SYS-7048GR-TR\n",
"copying tests/benchmarking/results/cpu/Linux/SuperMicro_SYS-7048GR-TR/Supermicro_SYS-7048GR-TR.png -> build/lib.linux-x86_64-3.7/tests/benchmarking/results/cpu/Linux/SuperMicro_SYS-7048GR-TR\n",
"copying tests/benchmarking/results/cpu/Linux/SuperMicro_SYS-7048GR-TR/bench_100x100x100.npz -> build/lib.linux-x86_64-3.7/tests/benchmarking/results/cpu/Linux/SuperMicro_SYS-7048GR-TR\n",
"copying tests/benchmarking/results/cpu/Linux/SuperMicro_SYS-7048GR-TR/bench_150x150x150.npz -> build/lib.linux-x86_64-3.7/tests/benchmarking/results/cpu/Linux/SuperMicro_SYS-7048GR-TR\n",
"copying tests/benchmarking/results/cpu/Linux/SuperMicro_SYS-7048GR-TR/bench_200x200x200.npz -> build/lib.linux-x86_64-3.7/tests/benchmarking/results/cpu/Linux/SuperMicro_SYS-7048GR-TR\n",
"creating build/lib.linux-x86_64-3.7/tests/benchmarking/results/cpu/MacOSX\n",
"creating build/lib.linux-x86_64-3.7/tests/benchmarking/results/cpu/MacOSX/MacPro1,1\n",
"copying tests/benchmarking/results/cpu/MacOSX/MacPro1,1/Apple_MacPro1,1-v.3.0.0b21.png -> build/lib.linux-x86_64-3.7/tests/benchmarking/results/cpu/MacOSX/MacPro1,1\n",
"copying tests/benchmarking/results/cpu/MacOSX/MacPro1,1/Apple_MacPro1,1.npz -> build/lib.linux-x86_64-3.7/tests/benchmarking/results/cpu/MacOSX/MacPro1,1\n",
"copying tests/benchmarking/results/cpu/MacOSX/MacPro1,1/Apple_MacPro1,1.png -> build/lib.linux-x86_64-3.7/tests/benchmarking/results/cpu/MacOSX/MacPro1,1\n",
"copying tests/benchmarking/results/cpu/MacOSX/MacPro1,1/bench_100x100x100.npz -> build/lib.linux-x86_64-3.7/tests/benchmarking/results/cpu/MacOSX/MacPro1,1\n",
"copying tests/benchmarking/results/cpu/MacOSX/MacPro1,1/bench_150x150x150.npz -> build/lib.linux-x86_64-3.7/tests/benchmarking/results/cpu/MacOSX/MacPro1,1\n",
"creating build/lib.linux-x86_64-3.7/tests/benchmarking/results/cpu/MacOSX/MacPro3,1\n",
"copying tests/benchmarking/results/cpu/MacOSX/MacPro3,1/Apple_MacPro3,1.npz -> build/lib.linux-x86_64-3.7/tests/benchmarking/results/cpu/MacOSX/MacPro3,1\n",
"copying tests/benchmarking/results/cpu/MacOSX/MacPro3,1/Apple_MacPro3,1.png -> build/lib.linux-x86_64-3.7/tests/benchmarking/results/cpu/MacOSX/MacPro3,1\n",
"creating build/lib.linux-x86_64-3.7/tests/benchmarking/results/cpu/MacOSX/iMac15,1\n",
"copying tests/benchmarking/results/cpu/MacOSX/iMac15,1/Apple_iMac15,1+Ccode.npz -> build/lib.linux-x86_64-3.7/tests/benchmarking/results/cpu/MacOSX/iMac15,1\n",
"copying tests/benchmarking/results/cpu/MacOSX/iMac15,1/Apple_iMac15,1+Ccode.png -> build/lib.linux-x86_64-3.7/tests/benchmarking/results/cpu/MacOSX/iMac15,1\n",
"copying tests/benchmarking/results/cpu/MacOSX/iMac15,1/Apple_iMac15,1-v.3.0.5.png -> build/lib.linux-x86_64-3.7/tests/benchmarking/results/cpu/MacOSX/iMac15,1\n",
"copying tests/benchmarking/results/cpu/MacOSX/iMac15,1/Apple_iMac15,1-v.3.0.7.png -> build/lib.linux-x86_64-3.7/tests/benchmarking/results/cpu/MacOSX/iMac15,1\n",
"copying tests/benchmarking/results/cpu/MacOSX/iMac15,1/Apple_iMac15,1.png -> build/lib.linux-x86_64-3.7/tests/benchmarking/results/cpu/MacOSX/iMac15,1\n",
"copying tests/benchmarking/results/cpu/MacOSX/iMac15,1/bench_100x100x100.npz -> build/lib.linux-x86_64-3.7/tests/benchmarking/results/cpu/MacOSX/iMac15,1\n",
"copying tests/benchmarking/results/cpu/MacOSX/iMac15,1/bench_150x150x150.npz -> build/lib.linux-x86_64-3.7/tests/benchmarking/results/cpu/MacOSX/iMac15,1\n",
"creating build/lib.linux-x86_64-3.7/tests/benchmarking/results/cpu/MacOSX/iMac15,1/v.3.1.0b2\n",
"copying tests/benchmarking/results/cpu/MacOSX/iMac15,1/v.3.1.0b2/Apple_iMac15,1.png -> build/lib.linux-x86_64-3.7/tests/benchmarking/results/cpu/MacOSX/iMac15,1/v.3.1.0b2\n",
"copying tests/benchmarking/results/cpu/MacOSX/iMac15,1/v.3.1.0b2/bench_100x100x100.npz -> build/lib.linux-x86_64-3.7/tests/benchmarking/results/cpu/MacOSX/iMac15,1/v.3.1.0b2\n",
"copying tests/benchmarking/results/cpu/MacOSX/iMac15,1/v.3.1.0b2/bench_150x150x150.npz -> build/lib.linux-x86_64-3.7/tests/benchmarking/results/cpu/MacOSX/iMac15,1/v.3.1.0b2\n",
"copying tests/benchmarking/results/cpu/MacOSX/iMac15,1/v.3.1.0b2/bench_200x200x200.npz -> build/lib.linux-x86_64-3.7/tests/benchmarking/results/cpu/MacOSX/iMac15,1/v.3.1.0b2\n",
"copying tests/benchmarking/results/cpu/MacOSX/iMac15,1/v.3.1.0b2/bench_300x300x300.npz -> build/lib.linux-x86_64-3.7/tests/benchmarking/results/cpu/MacOSX/iMac15,1/v.3.1.0b2\n",
"copying tests/benchmarking/results/cpu/MacOSX/iMac15,1/v.3.1.0b2/bench_400x400x400.npz -> build/lib.linux-x86_64-3.7/tests/benchmarking/results/cpu/MacOSX/iMac15,1/v.3.1.0b2\n",
"creating build/lib.linux-x86_64-3.7/tests/benchmarking/results/cpu/Windows7\n",
"creating build/lib.linux-x86_64-3.7/tests/benchmarking/results/cpu/Windows7/Dell_Z420\n",
"copying tests/benchmarking/results/cpu/Windows7/Dell_Z420/DellZ420.png -> build/lib.linux-x86_64-3.7/tests/benchmarking/results/cpu/Windows7/Dell_Z420\n",
"copying tests/benchmarking/results/cpu/Windows7/Dell_Z420/bench_100x100x100.npz -> build/lib.linux-x86_64-3.7/tests/benchmarking/results/cpu/Windows7/Dell_Z420\n",
"copying tests/benchmarking/results/cpu/Windows7/Dell_Z420/bench_150x150x150.npz -> build/lib.linux-x86_64-3.7/tests/benchmarking/results/cpu/Windows7/Dell_Z420\n",
"creating build/lib.linux-x86_64-3.7/tests/benchmarking/results/cpu/Windows7/Lenovo_T430\n",
"copying tests/benchmarking/results/cpu/Windows7/Lenovo_T430/Lenovo_T430.png -> build/lib.linux-x86_64-3.7/tests/benchmarking/results/cpu/Windows7/Lenovo_T430\n",
"copying tests/benchmarking/results/cpu/Windows7/Lenovo_T430/bench_100x100x100.npz -> build/lib.linux-x86_64-3.7/tests/benchmarking/results/cpu/Windows7/Lenovo_T430\n",
"copying tests/benchmarking/results/cpu/Windows7/Lenovo_T430/bench_150x150x150.npz -> build/lib.linux-x86_64-3.7/tests/benchmarking/results/cpu/Windows7/Lenovo_T430\n",
"creating build/lib.linux-x86_64-3.7/tests/benchmarking/results/gpu\n",
"copying tests/benchmarking/results/gpu/NVIDIA.png -> build/lib.linux-x86_64-3.7/tests/benchmarking/results/gpu\n",
"creating build/lib.linux-x86_64-3.7/tests/experimental\n",
"creating build/lib.linux-x86_64-3.7/tests/experimental/antenna_GSSI_1500_fs\n",
"copying tests/experimental/antenna_GSSI_1500_fs/antenna_GSSI_1500_fs.in -> build/lib.linux-x86_64-3.7/tests/experimental/antenna_GSSI_1500_fs\n",
"copying tests/experimental/antenna_GSSI_1500_fs/antenna_GSSI_1500_fs.out -> build/lib.linux-x86_64-3.7/tests/experimental/antenna_GSSI_1500_fs\n",
"copying tests/experimental/antenna_GSSI_1500_fs/antenna_GSSI_1500_fs_proc.in -> build/lib.linux-x86_64-3.7/tests/experimental/antenna_GSSI_1500_fs\n",
"copying tests/experimental/antenna_GSSI_1500_fs/antenna_GSSI_1500_fs_real.txt -> build/lib.linux-x86_64-3.7/tests/experimental/antenna_GSSI_1500_fs\n",
"copying tests/experimental/antenna_GSSI_1500_fs/antenna_GSSI_1500_fs_vs_antenna_GSSI_1500_fs_real.pdf -> build/lib.linux-x86_64-3.7/tests/experimental/antenna_GSSI_1500_fs\n",
"copying tests/experimental/antenna_GSSI_1500_fs/antenna_like_GSSI_1500.vti -> build/lib.linux-x86_64-3.7/tests/experimental/antenna_GSSI_1500_fs\n",
"copying tests/experimental/antenna_GSSI_1500_fs/antenna_like_GSSI_1500_pcb.vtp -> build/lib.linux-x86_64-3.7/tests/experimental/antenna_GSSI_1500_fs\n",
"creating build/lib.linux-x86_64-3.7/tests/experimental/antenna_MALA_1200_fs\n",
"copying tests/experimental/antenna_MALA_1200_fs/antenna_MALA_1200_fs.in -> build/lib.linux-x86_64-3.7/tests/experimental/antenna_MALA_1200_fs\n",
"copying tests/experimental/antenna_MALA_1200_fs/antenna_MALA_1200_fs.out -> build/lib.linux-x86_64-3.7/tests/experimental/antenna_MALA_1200_fs\n",
"copying tests/experimental/antenna_MALA_1200_fs/antenna_MALA_1200_fs_proc.in -> build/lib.linux-x86_64-3.7/tests/experimental/antenna_MALA_1200_fs\n",
"copying tests/experimental/antenna_MALA_1200_fs/antenna_MALA_1200_fs_real.txt -> build/lib.linux-x86_64-3.7/tests/experimental/antenna_MALA_1200_fs\n",
"copying tests/experimental/antenna_MALA_1200_fs/antenna_MALA_1200_fs_vs_antenna_MALA_1200_fs_real.pdf -> build/lib.linux-x86_64-3.7/tests/experimental/antenna_MALA_1200_fs\n",
"copying tests/experimental/antenna_MALA_1200_fs/antenna_like_MALA_1200.vti -> build/lib.linux-x86_64-3.7/tests/experimental/antenna_MALA_1200_fs\n",
"copying tests/experimental/antenna_MALA_1200_fs/antenna_like_MALA_1200_pcb.vtp -> build/lib.linux-x86_64-3.7/tests/experimental/antenna_MALA_1200_fs\n",
"creating build/lib.linux-x86_64-3.7/tests/models_advanced\n",
"creating build/lib.linux-x86_64-3.7/tests/models_advanced/antenna_GSSI_1500_fs\n",
"copying tests/models_advanced/antenna_GSSI_1500_fs/antenna_GSSI_1500_fs.in -> build/lib.linux-x86_64-3.7/tests/models_advanced/antenna_GSSI_1500_fs\n",
"creating build/lib.linux-x86_64-3.7/tests/models_advanced/antenna_MALA_1200_fs\n",
"copying tests/models_advanced/antenna_MALA_1200_fs/antenna_MALA_1200_fs.in -> build/lib.linux-x86_64-3.7/tests/models_advanced/antenna_MALA_1200_fs\n",
"creating build/lib.linux-x86_64-3.7/tests/models_basic\n",
"creating build/lib.linux-x86_64-3.7/tests/models_basic/2D_ExHyHz\n",
"copying tests/models_basic/2D_ExHyHz/2D_ExHyHz.in -> build/lib.linux-x86_64-3.7/tests/models_basic/2D_ExHyHz\n",
"copying tests/models_basic/2D_ExHyHz/2D_ExHyHz.out -> build/lib.linux-x86_64-3.7/tests/models_basic/2D_ExHyHz\n",
"copying tests/models_basic/2D_ExHyHz/2D_ExHyHz.png -> build/lib.linux-x86_64-3.7/tests/models_basic/2D_ExHyHz\n",
"copying tests/models_basic/2D_ExHyHz/2D_ExHyHz_diffs.png -> build/lib.linux-x86_64-3.7/tests/models_basic/2D_ExHyHz\n",
"copying tests/models_basic/2D_ExHyHz/2D_ExHyHz_ref.out -> build/lib.linux-x86_64-3.7/tests/models_basic/2D_ExHyHz\n",
"creating build/lib.linux-x86_64-3.7/tests/models_basic/2D_EyHxHz\n",
"copying tests/models_basic/2D_EyHxHz/2D_EyHxHz.in -> build/lib.linux-x86_64-3.7/tests/models_basic/2D_EyHxHz\n",
"copying tests/models_basic/2D_EyHxHz/2D_EyHxHz.out -> build/lib.linux-x86_64-3.7/tests/models_basic/2D_EyHxHz\n",
"copying tests/models_basic/2D_EyHxHz/2D_EyHxHz.png -> build/lib.linux-x86_64-3.7/tests/models_basic/2D_EyHxHz\n",
"copying tests/models_basic/2D_EyHxHz/2D_EyHxHz_diffs.png -> build/lib.linux-x86_64-3.7/tests/models_basic/2D_EyHxHz\n",
"copying tests/models_basic/2D_EyHxHz/2D_EyHxHz_ref.out -> build/lib.linux-x86_64-3.7/tests/models_basic/2D_EyHxHz\n",
"creating build/lib.linux-x86_64-3.7/tests/models_basic/2D_EzHxHy\n",
"copying tests/models_basic/2D_EzHxHy/2D_EzHxHy.in -> build/lib.linux-x86_64-3.7/tests/models_basic/2D_EzHxHy\n",
"copying tests/models_basic/2D_EzHxHy/2D_EzHxHy.out -> build/lib.linux-x86_64-3.7/tests/models_basic/2D_EzHxHy\n",
"copying tests/models_basic/2D_EzHxHy/2D_EzHxHy.png -> build/lib.linux-x86_64-3.7/tests/models_basic/2D_EzHxHy\n",
"copying tests/models_basic/2D_EzHxHy/2D_EzHxHy_diffs.png -> build/lib.linux-x86_64-3.7/tests/models_basic/2D_EzHxHy\n",
"copying tests/models_basic/2D_EzHxHy/2D_EzHxHy_ref.out -> build/lib.linux-x86_64-3.7/tests/models_basic/2D_EzHxHy\n",
"creating build/lib.linux-x86_64-3.7/tests/models_basic/cylinder_Ascan_2D\n",
"copying tests/models_basic/cylinder_Ascan_2D/cylinder_Ascan_2D.in -> build/lib.linux-x86_64-3.7/tests/models_basic/cylinder_Ascan_2D\n",
"copying tests/models_basic/cylinder_Ascan_2D/cylinder_Ascan_2D.out -> build/lib.linux-x86_64-3.7/tests/models_basic/cylinder_Ascan_2D\n",
"copying tests/models_basic/cylinder_Ascan_2D/cylinder_Ascan_2D.png -> build/lib.linux-x86_64-3.7/tests/models_basic/cylinder_Ascan_2D\n",
"copying tests/models_basic/cylinder_Ascan_2D/cylinder_Ascan_2D_diffs.png -> build/lib.linux-x86_64-3.7/tests/models_basic/cylinder_Ascan_2D\n",
"copying tests/models_basic/cylinder_Ascan_2D/cylinder_Ascan_2D_ref.out -> build/lib.linux-x86_64-3.7/tests/models_basic/cylinder_Ascan_2D\n",
"creating build/lib.linux-x86_64-3.7/tests/models_basic/hertzian_dipole_dispersive\n",
"copying tests/models_basic/hertzian_dipole_dispersive/hertzian_dipole_dispersive.in -> build/lib.linux-x86_64-3.7/tests/models_basic/hertzian_dipole_dispersive\n",
"copying tests/models_basic/hertzian_dipole_dispersive/hertzian_dipole_dispersive.out -> build/lib.linux-x86_64-3.7/tests/models_basic/hertzian_dipole_dispersive\n",
"copying tests/models_basic/hertzian_dipole_dispersive/hertzian_dipole_dispersive.png -> build/lib.linux-x86_64-3.7/tests/models_basic/hertzian_dipole_dispersive\n",
"copying tests/models_basic/hertzian_dipole_dispersive/hertzian_dipole_dispersive_diffs.png -> build/lib.linux-x86_64-3.7/tests/models_basic/hertzian_dipole_dispersive\n",
"copying tests/models_basic/hertzian_dipole_dispersive/hertzian_dipole_dispersive_ref.out -> build/lib.linux-x86_64-3.7/tests/models_basic/hertzian_dipole_dispersive\n",
"creating build/lib.linux-x86_64-3.7/tests/models_basic/hertzian_dipole_fs\n",
"copying tests/models_basic/hertzian_dipole_fs/hertzian_dipole_fs.in -> build/lib.linux-x86_64-3.7/tests/models_basic/hertzian_dipole_fs\n",
"copying tests/models_basic/hertzian_dipole_fs/hertzian_dipole_fs.out -> build/lib.linux-x86_64-3.7/tests/models_basic/hertzian_dipole_fs\n",
"copying tests/models_basic/hertzian_dipole_fs/hertzian_dipole_fs.png -> build/lib.linux-x86_64-3.7/tests/models_basic/hertzian_dipole_fs\n",
"copying tests/models_basic/hertzian_dipole_fs/hertzian_dipole_fs_diffs.png -> build/lib.linux-x86_64-3.7/tests/models_basic/hertzian_dipole_fs\n",
"copying tests/models_basic/hertzian_dipole_fs/hertzian_dipole_fs_ref.out -> build/lib.linux-x86_64-3.7/tests/models_basic/hertzian_dipole_fs\n",
"creating build/lib.linux-x86_64-3.7/tests/models_basic/hertzian_dipole_fs_analytical\n",
"copying tests/models_basic/hertzian_dipole_fs_analytical/hertzian_dipole_fs_analytical.in -> build/lib.linux-x86_64-3.7/tests/models_basic/hertzian_dipole_fs_analytical\n",
"copying tests/models_basic/hertzian_dipole_fs_analytical/hertzian_dipole_fs_analytical.out -> build/lib.linux-x86_64-3.7/tests/models_basic/hertzian_dipole_fs_analytical\n",
"copying tests/models_basic/hertzian_dipole_fs_analytical/hertzian_dipole_fs_analytical.png -> build/lib.linux-x86_64-3.7/tests/models_basic/hertzian_dipole_fs_analytical\n",
"copying tests/models_basic/hertzian_dipole_fs_analytical/hertzian_dipole_fs_analytical_diffs.png -> build/lib.linux-x86_64-3.7/tests/models_basic/hertzian_dipole_fs_analytical\n",
"creating build/lib.linux-x86_64-3.7/tests/models_basic/hertzian_dipole_hs\n",
"copying tests/models_basic/hertzian_dipole_hs/hertzian_dipole_hs.in -> build/lib.linux-x86_64-3.7/tests/models_basic/hertzian_dipole_hs\n",
"copying tests/models_basic/hertzian_dipole_hs/hertzian_dipole_hs.out -> build/lib.linux-x86_64-3.7/tests/models_basic/hertzian_dipole_hs\n",
"copying tests/models_basic/hertzian_dipole_hs/hertzian_dipole_hs.png -> build/lib.linux-x86_64-3.7/tests/models_basic/hertzian_dipole_hs\n",
"copying tests/models_basic/hertzian_dipole_hs/hertzian_dipole_hs_diffs.png -> build/lib.linux-x86_64-3.7/tests/models_basic/hertzian_dipole_hs\n",
"copying tests/models_basic/hertzian_dipole_hs/hertzian_dipole_hs_ref.out -> build/lib.linux-x86_64-3.7/tests/models_basic/hertzian_dipole_hs\n",
"creating build/lib.linux-x86_64-3.7/tests/models_basic/magnetic_dipole_fs\n",
"copying tests/models_basic/magnetic_dipole_fs/magnetic_dipole_fs.in -> build/lib.linux-x86_64-3.7/tests/models_basic/magnetic_dipole_fs\n",
"copying tests/models_basic/magnetic_dipole_fs/magnetic_dipole_fs.out -> build/lib.linux-x86_64-3.7/tests/models_basic/magnetic_dipole_fs\n",
"copying tests/models_basic/magnetic_dipole_fs/magnetic_dipole_fs.png -> build/lib.linux-x86_64-3.7/tests/models_basic/magnetic_dipole_fs\n",
"copying tests/models_basic/magnetic_dipole_fs/magnetic_dipole_fs_diffs.png -> build/lib.linux-x86_64-3.7/tests/models_basic/magnetic_dipole_fs\n",
"copying tests/models_basic/magnetic_dipole_fs/magnetic_dipole_fs_ref.out -> build/lib.linux-x86_64-3.7/tests/models_basic/magnetic_dipole_fs\n",
"creating build/lib.linux-x86_64-3.7/tests/models_pmls\n",
"copying tests/models_pmls/plot_pml_comparison.py -> build/lib.linux-x86_64-3.7/tests/models_pmls\n",
"copying tests/models_pmls/pml_off.in -> build/lib.linux-x86_64-3.7/tests/models_pmls\n",
"creating build/lib.linux-x86_64-3.7/tests/models_pmls/pml_3D_pec_plate\n",
"copying tests/models_pmls/pml_3D_pec_plate/pml_3D_pec_plate_CFS-PML.in -> build/lib.linux-x86_64-3.7/tests/models_pmls/pml_3D_pec_plate\n",
"copying tests/models_pmls/pml_3D_pec_plate/pml_3D_pec_plate_HORIPML-1.in -> build/lib.linux-x86_64-3.7/tests/models_pmls/pml_3D_pec_plate\n",
"copying tests/models_pmls/pml_3D_pec_plate/pml_3D_pec_plate_HORIPML-2.in -> build/lib.linux-x86_64-3.7/tests/models_pmls/pml_3D_pec_plate\n",
"copying tests/models_pmls/pml_3D_pec_plate/pml_3D_pec_plate_MRIPML-1.in -> build/lib.linux-x86_64-3.7/tests/models_pmls/pml_3D_pec_plate\n",
"copying tests/models_pmls/pml_3D_pec_plate/pml_3D_pec_plate_MRIPML-2.in -> build/lib.linux-x86_64-3.7/tests/models_pmls/pml_3D_pec_plate\n",
"copying tests/models_pmls/pml_3D_pec_plate/pml_3D_pec_plate_ref.in -> build/lib.linux-x86_64-3.7/tests/models_pmls/pml_3D_pec_plate\n",
"creating build/lib.linux-x86_64-3.7/tests/models_pmls/pml_x0\n",
"copying tests/models_pmls/pml_x0/pml_x0.in -> build/lib.linux-x86_64-3.7/tests/models_pmls/pml_x0\n",
"creating build/lib.linux-x86_64-3.7/tests/models_pmls/pml_xmax\n",
"copying tests/models_pmls/pml_xmax/pml_xmax.in -> build/lib.linux-x86_64-3.7/tests/models_pmls/pml_xmax\n",
"creating build/lib.linux-x86_64-3.7/tests/models_pmls/pml_y0\n",
"copying tests/models_pmls/pml_y0/pml_y0.in -> build/lib.linux-x86_64-3.7/tests/models_pmls/pml_y0\n",
"creating build/lib.linux-x86_64-3.7/tests/models_pmls/pml_ymax\n",
"copying tests/models_pmls/pml_ymax/pml_ymax.in -> build/lib.linux-x86_64-3.7/tests/models_pmls/pml_ymax\n",
"creating build/lib.linux-x86_64-3.7/tests/models_pmls/pml_z0\n",
"copying tests/models_pmls/pml_z0/pml_z0.in -> build/lib.linux-x86_64-3.7/tests/models_pmls/pml_z0\n",
"creating build/lib.linux-x86_64-3.7/tests/models_pmls/pml_zmax\n",
"copying tests/models_pmls/pml_zmax/pml_zmax.in -> build/lib.linux-x86_64-3.7/tests/models_pmls/pml_zmax\n",
"creating build/lib.linux-x86_64-3.7/tests/other_codes\n",
"creating build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode\n",
"creating build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/antenna_GSSI_1500_fs\n",
"copying tests/other_codes/vs_GprMax_oldCcode/antenna_GSSI_1500_fs/antenna_GSSI_1500_fs.in -> build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/antenna_GSSI_1500_fs\n",
"copying tests/other_codes/vs_GprMax_oldCcode/antenna_GSSI_1500_fs/antenna_GSSI_1500_fs.out -> build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/antenna_GSSI_1500_fs\n",
"copying tests/other_codes/vs_GprMax_oldCcode/antenna_GSSI_1500_fs/antenna_GSSI_1500_fs_proc.in -> build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/antenna_GSSI_1500_fs\n",
"copying tests/other_codes/vs_GprMax_oldCcode/antenna_GSSI_1500_fs/antenna_GSSI_1500_fs_vs_antenna_GSSI_1500_fs_proc_oldstyle_hdf5.pdf -> build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/antenna_GSSI_1500_fs\n",
"copying tests/other_codes/vs_GprMax_oldCcode/antenna_GSSI_1500_fs/antenna_GSSI_1500_fs_vs_antenna_GSSI_1500_fs_proc_oldstyle_hdf5_diffs.pdf -> build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/antenna_GSSI_1500_fs\n",
"copying tests/other_codes/vs_GprMax_oldCcode/antenna_GSSI_1500_fs/antenna_like_GSSI_1500.vti -> build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/antenna_GSSI_1500_fs\n",
"copying tests/other_codes/vs_GprMax_oldCcode/antenna_GSSI_1500_fs/antenna_like_GSSI_1500_pcb.vtp -> build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/antenna_GSSI_1500_fs\n",
"creating build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/antenna_GSSI_1500_fs/Ccode_results\n",
"copying tests/other_codes/vs_GprMax_oldCcode/antenna_GSSI_1500_fs/Ccode_results/antenna_GSSI_1500_fs_proc_oldstyle.in -> build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/antenna_GSSI_1500_fs/Ccode_results\n",
"copying tests/other_codes/vs_GprMax_oldCcode/antenna_GSSI_1500_fs/Ccode_results/antenna_GSSI_1500_fs_proc_oldstyle.out -> build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/antenna_GSSI_1500_fs/Ccode_results\n",
"copying tests/other_codes/vs_GprMax_oldCcode/antenna_GSSI_1500_fs/Ccode_results/antenna_GSSI_1500_fs_proc_oldstyle_hdf5.out -> build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/antenna_GSSI_1500_fs/Ccode_results\n",
"copying tests/other_codes/vs_GprMax_oldCcode/antenna_GSSI_1500_fs/Ccode_results/antenna_like_GSSI_1500.vti -> build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/antenna_GSSI_1500_fs/Ccode_results\n",
"copying tests/other_codes/vs_GprMax_oldCcode/antenna_GSSI_1500_fs/Ccode_results/antenna_like_GSSI_1500_pcb.vtp -> build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/antenna_GSSI_1500_fs/Ccode_results\n",
"creating build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/antenna_MALA_1200_fs\n",
"copying tests/other_codes/vs_GprMax_oldCcode/antenna_MALA_1200_fs/antenna_MALA_1200_fs.in -> build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/antenna_MALA_1200_fs\n",
"copying tests/other_codes/vs_GprMax_oldCcode/antenna_MALA_1200_fs/antenna_MALA_1200_fs.out -> build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/antenna_MALA_1200_fs\n",
"copying tests/other_codes/vs_GprMax_oldCcode/antenna_MALA_1200_fs/antenna_MALA_1200_fs_proc.in -> build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/antenna_MALA_1200_fs\n",
"copying tests/other_codes/vs_GprMax_oldCcode/antenna_MALA_1200_fs/antenna_MALA_1200_fs_vs_antenna_MALA_1200_fs_proc_oldstyle_hdf5.pdf -> build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/antenna_MALA_1200_fs\n",
"copying tests/other_codes/vs_GprMax_oldCcode/antenna_MALA_1200_fs/antenna_MALA_1200_fs_vs_antenna_MALA_1200_fs_proc_oldstyle_hdf5_diffs.pdf -> build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/antenna_MALA_1200_fs\n",
"copying tests/other_codes/vs_GprMax_oldCcode/antenna_MALA_1200_fs/antenna_like_MALA_1200.vti -> build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/antenna_MALA_1200_fs\n",
"copying tests/other_codes/vs_GprMax_oldCcode/antenna_MALA_1200_fs/antenna_like_MALA_1200_pcb.vtp -> build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/antenna_MALA_1200_fs\n",
"creating build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/antenna_MALA_1200_fs/Ccode_results\n",
"copying tests/other_codes/vs_GprMax_oldCcode/antenna_MALA_1200_fs/Ccode_results/antenna_MALA_1200_fs_proc_oldstyle.in -> build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/antenna_MALA_1200_fs/Ccode_results\n",
"copying tests/other_codes/vs_GprMax_oldCcode/antenna_MALA_1200_fs/Ccode_results/antenna_MALA_1200_fs_proc_oldstyle.out -> build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/antenna_MALA_1200_fs/Ccode_results\n",
"copying tests/other_codes/vs_GprMax_oldCcode/antenna_MALA_1200_fs/Ccode_results/antenna_MALA_1200_fs_proc_oldstyle_hdf5.out -> build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/antenna_MALA_1200_fs/Ccode_results\n",
"copying tests/other_codes/vs_GprMax_oldCcode/antenna_MALA_1200_fs/Ccode_results/antenna_like_MALA_1200.vti -> build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/antenna_MALA_1200_fs/Ccode_results\n",
"copying tests/other_codes/vs_GprMax_oldCcode/antenna_MALA_1200_fs/Ccode_results/antenna_like_MALA_1200_pcb.vtp -> build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/antenna_MALA_1200_fs/Ccode_results\n",
"creating build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_dispersive\n",
"copying tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_dispersive/hertzian_dipole_dispersive.in -> build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_dispersive\n",
"copying tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_dispersive/hertzian_dipole_dispersive.out -> build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_dispersive\n",
"copying tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_dispersive/hertzian_dipole_dispersive_vs_hertzian_dipole_dispersive_oldstyle_hdf5.pdf -> build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_dispersive\n",
"copying tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_dispersive/hertzian_dipole_dispersive_vs_hertzian_dipole_dispersive_oldstyle_hdf5_diffs.pdf -> build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_dispersive\n",
"creating build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_dispersive/Ccode_results\n",
"copying tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_dispersive/Ccode_results/hertzian_dipole_dispersive_oldstyle.in -> build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_dispersive/Ccode_results\n",
"copying tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_dispersive/Ccode_results/hertzian_dipole_dispersive_oldstyle.out -> build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_dispersive/Ccode_results\n",
"copying tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_dispersive/Ccode_results/hertzian_dipole_dispersive_oldstyle_hdf5.out -> build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_dispersive/Ccode_results\n",
"creating build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_fs\n",
"copying tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_fs/hertzian_dipole_fs.in -> build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_fs\n",
"copying tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_fs/hertzian_dipole_fs.out -> build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_fs\n",
"copying tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_fs/hertzian_dipole_fs_vs_hertzian_dipole_fs_oldstyle_hdf5.pdf -> build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_fs\n",
"copying tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_fs/hertzian_dipole_fs_vs_hertzian_dipole_fs_oldstyle_hdf5_diffs.pdf -> build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_fs\n",
"creating build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_fs/Ccode_results\n",
"copying tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_fs/Ccode_results/hertzian_dipole_fs_oldstyle.in -> build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_fs/Ccode_results\n",
"copying tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_fs/Ccode_results/hertzian_dipole_fs_oldstyle.out -> build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_fs/Ccode_results\n",
"copying tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_fs/Ccode_results/hertzian_dipole_fs_oldstyle_hdf5.out -> build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_fs/Ccode_results\n",
"creating build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_hs\n",
"copying tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_hs/hertzian_dipole_hs.in -> build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_hs\n",
"copying tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_hs/hertzian_dipole_hs.out -> build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_hs\n",
"copying tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_hs/hertzian_dipole_hs_vs_hertzian_dipole_hs_oldstyle_hdf5.pdf -> build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_hs\n",
"copying tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_hs/hertzian_dipole_hs_vs_hertzian_dipole_hs_oldstyle_hdf5_diffs.pdf -> build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_hs\n",
"creating build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_hs/Ccode_results\n",
"copying tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_hs/Ccode_results/hertzian_dipole_hs_oldstyle.in -> build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_hs/Ccode_results\n",
"copying tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_hs/Ccode_results/hertzian_dipole_hs_oldstyle.out -> build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_hs/Ccode_results\n",
"copying tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_hs/Ccode_results/hertzian_dipole_hs_oldstyle_hdf5.out -> build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_hs/Ccode_results\n",
"creating build/lib.linux-x86_64-3.7/tests/other_codes/vs_MoM_MATLAB\n",
"creating build/lib.linux-x86_64-3.7/tests/other_codes/vs_MoM_MATLAB/antenna_bowtie_fs\n",
"copying tests/other_codes/vs_MoM_MATLAB/antenna_bowtie_fs/antenna_bowtie_fs.in -> build/lib.linux-x86_64-3.7/tests/other_codes/vs_MoM_MATLAB/antenna_bowtie_fs\n",
"copying tests/other_codes/vs_MoM_MATLAB/antenna_bowtie_fs/antenna_bowtie_fs.out -> build/lib.linux-x86_64-3.7/tests/other_codes/vs_MoM_MATLAB/antenna_bowtie_fs\n",
"copying tests/other_codes/vs_MoM_MATLAB/antenna_bowtie_fs/antenna_bowtie_fs_MoM.mat -> build/lib.linux-x86_64-3.7/tests/other_codes/vs_MoM_MATLAB/antenna_bowtie_fs\n",
"copying tests/other_codes/vs_MoM_MATLAB/antenna_bowtie_fs/antenna_bowtie_fs_ant_params.png -> build/lib.linux-x86_64-3.7/tests/other_codes/vs_MoM_MATLAB/antenna_bowtie_fs\n",
"creating build/lib.linux-x86_64-3.7/tools/HPC_scripts\n",
"copying tools/HPC_scripts/gprmax_omp.sh -> build/lib.linux-x86_64-3.7/tools/HPC_scripts\n",
"copying tools/HPC_scripts/gprmax_omp_jobarray.sh -> build/lib.linux-x86_64-3.7/tools/HPC_scripts\n",
"copying tools/HPC_scripts/gprmax_omp_mpi.sh -> build/lib.linux-x86_64-3.7/tools/HPC_scripts\n",
"copying tools/HPC_scripts/gprmax_omp_mpi_no_spawn.sh -> build/lib.linux-x86_64-3.7/tools/HPC_scripts\n",
"creating build/lib.linux-x86_64-3.7/tools/Jupyter_notebooks\n",
"copying tools/Jupyter_notebooks/README.rst -> build/lib.linux-x86_64-3.7/tools/Jupyter_notebooks\n",
"copying tools/Jupyter_notebooks/cylinder_half_space_geo.png -> build/lib.linux-x86_64-3.7/tools/Jupyter_notebooks\n",
"copying tools/Jupyter_notebooks/example_Ascan_2D.ipynb -> build/lib.linux-x86_64-3.7/tools/Jupyter_notebooks\n",
"copying tools/Jupyter_notebooks/example_Bscan_2D.ipynb -> build/lib.linux-x86_64-3.7/tools/Jupyter_notebooks\n",
"copying tools/Jupyter_notebooks/plot_Ascan.ipynb -> build/lib.linux-x86_64-3.7/tools/Jupyter_notebooks\n",
"copying tools/Jupyter_notebooks/plot_Bscan.ipynb -> build/lib.linux-x86_64-3.7/tools/Jupyter_notebooks\n",
"copying tools/Jupyter_notebooks/plot_antenna_params.ipynb -> build/lib.linux-x86_64-3.7/tools/Jupyter_notebooks\n",
"copying tools/Jupyter_notebooks/plot_source_wave.ipynb -> build/lib.linux-x86_64-3.7/tools/Jupyter_notebooks\n",
"creating build/lib.linux-x86_64-3.7/tools/MATLAB_scripts\n",
"copying tools/MATLAB_scripts/README.rst -> build/lib.linux-x86_64-3.7/tools/MATLAB_scripts\n",
"copying tools/MATLAB_scripts/outputfile_converter.m -> build/lib.linux-x86_64-3.7/tools/MATLAB_scripts\n",
"copying tools/MATLAB_scripts/plot_Ascan.m -> build/lib.linux-x86_64-3.7/tools/MATLAB_scripts\n",
"copying tools/MATLAB_scripts/plot_Bscan.m -> build/lib.linux-x86_64-3.7/tools/MATLAB_scripts\n",
"creating build/lib.linux-x86_64-3.7/tools/Paraview macros\n",
"copying tools/Paraview macros/gprMax_info.py -> build/lib.linux-x86_64-3.7/tools/Paraview macros\n",
"creating build/lib.linux-x86_64-3.7/user_libs/AustinManWoman\n",
"copying user_libs/AustinManWoman/AustinManWoman_materials.txt -> build/lib.linux-x86_64-3.7/user_libs/AustinManWoman\n",
"copying user_libs/AustinManWoman/AustinManWoman_materials_dispersive.txt -> build/lib.linux-x86_64-3.7/user_libs/AustinManWoman\n",
"copying user_libs/AustinManWoman/head_only_h5.py -> build/lib.linux-x86_64-3.7/user_libs/AustinManWoman\n",
"creating build/lib.linux-x86_64-3.7/user_libs/antenna_patterns\n",
"copying user_libs/antenna_patterns/initial_save.py -> build/lib.linux-x86_64-3.7/user_libs/antenna_patterns\n",
"copying user_libs/antenna_patterns/plot_fields.py -> build/lib.linux-x86_64-3.7/user_libs/antenna_patterns\n",
"creating build/lib.linux-x86_64-3.7/user_libs/antennas\n",
"copying user_libs/antennas/GSSI.py -> build/lib.linux-x86_64-3.7/user_libs/antennas\n",
"copying user_libs/antennas/GSSI1p5optpulse.txt -> build/lib.linux-x86_64-3.7/user_libs/antennas\n",
"copying user_libs/antennas/MALA.py -> build/lib.linux-x86_64-3.7/user_libs/antennas\n",
"creating build/lib.linux-x86_64-3.7/user_libs/materials\n",
"copying user_libs/materials/eccosorb.txt -> build/lib.linux-x86_64-3.7/user_libs/materials\n",
"creating build/lib.linux-x86_64-3.7/user_libs/optimisation_taguchi\n",
"copying user_libs/optimisation_taguchi/OA_18_7_3_2.npy -> build/lib.linux-x86_64-3.7/user_libs/optimisation_taguchi\n",
"copying user_libs/optimisation_taguchi/OA_9_4_3_2.npy -> build/lib.linux-x86_64-3.7/user_libs/optimisation_taguchi\n",
"copying user_libs/optimisation_taguchi/antenna_bowtie_opt.in -> build/lib.linux-x86_64-3.7/user_libs/optimisation_taguchi\n",
"copying user_libs/optimisation_taguchi/fitness_functions.py -> build/lib.linux-x86_64-3.7/user_libs/optimisation_taguchi\n",
"copying user_libs/optimisation_taguchi/plot_results.py -> build/lib.linux-x86_64-3.7/user_libs/optimisation_taguchi\n",
"running build_ext\n",
"creating build/bdist.linux-x86_64\n",
"creating build/bdist.linux-x86_64/egg\n",
"creating build/bdist.linux-x86_64/egg/tools\n",
"creating build/bdist.linux-x86_64/egg/tools/MATLAB_scripts\n",
"copying build/lib.linux-x86_64-3.7/tools/MATLAB_scripts/README.rst -> build/bdist.linux-x86_64/egg/tools/MATLAB_scripts\n",
"copying build/lib.linux-x86_64-3.7/tools/MATLAB_scripts/plot_Bscan.m -> build/bdist.linux-x86_64/egg/tools/MATLAB_scripts\n",
"copying build/lib.linux-x86_64-3.7/tools/MATLAB_scripts/outputfile_converter.m -> build/bdist.linux-x86_64/egg/tools/MATLAB_scripts\n",
"copying build/lib.linux-x86_64-3.7/tools/MATLAB_scripts/plot_Ascan.m -> build/bdist.linux-x86_64/egg/tools/MATLAB_scripts\n",
"copying build/lib.linux-x86_64-3.7/tools/plot_Ascan.py -> build/bdist.linux-x86_64/egg/tools\n",
"copying build/lib.linux-x86_64-3.7/tools/inputfile_old2new.py -> build/bdist.linux-x86_64/egg/tools\n",
"creating build/bdist.linux-x86_64/egg/tools/Jupyter_notebooks\n",
"copying build/lib.linux-x86_64-3.7/tools/Jupyter_notebooks/README.rst -> build/bdist.linux-x86_64/egg/tools/Jupyter_notebooks\n",
"copying build/lib.linux-x86_64-3.7/tools/Jupyter_notebooks/cylinder_half_space_geo.png -> build/bdist.linux-x86_64/egg/tools/Jupyter_notebooks\n",
"copying build/lib.linux-x86_64-3.7/tools/Jupyter_notebooks/plot_Ascan.ipynb -> build/bdist.linux-x86_64/egg/tools/Jupyter_notebooks\n",
"copying build/lib.linux-x86_64-3.7/tools/Jupyter_notebooks/plot_source_wave.ipynb -> build/bdist.linux-x86_64/egg/tools/Jupyter_notebooks\n",
"copying build/lib.linux-x86_64-3.7/tools/Jupyter_notebooks/plot_antenna_params.ipynb -> build/bdist.linux-x86_64/egg/tools/Jupyter_notebooks\n",
"copying build/lib.linux-x86_64-3.7/tools/Jupyter_notebooks/example_Ascan_2D.ipynb -> build/bdist.linux-x86_64/egg/tools/Jupyter_notebooks\n",
"copying build/lib.linux-x86_64-3.7/tools/Jupyter_notebooks/example_Bscan_2D.ipynb -> build/bdist.linux-x86_64/egg/tools/Jupyter_notebooks\n",
"copying build/lib.linux-x86_64-3.7/tools/Jupyter_notebooks/plot_Bscan.ipynb -> build/bdist.linux-x86_64/egg/tools/Jupyter_notebooks\n",
"copying build/lib.linux-x86_64-3.7/tools/outputfiles_merge.py -> build/bdist.linux-x86_64/egg/tools\n",
"copying build/lib.linux-x86_64-3.7/tools/plot_source_wave.py -> build/bdist.linux-x86_64/egg/tools\n",
"copying build/lib.linux-x86_64-3.7/tools/plot_antenna_params.py -> build/bdist.linux-x86_64/egg/tools\n",
"creating build/bdist.linux-x86_64/egg/tools/Paraview macros\n",
"copying build/lib.linux-x86_64-3.7/tools/Paraview macros/gprMax_info.py -> build/bdist.linux-x86_64/egg/tools/Paraview macros\n",
"creating build/bdist.linux-x86_64/egg/tools/HPC_scripts\n",
"copying build/lib.linux-x86_64-3.7/tools/HPC_scripts/gprmax_omp_mpi.sh -> build/bdist.linux-x86_64/egg/tools/HPC_scripts\n",
"copying build/lib.linux-x86_64-3.7/tools/HPC_scripts/gprmax_omp_jobarray.sh -> build/bdist.linux-x86_64/egg/tools/HPC_scripts\n",
"copying build/lib.linux-x86_64-3.7/tools/HPC_scripts/gprmax_omp_mpi_no_spawn.sh -> build/bdist.linux-x86_64/egg/tools/HPC_scripts\n",
"copying build/lib.linux-x86_64-3.7/tools/HPC_scripts/gprmax_omp.sh -> build/bdist.linux-x86_64/egg/tools/HPC_scripts\n",
"copying build/lib.linux-x86_64-3.7/tools/plot_Bscan.py -> build/bdist.linux-x86_64/egg/tools\n",
"copying build/lib.linux-x86_64-3.7/tools/__init__.py -> build/bdist.linux-x86_64/egg/tools\n",
"copying build/lib.linux-x86_64-3.7/tools/convert_png2h5.py -> build/bdist.linux-x86_64/egg/tools\n",
"creating build/bdist.linux-x86_64/egg/user_libs\n",
"creating build/bdist.linux-x86_64/egg/user_libs/materials\n",
"copying build/lib.linux-x86_64-3.7/user_libs/materials/eccosorb.txt -> build/bdist.linux-x86_64/egg/user_libs/materials\n",
"creating build/bdist.linux-x86_64/egg/user_libs/optimisation_taguchi\n",
"copying build/lib.linux-x86_64-3.7/user_libs/optimisation_taguchi/OA_18_7_3_2.npy -> build/bdist.linux-x86_64/egg/user_libs/optimisation_taguchi\n",
"copying build/lib.linux-x86_64-3.7/user_libs/optimisation_taguchi/fitness_functions.py -> build/bdist.linux-x86_64/egg/user_libs/optimisation_taguchi\n",
"copying build/lib.linux-x86_64-3.7/user_libs/optimisation_taguchi/antenna_bowtie_opt.in -> build/bdist.linux-x86_64/egg/user_libs/optimisation_taguchi\n",
"copying build/lib.linux-x86_64-3.7/user_libs/optimisation_taguchi/plot_results.py -> build/bdist.linux-x86_64/egg/user_libs/optimisation_taguchi\n",
"copying build/lib.linux-x86_64-3.7/user_libs/optimisation_taguchi/OA_9_4_3_2.npy -> build/bdist.linux-x86_64/egg/user_libs/optimisation_taguchi\n",
"creating build/bdist.linux-x86_64/egg/user_libs/antennas\n",
"copying build/lib.linux-x86_64-3.7/user_libs/antennas/MALA.py -> build/bdist.linux-x86_64/egg/user_libs/antennas\n",
"copying build/lib.linux-x86_64-3.7/user_libs/antennas/GSSI.py -> build/bdist.linux-x86_64/egg/user_libs/antennas\n",
"copying build/lib.linux-x86_64-3.7/user_libs/antennas/GSSI1p5optpulse.txt -> build/bdist.linux-x86_64/egg/user_libs/antennas\n",
"creating build/bdist.linux-x86_64/egg/user_libs/AustinManWoman\n",
"copying build/lib.linux-x86_64-3.7/user_libs/AustinManWoman/head_only_h5.py -> build/bdist.linux-x86_64/egg/user_libs/AustinManWoman\n",
"copying build/lib.linux-x86_64-3.7/user_libs/AustinManWoman/AustinManWoman_materials_dispersive.txt -> build/bdist.linux-x86_64/egg/user_libs/AustinManWoman\n",
"copying build/lib.linux-x86_64-3.7/user_libs/AustinManWoman/AustinManWoman_materials.txt -> build/bdist.linux-x86_64/egg/user_libs/AustinManWoman\n",
"creating build/bdist.linux-x86_64/egg/user_libs/antenna_patterns\n",
"copying build/lib.linux-x86_64-3.7/user_libs/antenna_patterns/plot_fields.py -> build/bdist.linux-x86_64/egg/user_libs/antenna_patterns\n",
"copying build/lib.linux-x86_64-3.7/user_libs/antenna_patterns/initial_save.py -> build/bdist.linux-x86_64/egg/user_libs/antenna_patterns\n",
"copying build/lib.linux-x86_64-3.7/user_libs/__init__.py -> build/bdist.linux-x86_64/egg/user_libs\n",
"creating build/bdist.linux-x86_64/egg/tests\n",
"creating build/bdist.linux-x86_64/egg/tests/models_basic\n",
"creating build/bdist.linux-x86_64/egg/tests/models_basic/cylinder_Ascan_2D\n",
"copying build/lib.linux-x86_64-3.7/tests/models_basic/cylinder_Ascan_2D/cylinder_Ascan_2D.out -> build/bdist.linux-x86_64/egg/tests/models_basic/cylinder_Ascan_2D\n",
"copying build/lib.linux-x86_64-3.7/tests/models_basic/cylinder_Ascan_2D/cylinder_Ascan_2D_ref.out -> build/bdist.linux-x86_64/egg/tests/models_basic/cylinder_Ascan_2D\n",
"copying build/lib.linux-x86_64-3.7/tests/models_basic/cylinder_Ascan_2D/cylinder_Ascan_2D.in -> build/bdist.linux-x86_64/egg/tests/models_basic/cylinder_Ascan_2D\n",
"copying build/lib.linux-x86_64-3.7/tests/models_basic/cylinder_Ascan_2D/cylinder_Ascan_2D_diffs.png -> build/bdist.linux-x86_64/egg/tests/models_basic/cylinder_Ascan_2D\n",
"copying build/lib.linux-x86_64-3.7/tests/models_basic/cylinder_Ascan_2D/cylinder_Ascan_2D.png -> build/bdist.linux-x86_64/egg/tests/models_basic/cylinder_Ascan_2D\n",
"creating build/bdist.linux-x86_64/egg/tests/models_basic/hertzian_dipole_hs\n",
"copying build/lib.linux-x86_64-3.7/tests/models_basic/hertzian_dipole_hs/hertzian_dipole_hs_ref.out -> build/bdist.linux-x86_64/egg/tests/models_basic/hertzian_dipole_hs\n",
"copying build/lib.linux-x86_64-3.7/tests/models_basic/hertzian_dipole_hs/hertzian_dipole_hs.in -> build/bdist.linux-x86_64/egg/tests/models_basic/hertzian_dipole_hs\n",
"copying build/lib.linux-x86_64-3.7/tests/models_basic/hertzian_dipole_hs/hertzian_dipole_hs.out -> build/bdist.linux-x86_64/egg/tests/models_basic/hertzian_dipole_hs\n",
"copying build/lib.linux-x86_64-3.7/tests/models_basic/hertzian_dipole_hs/hertzian_dipole_hs.png -> build/bdist.linux-x86_64/egg/tests/models_basic/hertzian_dipole_hs\n",
"copying build/lib.linux-x86_64-3.7/tests/models_basic/hertzian_dipole_hs/hertzian_dipole_hs_diffs.png -> build/bdist.linux-x86_64/egg/tests/models_basic/hertzian_dipole_hs\n",
"creating build/bdist.linux-x86_64/egg/tests/models_basic/2D_ExHyHz\n",
"copying build/lib.linux-x86_64-3.7/tests/models_basic/2D_ExHyHz/2D_ExHyHz_ref.out -> build/bdist.linux-x86_64/egg/tests/models_basic/2D_ExHyHz\n",
"copying build/lib.linux-x86_64-3.7/tests/models_basic/2D_ExHyHz/2D_ExHyHz_diffs.png -> build/bdist.linux-x86_64/egg/tests/models_basic/2D_ExHyHz\n",
"copying build/lib.linux-x86_64-3.7/tests/models_basic/2D_ExHyHz/2D_ExHyHz.png -> build/bdist.linux-x86_64/egg/tests/models_basic/2D_ExHyHz\n",
"copying build/lib.linux-x86_64-3.7/tests/models_basic/2D_ExHyHz/2D_ExHyHz.out -> build/bdist.linux-x86_64/egg/tests/models_basic/2D_ExHyHz\n",
"copying build/lib.linux-x86_64-3.7/tests/models_basic/2D_ExHyHz/2D_ExHyHz.in -> build/bdist.linux-x86_64/egg/tests/models_basic/2D_ExHyHz\n",
"creating build/bdist.linux-x86_64/egg/tests/models_basic/hertzian_dipole_fs\n",
"copying build/lib.linux-x86_64-3.7/tests/models_basic/hertzian_dipole_fs/hertzian_dipole_fs.png -> build/bdist.linux-x86_64/egg/tests/models_basic/hertzian_dipole_fs\n",
"copying build/lib.linux-x86_64-3.7/tests/models_basic/hertzian_dipole_fs/hertzian_dipole_fs_ref.out -> build/bdist.linux-x86_64/egg/tests/models_basic/hertzian_dipole_fs\n",
"copying build/lib.linux-x86_64-3.7/tests/models_basic/hertzian_dipole_fs/hertzian_dipole_fs.out -> build/bdist.linux-x86_64/egg/tests/models_basic/hertzian_dipole_fs\n",
"copying build/lib.linux-x86_64-3.7/tests/models_basic/hertzian_dipole_fs/hertzian_dipole_fs.in -> build/bdist.linux-x86_64/egg/tests/models_basic/hertzian_dipole_fs\n",
"copying build/lib.linux-x86_64-3.7/tests/models_basic/hertzian_dipole_fs/hertzian_dipole_fs_diffs.png -> build/bdist.linux-x86_64/egg/tests/models_basic/hertzian_dipole_fs\n",
"creating build/bdist.linux-x86_64/egg/tests/models_basic/magnetic_dipole_fs\n",
"copying build/lib.linux-x86_64-3.7/tests/models_basic/magnetic_dipole_fs/magnetic_dipole_fs.in -> build/bdist.linux-x86_64/egg/tests/models_basic/magnetic_dipole_fs\n",
"copying build/lib.linux-x86_64-3.7/tests/models_basic/magnetic_dipole_fs/magnetic_dipole_fs.out -> build/bdist.linux-x86_64/egg/tests/models_basic/magnetic_dipole_fs\n",
"copying build/lib.linux-x86_64-3.7/tests/models_basic/magnetic_dipole_fs/magnetic_dipole_fs.png -> build/bdist.linux-x86_64/egg/tests/models_basic/magnetic_dipole_fs\n",
"copying build/lib.linux-x86_64-3.7/tests/models_basic/magnetic_dipole_fs/magnetic_dipole_fs_ref.out -> build/bdist.linux-x86_64/egg/tests/models_basic/magnetic_dipole_fs\n",
"copying build/lib.linux-x86_64-3.7/tests/models_basic/magnetic_dipole_fs/magnetic_dipole_fs_diffs.png -> build/bdist.linux-x86_64/egg/tests/models_basic/magnetic_dipole_fs\n",
"creating build/bdist.linux-x86_64/egg/tests/models_basic/hertzian_dipole_fs_analytical\n",
"copying build/lib.linux-x86_64-3.7/tests/models_basic/hertzian_dipole_fs_analytical/hertzian_dipole_fs_analytical.in -> build/bdist.linux-x86_64/egg/tests/models_basic/hertzian_dipole_fs_analytical\n",
"copying build/lib.linux-x86_64-3.7/tests/models_basic/hertzian_dipole_fs_analytical/hertzian_dipole_fs_analytical_diffs.png -> build/bdist.linux-x86_64/egg/tests/models_basic/hertzian_dipole_fs_analytical\n",
"copying build/lib.linux-x86_64-3.7/tests/models_basic/hertzian_dipole_fs_analytical/hertzian_dipole_fs_analytical.out -> build/bdist.linux-x86_64/egg/tests/models_basic/hertzian_dipole_fs_analytical\n",
"copying build/lib.linux-x86_64-3.7/tests/models_basic/hertzian_dipole_fs_analytical/hertzian_dipole_fs_analytical.png -> build/bdist.linux-x86_64/egg/tests/models_basic/hertzian_dipole_fs_analytical\n",
"creating build/bdist.linux-x86_64/egg/tests/models_basic/2D_EyHxHz\n",
"copying build/lib.linux-x86_64-3.7/tests/models_basic/2D_EyHxHz/2D_EyHxHz.in -> build/bdist.linux-x86_64/egg/tests/models_basic/2D_EyHxHz\n",
"copying build/lib.linux-x86_64-3.7/tests/models_basic/2D_EyHxHz/2D_EyHxHz.out -> build/bdist.linux-x86_64/egg/tests/models_basic/2D_EyHxHz\n",
"copying build/lib.linux-x86_64-3.7/tests/models_basic/2D_EyHxHz/2D_EyHxHz_diffs.png -> build/bdist.linux-x86_64/egg/tests/models_basic/2D_EyHxHz\n",
"copying build/lib.linux-x86_64-3.7/tests/models_basic/2D_EyHxHz/2D_EyHxHz.png -> build/bdist.linux-x86_64/egg/tests/models_basic/2D_EyHxHz\n",
"copying build/lib.linux-x86_64-3.7/tests/models_basic/2D_EyHxHz/2D_EyHxHz_ref.out -> build/bdist.linux-x86_64/egg/tests/models_basic/2D_EyHxHz\n",
"creating build/bdist.linux-x86_64/egg/tests/models_basic/hertzian_dipole_dispersive\n",
"copying build/lib.linux-x86_64-3.7/tests/models_basic/hertzian_dipole_dispersive/hertzian_dipole_dispersive_ref.out -> build/bdist.linux-x86_64/egg/tests/models_basic/hertzian_dipole_dispersive\n",
"copying build/lib.linux-x86_64-3.7/tests/models_basic/hertzian_dipole_dispersive/hertzian_dipole_dispersive_diffs.png -> build/bdist.linux-x86_64/egg/tests/models_basic/hertzian_dipole_dispersive\n",
"copying build/lib.linux-x86_64-3.7/tests/models_basic/hertzian_dipole_dispersive/hertzian_dipole_dispersive.in -> build/bdist.linux-x86_64/egg/tests/models_basic/hertzian_dipole_dispersive\n",
"copying build/lib.linux-x86_64-3.7/tests/models_basic/hertzian_dipole_dispersive/hertzian_dipole_dispersive.out -> build/bdist.linux-x86_64/egg/tests/models_basic/hertzian_dipole_dispersive\n",
"copying build/lib.linux-x86_64-3.7/tests/models_basic/hertzian_dipole_dispersive/hertzian_dipole_dispersive.png -> build/bdist.linux-x86_64/egg/tests/models_basic/hertzian_dipole_dispersive\n",
"creating build/bdist.linux-x86_64/egg/tests/models_basic/2D_EzHxHy\n",
"copying build/lib.linux-x86_64-3.7/tests/models_basic/2D_EzHxHy/2D_EzHxHy_diffs.png -> build/bdist.linux-x86_64/egg/tests/models_basic/2D_EzHxHy\n",
"copying build/lib.linux-x86_64-3.7/tests/models_basic/2D_EzHxHy/2D_EzHxHy.png -> build/bdist.linux-x86_64/egg/tests/models_basic/2D_EzHxHy\n",
"copying build/lib.linux-x86_64-3.7/tests/models_basic/2D_EzHxHy/2D_EzHxHy.out -> build/bdist.linux-x86_64/egg/tests/models_basic/2D_EzHxHy\n",
"copying build/lib.linux-x86_64-3.7/tests/models_basic/2D_EzHxHy/2D_EzHxHy_ref.out -> build/bdist.linux-x86_64/egg/tests/models_basic/2D_EzHxHy\n",
"copying build/lib.linux-x86_64-3.7/tests/models_basic/2D_EzHxHy/2D_EzHxHy.in -> build/bdist.linux-x86_64/egg/tests/models_basic/2D_EzHxHy\n",
"creating build/bdist.linux-x86_64/egg/tests/other_codes\n",
"creating build/bdist.linux-x86_64/egg/tests/other_codes/vs_MoM_MATLAB\n",
"creating build/bdist.linux-x86_64/egg/tests/other_codes/vs_MoM_MATLAB/antenna_bowtie_fs\n",
"copying build/lib.linux-x86_64-3.7/tests/other_codes/vs_MoM_MATLAB/antenna_bowtie_fs/antenna_bowtie_fs_ant_params.png -> build/bdist.linux-x86_64/egg/tests/other_codes/vs_MoM_MATLAB/antenna_bowtie_fs\n",
"copying build/lib.linux-x86_64-3.7/tests/other_codes/vs_MoM_MATLAB/antenna_bowtie_fs/antenna_bowtie_fs.out -> build/bdist.linux-x86_64/egg/tests/other_codes/vs_MoM_MATLAB/antenna_bowtie_fs\n",
"copying build/lib.linux-x86_64-3.7/tests/other_codes/vs_MoM_MATLAB/antenna_bowtie_fs/antenna_bowtie_fs.in -> build/bdist.linux-x86_64/egg/tests/other_codes/vs_MoM_MATLAB/antenna_bowtie_fs\n",
"copying build/lib.linux-x86_64-3.7/tests/other_codes/vs_MoM_MATLAB/antenna_bowtie_fs/antenna_bowtie_fs_MoM.mat -> build/bdist.linux-x86_64/egg/tests/other_codes/vs_MoM_MATLAB/antenna_bowtie_fs\n",
"creating build/bdist.linux-x86_64/egg/tests/other_codes/vs_GprMax_oldCcode\n",
"creating build/bdist.linux-x86_64/egg/tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_hs\n",
"copying build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_hs/hertzian_dipole_hs_vs_hertzian_dipole_hs_oldstyle_hdf5.pdf -> build/bdist.linux-x86_64/egg/tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_hs\n",
"copying build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_hs/hertzian_dipole_hs_vs_hertzian_dipole_hs_oldstyle_hdf5_diffs.pdf -> build/bdist.linux-x86_64/egg/tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_hs\n",
"copying build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_hs/hertzian_dipole_hs.in -> build/bdist.linux-x86_64/egg/tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_hs\n",
"copying build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_hs/hertzian_dipole_hs.out -> build/bdist.linux-x86_64/egg/tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_hs\n",
"creating build/bdist.linux-x86_64/egg/tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_hs/Ccode_results\n",
"copying build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_hs/Ccode_results/hertzian_dipole_hs_oldstyle.in -> build/bdist.linux-x86_64/egg/tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_hs/Ccode_results\n",
"copying build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_hs/Ccode_results/hertzian_dipole_hs_oldstyle_hdf5.out -> build/bdist.linux-x86_64/egg/tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_hs/Ccode_results\n",
"copying build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_hs/Ccode_results/hertzian_dipole_hs_oldstyle.out -> build/bdist.linux-x86_64/egg/tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_hs/Ccode_results\n",
"creating build/bdist.linux-x86_64/egg/tests/other_codes/vs_GprMax_oldCcode/antenna_MALA_1200_fs\n",
"copying build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/antenna_MALA_1200_fs/antenna_like_MALA_1200.vti -> build/bdist.linux-x86_64/egg/tests/other_codes/vs_GprMax_oldCcode/antenna_MALA_1200_fs\n",
"copying build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/antenna_MALA_1200_fs/antenna_MALA_1200_fs.in -> build/bdist.linux-x86_64/egg/tests/other_codes/vs_GprMax_oldCcode/antenna_MALA_1200_fs\n",
"copying build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/antenna_MALA_1200_fs/antenna_MALA_1200_fs_vs_antenna_MALA_1200_fs_proc_oldstyle_hdf5.pdf -> build/bdist.linux-x86_64/egg/tests/other_codes/vs_GprMax_oldCcode/antenna_MALA_1200_fs\n",
"copying build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/antenna_MALA_1200_fs/antenna_MALA_1200_fs.out -> build/bdist.linux-x86_64/egg/tests/other_codes/vs_GprMax_oldCcode/antenna_MALA_1200_fs\n",
"copying build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/antenna_MALA_1200_fs/antenna_MALA_1200_fs_proc.in -> build/bdist.linux-x86_64/egg/tests/other_codes/vs_GprMax_oldCcode/antenna_MALA_1200_fs\n",
"copying build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/antenna_MALA_1200_fs/antenna_MALA_1200_fs_vs_antenna_MALA_1200_fs_proc_oldstyle_hdf5_diffs.pdf -> build/bdist.linux-x86_64/egg/tests/other_codes/vs_GprMax_oldCcode/antenna_MALA_1200_fs\n",
"creating build/bdist.linux-x86_64/egg/tests/other_codes/vs_GprMax_oldCcode/antenna_MALA_1200_fs/Ccode_results\n",
"copying build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/antenna_MALA_1200_fs/Ccode_results/antenna_like_MALA_1200.vti -> build/bdist.linux-x86_64/egg/tests/other_codes/vs_GprMax_oldCcode/antenna_MALA_1200_fs/Ccode_results\n",
"copying build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/antenna_MALA_1200_fs/Ccode_results/antenna_MALA_1200_fs_proc_oldstyle.in -> build/bdist.linux-x86_64/egg/tests/other_codes/vs_GprMax_oldCcode/antenna_MALA_1200_fs/Ccode_results\n",
"copying build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/antenna_MALA_1200_fs/Ccode_results/antenna_MALA_1200_fs_proc_oldstyle.out -> build/bdist.linux-x86_64/egg/tests/other_codes/vs_GprMax_oldCcode/antenna_MALA_1200_fs/Ccode_results\n",
"copying build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/antenna_MALA_1200_fs/Ccode_results/antenna_MALA_1200_fs_proc_oldstyle_hdf5.out -> build/bdist.linux-x86_64/egg/tests/other_codes/vs_GprMax_oldCcode/antenna_MALA_1200_fs/Ccode_results\n",
"copying build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/antenna_MALA_1200_fs/Ccode_results/antenna_like_MALA_1200_pcb.vtp -> build/bdist.linux-x86_64/egg/tests/other_codes/vs_GprMax_oldCcode/antenna_MALA_1200_fs/Ccode_results\n",
"copying build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/antenna_MALA_1200_fs/antenna_like_MALA_1200_pcb.vtp -> build/bdist.linux-x86_64/egg/tests/other_codes/vs_GprMax_oldCcode/antenna_MALA_1200_fs\n",
"creating build/bdist.linux-x86_64/egg/tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_fs\n",
"copying build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_fs/hertzian_dipole_fs_vs_hertzian_dipole_fs_oldstyle_hdf5.pdf -> build/bdist.linux-x86_64/egg/tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_fs\n",
"copying build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_fs/hertzian_dipole_fs_vs_hertzian_dipole_fs_oldstyle_hdf5_diffs.pdf -> build/bdist.linux-x86_64/egg/tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_fs\n",
"copying build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_fs/hertzian_dipole_fs.out -> build/bdist.linux-x86_64/egg/tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_fs\n",
"copying build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_fs/hertzian_dipole_fs.in -> build/bdist.linux-x86_64/egg/tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_fs\n",
"creating build/bdist.linux-x86_64/egg/tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_fs/Ccode_results\n",
"copying build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_fs/Ccode_results/hertzian_dipole_fs_oldstyle.in -> build/bdist.linux-x86_64/egg/tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_fs/Ccode_results\n",
"copying build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_fs/Ccode_results/hertzian_dipole_fs_oldstyle_hdf5.out -> build/bdist.linux-x86_64/egg/tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_fs/Ccode_results\n",
"copying build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_fs/Ccode_results/hertzian_dipole_fs_oldstyle.out -> build/bdist.linux-x86_64/egg/tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_fs/Ccode_results\n",
"creating build/bdist.linux-x86_64/egg/tests/other_codes/vs_GprMax_oldCcode/antenna_GSSI_1500_fs\n",
"copying build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/antenna_GSSI_1500_fs/antenna_GSSI_1500_fs.in -> build/bdist.linux-x86_64/egg/tests/other_codes/vs_GprMax_oldCcode/antenna_GSSI_1500_fs\n",
"copying build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/antenna_GSSI_1500_fs/antenna_like_GSSI_1500_pcb.vtp -> build/bdist.linux-x86_64/egg/tests/other_codes/vs_GprMax_oldCcode/antenna_GSSI_1500_fs\n",
"copying build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/antenna_GSSI_1500_fs/antenna_GSSI_1500_fs_vs_antenna_GSSI_1500_fs_proc_oldstyle_hdf5_diffs.pdf -> build/bdist.linux-x86_64/egg/tests/other_codes/vs_GprMax_oldCcode/antenna_GSSI_1500_fs\n",
"copying build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/antenna_GSSI_1500_fs/antenna_GSSI_1500_fs_vs_antenna_GSSI_1500_fs_proc_oldstyle_hdf5.pdf -> build/bdist.linux-x86_64/egg/tests/other_codes/vs_GprMax_oldCcode/antenna_GSSI_1500_fs\n",
"copying build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/antenna_GSSI_1500_fs/antenna_GSSI_1500_fs_proc.in -> build/bdist.linux-x86_64/egg/tests/other_codes/vs_GprMax_oldCcode/antenna_GSSI_1500_fs\n",
"creating build/bdist.linux-x86_64/egg/tests/other_codes/vs_GprMax_oldCcode/antenna_GSSI_1500_fs/Ccode_results\n",
"copying build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/antenna_GSSI_1500_fs/Ccode_results/antenna_GSSI_1500_fs_proc_oldstyle.in -> build/bdist.linux-x86_64/egg/tests/other_codes/vs_GprMax_oldCcode/antenna_GSSI_1500_fs/Ccode_results\n",
"copying build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/antenna_GSSI_1500_fs/Ccode_results/antenna_GSSI_1500_fs_proc_oldstyle_hdf5.out -> build/bdist.linux-x86_64/egg/tests/other_codes/vs_GprMax_oldCcode/antenna_GSSI_1500_fs/Ccode_results\n",
"copying build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/antenna_GSSI_1500_fs/Ccode_results/antenna_like_GSSI_1500_pcb.vtp -> build/bdist.linux-x86_64/egg/tests/other_codes/vs_GprMax_oldCcode/antenna_GSSI_1500_fs/Ccode_results\n",
"copying build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/antenna_GSSI_1500_fs/Ccode_results/antenna_GSSI_1500_fs_proc_oldstyle.out -> build/bdist.linux-x86_64/egg/tests/other_codes/vs_GprMax_oldCcode/antenna_GSSI_1500_fs/Ccode_results\n",
"copying build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/antenna_GSSI_1500_fs/Ccode_results/antenna_like_GSSI_1500.vti -> build/bdist.linux-x86_64/egg/tests/other_codes/vs_GprMax_oldCcode/antenna_GSSI_1500_fs/Ccode_results\n",
"copying build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/antenna_GSSI_1500_fs/antenna_like_GSSI_1500.vti -> build/bdist.linux-x86_64/egg/tests/other_codes/vs_GprMax_oldCcode/antenna_GSSI_1500_fs\n",
"copying build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/antenna_GSSI_1500_fs/antenna_GSSI_1500_fs.out -> build/bdist.linux-x86_64/egg/tests/other_codes/vs_GprMax_oldCcode/antenna_GSSI_1500_fs\n",
"creating build/bdist.linux-x86_64/egg/tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_dispersive\n",
"copying build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_dispersive/hertzian_dipole_dispersive.in -> build/bdist.linux-x86_64/egg/tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_dispersive\n",
"copying build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_dispersive/hertzian_dipole_dispersive_vs_hertzian_dipole_dispersive_oldstyle_hdf5_diffs.pdf -> build/bdist.linux-x86_64/egg/tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_dispersive\n",
"copying build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_dispersive/hertzian_dipole_dispersive_vs_hertzian_dipole_dispersive_oldstyle_hdf5.pdf -> build/bdist.linux-x86_64/egg/tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_dispersive\n",
"copying build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_dispersive/hertzian_dipole_dispersive.out -> build/bdist.linux-x86_64/egg/tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_dispersive\n",
"creating build/bdist.linux-x86_64/egg/tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_dispersive/Ccode_results\n",
"copying build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_dispersive/Ccode_results/hertzian_dipole_dispersive_oldstyle.in -> build/bdist.linux-x86_64/egg/tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_dispersive/Ccode_results\n",
"copying build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_dispersive/Ccode_results/hertzian_dipole_dispersive_oldstyle.out -> build/bdist.linux-x86_64/egg/tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_dispersive/Ccode_results\n",
"copying build/lib.linux-x86_64-3.7/tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_dispersive/Ccode_results/hertzian_dipole_dispersive_oldstyle_hdf5.out -> build/bdist.linux-x86_64/egg/tests/other_codes/vs_GprMax_oldCcode/hertzian_dipole_dispersive/Ccode_results\n",
"creating build/bdist.linux-x86_64/egg/tests/models_pmls\n",
"creating build/bdist.linux-x86_64/egg/tests/models_pmls/pml_xmax\n",
"copying build/lib.linux-x86_64-3.7/tests/models_pmls/pml_xmax/pml_xmax.in -> build/bdist.linux-x86_64/egg/tests/models_pmls/pml_xmax\n",
"copying build/lib.linux-x86_64-3.7/tests/models_pmls/pml_off.in -> build/bdist.linux-x86_64/egg/tests/models_pmls\n",
"creating build/bdist.linux-x86_64/egg/tests/models_pmls/pml_z0\n",
"copying build/lib.linux-x86_64-3.7/tests/models_pmls/pml_z0/pml_z0.in -> build/bdist.linux-x86_64/egg/tests/models_pmls/pml_z0\n",
"creating build/bdist.linux-x86_64/egg/tests/models_pmls/pml_zmax\n",
"copying build/lib.linux-x86_64-3.7/tests/models_pmls/pml_zmax/pml_zmax.in -> build/bdist.linux-x86_64/egg/tests/models_pmls/pml_zmax\n",
"creating build/bdist.linux-x86_64/egg/tests/models_pmls/pml_3D_pec_plate\n",
"copying build/lib.linux-x86_64-3.7/tests/models_pmls/pml_3D_pec_plate/pml_3D_pec_plate_HORIPML-1.in -> build/bdist.linux-x86_64/egg/tests/models_pmls/pml_3D_pec_plate\n",
"copying build/lib.linux-x86_64-3.7/tests/models_pmls/pml_3D_pec_plate/pml_3D_pec_plate_MRIPML-2.in -> build/bdist.linux-x86_64/egg/tests/models_pmls/pml_3D_pec_plate\n",
"copying build/lib.linux-x86_64-3.7/tests/models_pmls/pml_3D_pec_plate/pml_3D_pec_plate_ref.in -> build/bdist.linux-x86_64/egg/tests/models_pmls/pml_3D_pec_plate\n",
"copying build/lib.linux-x86_64-3.7/tests/models_pmls/pml_3D_pec_plate/pml_3D_pec_plate_CFS-PML.in -> build/bdist.linux-x86_64/egg/tests/models_pmls/pml_3D_pec_plate\n",
"copying build/lib.linux-x86_64-3.7/tests/models_pmls/pml_3D_pec_plate/pml_3D_pec_plate_HORIPML-2.in -> build/bdist.linux-x86_64/egg/tests/models_pmls/pml_3D_pec_plate\n",
"copying build/lib.linux-x86_64-3.7/tests/models_pmls/pml_3D_pec_plate/pml_3D_pec_plate_MRIPML-1.in -> build/bdist.linux-x86_64/egg/tests/models_pmls/pml_3D_pec_plate\n",
"copying build/lib.linux-x86_64-3.7/tests/models_pmls/plot_pml_comparison.py -> build/bdist.linux-x86_64/egg/tests/models_pmls\n",
"creating build/bdist.linux-x86_64/egg/tests/models_pmls/pml_ymax\n",
"copying build/lib.linux-x86_64-3.7/tests/models_pmls/pml_ymax/pml_ymax.in -> build/bdist.linux-x86_64/egg/tests/models_pmls/pml_ymax\n",
"creating build/bdist.linux-x86_64/egg/tests/models_pmls/pml_x0\n",
"copying build/lib.linux-x86_64-3.7/tests/models_pmls/pml_x0/pml_x0.in -> build/bdist.linux-x86_64/egg/tests/models_pmls/pml_x0\n",
"creating build/bdist.linux-x86_64/egg/tests/models_pmls/pml_y0\n",
"copying build/lib.linux-x86_64-3.7/tests/models_pmls/pml_y0/pml_y0.in -> build/bdist.linux-x86_64/egg/tests/models_pmls/pml_y0\n",
"copying build/lib.linux-x86_64-3.7/tests/analytical_solutions.py -> build/bdist.linux-x86_64/egg/tests\n",
"creating build/bdist.linux-x86_64/egg/tests/experimental\n",
"creating build/bdist.linux-x86_64/egg/tests/experimental/antenna_MALA_1200_fs\n",
"copying build/lib.linux-x86_64-3.7/tests/experimental/antenna_MALA_1200_fs/antenna_like_MALA_1200.vti -> build/bdist.linux-x86_64/egg/tests/experimental/antenna_MALA_1200_fs\n",
"copying build/lib.linux-x86_64-3.7/tests/experimental/antenna_MALA_1200_fs/antenna_MALA_1200_fs.in -> build/bdist.linux-x86_64/egg/tests/experimental/antenna_MALA_1200_fs\n",
"copying build/lib.linux-x86_64-3.7/tests/experimental/antenna_MALA_1200_fs/antenna_MALA_1200_fs_real.txt -> build/bdist.linux-x86_64/egg/tests/experimental/antenna_MALA_1200_fs\n",
"copying build/lib.linux-x86_64-3.7/tests/experimental/antenna_MALA_1200_fs/antenna_MALA_1200_fs.out -> build/bdist.linux-x86_64/egg/tests/experimental/antenna_MALA_1200_fs\n",
"copying build/lib.linux-x86_64-3.7/tests/experimental/antenna_MALA_1200_fs/antenna_MALA_1200_fs_proc.in -> build/bdist.linux-x86_64/egg/tests/experimental/antenna_MALA_1200_fs\n",
"copying build/lib.linux-x86_64-3.7/tests/experimental/antenna_MALA_1200_fs/antenna_MALA_1200_fs_vs_antenna_MALA_1200_fs_real.pdf -> build/bdist.linux-x86_64/egg/tests/experimental/antenna_MALA_1200_fs\n",
"copying build/lib.linux-x86_64-3.7/tests/experimental/antenna_MALA_1200_fs/antenna_like_MALA_1200_pcb.vtp -> build/bdist.linux-x86_64/egg/tests/experimental/antenna_MALA_1200_fs\n",
"creating build/bdist.linux-x86_64/egg/tests/experimental/antenna_GSSI_1500_fs\n",
"copying build/lib.linux-x86_64-3.7/tests/experimental/antenna_GSSI_1500_fs/antenna_GSSI_1500_fs_vs_antenna_GSSI_1500_fs_real.pdf -> build/bdist.linux-x86_64/egg/tests/experimental/antenna_GSSI_1500_fs\n",
"copying build/lib.linux-x86_64-3.7/tests/experimental/antenna_GSSI_1500_fs/antenna_GSSI_1500_fs_real.txt -> build/bdist.linux-x86_64/egg/tests/experimental/antenna_GSSI_1500_fs\n",
"copying build/lib.linux-x86_64-3.7/tests/experimental/antenna_GSSI_1500_fs/antenna_GSSI_1500_fs.in -> build/bdist.linux-x86_64/egg/tests/experimental/antenna_GSSI_1500_fs\n",
"copying build/lib.linux-x86_64-3.7/tests/experimental/antenna_GSSI_1500_fs/antenna_like_GSSI_1500_pcb.vtp -> build/bdist.linux-x86_64/egg/tests/experimental/antenna_GSSI_1500_fs\n",
"copying build/lib.linux-x86_64-3.7/tests/experimental/antenna_GSSI_1500_fs/antenna_GSSI_1500_fs_proc.in -> build/bdist.linux-x86_64/egg/tests/experimental/antenna_GSSI_1500_fs\n",
"copying build/lib.linux-x86_64-3.7/tests/experimental/antenna_GSSI_1500_fs/antenna_like_GSSI_1500.vti -> build/bdist.linux-x86_64/egg/tests/experimental/antenna_GSSI_1500_fs\n",
"copying build/lib.linux-x86_64-3.7/tests/experimental/antenna_GSSI_1500_fs/antenna_GSSI_1500_fs.out -> build/bdist.linux-x86_64/egg/tests/experimental/antenna_GSSI_1500_fs\n",
"copying build/lib.linux-x86_64-3.7/tests/test_models.py -> build/bdist.linux-x86_64/egg/tests\n",
"creating build/bdist.linux-x86_64/egg/tests/benchmarking\n",
"creating build/bdist.linux-x86_64/egg/tests/benchmarking/results\n",
"creating build/bdist.linux-x86_64/egg/tests/benchmarking/results/cpu\n",
"creating build/bdist.linux-x86_64/egg/tests/benchmarking/results/cpu/Linux\n",
"creating build/bdist.linux-x86_64/egg/tests/benchmarking/results/cpu/Linux/Lenovo_System_x3650_M5\n",
"copying build/lib.linux-x86_64-3.7/tests/benchmarking/results/cpu/Linux/Lenovo_System_x3650_M5/bench_100x100x100.npz -> build/bdist.linux-x86_64/egg/tests/benchmarking/results/cpu/Linux/Lenovo_System_x3650_M5\n",
"copying build/lib.linux-x86_64-3.7/tests/benchmarking/results/cpu/Linux/Lenovo_System_x3650_M5/Lenovo_System_x3650_M5.png -> build/bdist.linux-x86_64/egg/tests/benchmarking/results/cpu/Linux/Lenovo_System_x3650_M5\n",
"copying build/lib.linux-x86_64-3.7/tests/benchmarking/results/cpu/Linux/Lenovo_System_x3650_M5/bench_150x150x150.npz -> build/bdist.linux-x86_64/egg/tests/benchmarking/results/cpu/Linux/Lenovo_System_x3650_M5\n",
"copying build/lib.linux-x86_64-3.7/tests/benchmarking/results/cpu/Linux/Lenovo_System_x3650_M5/bench_200x200x200.npz -> build/bdist.linux-x86_64/egg/tests/benchmarking/results/cpu/Linux/Lenovo_System_x3650_M5\n",
"creating build/bdist.linux-x86_64/egg/tests/benchmarking/results/cpu/Linux/Dell_PowerEdge_R630\n",
"copying build/lib.linux-x86_64-3.7/tests/benchmarking/results/cpu/Linux/Dell_PowerEdge_R630/bench_100x100x100.npz -> build/bdist.linux-x86_64/egg/tests/benchmarking/results/cpu/Linux/Dell_PowerEdge_R630\n",
"copying build/lib.linux-x86_64-3.7/tests/benchmarking/results/cpu/Linux/Dell_PowerEdge_R630/Dell_PowerEdge_R630.png -> build/bdist.linux-x86_64/egg/tests/benchmarking/results/cpu/Linux/Dell_PowerEdge_R630\n",
"copying build/lib.linux-x86_64-3.7/tests/benchmarking/results/cpu/Linux/Dell_PowerEdge_R630/bench_150x150x150.npz -> build/bdist.linux-x86_64/egg/tests/benchmarking/results/cpu/Linux/Dell_PowerEdge_R630\n",
"copying build/lib.linux-x86_64-3.7/tests/benchmarking/results/cpu/Linux/Dell_PowerEdge_R630/bench_200x200x200.npz -> build/bdist.linux-x86_64/egg/tests/benchmarking/results/cpu/Linux/Dell_PowerEdge_R630\n",
"creating build/bdist.linux-x86_64/egg/tests/benchmarking/results/cpu/Linux/SuperMicro_SYS-7048GR-TR\n",
"copying build/lib.linux-x86_64-3.7/tests/benchmarking/results/cpu/Linux/SuperMicro_SYS-7048GR-TR/bench_100x100x100.npz -> build/bdist.linux-x86_64/egg/tests/benchmarking/results/cpu/Linux/SuperMicro_SYS-7048GR-TR\n",
"copying build/lib.linux-x86_64-3.7/tests/benchmarking/results/cpu/Linux/SuperMicro_SYS-7048GR-TR/Supermicro_SYS-7048GR-TR.png -> build/bdist.linux-x86_64/egg/tests/benchmarking/results/cpu/Linux/SuperMicro_SYS-7048GR-TR\n",
"copying build/lib.linux-x86_64-3.7/tests/benchmarking/results/cpu/Linux/SuperMicro_SYS-7048GR-TR/bench_150x150x150.npz -> build/bdist.linux-x86_64/egg/tests/benchmarking/results/cpu/Linux/SuperMicro_SYS-7048GR-TR\n",
"copying build/lib.linux-x86_64-3.7/tests/benchmarking/results/cpu/Linux/SuperMicro_SYS-7048GR-TR/bench_200x200x200.npz -> build/bdist.linux-x86_64/egg/tests/benchmarking/results/cpu/Linux/SuperMicro_SYS-7048GR-TR\n",
"creating build/bdist.linux-x86_64/egg/tests/benchmarking/results/cpu/Windows7\n",
"creating build/bdist.linux-x86_64/egg/tests/benchmarking/results/cpu/Windows7/Dell_Z420\n",
"copying build/lib.linux-x86_64-3.7/tests/benchmarking/results/cpu/Windows7/Dell_Z420/DellZ420.png -> build/bdist.linux-x86_64/egg/tests/benchmarking/results/cpu/Windows7/Dell_Z420\n",
"copying build/lib.linux-x86_64-3.7/tests/benchmarking/results/cpu/Windows7/Dell_Z420/bench_100x100x100.npz -> build/bdist.linux-x86_64/egg/tests/benchmarking/results/cpu/Windows7/Dell_Z420\n",
"copying build/lib.linux-x86_64-3.7/tests/benchmarking/results/cpu/Windows7/Dell_Z420/bench_150x150x150.npz -> build/bdist.linux-x86_64/egg/tests/benchmarking/results/cpu/Windows7/Dell_Z420\n",
"creating build/bdist.linux-x86_64/egg/tests/benchmarking/results/cpu/Windows7/Lenovo_T430\n",
"copying build/lib.linux-x86_64-3.7/tests/benchmarking/results/cpu/Windows7/Lenovo_T430/bench_100x100x100.npz -> build/bdist.linux-x86_64/egg/tests/benchmarking/results/cpu/Windows7/Lenovo_T430\n",
"copying build/lib.linux-x86_64-3.7/tests/benchmarking/results/cpu/Windows7/Lenovo_T430/Lenovo_T430.png -> build/bdist.linux-x86_64/egg/tests/benchmarking/results/cpu/Windows7/Lenovo_T430\n",
"copying build/lib.linux-x86_64-3.7/tests/benchmarking/results/cpu/Windows7/Lenovo_T430/bench_150x150x150.npz -> build/bdist.linux-x86_64/egg/tests/benchmarking/results/cpu/Windows7/Lenovo_T430\n",
"creating build/bdist.linux-x86_64/egg/tests/benchmarking/results/cpu/MacOSX\n",
"creating build/bdist.linux-x86_64/egg/tests/benchmarking/results/cpu/MacOSX/iMac15,1\n",
"copying build/lib.linux-x86_64-3.7/tests/benchmarking/results/cpu/MacOSX/iMac15,1/Apple_iMac15,1+Ccode.npz -> build/bdist.linux-x86_64/egg/tests/benchmarking/results/cpu/MacOSX/iMac15,1\n",
"copying build/lib.linux-x86_64-3.7/tests/benchmarking/results/cpu/MacOSX/iMac15,1/bench_100x100x100.npz -> build/bdist.linux-x86_64/egg/tests/benchmarking/results/cpu/MacOSX/iMac15,1\n",
"creating build/bdist.linux-x86_64/egg/tests/benchmarking/results/cpu/MacOSX/iMac15,1/v.3.1.0b2\n",
"copying build/lib.linux-x86_64-3.7/tests/benchmarking/results/cpu/MacOSX/iMac15,1/v.3.1.0b2/bench_100x100x100.npz -> build/bdist.linux-x86_64/egg/tests/benchmarking/results/cpu/MacOSX/iMac15,1/v.3.1.0b2\n",
"copying build/lib.linux-x86_64-3.7/tests/benchmarking/results/cpu/MacOSX/iMac15,1/v.3.1.0b2/bench_400x400x400.npz -> build/bdist.linux-x86_64/egg/tests/benchmarking/results/cpu/MacOSX/iMac15,1/v.3.1.0b2\n",
"copying build/lib.linux-x86_64-3.7/tests/benchmarking/results/cpu/MacOSX/iMac15,1/v.3.1.0b2/bench_300x300x300.npz -> build/bdist.linux-x86_64/egg/tests/benchmarking/results/cpu/MacOSX/iMac15,1/v.3.1.0b2\n",
"copying build/lib.linux-x86_64-3.7/tests/benchmarking/results/cpu/MacOSX/iMac15,1/v.3.1.0b2/bench_150x150x150.npz -> build/bdist.linux-x86_64/egg/tests/benchmarking/results/cpu/MacOSX/iMac15,1/v.3.1.0b2\n",
"copying build/lib.linux-x86_64-3.7/tests/benchmarking/results/cpu/MacOSX/iMac15,1/v.3.1.0b2/bench_200x200x200.npz -> build/bdist.linux-x86_64/egg/tests/benchmarking/results/cpu/MacOSX/iMac15,1/v.3.1.0b2\n",
"copying build/lib.linux-x86_64-3.7/tests/benchmarking/results/cpu/MacOSX/iMac15,1/v.3.1.0b2/Apple_iMac15,1.png -> build/bdist.linux-x86_64/egg/tests/benchmarking/results/cpu/MacOSX/iMac15,1/v.3.1.0b2\n",
"copying build/lib.linux-x86_64-3.7/tests/benchmarking/results/cpu/MacOSX/iMac15,1/Apple_iMac15,1-v.3.0.5.png -> build/bdist.linux-x86_64/egg/tests/benchmarking/results/cpu/MacOSX/iMac15,1\n",
"copying build/lib.linux-x86_64-3.7/tests/benchmarking/results/cpu/MacOSX/iMac15,1/Apple_iMac15,1-v.3.0.7.png -> build/bdist.linux-x86_64/egg/tests/benchmarking/results/cpu/MacOSX/iMac15,1\n",
"copying build/lib.linux-x86_64-3.7/tests/benchmarking/results/cpu/MacOSX/iMac15,1/bench_150x150x150.npz -> build/bdist.linux-x86_64/egg/tests/benchmarking/results/cpu/MacOSX/iMac15,1\n",
"copying build/lib.linux-x86_64-3.7/tests/benchmarking/results/cpu/MacOSX/iMac15,1/Apple_iMac15,1.png -> build/bdist.linux-x86_64/egg/tests/benchmarking/results/cpu/MacOSX/iMac15,1\n",
"copying build/lib.linux-x86_64-3.7/tests/benchmarking/results/cpu/MacOSX/iMac15,1/Apple_iMac15,1+Ccode.png -> build/bdist.linux-x86_64/egg/tests/benchmarking/results/cpu/MacOSX/iMac15,1\n",
"creating build/bdist.linux-x86_64/egg/tests/benchmarking/results/cpu/MacOSX/MacPro3,1\n",
"copying build/lib.linux-x86_64-3.7/tests/benchmarking/results/cpu/MacOSX/MacPro3,1/Apple_MacPro3,1.png -> build/bdist.linux-x86_64/egg/tests/benchmarking/results/cpu/MacOSX/MacPro3,1\n",
"copying build/lib.linux-x86_64-3.7/tests/benchmarking/results/cpu/MacOSX/MacPro3,1/Apple_MacPro3,1.npz -> build/bdist.linux-x86_64/egg/tests/benchmarking/results/cpu/MacOSX/MacPro3,1\n",
"creating build/bdist.linux-x86_64/egg/tests/benchmarking/results/cpu/MacOSX/MacPro1,1\n",
"copying build/lib.linux-x86_64-3.7/tests/benchmarking/results/cpu/MacOSX/MacPro1,1/Apple_MacPro1,1.npz -> build/bdist.linux-x86_64/egg/tests/benchmarking/results/cpu/MacOSX/MacPro1,1\n",
"copying build/lib.linux-x86_64-3.7/tests/benchmarking/results/cpu/MacOSX/MacPro1,1/bench_100x100x100.npz -> build/bdist.linux-x86_64/egg/tests/benchmarking/results/cpu/MacOSX/MacPro1,1\n",
"copying build/lib.linux-x86_64-3.7/tests/benchmarking/results/cpu/MacOSX/MacPro1,1/Apple_MacPro1,1-v.3.0.0b21.png -> build/bdist.linux-x86_64/egg/tests/benchmarking/results/cpu/MacOSX/MacPro1,1\n",
"copying build/lib.linux-x86_64-3.7/tests/benchmarking/results/cpu/MacOSX/MacPro1,1/Apple_MacPro1,1.png -> build/bdist.linux-x86_64/egg/tests/benchmarking/results/cpu/MacOSX/MacPro1,1\n",
"copying build/lib.linux-x86_64-3.7/tests/benchmarking/results/cpu/MacOSX/MacPro1,1/bench_150x150x150.npz -> build/bdist.linux-x86_64/egg/tests/benchmarking/results/cpu/MacOSX/MacPro1,1\n",
"creating build/bdist.linux-x86_64/egg/tests/benchmarking/results/gpu\n",
"copying build/lib.linux-x86_64-3.7/tests/benchmarking/results/gpu/NVIDIA.png -> build/bdist.linux-x86_64/egg/tests/benchmarking/results/gpu\n",
"copying build/lib.linux-x86_64-3.7/tests/benchmarking/bench_400x400x400.in -> build/bdist.linux-x86_64/egg/tests/benchmarking\n",
"copying build/lib.linux-x86_64-3.7/tests/benchmarking/bench_150x150x150.in -> build/bdist.linux-x86_64/egg/tests/benchmarking\n",
"copying build/lib.linux-x86_64-3.7/tests/benchmarking/bench_450x450x450.in -> build/bdist.linux-x86_64/egg/tests/benchmarking\n",
"copying build/lib.linux-x86_64-3.7/tests/benchmarking/bench_200x200x200.in -> build/bdist.linux-x86_64/egg/tests/benchmarking\n",
"copying build/lib.linux-x86_64-3.7/tests/benchmarking/bench_100x100x100.in -> build/bdist.linux-x86_64/egg/tests/benchmarking\n",
"copying build/lib.linux-x86_64-3.7/tests/benchmarking/bench_300x300x300.in -> build/bdist.linux-x86_64/egg/tests/benchmarking\n",
"copying build/lib.linux-x86_64-3.7/tests/benchmarking/bench_500x500x500.in -> build/bdist.linux-x86_64/egg/tests/benchmarking\n",
"copying build/lib.linux-x86_64-3.7/tests/benchmarking/bench_700x700x700.in -> build/bdist.linux-x86_64/egg/tests/benchmarking\n",
"copying build/lib.linux-x86_64-3.7/tests/benchmarking/plot_benchmark.py -> build/bdist.linux-x86_64/egg/tests/benchmarking\n",
"copying build/lib.linux-x86_64-3.7/tests/benchmarking/bench_750x750x750.in -> build/bdist.linux-x86_64/egg/tests/benchmarking\n",
"copying build/lib.linux-x86_64-3.7/tests/benchmarking/__init__.py -> build/bdist.linux-x86_64/egg/tests/benchmarking\n",
"copying build/lib.linux-x86_64-3.7/tests/benchmarking/bench_600x600x600.in -> build/bdist.linux-x86_64/egg/tests/benchmarking\n",
"copying build/lib.linux-x86_64-3.7/tests/test_input_cmd_funcs.py -> build/bdist.linux-x86_64/egg/tests\n",
"copying build/lib.linux-x86_64-3.7/tests/__init__.py -> build/bdist.linux-x86_64/egg/tests\n",
"creating build/bdist.linux-x86_64/egg/tests/models_advanced\n",
"creating build/bdist.linux-x86_64/egg/tests/models_advanced/antenna_MALA_1200_fs\n",
"copying build/lib.linux-x86_64-3.7/tests/models_advanced/antenna_MALA_1200_fs/antenna_MALA_1200_fs.in -> build/bdist.linux-x86_64/egg/tests/models_advanced/antenna_MALA_1200_fs\n",
"creating build/bdist.linux-x86_64/egg/tests/models_advanced/antenna_GSSI_1500_fs\n",
"copying build/lib.linux-x86_64-3.7/tests/models_advanced/antenna_GSSI_1500_fs/antenna_GSSI_1500_fs.in -> build/bdist.linux-x86_64/egg/tests/models_advanced/antenna_GSSI_1500_fs\n",
"copying build/lib.linux-x86_64-3.7/tests/test_experimental.py -> build/bdist.linux-x86_64/egg/tests\n",
"creating build/bdist.linux-x86_64/egg/gprMax\n",
"copying build/lib.linux-x86_64-3.7/gprMax/fields_updates_gpu.py -> build/bdist.linux-x86_64/egg/gprMax\n",
"copying build/lib.linux-x86_64-3.7/gprMax/receivers.py -> build/bdist.linux-x86_64/egg/gprMax\n",
"copying build/lib.linux-x86_64-3.7/gprMax/snapshots_gpu.py -> build/bdist.linux-x86_64/egg/gprMax\n",
"copying build/lib.linux-x86_64-3.7/gprMax/utilities.py -> build/bdist.linux-x86_64/egg/gprMax\n",
"copying build/lib.linux-x86_64-3.7/gprMax/geometry_outputs.py -> build/bdist.linux-x86_64/egg/gprMax\n",
"copying build/lib.linux-x86_64-3.7/gprMax/fields_updates_ext.cpython-37m-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/egg/gprMax\n",
"copying build/lib.linux-x86_64-3.7/gprMax/__main__.py -> build/bdist.linux-x86_64/egg/gprMax\n",
"copying build/lib.linux-x86_64-3.7/gprMax/yee_cell_setget_rigid_ext.c -> build/bdist.linux-x86_64/egg/gprMax\n",
"copying build/lib.linux-x86_64-3.7/gprMax/input_cmd_funcs.py -> build/bdist.linux-x86_64/egg/gprMax\n",
"copying build/lib.linux-x86_64-3.7/gprMax/fractals_generate_ext.pyx -> build/bdist.linux-x86_64/egg/gprMax\n",
"copying build/lib.linux-x86_64-3.7/gprMax/input_cmds_file.py -> build/bdist.linux-x86_64/egg/gprMax\n",
"copying build/lib.linux-x86_64-3.7/gprMax/snapshots_ext.cpython-37m-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/egg/gprMax\n",
"copying build/lib.linux-x86_64-3.7/gprMax/constants.py -> build/bdist.linux-x86_64/egg/gprMax\n",
"copying build/lib.linux-x86_64-3.7/gprMax/constants.pxd -> build/bdist.linux-x86_64/egg/gprMax\n",
"copying build/lib.linux-x86_64-3.7/gprMax/optimisation_taguchi.py -> build/bdist.linux-x86_64/egg/gprMax\n",
"copying build/lib.linux-x86_64-3.7/gprMax/waveforms.py -> build/bdist.linux-x86_64/egg/gprMax\n",
"copying build/lib.linux-x86_64-3.7/gprMax/geometry_primitives_ext.c -> build/bdist.linux-x86_64/egg/gprMax\n",
"copying build/lib.linux-x86_64-3.7/gprMax/fractals_generate_ext.c -> build/bdist.linux-x86_64/egg/gprMax\n",
"copying build/lib.linux-x86_64-3.7/gprMax/geometry_outputs_ext.c -> build/bdist.linux-x86_64/egg/gprMax\n",
"copying build/lib.linux-x86_64-3.7/gprMax/geometry_primitives_ext.pyx -> build/bdist.linux-x86_64/egg/gprMax\n",
"copying build/lib.linux-x86_64-3.7/gprMax/yee_cell_build_ext.c -> build/bdist.linux-x86_64/egg/gprMax\n",
"copying build/lib.linux-x86_64-3.7/gprMax/yee_cell_setget_rigid_ext.cpython-37m-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/egg/gprMax\n",
"copying build/lib.linux-x86_64-3.7/gprMax/grid.py -> build/bdist.linux-x86_64/egg/gprMax\n",
"copying build/lib.linux-x86_64-3.7/gprMax/fields_updates_ext.pyx -> build/bdist.linux-x86_64/egg/gprMax\n",
"copying build/lib.linux-x86_64-3.7/gprMax/_version.py -> build/bdist.linux-x86_64/egg/gprMax\n",
"copying build/lib.linux-x86_64-3.7/gprMax/model_build_run.py -> build/bdist.linux-x86_64/egg/gprMax\n",
"copying build/lib.linux-x86_64-3.7/gprMax/input_cmds_multiuse.py -> build/bdist.linux-x86_64/egg/gprMax\n",
"copying build/lib.linux-x86_64-3.7/gprMax/yee_cell_build_ext.pyx -> build/bdist.linux-x86_64/egg/gprMax\n",
"copying build/lib.linux-x86_64-3.7/gprMax/snapshots_ext.pyx -> build/bdist.linux-x86_64/egg/gprMax\n",
"copying build/lib.linux-x86_64-3.7/gprMax/input_cmds_geometry.py -> build/bdist.linux-x86_64/egg/gprMax\n",
"copying build/lib.linux-x86_64-3.7/gprMax/sources.py -> build/bdist.linux-x86_64/egg/gprMax\n",
"copying build/lib.linux-x86_64-3.7/gprMax/geometry_primitives_ext.cpython-37m-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/egg/gprMax\n",
"copying build/lib.linux-x86_64-3.7/gprMax/source_updates_gpu.py -> build/bdist.linux-x86_64/egg/gprMax\n",
"copying build/lib.linux-x86_64-3.7/gprMax/input_cmds_singleuse.py -> build/bdist.linux-x86_64/egg/gprMax\n",
"copying build/lib.linux-x86_64-3.7/gprMax/gprMax.py -> build/bdist.linux-x86_64/egg/gprMax\n",
"copying build/lib.linux-x86_64-3.7/gprMax/pml.py -> build/bdist.linux-x86_64/egg/gprMax\n",
"copying build/lib.linux-x86_64-3.7/gprMax/materials.py -> build/bdist.linux-x86_64/egg/gprMax\n",
"copying build/lib.linux-x86_64-3.7/gprMax/snapshots_ext.c -> build/bdist.linux-x86_64/egg/gprMax\n",
"copying build/lib.linux-x86_64-3.7/gprMax/fields_updates_ext.c -> build/bdist.linux-x86_64/egg/gprMax\n",
"copying build/lib.linux-x86_64-3.7/gprMax/yee_cell_build_ext.cpython-37m-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/egg/gprMax\n",
"copying build/lib.linux-x86_64-3.7/gprMax/fractals.py -> build/bdist.linux-x86_64/egg/gprMax\n",
"copying build/lib.linux-x86_64-3.7/gprMax/yee_cell_setget_rigid_ext.pxd -> build/bdist.linux-x86_64/egg/gprMax\n",
"copying build/lib.linux-x86_64-3.7/gprMax/geometry_outputs_ext.pyx -> build/bdist.linux-x86_64/egg/gprMax\n",
"copying build/lib.linux-x86_64-3.7/gprMax/yee_cell_setget_rigid_ext.pyx -> build/bdist.linux-x86_64/egg/gprMax\n",
"copying build/lib.linux-x86_64-3.7/gprMax/fields_outputs.py -> build/bdist.linux-x86_64/egg/gprMax\n",
"copying build/lib.linux-x86_64-3.7/gprMax/snapshots.py -> build/bdist.linux-x86_64/egg/gprMax\n",
"copying build/lib.linux-x86_64-3.7/gprMax/geometry_outputs_ext.cpython-37m-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/egg/gprMax\n",
"copying build/lib.linux-x86_64-3.7/gprMax/__init__.py -> build/bdist.linux-x86_64/egg/gprMax\n",
"copying build/lib.linux-x86_64-3.7/gprMax/exceptions.py -> build/bdist.linux-x86_64/egg/gprMax\n",
"creating build/bdist.linux-x86_64/egg/gprMax/pml_updates\n",
"copying build/lib.linux-x86_64-3.7/gprMax/pml_updates/pml_updates_electric_MRIPML_ext.c -> build/bdist.linux-x86_64/egg/gprMax/pml_updates\n",
"copying build/lib.linux-x86_64-3.7/gprMax/pml_updates/pml_updates_electric_HORIPML_ext.cpython-37m-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/egg/gprMax/pml_updates\n",
"copying build/lib.linux-x86_64-3.7/gprMax/pml_updates/pml_updates_electric_HORIPML_gpu.py -> build/bdist.linux-x86_64/egg/gprMax/pml_updates\n",
"copying build/lib.linux-x86_64-3.7/gprMax/pml_updates/pml_updates_electric_MRIPML_ext.pyx -> build/bdist.linux-x86_64/egg/gprMax/pml_updates\n",
"copying build/lib.linux-x86_64-3.7/gprMax/pml_updates/pml_updates_magnetic_MRIPML_ext.c -> build/bdist.linux-x86_64/egg/gprMax/pml_updates\n",
"copying build/lib.linux-x86_64-3.7/gprMax/pml_updates/pml_updates_magnetic_HORIPML_ext.cpython-37m-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/egg/gprMax/pml_updates\n",
"copying build/lib.linux-x86_64-3.7/gprMax/pml_updates/pml_updates_magnetic_MRIPML_ext.pyx -> build/bdist.linux-x86_64/egg/gprMax/pml_updates\n",
"copying build/lib.linux-x86_64-3.7/gprMax/pml_updates/pml_updates_electric_MRIPML_ext.cpython-37m-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/egg/gprMax/pml_updates\n",
"copying build/lib.linux-x86_64-3.7/gprMax/pml_updates/pml_updates_magnetic_HORIPML_gpu.py -> build/bdist.linux-x86_64/egg/gprMax/pml_updates\n",
"copying build/lib.linux-x86_64-3.7/gprMax/pml_updates/pml_updates_magnetic_MRIPML_gpu.py -> build/bdist.linux-x86_64/egg/gprMax/pml_updates\n",
"copying build/lib.linux-x86_64-3.7/gprMax/pml_updates/pml_updates_electric_MRIPML_gpu.py -> build/bdist.linux-x86_64/egg/gprMax/pml_updates\n",
"copying build/lib.linux-x86_64-3.7/gprMax/pml_updates/pml_updates_magnetic_HORIPML_ext.c -> build/bdist.linux-x86_64/egg/gprMax/pml_updates\n",
"copying build/lib.linux-x86_64-3.7/gprMax/pml_updates/pml_updates_magnetic_HORIPML_ext.pyx -> build/bdist.linux-x86_64/egg/gprMax/pml_updates\n",
"copying build/lib.linux-x86_64-3.7/gprMax/pml_updates/pml_updates_electric_HORIPML_ext.c -> build/bdist.linux-x86_64/egg/gprMax/pml_updates\n",
"copying build/lib.linux-x86_64-3.7/gprMax/pml_updates/pml_updates_magnetic_MRIPML_ext.cpython-37m-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/egg/gprMax/pml_updates\n",
"copying build/lib.linux-x86_64-3.7/gprMax/pml_updates/pml_updates_electric_HORIPML_ext.pyx -> build/bdist.linux-x86_64/egg/gprMax/pml_updates\n",
"copying build/lib.linux-x86_64-3.7/gprMax/pml_updates/__init__.py -> build/bdist.linux-x86_64/egg/gprMax/pml_updates\n",
"copying build/lib.linux-x86_64-3.7/gprMax/fractals_generate_ext.cpython-37m-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/egg/gprMax\n",
"byte-compiling build/bdist.linux-x86_64/egg/tools/plot_Ascan.py to plot_Ascan.cpython-37.pyc\n",
"byte-compiling build/bdist.linux-x86_64/egg/tools/inputfile_old2new.py to inputfile_old2new.cpython-37.pyc\n",
"byte-compiling build/bdist.linux-x86_64/egg/tools/outputfiles_merge.py to outputfiles_merge.cpython-37.pyc\n",
"byte-compiling build/bdist.linux-x86_64/egg/tools/plot_source_wave.py to plot_source_wave.cpython-37.pyc\n",
"byte-compiling build/bdist.linux-x86_64/egg/tools/plot_antenna_params.py to plot_antenna_params.cpython-37.pyc\n",
"byte-compiling build/bdist.linux-x86_64/egg/tools/Paraview macros/gprMax_info.py to gprMax_info.cpython-37.pyc\n",
"byte-compiling build/bdist.linux-x86_64/egg/tools/plot_Bscan.py to plot_Bscan.cpython-37.pyc\n",
"byte-compiling build/bdist.linux-x86_64/egg/tools/__init__.py to __init__.cpython-37.pyc\n",
"byte-compiling build/bdist.linux-x86_64/egg/tools/convert_png2h5.py to convert_png2h5.cpython-37.pyc\n",
"byte-compiling build/bdist.linux-x86_64/egg/user_libs/optimisation_taguchi/fitness_functions.py to fitness_functions.cpython-37.pyc\n",
"byte-compiling build/bdist.linux-x86_64/egg/user_libs/optimisation_taguchi/plot_results.py to plot_results.cpython-37.pyc\n",
"byte-compiling build/bdist.linux-x86_64/egg/user_libs/antennas/MALA.py to MALA.cpython-37.pyc\n",
"byte-compiling build/bdist.linux-x86_64/egg/user_libs/antennas/GSSI.py to GSSI.cpython-37.pyc\n",
"byte-compiling build/bdist.linux-x86_64/egg/user_libs/AustinManWoman/head_only_h5.py to head_only_h5.cpython-37.pyc\n",
"byte-compiling build/bdist.linux-x86_64/egg/user_libs/antenna_patterns/plot_fields.py to plot_fields.cpython-37.pyc\n",
"byte-compiling build/bdist.linux-x86_64/egg/user_libs/antenna_patterns/initial_save.py to initial_save.cpython-37.pyc\n",
"byte-compiling build/bdist.linux-x86_64/egg/user_libs/__init__.py to __init__.cpython-37.pyc\n",
"byte-compiling build/bdist.linux-x86_64/egg/tests/models_pmls/plot_pml_comparison.py to plot_pml_comparison.cpython-37.pyc\n",
"byte-compiling build/bdist.linux-x86_64/egg/tests/analytical_solutions.py to analytical_solutions.cpython-37.pyc\n",
"byte-compiling build/bdist.linux-x86_64/egg/tests/test_models.py to test_models.cpython-37.pyc\n",
"byte-compiling build/bdist.linux-x86_64/egg/tests/benchmarking/plot_benchmark.py to plot_benchmark.cpython-37.pyc\n",
"byte-compiling build/bdist.linux-x86_64/egg/tests/benchmarking/__init__.py to __init__.cpython-37.pyc\n",
"byte-compiling build/bdist.linux-x86_64/egg/tests/test_input_cmd_funcs.py to test_input_cmd_funcs.cpython-37.pyc\n",
"byte-compiling build/bdist.linux-x86_64/egg/tests/__init__.py to __init__.cpython-37.pyc\n",
"byte-compiling build/bdist.linux-x86_64/egg/tests/test_experimental.py to test_experimental.cpython-37.pyc\n",
"byte-compiling build/bdist.linux-x86_64/egg/gprMax/fields_updates_gpu.py to fields_updates_gpu.cpython-37.pyc\n",
"byte-compiling build/bdist.linux-x86_64/egg/gprMax/receivers.py to receivers.cpython-37.pyc\n",
"byte-compiling build/bdist.linux-x86_64/egg/gprMax/snapshots_gpu.py to snapshots_gpu.cpython-37.pyc\n",
"byte-compiling build/bdist.linux-x86_64/egg/gprMax/utilities.py to utilities.cpython-37.pyc\n",
"byte-compiling build/bdist.linux-x86_64/egg/gprMax/geometry_outputs.py to geometry_outputs.cpython-37.pyc\n",
"byte-compiling build/bdist.linux-x86_64/egg/gprMax/__main__.py to __main__.cpython-37.pyc\n",
"byte-compiling build/bdist.linux-x86_64/egg/gprMax/input_cmd_funcs.py to input_cmd_funcs.cpython-37.pyc\n",
"byte-compiling build/bdist.linux-x86_64/egg/gprMax/input_cmds_file.py to input_cmds_file.cpython-37.pyc\n",
"byte-compiling build/bdist.linux-x86_64/egg/gprMax/constants.py to constants.cpython-37.pyc\n",
"byte-compiling build/bdist.linux-x86_64/egg/gprMax/optimisation_taguchi.py to optimisation_taguchi.cpython-37.pyc\n",
"byte-compiling build/bdist.linux-x86_64/egg/gprMax/waveforms.py to waveforms.cpython-37.pyc\n",
"byte-compiling build/bdist.linux-x86_64/egg/gprMax/grid.py to grid.cpython-37.pyc\n",
"byte-compiling build/bdist.linux-x86_64/egg/gprMax/_version.py to _version.cpython-37.pyc\n",
"byte-compiling build/bdist.linux-x86_64/egg/gprMax/model_build_run.py to model_build_run.cpython-37.pyc\n",
"byte-compiling build/bdist.linux-x86_64/egg/gprMax/input_cmds_multiuse.py to input_cmds_multiuse.cpython-37.pyc\n",
"byte-compiling build/bdist.linux-x86_64/egg/gprMax/input_cmds_geometry.py to input_cmds_geometry.cpython-37.pyc\n",
"byte-compiling build/bdist.linux-x86_64/egg/gprMax/sources.py to sources.cpython-37.pyc\n",
"byte-compiling build/bdist.linux-x86_64/egg/gprMax/source_updates_gpu.py to source_updates_gpu.cpython-37.pyc\n",
"byte-compiling build/bdist.linux-x86_64/egg/gprMax/input_cmds_singleuse.py to input_cmds_singleuse.cpython-37.pyc\n",
"byte-compiling build/bdist.linux-x86_64/egg/gprMax/gprMax.py to gprMax.cpython-37.pyc\n",
"byte-compiling build/bdist.linux-x86_64/egg/gprMax/pml.py to pml.cpython-37.pyc\n",
"byte-compiling build/bdist.linux-x86_64/egg/gprMax/materials.py to materials.cpython-37.pyc\n",
"byte-compiling build/bdist.linux-x86_64/egg/gprMax/fractals.py to fractals.cpython-37.pyc\n",
"byte-compiling build/bdist.linux-x86_64/egg/gprMax/fields_outputs.py to fields_outputs.cpython-37.pyc\n",
"byte-compiling build/bdist.linux-x86_64/egg/gprMax/snapshots.py to snapshots.cpython-37.pyc\n",
"byte-compiling build/bdist.linux-x86_64/egg/gprMax/__init__.py to __init__.cpython-37.pyc\n",
"byte-compiling build/bdist.linux-x86_64/egg/gprMax/exceptions.py to exceptions.cpython-37.pyc\n",
"byte-compiling build/bdist.linux-x86_64/egg/gprMax/pml_updates/pml_updates_electric_HORIPML_gpu.py to pml_updates_electric_HORIPML_gpu.cpython-37.pyc\n",
"byte-compiling build/bdist.linux-x86_64/egg/gprMax/pml_updates/pml_updates_magnetic_HORIPML_gpu.py to pml_updates_magnetic_HORIPML_gpu.cpython-37.pyc\n",
"byte-compiling build/bdist.linux-x86_64/egg/gprMax/pml_updates/pml_updates_magnetic_MRIPML_gpu.py to pml_updates_magnetic_MRIPML_gpu.cpython-37.pyc\n",
"byte-compiling build/bdist.linux-x86_64/egg/gprMax/pml_updates/pml_updates_electric_MRIPML_gpu.py to pml_updates_electric_MRIPML_gpu.cpython-37.pyc\n",
"byte-compiling build/bdist.linux-x86_64/egg/gprMax/pml_updates/__init__.py to __init__.cpython-37.pyc\n",
"creating stub loader for gprMax/fractals_generate_ext.cpython-37m-x86_64-linux-gnu.so\n",
"creating stub loader for gprMax/geometry_primitives_ext.cpython-37m-x86_64-linux-gnu.so\n",
"creating stub loader for gprMax/fields_updates_ext.cpython-37m-x86_64-linux-gnu.so\n",
"creating stub loader for gprMax/yee_cell_build_ext.cpython-37m-x86_64-linux-gnu.so\n",
"creating stub loader for gprMax/snapshots_ext.cpython-37m-x86_64-linux-gnu.so\n",
"creating stub loader for gprMax/geometry_outputs_ext.cpython-37m-x86_64-linux-gnu.so\n",
"creating stub loader for gprMax/yee_cell_setget_rigid_ext.cpython-37m-x86_64-linux-gnu.so\n",
"creating stub loader for gprMax/pml_updates/pml_updates_electric_MRIPML_ext.cpython-37m-x86_64-linux-gnu.so\n",
"creating stub loader for gprMax/pml_updates/pml_updates_magnetic_MRIPML_ext.cpython-37m-x86_64-linux-gnu.so\n",
"creating stub loader for gprMax/pml_updates/pml_updates_magnetic_HORIPML_ext.cpython-37m-x86_64-linux-gnu.so\n",
"creating stub loader for gprMax/pml_updates/pml_updates_electric_HORIPML_ext.cpython-37m-x86_64-linux-gnu.so\n",
"byte-compiling build/bdist.linux-x86_64/egg/gprMax/fractals_generate_ext.py to fractals_generate_ext.cpython-37.pyc\n",
"byte-compiling build/bdist.linux-x86_64/egg/gprMax/geometry_primitives_ext.py to geometry_primitives_ext.cpython-37.pyc\n",
"byte-compiling build/bdist.linux-x86_64/egg/gprMax/fields_updates_ext.py to fields_updates_ext.cpython-37.pyc\n",
"byte-compiling build/bdist.linux-x86_64/egg/gprMax/yee_cell_build_ext.py to yee_cell_build_ext.cpython-37.pyc\n",
"byte-compiling build/bdist.linux-x86_64/egg/gprMax/snapshots_ext.py to snapshots_ext.cpython-37.pyc\n",
"byte-compiling build/bdist.linux-x86_64/egg/gprMax/geometry_outputs_ext.py to geometry_outputs_ext.cpython-37.pyc\n",
"byte-compiling build/bdist.linux-x86_64/egg/gprMax/yee_cell_setget_rigid_ext.py to yee_cell_setget_rigid_ext.cpython-37.pyc\n",
"byte-compiling build/bdist.linux-x86_64/egg/gprMax/pml_updates/pml_updates_electric_MRIPML_ext.py to pml_updates_electric_MRIPML_ext.cpython-37.pyc\n",
"byte-compiling build/bdist.linux-x86_64/egg/gprMax/pml_updates/pml_updates_magnetic_MRIPML_ext.py to pml_updates_magnetic_MRIPML_ext.cpython-37.pyc\n",
"byte-compiling build/bdist.linux-x86_64/egg/gprMax/pml_updates/pml_updates_magnetic_HORIPML_ext.py to pml_updates_magnetic_HORIPML_ext.cpython-37.pyc\n",
"byte-compiling build/bdist.linux-x86_64/egg/gprMax/pml_updates/pml_updates_electric_HORIPML_ext.py to pml_updates_electric_HORIPML_ext.cpython-37.pyc\n",
"creating build/bdist.linux-x86_64/egg/EGG-INFO\n",
"copying gprMax.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO\n",
"copying gprMax.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO\n",
"copying gprMax.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO\n",
"copying gprMax.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO\n",
"copying gprMax.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO\n",
"writing build/bdist.linux-x86_64/egg/EGG-INFO/native_libs.txt\n",
"zip_safe flag not set; analyzing archive contents...\n",
"gprMax.__pycache__.fields_updates_ext.cpython-37: module references __file__\n",
"gprMax.__pycache__.fractals_generate_ext.cpython-37: module references __file__\n",
"gprMax.__pycache__.geometry_outputs_ext.cpython-37: module references __file__\n",
"gprMax.__pycache__.geometry_primitives_ext.cpython-37: module references __file__\n",
"gprMax.__pycache__.optimisation_taguchi.cpython-37: module references __file__\n",
"gprMax.__pycache__.snapshots_ext.cpython-37: module references __file__\n",
"gprMax.__pycache__.yee_cell_build_ext.cpython-37: module references __file__\n",
"gprMax.__pycache__.yee_cell_setget_rigid_ext.cpython-37: module references __file__\n",
"gprMax.pml_updates.__pycache__.pml_updates_electric_HORIPML_ext.cpython-37: module references __file__\n",
"gprMax.pml_updates.__pycache__.pml_updates_electric_MRIPML_ext.cpython-37: module references __file__\n",
"gprMax.pml_updates.__pycache__.pml_updates_magnetic_HORIPML_ext.cpython-37: module references __file__\n",
"gprMax.pml_updates.__pycache__.pml_updates_magnetic_MRIPML_ext.cpython-37: module references __file__\n",
"tests.__pycache__.test_models.cpython-37: module references __file__\n",
"tests.models_pmls.__pycache__.plot_pml_comparison.cpython-37: module references __file__\n",
"user_libs.antennas.__pycache__.MALA.cpython-37: module references __file__\n",
"creating dist\n",
"creating 'dist/gprMax-3.1.5-py3.7-linux-x86_64.egg' and adding 'build/bdist.linux-x86_64/egg' to it\n",
"removing 'build/bdist.linux-x86_64/egg' (and everything under it)\n",
"Processing gprMax-3.1.5-py3.7-linux-x86_64.egg\n",
"creating /usr/local/lib/python3.7/site-packages/gprMax-3.1.5-py3.7-linux-x86_64.egg\n",
"Extracting gprMax-3.1.5-py3.7-linux-x86_64.egg to /usr/local/lib/python3.7/site-packages\n",
"Adding gprMax 3.1.5 to easy-install.pth file\n",
"\n",
"Installed /usr/local/lib/python3.7/site-packages/gprMax-3.1.5-py3.7-linux-x86_64.egg\n",
"Processing dependencies for gprMax==3.1.5\n",
"Searching for ipython-genutils\n",
"Reading https://pypi.org/simple/ipython-genutils/\n",
"Downloading https://files.pythonhosted.org/packages/fa/bc/9bd3b5c2b4774d5f33b2d544f1460be9df7df2fe42f352135381c347c69a/ipython_genutils-0.2.0-py2.py3-none-any.whl#sha256=72dd37233799e619666c9f639a9da83c34013a73e8bbc79a7a6348d93c61fab8\n",
"Best match: ipython-genutils 0.2.0\n",
"Processing ipython_genutils-0.2.0-py2.py3-none-any.whl\n",
"Installing ipython_genutils-0.2.0-py2.py3-none-any.whl to /usr/local/lib/python3.7/site-packages\n",
"Adding ipython-genutils 0.2.0 to easy-install.pth file\n",
"\n",
"Installed /usr/local/lib/python3.7/site-packages/ipython_genutils-0.2.0-py3.7.egg\n",
"Searching for pandocfilters>=1.4.1\n",
"Reading https://pypi.org/simple/pandocfilters/\n",
"Downloading https://files.pythonhosted.org/packages/28/78/bd59a9adb72fa139b1c9c186e6f65aebee52375a747e4b6a6dcf0880956f/pandocfilters-1.4.3.tar.gz#sha256=bc63fbb50534b4b1f8ebe1860889289e8af94a23bff7445259592df25a3906eb\n",
"Best match: pandocfilters 1.4.3\n",
"Processing pandocfilters-1.4.3.tar.gz\n",
"Writing /tmp/easy_install-r_9dn4wk/pandocfilters-1.4.3/setup.cfg\n",
"Running pandocfilters-1.4.3/setup.py -q bdist_egg --dist-dir /tmp/easy_install-r_9dn4wk/pandocfilters-1.4.3/egg-dist-tmp-u7je899m\n",
"zip_safe flag not set; analyzing archive contents...\n",
"Moving pandocfilters-1.4.3-py3.7.egg to /usr/local/lib/python3.7/site-packages\n",
"Adding pandocfilters 1.4.3 to easy-install.pth file\n",
"\n",
"Installed /usr/local/lib/python3.7/site-packages/pandocfilters-1.4.3-py3.7.egg\n",
"Searching for webencodings\n",
"Reading https://pypi.org/simple/webencodings/\n",
"Downloading https://files.pythonhosted.org/packages/f4/24/2a3e3df732393fed8b3ebf2ec078f05546de641fe1b667ee316ec1dcf3b7/webencodings-0.5.1-py2.py3-none-any.whl#sha256=a0af1213f3c2226497a97e2b3aa01a7e4bee4f403f95be16fc9acd2947514a78\n",
"Best match: webencodings 0.5.1\n",
"Processing webencodings-0.5.1-py2.py3-none-any.whl\n",
"Installing webencodings-0.5.1-py2.py3-none-any.whl to /usr/local/lib/python3.7/site-packages\n",
"Adding webencodings 0.5.1 to easy-install.pth file\n",
"\n",
"Installed /usr/local/lib/python3.7/site-packages/webencodings-0.5.1-py3.7.egg\n",
"Searching for tqdm==4.60.0\n",
"Best match: tqdm 4.60.0\n",
"Adding tqdm 4.60.0 to easy-install.pth file\n",
"Installing tqdm script to /usr/local/bin\n",
"\n",
"Using /usr/local/lib/python3.7/site-packages\n",
"Searching for terminaltables==3.1.0\n",
"Best match: terminaltables 3.1.0\n",
"Adding terminaltables 3.1.0 to easy-install.pth file\n",
"\n",
"Using /usr/local/lib/python3.7/site-packages\n",
"Searching for scipy==1.6.2\n",
"Best match: scipy 1.6.2\n",
"Adding scipy 1.6.2 to easy-install.pth file\n",
"\n",
"Using /usr/local/lib/python3.7/site-packages\n",
"Searching for psutil==5.8.0\n",
"Best match: psutil 5.8.0\n",
"Adding psutil 5.8.0 to easy-install.pth file\n",
"\n",
"Using /usr/local/lib/python3.7/site-packages\n",
"Searching for numpy==1.20.2\n",
"Best match: numpy 1.20.2\n",
"Adding numpy 1.20.2 to easy-install.pth file\n",
"Installing f2py script to /usr/local/bin\n",
"Installing f2py3 script to /usr/local/bin\n",
"Installing f2py3.7 script to /usr/local/bin\n",
"\n",
"Using /usr/local/lib/python3.7/site-packages\n",
"Searching for matplotlib==3.4.1\n",
"Best match: matplotlib 3.4.1\n",
"Adding matplotlib 3.4.1 to easy-install.pth file\n",
"\n",
"Using /usr/local/lib/python3.7/site-packages\n",
"Searching for jupyter==1.0.0\n",
"Best match: jupyter 1.0.0\n",
"Adding jupyter 1.0.0 to easy-install.pth file\n",
"\n",
"Using /usr/local/lib/python3.7/site-packages\n",
"Searching for h5py==3.2.1\n",
"Best match: h5py 3.2.1\n",
"Adding h5py 3.2.1 to easy-install.pth file\n",
"\n",
"Using /usr/local/lib/python3.7/site-packages\n",
"Searching for Cython==0.29.23\n",
"Best match: Cython 0.29.23\n",
"Adding Cython 0.29.23 to easy-install.pth file\n",
"Installing cygdb script to /usr/local/bin\n",
"Installing cython script to /usr/local/bin\n",
"Installing cythonize script to /usr/local/bin\n",
"\n",
"Using /usr/local/lib/python3.7/site-packages\n",
"Searching for colorama==0.4.4\n",
"Best match: colorama 0.4.4\n",
"Adding colorama 0.4.4 to easy-install.pth file\n",
"\n",
"Using /usr/local/lib/python3.7/site-packages\n",
"Searching for pyparsing==2.4.7\n",
"Best match: pyparsing 2.4.7\n",
"Adding pyparsing 2.4.7 to easy-install.pth file\n",
"\n",
"Using /usr/local/lib/python3.7/site-packages\n",
"Searching for kiwisolver==1.3.1\n",
"Best match: kiwisolver 1.3.1\n",
"Adding kiwisolver 1.3.1 to easy-install.pth file\n",
"\n",
"Using /usr/local/lib/python3.7/site-packages\n",
"Searching for python-dateutil==2.8.1\n",
"Best match: python-dateutil 2.8.1\n",
"Adding python-dateutil 2.8.1 to easy-install.pth file\n",
"\n",
"Using /usr/local/lib/python3.7/site-packages\n",
"Searching for Pillow==8.1.2\n",
"Best match: Pillow 8.1.2\n",
"Adding Pillow 8.1.2 to easy-install.pth file\n",
"\n",
"Using /usr/local/lib/python3.7/site-packages\n",
"Searching for cycler==0.10.0\n",
"Best match: cycler 0.10.0\n",
"Adding cycler 0.10.0 to easy-install.pth file\n",
"\n",
"Using /usr/local/lib/python3.7/site-packages\n",
"Searching for qtconsole==5.0.3\n",
"Best match: qtconsole 5.0.3\n",
"Adding qtconsole 5.0.3 to easy-install.pth file\n",
"Installing jupyter-qtconsole script to /usr/local/bin\n",
"\n",
"Using /usr/local/lib/python3.7/site-packages\n",
"Searching for ipywidgets==7.6.3\n",
"Best match: ipywidgets 7.6.3\n",
"Adding ipywidgets 7.6.3 to easy-install.pth file\n",
"\n",
"Using /usr/local/lib/python3.7/site-packages\n",
"Searching for notebook==6.3.0\n",
"Best match: notebook 6.3.0\n",
"Adding notebook 6.3.0 to easy-install.pth file\n",
"Installing jupyter-bundlerextension script to /usr/local/bin\n",
"Installing jupyter-nbextension script to /usr/local/bin\n",
"Installing jupyter-notebook script to /usr/local/bin\n",
"Installing jupyter-serverextension script to /usr/local/bin\n",
"\n",
"Using /usr/local/lib/python3.7/site-packages\n",
"Searching for jupyter-console==6.4.0\n",
"Best match: jupyter-console 6.4.0\n",
"Adding jupyter-console 6.4.0 to easy-install.pth file\n",
"Installing jupyter-console script to /usr/local/bin\n",
"\n",
"Using /usr/local/lib/python3.7/site-packages\n",
"Searching for nbconvert==6.0.7\n",
"Best match: nbconvert 6.0.7\n",
"Adding nbconvert 6.0.7 to easy-install.pth file\n",
"Installing jupyter-nbconvert script to /usr/local/bin\n",
"\n",
"Using /usr/local/lib/python3.7/site-packages\n",
"Searching for ipykernel==5.5.3\n",
"Best match: ipykernel 5.5.3\n",
"Adding ipykernel 5.5.3 to easy-install.pth file\n",
"\n",
"Using /usr/local/lib/python3.7/site-packages\n",
"Searching for cached-property==1.5.2\n",
"Best match: cached-property 1.5.2\n",
"Adding cached-property 1.5.2 to easy-install.pth file\n",
"\n",
"Using /usr/local/lib/python3.7/site-packages\n",
"Searching for six==1.15.0\n",
"Best match: six 1.15.0\n",
"Adding six 1.15.0 to easy-install.pth file\n",
"\n",
"Using /usr/local/lib/python3.7/site-packages\n",
"Searching for jupyter-client==6.1.12\n",
"Best match: jupyter-client 6.1.12\n",
"Adding jupyter-client 6.1.12 to easy-install.pth file\n",
"Installing jupyter-kernel script to /usr/local/bin\n",
"Installing jupyter-kernelspec script to /usr/local/bin\n",
"Installing jupyter-run script to /usr/local/bin\n",
"\n",
"Using /usr/local/lib/python3.7/site-packages\n",
"Searching for pyzmq==22.0.3\n",
"Best match: pyzmq 22.0.3\n",
"Adding pyzmq 22.0.3 to easy-install.pth file\n",
"\n",
"Using /usr/local/lib/python3.7/site-packages\n",
"Searching for jupyter-core==4.7.1\n",
"Best match: jupyter-core 4.7.1\n",
"Adding jupyter-core 4.7.1 to easy-install.pth file\n",
"Installing jupyter script to /usr/local/bin\n",
"Installing jupyter-migrate script to /usr/local/bin\n",
"Installing jupyter-troubleshoot script to /usr/local/bin\n",
"\n",
"Using /usr/local/lib/python3.7/site-packages\n",
"Searching for traitlets==5.0.5\n",
"Best match: traitlets 5.0.5\n",
"Adding traitlets 5.0.5 to easy-install.pth file\n",
"\n",
"Using /usr/local/lib/python3.7/site-packages\n",
"Searching for QtPy==1.9.0\n",
"Best match: QtPy 1.9.0\n",
"Adding QtPy 1.9.0 to easy-install.pth file\n",
"\n",
"Using /usr/local/lib/python3.7/site-packages\n",
"Searching for Pygments==2.8.1\n",
"Best match: Pygments 2.8.1\n",
"Adding Pygments 2.8.1 to easy-install.pth file\n",
"Installing pygmentize script to /usr/local/bin\n",
"\n",
"Using /usr/local/lib/python3.7/site-packages\n",
"Searching for ipython==7.22.0\n",
"Best match: ipython 7.22.0\n",
"Adding ipython 7.22.0 to easy-install.pth file\n",
"Installing iptest script to /usr/local/bin\n",
"Installing iptest3 script to /usr/local/bin\n",
"Installing ipython script to /usr/local/bin\n",
"Installing ipython3 script to /usr/local/bin\n",
"\n",
"Using /usr/local/lib/python3.7/site-packages\n",
"Searching for jupyterlab-widgets==1.0.0\n",
"Best match: jupyterlab-widgets 1.0.0\n",
"Adding jupyterlab-widgets 1.0.0 to easy-install.pth file\n",
"\n",
"Using /usr/local/lib/python3.7/site-packages\n",
"Searching for widgetsnbextension==3.5.1\n",
"Best match: widgetsnbextension 3.5.1\n",
"Adding widgetsnbextension 3.5.1 to easy-install.pth file\n",
"\n",
"Using /usr/local/lib/python3.7/site-packages\n",
"Searching for nbformat==5.1.3\n",
"Best match: nbformat 5.1.3\n",
"Adding nbformat 5.1.3 to easy-install.pth file\n",
"Installing jupyter-trust script to /usr/local/bin\n",
"\n",
"Using /usr/local/lib/python3.7/site-packages\n",
"Searching for argon2-cffi==20.1.0\n",
"Best match: argon2-cffi 20.1.0\n",
"Adding argon2-cffi 20.1.0 to easy-install.pth file\n",
"\n",
"Using /usr/local/lib/python3.7/site-packages\n",
"Searching for Send2Trash==1.5.0\n",
"Best match: Send2Trash 1.5.0\n",
"Adding Send2Trash 1.5.0 to easy-install.pth file\n",
"\n",
"Using /usr/local/lib/python3.7/site-packages\n",
"Searching for prometheus-client==0.10.1\n",
"Best match: prometheus-client 0.10.1\n",
"Adding prometheus-client 0.10.1 to easy-install.pth file\n",
"\n",
"Using /usr/local/lib/python3.7/site-packages\n",
"Searching for Jinja2==2.11.3\n",
"Best match: Jinja2 2.11.3\n",
"Adding Jinja2 2.11.3 to easy-install.pth file\n",
"\n",
"Using /usr/local/lib/python3.7/site-packages\n",
"Searching for tornado==6.1\n",
"Best match: tornado 6.1\n",
"Adding tornado 6.1 to easy-install.pth file\n",
"\n",
"Using /usr/local/lib/python3.7/site-packages\n",
"Searching for terminado==0.9.4\n",
"Best match: terminado 0.9.4\n",
"Adding terminado 0.9.4 to easy-install.pth file\n",
"\n",
"Using /usr/local/lib/python3.7/site-packages\n",
"Searching for prompt-toolkit==3.0.18\n",
"Best match: prompt-toolkit 3.0.18\n",
"Adding prompt-toolkit 3.0.18 to easy-install.pth file\n",
"\n",
"Using /usr/local/lib/python3.7/site-packages\n",
"Searching for nbclient==0.5.3\n",
"Best match: nbclient 0.5.3\n",
"Adding nbclient 0.5.3 to easy-install.pth file\n",
"\n",
"Using /usr/local/lib/python3.7/site-packages\n",
"Searching for testpath==0.4.4\n",
"Best match: testpath 0.4.4\n",
"Adding testpath 0.4.4 to easy-install.pth file\n",
"\n",
"Using /usr/local/lib/python3.7/site-packages\n",
"Searching for jupyterlab-pygments==0.1.2\n",
"Best match: jupyterlab-pygments 0.1.2\n",
"Adding jupyterlab-pygments 0.1.2 to easy-install.pth file\n",
"\n",
"Using /usr/local/lib/python3.7/site-packages\n",
"Searching for mistune==0.8.4\n",
"Best match: mistune 0.8.4\n",
"Adding mistune 0.8.4 to easy-install.pth file\n",
"\n",
"Using /usr/local/lib/python3.7/site-packages\n",
"Searching for entrypoints==0.3\n",
"Best match: entrypoints 0.3\n",
"Adding entrypoints 0.3 to easy-install.pth file\n",
"\n",
"Using /usr/local/lib/python3.7/site-packages\n",
"Searching for defusedxml==0.7.1\n",
"Best match: defusedxml 0.7.1\n",
"Adding defusedxml 0.7.1 to easy-install.pth file\n",
"\n",
"Using /usr/local/lib/python3.7/site-packages\n",
"Searching for bleach==3.3.0\n",
"Best match: bleach 3.3.0\n",
"Adding bleach 3.3.0 to easy-install.pth file\n",
"\n",
"Using /usr/local/lib/python3.7/site-packages\n",
"Searching for backcall==0.2.0\n",
"Best match: backcall 0.2.0\n",
"Adding backcall 0.2.0 to easy-install.pth file\n",
"\n",
"Using /usr/local/lib/python3.7/site-packages\n",
"Searching for setuptools==49.6.0.post20210108\n",
"Best match: setuptools 49.6.0.post20210108\n",
"Adding setuptools 49.6.0.post20210108 to easy-install.pth file\n",
"Installing easy_install script to /usr/local/bin\n",
"\n",
"Using /usr/local/lib/python3.7/site-packages\n",
"Searching for pexpect==4.8.0\n",
"Best match: pexpect 4.8.0\n",
"Adding pexpect 4.8.0 to easy-install.pth file\n",
"\n",
"Using /usr/local/lib/python3.7/site-packages\n",
"Searching for jedi==0.18.0\n",
"Best match: jedi 0.18.0\n",
"Adding jedi 0.18.0 to easy-install.pth file\n",
"\n",
"Using /usr/local/lib/python3.7/site-packages\n",
"Searching for decorator==5.0.7\n",
"Best match: decorator 5.0.7\n",
"Adding decorator 5.0.7 to easy-install.pth file\n",
"\n",
"Using /usr/local/lib/python3.7/site-packages\n",
"Searching for pickleshare==0.7.5\n",
"Best match: pickleshare 0.7.5\n",
"Adding pickleshare 0.7.5 to easy-install.pth file\n",
"\n",
"Using /usr/local/lib/python3.7/site-packages\n",
"Searching for jsonschema==3.2.0\n",
"Best match: jsonschema 3.2.0\n",
"Adding jsonschema 3.2.0 to easy-install.pth file\n",
"Installing jsonschema script to /usr/local/bin\n",
"\n",
"Using /usr/local/lib/python3.7/site-packages\n",
"Searching for cffi==1.14.5\n",
"Best match: cffi 1.14.5\n",
"Adding cffi 1.14.5 to easy-install.pth file\n",
"\n",
"Using /usr/local/lib/python3.7/site-packages\n",
"Searching for MarkupSafe==1.1.1\n",
"Best match: MarkupSafe 1.1.1\n",
"Adding MarkupSafe 1.1.1 to easy-install.pth file\n",
"\n",
"Using /usr/local/lib/python3.7/site-packages\n",
"Searching for ptyprocess==0.7.0\n",
"Best match: ptyprocess 0.7.0\n",
"Adding ptyprocess 0.7.0 to easy-install.pth file\n",
"\n",
"Using /usr/local/lib/python3.7/site-packages\n",
"Searching for wcwidth==0.2.5\n",
"Best match: wcwidth 0.2.5\n",
"Adding wcwidth 0.2.5 to easy-install.pth file\n",
"\n",
"Using /usr/local/lib/python3.7/site-packages\n",
"Searching for nest-asyncio==1.5.1\n",
"Best match: nest-asyncio 1.5.1\n",
"Adding nest-asyncio 1.5.1 to easy-install.pth file\n",
"\n",
"Using /usr/local/lib/python3.7/site-packages\n",
"Searching for async-generator==1.10\n",
"Best match: async-generator 1.10\n",
"Adding async-generator 1.10 to easy-install.pth file\n",
"\n",
"Using /usr/local/lib/python3.7/site-packages\n",
"Searching for packaging==20.9\n",
"Best match: packaging 20.9\n",
"Adding packaging 20.9 to easy-install.pth file\n",
"\n",
"Using /usr/local/lib/python3.7/site-packages\n",
"Searching for parso==0.8.2\n",
"Best match: parso 0.8.2\n",
"Adding parso 0.8.2 to easy-install.pth file\n",
"\n",
"Using /usr/local/lib/python3.7/site-packages\n",
"Searching for attrs==20.3.0\n",
"Best match: attrs 20.3.0\n",
"Adding attrs 20.3.0 to easy-install.pth file\n",
"\n",
"Using /usr/local/lib/python3.7/site-packages\n",
"Searching for importlib-metadata==3.10.1\n",
"Best match: importlib-metadata 3.10.1\n",
"Adding importlib-metadata 3.10.1 to easy-install.pth file\n",
"\n",
"Using /usr/local/lib/python3.7/site-packages\n",
"Searching for pyrsistent==0.17.3\n",
"Best match: pyrsistent 0.17.3\n",
"Adding pyrsistent 0.17.3 to easy-install.pth file\n",
"\n",
"Using /usr/local/lib/python3.7/site-packages\n",
"Searching for pycparser==2.20\n",
"Best match: pycparser 2.20\n",
"Adding pycparser 2.20 to easy-install.pth file\n",
"\n",
"Using /usr/local/lib/python3.7/site-packages\n",
"Searching for typing-extensions==3.7.4.3\n",
"Best match: typing-extensions 3.7.4.3\n",
"Adding typing-extensions 3.7.4.3 to easy-install.pth file\n",
"\n",
"Using /usr/local/lib/python3.7/site-packages\n",
"Searching for zipp==3.4.1\n",
"Best match: zipp 3.4.1\n",
"Adding zipp 3.4.1 to easy-install.pth file\n",
"\n",
"Using /usr/local/lib/python3.7/site-packages\n",
"Finished processing dependencies for gprMax==3.1.5\n"
],
"name": "stdout"
}
]
},
{
"cell_type": "code",
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"id": "yhF2oDCwWI7g",
"outputId": "717c6981-39ca-4525-b743-27ea4293e3f0"
},
"source": [
"!python -m gprMax user_models/cylinder_Ascan_2D.in -gpu 0 -n 100"
],
"execution_count": null,
"outputs": [
{
"output_type": "stream",
"text": [
"\n",
"=== Electromagnetic modelling software based on the Finite-Difference Time-Domain (FDTD) method ===\n",
"\n",
"\u001b[36m www.gprmax.com __ __\n",
" __ _ _ __ _ __| \\/ | __ ___ __\n",
" / _` | '_ \\| '__| |\\/| |/ _` \\ \\/ /\n",
" | (_| | |_) | | | | | | (_| |> <\n",
" \\__, | .__/|_| |_| |_|\\__,_/_/\\_\\\n",
" |___/|_|\n",
" v3.1.5 (Big Smoke)\n",
"\n",
"\u001b[0m Copyright (C) 2015-2020: The University of Edinburgh\n",
" Authors: Craig Warren and Antonis Giannopoulos\n",
"\n",
" gprMax is free software: you can redistribute it and/or modify it under the terms of the GNU\n",
" General Public License as published by the Free Software Foundation, either version 3 of the\n",
" License, or (at your option) any later version.\n",
" gprMax is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even\n",
" the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General\n",
" Public License for more details.\n",
" You should have received a copy of the GNU General Public License along with gprMax. If not, see\n",
" www.gnu.org/licenses.\n",
"\n",
"Host: bc6fe6b3f263 | Google Google Compute Engine | 1 x Intel(R) Xeon(R) CPU @ 2.20GHz (1 cores, 2 cores with Hyper-Threading) | 12.7GiB RAM | Linux-4.19.112+-x86_64-with-debian-buster-sid\n",
"GPU(s) detected: 0 - Tesla P100-PCIE-16GB, 15.9GiB\n",
"\u001b[32m\n",
"--- Model 1/100, input file: user_models/cylinder_Ascan_2D.in -------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 1, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"\rProcessing geometry related cmds: 0%| | 0/2 [00:00<?, ?cmds/s]\r \rBox from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"\rProcessing geometry related cmds: 0%| | 0/2 [00:00<?, ?cmds/s]\r \rCylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"\rProcessing geometry related cmds: 0%| | 0/2 [00:00<?, ?cmds/s]\rProcessing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1592.98cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"\rBuilding PML boundaries: 0%| | 0/4 [00:00<?, ?it/s]\rBuilding PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 1529.37it/s]\n",
"\n",
"\rBuilding main grid: 0%| | 0/2 [00:00<?, ?it/s]\rBuilding main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 618.49it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"\rWriting geometry view file 1/1, cylinder_half_space1.vti: 0%| | 0.00/75.6k [00:00<?, ?byte/s]\rWriting geometry view file 1/1, cylinder_half_space1.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 117Mbyt\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D1.out\n",
"\n",
"Running simulation, model 1/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3455.88it/s]\n",
"Memory (RAM) used: ~241MB host + ~272MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.185056\n",
"\u001b[32m\n",
"--- Model 2/100, input file: user_models/cylinder_Ascan_2D.in -------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 2, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1608.55cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 1555.03it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 727.10it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space2.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 144Mbyt\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D2.out\n",
"\n",
"Running simulation, model 2/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3337.84it/s]\n",
"Memory (RAM) used: ~363MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.191629\n",
"\u001b[32m\n",
"--- Model 3/100, input file: user_models/cylinder_Ascan_2D.in -------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 3, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1240.18cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 1585.00it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 702.98it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space3.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 149Mbyt\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D3.out\n",
"\n",
"Running simulation, model 3/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3418.24it/s]\n",
"Memory (RAM) used: ~365MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.187092\n",
"\u001b[32m\n",
"--- Model 4/100, input file: user_models/cylinder_Ascan_2D.in -------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 4, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1612.26cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 1575.03it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 734.49it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space4.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 147Mbyt\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D4.out\n",
"\n",
"Running simulation, model 4/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3535.96it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.181082\n",
"\u001b[32m\n",
"--- Model 5/100, input file: user_models/cylinder_Ascan_2D.in -------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 5, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1633.93cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 1584.85it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 739.80it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space5.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 139Mbyt\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D5.out\n",
"\n",
"Running simulation, model 5/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3356.21it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.190867\n",
"\u001b[32m\n",
"--- Model 6/100, input file: user_models/cylinder_Ascan_2D.in -------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 6, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1613.19cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 1568.84it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 736.55it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space6.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 150Mbyt\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D6.out\n",
"\n",
"Running simulation, model 6/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3602.18it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.177592\n",
"\u001b[32m\n",
"--- Model 7/100, input file: user_models/cylinder_Ascan_2D.in -------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 7, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1497.70cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 1497.43it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 577.45it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space7.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 129Mbyt\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D7.out\n",
"\n",
"Running simulation, model 7/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3138.90it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.203706\n",
"\u001b[32m\n",
"--- Model 8/100, input file: user_models/cylinder_Ascan_2D.in -------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 8, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1608.55cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 1498.77it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 713.07it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space8.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 122Mbyt\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D8.out\n",
"\n",
"Running simulation, model 8/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3432.86it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.186323\n",
"\u001b[32m\n",
"--- Model 9/100, input file: user_models/cylinder_Ascan_2D.in -------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 9, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1541.74cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 1525.48it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 725.16it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space9.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 129Mbyt\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D9.out\n",
"\n",
"Running simulation, model 9/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3346.04it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.191153\n",
"\u001b[32m\n",
"--- Model 10/100, input file: user_models/cylinder_Ascan_2D.in ------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 10, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1572.37cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 1561.83it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 727.42it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space10.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 155Mby\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D10.out\n",
"\n",
"Running simulation, model 10/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3465.03it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.184588\n",
"\u001b[32m\n",
"--- Model 11/100, input file: user_models/cylinder_Ascan_2D.in ------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 11, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1510.92cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 1251.94it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 585.55it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space11.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 146Mby\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D11.out\n",
"\n",
"Running simulation, model 11/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3463.50it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.184847\n",
"\u001b[32m\n",
"--- Model 12/100, input file: user_models/cylinder_Ascan_2D.in ------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 12, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1633.61cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 1572.81it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 680.67it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space12.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 177Mby\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D12.out\n",
"\n",
"Running simulation, model 12/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3374.65it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.189783\n",
"\u001b[32m\n",
"--- Model 13/100, input file: user_models/cylinder_Ascan_2D.in ------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 13, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1595.70cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 1561.40it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 705.99it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space13.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 152Mby\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D13.out\n",
"\n",
"Running simulation, model 13/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3620.44it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.176687\n",
"\u001b[32m\n",
"--- Model 14/100, input file: user_models/cylinder_Ascan_2D.in ------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 14, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1627.59cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 985.39it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 499.35it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space14.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 173Mby\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D14.out\n",
"\n",
"Running simulation, model 14/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3495.46it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.183002\n",
"\u001b[32m\n",
"--- Model 15/100, input file: user_models/cylinder_Ascan_2D.in ------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 15, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1331.10cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 1202.15it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 681.78it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space15.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 164Mby\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D15.out\n",
"\n",
"Running simulation, model 15/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3560.83it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.179613\n",
"\u001b[32m\n",
"--- Model 16/100, input file: user_models/cylinder_Ascan_2D.in ------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 16, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1621.30cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 1542.59it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 697.13it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space16.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 159Mby\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D16.out\n",
"\n",
"Running simulation, model 16/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3436.13it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.186201\n",
"\u001b[32m\n",
"--- Model 17/100, input file: user_models/cylinder_Ascan_2D.in ------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 17, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1630.44cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 1533.29it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 595.44it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space17.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 174Mby\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D17.out\n",
"\n",
"Running simulation, model 17/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3579.26it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.178703\n",
"\u001b[32m\n",
"--- Model 18/100, input file: user_models/cylinder_Ascan_2D.in ------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 18, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1599.66cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 917.04it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 342.91it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space18.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 121Mby\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D18.out\n",
"\n",
"Running simulation, model 18/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3278.39it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.195064\n",
"\u001b[32m\n",
"--- Model 19/100, input file: user_models/cylinder_Ascan_2D.in ------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 19, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1611.03cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 1561.54it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 738.89it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space19.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 168Mby\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D19.out\n",
"\n",
"Running simulation, model 19/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3417.42it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.187130\n",
"\u001b[32m\n",
"--- Model 20/100, input file: user_models/cylinder_Ascan_2D.in ------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 20, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1632.98cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 1517.75it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 737.20it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space20.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 160Mby\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D20.out\n",
"\n",
"Running simulation, model 20/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3476.14it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.184026\n",
"\u001b[32m\n",
"--- Model 21/100, input file: user_models/cylinder_Ascan_2D.in ------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 21, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1651.63cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 1338.11it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 695.92it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space21.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 162Mby\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D21.out\n",
"\n",
"Running simulation, model 21/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3453.02it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.185196\n",
"\u001b[32m\n",
"--- Model 22/100, input file: user_models/cylinder_Ascan_2D.in ------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 22, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1608.86cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 1564.46it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 709.52it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space22.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 158Mby\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D22.out\n",
"\n",
"Running simulation, model 22/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3328.39it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.192350\n",
"\u001b[32m\n",
"--- Model 23/100, input file: user_models/cylinder_Ascan_2D.in ------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 23, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1564.46cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 1557.92it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 737.78it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space23.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 175Mby\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D23.out\n",
"\n",
"Running simulation, model 23/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3437.40it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.186092\n",
"\u001b[32m\n",
"--- Model 24/100, input file: user_models/cylinder_Ascan_2D.in ------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 24, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1621.61cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 1533.85it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 655.41it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space24.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 162Mby\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D24.out\n",
"\n",
"Running simulation, model 24/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3397.58it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.188269\n",
"\u001b[32m\n",
"--- Model 25/100, input file: user_models/cylinder_Ascan_2D.in ------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 25, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1588.45cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 1580.37it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 737.98it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space25.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 171Mby\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D25.out\n",
"\n",
"Running simulation, model 25/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3538.14it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.180811\n",
"\u001b[32m\n",
"--- Model 26/100, input file: user_models/cylinder_Ascan_2D.in ------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 26, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1621.61cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 1537.50it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 733.91it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space26.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 168Mby\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D26.out\n",
"\n",
"Running simulation, model 26/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3295.35it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.194051\n",
"\u001b[32m\n",
"--- Model 27/100, input file: user_models/cylinder_Ascan_2D.in ------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 27, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1607.01cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 1576.36it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 739.41it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space27.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 159Mby\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D27.out\n",
"\n",
"Running simulation, model 27/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3335.83it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.191739\n",
"\u001b[32m\n",
"--- Model 28/100, input file: user_models/cylinder_Ascan_2D.in ------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 28, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1603.63cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 1519.68it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 741.63it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space28.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 162Mby\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D28.out\n",
"\n",
"Running simulation, model 28/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3230.35it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.197973\n",
"\u001b[32m\n",
"--- Model 29/100, input file: user_models/cylinder_Ascan_2D.in ------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 29, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1649.03cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 1555.61it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 502.01it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space29.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 165Mby\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D29.out\n",
"\n",
"Running simulation, model 29/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3561.19it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.179658\n",
"\u001b[32m\n",
"--- Model 30/100, input file: user_models/cylinder_Ascan_2D.in ------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 30, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1573.55cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 1493.30it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 716.55it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space30.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 166Mby\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D30.out\n",
"\n",
"Running simulation, model 30/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3537.04it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.180857\n",
"\u001b[32m\n",
"--- Model 31/100, input file: user_models/cylinder_Ascan_2D.in ------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 31, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1533.29cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 1505.49it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 663.39it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space31.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 163Mby\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D31.out\n",
"\n",
"Running simulation, model 31/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3210.05it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.199218\n",
"\u001b[32m\n",
"--- Model 32/100, input file: user_models/cylinder_Ascan_2D.in ------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 32, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1627.28cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 1411.75it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 716.12it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space32.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 131Mby\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D32.out\n",
"\n",
"Running simulation, model 32/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3466.58it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.184674\n",
"\u001b[32m\n",
"--- Model 33/100, input file: user_models/cylinder_Ascan_2D.in ------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 33, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1546.00cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 1504.68it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 717.90it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space33.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 160Mby\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D33.out\n",
"\n",
"Running simulation, model 33/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3415.06it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.187328\n",
"\u001b[32m\n",
"--- Model 34/100, input file: user_models/cylinder_Ascan_2D.in ------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 34, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1648.06cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 1586.80it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 732.89it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space34.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 158Mby\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D34.out\n",
"\n",
"Running simulation, model 34/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3138.88it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.203921\n",
"\u001b[32m\n",
"--- Model 35/100, input file: user_models/cylinder_Ascan_2D.in ------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 35, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1534.97cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 1429.55it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 699.05it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space35.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 161Mby\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D35.out\n",
"\n",
"Running simulation, model 35/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3230.20it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.198077\n",
"\u001b[32m\n",
"--- Model 36/100, input file: user_models/cylinder_Ascan_2D.in ------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 36, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1615.37cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 1532.45it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 737.01it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space36.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 161Mby\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D36.out\n",
"\n",
"Running simulation, model 36/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3490.22it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.183271\n",
"\u001b[32m\n",
"--- Model 37/100, input file: user_models/cylinder_Ascan_2D.in ------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 37, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1624.13cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 1489.06it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 687.76it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space37.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 172Mby\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D37.out\n",
"\n",
"Running simulation, model 37/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3205.10it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.199579\n",
"\u001b[32m\n",
"--- Model 38/100, input file: user_models/cylinder_Ascan_2D.in ------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 38, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1611.33cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 1553.01it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 739.67it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space38.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 165Mby\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D38.out\n",
"\n",
"Running simulation, model 38/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3517.68it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.181973\n",
"\u001b[32m\n",
"--- Model 39/100, input file: user_models/cylinder_Ascan_2D.in ------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 39, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1576.21cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 1483.66it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 705.76it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space39.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 169Mby\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D39.out\n",
"\n",
"Running simulation, model 39/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3564.37it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.179463\n",
"\u001b[32m\n",
"--- Model 40/100, input file: user_models/cylinder_Ascan_2D.in ------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 40, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1624.44cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 1558.50it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 731.61it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space40.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 175Mby\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D40.out\n",
"\n",
"Running simulation, model 40/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3304.93it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.193502\n",
"\u001b[32m\n",
"--- Model 41/100, input file: user_models/cylinder_Ascan_2D.in ------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 41, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1606.40cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 1535.25it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 730.27it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space41.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 168Mby\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D41.out\n",
"\n",
"Running simulation, model 41/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3362.55it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.190168\n",
"\u001b[32m\n",
"--- Model 42/100, input file: user_models/cylinder_Ascan_2D.in ------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 42, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1522.16cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 1532.59it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 688.78it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space42.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 127Mby\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D42.out\n",
"\n",
"Running simulation, model 42/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3223.40it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.198407\n",
"\u001b[32m\n",
"--- Model 43/100, input file: user_models/cylinder_Ascan_2D.in ------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 43, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1603.02cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 1557.48it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 728.37it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space43.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 171Mby\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D43.out\n",
"\n",
"Running simulation, model 43/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3359.64it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.190385\n",
"\u001b[32m\n",
"--- Model 44/100, input file: user_models/cylinder_Ascan_2D.in ------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 44, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1596.31cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 1578.44it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 743.54it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space44.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 169Mby\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D44.out\n",
"\n",
"Running simulation, model 44/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3317.94it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.192773\n",
"\u001b[32m\n",
"--- Model 45/100, input file: user_models/cylinder_Ascan_2D.in ------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 45, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1612.57cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 1518.30it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 734.49it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space45.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 158Mby\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D45.out\n",
"\n",
"Running simulation, model 45/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3190.29it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.200568\n",
"\u001b[32m\n",
"--- Model 46/100, input file: user_models/cylinder_Ascan_2D.in ------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 46, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1076.98cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 910.72it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 402.31it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space46.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 121Mby\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D46.out\n",
"\n",
"Running simulation, model 46/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3052.20it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.209526\n",
"\u001b[32m\n",
"--- Model 47/100, input file: user_models/cylinder_Ascan_2D.in ------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 47, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1569.14cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 1463.09it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 711.50it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space47.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 154Mby\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D47.out\n",
"\n",
"Running simulation, model 47/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3214.71it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.198978\n",
"\u001b[32m\n",
"--- Model 48/100, input file: user_models/cylinder_Ascan_2D.in ------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 48, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1196.49cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 865.61it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 408.22it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space48.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 149Mby\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D48.out\n",
"\n",
"Running simulation, model 48/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3101.14it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.206193\n",
"\u001b[32m\n",
"--- Model 49/100, input file: user_models/cylinder_Ascan_2D.in ------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 49, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1598.74cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 1562.71it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 733.27it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space49.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 170Mby\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D49.out\n",
"\n",
"Running simulation, model 49/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3511.88it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.182174\n",
"\u001b[32m\n",
"--- Model 50/100, input file: user_models/cylinder_Ascan_2D.in ------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 50, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1223.90cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 901.42it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 404.00it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space50.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 155Mby\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D50.out\n",
"\n",
"Running simulation, model 50/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3171.06it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.201637\n",
"\u001b[32m\n",
"--- Model 51/100, input file: user_models/cylinder_Ascan_2D.in ------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 51, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1333.01cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 877.24it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 393.04it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space51.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 129Mby\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D51.out\n",
"\n",
"Running simulation, model 51/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3267.58it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.195758\n",
"\u001b[32m\n",
"--- Model 52/100, input file: user_models/cylinder_Ascan_2D.in ------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 52, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1191.90cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 893.26it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 404.29it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space52.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 129Mby\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D52.out\n",
"\n",
"Running simulation, model 52/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3187.23it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.200667\n",
"\u001b[32m\n",
"--- Model 53/100, input file: user_models/cylinder_Ascan_2D.in ------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 53, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1654.56cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 1543.02it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 739.34it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space53.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 170Mby\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D53.out\n",
"\n",
"Running simulation, model 53/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3580.95it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.178631\n",
"\u001b[32m\n",
"--- Model 54/100, input file: user_models/cylinder_Ascan_2D.in ------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 54, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 813.48cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 767.13it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 401.10it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space54.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 125Mby\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D54.out\n",
"\n",
"Running simulation, model 54/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3204.87it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.199529\n",
"\u001b[32m\n",
"--- Model 55/100, input file: user_models/cylinder_Ascan_2D.in ------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 55, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1210.13cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 891.65it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 408.18it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space55.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 122Mby\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D55.out\n",
"\n",
"Running simulation, model 55/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3233.05it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.197854\n",
"\u001b[32m\n",
"--- Model 56/100, input file: user_models/cylinder_Ascan_2D.in ------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 56, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1586.65cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 1477.52it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 711.14it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space56.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 162Mby\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D56.out\n",
"\n",
"Running simulation, model 56/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3402.38it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.187983\n",
"\u001b[32m\n",
"--- Model 57/100, input file: user_models/cylinder_Ascan_2D.in ------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 57, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1005.95cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 887.35it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 404.13it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space57.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 125Mby\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D57.out\n",
"\n",
"Running simulation, model 57/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3161.24it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.202412\n",
"\u001b[32m\n",
"--- Model 58/100, input file: user_models/cylinder_Ascan_2D.in ------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 58, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1573.55cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 1571.93it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 718.39it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space58.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 170Mby\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D58.out\n",
"\n",
"Running simulation, model 58/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3454.71it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.185172\n",
"\u001b[32m\n",
"--- Model 59/100, input file: user_models/cylinder_Ascan_2D.in ------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 59, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1310.11cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 686.86it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 407.39it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space59.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 119Mby\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D59.out\n",
"\n",
"Running simulation, model 59/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3295.50it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.194050\n",
"\u001b[32m\n",
"--- Model 60/100, input file: user_models/cylinder_Ascan_2D.in ------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 60, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1625.07cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 1548.71it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 686.58it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space60.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 125Mby\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D60.out\n",
"\n",
"Running simulation, model 60/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3212.32it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.199075\n",
"\u001b[32m\n",
"--- Model 61/100, input file: user_models/cylinder_Ascan_2D.in ------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 61, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1563.87cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 1411.87it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 649.47it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space61.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 163Mby\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D61.out\n",
"\n",
"Running simulation, model 61/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3577.97it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.178739\n",
"\u001b[32m\n",
"--- Model 62/100, input file: user_models/cylinder_Ascan_2D.in ------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 62, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1536.38cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 1488.13it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 714.59it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space62.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 122Mby\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D62.out\n",
"\n",
"Running simulation, model 62/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3358.89it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.190393\n",
"\u001b[32m\n",
"--- Model 63/100, input file: user_models/cylinder_Ascan_2D.in ------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 63, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1613.50cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 1459.27it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 619.50it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space63.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 161Mby\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D63.out\n",
"\n",
"Running simulation, model 63/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3134.67it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.203972\n",
"\u001b[32m\n",
"--- Model 64/100, input file: user_models/cylinder_Ascan_2D.in ------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 64, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1635.21cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 1548.28it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 465.46it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space64.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 125Mby\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D64.out\n",
"\n",
"Running simulation, model 64/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3177.53it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.201202\n",
"\u001b[32m\n",
"--- Model 65/100, input file: user_models/cylinder_Ascan_2D.in ------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 65, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1483.66cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 1548.57it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 738.17it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space65.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 169Mby\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D65.out\n",
"\n",
"Running simulation, model 65/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3156.30it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.202566\n",
"\u001b[32m\n",
"--- Model 66/100, input file: user_models/cylinder_Ascan_2D.in ------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 66, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1601.49cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 1532.31it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 723.72it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space66.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 170Mby\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D66.out\n",
"\n",
"Running simulation, model 66/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3282.33it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.194829\n",
"\u001b[32m\n",
"--- Model 67/100, input file: user_models/cylinder_Ascan_2D.in ------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 67, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1617.55cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 1572.81it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 722.53it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space67.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 160Mby\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D67.out\n",
"\n",
"Running simulation, model 67/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3194.64it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.200172\n",
"\u001b[32m\n",
"--- Model 68/100, input file: user_models/cylinder_Ascan_2D.in ------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 68, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1612.88cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 1550.00it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 716.49it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space68.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 176Mby\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D68.out\n",
"\n",
"Running simulation, model 68/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3185.85it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.200717\n",
"\u001b[32m\n",
"--- Model 69/100, input file: user_models/cylinder_Ascan_2D.in ------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 69, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1600.27cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 1584.70it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 735.58it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space69.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 164Mby\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D69.out\n",
"\n",
"Running simulation, model 69/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3541.21it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.180660\n",
"\u001b[32m\n",
"--- Model 70/100, input file: user_models/cylinder_Ascan_2D.in ------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 70, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1586.35cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 1548.14it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 732.44it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space70.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 158Mby\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D70.out\n",
"\n",
"Running simulation, model 70/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3282.96it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.194854\n",
"\u001b[32m\n",
"--- Model 71/100, input file: user_models/cylinder_Ascan_2D.in ------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 71, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1615.37cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 1562.85it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 713.44it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space71.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 166Mby\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D71.out\n",
"\n",
"Running simulation, model 71/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3235.39it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.197685\n",
"\u001b[32m\n",
"--- Model 72/100, input file: user_models/cylinder_Ascan_2D.in ------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 72, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1630.12cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 1527.42it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 626.48it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space72.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 131Mby\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D72.out\n",
"\n",
"Running simulation, model 72/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3375.72it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.189506\n",
"\u001b[32m\n",
"--- Model 73/100, input file: user_models/cylinder_Ascan_2D.in ------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 73, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1353.87cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 1036.78it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 586.45it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space73.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 133Mby\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D73.out\n",
"\n",
"Running simulation, model 73/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 2973.01it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.215187\n",
"\u001b[32m\n",
"--- Model 74/100, input file: user_models/cylinder_Ascan_2D.in ------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 74, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1464.24cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 1376.20it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 637.67it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space74.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 143Mby\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D74.out\n",
"\n",
"Running simulation, model 74/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3036.47it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.210593\n",
"\u001b[32m\n",
"--- Model 75/100, input file: user_models/cylinder_Ascan_2D.in ------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 75, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1603.94cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 1526.73it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 726.10it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space75.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 169Mby\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D75.out\n",
"\n",
"Running simulation, model 75/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3598.32it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.177763\n",
"\u001b[32m\n",
"--- Model 76/100, input file: user_models/cylinder_Ascan_2D.in ------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 76, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1601.49cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 1477.39it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 698.41it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space76.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 163Mby\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D76.out\n",
"\n",
"Running simulation, model 76/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 2972.84it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.215092\n",
"\u001b[32m\n",
"--- Model 77/100, input file: user_models/cylinder_Ascan_2D.in ------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 77, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1544.29cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 1416.04it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 718.14it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space77.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 130Mby\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D77.out\n",
"\n",
"Running simulation, model 77/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3271.42it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.195474\n",
"\u001b[32m\n",
"--- Model 78/100, input file: user_models/cylinder_Ascan_2D.in ------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 78, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1537.50cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 1467.95it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 717.47it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space78.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 166Mby\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D78.out\n",
"\n",
"Running simulation, model 78/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3256.14it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.196456\n",
"\u001b[32m\n",
"--- Model 79/100, input file: user_models/cylinder_Ascan_2D.in ------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 79, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1479.73cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 1264.39it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 696.50it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space79.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 160Mby\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D79.out\n",
"\n",
"Running simulation, model 79/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3252.07it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.196667\n",
"\u001b[32m\n",
"--- Model 80/100, input file: user_models/cylinder_Ascan_2D.in ------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 80, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1594.49cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 1328.26it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 734.94it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space80.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 178Mby\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D80.out\n",
"\n",
"Running simulation, model 80/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3155.99it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.202724\n",
"\u001b[32m\n",
"--- Model 81/100, input file: user_models/cylinder_Ascan_2D.in ------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 81, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1562.71cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 1573.55it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 735.39it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space81.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 154Mby\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D81.out\n",
"\n",
"Running simulation, model 81/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3118.42it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.205022\n",
"\u001b[32m\n",
"--- Model 82/100, input file: user_models/cylinder_Ascan_2D.in ------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 82, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1207.52cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 883.20it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 407.95it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space82.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 105Mby\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D82.out\n",
"\n",
"Running simulation, model 82/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3121.36it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.204964\n",
"\u001b[32m\n",
"--- Model 83/100, input file: user_models/cylinder_Ascan_2D.in ------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 83, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1522.71cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 1511.87it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 714.96it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space83.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 164Mby\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D83.out\n",
"\n",
"Running simulation, model 83/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3256.50it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.196404\n",
"\u001b[32m\n",
"--- Model 84/100, input file: user_models/cylinder_Ascan_2D.in ------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 84, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1539.48cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 1529.65it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 739.93it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space84.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 157Mby\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D84.out\n",
"\n",
"Running simulation, model 84/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3592.19it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.178148\n",
"\u001b[32m\n",
"--- Model 85/100, input file: user_models/cylinder_Ascan_2D.in ------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 85, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1066.71cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 834.02it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 705.16it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space85.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 164Mby\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D85.out\n",
"\n",
"Running simulation, model 85/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3264.68it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.195857\n",
"\u001b[32m\n",
"--- Model 86/100, input file: user_models/cylinder_Ascan_2D.in ------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 86, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1551.72cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 1437.14it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 562.24it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space86.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 155Mby\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D86.out\n",
"\n",
"Running simulation, model 86/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3298.80it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.193911\n",
"\u001b[32m\n",
"--- Model 87/100, input file: user_models/cylinder_Ascan_2D.in ------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 87, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1613.50cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 1565.48it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 729.63it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space87.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 155Mby\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D87.out\n",
"\n",
"Running simulation, model 87/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3255.98it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.196426\n",
"\u001b[32m\n",
"--- Model 88/100, input file: user_models/cylinder_Ascan_2D.in ------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 88, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1650.33cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 1542.73it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 688.49it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space88.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 145Mby\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D88.out\n",
"\n",
"Running simulation, model 88/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3044.99it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.209945\n",
"\u001b[32m\n",
"--- Model 89/100, input file: user_models/cylinder_Ascan_2D.in ------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 89, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1603.63cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 1489.32it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 737.52it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space89.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 156Mby\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D89.out\n",
"\n",
"Running simulation, model 89/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3405.10it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.187837\n",
"\u001b[32m\n",
"--- Model 90/100, input file: user_models/cylinder_Ascan_2D.in ------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 90, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1637.44cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 1538.21it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 729.70it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space90.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 168Mby\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D90.out\n",
"\n",
"Running simulation, model 90/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3003.66it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.212838\n",
"\u001b[32m\n",
"--- Model 91/100, input file: user_models/cylinder_Ascan_2D.in ------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 91, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1565.92cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 1465.00it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 715.81it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space91.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 175Mby\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D91.out\n",
"\n",
"Running simulation, model 91/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3099.38it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.206277\n",
"\u001b[32m\n",
"--- Model 92/100, input file: user_models/cylinder_Ascan_2D.in ------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 92, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1507.93cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 1512.01it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 715.45it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space92.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 165Mby\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D92.out\n",
"\n",
"Running simulation, model 92/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3032.65it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.210794\n",
"\u001b[32m\n",
"--- Model 93/100, input file: user_models/cylinder_Ascan_2D.in ------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 93, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1620.36cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 1536.94it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 729.06it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space93.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 166Mby\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D93.out\n",
"\n",
"Running simulation, model 93/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3269.08it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.195643\n",
"\u001b[32m\n",
"--- Model 94/100, input file: user_models/cylinder_Ascan_2D.in ------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 94, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1528.82cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 1531.05it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 641.58it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space94.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 173Mby\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D94.out\n",
"\n",
"Running simulation, model 94/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 2966.40it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.215547\n",
"\u001b[32m\n",
"--- Model 95/100, input file: user_models/cylinder_Ascan_2D.in ------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 95, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1212.75cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 893.50it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 409.64it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space95.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 122Mby\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D95.out\n",
"\n",
"Running simulation, model 95/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3120.87it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.204963\n",
"\u001b[32m\n",
"--- Model 96/100, input file: user_models/cylinder_Ascan_2D.in ------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 96, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1400.67cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 874.00it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 418.70it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space96.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 165Mby\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D96.out\n",
"\n",
"Running simulation, model 96/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3097.14it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.206447\n",
"\u001b[32m\n",
"--- Model 97/100, input file: user_models/cylinder_Ascan_2D.in ------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 97, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1604.25cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 1546.71it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 724.34it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space97.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 160Mby\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D97.out\n",
"\n",
"Running simulation, model 97/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3482.12it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.183670\n",
"\u001b[32m\n",
"--- Model 98/100, input file: user_models/cylinder_Ascan_2D.in ------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 98, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1588.75cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 1482.74it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 695.57it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space98.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 168Mby\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D98.out\n",
"\n",
"Running simulation, model 98/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3586.47it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.178386\n",
"\u001b[32m\n",
"--- Model 99/100, input file: user_models/cylinder_Ascan_2D.in ------------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 99, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1656.85cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 1542.73it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 728.05it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space99.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 159Mby\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D99.out\n",
"\n",
"Running simulation, model 99/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 3070.64it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.208238\n",
"\u001b[32m\n",
"--- Model 100/100, input file: user_models/cylinder_Ascan_2D.in -----------------------------------\n",
"\u001b[0m\n",
"Constants/variables used/available for Python scripting: {c: 299792458.0, current_model_run: 100, e0: 8.8541878128e-12, inputfile: /content/gprMax/user_models/cylinder_Ascan_2D.in, m0: 1.25663706212e-06, number_model_runs: 100, z0: 376.73031366686166}\n",
"\n",
"Model title: A-scan from a metal cylinder buried in a dielectric half-space\n",
"Number of CPU (OpenMP) threads: 1\n",
"GPU solving using: 0 - Tesla P100-PCIE-16GB\n",
"Spatial discretisation: 0.002 x 0.002 x 0.002m\n",
"Domain size: 0.24 x 0.21 x 0.002m (120 x 105 x 1 = 12600 cells)\n",
"Mode: 2D TMz\n",
"Time step (at CFL limit): 4.71731e-12 secs\n",
"Time window: 3e-09 secs (637 iterations)\n",
"\n",
"Waveform my_ricker of type ricker with maximum amplitude scaling 1, frequency 1.5e+09Hz created.\n",
"Hertzian dipole with polarity z at 0.1m, 0.17m, 0m, using waveform my_ricker created.\n",
"Receiver at 0.14m, 0.17m, 0m with output component(s) Ex, Ey, Ez, Hx, Hy, Hz created.\n",
"Material half_space with eps_r=6, sigma=0 S/m; mu_r=1, sigma*=0 Ohm/m created.\n",
"Geometry view from 0m, 0m, 0m, to 0.24m, 0.21m, 0.002m, discretisation 0.002m, 0.002m, 0.002m, with filename base cylinder_half_space created.\n",
"\n",
"Memory (RAM) required: ~51.5MB host + ~51.5MB GPU\n",
"\n",
"Box from 0m, 0m, 0m, to 0.24m, 0.17m, 0.002m of material(s) half_space created, dielectric smoothing is on.\n",
"Cylinder with face centres 0.12m, 0.08m, 0m and 0.12m, 0.08m, 0.002m, with radius 0.01m, of material(s) pec created, dielectric smoothing is off.\n",
"Processing geometry related cmds: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 1563.00cmds/s]\n",
"\n",
"PML: formulation: HORIPML, order: 1, thickness: x0: 10, y0: 10, z0: 0, xmax: 10, ymax: 10, zmax: 0 cells\n",
"Building PML boundaries: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [00:00<00:00, 1466.92it/s]\n",
"\n",
"Building main grid: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 703.27it/s]\n",
"\n",
"Materials:\n",
" | | | | sigma | | sigma* | Dielectric \n",
" ID | Name | Type | eps_r | [S/m] | mu_r | [Ohm/m] | smoothable \n",
"----+---------------------------------------------+---------------------+-------+-------+------+---------+------------\n",
" 0 | pec | builtin | 1 | inf | 1 | 0 | False \n",
" 1 | free_space | builtin | 1 | 0 | 1 | 0 | True \n",
" 2 | half_space | | 6 | 0 | 1 | 0 | True \n",
" 3 | free_space+free_space+half_space+half_space | dielectric-smoothed | 3.5 | 0 | 1 | 0 | True \n",
"\n",
"Numerical dispersion analysis: estimated largest physical phase-velocity error is -0.42% in material 'half_space' whose wavelength sampled by 14 cells. Maximum significant frequency estimated as 4.32623e+09Hz\n",
"\n",
"Writing geometry view file 1/1, cylinder_half_space100.vti: 100%|β–ˆ| 75.6k/75.6k [00:00<00:00, 167Mb\n",
"\n",
"Output file: /content/gprMax/user_models/cylinder_Ascan_2D100.out\n",
"\n",
"Running simulation, model 100/100: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 637/637 [00:00<00:00, 2984.05it/s]\n",
"Memory (RAM) used: ~366MB host + ~541MB GPU\n",
"Solving time [HH:MM:SS]: 0:00:00.214173\n",
"\n",
"=== Simulation completed in [HH:MM:SS]: 0:00:50.359391 ============================================\n",
"\n",
"\u001b[0m"
],
"name": "stdout"
}
]
},
{
"cell_type": "code",
"metadata": {
"id": "eAjG1P8WafUP"
},
"source": [
""
],
"execution_count": null,
"outputs": []
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment