{ "cells": [ { "cell_type": "code", "execution_count": 2, "metadata": { "scrolled": true }, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "DOLFIN VERSION: 2019.1.0\n", "SOLVER VERSION: 0.2\n", "__author__: Reidmen Arostica\n", "The solution of the linear system is done with built-in PETS Krylov solver.\n", "Initializing testing of two deformation cases with input parameters:\n", " Solver to use -solver_to_use- : LU\n", " GCL-stabilization term -gcl_stab- : True\n", " Evaluation of jacobian at n in time-derivate term -jac_at_n- : False\n", " \n", "\n", "Initializing iNSE problem with Deformation type: High_Osc_exp\n", "\n", "\n", "Setup with initial condition: True\n", "Using a non-zero initial condition (2D-Gaussian) for the velocity field!\n", "Using time-derivative term approximated with Jacobian at n+1...\n", "Using LU Solver...\n", "Starting iteration over time...\n", "E (Energy) of initial velocity field: 0.01659 at time 0.000\n", "\n", "J integrated over the domain: 14.686 at time: 0.010\n", "J_n integrated over the domain: 12.000 at time: 0.010\n", "Well-posedness condition 3J - J_n > 0: True at time 0.010\n", "d (def. map) integrated over the domain: 219.674 at time: 0.010\n", "Strain energy E( eps(|u|^2) ): 0.00015 at time 0.010\n", "Residual of scheme -> 'delta' value: 0.00330 at time 0.010\n", "\n", "J integrated over the domain: 17.203 at time: 0.020\n", "J_n integrated over the domain: 14.686 at time: 0.020\n", "Well-posedness condition 3J - J_n > 0: True at time 0.020\n", "d (def. map) integrated over the domain: 299.941 at time: 0.020\n", "Strain energy E( eps(|u|^2) ): 0.00011 at time 0.020\n", "Residual of scheme -> 'delta' value: 0.00008 at time 0.020\n", "\n", "J integrated over the domain: 19.393 at time: 0.030\n", "J_n integrated over the domain: 17.203 at time: 0.030\n", "Well-posedness condition 3J - J_n > 0: True at time 0.030\n", "d (def. map) integrated over the domain: 380.093 at time: 0.030\n", "Strain energy E( eps(|u|^2) ): 0.00009 at time 0.030\n", "Residual of scheme -> 'delta' value: 0.00004 at time 0.030\n", "\n", "J integrated over the domain: 21.119 at time: 0.040\n", "J_n integrated over the domain: 19.393 at time: 0.040\n", "Well-posedness condition 3J - J_n > 0: True at time 0.040\n", "d (def. map) integrated over the domain: 450.001 at time: 0.040\n", "Strain energy E( eps(|u|^2) ): 0.00008 at time 0.040\n", "Residual of scheme -> 'delta' value: 0.00002 at time 0.040\n", "\n", "J integrated over the domain: 22.271 at time: 0.050\n", "J_n integrated over the domain: 21.119 at time: 0.050\n", "Well-posedness condition 3J - J_n > 0: True at time 0.050\n", "d (def. map) integrated over the domain: 500.016 at time: 0.050\n", "Strain energy E( eps(|u|^2) ): 0.00007 at time 0.050\n", "Residual of scheme -> 'delta' value: 0.00001 at time 0.050\n", "\n", "J integrated over the domain: 22.779 at time: 0.060\n", "J_n integrated over the domain: 22.271 at time: 0.060\n", "Well-posedness condition 3J - J_n > 0: True at time 0.060\n", "d (def. map) integrated over the domain: 522.869 at time: 0.060\n", "Strain energy E( eps(|u|^2) ): 0.00006 at time 0.060\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.060\n", "\n", "J integrated over the domain: 22.609 at time: 0.070\n", "J_n integrated over the domain: 22.779 at time: 0.070\n", "Well-posedness condition 3J - J_n > 0: True at time 0.070\n", "d (def. map) integrated over the domain: 515.153 at time: 0.070\n", "Strain energy E( eps(|u|^2) ): 0.00005 at time 0.070\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.070\n", "\n", "J integrated over the domain: 21.772 at time: 0.080\n", "J_n integrated over the domain: 22.609 at time: 0.080\n", "Well-posedness condition 3J - J_n > 0: True at time 0.080\n", "d (def. map) integrated over the domain: 478.026 at time: 0.080\n", "Strain energy E( eps(|u|^2) ): 0.00005 at time 0.080\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.080\n", "\n", "J integrated over the domain: 20.322 at time: 0.090\n", "J_n integrated over the domain: 21.772 at time: 0.090\n", "Well-posedness condition 3J - J_n > 0: True at time 0.090\n", "d (def. map) integrated over the domain: 416.965 at time: 0.090\n", "Strain energy E( eps(|u|^2) ): 0.00005 at time 0.090\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.090\n", "\n", "J integrated over the domain: 18.348 at time: 0.100\n", "J_n integrated over the domain: 20.322 at time: 0.100\n", "Well-posedness condition 3J - J_n > 0: True at time 0.100\n", "d (def. map) integrated over the domain: 340.652 at time: 0.100\n", "Strain energy E( eps(|u|^2) ): 0.00004 at time 0.100\n", "Residual of scheme -> 'delta' value: 0.00001 at time 0.100\n", "\n", "J integrated over the domain: 15.976 at time: 0.110\n", "J_n integrated over the domain: 18.348 at time: 0.110\n", "Well-posedness condition 3J - J_n > 0: True at time 0.110\n", "d (def. map) integrated over the domain: 259.224 at time: 0.110\n", "Strain energy E( eps(|u|^2) ): 0.00005 at time 0.110\n", "Residual of scheme -> 'delta' value: 0.00002 at time 0.110\n", "\n", "J integrated over the domain: 13.354 at time: 0.120\n", "J_n integrated over the domain: 15.976 at time: 0.120\n", "Well-posedness condition 3J - J_n > 0: True at time 0.120\n", "d (def. map) integrated over the domain: 182.319 at time: 0.120\n", "Strain energy E( eps(|u|^2) ): 0.00009 at time 0.120\n", "Residual of scheme -> 'delta' value: 0.00002 at time 0.120\n", "\n", "J integrated over the domain: 10.646 at time: 0.130\n", "J_n integrated over the domain: 13.354 at time: 0.130\n", "Well-posedness condition 3J - J_n > 0: True at time 0.130\n", "d (def. map) integrated over the domain: 117.346 at time: 0.130\n", "Strain energy E( eps(|u|^2) ): 0.00021 at time 0.130\n", "Residual of scheme -> 'delta' value: 0.00001 at time 0.130\n", "\n", "J integrated over the domain: 8.024 at time: 0.140\n", "J_n integrated over the domain: 10.646 at time: 0.140\n", "Well-posedness condition 3J - J_n > 0: True at time 0.140\n", "d (def. map) integrated over the domain: 68.389 at time: 0.140\n", "Strain energy E( eps(|u|^2) ): 0.00033 at time 0.140\n", "Residual of scheme -> 'delta' value: -0.00003 at time 0.140\n", "\n", "J integrated over the domain: 5.652 at time: 0.150\n", "J_n integrated over the domain: 8.024 at time: 0.150\n", "Well-posedness condition 3J - J_n > 0: True at time 0.150\n", "d (def. map) integrated over the domain: 35.944 at time: 0.150\n", "Strain energy E( eps(|u|^2) ): 0.00030 at time 0.150\n", "Residual of scheme -> 'delta' value: -0.00007 at time 0.150\n", "\n", "J integrated over the domain: 3.678 at time: 0.160\n", "J_n integrated over the domain: 5.652 at time: 0.160\n", "Well-posedness condition 3J - J_n > 0: True at time 0.160\n", "d (def. map) integrated over the domain: 17.531 at time: 0.160\n", "Strain energy E( eps(|u|^2) ): 0.00016 at time 0.160\n", "Residual of scheme -> 'delta' value: -0.00007 at time 0.160\n", "\n", "J integrated over the domain: 2.228 at time: 0.170\n", "J_n integrated over the domain: 3.678 at time: 0.170\n", "Well-posedness condition 3J - J_n > 0: True at time 0.170\n", "d (def. map) integrated over the domain: 8.963 at time: 0.170\n", "Strain energy E( eps(|u|^2) ): 0.00004 at time 0.170\n", "Residual of scheme -> 'delta' value: -0.00003 at time 0.170\n", "\n", "J integrated over the domain: 1.391 at time: 0.180\n", "J_n integrated over the domain: 2.228 at time: 0.180\n", "Well-posedness condition 3J - J_n > 0: True at time 0.180\n", "d (def. map) integrated over the domain: 5.936 at time: 0.180\n", "Strain energy E( eps(|u|^2) ): 0.00001 at time 0.180\n", "Residual of scheme -> 'delta' value: -0.00001 at time 0.180\n", "\n", "J integrated over the domain: 1.221 at time: 0.190\n", "J_n integrated over the domain: 1.391 at time: 0.190\n", "Well-posedness condition 3J - J_n > 0: True at time 0.190\n", "d (def. map) integrated over the domain: 5.492 at time: 0.190\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.190\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.190\n", "\n", "J integrated over the domain: 1.729 at time: 0.200\n", "J_n integrated over the domain: 1.221 at time: 0.200\n", "Well-posedness condition 3J - J_n > 0: True at time 0.200\n", "d (def. map) integrated over the domain: 6.988 at time: 0.200\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.200\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.200\n", "\n", "J integrated over the domain: 2.881 at time: 0.210\n", "J_n integrated over the domain: 1.729 at time: 0.210\n", "Well-posedness condition 3J - J_n > 0: True at time 0.210\n", "d (def. map) integrated over the domain: 12.302 at time: 0.210\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.210\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.210\n", "\n", "J integrated over the domain: 4.607 at time: 0.220\n", "J_n integrated over the domain: 2.881 at time: 0.220\n", "Well-posedness condition 3J - J_n > 0: True at time 0.220\n", "d (def. map) integrated over the domain: 25.223 at time: 0.220\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.220\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.220\n", "\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "J integrated over the domain: 6.797 at time: 0.230\n", "J_n integrated over the domain: 4.607 at time: 0.230\n", "Well-posedness condition 3J - J_n > 0: True at time 0.230\n", "d (def. map) integrated over the domain: 50.200 at time: 0.230\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.230\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.230\n", "\n", "J integrated over the domain: 9.314 at time: 0.240\n", "J_n integrated over the domain: 6.797 at time: 0.240\n", "Well-posedness condition 3J - J_n > 0: True at time 0.240\n", "d (def. map) integrated over the domain: 90.753 at time: 0.240\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.240\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.240\n", "\n", "J integrated over the domain: 12.000 at time: 0.250\n", "J_n integrated over the domain: 9.314 at time: 0.250\n", "Well-posedness condition 3J - J_n > 0: True at time 0.250\n", "d (def. map) integrated over the domain: 148.000 at time: 0.250\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.250\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.250\n", "\n", "J integrated over the domain: 14.686 at time: 0.260\n", "J_n integrated over the domain: 12.000 at time: 0.260\n", "Well-posedness condition 3J - J_n > 0: True at time 0.260\n", "d (def. map) integrated over the domain: 219.674 at time: 0.260\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.260\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.260\n", "\n", "J integrated over the domain: 17.203 at time: 0.270\n", "J_n integrated over the domain: 14.686 at time: 0.270\n", "Well-posedness condition 3J - J_n > 0: True at time 0.270\n", "d (def. map) integrated over the domain: 299.941 at time: 0.270\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.270\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.270\n", "\n", "J integrated over the domain: 19.393 at time: 0.280\n", "J_n integrated over the domain: 17.203 at time: 0.280\n", "Well-posedness condition 3J - J_n > 0: True at time 0.280\n", "d (def. map) integrated over the domain: 380.093 at time: 0.280\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.280\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.280\n", "\n", "J integrated over the domain: 21.119 at time: 0.290\n", "J_n integrated over the domain: 19.393 at time: 0.290\n", "Well-posedness condition 3J - J_n > 0: True at time 0.290\n", "d (def. map) integrated over the domain: 450.001 at time: 0.290\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.290\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.290\n", "\n", "J integrated over the domain: 22.271 at time: 0.300\n", "J_n integrated over the domain: 21.119 at time: 0.300\n", "Well-posedness condition 3J - J_n > 0: True at time 0.300\n", "d (def. map) integrated over the domain: 500.016 at time: 0.300\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.300\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.300\n", "\n", "J integrated over the domain: 22.779 at time: 0.310\n", "J_n integrated over the domain: 22.271 at time: 0.310\n", "Well-posedness condition 3J - J_n > 0: True at time 0.310\n", "d (def. map) integrated over the domain: 522.869 at time: 0.310\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.310\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.310\n", "\n", "J integrated over the domain: 22.609 at time: 0.320\n", "J_n integrated over the domain: 22.779 at time: 0.320\n", "Well-posedness condition 3J - J_n > 0: True at time 0.320\n", "d (def. map) integrated over the domain: 515.153 at time: 0.320\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.320\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.320\n", "\n", "J integrated over the domain: 21.772 at time: 0.330\n", "J_n integrated over the domain: 22.609 at time: 0.330\n", "Well-posedness condition 3J - J_n > 0: True at time 0.330\n", "d (def. map) integrated over the domain: 478.026 at time: 0.330\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.330\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.330\n", "\n", "J integrated over the domain: 20.322 at time: 0.340\n", "J_n integrated over the domain: 21.772 at time: 0.340\n", "Well-posedness condition 3J - J_n > 0: True at time 0.340\n", "d (def. map) integrated over the domain: 416.965 at time: 0.340\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.340\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.340\n", "\n", "J integrated over the domain: 18.348 at time: 0.350\n", "J_n integrated over the domain: 20.322 at time: 0.350\n", "Well-posedness condition 3J - J_n > 0: True at time 0.350\n", "d (def. map) integrated over the domain: 340.652 at time: 0.350\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.350\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.350\n", "\n", "J integrated over the domain: 15.976 at time: 0.360\n", "J_n integrated over the domain: 18.348 at time: 0.360\n", "Well-posedness condition 3J - J_n > 0: True at time 0.360\n", "d (def. map) integrated over the domain: 259.224 at time: 0.360\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.360\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.360\n", "\n", "J integrated over the domain: 13.354 at time: 0.370\n", "J_n integrated over the domain: 15.976 at time: 0.370\n", "Well-posedness condition 3J - J_n > 0: True at time 0.370\n", "d (def. map) integrated over the domain: 182.319 at time: 0.370\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.370\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.370\n", "\n", "J integrated over the domain: 10.646 at time: 0.380\n", "J_n integrated over the domain: 13.354 at time: 0.380\n", "Well-posedness condition 3J - J_n > 0: True at time 0.380\n", "d (def. map) integrated over the domain: 117.346 at time: 0.380\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.380\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.380\n", "\n", "J integrated over the domain: 8.024 at time: 0.390\n", "J_n integrated over the domain: 10.646 at time: 0.390\n", "Well-posedness condition 3J - J_n > 0: True at time 0.390\n", "d (def. map) integrated over the domain: 68.389 at time: 0.390\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.390\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.390\n", "\n", "J integrated over the domain: 5.652 at time: 0.400\n", "J_n integrated over the domain: 8.024 at time: 0.400\n", "Well-posedness condition 3J - J_n > 0: True at time 0.400\n", "d (def. map) integrated over the domain: 35.944 at time: 0.400\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.400\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.400\n", "\n", "J integrated over the domain: 3.678 at time: 0.410\n", "J_n integrated over the domain: 5.652 at time: 0.410\n", "Well-posedness condition 3J - J_n > 0: True at time 0.410\n", "d (def. map) integrated over the domain: 17.531 at time: 0.410\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.410\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.410\n", "\n", "J integrated over the domain: 2.228 at time: 0.420\n", "J_n integrated over the domain: 3.678 at time: 0.420\n", "Well-posedness condition 3J - J_n > 0: True at time 0.420\n", "d (def. map) integrated over the domain: 8.963 at time: 0.420\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.420\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.420\n", "\n", "J integrated over the domain: 1.391 at time: 0.430\n", "J_n integrated over the domain: 2.228 at time: 0.430\n", "Well-posedness condition 3J - J_n > 0: True at time 0.430\n", "d (def. map) integrated over the domain: 5.936 at time: 0.430\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.430\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.430\n", "\n", "J integrated over the domain: 1.221 at time: 0.440\n", "J_n integrated over the domain: 1.391 at time: 0.440\n", "Well-posedness condition 3J - J_n > 0: True at time 0.440\n", "d (def. map) integrated over the domain: 5.492 at time: 0.440\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.440\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.440\n", "\n", "J integrated over the domain: 1.729 at time: 0.450\n", "J_n integrated over the domain: 1.221 at time: 0.450\n", "Well-posedness condition 3J - J_n > 0: True at time 0.450\n", "d (def. map) integrated over the domain: 6.988 at time: 0.450\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.450\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.450\n", "\n", "J integrated over the domain: 2.881 at time: 0.460\n", "J_n integrated over the domain: 1.729 at time: 0.460\n", "Well-posedness condition 3J - J_n > 0: True at time 0.460\n", "d (def. map) integrated over the domain: 12.302 at time: 0.460\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.460\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.460\n", "\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "J integrated over the domain: 4.607 at time: 0.470\n", "J_n integrated over the domain: 2.881 at time: 0.470\n", "Well-posedness condition 3J - J_n > 0: True at time 0.470\n", "d (def. map) integrated over the domain: 25.223 at time: 0.470\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.470\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.470\n", "\n", "J integrated over the domain: 6.797 at time: 0.480\n", "J_n integrated over the domain: 4.607 at time: 0.480\n", "Well-posedness condition 3J - J_n > 0: True at time 0.480\n", "d (def. map) integrated over the domain: 50.200 at time: 0.480\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.480\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.480\n", "\n", "J integrated over the domain: 9.314 at time: 0.490\n", "J_n integrated over the domain: 6.797 at time: 0.490\n", "Well-posedness condition 3J - J_n > 0: True at time 0.490\n", "d (def. map) integrated over the domain: 90.753 at time: 0.490\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.490\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.490\n", "\n", "J integrated over the domain: 12.000 at time: 0.500\n", "J_n integrated over the domain: 9.314 at time: 0.500\n", "Well-posedness condition 3J - J_n > 0: True at time 0.500\n", "d (def. map) integrated over the domain: 148.000 at time: 0.500\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.500\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.500\n", "\n", "J integrated over the domain: 14.686 at time: 0.510\n", "J_n integrated over the domain: 12.000 at time: 0.510\n", "Well-posedness condition 3J - J_n > 0: True at time 0.510\n", "d (def. map) integrated over the domain: 219.674 at time: 0.510\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.510\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.510\n", "\n", "J integrated over the domain: 17.203 at time: 0.520\n", "J_n integrated over the domain: 14.686 at time: 0.520\n", "Well-posedness condition 3J - J_n > 0: True at time 0.520\n", "d (def. map) integrated over the domain: 299.941 at time: 0.520\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.520\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.520\n", "\n", "J integrated over the domain: 19.393 at time: 0.530\n", "J_n integrated over the domain: 17.203 at time: 0.530\n", "Well-posedness condition 3J - J_n > 0: True at time 0.530\n", "d (def. map) integrated over the domain: 380.093 at time: 0.530\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.530\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.530\n", "\n", "J integrated over the domain: 21.119 at time: 0.540\n", "J_n integrated over the domain: 19.393 at time: 0.540\n", "Well-posedness condition 3J - J_n > 0: True at time 0.540\n", "d (def. map) integrated over the domain: 450.001 at time: 0.540\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.540\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.540\n", "\n", "J integrated over the domain: 22.271 at time: 0.550\n", "J_n integrated over the domain: 21.119 at time: 0.550\n", "Well-posedness condition 3J - J_n > 0: True at time 0.550\n", "d (def. map) integrated over the domain: 500.016 at time: 0.550\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.550\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.550\n", "\n", "J integrated over the domain: 22.779 at time: 0.560\n", "J_n integrated over the domain: 22.271 at time: 0.560\n", "Well-posedness condition 3J - J_n > 0: True at time 0.560\n", "d (def. map) integrated over the domain: 522.869 at time: 0.560\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.560\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.560\n", "\n", "J integrated over the domain: 22.609 at time: 0.570\n", "J_n integrated over the domain: 22.779 at time: 0.570\n", "Well-posedness condition 3J - J_n > 0: True at time 0.570\n", "d (def. map) integrated over the domain: 515.153 at time: 0.570\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.570\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.570\n", "\n", "J integrated over the domain: 21.772 at time: 0.580\n", "J_n integrated over the domain: 22.609 at time: 0.580\n", "Well-posedness condition 3J - J_n > 0: True at time 0.580\n", "d (def. map) integrated over the domain: 478.026 at time: 0.580\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.580\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.580\n", "\n", "J integrated over the domain: 20.322 at time: 0.590\n", "J_n integrated over the domain: 21.772 at time: 0.590\n", "Well-posedness condition 3J - J_n > 0: True at time 0.590\n", "d (def. map) integrated over the domain: 416.965 at time: 0.590\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.590\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.590\n", "\n", "J integrated over the domain: 18.348 at time: 0.600\n", "J_n integrated over the domain: 20.322 at time: 0.600\n", "Well-posedness condition 3J - J_n > 0: True at time 0.600\n", "d (def. map) integrated over the domain: 340.652 at time: 0.600\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.600\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.600\n", "\n", "J integrated over the domain: 15.976 at time: 0.610\n", "J_n integrated over the domain: 18.348 at time: 0.610\n", "Well-posedness condition 3J - J_n > 0: True at time 0.610\n", "d (def. map) integrated over the domain: 259.224 at time: 0.610\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.610\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.610\n", "\n", "J integrated over the domain: 13.354 at time: 0.620\n", "J_n integrated over the domain: 15.976 at time: 0.620\n", "Well-posedness condition 3J - J_n > 0: True at time 0.620\n", "d (def. map) integrated over the domain: 182.319 at time: 0.620\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.620\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.620\n", "\n", "J integrated over the domain: 10.646 at time: 0.630\n", "J_n integrated over the domain: 13.354 at time: 0.630\n", "Well-posedness condition 3J - J_n > 0: True at time 0.630\n", "d (def. map) integrated over the domain: 117.346 at time: 0.630\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.630\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.630\n", "\n", "J integrated over the domain: 8.024 at time: 0.640\n", "J_n integrated over the domain: 10.646 at time: 0.640\n", "Well-posedness condition 3J - J_n > 0: True at time 0.640\n", "d (def. map) integrated over the domain: 68.389 at time: 0.640\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.640\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.640\n", "\n", "J integrated over the domain: 5.652 at time: 0.650\n", "J_n integrated over the domain: 8.024 at time: 0.650\n", "Well-posedness condition 3J - J_n > 0: True at time 0.650\n", "d (def. map) integrated over the domain: 35.944 at time: 0.650\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.650\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.650\n", "\n", "J integrated over the domain: 3.678 at time: 0.660\n", "J_n integrated over the domain: 5.652 at time: 0.660\n", "Well-posedness condition 3J - J_n > 0: True at time 0.660\n", "d (def. map) integrated over the domain: 17.531 at time: 0.660\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.660\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.660\n", "\n", "J integrated over the domain: 2.228 at time: 0.670\n", "J_n integrated over the domain: 3.678 at time: 0.670\n", "Well-posedness condition 3J - J_n > 0: True at time 0.670\n", "d (def. map) integrated over the domain: 8.963 at time: 0.670\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.670\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.670\n", "\n", "J integrated over the domain: 1.391 at time: 0.680\n", "J_n integrated over the domain: 2.228 at time: 0.680\n", "Well-posedness condition 3J - J_n > 0: True at time 0.680\n", "d (def. map) integrated over the domain: 5.936 at time: 0.680\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.680\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.680\n", "\n", "J integrated over the domain: 1.221 at time: 0.690\n", "J_n integrated over the domain: 1.391 at time: 0.690\n", "Well-posedness condition 3J - J_n > 0: True at time 0.690\n", "d (def. map) integrated over the domain: 5.492 at time: 0.690\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.690\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.690\n", "\n", "J integrated over the domain: 1.729 at time: 0.700\n", "J_n integrated over the domain: 1.221 at time: 0.700\n", "Well-posedness condition 3J - J_n > 0: True at time 0.700\n", "d (def. map) integrated over the domain: 6.988 at time: 0.700\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.700\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.700\n", "\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "J integrated over the domain: 2.881 at time: 0.710\n", "J_n integrated over the domain: 1.729 at time: 0.710\n", "Well-posedness condition 3J - J_n > 0: True at time 0.710\n", "d (def. map) integrated over the domain: 12.302 at time: 0.710\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.710\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.710\n", "\n", "J integrated over the domain: 4.607 at time: 0.720\n", "J_n integrated over the domain: 2.881 at time: 0.720\n", "Well-posedness condition 3J - J_n > 0: True at time 0.720\n", "d (def. map) integrated over the domain: 25.223 at time: 0.720\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.720\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.720\n", "\n", "J integrated over the domain: 6.797 at time: 0.730\n", "J_n integrated over the domain: 4.607 at time: 0.730\n", "Well-posedness condition 3J - J_n > 0: True at time 0.730\n", "d (def. map) integrated over the domain: 50.200 at time: 0.730\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.730\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.730\n", "\n", "J integrated over the domain: 9.314 at time: 0.740\n", "J_n integrated over the domain: 6.797 at time: 0.740\n", "Well-posedness condition 3J - J_n > 0: True at time 0.740\n", "d (def. map) integrated over the domain: 90.753 at time: 0.740\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.740\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.740\n", "\n", "J integrated over the domain: 12.000 at time: 0.750\n", "J_n integrated over the domain: 9.314 at time: 0.750\n", "Well-posedness condition 3J - J_n > 0: True at time 0.750\n", "d (def. map) integrated over the domain: 148.000 at time: 0.750\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.750\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.750\n", "\n", "J integrated over the domain: 14.686 at time: 0.760\n", "J_n integrated over the domain: 12.000 at time: 0.760\n", "Well-posedness condition 3J - J_n > 0: True at time 0.760\n", "d (def. map) integrated over the domain: 219.674 at time: 0.760\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.760\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.760\n", "\n", "J integrated over the domain: 17.203 at time: 0.770\n", "J_n integrated over the domain: 14.686 at time: 0.770\n", "Well-posedness condition 3J - J_n > 0: True at time 0.770\n", "d (def. map) integrated over the domain: 299.941 at time: 0.770\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.770\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.770\n", "\n", "J integrated over the domain: 19.393 at time: 0.780\n", "J_n integrated over the domain: 17.203 at time: 0.780\n", "Well-posedness condition 3J - J_n > 0: True at time 0.780\n", "d (def. map) integrated over the domain: 380.093 at time: 0.780\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.780\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.780\n", "\n", "J integrated over the domain: 21.119 at time: 0.790\n", "J_n integrated over the domain: 19.393 at time: 0.790\n", "Well-posedness condition 3J - J_n > 0: True at time 0.790\n", "d (def. map) integrated over the domain: 450.001 at time: 0.790\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.790\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.790\n", "\n", "J integrated over the domain: 22.271 at time: 0.800\n", "J_n integrated over the domain: 21.119 at time: 0.800\n", "Well-posedness condition 3J - J_n > 0: True at time 0.800\n", "d (def. map) integrated over the domain: 500.016 at time: 0.800\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.800\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.800\n", "\n", "J integrated over the domain: 22.779 at time: 0.810\n", "J_n integrated over the domain: 22.271 at time: 0.810\n", "Well-posedness condition 3J - J_n > 0: True at time 0.810\n", "d (def. map) integrated over the domain: 522.869 at time: 0.810\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.810\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.810\n", "\n", "J integrated over the domain: 22.609 at time: 0.820\n", "J_n integrated over the domain: 22.779 at time: 0.820\n", "Well-posedness condition 3J - J_n > 0: True at time 0.820\n", "d (def. map) integrated over the domain: 515.153 at time: 0.820\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.820\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.820\n", "\n", "J integrated over the domain: 21.772 at time: 0.830\n", "J_n integrated over the domain: 22.609 at time: 0.830\n", "Well-posedness condition 3J - J_n > 0: True at time 0.830\n", "d (def. map) integrated over the domain: 478.026 at time: 0.830\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.830\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.830\n", "\n", "J integrated over the domain: 20.322 at time: 0.840\n", "J_n integrated over the domain: 21.772 at time: 0.840\n", "Well-posedness condition 3J - J_n > 0: True at time 0.840\n", "d (def. map) integrated over the domain: 416.965 at time: 0.840\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.840\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.840\n", "\n", "J integrated over the domain: 18.348 at time: 0.850\n", "J_n integrated over the domain: 20.322 at time: 0.850\n", "Well-posedness condition 3J - J_n > 0: True at time 0.850\n", "d (def. map) integrated over the domain: 340.652 at time: 0.850\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.850\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.850\n", "\n", "J integrated over the domain: 15.976 at time: 0.860\n", "J_n integrated over the domain: 18.348 at time: 0.860\n", "Well-posedness condition 3J - J_n > 0: True at time 0.860\n", "d (def. map) integrated over the domain: 259.224 at time: 0.860\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.860\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.860\n", "\n", "J integrated over the domain: 13.354 at time: 0.870\n", "J_n integrated over the domain: 15.976 at time: 0.870\n", "Well-posedness condition 3J - J_n > 0: True at time 0.870\n", "d (def. map) integrated over the domain: 182.319 at time: 0.870\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.870\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.870\n", "\n", "J integrated over the domain: 10.646 at time: 0.880\n", "J_n integrated over the domain: 13.354 at time: 0.880\n", "Well-posedness condition 3J - J_n > 0: True at time 0.880\n", "d (def. map) integrated over the domain: 117.346 at time: 0.880\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.880\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.880\n", "\n", "J integrated over the domain: 8.024 at time: 0.890\n", "J_n integrated over the domain: 10.646 at time: 0.890\n", "Well-posedness condition 3J - J_n > 0: True at time 0.890\n", "d (def. map) integrated over the domain: 68.389 at time: 0.890\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.890\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.890\n", "\n", "J integrated over the domain: 5.652 at time: 0.900\n", "J_n integrated over the domain: 8.024 at time: 0.900\n", "Well-posedness condition 3J - J_n > 0: True at time 0.900\n", "d (def. map) integrated over the domain: 35.944 at time: 0.900\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.900\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.900\n", "\n", "J integrated over the domain: 3.678 at time: 0.910\n", "J_n integrated over the domain: 5.652 at time: 0.910\n", "Well-posedness condition 3J - J_n > 0: True at time 0.910\n", "d (def. map) integrated over the domain: 17.531 at time: 0.910\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.910\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.910\n", "\n", "J integrated over the domain: 2.228 at time: 0.920\n", "J_n integrated over the domain: 3.678 at time: 0.920\n", "Well-posedness condition 3J - J_n > 0: True at time 0.920\n", "d (def. map) integrated over the domain: 8.963 at time: 0.920\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.920\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.920\n", "\n", "J integrated over the domain: 1.391 at time: 0.930\n", "J_n integrated over the domain: 2.228 at time: 0.930\n", "Well-posedness condition 3J - J_n > 0: True at time 0.930\n", "d (def. map) integrated over the domain: 5.936 at time: 0.930\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.930\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.930\n", "\n", "J integrated over the domain: 1.221 at time: 0.940\n", "J_n integrated over the domain: 1.391 at time: 0.940\n", "Well-posedness condition 3J - J_n > 0: True at time 0.940\n", "d (def. map) integrated over the domain: 5.492 at time: 0.940\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.940\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.940\n", "\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "J integrated over the domain: 1.729 at time: 0.950\n", "J_n integrated over the domain: 1.221 at time: 0.950\n", "Well-posedness condition 3J - J_n > 0: True at time 0.950\n", "d (def. map) integrated over the domain: 6.988 at time: 0.950\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.950\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.950\n", "\n", "J integrated over the domain: 2.881 at time: 0.960\n", "J_n integrated over the domain: 1.729 at time: 0.960\n", "Well-posedness condition 3J - J_n > 0: True at time 0.960\n", "d (def. map) integrated over the domain: 12.302 at time: 0.960\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.960\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.960\n", "\n", "J integrated over the domain: 4.607 at time: 0.970\n", "J_n integrated over the domain: 2.881 at time: 0.970\n", "Well-posedness condition 3J - J_n > 0: True at time 0.970\n", "d (def. map) integrated over the domain: 25.223 at time: 0.970\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.970\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.970\n", "\n", "J integrated over the domain: 6.797 at time: 0.980\n", "J_n integrated over the domain: 4.607 at time: 0.980\n", "Well-posedness condition 3J - J_n > 0: True at time 0.980\n", "d (def. map) integrated over the domain: 50.200 at time: 0.980\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.980\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.980\n", "\n", "J integrated over the domain: 9.314 at time: 0.990\n", "J_n integrated over the domain: 6.797 at time: 0.990\n", "Well-posedness condition 3J - J_n > 0: True at time 0.990\n", "d (def. map) integrated over the domain: 90.753 at time: 0.990\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.990\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.990\n", "\n", "J integrated over the domain: 12.000 at time: 1.000\n", "J_n integrated over the domain: 9.314 at time: 1.000\n", "Well-posedness condition 3J - J_n > 0: True at time 1.000\n", "d (def. map) integrated over the domain: 148.000 at time: 1.000\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.000\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.000\n", "\n", "J integrated over the domain: 14.686 at time: 1.010\n", "J_n integrated over the domain: 12.000 at time: 1.010\n", "Well-posedness condition 3J - J_n > 0: True at time 1.010\n", "d (def. map) integrated over the domain: 219.674 at time: 1.010\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.010\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.010\n", "\n", "J integrated over the domain: 17.203 at time: 1.020\n", "J_n integrated over the domain: 14.686 at time: 1.020\n", "Well-posedness condition 3J - J_n > 0: True at time 1.020\n", "d (def. map) integrated over the domain: 299.941 at time: 1.020\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.020\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.020\n", "\n", "J integrated over the domain: 19.393 at time: 1.030\n", "J_n integrated over the domain: 17.203 at time: 1.030\n", "Well-posedness condition 3J - J_n > 0: True at time 1.030\n", "d (def. map) integrated over the domain: 380.093 at time: 1.030\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.030\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.030\n", "\n", "J integrated over the domain: 21.119 at time: 1.040\n", "J_n integrated over the domain: 19.393 at time: 1.040\n", "Well-posedness condition 3J - J_n > 0: True at time 1.040\n", "d (def. map) integrated over the domain: 450.001 at time: 1.040\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.040\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.040\n", "\n", "J integrated over the domain: 22.271 at time: 1.050\n", "J_n integrated over the domain: 21.119 at time: 1.050\n", "Well-posedness condition 3J - J_n > 0: True at time 1.050\n", "d (def. map) integrated over the domain: 500.016 at time: 1.050\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.050\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.050\n", "\n", "J integrated over the domain: 22.779 at time: 1.060\n", "J_n integrated over the domain: 22.271 at time: 1.060\n", "Well-posedness condition 3J - J_n > 0: True at time 1.060\n", "d (def. map) integrated over the domain: 522.869 at time: 1.060\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.060\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.060\n", "\n", "J integrated over the domain: 22.609 at time: 1.070\n", "J_n integrated over the domain: 22.779 at time: 1.070\n", "Well-posedness condition 3J - J_n > 0: True at time 1.070\n", "d (def. map) integrated over the domain: 515.153 at time: 1.070\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.070\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.070\n", "\n", "J integrated over the domain: 21.772 at time: 1.080\n", "J_n integrated over the domain: 22.609 at time: 1.080\n", "Well-posedness condition 3J - J_n > 0: True at time 1.080\n", "d (def. map) integrated over the domain: 478.026 at time: 1.080\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.080\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.080\n", "\n", "J integrated over the domain: 20.322 at time: 1.090\n", "J_n integrated over the domain: 21.772 at time: 1.090\n", "Well-posedness condition 3J - J_n > 0: True at time 1.090\n", "d (def. map) integrated over the domain: 416.965 at time: 1.090\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.090\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.090\n", "\n", "J integrated over the domain: 18.348 at time: 1.100\n", "J_n integrated over the domain: 20.322 at time: 1.100\n", "Well-posedness condition 3J - J_n > 0: True at time 1.100\n", "d (def. map) integrated over the domain: 340.652 at time: 1.100\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.100\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.100\n", "\n", "J integrated over the domain: 15.976 at time: 1.110\n", "J_n integrated over the domain: 18.348 at time: 1.110\n", "Well-posedness condition 3J - J_n > 0: True at time 1.110\n", "d (def. map) integrated over the domain: 259.224 at time: 1.110\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.110\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.110\n", "\n", "J integrated over the domain: 13.354 at time: 1.120\n", "J_n integrated over the domain: 15.976 at time: 1.120\n", "Well-posedness condition 3J - J_n > 0: True at time 1.120\n", "d (def. map) integrated over the domain: 182.319 at time: 1.120\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.120\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.120\n", "\n", "J integrated over the domain: 10.646 at time: 1.130\n", "J_n integrated over the domain: 13.354 at time: 1.130\n", "Well-posedness condition 3J - J_n > 0: True at time 1.130\n", "d (def. map) integrated over the domain: 117.346 at time: 1.130\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.130\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.130\n", "\n", "J integrated over the domain: 8.024 at time: 1.140\n", "J_n integrated over the domain: 10.646 at time: 1.140\n", "Well-posedness condition 3J - J_n > 0: True at time 1.140\n", "d (def. map) integrated over the domain: 68.389 at time: 1.140\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.140\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.140\n", "\n", "J integrated over the domain: 5.652 at time: 1.150\n", "J_n integrated over the domain: 8.024 at time: 1.150\n", "Well-posedness condition 3J - J_n > 0: True at time 1.150\n", "d (def. map) integrated over the domain: 35.944 at time: 1.150\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.150\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.150\n", "\n", "J integrated over the domain: 3.678 at time: 1.160\n", "J_n integrated over the domain: 5.652 at time: 1.160\n", "Well-posedness condition 3J - J_n > 0: True at time 1.160\n", "d (def. map) integrated over the domain: 17.531 at time: 1.160\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.160\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.160\n", "\n", "J integrated over the domain: 2.228 at time: 1.170\n", "J_n integrated over the domain: 3.678 at time: 1.170\n", "Well-posedness condition 3J - J_n > 0: True at time 1.170\n", "d (def. map) integrated over the domain: 8.963 at time: 1.170\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.170\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.170\n", "\n", "J integrated over the domain: 1.391 at time: 1.180\n", "J_n integrated over the domain: 2.228 at time: 1.180\n", "Well-posedness condition 3J - J_n > 0: True at time 1.180\n", "d (def. map) integrated over the domain: 5.936 at time: 1.180\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.180\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.180\n", "\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "J integrated over the domain: 1.221 at time: 1.190\n", "J_n integrated over the domain: 1.391 at time: 1.190\n", "Well-posedness condition 3J - J_n > 0: True at time 1.190\n", "d (def. map) integrated over the domain: 5.492 at time: 1.190\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.190\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.190\n", "\n", "J integrated over the domain: 1.729 at time: 1.200\n", "J_n integrated over the domain: 1.221 at time: 1.200\n", "Well-posedness condition 3J - J_n > 0: True at time 1.200\n", "d (def. map) integrated over the domain: 6.988 at time: 1.200\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.200\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.200\n", "\n", "J integrated over the domain: 2.881 at time: 1.210\n", "J_n integrated over the domain: 1.729 at time: 1.210\n", "Well-posedness condition 3J - J_n > 0: True at time 1.210\n", "d (def. map) integrated over the domain: 12.302 at time: 1.210\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.210\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.210\n", "\n", "J integrated over the domain: 4.607 at time: 1.220\n", "J_n integrated over the domain: 2.881 at time: 1.220\n", "Well-posedness condition 3J - J_n > 0: True at time 1.220\n", "d (def. map) integrated over the domain: 25.223 at time: 1.220\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.220\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.220\n", "\n", "J integrated over the domain: 6.797 at time: 1.230\n", "J_n integrated over the domain: 4.607 at time: 1.230\n", "Well-posedness condition 3J - J_n > 0: True at time 1.230\n", "d (def. map) integrated over the domain: 50.200 at time: 1.230\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.230\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.230\n", "\n", "J integrated over the domain: 9.314 at time: 1.240\n", "J_n integrated over the domain: 6.797 at time: 1.240\n", "Well-posedness condition 3J - J_n > 0: True at time 1.240\n", "d (def. map) integrated over the domain: 90.753 at time: 1.240\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.240\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.240\n", "\n", "J integrated over the domain: 12.000 at time: 1.250\n", "J_n integrated over the domain: 9.314 at time: 1.250\n", "Well-posedness condition 3J - J_n > 0: True at time 1.250\n", "d (def. map) integrated over the domain: 148.000 at time: 1.250\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.250\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.250\n", "\n", "J integrated over the domain: 14.686 at time: 1.260\n", "J_n integrated over the domain: 12.000 at time: 1.260\n", "Well-posedness condition 3J - J_n > 0: True at time 1.260\n", "d (def. map) integrated over the domain: 219.674 at time: 1.260\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.260\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.260\n", "\n", "J integrated over the domain: 17.203 at time: 1.270\n", "J_n integrated over the domain: 14.686 at time: 1.270\n", "Well-posedness condition 3J - J_n > 0: True at time 1.270\n", "d (def. map) integrated over the domain: 299.941 at time: 1.270\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.270\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.270\n", "\n", "J integrated over the domain: 19.393 at time: 1.280\n", "J_n integrated over the domain: 17.203 at time: 1.280\n", "Well-posedness condition 3J - J_n > 0: True at time 1.280\n", "d (def. map) integrated over the domain: 380.093 at time: 1.280\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.280\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.280\n", "\n", "J integrated over the domain: 21.119 at time: 1.290\n", "J_n integrated over the domain: 19.393 at time: 1.290\n", "Well-posedness condition 3J - J_n > 0: True at time 1.290\n", "d (def. map) integrated over the domain: 450.001 at time: 1.290\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.290\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.290\n", "\n", "J integrated over the domain: 22.271 at time: 1.300\n", "J_n integrated over the domain: 21.119 at time: 1.300\n", "Well-posedness condition 3J - J_n > 0: True at time 1.300\n", "d (def. map) integrated over the domain: 500.016 at time: 1.300\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.300\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.300\n", "\n", "J integrated over the domain: 22.779 at time: 1.310\n", "J_n integrated over the domain: 22.271 at time: 1.310\n", "Well-posedness condition 3J - J_n > 0: True at time 1.310\n", "d (def. map) integrated over the domain: 522.869 at time: 1.310\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.310\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.310\n", "\n", "J integrated over the domain: 22.609 at time: 1.320\n", "J_n integrated over the domain: 22.779 at time: 1.320\n", "Well-posedness condition 3J - J_n > 0: True at time 1.320\n", "d (def. map) integrated over the domain: 515.153 at time: 1.320\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.320\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.320\n", "\n", "J integrated over the domain: 21.772 at time: 1.330\n", "J_n integrated over the domain: 22.609 at time: 1.330\n", "Well-posedness condition 3J - J_n > 0: True at time 1.330\n", "d (def. map) integrated over the domain: 478.026 at time: 1.330\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.330\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.330\n", "\n", "J integrated over the domain: 20.322 at time: 1.340\n", "J_n integrated over the domain: 21.772 at time: 1.340\n", "Well-posedness condition 3J - J_n > 0: True at time 1.340\n", "d (def. map) integrated over the domain: 416.965 at time: 1.340\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.340\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.340\n", "\n", "J integrated over the domain: 18.348 at time: 1.350\n", "J_n integrated over the domain: 20.322 at time: 1.350\n", "Well-posedness condition 3J - J_n > 0: True at time 1.350\n", "d (def. map) integrated over the domain: 340.652 at time: 1.350\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.350\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.350\n", "\n", "J integrated over the domain: 15.976 at time: 1.360\n", "J_n integrated over the domain: 18.348 at time: 1.360\n", "Well-posedness condition 3J - J_n > 0: True at time 1.360\n", "d (def. map) integrated over the domain: 259.224 at time: 1.360\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.360\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.360\n", "\n", "J integrated over the domain: 13.354 at time: 1.370\n", "J_n integrated over the domain: 15.976 at time: 1.370\n", "Well-posedness condition 3J - J_n > 0: True at time 1.370\n", "d (def. map) integrated over the domain: 182.319 at time: 1.370\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.370\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.370\n", "\n", "J integrated over the domain: 10.646 at time: 1.380\n", "J_n integrated over the domain: 13.354 at time: 1.380\n", "Well-posedness condition 3J - J_n > 0: True at time 1.380\n", "d (def. map) integrated over the domain: 117.346 at time: 1.380\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.380\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.380\n", "\n", "J integrated over the domain: 8.024 at time: 1.390\n", "J_n integrated over the domain: 10.646 at time: 1.390\n", "Well-posedness condition 3J - J_n > 0: True at time 1.390\n", "d (def. map) integrated over the domain: 68.389 at time: 1.390\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.390\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.390\n", "\n", "J integrated over the domain: 5.652 at time: 1.400\n", "J_n integrated over the domain: 8.024 at time: 1.400\n", "Well-posedness condition 3J - J_n > 0: True at time 1.400\n", "d (def. map) integrated over the domain: 35.944 at time: 1.400\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.400\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.400\n", "\n", "J integrated over the domain: 3.678 at time: 1.410\n", "J_n integrated over the domain: 5.652 at time: 1.410\n", "Well-posedness condition 3J - J_n > 0: True at time 1.410\n", "d (def. map) integrated over the domain: 17.531 at time: 1.410\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.410\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.410\n", "\n", "J integrated over the domain: 2.228 at time: 1.420\n", "J_n integrated over the domain: 3.678 at time: 1.420\n", "Well-posedness condition 3J - J_n > 0: True at time 1.420\n", "d (def. map) integrated over the domain: 8.963 at time: 1.420\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.420\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.420\n", "\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "J integrated over the domain: 1.391 at time: 1.430\n", "J_n integrated over the domain: 2.228 at time: 1.430\n", "Well-posedness condition 3J - J_n > 0: True at time 1.430\n", "d (def. map) integrated over the domain: 5.936 at time: 1.430\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.430\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.430\n", "\n", "J integrated over the domain: 1.221 at time: 1.440\n", "J_n integrated over the domain: 1.391 at time: 1.440\n", "Well-posedness condition 3J - J_n > 0: True at time 1.440\n", "d (def. map) integrated over the domain: 5.492 at time: 1.440\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.440\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.440\n", "\n", "J integrated over the domain: 1.729 at time: 1.450\n", "J_n integrated over the domain: 1.221 at time: 1.450\n", "Well-posedness condition 3J - J_n > 0: True at time 1.450\n", "d (def. map) integrated over the domain: 6.988 at time: 1.450\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.450\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.450\n", "\n", "J integrated over the domain: 2.881 at time: 1.460\n", "J_n integrated over the domain: 1.729 at time: 1.460\n", "Well-posedness condition 3J - J_n > 0: True at time 1.460\n", "d (def. map) integrated over the domain: 12.302 at time: 1.460\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.460\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.460\n", "\n", "J integrated over the domain: 4.607 at time: 1.470\n", "J_n integrated over the domain: 2.881 at time: 1.470\n", "Well-posedness condition 3J - J_n > 0: True at time 1.470\n", "d (def. map) integrated over the domain: 25.223 at time: 1.470\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.470\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.470\n", "\n", "J integrated over the domain: 6.797 at time: 1.480\n", "J_n integrated over the domain: 4.607 at time: 1.480\n", "Well-posedness condition 3J - J_n > 0: True at time 1.480\n", "d (def. map) integrated over the domain: 50.200 at time: 1.480\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.480\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.480\n", "\n", "J integrated over the domain: 9.314 at time: 1.490\n", "J_n integrated over the domain: 6.797 at time: 1.490\n", "Well-posedness condition 3J - J_n > 0: True at time 1.490\n", "d (def. map) integrated over the domain: 90.753 at time: 1.490\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.490\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.490\n", "\n", "J integrated over the domain: 12.000 at time: 1.500\n", "J_n integrated over the domain: 9.314 at time: 1.500\n", "Well-posedness condition 3J - J_n > 0: True at time 1.500\n", "d (def. map) integrated over the domain: 148.000 at time: 1.500\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.500\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.500\n", "\n", "J integrated over the domain: 14.686 at time: 1.510\n", "J_n integrated over the domain: 12.000 at time: 1.510\n", "Well-posedness condition 3J - J_n > 0: True at time 1.510\n", "d (def. map) integrated over the domain: 219.674 at time: 1.510\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.510\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.510\n", "\n", "J integrated over the domain: 17.203 at time: 1.520\n", "J_n integrated over the domain: 14.686 at time: 1.520\n", "Well-posedness condition 3J - J_n > 0: True at time 1.520\n", "d (def. map) integrated over the domain: 299.941 at time: 1.520\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.520\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.520\n", "\n", "J integrated over the domain: 19.393 at time: 1.530\n", "J_n integrated over the domain: 17.203 at time: 1.530\n", "Well-posedness condition 3J - J_n > 0: True at time 1.530\n", "d (def. map) integrated over the domain: 380.093 at time: 1.530\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.530\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.530\n", "\n", "J integrated over the domain: 21.119 at time: 1.540\n", "J_n integrated over the domain: 19.393 at time: 1.540\n", "Well-posedness condition 3J - J_n > 0: True at time 1.540\n", "d (def. map) integrated over the domain: 450.001 at time: 1.540\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.540\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.540\n", "\n", "J integrated over the domain: 22.271 at time: 1.550\n", "J_n integrated over the domain: 21.119 at time: 1.550\n", "Well-posedness condition 3J - J_n > 0: True at time 1.550\n", "d (def. map) integrated over the domain: 500.016 at time: 1.550\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.550\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.550\n", "\n", "J integrated over the domain: 22.779 at time: 1.560\n", "J_n integrated over the domain: 22.271 at time: 1.560\n", "Well-posedness condition 3J - J_n > 0: True at time 1.560\n", "d (def. map) integrated over the domain: 522.869 at time: 1.560\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.560\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.560\n", "\n", "J integrated over the domain: 22.609 at time: 1.570\n", "J_n integrated over the domain: 22.779 at time: 1.570\n", "Well-posedness condition 3J - J_n > 0: True at time 1.570\n", "d (def. map) integrated over the domain: 515.153 at time: 1.570\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.570\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.570\n", "\n", "J integrated over the domain: 21.772 at time: 1.580\n", "J_n integrated over the domain: 22.609 at time: 1.580\n", "Well-posedness condition 3J - J_n > 0: True at time 1.580\n", "d (def. map) integrated over the domain: 478.026 at time: 1.580\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.580\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.580\n", "\n", "J integrated over the domain: 20.322 at time: 1.590\n", "J_n integrated over the domain: 21.772 at time: 1.590\n", "Well-posedness condition 3J - J_n > 0: True at time 1.590\n", "d (def. map) integrated over the domain: 416.965 at time: 1.590\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.590\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.590\n", "\n", "J integrated over the domain: 18.348 at time: 1.600\n", "J_n integrated over the domain: 20.322 at time: 1.600\n", "Well-posedness condition 3J - J_n > 0: True at time 1.600\n", "d (def. map) integrated over the domain: 340.652 at time: 1.600\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.600\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.600\n", "\n", "J integrated over the domain: 15.976 at time: 1.610\n", "J_n integrated over the domain: 18.348 at time: 1.610\n", "Well-posedness condition 3J - J_n > 0: True at time 1.610\n", "d (def. map) integrated over the domain: 259.224 at time: 1.610\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.610\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.610\n", "\n", "J integrated over the domain: 13.354 at time: 1.620\n", "J_n integrated over the domain: 15.976 at time: 1.620\n", "Well-posedness condition 3J - J_n > 0: True at time 1.620\n", "d (def. map) integrated over the domain: 182.319 at time: 1.620\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.620\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.620\n", "\n", "J integrated over the domain: 10.646 at time: 1.630\n", "J_n integrated over the domain: 13.354 at time: 1.630\n", "Well-posedness condition 3J - J_n > 0: True at time 1.630\n", "d (def. map) integrated over the domain: 117.346 at time: 1.630\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.630\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.630\n", "\n", "J integrated over the domain: 8.024 at time: 1.640\n", "J_n integrated over the domain: 10.646 at time: 1.640\n", "Well-posedness condition 3J - J_n > 0: True at time 1.640\n", "d (def. map) integrated over the domain: 68.389 at time: 1.640\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.640\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.640\n", "\n", "J integrated over the domain: 5.652 at time: 1.650\n", "J_n integrated over the domain: 8.024 at time: 1.650\n", "Well-posedness condition 3J - J_n > 0: True at time 1.650\n", "d (def. map) integrated over the domain: 35.944 at time: 1.650\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.650\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.650\n", "\n", "J integrated over the domain: 3.678 at time: 1.660\n", "J_n integrated over the domain: 5.652 at time: 1.660\n", "Well-posedness condition 3J - J_n > 0: True at time 1.660\n", "d (def. map) integrated over the domain: 17.531 at time: 1.660\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.660\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.660\n", "\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "J integrated over the domain: 2.228 at time: 1.670\n", "J_n integrated over the domain: 3.678 at time: 1.670\n", "Well-posedness condition 3J - J_n > 0: True at time 1.670\n", "d (def. map) integrated over the domain: 8.963 at time: 1.670\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.670\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.670\n", "\n", "J integrated over the domain: 1.391 at time: 1.680\n", "J_n integrated over the domain: 2.228 at time: 1.680\n", "Well-posedness condition 3J - J_n > 0: True at time 1.680\n", "d (def. map) integrated over the domain: 5.936 at time: 1.680\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.680\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.680\n", "\n", "J integrated over the domain: 1.221 at time: 1.690\n", "J_n integrated over the domain: 1.391 at time: 1.690\n", "Well-posedness condition 3J - J_n > 0: True at time 1.690\n", "d (def. map) integrated over the domain: 5.492 at time: 1.690\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.690\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.690\n", "\n", "J integrated over the domain: 1.729 at time: 1.700\n", "J_n integrated over the domain: 1.221 at time: 1.700\n", "Well-posedness condition 3J - J_n > 0: True at time 1.700\n", "d (def. map) integrated over the domain: 6.988 at time: 1.700\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.700\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.700\n", "\n", "J integrated over the domain: 2.881 at time: 1.710\n", "J_n integrated over the domain: 1.729 at time: 1.710\n", "Well-posedness condition 3J - J_n > 0: True at time 1.710\n", "d (def. map) integrated over the domain: 12.302 at time: 1.710\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.710\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.710\n", "\n", "J integrated over the domain: 4.607 at time: 1.720\n", "J_n integrated over the domain: 2.881 at time: 1.720\n", "Well-posedness condition 3J - J_n > 0: True at time 1.720\n", "d (def. map) integrated over the domain: 25.223 at time: 1.720\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.720\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.720\n", "\n", "J integrated over the domain: 6.797 at time: 1.730\n", "J_n integrated over the domain: 4.607 at time: 1.730\n", "Well-posedness condition 3J - J_n > 0: True at time 1.730\n", "d (def. map) integrated over the domain: 50.200 at time: 1.730\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.730\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.730\n", "\n", "J integrated over the domain: 9.314 at time: 1.740\n", "J_n integrated over the domain: 6.797 at time: 1.740\n", "Well-posedness condition 3J - J_n > 0: True at time 1.740\n", "d (def. map) integrated over the domain: 90.753 at time: 1.740\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.740\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.740\n", "\n", "J integrated over the domain: 12.000 at time: 1.750\n", "J_n integrated over the domain: 9.314 at time: 1.750\n", "Well-posedness condition 3J - J_n > 0: True at time 1.750\n", "d (def. map) integrated over the domain: 148.000 at time: 1.750\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.750\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.750\n", "\n", "J integrated over the domain: 14.686 at time: 1.760\n", "J_n integrated over the domain: 12.000 at time: 1.760\n", "Well-posedness condition 3J - J_n > 0: True at time 1.760\n", "d (def. map) integrated over the domain: 219.674 at time: 1.760\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.760\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.760\n", "\n", "J integrated over the domain: 17.203 at time: 1.770\n", "J_n integrated over the domain: 14.686 at time: 1.770\n", "Well-posedness condition 3J - J_n > 0: True at time 1.770\n", "d (def. map) integrated over the domain: 299.941 at time: 1.770\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.770\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.770\n", "\n", "J integrated over the domain: 19.393 at time: 1.780\n", "J_n integrated over the domain: 17.203 at time: 1.780\n", "Well-posedness condition 3J - J_n > 0: True at time 1.780\n", "d (def. map) integrated over the domain: 380.093 at time: 1.780\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.780\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.780\n", "\n", "J integrated over the domain: 21.119 at time: 1.790\n", "J_n integrated over the domain: 19.393 at time: 1.790\n", "Well-posedness condition 3J - J_n > 0: True at time 1.790\n", "d (def. map) integrated over the domain: 450.001 at time: 1.790\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.790\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.790\n", "\n", "J integrated over the domain: 22.271 at time: 1.800\n", "J_n integrated over the domain: 21.119 at time: 1.800\n", "Well-posedness condition 3J - J_n > 0: True at time 1.800\n", "d (def. map) integrated over the domain: 500.016 at time: 1.800\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.800\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.800\n", "\n", "J integrated over the domain: 22.779 at time: 1.810\n", "J_n integrated over the domain: 22.271 at time: 1.810\n", "Well-posedness condition 3J - J_n > 0: True at time 1.810\n", "d (def. map) integrated over the domain: 522.869 at time: 1.810\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.810\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.810\n", "\n", "J integrated over the domain: 22.609 at time: 1.820\n", "J_n integrated over the domain: 22.779 at time: 1.820\n", "Well-posedness condition 3J - J_n > 0: True at time 1.820\n", "d (def. map) integrated over the domain: 515.153 at time: 1.820\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.820\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.820\n", "\n", "J integrated over the domain: 21.772 at time: 1.830\n", "J_n integrated over the domain: 22.609 at time: 1.830\n", "Well-posedness condition 3J - J_n > 0: True at time 1.830\n", "d (def. map) integrated over the domain: 478.026 at time: 1.830\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.830\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.830\n", "\n", "J integrated over the domain: 20.322 at time: 1.840\n", "J_n integrated over the domain: 21.772 at time: 1.840\n", "Well-posedness condition 3J - J_n > 0: True at time 1.840\n", "d (def. map) integrated over the domain: 416.965 at time: 1.840\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.840\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.840\n", "\n", "J integrated over the domain: 18.348 at time: 1.850\n", "J_n integrated over the domain: 20.322 at time: 1.850\n", "Well-posedness condition 3J - J_n > 0: True at time 1.850\n", "d (def. map) integrated over the domain: 340.652 at time: 1.850\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.850\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.850\n", "\n", "J integrated over the domain: 15.976 at time: 1.860\n", "J_n integrated over the domain: 18.348 at time: 1.860\n", "Well-posedness condition 3J - J_n > 0: True at time 1.860\n", "d (def. map) integrated over the domain: 259.224 at time: 1.860\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.860\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.860\n", "\n", "J integrated over the domain: 13.354 at time: 1.870\n", "J_n integrated over the domain: 15.976 at time: 1.870\n", "Well-posedness condition 3J - J_n > 0: True at time 1.870\n", "d (def. map) integrated over the domain: 182.319 at time: 1.870\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.870\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.870\n", "\n", "J integrated over the domain: 10.646 at time: 1.880\n", "J_n integrated over the domain: 13.354 at time: 1.880\n", "Well-posedness condition 3J - J_n > 0: True at time 1.880\n", "d (def. map) integrated over the domain: 117.346 at time: 1.880\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.880\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.880\n", "\n", "J integrated over the domain: 8.024 at time: 1.890\n", "J_n integrated over the domain: 10.646 at time: 1.890\n", "Well-posedness condition 3J - J_n > 0: True at time 1.890\n", "d (def. map) integrated over the domain: 68.389 at time: 1.890\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.890\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.890\n", "\n", "J integrated over the domain: 5.652 at time: 1.900\n", "J_n integrated over the domain: 8.024 at time: 1.900\n", "Well-posedness condition 3J - J_n > 0: True at time 1.900\n", "d (def. map) integrated over the domain: 35.944 at time: 1.900\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.900\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.900\n", "\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "J integrated over the domain: 3.678 at time: 1.910\n", "J_n integrated over the domain: 5.652 at time: 1.910\n", "Well-posedness condition 3J - J_n > 0: True at time 1.910\n", "d (def. map) integrated over the domain: 17.531 at time: 1.910\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.910\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.910\n", "\n", "J integrated over the domain: 2.228 at time: 1.920\n", "J_n integrated over the domain: 3.678 at time: 1.920\n", "Well-posedness condition 3J - J_n > 0: True at time 1.920\n", "d (def. map) integrated over the domain: 8.963 at time: 1.920\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.920\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.920\n", "\n", "J integrated over the domain: 1.391 at time: 1.930\n", "J_n integrated over the domain: 2.228 at time: 1.930\n", "Well-posedness condition 3J - J_n > 0: True at time 1.930\n", "d (def. map) integrated over the domain: 5.936 at time: 1.930\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.930\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.930\n", "\n", "J integrated over the domain: 1.221 at time: 1.940\n", "J_n integrated over the domain: 1.391 at time: 1.940\n", "Well-posedness condition 3J - J_n > 0: True at time 1.940\n", "d (def. map) integrated over the domain: 5.492 at time: 1.940\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.940\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.940\n", "\n", "J integrated over the domain: 1.729 at time: 1.950\n", "J_n integrated over the domain: 1.221 at time: 1.950\n", "Well-posedness condition 3J - J_n > 0: True at time 1.950\n", "d (def. map) integrated over the domain: 6.988 at time: 1.950\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.950\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.950\n", "\n", "J integrated over the domain: 2.881 at time: 1.960\n", "J_n integrated over the domain: 1.729 at time: 1.960\n", "Well-posedness condition 3J - J_n > 0: True at time 1.960\n", "d (def. map) integrated over the domain: 12.302 at time: 1.960\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.960\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.960\n", "\n", "J integrated over the domain: 4.607 at time: 1.970\n", "J_n integrated over the domain: 2.881 at time: 1.970\n", "Well-posedness condition 3J - J_n > 0: True at time 1.970\n", "d (def. map) integrated over the domain: 25.223 at time: 1.970\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.970\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.970\n", "\n", "J integrated over the domain: 6.797 at time: 1.980\n", "J_n integrated over the domain: 4.607 at time: 1.980\n", "Well-posedness condition 3J - J_n > 0: True at time 1.980\n", "d (def. map) integrated over the domain: 50.200 at time: 1.980\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.980\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.980\n", "\n", "J integrated over the domain: 9.314 at time: 1.990\n", "J_n integrated over the domain: 6.797 at time: 1.990\n", "Well-posedness condition 3J - J_n > 0: True at time 1.990\n", "d (def. map) integrated over the domain: 90.753 at time: 1.990\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.990\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.990\n", "\n", "J integrated over the domain: 12.000 at time: 2.000\n", "J_n integrated over the domain: 9.314 at time: 2.000\n", "Well-posedness condition 3J - J_n > 0: True at time 2.000\n", "d (def. map) integrated over the domain: 148.000 at time: 2.000\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 2.000\n", "Residual of scheme -> 'delta' value: 0.00000 at time 2.000\n", "\n", "Number of degrees of freedom: 14387\n", "Solution Computed in 105.4 seconds\n", "\n", "----------------Computation Completed!----------------\n", "\n", "\n", "Initializing iNSE problem with Deformation type: High_Osc_con\n", "\n", "\n", "Setup with initial condition: True\n", "Using a non-zero initial condition (2D-Gaussian) for the velocity field!\n", "Using time-derivative term approximated with Jacobian at n+1...\n", "Using LU Solver...\n", "Starting iteration over time...\n", "E (Energy) of initial velocity field: 0.01659 at time 0.000\n", "\n", "J integrated over the domain: 9.314 at time: 0.010\n", "J_n integrated over the domain: 12.000 at time: 0.010\n", "Well-posedness condition 3J - J_n > 0: True at time 0.010\n", "d (def. map) integrated over the domain: 90.753 at time: 0.010\n", "Strain energy E( eps(|u|^2) ): 0.00049 at time 0.010\n", "Residual of scheme -> 'delta' value: -0.00319 at time 0.010\n", "\n", "J integrated over the domain: 6.797 at time: 0.020\n", "J_n integrated over the domain: 9.314 at time: 0.020\n", "Well-posedness condition 3J - J_n > 0: True at time 0.020\n", "d (def. map) integrated over the domain: 50.200 at time: 0.020\n", "Strain energy E( eps(|u|^2) ): 0.00065 at time 0.020\n", "Residual of scheme -> 'delta' value: -0.00012 at time 0.020\n", "\n", "J integrated over the domain: 4.607 at time: 0.030\n", "J_n integrated over the domain: 6.797 at time: 0.030\n", "Well-posedness condition 3J - J_n > 0: True at time 0.030\n", "d (def. map) integrated over the domain: 25.223 at time: 0.030\n", "Strain energy E( eps(|u|^2) ): 0.00043 at time 0.030\n", "Residual of scheme -> 'delta' value: -0.00015 at time 0.030\n", "\n", "J integrated over the domain: 2.881 at time: 0.040\n", "J_n integrated over the domain: 4.607 at time: 0.040\n", "Well-posedness condition 3J - J_n > 0: True at time 0.040\n", "d (def. map) integrated over the domain: 12.302 at time: 0.040\n", "Strain energy E( eps(|u|^2) ): 0.00015 at time 0.040\n", "Residual of scheme -> 'delta' value: -0.00009 at time 0.040\n", "\n", "J integrated over the domain: 1.729 at time: 0.050\n", "J_n integrated over the domain: 2.881 at time: 0.050\n", "Well-posedness condition 3J - J_n > 0: True at time 0.050\n", "d (def. map) integrated over the domain: 6.988 at time: 0.050\n", "Strain energy E( eps(|u|^2) ): 0.00003 at time 0.050\n", "Residual of scheme -> 'delta' value: -0.00002 at time 0.050\n", "\n", "J integrated over the domain: 1.221 at time: 0.060\n", "J_n integrated over the domain: 1.729 at time: 0.060\n", "Well-posedness condition 3J - J_n > 0: True at time 0.060\n", "d (def. map) integrated over the domain: 5.492 at time: 0.060\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.060\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.060\n", "\n", "J integrated over the domain: 1.391 at time: 0.070\n", "J_n integrated over the domain: 1.221 at time: 0.070\n", "Well-posedness condition 3J - J_n > 0: True at time 0.070\n", "d (def. map) integrated over the domain: 5.936 at time: 0.070\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.070\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.070\n", "\n", "J integrated over the domain: 2.228 at time: 0.080\n", "J_n integrated over the domain: 1.391 at time: 0.080\n", "Well-posedness condition 3J - J_n > 0: True at time 0.080\n", "d (def. map) integrated over the domain: 8.963 at time: 0.080\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.080\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.080\n", "\n", "J integrated over the domain: 3.678 at time: 0.090\n", "J_n integrated over the domain: 2.228 at time: 0.090\n", "Well-posedness condition 3J - J_n > 0: True at time 0.090\n", "d (def. map) integrated over the domain: 17.531 at time: 0.090\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.090\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.090\n", "\n", "J integrated over the domain: 5.652 at time: 0.100\n", "J_n integrated over the domain: 3.678 at time: 0.100\n", "Well-posedness condition 3J - J_n > 0: True at time 0.100\n", "d (def. map) integrated over the domain: 35.944 at time: 0.100\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.100\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.100\n", "\n", "J integrated over the domain: 8.024 at time: 0.110\n", "J_n integrated over the domain: 5.652 at time: 0.110\n", "Well-posedness condition 3J - J_n > 0: True at time 0.110\n", "d (def. map) integrated over the domain: 68.389 at time: 0.110\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.110\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.110\n", "\n", "J integrated over the domain: 10.646 at time: 0.120\n", "J_n integrated over the domain: 8.024 at time: 0.120\n", "Well-posedness condition 3J - J_n > 0: True at time 0.120\n", "d (def. map) integrated over the domain: 117.346 at time: 0.120\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.120\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.120\n", "\n", "J integrated over the domain: 13.354 at time: 0.130\n", "J_n integrated over the domain: 10.646 at time: 0.130\n", "Well-posedness condition 3J - J_n > 0: True at time 0.130\n", "d (def. map) integrated over the domain: 182.319 at time: 0.130\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.130\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.130\n", "\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "J integrated over the domain: 15.976 at time: 0.140\n", "J_n integrated over the domain: 13.354 at time: 0.140\n", "Well-posedness condition 3J - J_n > 0: True at time 0.140\n", "d (def. map) integrated over the domain: 259.224 at time: 0.140\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.140\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.140\n", "\n", "J integrated over the domain: 18.348 at time: 0.150\n", "J_n integrated over the domain: 15.976 at time: 0.150\n", "Well-posedness condition 3J - J_n > 0: True at time 0.150\n", "d (def. map) integrated over the domain: 340.652 at time: 0.150\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.150\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.150\n", "\n", "J integrated over the domain: 20.322 at time: 0.160\n", "J_n integrated over the domain: 18.348 at time: 0.160\n", "Well-posedness condition 3J - J_n > 0: True at time 0.160\n", "d (def. map) integrated over the domain: 416.965 at time: 0.160\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.160\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.160\n", "\n", "J integrated over the domain: 21.772 at time: 0.170\n", "J_n integrated over the domain: 20.322 at time: 0.170\n", "Well-posedness condition 3J - J_n > 0: True at time 0.170\n", "d (def. map) integrated over the domain: 478.026 at time: 0.170\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.170\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.170\n", "\n", "J integrated over the domain: 22.609 at time: 0.180\n", "J_n integrated over the domain: 21.772 at time: 0.180\n", "Well-posedness condition 3J - J_n > 0: True at time 0.180\n", "d (def. map) integrated over the domain: 515.153 at time: 0.180\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.180\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.180\n", "\n", "J integrated over the domain: 22.779 at time: 0.190\n", "J_n integrated over the domain: 22.609 at time: 0.190\n", "Well-posedness condition 3J - J_n > 0: True at time 0.190\n", "d (def. map) integrated over the domain: 522.869 at time: 0.190\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.190\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.190\n", "\n", "J integrated over the domain: 22.271 at time: 0.200\n", "J_n integrated over the domain: 22.779 at time: 0.200\n", "Well-posedness condition 3J - J_n > 0: True at time 0.200\n", "d (def. map) integrated over the domain: 500.016 at time: 0.200\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.200\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.200\n", "\n", "J integrated over the domain: 21.119 at time: 0.210\n", "J_n integrated over the domain: 22.271 at time: 0.210\n", "Well-posedness condition 3J - J_n > 0: True at time 0.210\n", "d (def. map) integrated over the domain: 450.001 at time: 0.210\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.210\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.210\n", "\n", "J integrated over the domain: 19.393 at time: 0.220\n", "J_n integrated over the domain: 21.119 at time: 0.220\n", "Well-posedness condition 3J - J_n > 0: True at time 0.220\n", "d (def. map) integrated over the domain: 380.093 at time: 0.220\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.220\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.220\n", "\n", "J integrated over the domain: 17.203 at time: 0.230\n", "J_n integrated over the domain: 19.393 at time: 0.230\n", "Well-posedness condition 3J - J_n > 0: True at time 0.230\n", "d (def. map) integrated over the domain: 299.941 at time: 0.230\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.230\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.230\n", "\n", "J integrated over the domain: 14.686 at time: 0.240\n", "J_n integrated over the domain: 17.203 at time: 0.240\n", "Well-posedness condition 3J - J_n > 0: True at time 0.240\n", "d (def. map) integrated over the domain: 219.674 at time: 0.240\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.240\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.240\n", "\n", "J integrated over the domain: 12.000 at time: 0.250\n", "J_n integrated over the domain: 14.686 at time: 0.250\n", "Well-posedness condition 3J - J_n > 0: True at time 0.250\n", "d (def. map) integrated over the domain: 148.000 at time: 0.250\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.250\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.250\n", "\n", "J integrated over the domain: 9.314 at time: 0.260\n", "J_n integrated over the domain: 12.000 at time: 0.260\n", "Well-posedness condition 3J - J_n > 0: True at time 0.260\n", "d (def. map) integrated over the domain: 90.753 at time: 0.260\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.260\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.260\n", "\n", "J integrated over the domain: 6.797 at time: 0.270\n", "J_n integrated over the domain: 9.314 at time: 0.270\n", "Well-posedness condition 3J - J_n > 0: True at time 0.270\n", "d (def. map) integrated over the domain: 50.200 at time: 0.270\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.270\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.270\n", "\n", "J integrated over the domain: 4.607 at time: 0.280\n", "J_n integrated over the domain: 6.797 at time: 0.280\n", "Well-posedness condition 3J - J_n > 0: True at time 0.280\n", "d (def. map) integrated over the domain: 25.223 at time: 0.280\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.280\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.280\n", "\n", "J integrated over the domain: 2.881 at time: 0.290\n", "J_n integrated over the domain: 4.607 at time: 0.290\n", "Well-posedness condition 3J - J_n > 0: True at time 0.290\n", "d (def. map) integrated over the domain: 12.302 at time: 0.290\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.290\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.290\n", "\n", "J integrated over the domain: 1.729 at time: 0.300\n", "J_n integrated over the domain: 2.881 at time: 0.300\n", "Well-posedness condition 3J - J_n > 0: True at time 0.300\n", "d (def. map) integrated over the domain: 6.988 at time: 0.300\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.300\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.300\n", "\n", "J integrated over the domain: 1.221 at time: 0.310\n", "J_n integrated over the domain: 1.729 at time: 0.310\n", "Well-posedness condition 3J - J_n > 0: True at time 0.310\n", "d (def. map) integrated over the domain: 5.492 at time: 0.310\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.310\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.310\n", "\n", "J integrated over the domain: 1.391 at time: 0.320\n", "J_n integrated over the domain: 1.221 at time: 0.320\n", "Well-posedness condition 3J - J_n > 0: True at time 0.320\n", "d (def. map) integrated over the domain: 5.936 at time: 0.320\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.320\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.320\n", "\n", "J integrated over the domain: 2.228 at time: 0.330\n", "J_n integrated over the domain: 1.391 at time: 0.330\n", "Well-posedness condition 3J - J_n > 0: True at time 0.330\n", "d (def. map) integrated over the domain: 8.963 at time: 0.330\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.330\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.330\n", "\n", "J integrated over the domain: 3.678 at time: 0.340\n", "J_n integrated over the domain: 2.228 at time: 0.340\n", "Well-posedness condition 3J - J_n > 0: True at time 0.340\n", "d (def. map) integrated over the domain: 17.531 at time: 0.340\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.340\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.340\n", "\n", "J integrated over the domain: 5.652 at time: 0.350\n", "J_n integrated over the domain: 3.678 at time: 0.350\n", "Well-posedness condition 3J - J_n > 0: True at time 0.350\n", "d (def. map) integrated over the domain: 35.944 at time: 0.350\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.350\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.350\n", "\n", "J integrated over the domain: 8.024 at time: 0.360\n", "J_n integrated over the domain: 5.652 at time: 0.360\n", "Well-posedness condition 3J - J_n > 0: True at time 0.360\n", "d (def. map) integrated over the domain: 68.389 at time: 0.360\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.360\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.360\n", "\n", "J integrated over the domain: 10.646 at time: 0.370\n", "J_n integrated over the domain: 8.024 at time: 0.370\n", "Well-posedness condition 3J - J_n > 0: True at time 0.370\n", "d (def. map) integrated over the domain: 117.346 at time: 0.370\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.370\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.370\n", "\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "J integrated over the domain: 13.354 at time: 0.380\n", "J_n integrated over the domain: 10.646 at time: 0.380\n", "Well-posedness condition 3J - J_n > 0: True at time 0.380\n", "d (def. map) integrated over the domain: 182.319 at time: 0.380\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.380\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.380\n", "\n", "J integrated over the domain: 15.976 at time: 0.390\n", "J_n integrated over the domain: 13.354 at time: 0.390\n", "Well-posedness condition 3J - J_n > 0: True at time 0.390\n", "d (def. map) integrated over the domain: 259.224 at time: 0.390\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.390\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.390\n", "\n", "J integrated over the domain: 18.348 at time: 0.400\n", "J_n integrated over the domain: 15.976 at time: 0.400\n", "Well-posedness condition 3J - J_n > 0: True at time 0.400\n", "d (def. map) integrated over the domain: 340.652 at time: 0.400\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.400\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.400\n", "\n", "J integrated over the domain: 20.322 at time: 0.410\n", "J_n integrated over the domain: 18.348 at time: 0.410\n", "Well-posedness condition 3J - J_n > 0: True at time 0.410\n", "d (def. map) integrated over the domain: 416.965 at time: 0.410\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.410\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.410\n", "\n", "J integrated over the domain: 21.772 at time: 0.420\n", "J_n integrated over the domain: 20.322 at time: 0.420\n", "Well-posedness condition 3J - J_n > 0: True at time 0.420\n", "d (def. map) integrated over the domain: 478.026 at time: 0.420\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.420\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.420\n", "\n", "J integrated over the domain: 22.609 at time: 0.430\n", "J_n integrated over the domain: 21.772 at time: 0.430\n", "Well-posedness condition 3J - J_n > 0: True at time 0.430\n", "d (def. map) integrated over the domain: 515.153 at time: 0.430\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.430\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.430\n", "\n", "J integrated over the domain: 22.779 at time: 0.440\n", "J_n integrated over the domain: 22.609 at time: 0.440\n", "Well-posedness condition 3J - J_n > 0: True at time 0.440\n", "d (def. map) integrated over the domain: 522.869 at time: 0.440\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.440\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.440\n", "\n", "J integrated over the domain: 22.271 at time: 0.450\n", "J_n integrated over the domain: 22.779 at time: 0.450\n", "Well-posedness condition 3J - J_n > 0: True at time 0.450\n", "d (def. map) integrated over the domain: 500.016 at time: 0.450\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.450\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.450\n", "\n", "J integrated over the domain: 21.119 at time: 0.460\n", "J_n integrated over the domain: 22.271 at time: 0.460\n", "Well-posedness condition 3J - J_n > 0: True at time 0.460\n", "d (def. map) integrated over the domain: 450.001 at time: 0.460\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.460\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.460\n", "\n", "J integrated over the domain: 19.393 at time: 0.470\n", "J_n integrated over the domain: 21.119 at time: 0.470\n", "Well-posedness condition 3J - J_n > 0: True at time 0.470\n", "d (def. map) integrated over the domain: 380.093 at time: 0.470\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.470\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.470\n", "\n", "J integrated over the domain: 17.203 at time: 0.480\n", "J_n integrated over the domain: 19.393 at time: 0.480\n", "Well-posedness condition 3J - J_n > 0: True at time 0.480\n", "d (def. map) integrated over the domain: 299.941 at time: 0.480\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.480\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.480\n", "\n", "J integrated over the domain: 14.686 at time: 0.490\n", "J_n integrated over the domain: 17.203 at time: 0.490\n", "Well-posedness condition 3J - J_n > 0: True at time 0.490\n", "d (def. map) integrated over the domain: 219.674 at time: 0.490\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.490\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.490\n", "\n", "J integrated over the domain: 12.000 at time: 0.500\n", "J_n integrated over the domain: 14.686 at time: 0.500\n", "Well-posedness condition 3J - J_n > 0: True at time 0.500\n", "d (def. map) integrated over the domain: 148.000 at time: 0.500\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.500\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.500\n", "\n", "J integrated over the domain: 9.314 at time: 0.510\n", "J_n integrated over the domain: 12.000 at time: 0.510\n", "Well-posedness condition 3J - J_n > 0: True at time 0.510\n", "d (def. map) integrated over the domain: 90.753 at time: 0.510\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.510\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.510\n", "\n", "J integrated over the domain: 6.797 at time: 0.520\n", "J_n integrated over the domain: 9.314 at time: 0.520\n", "Well-posedness condition 3J - J_n > 0: True at time 0.520\n", "d (def. map) integrated over the domain: 50.200 at time: 0.520\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.520\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.520\n", "\n", "J integrated over the domain: 4.607 at time: 0.530\n", "J_n integrated over the domain: 6.797 at time: 0.530\n", "Well-posedness condition 3J - J_n > 0: True at time 0.530\n", "d (def. map) integrated over the domain: 25.223 at time: 0.530\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.530\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.530\n", "\n", "J integrated over the domain: 2.881 at time: 0.540\n", "J_n integrated over the domain: 4.607 at time: 0.540\n", "Well-posedness condition 3J - J_n > 0: True at time 0.540\n", "d (def. map) integrated over the domain: 12.302 at time: 0.540\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.540\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.540\n", "\n", "J integrated over the domain: 1.729 at time: 0.550\n", "J_n integrated over the domain: 2.881 at time: 0.550\n", "Well-posedness condition 3J - J_n > 0: True at time 0.550\n", "d (def. map) integrated over the domain: 6.988 at time: 0.550\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.550\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.550\n", "\n", "J integrated over the domain: 1.221 at time: 0.560\n", "J_n integrated over the domain: 1.729 at time: 0.560\n", "Well-posedness condition 3J - J_n > 0: True at time 0.560\n", "d (def. map) integrated over the domain: 5.492 at time: 0.560\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.560\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.560\n", "\n", "J integrated over the domain: 1.391 at time: 0.570\n", "J_n integrated over the domain: 1.221 at time: 0.570\n", "Well-posedness condition 3J - J_n > 0: True at time 0.570\n", "d (def. map) integrated over the domain: 5.936 at time: 0.570\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.570\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.570\n", "\n", "J integrated over the domain: 2.228 at time: 0.580\n", "J_n integrated over the domain: 1.391 at time: 0.580\n", "Well-posedness condition 3J - J_n > 0: True at time 0.580\n", "d (def. map) integrated over the domain: 8.963 at time: 0.580\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.580\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.580\n", "\n", "J integrated over the domain: 3.678 at time: 0.590\n", "J_n integrated over the domain: 2.228 at time: 0.590\n", "Well-posedness condition 3J - J_n > 0: True at time 0.590\n", "d (def. map) integrated over the domain: 17.531 at time: 0.590\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.590\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.590\n", "\n", "J integrated over the domain: 5.652 at time: 0.600\n", "J_n integrated over the domain: 3.678 at time: 0.600\n", "Well-posedness condition 3J - J_n > 0: True at time 0.600\n", "d (def. map) integrated over the domain: 35.944 at time: 0.600\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.600\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.600\n", "\n", "J integrated over the domain: 8.024 at time: 0.610\n", "J_n integrated over the domain: 5.652 at time: 0.610\n", "Well-posedness condition 3J - J_n > 0: True at time 0.610\n", "d (def. map) integrated over the domain: 68.389 at time: 0.610\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.610\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.610\n", "\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "J integrated over the domain: 10.646 at time: 0.620\n", "J_n integrated over the domain: 8.024 at time: 0.620\n", "Well-posedness condition 3J - J_n > 0: True at time 0.620\n", "d (def. map) integrated over the domain: 117.346 at time: 0.620\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.620\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.620\n", "\n", "J integrated over the domain: 13.354 at time: 0.630\n", "J_n integrated over the domain: 10.646 at time: 0.630\n", "Well-posedness condition 3J - J_n > 0: True at time 0.630\n", "d (def. map) integrated over the domain: 182.319 at time: 0.630\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.630\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.630\n", "\n", "J integrated over the domain: 15.976 at time: 0.640\n", "J_n integrated over the domain: 13.354 at time: 0.640\n", "Well-posedness condition 3J - J_n > 0: True at time 0.640\n", "d (def. map) integrated over the domain: 259.224 at time: 0.640\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.640\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.640\n", "\n", "J integrated over the domain: 18.348 at time: 0.650\n", "J_n integrated over the domain: 15.976 at time: 0.650\n", "Well-posedness condition 3J - J_n > 0: True at time 0.650\n", "d (def. map) integrated over the domain: 340.652 at time: 0.650\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.650\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.650\n", "\n", "J integrated over the domain: 20.322 at time: 0.660\n", "J_n integrated over the domain: 18.348 at time: 0.660\n", "Well-posedness condition 3J - J_n > 0: True at time 0.660\n", "d (def. map) integrated over the domain: 416.965 at time: 0.660\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.660\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.660\n", "\n", "J integrated over the domain: 21.772 at time: 0.670\n", "J_n integrated over the domain: 20.322 at time: 0.670\n", "Well-posedness condition 3J - J_n > 0: True at time 0.670\n", "d (def. map) integrated over the domain: 478.026 at time: 0.670\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.670\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.670\n", "\n", "J integrated over the domain: 22.609 at time: 0.680\n", "J_n integrated over the domain: 21.772 at time: 0.680\n", "Well-posedness condition 3J - J_n > 0: True at time 0.680\n", "d (def. map) integrated over the domain: 515.153 at time: 0.680\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.680\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.680\n", "\n", "J integrated over the domain: 22.779 at time: 0.690\n", "J_n integrated over the domain: 22.609 at time: 0.690\n", "Well-posedness condition 3J - J_n > 0: True at time 0.690\n", "d (def. map) integrated over the domain: 522.869 at time: 0.690\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.690\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.690\n", "\n", "J integrated over the domain: 22.271 at time: 0.700\n", "J_n integrated over the domain: 22.779 at time: 0.700\n", "Well-posedness condition 3J - J_n > 0: True at time 0.700\n", "d (def. map) integrated over the domain: 500.016 at time: 0.700\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.700\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.700\n", "\n", "J integrated over the domain: 21.119 at time: 0.710\n", "J_n integrated over the domain: 22.271 at time: 0.710\n", "Well-posedness condition 3J - J_n > 0: True at time 0.710\n", "d (def. map) integrated over the domain: 450.001 at time: 0.710\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.710\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.710\n", "\n", "J integrated over the domain: 19.393 at time: 0.720\n", "J_n integrated over the domain: 21.119 at time: 0.720\n", "Well-posedness condition 3J - J_n > 0: True at time 0.720\n", "d (def. map) integrated over the domain: 380.093 at time: 0.720\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.720\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.720\n", "\n", "J integrated over the domain: 17.203 at time: 0.730\n", "J_n integrated over the domain: 19.393 at time: 0.730\n", "Well-posedness condition 3J - J_n > 0: True at time 0.730\n", "d (def. map) integrated over the domain: 299.941 at time: 0.730\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.730\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.730\n", "\n", "J integrated over the domain: 14.686 at time: 0.740\n", "J_n integrated over the domain: 17.203 at time: 0.740\n", "Well-posedness condition 3J - J_n > 0: True at time 0.740\n", "d (def. map) integrated over the domain: 219.674 at time: 0.740\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.740\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.740\n", "\n", "J integrated over the domain: 12.000 at time: 0.750\n", "J_n integrated over the domain: 14.686 at time: 0.750\n", "Well-posedness condition 3J - J_n > 0: True at time 0.750\n", "d (def. map) integrated over the domain: 148.000 at time: 0.750\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.750\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.750\n", "\n", "J integrated over the domain: 9.314 at time: 0.760\n", "J_n integrated over the domain: 12.000 at time: 0.760\n", "Well-posedness condition 3J - J_n > 0: True at time 0.760\n", "d (def. map) integrated over the domain: 90.753 at time: 0.760\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.760\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.760\n", "\n", "J integrated over the domain: 6.797 at time: 0.770\n", "J_n integrated over the domain: 9.314 at time: 0.770\n", "Well-posedness condition 3J - J_n > 0: True at time 0.770\n", "d (def. map) integrated over the domain: 50.200 at time: 0.770\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.770\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.770\n", "\n", "J integrated over the domain: 4.607 at time: 0.780\n", "J_n integrated over the domain: 6.797 at time: 0.780\n", "Well-posedness condition 3J - J_n > 0: True at time 0.780\n", "d (def. map) integrated over the domain: 25.223 at time: 0.780\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.780\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.780\n", "\n", "J integrated over the domain: 2.881 at time: 0.790\n", "J_n integrated over the domain: 4.607 at time: 0.790\n", "Well-posedness condition 3J - J_n > 0: True at time 0.790\n", "d (def. map) integrated over the domain: 12.302 at time: 0.790\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.790\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.790\n", "\n", "J integrated over the domain: 1.729 at time: 0.800\n", "J_n integrated over the domain: 2.881 at time: 0.800\n", "Well-posedness condition 3J - J_n > 0: True at time 0.800\n", "d (def. map) integrated over the domain: 6.988 at time: 0.800\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.800\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.800\n", "\n", "J integrated over the domain: 1.221 at time: 0.810\n", "J_n integrated over the domain: 1.729 at time: 0.810\n", "Well-posedness condition 3J - J_n > 0: True at time 0.810\n", "d (def. map) integrated over the domain: 5.492 at time: 0.810\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.810\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.810\n", "\n", "J integrated over the domain: 1.391 at time: 0.820\n", "J_n integrated over the domain: 1.221 at time: 0.820\n", "Well-posedness condition 3J - J_n > 0: True at time 0.820\n", "d (def. map) integrated over the domain: 5.936 at time: 0.820\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.820\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.820\n", "\n", "J integrated over the domain: 2.228 at time: 0.830\n", "J_n integrated over the domain: 1.391 at time: 0.830\n", "Well-posedness condition 3J - J_n > 0: True at time 0.830\n", "d (def. map) integrated over the domain: 8.963 at time: 0.830\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.830\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.830\n", "\n", "J integrated over the domain: 3.678 at time: 0.840\n", "J_n integrated over the domain: 2.228 at time: 0.840\n", "Well-posedness condition 3J - J_n > 0: True at time 0.840\n", "d (def. map) integrated over the domain: 17.531 at time: 0.840\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.840\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.840\n", "\n", "J integrated over the domain: 5.652 at time: 0.850\n", "J_n integrated over the domain: 3.678 at time: 0.850\n", "Well-posedness condition 3J - J_n > 0: True at time 0.850\n", "d (def. map) integrated over the domain: 35.944 at time: 0.850\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.850\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.850\n", "\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "J integrated over the domain: 8.024 at time: 0.860\n", "J_n integrated over the domain: 5.652 at time: 0.860\n", "Well-posedness condition 3J - J_n > 0: True at time 0.860\n", "d (def. map) integrated over the domain: 68.389 at time: 0.860\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.860\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.860\n", "\n", "J integrated over the domain: 10.646 at time: 0.870\n", "J_n integrated over the domain: 8.024 at time: 0.870\n", "Well-posedness condition 3J - J_n > 0: True at time 0.870\n", "d (def. map) integrated over the domain: 117.346 at time: 0.870\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.870\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.870\n", "\n", "J integrated over the domain: 13.354 at time: 0.880\n", "J_n integrated over the domain: 10.646 at time: 0.880\n", "Well-posedness condition 3J - J_n > 0: True at time 0.880\n", "d (def. map) integrated over the domain: 182.319 at time: 0.880\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.880\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.880\n", "\n", "J integrated over the domain: 15.976 at time: 0.890\n", "J_n integrated over the domain: 13.354 at time: 0.890\n", "Well-posedness condition 3J - J_n > 0: True at time 0.890\n", "d (def. map) integrated over the domain: 259.224 at time: 0.890\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.890\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.890\n", "\n", "J integrated over the domain: 18.348 at time: 0.900\n", "J_n integrated over the domain: 15.976 at time: 0.900\n", "Well-posedness condition 3J - J_n > 0: True at time 0.900\n", "d (def. map) integrated over the domain: 340.652 at time: 0.900\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.900\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.900\n", "\n", "J integrated over the domain: 20.322 at time: 0.910\n", "J_n integrated over the domain: 18.348 at time: 0.910\n", "Well-posedness condition 3J - J_n > 0: True at time 0.910\n", "d (def. map) integrated over the domain: 416.965 at time: 0.910\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.910\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.910\n", "\n", "J integrated over the domain: 21.772 at time: 0.920\n", "J_n integrated over the domain: 20.322 at time: 0.920\n", "Well-posedness condition 3J - J_n > 0: True at time 0.920\n", "d (def. map) integrated over the domain: 478.026 at time: 0.920\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.920\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.920\n", "\n", "J integrated over the domain: 22.609 at time: 0.930\n", "J_n integrated over the domain: 21.772 at time: 0.930\n", "Well-posedness condition 3J - J_n > 0: True at time 0.930\n", "d (def. map) integrated over the domain: 515.153 at time: 0.930\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.930\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.930\n", "\n", "J integrated over the domain: 22.779 at time: 0.940\n", "J_n integrated over the domain: 22.609 at time: 0.940\n", "Well-posedness condition 3J - J_n > 0: True at time 0.940\n", "d (def. map) integrated over the domain: 522.869 at time: 0.940\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.940\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.940\n", "\n", "J integrated over the domain: 22.271 at time: 0.950\n", "J_n integrated over the domain: 22.779 at time: 0.950\n", "Well-posedness condition 3J - J_n > 0: True at time 0.950\n", "d (def. map) integrated over the domain: 500.016 at time: 0.950\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.950\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.950\n", "\n", "J integrated over the domain: 21.119 at time: 0.960\n", "J_n integrated over the domain: 22.271 at time: 0.960\n", "Well-posedness condition 3J - J_n > 0: True at time 0.960\n", "d (def. map) integrated over the domain: 450.001 at time: 0.960\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.960\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.960\n", "\n", "J integrated over the domain: 19.393 at time: 0.970\n", "J_n integrated over the domain: 21.119 at time: 0.970\n", "Well-posedness condition 3J - J_n > 0: True at time 0.970\n", "d (def. map) integrated over the domain: 380.093 at time: 0.970\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.970\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.970\n", "\n", "J integrated over the domain: 17.203 at time: 0.980\n", "J_n integrated over the domain: 19.393 at time: 0.980\n", "Well-posedness condition 3J - J_n > 0: True at time 0.980\n", "d (def. map) integrated over the domain: 299.941 at time: 0.980\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.980\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.980\n", "\n", "J integrated over the domain: 14.686 at time: 0.990\n", "J_n integrated over the domain: 17.203 at time: 0.990\n", "Well-posedness condition 3J - J_n > 0: True at time 0.990\n", "d (def. map) integrated over the domain: 219.674 at time: 0.990\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.990\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.990\n", "\n", "J integrated over the domain: 12.000 at time: 1.000\n", "J_n integrated over the domain: 14.686 at time: 1.000\n", "Well-posedness condition 3J - J_n > 0: True at time 1.000\n", "d (def. map) integrated over the domain: 148.000 at time: 1.000\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.000\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.000\n", "\n", "J integrated over the domain: 9.314 at time: 1.010\n", "J_n integrated over the domain: 12.000 at time: 1.010\n", "Well-posedness condition 3J - J_n > 0: True at time 1.010\n", "d (def. map) integrated over the domain: 90.753 at time: 1.010\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.010\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.010\n", "\n", "J integrated over the domain: 6.797 at time: 1.020\n", "J_n integrated over the domain: 9.314 at time: 1.020\n", "Well-posedness condition 3J - J_n > 0: True at time 1.020\n", "d (def. map) integrated over the domain: 50.200 at time: 1.020\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.020\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.020\n", "\n", "J integrated over the domain: 4.607 at time: 1.030\n", "J_n integrated over the domain: 6.797 at time: 1.030\n", "Well-posedness condition 3J - J_n > 0: True at time 1.030\n", "d (def. map) integrated over the domain: 25.223 at time: 1.030\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.030\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.030\n", "\n", "J integrated over the domain: 2.881 at time: 1.040\n", "J_n integrated over the domain: 4.607 at time: 1.040\n", "Well-posedness condition 3J - J_n > 0: True at time 1.040\n", "d (def. map) integrated over the domain: 12.302 at time: 1.040\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.040\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.040\n", "\n", "J integrated over the domain: 1.729 at time: 1.050\n", "J_n integrated over the domain: 2.881 at time: 1.050\n", "Well-posedness condition 3J - J_n > 0: True at time 1.050\n", "d (def. map) integrated over the domain: 6.988 at time: 1.050\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.050\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.050\n", "\n", "J integrated over the domain: 1.221 at time: 1.060\n", "J_n integrated over the domain: 1.729 at time: 1.060\n", "Well-posedness condition 3J - J_n > 0: True at time 1.060\n", "d (def. map) integrated over the domain: 5.492 at time: 1.060\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.060\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.060\n", "\n", "J integrated over the domain: 1.391 at time: 1.070\n", "J_n integrated over the domain: 1.221 at time: 1.070\n", "Well-posedness condition 3J - J_n > 0: True at time 1.070\n", "d (def. map) integrated over the domain: 5.936 at time: 1.070\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.070\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.070\n", "\n", "J integrated over the domain: 2.228 at time: 1.080\n", "J_n integrated over the domain: 1.391 at time: 1.080\n", "Well-posedness condition 3J - J_n > 0: True at time 1.080\n", "d (def. map) integrated over the domain: 8.963 at time: 1.080\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.080\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.080\n", "\n", "J integrated over the domain: 3.678 at time: 1.090\n", "J_n integrated over the domain: 2.228 at time: 1.090\n", "Well-posedness condition 3J - J_n > 0: True at time 1.090\n", "d (def. map) integrated over the domain: 17.531 at time: 1.090\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.090\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.090\n", "\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "J integrated over the domain: 5.652 at time: 1.100\n", "J_n integrated over the domain: 3.678 at time: 1.100\n", "Well-posedness condition 3J - J_n > 0: True at time 1.100\n", "d (def. map) integrated over the domain: 35.944 at time: 1.100\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.100\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.100\n", "\n", "J integrated over the domain: 8.024 at time: 1.110\n", "J_n integrated over the domain: 5.652 at time: 1.110\n", "Well-posedness condition 3J - J_n > 0: True at time 1.110\n", "d (def. map) integrated over the domain: 68.389 at time: 1.110\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.110\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.110\n", "\n", "J integrated over the domain: 10.646 at time: 1.120\n", "J_n integrated over the domain: 8.024 at time: 1.120\n", "Well-posedness condition 3J - J_n > 0: True at time 1.120\n", "d (def. map) integrated over the domain: 117.346 at time: 1.120\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.120\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.120\n", "\n", "J integrated over the domain: 13.354 at time: 1.130\n", "J_n integrated over the domain: 10.646 at time: 1.130\n", "Well-posedness condition 3J - J_n > 0: True at time 1.130\n", "d (def. map) integrated over the domain: 182.319 at time: 1.130\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.130\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.130\n", "\n", "J integrated over the domain: 15.976 at time: 1.140\n", "J_n integrated over the domain: 13.354 at time: 1.140\n", "Well-posedness condition 3J - J_n > 0: True at time 1.140\n", "d (def. map) integrated over the domain: 259.224 at time: 1.140\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.140\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.140\n", "\n", "J integrated over the domain: 18.348 at time: 1.150\n", "J_n integrated over the domain: 15.976 at time: 1.150\n", "Well-posedness condition 3J - J_n > 0: True at time 1.150\n", "d (def. map) integrated over the domain: 340.652 at time: 1.150\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.150\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.150\n", "\n", "J integrated over the domain: 20.322 at time: 1.160\n", "J_n integrated over the domain: 18.348 at time: 1.160\n", "Well-posedness condition 3J - J_n > 0: True at time 1.160\n", "d (def. map) integrated over the domain: 416.965 at time: 1.160\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.160\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.160\n", "\n", "J integrated over the domain: 21.772 at time: 1.170\n", "J_n integrated over the domain: 20.322 at time: 1.170\n", "Well-posedness condition 3J - J_n > 0: True at time 1.170\n", "d (def. map) integrated over the domain: 478.026 at time: 1.170\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.170\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.170\n", "\n", "J integrated over the domain: 22.609 at time: 1.180\n", "J_n integrated over the domain: 21.772 at time: 1.180\n", "Well-posedness condition 3J - J_n > 0: True at time 1.180\n", "d (def. map) integrated over the domain: 515.153 at time: 1.180\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.180\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.180\n", "\n", "J integrated over the domain: 22.779 at time: 1.190\n", "J_n integrated over the domain: 22.609 at time: 1.190\n", "Well-posedness condition 3J - J_n > 0: True at time 1.190\n", "d (def. map) integrated over the domain: 522.869 at time: 1.190\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.190\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.190\n", "\n", "J integrated over the domain: 22.271 at time: 1.200\n", "J_n integrated over the domain: 22.779 at time: 1.200\n", "Well-posedness condition 3J - J_n > 0: True at time 1.200\n", "d (def. map) integrated over the domain: 500.016 at time: 1.200\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.200\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.200\n", "\n", "J integrated over the domain: 21.119 at time: 1.210\n", "J_n integrated over the domain: 22.271 at time: 1.210\n", "Well-posedness condition 3J - J_n > 0: True at time 1.210\n", "d (def. map) integrated over the domain: 450.001 at time: 1.210\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.210\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.210\n", "\n", "J integrated over the domain: 19.393 at time: 1.220\n", "J_n integrated over the domain: 21.119 at time: 1.220\n", "Well-posedness condition 3J - J_n > 0: True at time 1.220\n", "d (def. map) integrated over the domain: 380.093 at time: 1.220\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.220\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.220\n", "\n", "J integrated over the domain: 17.203 at time: 1.230\n", "J_n integrated over the domain: 19.393 at time: 1.230\n", "Well-posedness condition 3J - J_n > 0: True at time 1.230\n", "d (def. map) integrated over the domain: 299.941 at time: 1.230\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.230\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.230\n", "\n", "J integrated over the domain: 14.686 at time: 1.240\n", "J_n integrated over the domain: 17.203 at time: 1.240\n", "Well-posedness condition 3J - J_n > 0: True at time 1.240\n", "d (def. map) integrated over the domain: 219.674 at time: 1.240\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.240\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.240\n", "\n", "J integrated over the domain: 12.000 at time: 1.250\n", "J_n integrated over the domain: 14.686 at time: 1.250\n", "Well-posedness condition 3J - J_n > 0: True at time 1.250\n", "d (def. map) integrated over the domain: 148.000 at time: 1.250\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.250\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.250\n", "\n", "J integrated over the domain: 9.314 at time: 1.260\n", "J_n integrated over the domain: 12.000 at time: 1.260\n", "Well-posedness condition 3J - J_n > 0: True at time 1.260\n", "d (def. map) integrated over the domain: 90.753 at time: 1.260\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.260\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.260\n", "\n", "J integrated over the domain: 6.797 at time: 1.270\n", "J_n integrated over the domain: 9.314 at time: 1.270\n", "Well-posedness condition 3J - J_n > 0: True at time 1.270\n", "d (def. map) integrated over the domain: 50.200 at time: 1.270\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.270\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.270\n", "\n", "J integrated over the domain: 4.607 at time: 1.280\n", "J_n integrated over the domain: 6.797 at time: 1.280\n", "Well-posedness condition 3J - J_n > 0: True at time 1.280\n", "d (def. map) integrated over the domain: 25.223 at time: 1.280\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.280\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.280\n", "\n", "J integrated over the domain: 2.881 at time: 1.290\n", "J_n integrated over the domain: 4.607 at time: 1.290\n", "Well-posedness condition 3J - J_n > 0: True at time 1.290\n", "d (def. map) integrated over the domain: 12.302 at time: 1.290\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.290\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.290\n", "\n", "J integrated over the domain: 1.729 at time: 1.300\n", "J_n integrated over the domain: 2.881 at time: 1.300\n", "Well-posedness condition 3J - J_n > 0: True at time 1.300\n", "d (def. map) integrated over the domain: 6.988 at time: 1.300\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.300\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.300\n", "\n", "J integrated over the domain: 1.221 at time: 1.310\n", "J_n integrated over the domain: 1.729 at time: 1.310\n", "Well-posedness condition 3J - J_n > 0: True at time 1.310\n", "d (def. map) integrated over the domain: 5.492 at time: 1.310\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.310\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.310\n", "\n", "J integrated over the domain: 1.391 at time: 1.320\n", "J_n integrated over the domain: 1.221 at time: 1.320\n", "Well-posedness condition 3J - J_n > 0: True at time 1.320\n", "d (def. map) integrated over the domain: 5.936 at time: 1.320\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.320\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.320\n", "\n", "J integrated over the domain: 2.228 at time: 1.330\n", "J_n integrated over the domain: 1.391 at time: 1.330\n", "Well-posedness condition 3J - J_n > 0: True at time 1.330\n", "d (def. map) integrated over the domain: 8.963 at time: 1.330\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.330\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.330\n", "\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "J integrated over the domain: 3.678 at time: 1.340\n", "J_n integrated over the domain: 2.228 at time: 1.340\n", "Well-posedness condition 3J - J_n > 0: True at time 1.340\n", "d (def. map) integrated over the domain: 17.531 at time: 1.340\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.340\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.340\n", "\n", "J integrated over the domain: 5.652 at time: 1.350\n", "J_n integrated over the domain: 3.678 at time: 1.350\n", "Well-posedness condition 3J - J_n > 0: True at time 1.350\n", "d (def. map) integrated over the domain: 35.944 at time: 1.350\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.350\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.350\n", "\n", "J integrated over the domain: 8.024 at time: 1.360\n", "J_n integrated over the domain: 5.652 at time: 1.360\n", "Well-posedness condition 3J - J_n > 0: True at time 1.360\n", "d (def. map) integrated over the domain: 68.389 at time: 1.360\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.360\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.360\n", "\n", "J integrated over the domain: 10.646 at time: 1.370\n", "J_n integrated over the domain: 8.024 at time: 1.370\n", "Well-posedness condition 3J - J_n > 0: True at time 1.370\n", "d (def. map) integrated over the domain: 117.346 at time: 1.370\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.370\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.370\n", "\n", "J integrated over the domain: 13.354 at time: 1.380\n", "J_n integrated over the domain: 10.646 at time: 1.380\n", "Well-posedness condition 3J - J_n > 0: True at time 1.380\n", "d (def. map) integrated over the domain: 182.319 at time: 1.380\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.380\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.380\n", "\n", "J integrated over the domain: 15.976 at time: 1.390\n", "J_n integrated over the domain: 13.354 at time: 1.390\n", "Well-posedness condition 3J - J_n > 0: True at time 1.390\n", "d (def. map) integrated over the domain: 259.224 at time: 1.390\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.390\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.390\n", "\n", "J integrated over the domain: 18.348 at time: 1.400\n", "J_n integrated over the domain: 15.976 at time: 1.400\n", "Well-posedness condition 3J - J_n > 0: True at time 1.400\n", "d (def. map) integrated over the domain: 340.652 at time: 1.400\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.400\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.400\n", "\n", "J integrated over the domain: 20.322 at time: 1.410\n", "J_n integrated over the domain: 18.348 at time: 1.410\n", "Well-posedness condition 3J - J_n > 0: True at time 1.410\n", "d (def. map) integrated over the domain: 416.965 at time: 1.410\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.410\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.410\n", "\n", "J integrated over the domain: 21.772 at time: 1.420\n", "J_n integrated over the domain: 20.322 at time: 1.420\n", "Well-posedness condition 3J - J_n > 0: True at time 1.420\n", "d (def. map) integrated over the domain: 478.026 at time: 1.420\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.420\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.420\n", "\n", "J integrated over the domain: 22.609 at time: 1.430\n", "J_n integrated over the domain: 21.772 at time: 1.430\n", "Well-posedness condition 3J - J_n > 0: True at time 1.430\n", "d (def. map) integrated over the domain: 515.153 at time: 1.430\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.430\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.430\n", "\n", "J integrated over the domain: 22.779 at time: 1.440\n", "J_n integrated over the domain: 22.609 at time: 1.440\n", "Well-posedness condition 3J - J_n > 0: True at time 1.440\n", "d (def. map) integrated over the domain: 522.869 at time: 1.440\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.440\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.440\n", "\n", "J integrated over the domain: 22.271 at time: 1.450\n", "J_n integrated over the domain: 22.779 at time: 1.450\n", "Well-posedness condition 3J - J_n > 0: True at time 1.450\n", "d (def. map) integrated over the domain: 500.016 at time: 1.450\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.450\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.450\n", "\n", "J integrated over the domain: 21.119 at time: 1.460\n", "J_n integrated over the domain: 22.271 at time: 1.460\n", "Well-posedness condition 3J - J_n > 0: True at time 1.460\n", "d (def. map) integrated over the domain: 450.001 at time: 1.460\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.460\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.460\n", "\n", "J integrated over the domain: 19.393 at time: 1.470\n", "J_n integrated over the domain: 21.119 at time: 1.470\n", "Well-posedness condition 3J - J_n > 0: True at time 1.470\n", "d (def. map) integrated over the domain: 380.093 at time: 1.470\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.470\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.470\n", "\n", "J integrated over the domain: 17.203 at time: 1.480\n", "J_n integrated over the domain: 19.393 at time: 1.480\n", "Well-posedness condition 3J - J_n > 0: True at time 1.480\n", "d (def. map) integrated over the domain: 299.941 at time: 1.480\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.480\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.480\n", "\n", "J integrated over the domain: 14.686 at time: 1.490\n", "J_n integrated over the domain: 17.203 at time: 1.490\n", "Well-posedness condition 3J - J_n > 0: True at time 1.490\n", "d (def. map) integrated over the domain: 219.674 at time: 1.490\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.490\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.490\n", "\n", "J integrated over the domain: 12.000 at time: 1.500\n", "J_n integrated over the domain: 14.686 at time: 1.500\n", "Well-posedness condition 3J - J_n > 0: True at time 1.500\n", "d (def. map) integrated over the domain: 148.000 at time: 1.500\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.500\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.500\n", "\n", "J integrated over the domain: 9.314 at time: 1.510\n", "J_n integrated over the domain: 12.000 at time: 1.510\n", "Well-posedness condition 3J - J_n > 0: True at time 1.510\n", "d (def. map) integrated over the domain: 90.753 at time: 1.510\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.510\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.510\n", "\n", "J integrated over the domain: 6.797 at time: 1.520\n", "J_n integrated over the domain: 9.314 at time: 1.520\n", "Well-posedness condition 3J - J_n > 0: True at time 1.520\n", "d (def. map) integrated over the domain: 50.200 at time: 1.520\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.520\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.520\n", "\n", "J integrated over the domain: 4.607 at time: 1.530\n", "J_n integrated over the domain: 6.797 at time: 1.530\n", "Well-posedness condition 3J - J_n > 0: True at time 1.530\n", "d (def. map) integrated over the domain: 25.223 at time: 1.530\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.530\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.530\n", "\n", "J integrated over the domain: 2.881 at time: 1.540\n", "J_n integrated over the domain: 4.607 at time: 1.540\n", "Well-posedness condition 3J - J_n > 0: True at time 1.540\n", "d (def. map) integrated over the domain: 12.302 at time: 1.540\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.540\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.540\n", "\n", "J integrated over the domain: 1.729 at time: 1.550\n", "J_n integrated over the domain: 2.881 at time: 1.550\n", "Well-posedness condition 3J - J_n > 0: True at time 1.550\n", "d (def. map) integrated over the domain: 6.988 at time: 1.550\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.550\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.550\n", "\n", "J integrated over the domain: 1.221 at time: 1.560\n", "J_n integrated over the domain: 1.729 at time: 1.560\n", "Well-posedness condition 3J - J_n > 0: True at time 1.560\n", "d (def. map) integrated over the domain: 5.492 at time: 1.560\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.560\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.560\n", "\n", "J integrated over the domain: 1.391 at time: 1.570\n", "J_n integrated over the domain: 1.221 at time: 1.570\n", "Well-posedness condition 3J - J_n > 0: True at time 1.570\n", "d (def. map) integrated over the domain: 5.936 at time: 1.570\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.570\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.570\n", "\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "J integrated over the domain: 2.228 at time: 1.580\n", "J_n integrated over the domain: 1.391 at time: 1.580\n", "Well-posedness condition 3J - J_n > 0: True at time 1.580\n", "d (def. map) integrated over the domain: 8.963 at time: 1.580\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.580\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.580\n", "\n", "J integrated over the domain: 3.678 at time: 1.590\n", "J_n integrated over the domain: 2.228 at time: 1.590\n", "Well-posedness condition 3J - J_n > 0: True at time 1.590\n", "d (def. map) integrated over the domain: 17.531 at time: 1.590\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.590\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.590\n", "\n", "J integrated over the domain: 5.652 at time: 1.600\n", "J_n integrated over the domain: 3.678 at time: 1.600\n", "Well-posedness condition 3J - J_n > 0: True at time 1.600\n", "d (def. map) integrated over the domain: 35.944 at time: 1.600\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.600\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.600\n", "\n", "J integrated over the domain: 8.024 at time: 1.610\n", "J_n integrated over the domain: 5.652 at time: 1.610\n", "Well-posedness condition 3J - J_n > 0: True at time 1.610\n", "d (def. map) integrated over the domain: 68.389 at time: 1.610\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.610\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.610\n", "\n", "J integrated over the domain: 10.646 at time: 1.620\n", "J_n integrated over the domain: 8.024 at time: 1.620\n", "Well-posedness condition 3J - J_n > 0: True at time 1.620\n", "d (def. map) integrated over the domain: 117.346 at time: 1.620\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.620\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.620\n", "\n", "J integrated over the domain: 13.354 at time: 1.630\n", "J_n integrated over the domain: 10.646 at time: 1.630\n", "Well-posedness condition 3J - J_n > 0: True at time 1.630\n", "d (def. map) integrated over the domain: 182.319 at time: 1.630\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.630\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.630\n", "\n", "J integrated over the domain: 15.976 at time: 1.640\n", "J_n integrated over the domain: 13.354 at time: 1.640\n", "Well-posedness condition 3J - J_n > 0: True at time 1.640\n", "d (def. map) integrated over the domain: 259.224 at time: 1.640\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.640\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.640\n", "\n", "J integrated over the domain: 18.348 at time: 1.650\n", "J_n integrated over the domain: 15.976 at time: 1.650\n", "Well-posedness condition 3J - J_n > 0: True at time 1.650\n", "d (def. map) integrated over the domain: 340.652 at time: 1.650\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.650\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.650\n", "\n", "J integrated over the domain: 20.322 at time: 1.660\n", "J_n integrated over the domain: 18.348 at time: 1.660\n", "Well-posedness condition 3J - J_n > 0: True at time 1.660\n", "d (def. map) integrated over the domain: 416.965 at time: 1.660\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.660\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.660\n", "\n", "J integrated over the domain: 21.772 at time: 1.670\n", "J_n integrated over the domain: 20.322 at time: 1.670\n", "Well-posedness condition 3J - J_n > 0: True at time 1.670\n", "d (def. map) integrated over the domain: 478.026 at time: 1.670\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.670\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.670\n", "\n", "J integrated over the domain: 22.609 at time: 1.680\n", "J_n integrated over the domain: 21.772 at time: 1.680\n", "Well-posedness condition 3J - J_n > 0: True at time 1.680\n", "d (def. map) integrated over the domain: 515.153 at time: 1.680\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.680\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.680\n", "\n", "J integrated over the domain: 22.779 at time: 1.690\n", "J_n integrated over the domain: 22.609 at time: 1.690\n", "Well-posedness condition 3J - J_n > 0: True at time 1.690\n", "d (def. map) integrated over the domain: 522.869 at time: 1.690\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.690\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.690\n", "\n", "J integrated over the domain: 22.271 at time: 1.700\n", "J_n integrated over the domain: 22.779 at time: 1.700\n", "Well-posedness condition 3J - J_n > 0: True at time 1.700\n", "d (def. map) integrated over the domain: 500.016 at time: 1.700\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.700\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.700\n", "\n", "J integrated over the domain: 21.119 at time: 1.710\n", "J_n integrated over the domain: 22.271 at time: 1.710\n", "Well-posedness condition 3J - J_n > 0: True at time 1.710\n", "d (def. map) integrated over the domain: 450.001 at time: 1.710\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.710\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.710\n", "\n", "J integrated over the domain: 19.393 at time: 1.720\n", "J_n integrated over the domain: 21.119 at time: 1.720\n", "Well-posedness condition 3J - J_n > 0: True at time 1.720\n", "d (def. map) integrated over the domain: 380.093 at time: 1.720\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.720\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.720\n", "\n", "J integrated over the domain: 17.203 at time: 1.730\n", "J_n integrated over the domain: 19.393 at time: 1.730\n", "Well-posedness condition 3J - J_n > 0: True at time 1.730\n", "d (def. map) integrated over the domain: 299.941 at time: 1.730\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.730\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.730\n", "\n", "J integrated over the domain: 14.686 at time: 1.740\n", "J_n integrated over the domain: 17.203 at time: 1.740\n", "Well-posedness condition 3J - J_n > 0: True at time 1.740\n", "d (def. map) integrated over the domain: 219.674 at time: 1.740\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.740\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.740\n", "\n", "J integrated over the domain: 12.000 at time: 1.750\n", "J_n integrated over the domain: 14.686 at time: 1.750\n", "Well-posedness condition 3J - J_n > 0: True at time 1.750\n", "d (def. map) integrated over the domain: 148.000 at time: 1.750\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.750\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.750\n", "\n", "J integrated over the domain: 9.314 at time: 1.760\n", "J_n integrated over the domain: 12.000 at time: 1.760\n", "Well-posedness condition 3J - J_n > 0: True at time 1.760\n", "d (def. map) integrated over the domain: 90.753 at time: 1.760\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.760\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.760\n", "\n", "J integrated over the domain: 6.797 at time: 1.770\n", "J_n integrated over the domain: 9.314 at time: 1.770\n", "Well-posedness condition 3J - J_n > 0: True at time 1.770\n", "d (def. map) integrated over the domain: 50.200 at time: 1.770\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.770\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.770\n", "\n", "J integrated over the domain: 4.607 at time: 1.780\n", "J_n integrated over the domain: 6.797 at time: 1.780\n", "Well-posedness condition 3J - J_n > 0: True at time 1.780\n", "d (def. map) integrated over the domain: 25.223 at time: 1.780\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.780\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.780\n", "\n", "J integrated over the domain: 2.881 at time: 1.790\n", "J_n integrated over the domain: 4.607 at time: 1.790\n", "Well-posedness condition 3J - J_n > 0: True at time 1.790\n", "d (def. map) integrated over the domain: 12.302 at time: 1.790\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.790\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.790\n", "\n", "J integrated over the domain: 1.729 at time: 1.800\n", "J_n integrated over the domain: 2.881 at time: 1.800\n", "Well-posedness condition 3J - J_n > 0: True at time 1.800\n", "d (def. map) integrated over the domain: 6.988 at time: 1.800\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.800\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.800\n", "\n", "J integrated over the domain: 1.221 at time: 1.810\n", "J_n integrated over the domain: 1.729 at time: 1.810\n", "Well-posedness condition 3J - J_n > 0: True at time 1.810\n", "d (def. map) integrated over the domain: 5.492 at time: 1.810\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.810\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.810\n", "\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "J integrated over the domain: 1.391 at time: 1.820\n", "J_n integrated over the domain: 1.221 at time: 1.820\n", "Well-posedness condition 3J - J_n > 0: True at time 1.820\n", "d (def. map) integrated over the domain: 5.936 at time: 1.820\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.820\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.820\n", "\n", "J integrated over the domain: 2.228 at time: 1.830\n", "J_n integrated over the domain: 1.391 at time: 1.830\n", "Well-posedness condition 3J - J_n > 0: True at time 1.830\n", "d (def. map) integrated over the domain: 8.963 at time: 1.830\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.830\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.830\n", "\n", "J integrated over the domain: 3.678 at time: 1.840\n", "J_n integrated over the domain: 2.228 at time: 1.840\n", "Well-posedness condition 3J - J_n > 0: True at time 1.840\n", "d (def. map) integrated over the domain: 17.531 at time: 1.840\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.840\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.840\n", "\n", "J integrated over the domain: 5.652 at time: 1.850\n", "J_n integrated over the domain: 3.678 at time: 1.850\n", "Well-posedness condition 3J - J_n > 0: True at time 1.850\n", "d (def. map) integrated over the domain: 35.944 at time: 1.850\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.850\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.850\n", "\n", "J integrated over the domain: 8.024 at time: 1.860\n", "J_n integrated over the domain: 5.652 at time: 1.860\n", "Well-posedness condition 3J - J_n > 0: True at time 1.860\n", "d (def. map) integrated over the domain: 68.389 at time: 1.860\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.860\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.860\n", "\n", "J integrated over the domain: 10.646 at time: 1.870\n", "J_n integrated over the domain: 8.024 at time: 1.870\n", "Well-posedness condition 3J - J_n > 0: True at time 1.870\n", "d (def. map) integrated over the domain: 117.346 at time: 1.870\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.870\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.870\n", "\n", "J integrated over the domain: 13.354 at time: 1.880\n", "J_n integrated over the domain: 10.646 at time: 1.880\n", "Well-posedness condition 3J - J_n > 0: True at time 1.880\n", "d (def. map) integrated over the domain: 182.319 at time: 1.880\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.880\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.880\n", "\n", "J integrated over the domain: 15.976 at time: 1.890\n", "J_n integrated over the domain: 13.354 at time: 1.890\n", "Well-posedness condition 3J - J_n > 0: True at time 1.890\n", "d (def. map) integrated over the domain: 259.224 at time: 1.890\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.890\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.890\n", "\n", "J integrated over the domain: 18.348 at time: 1.900\n", "J_n integrated over the domain: 15.976 at time: 1.900\n", "Well-posedness condition 3J - J_n > 0: True at time 1.900\n", "d (def. map) integrated over the domain: 340.652 at time: 1.900\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.900\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.900\n", "\n", "J integrated over the domain: 20.322 at time: 1.910\n", "J_n integrated over the domain: 18.348 at time: 1.910\n", "Well-posedness condition 3J - J_n > 0: True at time 1.910\n", "d (def. map) integrated over the domain: 416.965 at time: 1.910\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.910\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.910\n", "\n", "J integrated over the domain: 21.772 at time: 1.920\n", "J_n integrated over the domain: 20.322 at time: 1.920\n", "Well-posedness condition 3J - J_n > 0: True at time 1.920\n", "d (def. map) integrated over the domain: 478.026 at time: 1.920\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.920\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.920\n", "\n", "J integrated over the domain: 22.609 at time: 1.930\n", "J_n integrated over the domain: 21.772 at time: 1.930\n", "Well-posedness condition 3J - J_n > 0: True at time 1.930\n", "d (def. map) integrated over the domain: 515.153 at time: 1.930\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.930\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.930\n", "\n", "J integrated over the domain: 22.779 at time: 1.940\n", "J_n integrated over the domain: 22.609 at time: 1.940\n", "Well-posedness condition 3J - J_n > 0: True at time 1.940\n", "d (def. map) integrated over the domain: 522.869 at time: 1.940\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.940\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.940\n", "\n", "J integrated over the domain: 22.271 at time: 1.950\n", "J_n integrated over the domain: 22.779 at time: 1.950\n", "Well-posedness condition 3J - J_n > 0: True at time 1.950\n", "d (def. map) integrated over the domain: 500.016 at time: 1.950\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.950\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.950\n", "\n", "J integrated over the domain: 21.119 at time: 1.960\n", "J_n integrated over the domain: 22.271 at time: 1.960\n", "Well-posedness condition 3J - J_n > 0: True at time 1.960\n", "d (def. map) integrated over the domain: 450.001 at time: 1.960\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.960\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.960\n", "\n", "J integrated over the domain: 19.393 at time: 1.970\n", "J_n integrated over the domain: 21.119 at time: 1.970\n", "Well-posedness condition 3J - J_n > 0: True at time 1.970\n", "d (def. map) integrated over the domain: 380.093 at time: 1.970\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.970\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.970\n", "\n", "J integrated over the domain: 17.203 at time: 1.980\n", "J_n integrated over the domain: 19.393 at time: 1.980\n", "Well-posedness condition 3J - J_n > 0: True at time 1.980\n", "d (def. map) integrated over the domain: 299.941 at time: 1.980\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.980\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.980\n", "\n", "J integrated over the domain: 14.686 at time: 1.990\n", "J_n integrated over the domain: 17.203 at time: 1.990\n", "Well-posedness condition 3J - J_n > 0: True at time 1.990\n", "d (def. map) integrated over the domain: 219.674 at time: 1.990\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.990\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.990\n", "\n", "J integrated over the domain: 12.000 at time: 2.000\n", "J_n integrated over the domain: 14.686 at time: 2.000\n", "Well-posedness condition 3J - J_n > 0: True at time 2.000\n", "d (def. map) integrated over the domain: 148.000 at time: 2.000\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 2.000\n", "Residual of scheme -> 'delta' value: 0.00000 at time 2.000\n", "\n", "Number of degrees of freedom: 14387\n", "Solution Computed in 106.06 seconds\n", "\n", "----------------Computation Completed!----------------\n", "\n", "\n", "----------------Simulations Done!----------------.\n", "\n", "Initializing testing of two deformation cases with input parameters:\n", " Solver to use -solver_to_use- : LU\n", " \n", "\n", "Initializing iNSE problem with Deformation type: High_Osc_exp\n", "\n", "\n", "Setup with initial condition: True\n", "Using a non-zero initial condition (2D-Gaussian) for the velocity field!\n", "Defining forms associated to Chorin-Temam scheme...\n", "Using LU Solver...\n", "Starting iteration over time...\n", "E (Energy) of initial t. velocity: 0.01648 at time 0.000\n", "\n", "J integrated over the domain: 14.686 at time: 0.010\n", "J_n integrated over the domain: 12.000 at time: 0.010\n", "Well-posedness condition 3J - J_n > 0: True at time 0.010\n", "d (def. map) integrated over the domain: 219.674 at time: 0.010\n", "Strain energy E( eps(|u|^2) ): 0.00005 at time 0.010\n", "Residual of scheme -> 'delta' value: 0.00004 at time 0.010\n", "\n", "J integrated over the domain: 17.203 at time: 0.020\n", "J_n integrated over the domain: 14.686 at time: 0.020\n", "Well-posedness condition 3J - J_n > 0: True at time 0.020\n", "d (def. map) integrated over the domain: 299.941 at time: 0.020\n", "Strain energy E( eps(|u|^2) ): 0.00007 at time 0.020\n", "Residual of scheme -> 'delta' value: -0.00004 at time 0.020\n", "\n", "J integrated over the domain: 19.393 at time: 0.030\n", "J_n integrated over the domain: 17.203 at time: 0.030\n", "Well-posedness condition 3J - J_n > 0: True at time 0.030\n", "d (def. map) integrated over the domain: 380.093 at time: 0.030\n", "Strain energy E( eps(|u|^2) ): 0.00006 at time 0.030\n", "Residual of scheme -> 'delta' value: -0.00002 at time 0.030\n", "\n", "J integrated over the domain: 21.119 at time: 0.040\n", "J_n integrated over the domain: 19.393 at time: 0.040\n", "Well-posedness condition 3J - J_n > 0: True at time 0.040\n", "d (def. map) integrated over the domain: 450.001 at time: 0.040\n", "Strain energy E( eps(|u|^2) ): 0.00006 at time 0.040\n", "Residual of scheme -> 'delta' value: -0.00001 at time 0.040\n", "\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "J integrated over the domain: 22.271 at time: 0.050\n", "J_n integrated over the domain: 21.119 at time: 0.050\n", "Well-posedness condition 3J - J_n > 0: True at time 0.050\n", "d (def. map) integrated over the domain: 500.016 at time: 0.050\n", "Strain energy E( eps(|u|^2) ): 0.00005 at time 0.050\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.050\n", "\n", "J integrated over the domain: 22.779 at time: 0.060\n", "J_n integrated over the domain: 22.271 at time: 0.060\n", "Well-posedness condition 3J - J_n > 0: True at time 0.060\n", "d (def. map) integrated over the domain: 522.869 at time: 0.060\n", "Strain energy E( eps(|u|^2) ): 0.00005 at time 0.060\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.060\n", "\n", "J integrated over the domain: 22.609 at time: 0.070\n", "J_n integrated over the domain: 22.779 at time: 0.070\n", "Well-posedness condition 3J - J_n > 0: True at time 0.070\n", "d (def. map) integrated over the domain: 515.153 at time: 0.070\n", "Strain energy E( eps(|u|^2) ): 0.00005 at time 0.070\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.070\n", "\n", "J integrated over the domain: 21.772 at time: 0.080\n", "J_n integrated over the domain: 22.609 at time: 0.080\n", "Well-posedness condition 3J - J_n > 0: True at time 0.080\n", "d (def. map) integrated over the domain: 478.026 at time: 0.080\n", "Strain energy E( eps(|u|^2) ): 0.00004 at time 0.080\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.080\n", "\n", "J integrated over the domain: 20.322 at time: 0.090\n", "J_n integrated over the domain: 21.772 at time: 0.090\n", "Well-posedness condition 3J - J_n > 0: True at time 0.090\n", "d (def. map) integrated over the domain: 416.965 at time: 0.090\n", "Strain energy E( eps(|u|^2) ): 0.00004 at time 0.090\n", "Residual of scheme -> 'delta' value: -0.00001 at time 0.090\n", "\n", "J integrated over the domain: 18.348 at time: 0.100\n", "J_n integrated over the domain: 20.322 at time: 0.100\n", "Well-posedness condition 3J - J_n > 0: True at time 0.100\n", "d (def. map) integrated over the domain: 340.652 at time: 0.100\n", "Strain energy E( eps(|u|^2) ): 0.00004 at time 0.100\n", "Residual of scheme -> 'delta' value: -0.00002 at time 0.100\n", "\n", "J integrated over the domain: 15.976 at time: 0.110\n", "J_n integrated over the domain: 18.348 at time: 0.110\n", "Well-posedness condition 3J - J_n > 0: True at time 0.110\n", "d (def. map) integrated over the domain: 259.224 at time: 0.110\n", "Strain energy E( eps(|u|^2) ): 0.00004 at time 0.110\n", "Residual of scheme -> 'delta' value: -0.00003 at time 0.110\n", "\n", "J integrated over the domain: 13.354 at time: 0.120\n", "J_n integrated over the domain: 15.976 at time: 0.120\n", "Well-posedness condition 3J - J_n > 0: True at time 0.120\n", "d (def. map) integrated over the domain: 182.319 at time: 0.120\n", "Strain energy E( eps(|u|^2) ): 0.00006 at time 0.120\n", "Residual of scheme -> 'delta' value: -0.00003 at time 0.120\n", "\n", "J integrated over the domain: 10.646 at time: 0.130\n", "J_n integrated over the domain: 13.354 at time: 0.130\n", "Well-posedness condition 3J - J_n > 0: True at time 0.130\n", "d (def. map) integrated over the domain: 117.346 at time: 0.130\n", "Strain energy E( eps(|u|^2) ): 0.00014 at time 0.130\n", "Residual of scheme -> 'delta' value: -0.00004 at time 0.130\n", "\n", "J integrated over the domain: 8.024 at time: 0.140\n", "J_n integrated over the domain: 10.646 at time: 0.140\n", "Well-posedness condition 3J - J_n > 0: True at time 0.140\n", "d (def. map) integrated over the domain: 68.389 at time: 0.140\n", "Strain energy E( eps(|u|^2) ): 0.00023 at time 0.140\n", "Residual of scheme -> 'delta' value: -0.00008 at time 0.140\n", "\n", "J integrated over the domain: 5.652 at time: 0.150\n", "J_n integrated over the domain: 8.024 at time: 0.150\n", "Well-posedness condition 3J - J_n > 0: True at time 0.150\n", "d (def. map) integrated over the domain: 35.944 at time: 0.150\n", "Strain energy E( eps(|u|^2) ): 0.00021 at time 0.150\n", "Residual of scheme -> 'delta' value: -0.00012 at time 0.150\n", "\n", "J integrated over the domain: 3.678 at time: 0.160\n", "J_n integrated over the domain: 5.652 at time: 0.160\n", "Well-posedness condition 3J - J_n > 0: True at time 0.160\n", "d (def. map) integrated over the domain: 17.531 at time: 0.160\n", "Strain energy E( eps(|u|^2) ): 0.00011 at time 0.160\n", "Residual of scheme -> 'delta' value: -0.00011 at time 0.160\n", "\n", "J integrated over the domain: 2.228 at time: 0.170\n", "J_n integrated over the domain: 3.678 at time: 0.170\n", "Well-posedness condition 3J - J_n > 0: True at time 0.170\n", "d (def. map) integrated over the domain: 8.963 at time: 0.170\n", "Strain energy E( eps(|u|^2) ): 0.00003 at time 0.170\n", "Residual of scheme -> 'delta' value: -0.00006 at time 0.170\n", "\n", "J integrated over the domain: 1.391 at time: 0.180\n", "J_n integrated over the domain: 2.228 at time: 0.180\n", "Well-posedness condition 3J - J_n > 0: True at time 0.180\n", "d (def. map) integrated over the domain: 5.936 at time: 0.180\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.180\n", "Residual of scheme -> 'delta' value: -0.00001 at time 0.180\n", "\n", "J integrated over the domain: 1.221 at time: 0.190\n", "J_n integrated over the domain: 1.391 at time: 0.190\n", "Well-posedness condition 3J - J_n > 0: True at time 0.190\n", "d (def. map) integrated over the domain: 5.492 at time: 0.190\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.190\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.190\n", "\n", "J integrated over the domain: 1.729 at time: 0.200\n", "J_n integrated over the domain: 1.221 at time: 0.200\n", "Well-posedness condition 3J - J_n > 0: True at time 0.200\n", "d (def. map) integrated over the domain: 6.988 at time: 0.200\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.200\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.200\n", "\n", "J integrated over the domain: 2.881 at time: 0.210\n", "J_n integrated over the domain: 1.729 at time: 0.210\n", "Well-posedness condition 3J - J_n > 0: True at time 0.210\n", "d (def. map) integrated over the domain: 12.302 at time: 0.210\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.210\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.210\n", "\n", "J integrated over the domain: 4.607 at time: 0.220\n", "J_n integrated over the domain: 2.881 at time: 0.220\n", "Well-posedness condition 3J - J_n > 0: True at time 0.220\n", "d (def. map) integrated over the domain: 25.223 at time: 0.220\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.220\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.220\n", "\n", "J integrated over the domain: 6.797 at time: 0.230\n", "J_n integrated over the domain: 4.607 at time: 0.230\n", "Well-posedness condition 3J - J_n > 0: True at time 0.230\n", "d (def. map) integrated over the domain: 50.200 at time: 0.230\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.230\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.230\n", "\n", "J integrated over the domain: 9.314 at time: 0.240\n", "J_n integrated over the domain: 6.797 at time: 0.240\n", "Well-posedness condition 3J - J_n > 0: True at time 0.240\n", "d (def. map) integrated over the domain: 90.753 at time: 0.240\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.240\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.240\n", "\n", "J integrated over the domain: 12.000 at time: 0.250\n", "J_n integrated over the domain: 9.314 at time: 0.250\n", "Well-posedness condition 3J - J_n > 0: True at time 0.250\n", "d (def. map) integrated over the domain: 148.000 at time: 0.250\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.250\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.250\n", "\n", "J integrated over the domain: 14.686 at time: 0.260\n", "J_n integrated over the domain: 12.000 at time: 0.260\n", "Well-posedness condition 3J - J_n > 0: True at time 0.260\n", "d (def. map) integrated over the domain: 219.674 at time: 0.260\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.260\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.260\n", "\n", "J integrated over the domain: 17.203 at time: 0.270\n", "J_n integrated over the domain: 14.686 at time: 0.270\n", "Well-posedness condition 3J - J_n > 0: True at time 0.270\n", "d (def. map) integrated over the domain: 299.941 at time: 0.270\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.270\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.270\n", "\n", "J integrated over the domain: 19.393 at time: 0.280\n", "J_n integrated over the domain: 17.203 at time: 0.280\n", "Well-posedness condition 3J - J_n > 0: True at time 0.280\n", "d (def. map) integrated over the domain: 380.093 at time: 0.280\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.280\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.280\n", "\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "J integrated over the domain: 21.119 at time: 0.290\n", "J_n integrated over the domain: 19.393 at time: 0.290\n", "Well-posedness condition 3J - J_n > 0: True at time 0.290\n", "d (def. map) integrated over the domain: 450.001 at time: 0.290\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.290\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.290\n", "\n", "J integrated over the domain: 22.271 at time: 0.300\n", "J_n integrated over the domain: 21.119 at time: 0.300\n", "Well-posedness condition 3J - J_n > 0: True at time 0.300\n", "d (def. map) integrated over the domain: 500.016 at time: 0.300\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.300\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.300\n", "\n", "J integrated over the domain: 22.779 at time: 0.310\n", "J_n integrated over the domain: 22.271 at time: 0.310\n", "Well-posedness condition 3J - J_n > 0: True at time 0.310\n", "d (def. map) integrated over the domain: 522.869 at time: 0.310\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.310\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.310\n", "\n", "J integrated over the domain: 22.609 at time: 0.320\n", "J_n integrated over the domain: 22.779 at time: 0.320\n", "Well-posedness condition 3J - J_n > 0: True at time 0.320\n", "d (def. map) integrated over the domain: 515.153 at time: 0.320\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.320\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.320\n", "\n", "J integrated over the domain: 21.772 at time: 0.330\n", "J_n integrated over the domain: 22.609 at time: 0.330\n", "Well-posedness condition 3J - J_n > 0: True at time 0.330\n", "d (def. map) integrated over the domain: 478.026 at time: 0.330\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.330\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.330\n", "\n", "J integrated over the domain: 20.322 at time: 0.340\n", "J_n integrated over the domain: 21.772 at time: 0.340\n", "Well-posedness condition 3J - J_n > 0: True at time 0.340\n", "d (def. map) integrated over the domain: 416.965 at time: 0.340\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.340\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.340\n", "\n", "J integrated over the domain: 18.348 at time: 0.350\n", "J_n integrated over the domain: 20.322 at time: 0.350\n", "Well-posedness condition 3J - J_n > 0: True at time 0.350\n", "d (def. map) integrated over the domain: 340.652 at time: 0.350\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.350\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.350\n", "\n", "J integrated over the domain: 15.976 at time: 0.360\n", "J_n integrated over the domain: 18.348 at time: 0.360\n", "Well-posedness condition 3J - J_n > 0: True at time 0.360\n", "d (def. map) integrated over the domain: 259.224 at time: 0.360\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.360\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.360\n", "\n", "J integrated over the domain: 13.354 at time: 0.370\n", "J_n integrated over the domain: 15.976 at time: 0.370\n", "Well-posedness condition 3J - J_n > 0: True at time 0.370\n", "d (def. map) integrated over the domain: 182.319 at time: 0.370\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.370\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.370\n", "\n", "J integrated over the domain: 10.646 at time: 0.380\n", "J_n integrated over the domain: 13.354 at time: 0.380\n", "Well-posedness condition 3J - J_n > 0: True at time 0.380\n", "d (def. map) integrated over the domain: 117.346 at time: 0.380\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.380\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.380\n", "\n", "J integrated over the domain: 8.024 at time: 0.390\n", "J_n integrated over the domain: 10.646 at time: 0.390\n", "Well-posedness condition 3J - J_n > 0: True at time 0.390\n", "d (def. map) integrated over the domain: 68.389 at time: 0.390\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.390\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.390\n", "\n", "J integrated over the domain: 5.652 at time: 0.400\n", "J_n integrated over the domain: 8.024 at time: 0.400\n", "Well-posedness condition 3J - J_n > 0: True at time 0.400\n", "d (def. map) integrated over the domain: 35.944 at time: 0.400\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.400\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.400\n", "\n", "J integrated over the domain: 3.678 at time: 0.410\n", "J_n integrated over the domain: 5.652 at time: 0.410\n", "Well-posedness condition 3J - J_n > 0: True at time 0.410\n", "d (def. map) integrated over the domain: 17.531 at time: 0.410\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.410\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.410\n", "\n", "J integrated over the domain: 2.228 at time: 0.420\n", "J_n integrated over the domain: 3.678 at time: 0.420\n", "Well-posedness condition 3J - J_n > 0: True at time 0.420\n", "d (def. map) integrated over the domain: 8.963 at time: 0.420\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.420\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.420\n", "\n", "J integrated over the domain: 1.391 at time: 0.430\n", "J_n integrated over the domain: 2.228 at time: 0.430\n", "Well-posedness condition 3J - J_n > 0: True at time 0.430\n", "d (def. map) integrated over the domain: 5.936 at time: 0.430\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.430\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.430\n", "\n", "J integrated over the domain: 1.221 at time: 0.440\n", "J_n integrated over the domain: 1.391 at time: 0.440\n", "Well-posedness condition 3J - J_n > 0: True at time 0.440\n", "d (def. map) integrated over the domain: 5.492 at time: 0.440\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.440\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.440\n", "\n", "J integrated over the domain: 1.729 at time: 0.450\n", "J_n integrated over the domain: 1.221 at time: 0.450\n", "Well-posedness condition 3J - J_n > 0: True at time 0.450\n", "d (def. map) integrated over the domain: 6.988 at time: 0.450\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.450\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.450\n", "\n", "J integrated over the domain: 2.881 at time: 0.460\n", "J_n integrated over the domain: 1.729 at time: 0.460\n", "Well-posedness condition 3J - J_n > 0: True at time 0.460\n", "d (def. map) integrated over the domain: 12.302 at time: 0.460\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.460\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.460\n", "\n", "J integrated over the domain: 4.607 at time: 0.470\n", "J_n integrated over the domain: 2.881 at time: 0.470\n", "Well-posedness condition 3J - J_n > 0: True at time 0.470\n", "d (def. map) integrated over the domain: 25.223 at time: 0.470\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.470\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.470\n", "\n", "J integrated over the domain: 6.797 at time: 0.480\n", "J_n integrated over the domain: 4.607 at time: 0.480\n", "Well-posedness condition 3J - J_n > 0: True at time 0.480\n", "d (def. map) integrated over the domain: 50.200 at time: 0.480\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.480\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.480\n", "\n", "J integrated over the domain: 9.314 at time: 0.490\n", "J_n integrated over the domain: 6.797 at time: 0.490\n", "Well-posedness condition 3J - J_n > 0: True at time 0.490\n", "d (def. map) integrated over the domain: 90.753 at time: 0.490\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.490\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.490\n", "\n", "J integrated over the domain: 12.000 at time: 0.500\n", "J_n integrated over the domain: 9.314 at time: 0.500\n", "Well-posedness condition 3J - J_n > 0: True at time 0.500\n", "d (def. map) integrated over the domain: 148.000 at time: 0.500\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.500\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.500\n", "\n", "J integrated over the domain: 14.686 at time: 0.510\n", "J_n integrated over the domain: 12.000 at time: 0.510\n", "Well-posedness condition 3J - J_n > 0: True at time 0.510\n", "d (def. map) integrated over the domain: 219.674 at time: 0.510\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.510\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.510\n", "\n", "J integrated over the domain: 17.203 at time: 0.520\n", "J_n integrated over the domain: 14.686 at time: 0.520\n", "Well-posedness condition 3J - J_n > 0: True at time 0.520\n", "d (def. map) integrated over the domain: 299.941 at time: 0.520\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.520\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.520\n", "\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "J integrated over the domain: 19.393 at time: 0.530\n", "J_n integrated over the domain: 17.203 at time: 0.530\n", "Well-posedness condition 3J - J_n > 0: True at time 0.530\n", "d (def. map) integrated over the domain: 380.093 at time: 0.530\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.530\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.530\n", "\n", "J integrated over the domain: 21.119 at time: 0.540\n", "J_n integrated over the domain: 19.393 at time: 0.540\n", "Well-posedness condition 3J - J_n > 0: True at time 0.540\n", "d (def. map) integrated over the domain: 450.001 at time: 0.540\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.540\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.540\n", "\n", "J integrated over the domain: 22.271 at time: 0.550\n", "J_n integrated over the domain: 21.119 at time: 0.550\n", "Well-posedness condition 3J - J_n > 0: True at time 0.550\n", "d (def. map) integrated over the domain: 500.016 at time: 0.550\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.550\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.550\n", "\n", "J integrated over the domain: 22.779 at time: 0.560\n", "J_n integrated over the domain: 22.271 at time: 0.560\n", "Well-posedness condition 3J - J_n > 0: True at time 0.560\n", "d (def. map) integrated over the domain: 522.869 at time: 0.560\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.560\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.560\n", "\n", "J integrated over the domain: 22.609 at time: 0.570\n", "J_n integrated over the domain: 22.779 at time: 0.570\n", "Well-posedness condition 3J - J_n > 0: True at time 0.570\n", "d (def. map) integrated over the domain: 515.153 at time: 0.570\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.570\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.570\n", "\n", "J integrated over the domain: 21.772 at time: 0.580\n", "J_n integrated over the domain: 22.609 at time: 0.580\n", "Well-posedness condition 3J - J_n > 0: True at time 0.580\n", "d (def. map) integrated over the domain: 478.026 at time: 0.580\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.580\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.580\n", "\n", "J integrated over the domain: 20.322 at time: 0.590\n", "J_n integrated over the domain: 21.772 at time: 0.590\n", "Well-posedness condition 3J - J_n > 0: True at time 0.590\n", "d (def. map) integrated over the domain: 416.965 at time: 0.590\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.590\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.590\n", "\n", "J integrated over the domain: 18.348 at time: 0.600\n", "J_n integrated over the domain: 20.322 at time: 0.600\n", "Well-posedness condition 3J - J_n > 0: True at time 0.600\n", "d (def. map) integrated over the domain: 340.652 at time: 0.600\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.600\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.600\n", "\n", "J integrated over the domain: 15.976 at time: 0.610\n", "J_n integrated over the domain: 18.348 at time: 0.610\n", "Well-posedness condition 3J - J_n > 0: True at time 0.610\n", "d (def. map) integrated over the domain: 259.224 at time: 0.610\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.610\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.610\n", "\n", "J integrated over the domain: 13.354 at time: 0.620\n", "J_n integrated over the domain: 15.976 at time: 0.620\n", "Well-posedness condition 3J - J_n > 0: True at time 0.620\n", "d (def. map) integrated over the domain: 182.319 at time: 0.620\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.620\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.620\n", "\n", "J integrated over the domain: 10.646 at time: 0.630\n", "J_n integrated over the domain: 13.354 at time: 0.630\n", "Well-posedness condition 3J - J_n > 0: True at time 0.630\n", "d (def. map) integrated over the domain: 117.346 at time: 0.630\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.630\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.630\n", "\n", "J integrated over the domain: 8.024 at time: 0.640\n", "J_n integrated over the domain: 10.646 at time: 0.640\n", "Well-posedness condition 3J - J_n > 0: True at time 0.640\n", "d (def. map) integrated over the domain: 68.389 at time: 0.640\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.640\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.640\n", "\n", "J integrated over the domain: 5.652 at time: 0.650\n", "J_n integrated over the domain: 8.024 at time: 0.650\n", "Well-posedness condition 3J - J_n > 0: True at time 0.650\n", "d (def. map) integrated over the domain: 35.944 at time: 0.650\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.650\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.650\n", "\n", "J integrated over the domain: 3.678 at time: 0.660\n", "J_n integrated over the domain: 5.652 at time: 0.660\n", "Well-posedness condition 3J - J_n > 0: True at time 0.660\n", "d (def. map) integrated over the domain: 17.531 at time: 0.660\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.660\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.660\n", "\n", "J integrated over the domain: 2.228 at time: 0.670\n", "J_n integrated over the domain: 3.678 at time: 0.670\n", "Well-posedness condition 3J - J_n > 0: True at time 0.670\n", "d (def. map) integrated over the domain: 8.963 at time: 0.670\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.670\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.670\n", "\n", "J integrated over the domain: 1.391 at time: 0.680\n", "J_n integrated over the domain: 2.228 at time: 0.680\n", "Well-posedness condition 3J - J_n > 0: True at time 0.680\n", "d (def. map) integrated over the domain: 5.936 at time: 0.680\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.680\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.680\n", "\n", "J integrated over the domain: 1.221 at time: 0.690\n", "J_n integrated over the domain: 1.391 at time: 0.690\n", "Well-posedness condition 3J - J_n > 0: True at time 0.690\n", "d (def. map) integrated over the domain: 5.492 at time: 0.690\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.690\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.690\n", "\n", "J integrated over the domain: 1.729 at time: 0.700\n", "J_n integrated over the domain: 1.221 at time: 0.700\n", "Well-posedness condition 3J - J_n > 0: True at time 0.700\n", "d (def. map) integrated over the domain: 6.988 at time: 0.700\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.700\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.700\n", "\n", "J integrated over the domain: 2.881 at time: 0.710\n", "J_n integrated over the domain: 1.729 at time: 0.710\n", "Well-posedness condition 3J - J_n > 0: True at time 0.710\n", "d (def. map) integrated over the domain: 12.302 at time: 0.710\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.710\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.710\n", "\n", "J integrated over the domain: 4.607 at time: 0.720\n", "J_n integrated over the domain: 2.881 at time: 0.720\n", "Well-posedness condition 3J - J_n > 0: True at time 0.720\n", "d (def. map) integrated over the domain: 25.223 at time: 0.720\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.720\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.720\n", "\n", "J integrated over the domain: 6.797 at time: 0.730\n", "J_n integrated over the domain: 4.607 at time: 0.730\n", "Well-posedness condition 3J - J_n > 0: True at time 0.730\n", "d (def. map) integrated over the domain: 50.200 at time: 0.730\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.730\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.730\n", "\n", "J integrated over the domain: 9.314 at time: 0.740\n", "J_n integrated over the domain: 6.797 at time: 0.740\n", "Well-posedness condition 3J - J_n > 0: True at time 0.740\n", "d (def. map) integrated over the domain: 90.753 at time: 0.740\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.740\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.740\n", "\n", "J integrated over the domain: 12.000 at time: 0.750\n", "J_n integrated over the domain: 9.314 at time: 0.750\n", "Well-posedness condition 3J - J_n > 0: True at time 0.750\n", "d (def. map) integrated over the domain: 148.000 at time: 0.750\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.750\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.750\n", "\n", "J integrated over the domain: 14.686 at time: 0.760\n", "J_n integrated over the domain: 12.000 at time: 0.760\n", "Well-posedness condition 3J - J_n > 0: True at time 0.760\n", "d (def. map) integrated over the domain: 219.674 at time: 0.760\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.760\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.760\n", "\n", "J integrated over the domain: 17.203 at time: 0.770\n", "J_n integrated over the domain: 14.686 at time: 0.770\n", "Well-posedness condition 3J - J_n > 0: True at time 0.770\n", "d (def. map) integrated over the domain: 299.941 at time: 0.770\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.770\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.770\n", "\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "J integrated over the domain: 19.393 at time: 0.780\n", "J_n integrated over the domain: 17.203 at time: 0.780\n", "Well-posedness condition 3J - J_n > 0: True at time 0.780\n", "d (def. map) integrated over the domain: 380.093 at time: 0.780\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.780\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.780\n", "\n", "J integrated over the domain: 21.119 at time: 0.790\n", "J_n integrated over the domain: 19.393 at time: 0.790\n", "Well-posedness condition 3J - J_n > 0: True at time 0.790\n", "d (def. map) integrated over the domain: 450.001 at time: 0.790\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.790\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.790\n", "\n", "J integrated over the domain: 22.271 at time: 0.800\n", "J_n integrated over the domain: 21.119 at time: 0.800\n", "Well-posedness condition 3J - J_n > 0: True at time 0.800\n", "d (def. map) integrated over the domain: 500.016 at time: 0.800\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.800\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.800\n", "\n", "J integrated over the domain: 22.779 at time: 0.810\n", "J_n integrated over the domain: 22.271 at time: 0.810\n", "Well-posedness condition 3J - J_n > 0: True at time 0.810\n", "d (def. map) integrated over the domain: 522.869 at time: 0.810\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.810\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.810\n", "\n", "J integrated over the domain: 22.609 at time: 0.820\n", "J_n integrated over the domain: 22.779 at time: 0.820\n", "Well-posedness condition 3J - J_n > 0: True at time 0.820\n", "d (def. map) integrated over the domain: 515.153 at time: 0.820\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.820\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.820\n", "\n", "J integrated over the domain: 21.772 at time: 0.830\n", "J_n integrated over the domain: 22.609 at time: 0.830\n", "Well-posedness condition 3J - J_n > 0: True at time 0.830\n", "d (def. map) integrated over the domain: 478.026 at time: 0.830\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.830\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.830\n", "\n", "J integrated over the domain: 20.322 at time: 0.840\n", "J_n integrated over the domain: 21.772 at time: 0.840\n", "Well-posedness condition 3J - J_n > 0: True at time 0.840\n", "d (def. map) integrated over the domain: 416.965 at time: 0.840\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.840\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.840\n", "\n", "J integrated over the domain: 18.348 at time: 0.850\n", "J_n integrated over the domain: 20.322 at time: 0.850\n", "Well-posedness condition 3J - J_n > 0: True at time 0.850\n", "d (def. map) integrated over the domain: 340.652 at time: 0.850\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.850\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.850\n", "\n", "J integrated over the domain: 15.976 at time: 0.860\n", "J_n integrated over the domain: 18.348 at time: 0.860\n", "Well-posedness condition 3J - J_n > 0: True at time 0.860\n", "d (def. map) integrated over the domain: 259.224 at time: 0.860\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.860\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.860\n", "\n", "J integrated over the domain: 13.354 at time: 0.870\n", "J_n integrated over the domain: 15.976 at time: 0.870\n", "Well-posedness condition 3J - J_n > 0: True at time 0.870\n", "d (def. map) integrated over the domain: 182.319 at time: 0.870\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.870\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.870\n", "\n", "J integrated over the domain: 10.646 at time: 0.880\n", "J_n integrated over the domain: 13.354 at time: 0.880\n", "Well-posedness condition 3J - J_n > 0: True at time 0.880\n", "d (def. map) integrated over the domain: 117.346 at time: 0.880\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.880\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.880\n", "\n", "J integrated over the domain: 8.024 at time: 0.890\n", "J_n integrated over the domain: 10.646 at time: 0.890\n", "Well-posedness condition 3J - J_n > 0: True at time 0.890\n", "d (def. map) integrated over the domain: 68.389 at time: 0.890\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.890\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.890\n", "\n", "J integrated over the domain: 5.652 at time: 0.900\n", "J_n integrated over the domain: 8.024 at time: 0.900\n", "Well-posedness condition 3J - J_n > 0: True at time 0.900\n", "d (def. map) integrated over the domain: 35.944 at time: 0.900\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.900\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.900\n", "\n", "J integrated over the domain: 3.678 at time: 0.910\n", "J_n integrated over the domain: 5.652 at time: 0.910\n", "Well-posedness condition 3J - J_n > 0: True at time 0.910\n", "d (def. map) integrated over the domain: 17.531 at time: 0.910\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.910\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.910\n", "\n", "J integrated over the domain: 2.228 at time: 0.920\n", "J_n integrated over the domain: 3.678 at time: 0.920\n", "Well-posedness condition 3J - J_n > 0: True at time 0.920\n", "d (def. map) integrated over the domain: 8.963 at time: 0.920\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.920\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.920\n", "\n", "J integrated over the domain: 1.391 at time: 0.930\n", "J_n integrated over the domain: 2.228 at time: 0.930\n", "Well-posedness condition 3J - J_n > 0: True at time 0.930\n", "d (def. map) integrated over the domain: 5.936 at time: 0.930\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.930\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.930\n", "\n", "J integrated over the domain: 1.221 at time: 0.940\n", "J_n integrated over the domain: 1.391 at time: 0.940\n", "Well-posedness condition 3J - J_n > 0: True at time 0.940\n", "d (def. map) integrated over the domain: 5.492 at time: 0.940\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.940\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.940\n", "\n", "J integrated over the domain: 1.729 at time: 0.950\n", "J_n integrated over the domain: 1.221 at time: 0.950\n", "Well-posedness condition 3J - J_n > 0: True at time 0.950\n", "d (def. map) integrated over the domain: 6.988 at time: 0.950\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.950\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.950\n", "\n", "J integrated over the domain: 2.881 at time: 0.960\n", "J_n integrated over the domain: 1.729 at time: 0.960\n", "Well-posedness condition 3J - J_n > 0: True at time 0.960\n", "d (def. map) integrated over the domain: 12.302 at time: 0.960\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.960\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.960\n", "\n", "J integrated over the domain: 4.607 at time: 0.970\n", "J_n integrated over the domain: 2.881 at time: 0.970\n", "Well-posedness condition 3J - J_n > 0: True at time 0.970\n", "d (def. map) integrated over the domain: 25.223 at time: 0.970\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.970\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.970\n", "\n", "J integrated over the domain: 6.797 at time: 0.980\n", "J_n integrated over the domain: 4.607 at time: 0.980\n", "Well-posedness condition 3J - J_n > 0: True at time 0.980\n", "d (def. map) integrated over the domain: 50.200 at time: 0.980\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.980\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.980\n", "\n", "J integrated over the domain: 9.314 at time: 0.990\n", "J_n integrated over the domain: 6.797 at time: 0.990\n", "Well-posedness condition 3J - J_n > 0: True at time 0.990\n", "d (def. map) integrated over the domain: 90.753 at time: 0.990\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.990\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.990\n", "\n", "J integrated over the domain: 12.000 at time: 1.000\n", "J_n integrated over the domain: 9.314 at time: 1.000\n", "Well-posedness condition 3J - J_n > 0: True at time 1.000\n", "d (def. map) integrated over the domain: 148.000 at time: 1.000\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.000\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.000\n", "\n", "J integrated over the domain: 14.686 at time: 1.010\n", "J_n integrated over the domain: 12.000 at time: 1.010\n", "Well-posedness condition 3J - J_n > 0: True at time 1.010\n", "d (def. map) integrated over the domain: 219.674 at time: 1.010\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.010\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.010\n", "\n", "J integrated over the domain: 17.203 at time: 1.020\n", "J_n integrated over the domain: 14.686 at time: 1.020\n", "Well-posedness condition 3J - J_n > 0: True at time 1.020\n", "d (def. map) integrated over the domain: 299.941 at time: 1.020\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.020\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.020\n", "\n", "J integrated over the domain: 19.393 at time: 1.030\n", "J_n integrated over the domain: 17.203 at time: 1.030\n", "Well-posedness condition 3J - J_n > 0: True at time 1.030\n", "d (def. map) integrated over the domain: 380.093 at time: 1.030\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.030\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.030\n", "\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "J integrated over the domain: 21.119 at time: 1.040\n", "J_n integrated over the domain: 19.393 at time: 1.040\n", "Well-posedness condition 3J - J_n > 0: True at time 1.040\n", "d (def. map) integrated over the domain: 450.001 at time: 1.040\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.040\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.040\n", "\n", "J integrated over the domain: 22.271 at time: 1.050\n", "J_n integrated over the domain: 21.119 at time: 1.050\n", "Well-posedness condition 3J - J_n > 0: True at time 1.050\n", "d (def. map) integrated over the domain: 500.016 at time: 1.050\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.050\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.050\n", "\n", "J integrated over the domain: 22.779 at time: 1.060\n", "J_n integrated over the domain: 22.271 at time: 1.060\n", "Well-posedness condition 3J - J_n > 0: True at time 1.060\n", "d (def. map) integrated over the domain: 522.869 at time: 1.060\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.060\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.060\n", "\n", "J integrated over the domain: 22.609 at time: 1.070\n", "J_n integrated over the domain: 22.779 at time: 1.070\n", "Well-posedness condition 3J - J_n > 0: True at time 1.070\n", "d (def. map) integrated over the domain: 515.153 at time: 1.070\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.070\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.070\n", "\n", "J integrated over the domain: 21.772 at time: 1.080\n", "J_n integrated over the domain: 22.609 at time: 1.080\n", "Well-posedness condition 3J - J_n > 0: True at time 1.080\n", "d (def. map) integrated over the domain: 478.026 at time: 1.080\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.080\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.080\n", "\n", "J integrated over the domain: 20.322 at time: 1.090\n", "J_n integrated over the domain: 21.772 at time: 1.090\n", "Well-posedness condition 3J - J_n > 0: True at time 1.090\n", "d (def. map) integrated over the domain: 416.965 at time: 1.090\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.090\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.090\n", "\n", "J integrated over the domain: 18.348 at time: 1.100\n", "J_n integrated over the domain: 20.322 at time: 1.100\n", "Well-posedness condition 3J - J_n > 0: True at time 1.100\n", "d (def. map) integrated over the domain: 340.652 at time: 1.100\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.100\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.100\n", "\n", "J integrated over the domain: 15.976 at time: 1.110\n", "J_n integrated over the domain: 18.348 at time: 1.110\n", "Well-posedness condition 3J - J_n > 0: True at time 1.110\n", "d (def. map) integrated over the domain: 259.224 at time: 1.110\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.110\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.110\n", "\n", "J integrated over the domain: 13.354 at time: 1.120\n", "J_n integrated over the domain: 15.976 at time: 1.120\n", "Well-posedness condition 3J - J_n > 0: True at time 1.120\n", "d (def. map) integrated over the domain: 182.319 at time: 1.120\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.120\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.120\n", "\n", "J integrated over the domain: 10.646 at time: 1.130\n", "J_n integrated over the domain: 13.354 at time: 1.130\n", "Well-posedness condition 3J - J_n > 0: True at time 1.130\n", "d (def. map) integrated over the domain: 117.346 at time: 1.130\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.130\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.130\n", "\n", "J integrated over the domain: 8.024 at time: 1.140\n", "J_n integrated over the domain: 10.646 at time: 1.140\n", "Well-posedness condition 3J - J_n > 0: True at time 1.140\n", "d (def. map) integrated over the domain: 68.389 at time: 1.140\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.140\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.140\n", "\n", "J integrated over the domain: 5.652 at time: 1.150\n", "J_n integrated over the domain: 8.024 at time: 1.150\n", "Well-posedness condition 3J - J_n > 0: True at time 1.150\n", "d (def. map) integrated over the domain: 35.944 at time: 1.150\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.150\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.150\n", "\n", "J integrated over the domain: 3.678 at time: 1.160\n", "J_n integrated over the domain: 5.652 at time: 1.160\n", "Well-posedness condition 3J - J_n > 0: True at time 1.160\n", "d (def. map) integrated over the domain: 17.531 at time: 1.160\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.160\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.160\n", "\n", "J integrated over the domain: 2.228 at time: 1.170\n", "J_n integrated over the domain: 3.678 at time: 1.170\n", "Well-posedness condition 3J - J_n > 0: True at time 1.170\n", "d (def. map) integrated over the domain: 8.963 at time: 1.170\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.170\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.170\n", "\n", "J integrated over the domain: 1.391 at time: 1.180\n", "J_n integrated over the domain: 2.228 at time: 1.180\n", "Well-posedness condition 3J - J_n > 0: True at time 1.180\n", "d (def. map) integrated over the domain: 5.936 at time: 1.180\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.180\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.180\n", "\n", "J integrated over the domain: 1.221 at time: 1.190\n", "J_n integrated over the domain: 1.391 at time: 1.190\n", "Well-posedness condition 3J - J_n > 0: True at time 1.190\n", "d (def. map) integrated over the domain: 5.492 at time: 1.190\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.190\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.190\n", "\n", "J integrated over the domain: 1.729 at time: 1.200\n", "J_n integrated over the domain: 1.221 at time: 1.200\n", "Well-posedness condition 3J - J_n > 0: True at time 1.200\n", "d (def. map) integrated over the domain: 6.988 at time: 1.200\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.200\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.200\n", "\n", "J integrated over the domain: 2.881 at time: 1.210\n", "J_n integrated over the domain: 1.729 at time: 1.210\n", "Well-posedness condition 3J - J_n > 0: True at time 1.210\n", "d (def. map) integrated over the domain: 12.302 at time: 1.210\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.210\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.210\n", "\n", "J integrated over the domain: 4.607 at time: 1.220\n", "J_n integrated over the domain: 2.881 at time: 1.220\n", "Well-posedness condition 3J - J_n > 0: True at time 1.220\n", "d (def. map) integrated over the domain: 25.223 at time: 1.220\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.220\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.220\n", "\n", "J integrated over the domain: 6.797 at time: 1.230\n", "J_n integrated over the domain: 4.607 at time: 1.230\n", "Well-posedness condition 3J - J_n > 0: True at time 1.230\n", "d (def. map) integrated over the domain: 50.200 at time: 1.230\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.230\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.230\n", "\n", "J integrated over the domain: 9.314 at time: 1.240\n", "J_n integrated over the domain: 6.797 at time: 1.240\n", "Well-posedness condition 3J - J_n > 0: True at time 1.240\n", "d (def. map) integrated over the domain: 90.753 at time: 1.240\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.240\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.240\n", "\n", "J integrated over the domain: 12.000 at time: 1.250\n", "J_n integrated over the domain: 9.314 at time: 1.250\n", "Well-posedness condition 3J - J_n > 0: True at time 1.250\n", "d (def. map) integrated over the domain: 148.000 at time: 1.250\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.250\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.250\n", "\n", "J integrated over the domain: 14.686 at time: 1.260\n", "J_n integrated over the domain: 12.000 at time: 1.260\n", "Well-posedness condition 3J - J_n > 0: True at time 1.260\n", "d (def. map) integrated over the domain: 219.674 at time: 1.260\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.260\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.260\n", "\n", "J integrated over the domain: 17.203 at time: 1.270\n", "J_n integrated over the domain: 14.686 at time: 1.270\n", "Well-posedness condition 3J - J_n > 0: True at time 1.270\n", "d (def. map) integrated over the domain: 299.941 at time: 1.270\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.270\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.270\n", "\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "J integrated over the domain: 19.393 at time: 1.280\n", "J_n integrated over the domain: 17.203 at time: 1.280\n", "Well-posedness condition 3J - J_n > 0: True at time 1.280\n", "d (def. map) integrated over the domain: 380.093 at time: 1.280\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.280\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.280\n", "\n", "J integrated over the domain: 21.119 at time: 1.290\n", "J_n integrated over the domain: 19.393 at time: 1.290\n", "Well-posedness condition 3J - J_n > 0: True at time 1.290\n", "d (def. map) integrated over the domain: 450.001 at time: 1.290\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.290\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.290\n", "\n", "J integrated over the domain: 22.271 at time: 1.300\n", "J_n integrated over the domain: 21.119 at time: 1.300\n", "Well-posedness condition 3J - J_n > 0: True at time 1.300\n", "d (def. map) integrated over the domain: 500.016 at time: 1.300\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.300\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.300\n", "\n", "J integrated over the domain: 22.779 at time: 1.310\n", "J_n integrated over the domain: 22.271 at time: 1.310\n", "Well-posedness condition 3J - J_n > 0: True at time 1.310\n", "d (def. map) integrated over the domain: 522.869 at time: 1.310\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.310\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.310\n", "\n", "J integrated over the domain: 22.609 at time: 1.320\n", "J_n integrated over the domain: 22.779 at time: 1.320\n", "Well-posedness condition 3J - J_n > 0: True at time 1.320\n", "d (def. map) integrated over the domain: 515.153 at time: 1.320\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.320\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.320\n", "\n", "J integrated over the domain: 21.772 at time: 1.330\n", "J_n integrated over the domain: 22.609 at time: 1.330\n", "Well-posedness condition 3J - J_n > 0: True at time 1.330\n", "d (def. map) integrated over the domain: 478.026 at time: 1.330\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.330\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.330\n", "\n", "J integrated over the domain: 20.322 at time: 1.340\n", "J_n integrated over the domain: 21.772 at time: 1.340\n", "Well-posedness condition 3J - J_n > 0: True at time 1.340\n", "d (def. map) integrated over the domain: 416.965 at time: 1.340\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.340\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.340\n", "\n", "J integrated over the domain: 18.348 at time: 1.350\n", "J_n integrated over the domain: 20.322 at time: 1.350\n", "Well-posedness condition 3J - J_n > 0: True at time 1.350\n", "d (def. map) integrated over the domain: 340.652 at time: 1.350\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.350\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.350\n", "\n", "J integrated over the domain: 15.976 at time: 1.360\n", "J_n integrated over the domain: 18.348 at time: 1.360\n", "Well-posedness condition 3J - J_n > 0: True at time 1.360\n", "d (def. map) integrated over the domain: 259.224 at time: 1.360\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.360\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.360\n", "\n", "J integrated over the domain: 13.354 at time: 1.370\n", "J_n integrated over the domain: 15.976 at time: 1.370\n", "Well-posedness condition 3J - J_n > 0: True at time 1.370\n", "d (def. map) integrated over the domain: 182.319 at time: 1.370\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.370\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.370\n", "\n", "J integrated over the domain: 10.646 at time: 1.380\n", "J_n integrated over the domain: 13.354 at time: 1.380\n", "Well-posedness condition 3J - J_n > 0: True at time 1.380\n", "d (def. map) integrated over the domain: 117.346 at time: 1.380\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.380\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.380\n", "\n", "J integrated over the domain: 8.024 at time: 1.390\n", "J_n integrated over the domain: 10.646 at time: 1.390\n", "Well-posedness condition 3J - J_n > 0: True at time 1.390\n", "d (def. map) integrated over the domain: 68.389 at time: 1.390\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.390\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.390\n", "\n", "J integrated over the domain: 5.652 at time: 1.400\n", "J_n integrated over the domain: 8.024 at time: 1.400\n", "Well-posedness condition 3J - J_n > 0: True at time 1.400\n", "d (def. map) integrated over the domain: 35.944 at time: 1.400\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.400\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.400\n", "\n", "J integrated over the domain: 3.678 at time: 1.410\n", "J_n integrated over the domain: 5.652 at time: 1.410\n", "Well-posedness condition 3J - J_n > 0: True at time 1.410\n", "d (def. map) integrated over the domain: 17.531 at time: 1.410\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.410\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.410\n", "\n", "J integrated over the domain: 2.228 at time: 1.420\n", "J_n integrated over the domain: 3.678 at time: 1.420\n", "Well-posedness condition 3J - J_n > 0: True at time 1.420\n", "d (def. map) integrated over the domain: 8.963 at time: 1.420\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.420\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.420\n", "\n", "J integrated over the domain: 1.391 at time: 1.430\n", "J_n integrated over the domain: 2.228 at time: 1.430\n", "Well-posedness condition 3J - J_n > 0: True at time 1.430\n", "d (def. map) integrated over the domain: 5.936 at time: 1.430\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.430\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.430\n", "\n", "J integrated over the domain: 1.221 at time: 1.440\n", "J_n integrated over the domain: 1.391 at time: 1.440\n", "Well-posedness condition 3J - J_n > 0: True at time 1.440\n", "d (def. map) integrated over the domain: 5.492 at time: 1.440\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.440\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.440\n", "\n", "J integrated over the domain: 1.729 at time: 1.450\n", "J_n integrated over the domain: 1.221 at time: 1.450\n", "Well-posedness condition 3J - J_n > 0: True at time 1.450\n", "d (def. map) integrated over the domain: 6.988 at time: 1.450\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.450\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.450\n", "\n", "J integrated over the domain: 2.881 at time: 1.460\n", "J_n integrated over the domain: 1.729 at time: 1.460\n", "Well-posedness condition 3J - J_n > 0: True at time 1.460\n", "d (def. map) integrated over the domain: 12.302 at time: 1.460\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.460\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.460\n", "\n", "J integrated over the domain: 4.607 at time: 1.470\n", "J_n integrated over the domain: 2.881 at time: 1.470\n", "Well-posedness condition 3J - J_n > 0: True at time 1.470\n", "d (def. map) integrated over the domain: 25.223 at time: 1.470\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.470\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.470\n", "\n", "J integrated over the domain: 6.797 at time: 1.480\n", "J_n integrated over the domain: 4.607 at time: 1.480\n", "Well-posedness condition 3J - J_n > 0: True at time 1.480\n", "d (def. map) integrated over the domain: 50.200 at time: 1.480\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.480\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.480\n", "\n", "J integrated over the domain: 9.314 at time: 1.490\n", "J_n integrated over the domain: 6.797 at time: 1.490\n", "Well-posedness condition 3J - J_n > 0: True at time 1.490\n", "d (def. map) integrated over the domain: 90.753 at time: 1.490\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.490\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.490\n", "\n", "J integrated over the domain: 12.000 at time: 1.500\n", "J_n integrated over the domain: 9.314 at time: 1.500\n", "Well-posedness condition 3J - J_n > 0: True at time 1.500\n", "d (def. map) integrated over the domain: 148.000 at time: 1.500\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.500\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.500\n", "\n", "J integrated over the domain: 14.686 at time: 1.510\n", "J_n integrated over the domain: 12.000 at time: 1.510\n", "Well-posedness condition 3J - J_n > 0: True at time 1.510\n", "d (def. map) integrated over the domain: 219.674 at time: 1.510\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.510\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.510\n", "\n", "J integrated over the domain: 17.203 at time: 1.520\n", "J_n integrated over the domain: 14.686 at time: 1.520\n", "Well-posedness condition 3J - J_n > 0: True at time 1.520\n", "d (def. map) integrated over the domain: 299.941 at time: 1.520\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.520\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.520\n", "\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "J integrated over the domain: 19.393 at time: 1.530\n", "J_n integrated over the domain: 17.203 at time: 1.530\n", "Well-posedness condition 3J - J_n > 0: True at time 1.530\n", "d (def. map) integrated over the domain: 380.093 at time: 1.530\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.530\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.530\n", "\n", "J integrated over the domain: 21.119 at time: 1.540\n", "J_n integrated over the domain: 19.393 at time: 1.540\n", "Well-posedness condition 3J - J_n > 0: True at time 1.540\n", "d (def. map) integrated over the domain: 450.001 at time: 1.540\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.540\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.540\n", "\n", "J integrated over the domain: 22.271 at time: 1.550\n", "J_n integrated over the domain: 21.119 at time: 1.550\n", "Well-posedness condition 3J - J_n > 0: True at time 1.550\n", "d (def. map) integrated over the domain: 500.016 at time: 1.550\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.550\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.550\n", "\n", "J integrated over the domain: 22.779 at time: 1.560\n", "J_n integrated over the domain: 22.271 at time: 1.560\n", "Well-posedness condition 3J - J_n > 0: True at time 1.560\n", "d (def. map) integrated over the domain: 522.869 at time: 1.560\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.560\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.560\n", "\n", "J integrated over the domain: 22.609 at time: 1.570\n", "J_n integrated over the domain: 22.779 at time: 1.570\n", "Well-posedness condition 3J - J_n > 0: True at time 1.570\n", "d (def. map) integrated over the domain: 515.153 at time: 1.570\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.570\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.570\n", "\n", "J integrated over the domain: 21.772 at time: 1.580\n", "J_n integrated over the domain: 22.609 at time: 1.580\n", "Well-posedness condition 3J - J_n > 0: True at time 1.580\n", "d (def. map) integrated over the domain: 478.026 at time: 1.580\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.580\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.580\n", "\n", "J integrated over the domain: 20.322 at time: 1.590\n", "J_n integrated over the domain: 21.772 at time: 1.590\n", "Well-posedness condition 3J - J_n > 0: True at time 1.590\n", "d (def. map) integrated over the domain: 416.965 at time: 1.590\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.590\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.590\n", "\n", "J integrated over the domain: 18.348 at time: 1.600\n", "J_n integrated over the domain: 20.322 at time: 1.600\n", "Well-posedness condition 3J - J_n > 0: True at time 1.600\n", "d (def. map) integrated over the domain: 340.652 at time: 1.600\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.600\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.600\n", "\n", "J integrated over the domain: 15.976 at time: 1.610\n", "J_n integrated over the domain: 18.348 at time: 1.610\n", "Well-posedness condition 3J - J_n > 0: True at time 1.610\n", "d (def. map) integrated over the domain: 259.224 at time: 1.610\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.610\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.610\n", "\n", "J integrated over the domain: 13.354 at time: 1.620\n", "J_n integrated over the domain: 15.976 at time: 1.620\n", "Well-posedness condition 3J - J_n > 0: True at time 1.620\n", "d (def. map) integrated over the domain: 182.319 at time: 1.620\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.620\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.620\n", "\n", "J integrated over the domain: 10.646 at time: 1.630\n", "J_n integrated over the domain: 13.354 at time: 1.630\n", "Well-posedness condition 3J - J_n > 0: True at time 1.630\n", "d (def. map) integrated over the domain: 117.346 at time: 1.630\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.630\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.630\n", "\n", "J integrated over the domain: 8.024 at time: 1.640\n", "J_n integrated over the domain: 10.646 at time: 1.640\n", "Well-posedness condition 3J - J_n > 0: True at time 1.640\n", "d (def. map) integrated over the domain: 68.389 at time: 1.640\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.640\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.640\n", "\n", "J integrated over the domain: 5.652 at time: 1.650\n", "J_n integrated over the domain: 8.024 at time: 1.650\n", "Well-posedness condition 3J - J_n > 0: True at time 1.650\n", "d (def. map) integrated over the domain: 35.944 at time: 1.650\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.650\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.650\n", "\n", "J integrated over the domain: 3.678 at time: 1.660\n", "J_n integrated over the domain: 5.652 at time: 1.660\n", "Well-posedness condition 3J - J_n > 0: True at time 1.660\n", "d (def. map) integrated over the domain: 17.531 at time: 1.660\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.660\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.660\n", "\n", "J integrated over the domain: 2.228 at time: 1.670\n", "J_n integrated over the domain: 3.678 at time: 1.670\n", "Well-posedness condition 3J - J_n > 0: True at time 1.670\n", "d (def. map) integrated over the domain: 8.963 at time: 1.670\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.670\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.670\n", "\n", "J integrated over the domain: 1.391 at time: 1.680\n", "J_n integrated over the domain: 2.228 at time: 1.680\n", "Well-posedness condition 3J - J_n > 0: True at time 1.680\n", "d (def. map) integrated over the domain: 5.936 at time: 1.680\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.680\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.680\n", "\n", "J integrated over the domain: 1.221 at time: 1.690\n", "J_n integrated over the domain: 1.391 at time: 1.690\n", "Well-posedness condition 3J - J_n > 0: True at time 1.690\n", "d (def. map) integrated over the domain: 5.492 at time: 1.690\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.690\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.690\n", "\n", "J integrated over the domain: 1.729 at time: 1.700\n", "J_n integrated over the domain: 1.221 at time: 1.700\n", "Well-posedness condition 3J - J_n > 0: True at time 1.700\n", "d (def. map) integrated over the domain: 6.988 at time: 1.700\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.700\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.700\n", "\n", "J integrated over the domain: 2.881 at time: 1.710\n", "J_n integrated over the domain: 1.729 at time: 1.710\n", "Well-posedness condition 3J - J_n > 0: True at time 1.710\n", "d (def. map) integrated over the domain: 12.302 at time: 1.710\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.710\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.710\n", "\n", "J integrated over the domain: 4.607 at time: 1.720\n", "J_n integrated over the domain: 2.881 at time: 1.720\n", "Well-posedness condition 3J - J_n > 0: True at time 1.720\n", "d (def. map) integrated over the domain: 25.223 at time: 1.720\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.720\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.720\n", "\n", "J integrated over the domain: 6.797 at time: 1.730\n", "J_n integrated over the domain: 4.607 at time: 1.730\n", "Well-posedness condition 3J - J_n > 0: True at time 1.730\n", "d (def. map) integrated over the domain: 50.200 at time: 1.730\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.730\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.730\n", "\n", "J integrated over the domain: 9.314 at time: 1.740\n", "J_n integrated over the domain: 6.797 at time: 1.740\n", "Well-posedness condition 3J - J_n > 0: True at time 1.740\n", "d (def. map) integrated over the domain: 90.753 at time: 1.740\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.740\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.740\n", "\n", "J integrated over the domain: 12.000 at time: 1.750\n", "J_n integrated over the domain: 9.314 at time: 1.750\n", "Well-posedness condition 3J - J_n > 0: True at time 1.750\n", "d (def. map) integrated over the domain: 148.000 at time: 1.750\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.750\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.750\n", "\n", "J integrated over the domain: 14.686 at time: 1.760\n", "J_n integrated over the domain: 12.000 at time: 1.760\n", "Well-posedness condition 3J - J_n > 0: True at time 1.760\n", "d (def. map) integrated over the domain: 219.674 at time: 1.760\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.760\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.760\n", "\n", "J integrated over the domain: 17.203 at time: 1.770\n", "J_n integrated over the domain: 14.686 at time: 1.770\n", "Well-posedness condition 3J - J_n > 0: True at time 1.770\n", "d (def. map) integrated over the domain: 299.941 at time: 1.770\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.770\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.770\n", "\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "J integrated over the domain: 19.393 at time: 1.780\n", "J_n integrated over the domain: 17.203 at time: 1.780\n", "Well-posedness condition 3J - J_n > 0: True at time 1.780\n", "d (def. map) integrated over the domain: 380.093 at time: 1.780\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.780\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.780\n", "\n", "J integrated over the domain: 21.119 at time: 1.790\n", "J_n integrated over the domain: 19.393 at time: 1.790\n", "Well-posedness condition 3J - J_n > 0: True at time 1.790\n", "d (def. map) integrated over the domain: 450.001 at time: 1.790\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.790\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.790\n", "\n", "J integrated over the domain: 22.271 at time: 1.800\n", "J_n integrated over the domain: 21.119 at time: 1.800\n", "Well-posedness condition 3J - J_n > 0: True at time 1.800\n", "d (def. map) integrated over the domain: 500.016 at time: 1.800\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.800\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.800\n", "\n", "J integrated over the domain: 22.779 at time: 1.810\n", "J_n integrated over the domain: 22.271 at time: 1.810\n", "Well-posedness condition 3J - J_n > 0: True at time 1.810\n", "d (def. map) integrated over the domain: 522.869 at time: 1.810\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.810\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.810\n", "\n", "J integrated over the domain: 22.609 at time: 1.820\n", "J_n integrated over the domain: 22.779 at time: 1.820\n", "Well-posedness condition 3J - J_n > 0: True at time 1.820\n", "d (def. map) integrated over the domain: 515.153 at time: 1.820\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.820\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.820\n", "\n", "J integrated over the domain: 21.772 at time: 1.830\n", "J_n integrated over the domain: 22.609 at time: 1.830\n", "Well-posedness condition 3J - J_n > 0: True at time 1.830\n", "d (def. map) integrated over the domain: 478.026 at time: 1.830\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.830\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.830\n", "\n", "J integrated over the domain: 20.322 at time: 1.840\n", "J_n integrated over the domain: 21.772 at time: 1.840\n", "Well-posedness condition 3J - J_n > 0: True at time 1.840\n", "d (def. map) integrated over the domain: 416.965 at time: 1.840\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.840\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.840\n", "\n", "J integrated over the domain: 18.348 at time: 1.850\n", "J_n integrated over the domain: 20.322 at time: 1.850\n", "Well-posedness condition 3J - J_n > 0: True at time 1.850\n", "d (def. map) integrated over the domain: 340.652 at time: 1.850\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.850\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.850\n", "\n", "J integrated over the domain: 15.976 at time: 1.860\n", "J_n integrated over the domain: 18.348 at time: 1.860\n", "Well-posedness condition 3J - J_n > 0: True at time 1.860\n", "d (def. map) integrated over the domain: 259.224 at time: 1.860\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.860\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.860\n", "\n", "J integrated over the domain: 13.354 at time: 1.870\n", "J_n integrated over the domain: 15.976 at time: 1.870\n", "Well-posedness condition 3J - J_n > 0: True at time 1.870\n", "d (def. map) integrated over the domain: 182.319 at time: 1.870\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.870\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.870\n", "\n", "J integrated over the domain: 10.646 at time: 1.880\n", "J_n integrated over the domain: 13.354 at time: 1.880\n", "Well-posedness condition 3J - J_n > 0: True at time 1.880\n", "d (def. map) integrated over the domain: 117.346 at time: 1.880\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.880\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.880\n", "\n", "J integrated over the domain: 8.024 at time: 1.890\n", "J_n integrated over the domain: 10.646 at time: 1.890\n", "Well-posedness condition 3J - J_n > 0: True at time 1.890\n", "d (def. map) integrated over the domain: 68.389 at time: 1.890\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.890\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.890\n", "\n", "J integrated over the domain: 5.652 at time: 1.900\n", "J_n integrated over the domain: 8.024 at time: 1.900\n", "Well-posedness condition 3J - J_n > 0: True at time 1.900\n", "d (def. map) integrated over the domain: 35.944 at time: 1.900\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.900\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.900\n", "\n", "J integrated over the domain: 3.678 at time: 1.910\n", "J_n integrated over the domain: 5.652 at time: 1.910\n", "Well-posedness condition 3J - J_n > 0: True at time 1.910\n", "d (def. map) integrated over the domain: 17.531 at time: 1.910\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.910\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.910\n", "\n", "J integrated over the domain: 2.228 at time: 1.920\n", "J_n integrated over the domain: 3.678 at time: 1.920\n", "Well-posedness condition 3J - J_n > 0: True at time 1.920\n", "d (def. map) integrated over the domain: 8.963 at time: 1.920\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.920\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.920\n", "\n", "J integrated over the domain: 1.391 at time: 1.930\n", "J_n integrated over the domain: 2.228 at time: 1.930\n", "Well-posedness condition 3J - J_n > 0: True at time 1.930\n", "d (def. map) integrated over the domain: 5.936 at time: 1.930\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.930\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.930\n", "\n", "J integrated over the domain: 1.221 at time: 1.940\n", "J_n integrated over the domain: 1.391 at time: 1.940\n", "Well-posedness condition 3J - J_n > 0: True at time 1.940\n", "d (def. map) integrated over the domain: 5.492 at time: 1.940\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.940\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.940\n", "\n", "J integrated over the domain: 1.729 at time: 1.950\n", "J_n integrated over the domain: 1.221 at time: 1.950\n", "Well-posedness condition 3J - J_n > 0: True at time 1.950\n", "d (def. map) integrated over the domain: 6.988 at time: 1.950\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.950\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.950\n", "\n", "J integrated over the domain: 2.881 at time: 1.960\n", "J_n integrated over the domain: 1.729 at time: 1.960\n", "Well-posedness condition 3J - J_n > 0: True at time 1.960\n", "d (def. map) integrated over the domain: 12.302 at time: 1.960\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.960\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.960\n", "\n", "J integrated over the domain: 4.607 at time: 1.970\n", "J_n integrated over the domain: 2.881 at time: 1.970\n", "Well-posedness condition 3J - J_n > 0: True at time 1.970\n", "d (def. map) integrated over the domain: 25.223 at time: 1.970\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.970\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.970\n", "\n", "J integrated over the domain: 6.797 at time: 1.980\n", "J_n integrated over the domain: 4.607 at time: 1.980\n", "Well-posedness condition 3J - J_n > 0: True at time 1.980\n", "d (def. map) integrated over the domain: 50.200 at time: 1.980\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.980\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.980\n", "\n", "J integrated over the domain: 9.314 at time: 1.990\n", "J_n integrated over the domain: 6.797 at time: 1.990\n", "Well-posedness condition 3J - J_n > 0: True at time 1.990\n", "d (def. map) integrated over the domain: 90.753 at time: 1.990\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.990\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.990\n", "\n", "J integrated over the domain: 12.000 at time: 2.000\n", "J_n integrated over the domain: 9.314 at time: 2.000\n", "Well-posedness condition 3J - J_n > 0: True at time 2.000\n", "d (def. map) integrated over the domain: 148.000 at time: 2.000\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 2.000\n", "Residual of scheme -> 'delta' value: 0.00000 at time 2.000\n", "\n", "DoF for Velocity Space (U): 3298\n", "DoF for Pressure Space (P): 1649\n", "Solution Computed in 36.019 seconds\n", "\n", "----------------Computation Completed!----------------\n", "\n", "\n", "Initializing iNSE problem with Deformation type: High_Osc_con\n", "\n", "\n", "Setup with initial condition: True\n", "Using a non-zero initial condition (2D-Gaussian) for the velocity field!\n", "Defining forms associated to Chorin-Temam scheme...\n", "Using LU Solver...\n", "Starting iteration over time...\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "E (Energy) of initial t. velocity: 0.01648 at time 0.000\n", "\n", "J integrated over the domain: 9.314 at time: 0.010\n", "J_n integrated over the domain: 12.000 at time: 0.010\n", "Well-posedness condition 3J - J_n > 0: True at time 0.010\n", "d (def. map) integrated over the domain: 90.753 at time: 0.010\n", "Strain energy E( eps(|u|^2) ): 0.00041 at time 0.010\n", "Residual of scheme -> 'delta' value: 0.00012 at time 0.010\n", "\n", "J integrated over the domain: 6.797 at time: 0.020\n", "J_n integrated over the domain: 9.314 at time: 0.020\n", "Well-posedness condition 3J - J_n > 0: True at time 0.020\n", "d (def. map) integrated over the domain: 50.200 at time: 0.020\n", "Strain energy E( eps(|u|^2) ): 0.00045 at time 0.020\n", "Residual of scheme -> 'delta' value: -0.00017 at time 0.020\n", "\n", "J integrated over the domain: 4.607 at time: 0.030\n", "J_n integrated over the domain: 6.797 at time: 0.030\n", "Well-posedness condition 3J - J_n > 0: True at time 0.030\n", "d (def. map) integrated over the domain: 25.223 at time: 0.030\n", "Strain energy E( eps(|u|^2) ): 0.00029 at time 0.030\n", "Residual of scheme -> 'delta' value: -0.00023 at time 0.030\n", "\n", "J integrated over the domain: 2.881 at time: 0.040\n", "J_n integrated over the domain: 4.607 at time: 0.040\n", "Well-posedness condition 3J - J_n > 0: True at time 0.040\n", "d (def. map) integrated over the domain: 12.302 at time: 0.040\n", "Strain energy E( eps(|u|^2) ): 0.00010 at time 0.040\n", "Residual of scheme -> 'delta' value: -0.00015 at time 0.040\n", "\n", "J integrated over the domain: 1.729 at time: 0.050\n", "J_n integrated over the domain: 2.881 at time: 0.050\n", "Well-posedness condition 3J - J_n > 0: True at time 0.050\n", "d (def. map) integrated over the domain: 6.988 at time: 0.050\n", "Strain energy E( eps(|u|^2) ): 0.00002 at time 0.050\n", "Residual of scheme -> 'delta' value: -0.00005 at time 0.050\n", "\n", "J integrated over the domain: 1.221 at time: 0.060\n", "J_n integrated over the domain: 1.729 at time: 0.060\n", "Well-posedness condition 3J - J_n > 0: True at time 0.060\n", "d (def. map) integrated over the domain: 5.492 at time: 0.060\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.060\n", "Residual of scheme -> 'delta' value: -0.00001 at time 0.060\n", "\n", "J integrated over the domain: 1.391 at time: 0.070\n", "J_n integrated over the domain: 1.221 at time: 0.070\n", "Well-posedness condition 3J - J_n > 0: True at time 0.070\n", "d (def. map) integrated over the domain: 5.936 at time: 0.070\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.070\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.070\n", "\n", "J integrated over the domain: 2.228 at time: 0.080\n", "J_n integrated over the domain: 1.391 at time: 0.080\n", "Well-posedness condition 3J - J_n > 0: True at time 0.080\n", "d (def. map) integrated over the domain: 8.963 at time: 0.080\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.080\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.080\n", "\n", "J integrated over the domain: 3.678 at time: 0.090\n", "J_n integrated over the domain: 2.228 at time: 0.090\n", "Well-posedness condition 3J - J_n > 0: True at time 0.090\n", "d (def. map) integrated over the domain: 17.531 at time: 0.090\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.090\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.090\n", "\n", "J integrated over the domain: 5.652 at time: 0.100\n", "J_n integrated over the domain: 3.678 at time: 0.100\n", "Well-posedness condition 3J - J_n > 0: True at time 0.100\n", "d (def. map) integrated over the domain: 35.944 at time: 0.100\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.100\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.100\n", "\n", "J integrated over the domain: 8.024 at time: 0.110\n", "J_n integrated over the domain: 5.652 at time: 0.110\n", "Well-posedness condition 3J - J_n > 0: True at time 0.110\n", "d (def. map) integrated over the domain: 68.389 at time: 0.110\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.110\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.110\n", "\n", "J integrated over the domain: 10.646 at time: 0.120\n", "J_n integrated over the domain: 8.024 at time: 0.120\n", "Well-posedness condition 3J - J_n > 0: True at time 0.120\n", "d (def. map) integrated over the domain: 117.346 at time: 0.120\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.120\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.120\n", "\n", "J integrated over the domain: 13.354 at time: 0.130\n", "J_n integrated over the domain: 10.646 at time: 0.130\n", "Well-posedness condition 3J - J_n > 0: True at time 0.130\n", "d (def. map) integrated over the domain: 182.319 at time: 0.130\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.130\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.130\n", "\n", "J integrated over the domain: 15.976 at time: 0.140\n", "J_n integrated over the domain: 13.354 at time: 0.140\n", "Well-posedness condition 3J - J_n > 0: True at time 0.140\n", "d (def. map) integrated over the domain: 259.224 at time: 0.140\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.140\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.140\n", "\n", "J integrated over the domain: 18.348 at time: 0.150\n", "J_n integrated over the domain: 15.976 at time: 0.150\n", "Well-posedness condition 3J - J_n > 0: True at time 0.150\n", "d (def. map) integrated over the domain: 340.652 at time: 0.150\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.150\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.150\n", "\n", "J integrated over the domain: 20.322 at time: 0.160\n", "J_n integrated over the domain: 18.348 at time: 0.160\n", "Well-posedness condition 3J - J_n > 0: True at time 0.160\n", "d (def. map) integrated over the domain: 416.965 at time: 0.160\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.160\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.160\n", "\n", "J integrated over the domain: 21.772 at time: 0.170\n", "J_n integrated over the domain: 20.322 at time: 0.170\n", "Well-posedness condition 3J - J_n > 0: True at time 0.170\n", "d (def. map) integrated over the domain: 478.026 at time: 0.170\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.170\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.170\n", "\n", "J integrated over the domain: 22.609 at time: 0.180\n", "J_n integrated over the domain: 21.772 at time: 0.180\n", "Well-posedness condition 3J - J_n > 0: True at time 0.180\n", "d (def. map) integrated over the domain: 515.153 at time: 0.180\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.180\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.180\n", "\n", "J integrated over the domain: 22.779 at time: 0.190\n", "J_n integrated over the domain: 22.609 at time: 0.190\n", "Well-posedness condition 3J - J_n > 0: True at time 0.190\n", "d (def. map) integrated over the domain: 522.869 at time: 0.190\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.190\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.190\n", "\n", "J integrated over the domain: 22.271 at time: 0.200\n", "J_n integrated over the domain: 22.779 at time: 0.200\n", "Well-posedness condition 3J - J_n > 0: True at time 0.200\n", "d (def. map) integrated over the domain: 500.016 at time: 0.200\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.200\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.200\n", "\n", "J integrated over the domain: 21.119 at time: 0.210\n", "J_n integrated over the domain: 22.271 at time: 0.210\n", "Well-posedness condition 3J - J_n > 0: True at time 0.210\n", "d (def. map) integrated over the domain: 450.001 at time: 0.210\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.210\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.210\n", "\n", "J integrated over the domain: 19.393 at time: 0.220\n", "J_n integrated over the domain: 21.119 at time: 0.220\n", "Well-posedness condition 3J - J_n > 0: True at time 0.220\n", "d (def. map) integrated over the domain: 380.093 at time: 0.220\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.220\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.220\n", "\n", "J integrated over the domain: 17.203 at time: 0.230\n", "J_n integrated over the domain: 19.393 at time: 0.230\n", "Well-posedness condition 3J - J_n > 0: True at time 0.230\n", "d (def. map) integrated over the domain: 299.941 at time: 0.230\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.230\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.230\n", "\n", "J integrated over the domain: 14.686 at time: 0.240\n", "J_n integrated over the domain: 17.203 at time: 0.240\n", "Well-posedness condition 3J - J_n > 0: True at time 0.240\n", "d (def. map) integrated over the domain: 219.674 at time: 0.240\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.240\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.240\n", "\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "J integrated over the domain: 12.000 at time: 0.250\n", "J_n integrated over the domain: 14.686 at time: 0.250\n", "Well-posedness condition 3J - J_n > 0: True at time 0.250\n", "d (def. map) integrated over the domain: 148.000 at time: 0.250\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.250\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.250\n", "\n", "J integrated over the domain: 9.314 at time: 0.260\n", "J_n integrated over the domain: 12.000 at time: 0.260\n", "Well-posedness condition 3J - J_n > 0: True at time 0.260\n", "d (def. map) integrated over the domain: 90.753 at time: 0.260\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.260\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.260\n", "\n", "J integrated over the domain: 6.797 at time: 0.270\n", "J_n integrated over the domain: 9.314 at time: 0.270\n", "Well-posedness condition 3J - J_n > 0: True at time 0.270\n", "d (def. map) integrated over the domain: 50.200 at time: 0.270\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.270\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.270\n", "\n", "J integrated over the domain: 4.607 at time: 0.280\n", "J_n integrated over the domain: 6.797 at time: 0.280\n", "Well-posedness condition 3J - J_n > 0: True at time 0.280\n", "d (def. map) integrated over the domain: 25.223 at time: 0.280\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.280\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.280\n", "\n", "J integrated over the domain: 2.881 at time: 0.290\n", "J_n integrated over the domain: 4.607 at time: 0.290\n", "Well-posedness condition 3J - J_n > 0: True at time 0.290\n", "d (def. map) integrated over the domain: 12.302 at time: 0.290\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.290\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.290\n", "\n", "J integrated over the domain: 1.729 at time: 0.300\n", "J_n integrated over the domain: 2.881 at time: 0.300\n", "Well-posedness condition 3J - J_n > 0: True at time 0.300\n", "d (def. map) integrated over the domain: 6.988 at time: 0.300\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.300\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.300\n", "\n", "J integrated over the domain: 1.221 at time: 0.310\n", "J_n integrated over the domain: 1.729 at time: 0.310\n", "Well-posedness condition 3J - J_n > 0: True at time 0.310\n", "d (def. map) integrated over the domain: 5.492 at time: 0.310\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.310\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.310\n", "\n", "J integrated over the domain: 1.391 at time: 0.320\n", "J_n integrated over the domain: 1.221 at time: 0.320\n", "Well-posedness condition 3J - J_n > 0: True at time 0.320\n", "d (def. map) integrated over the domain: 5.936 at time: 0.320\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.320\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.320\n", "\n", "J integrated over the domain: 2.228 at time: 0.330\n", "J_n integrated over the domain: 1.391 at time: 0.330\n", "Well-posedness condition 3J - J_n > 0: True at time 0.330\n", "d (def. map) integrated over the domain: 8.963 at time: 0.330\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.330\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.330\n", "\n", "J integrated over the domain: 3.678 at time: 0.340\n", "J_n integrated over the domain: 2.228 at time: 0.340\n", "Well-posedness condition 3J - J_n > 0: True at time 0.340\n", "d (def. map) integrated over the domain: 17.531 at time: 0.340\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.340\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.340\n", "\n", "J integrated over the domain: 5.652 at time: 0.350\n", "J_n integrated over the domain: 3.678 at time: 0.350\n", "Well-posedness condition 3J - J_n > 0: True at time 0.350\n", "d (def. map) integrated over the domain: 35.944 at time: 0.350\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.350\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.350\n", "\n", "J integrated over the domain: 8.024 at time: 0.360\n", "J_n integrated over the domain: 5.652 at time: 0.360\n", "Well-posedness condition 3J - J_n > 0: True at time 0.360\n", "d (def. map) integrated over the domain: 68.389 at time: 0.360\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.360\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.360\n", "\n", "J integrated over the domain: 10.646 at time: 0.370\n", "J_n integrated over the domain: 8.024 at time: 0.370\n", "Well-posedness condition 3J - J_n > 0: True at time 0.370\n", "d (def. map) integrated over the domain: 117.346 at time: 0.370\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.370\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.370\n", "\n", "J integrated over the domain: 13.354 at time: 0.380\n", "J_n integrated over the domain: 10.646 at time: 0.380\n", "Well-posedness condition 3J - J_n > 0: True at time 0.380\n", "d (def. map) integrated over the domain: 182.319 at time: 0.380\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.380\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.380\n", "\n", "J integrated over the domain: 15.976 at time: 0.390\n", "J_n integrated over the domain: 13.354 at time: 0.390\n", "Well-posedness condition 3J - J_n > 0: True at time 0.390\n", "d (def. map) integrated over the domain: 259.224 at time: 0.390\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.390\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.390\n", "\n", "J integrated over the domain: 18.348 at time: 0.400\n", "J_n integrated over the domain: 15.976 at time: 0.400\n", "Well-posedness condition 3J - J_n > 0: True at time 0.400\n", "d (def. map) integrated over the domain: 340.652 at time: 0.400\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.400\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.400\n", "\n", "J integrated over the domain: 20.322 at time: 0.410\n", "J_n integrated over the domain: 18.348 at time: 0.410\n", "Well-posedness condition 3J - J_n > 0: True at time 0.410\n", "d (def. map) integrated over the domain: 416.965 at time: 0.410\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.410\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.410\n", "\n", "J integrated over the domain: 21.772 at time: 0.420\n", "J_n integrated over the domain: 20.322 at time: 0.420\n", "Well-posedness condition 3J - J_n > 0: True at time 0.420\n", "d (def. map) integrated over the domain: 478.026 at time: 0.420\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.420\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.420\n", "\n", "J integrated over the domain: 22.609 at time: 0.430\n", "J_n integrated over the domain: 21.772 at time: 0.430\n", "Well-posedness condition 3J - J_n > 0: True at time 0.430\n", "d (def. map) integrated over the domain: 515.153 at time: 0.430\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.430\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.430\n", "\n", "J integrated over the domain: 22.779 at time: 0.440\n", "J_n integrated over the domain: 22.609 at time: 0.440\n", "Well-posedness condition 3J - J_n > 0: True at time 0.440\n", "d (def. map) integrated over the domain: 522.869 at time: 0.440\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.440\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.440\n", "\n", "J integrated over the domain: 22.271 at time: 0.450\n", "J_n integrated over the domain: 22.779 at time: 0.450\n", "Well-posedness condition 3J - J_n > 0: True at time 0.450\n", "d (def. map) integrated over the domain: 500.016 at time: 0.450\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.450\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.450\n", "\n", "J integrated over the domain: 21.119 at time: 0.460\n", "J_n integrated over the domain: 22.271 at time: 0.460\n", "Well-posedness condition 3J - J_n > 0: True at time 0.460\n", "d (def. map) integrated over the domain: 450.001 at time: 0.460\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.460\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.460\n", "\n", "J integrated over the domain: 19.393 at time: 0.470\n", "J_n integrated over the domain: 21.119 at time: 0.470\n", "Well-posedness condition 3J - J_n > 0: True at time 0.470\n", "d (def. map) integrated over the domain: 380.093 at time: 0.470\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.470\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.470\n", "\n", "J integrated over the domain: 17.203 at time: 0.480\n", "J_n integrated over the domain: 19.393 at time: 0.480\n", "Well-posedness condition 3J - J_n > 0: True at time 0.480\n", "d (def. map) integrated over the domain: 299.941 at time: 0.480\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.480\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.480\n", "\n", "J integrated over the domain: 14.686 at time: 0.490\n", "J_n integrated over the domain: 17.203 at time: 0.490\n", "Well-posedness condition 3J - J_n > 0: True at time 0.490\n", "d (def. map) integrated over the domain: 219.674 at time: 0.490\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.490\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.490\n", "\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "J integrated over the domain: 12.000 at time: 0.500\n", "J_n integrated over the domain: 14.686 at time: 0.500\n", "Well-posedness condition 3J - J_n > 0: True at time 0.500\n", "d (def. map) integrated over the domain: 148.000 at time: 0.500\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.500\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.500\n", "\n", "J integrated over the domain: 9.314 at time: 0.510\n", "J_n integrated over the domain: 12.000 at time: 0.510\n", "Well-posedness condition 3J - J_n > 0: True at time 0.510\n", "d (def. map) integrated over the domain: 90.753 at time: 0.510\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.510\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.510\n", "\n", "J integrated over the domain: 6.797 at time: 0.520\n", "J_n integrated over the domain: 9.314 at time: 0.520\n", "Well-posedness condition 3J - J_n > 0: True at time 0.520\n", "d (def. map) integrated over the domain: 50.200 at time: 0.520\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.520\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.520\n", "\n", "J integrated over the domain: 4.607 at time: 0.530\n", "J_n integrated over the domain: 6.797 at time: 0.530\n", "Well-posedness condition 3J - J_n > 0: True at time 0.530\n", "d (def. map) integrated over the domain: 25.223 at time: 0.530\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.530\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.530\n", "\n", "J integrated over the domain: 2.881 at time: 0.540\n", "J_n integrated over the domain: 4.607 at time: 0.540\n", "Well-posedness condition 3J - J_n > 0: True at time 0.540\n", "d (def. map) integrated over the domain: 12.302 at time: 0.540\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.540\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.540\n", "\n", "J integrated over the domain: 1.729 at time: 0.550\n", "J_n integrated over the domain: 2.881 at time: 0.550\n", "Well-posedness condition 3J - J_n > 0: True at time 0.550\n", "d (def. map) integrated over the domain: 6.988 at time: 0.550\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.550\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.550\n", "\n", "J integrated over the domain: 1.221 at time: 0.560\n", "J_n integrated over the domain: 1.729 at time: 0.560\n", "Well-posedness condition 3J - J_n > 0: True at time 0.560\n", "d (def. map) integrated over the domain: 5.492 at time: 0.560\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.560\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.560\n", "\n", "J integrated over the domain: 1.391 at time: 0.570\n", "J_n integrated over the domain: 1.221 at time: 0.570\n", "Well-posedness condition 3J - J_n > 0: True at time 0.570\n", "d (def. map) integrated over the domain: 5.936 at time: 0.570\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.570\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.570\n", "\n", "J integrated over the domain: 2.228 at time: 0.580\n", "J_n integrated over the domain: 1.391 at time: 0.580\n", "Well-posedness condition 3J - J_n > 0: True at time 0.580\n", "d (def. map) integrated over the domain: 8.963 at time: 0.580\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.580\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.580\n", "\n", "J integrated over the domain: 3.678 at time: 0.590\n", "J_n integrated over the domain: 2.228 at time: 0.590\n", "Well-posedness condition 3J - J_n > 0: True at time 0.590\n", "d (def. map) integrated over the domain: 17.531 at time: 0.590\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.590\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.590\n", "\n", "J integrated over the domain: 5.652 at time: 0.600\n", "J_n integrated over the domain: 3.678 at time: 0.600\n", "Well-posedness condition 3J - J_n > 0: True at time 0.600\n", "d (def. map) integrated over the domain: 35.944 at time: 0.600\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.600\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.600\n", "\n", "J integrated over the domain: 8.024 at time: 0.610\n", "J_n integrated over the domain: 5.652 at time: 0.610\n", "Well-posedness condition 3J - J_n > 0: True at time 0.610\n", "d (def. map) integrated over the domain: 68.389 at time: 0.610\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.610\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.610\n", "\n", "J integrated over the domain: 10.646 at time: 0.620\n", "J_n integrated over the domain: 8.024 at time: 0.620\n", "Well-posedness condition 3J - J_n > 0: True at time 0.620\n", "d (def. map) integrated over the domain: 117.346 at time: 0.620\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.620\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.620\n", "\n", "J integrated over the domain: 13.354 at time: 0.630\n", "J_n integrated over the domain: 10.646 at time: 0.630\n", "Well-posedness condition 3J - J_n > 0: True at time 0.630\n", "d (def. map) integrated over the domain: 182.319 at time: 0.630\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.630\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.630\n", "\n", "J integrated over the domain: 15.976 at time: 0.640\n", "J_n integrated over the domain: 13.354 at time: 0.640\n", "Well-posedness condition 3J - J_n > 0: True at time 0.640\n", "d (def. map) integrated over the domain: 259.224 at time: 0.640\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.640\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.640\n", "\n", "J integrated over the domain: 18.348 at time: 0.650\n", "J_n integrated over the domain: 15.976 at time: 0.650\n", "Well-posedness condition 3J - J_n > 0: True at time 0.650\n", "d (def. map) integrated over the domain: 340.652 at time: 0.650\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.650\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.650\n", "\n", "J integrated over the domain: 20.322 at time: 0.660\n", "J_n integrated over the domain: 18.348 at time: 0.660\n", "Well-posedness condition 3J - J_n > 0: True at time 0.660\n", "d (def. map) integrated over the domain: 416.965 at time: 0.660\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.660\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.660\n", "\n", "J integrated over the domain: 21.772 at time: 0.670\n", "J_n integrated over the domain: 20.322 at time: 0.670\n", "Well-posedness condition 3J - J_n > 0: True at time 0.670\n", "d (def. map) integrated over the domain: 478.026 at time: 0.670\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.670\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.670\n", "\n", "J integrated over the domain: 22.609 at time: 0.680\n", "J_n integrated over the domain: 21.772 at time: 0.680\n", "Well-posedness condition 3J - J_n > 0: True at time 0.680\n", "d (def. map) integrated over the domain: 515.153 at time: 0.680\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.680\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.680\n", "\n", "J integrated over the domain: 22.779 at time: 0.690\n", "J_n integrated over the domain: 22.609 at time: 0.690\n", "Well-posedness condition 3J - J_n > 0: True at time 0.690\n", "d (def. map) integrated over the domain: 522.869 at time: 0.690\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.690\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.690\n", "\n", "J integrated over the domain: 22.271 at time: 0.700\n", "J_n integrated over the domain: 22.779 at time: 0.700\n", "Well-posedness condition 3J - J_n > 0: True at time 0.700\n", "d (def. map) integrated over the domain: 500.016 at time: 0.700\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.700\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.700\n", "\n", "J integrated over the domain: 21.119 at time: 0.710\n", "J_n integrated over the domain: 22.271 at time: 0.710\n", "Well-posedness condition 3J - J_n > 0: True at time 0.710\n", "d (def. map) integrated over the domain: 450.001 at time: 0.710\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.710\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.710\n", "\n", "J integrated over the domain: 19.393 at time: 0.720\n", "J_n integrated over the domain: 21.119 at time: 0.720\n", "Well-posedness condition 3J - J_n > 0: True at time 0.720\n", "d (def. map) integrated over the domain: 380.093 at time: 0.720\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.720\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.720\n", "\n", "J integrated over the domain: 17.203 at time: 0.730\n", "J_n integrated over the domain: 19.393 at time: 0.730\n", "Well-posedness condition 3J - J_n > 0: True at time 0.730\n", "d (def. map) integrated over the domain: 299.941 at time: 0.730\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.730\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.730\n", "\n", "J integrated over the domain: 14.686 at time: 0.740\n", "J_n integrated over the domain: 17.203 at time: 0.740\n", "Well-posedness condition 3J - J_n > 0: True at time 0.740\n", "d (def. map) integrated over the domain: 219.674 at time: 0.740\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.740\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.740\n", "\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "J integrated over the domain: 12.000 at time: 0.750\n", "J_n integrated over the domain: 14.686 at time: 0.750\n", "Well-posedness condition 3J - J_n > 0: True at time 0.750\n", "d (def. map) integrated over the domain: 148.000 at time: 0.750\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.750\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.750\n", "\n", "J integrated over the domain: 9.314 at time: 0.760\n", "J_n integrated over the domain: 12.000 at time: 0.760\n", "Well-posedness condition 3J - J_n > 0: True at time 0.760\n", "d (def. map) integrated over the domain: 90.753 at time: 0.760\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.760\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.760\n", "\n", "J integrated over the domain: 6.797 at time: 0.770\n", "J_n integrated over the domain: 9.314 at time: 0.770\n", "Well-posedness condition 3J - J_n > 0: True at time 0.770\n", "d (def. map) integrated over the domain: 50.200 at time: 0.770\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.770\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.770\n", "\n", "J integrated over the domain: 4.607 at time: 0.780\n", "J_n integrated over the domain: 6.797 at time: 0.780\n", "Well-posedness condition 3J - J_n > 0: True at time 0.780\n", "d (def. map) integrated over the domain: 25.223 at time: 0.780\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.780\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.780\n", "\n", "J integrated over the domain: 2.881 at time: 0.790\n", "J_n integrated over the domain: 4.607 at time: 0.790\n", "Well-posedness condition 3J - J_n > 0: True at time 0.790\n", "d (def. map) integrated over the domain: 12.302 at time: 0.790\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.790\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.790\n", "\n", "J integrated over the domain: 1.729 at time: 0.800\n", "J_n integrated over the domain: 2.881 at time: 0.800\n", "Well-posedness condition 3J - J_n > 0: True at time 0.800\n", "d (def. map) integrated over the domain: 6.988 at time: 0.800\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.800\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.800\n", "\n", "J integrated over the domain: 1.221 at time: 0.810\n", "J_n integrated over the domain: 1.729 at time: 0.810\n", "Well-posedness condition 3J - J_n > 0: True at time 0.810\n", "d (def. map) integrated over the domain: 5.492 at time: 0.810\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.810\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.810\n", "\n", "J integrated over the domain: 1.391 at time: 0.820\n", "J_n integrated over the domain: 1.221 at time: 0.820\n", "Well-posedness condition 3J - J_n > 0: True at time 0.820\n", "d (def. map) integrated over the domain: 5.936 at time: 0.820\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.820\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.820\n", "\n", "J integrated over the domain: 2.228 at time: 0.830\n", "J_n integrated over the domain: 1.391 at time: 0.830\n", "Well-posedness condition 3J - J_n > 0: True at time 0.830\n", "d (def. map) integrated over the domain: 8.963 at time: 0.830\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.830\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.830\n", "\n", "J integrated over the domain: 3.678 at time: 0.840\n", "J_n integrated over the domain: 2.228 at time: 0.840\n", "Well-posedness condition 3J - J_n > 0: True at time 0.840\n", "d (def. map) integrated over the domain: 17.531 at time: 0.840\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.840\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.840\n", "\n", "J integrated over the domain: 5.652 at time: 0.850\n", "J_n integrated over the domain: 3.678 at time: 0.850\n", "Well-posedness condition 3J - J_n > 0: True at time 0.850\n", "d (def. map) integrated over the domain: 35.944 at time: 0.850\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.850\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.850\n", "\n", "J integrated over the domain: 8.024 at time: 0.860\n", "J_n integrated over the domain: 5.652 at time: 0.860\n", "Well-posedness condition 3J - J_n > 0: True at time 0.860\n", "d (def. map) integrated over the domain: 68.389 at time: 0.860\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.860\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.860\n", "\n", "J integrated over the domain: 10.646 at time: 0.870\n", "J_n integrated over the domain: 8.024 at time: 0.870\n", "Well-posedness condition 3J - J_n > 0: True at time 0.870\n", "d (def. map) integrated over the domain: 117.346 at time: 0.870\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.870\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.870\n", "\n", "J integrated over the domain: 13.354 at time: 0.880\n", "J_n integrated over the domain: 10.646 at time: 0.880\n", "Well-posedness condition 3J - J_n > 0: True at time 0.880\n", "d (def. map) integrated over the domain: 182.319 at time: 0.880\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.880\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.880\n", "\n", "J integrated over the domain: 15.976 at time: 0.890\n", "J_n integrated over the domain: 13.354 at time: 0.890\n", "Well-posedness condition 3J - J_n > 0: True at time 0.890\n", "d (def. map) integrated over the domain: 259.224 at time: 0.890\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.890\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.890\n", "\n", "J integrated over the domain: 18.348 at time: 0.900\n", "J_n integrated over the domain: 15.976 at time: 0.900\n", "Well-posedness condition 3J - J_n > 0: True at time 0.900\n", "d (def. map) integrated over the domain: 340.652 at time: 0.900\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.900\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.900\n", "\n", "J integrated over the domain: 20.322 at time: 0.910\n", "J_n integrated over the domain: 18.348 at time: 0.910\n", "Well-posedness condition 3J - J_n > 0: True at time 0.910\n", "d (def. map) integrated over the domain: 416.965 at time: 0.910\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.910\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.910\n", "\n", "J integrated over the domain: 21.772 at time: 0.920\n", "J_n integrated over the domain: 20.322 at time: 0.920\n", "Well-posedness condition 3J - J_n > 0: True at time 0.920\n", "d (def. map) integrated over the domain: 478.026 at time: 0.920\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.920\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.920\n", "\n", "J integrated over the domain: 22.609 at time: 0.930\n", "J_n integrated over the domain: 21.772 at time: 0.930\n", "Well-posedness condition 3J - J_n > 0: True at time 0.930\n", "d (def. map) integrated over the domain: 515.153 at time: 0.930\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.930\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.930\n", "\n", "J integrated over the domain: 22.779 at time: 0.940\n", "J_n integrated over the domain: 22.609 at time: 0.940\n", "Well-posedness condition 3J - J_n > 0: True at time 0.940\n", "d (def. map) integrated over the domain: 522.869 at time: 0.940\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.940\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.940\n", "\n", "J integrated over the domain: 22.271 at time: 0.950\n", "J_n integrated over the domain: 22.779 at time: 0.950\n", "Well-posedness condition 3J - J_n > 0: True at time 0.950\n", "d (def. map) integrated over the domain: 500.016 at time: 0.950\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.950\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.950\n", "\n", "J integrated over the domain: 21.119 at time: 0.960\n", "J_n integrated over the domain: 22.271 at time: 0.960\n", "Well-posedness condition 3J - J_n > 0: True at time 0.960\n", "d (def. map) integrated over the domain: 450.001 at time: 0.960\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.960\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.960\n", "\n", "J integrated over the domain: 19.393 at time: 0.970\n", "J_n integrated over the domain: 21.119 at time: 0.970\n", "Well-posedness condition 3J - J_n > 0: True at time 0.970\n", "d (def. map) integrated over the domain: 380.093 at time: 0.970\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.970\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.970\n", "\n", "J integrated over the domain: 17.203 at time: 0.980\n", "J_n integrated over the domain: 19.393 at time: 0.980\n", "Well-posedness condition 3J - J_n > 0: True at time 0.980\n", "d (def. map) integrated over the domain: 299.941 at time: 0.980\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.980\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.980\n", "\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "J integrated over the domain: 14.686 at time: 0.990\n", "J_n integrated over the domain: 17.203 at time: 0.990\n", "Well-posedness condition 3J - J_n > 0: True at time 0.990\n", "d (def. map) integrated over the domain: 219.674 at time: 0.990\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.990\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.990\n", "\n", "J integrated over the domain: 12.000 at time: 1.000\n", "J_n integrated over the domain: 14.686 at time: 1.000\n", "Well-posedness condition 3J - J_n > 0: True at time 1.000\n", "d (def. map) integrated over the domain: 148.000 at time: 1.000\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.000\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.000\n", "\n", "J integrated over the domain: 9.314 at time: 1.010\n", "J_n integrated over the domain: 12.000 at time: 1.010\n", "Well-posedness condition 3J - J_n > 0: True at time 1.010\n", "d (def. map) integrated over the domain: 90.753 at time: 1.010\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.010\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.010\n", "\n", "J integrated over the domain: 6.797 at time: 1.020\n", "J_n integrated over the domain: 9.314 at time: 1.020\n", "Well-posedness condition 3J - J_n > 0: True at time 1.020\n", "d (def. map) integrated over the domain: 50.200 at time: 1.020\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.020\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.020\n", "\n", "J integrated over the domain: 4.607 at time: 1.030\n", "J_n integrated over the domain: 6.797 at time: 1.030\n", "Well-posedness condition 3J - J_n > 0: True at time 1.030\n", "d (def. map) integrated over the domain: 25.223 at time: 1.030\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.030\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.030\n", "\n", "J integrated over the domain: 2.881 at time: 1.040\n", "J_n integrated over the domain: 4.607 at time: 1.040\n", "Well-posedness condition 3J - J_n > 0: True at time 1.040\n", "d (def. map) integrated over the domain: 12.302 at time: 1.040\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.040\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.040\n", "\n", "J integrated over the domain: 1.729 at time: 1.050\n", "J_n integrated over the domain: 2.881 at time: 1.050\n", "Well-posedness condition 3J - J_n > 0: True at time 1.050\n", "d (def. map) integrated over the domain: 6.988 at time: 1.050\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.050\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.050\n", "\n", "J integrated over the domain: 1.221 at time: 1.060\n", "J_n integrated over the domain: 1.729 at time: 1.060\n", "Well-posedness condition 3J - J_n > 0: True at time 1.060\n", "d (def. map) integrated over the domain: 5.492 at time: 1.060\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.060\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.060\n", "\n", "J integrated over the domain: 1.391 at time: 1.070\n", "J_n integrated over the domain: 1.221 at time: 1.070\n", "Well-posedness condition 3J - J_n > 0: True at time 1.070\n", "d (def. map) integrated over the domain: 5.936 at time: 1.070\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.070\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.070\n", "\n", "J integrated over the domain: 2.228 at time: 1.080\n", "J_n integrated over the domain: 1.391 at time: 1.080\n", "Well-posedness condition 3J - J_n > 0: True at time 1.080\n", "d (def. map) integrated over the domain: 8.963 at time: 1.080\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.080\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.080\n", "\n", "J integrated over the domain: 3.678 at time: 1.090\n", "J_n integrated over the domain: 2.228 at time: 1.090\n", "Well-posedness condition 3J - J_n > 0: True at time 1.090\n", "d (def. map) integrated over the domain: 17.531 at time: 1.090\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.090\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.090\n", "\n", "J integrated over the domain: 5.652 at time: 1.100\n", "J_n integrated over the domain: 3.678 at time: 1.100\n", "Well-posedness condition 3J - J_n > 0: True at time 1.100\n", "d (def. map) integrated over the domain: 35.944 at time: 1.100\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.100\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.100\n", "\n", "J integrated over the domain: 8.024 at time: 1.110\n", "J_n integrated over the domain: 5.652 at time: 1.110\n", "Well-posedness condition 3J - J_n > 0: True at time 1.110\n", "d (def. map) integrated over the domain: 68.389 at time: 1.110\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.110\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.110\n", "\n", "J integrated over the domain: 10.646 at time: 1.120\n", "J_n integrated over the domain: 8.024 at time: 1.120\n", "Well-posedness condition 3J - J_n > 0: True at time 1.120\n", "d (def. map) integrated over the domain: 117.346 at time: 1.120\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.120\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.120\n", "\n", "J integrated over the domain: 13.354 at time: 1.130\n", "J_n integrated over the domain: 10.646 at time: 1.130\n", "Well-posedness condition 3J - J_n > 0: True at time 1.130\n", "d (def. map) integrated over the domain: 182.319 at time: 1.130\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.130\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.130\n", "\n", "J integrated over the domain: 15.976 at time: 1.140\n", "J_n integrated over the domain: 13.354 at time: 1.140\n", "Well-posedness condition 3J - J_n > 0: True at time 1.140\n", "d (def. map) integrated over the domain: 259.224 at time: 1.140\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.140\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.140\n", "\n", "J integrated over the domain: 18.348 at time: 1.150\n", "J_n integrated over the domain: 15.976 at time: 1.150\n", "Well-posedness condition 3J - J_n > 0: True at time 1.150\n", "d (def. map) integrated over the domain: 340.652 at time: 1.150\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.150\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.150\n", "\n", "J integrated over the domain: 20.322 at time: 1.160\n", "J_n integrated over the domain: 18.348 at time: 1.160\n", "Well-posedness condition 3J - J_n > 0: True at time 1.160\n", "d (def. map) integrated over the domain: 416.965 at time: 1.160\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.160\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.160\n", "\n", "J integrated over the domain: 21.772 at time: 1.170\n", "J_n integrated over the domain: 20.322 at time: 1.170\n", "Well-posedness condition 3J - J_n > 0: True at time 1.170\n", "d (def. map) integrated over the domain: 478.026 at time: 1.170\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.170\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.170\n", "\n", "J integrated over the domain: 22.609 at time: 1.180\n", "J_n integrated over the domain: 21.772 at time: 1.180\n", "Well-posedness condition 3J - J_n > 0: True at time 1.180\n", "d (def. map) integrated over the domain: 515.153 at time: 1.180\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.180\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.180\n", "\n", "J integrated over the domain: 22.779 at time: 1.190\n", "J_n integrated over the domain: 22.609 at time: 1.190\n", "Well-posedness condition 3J - J_n > 0: True at time 1.190\n", "d (def. map) integrated over the domain: 522.869 at time: 1.190\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.190\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.190\n", "\n", "J integrated over the domain: 22.271 at time: 1.200\n", "J_n integrated over the domain: 22.779 at time: 1.200\n", "Well-posedness condition 3J - J_n > 0: True at time 1.200\n", "d (def. map) integrated over the domain: 500.016 at time: 1.200\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.200\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.200\n", "\n", "J integrated over the domain: 21.119 at time: 1.210\n", "J_n integrated over the domain: 22.271 at time: 1.210\n", "Well-posedness condition 3J - J_n > 0: True at time 1.210\n", "d (def. map) integrated over the domain: 450.001 at time: 1.210\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.210\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.210\n", "\n", "J integrated over the domain: 19.393 at time: 1.220\n", "J_n integrated over the domain: 21.119 at time: 1.220\n", "Well-posedness condition 3J - J_n > 0: True at time 1.220\n", "d (def. map) integrated over the domain: 380.093 at time: 1.220\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.220\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.220\n", "\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "J integrated over the domain: 17.203 at time: 1.230\n", "J_n integrated over the domain: 19.393 at time: 1.230\n", "Well-posedness condition 3J - J_n > 0: True at time 1.230\n", "d (def. map) integrated over the domain: 299.941 at time: 1.230\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.230\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.230\n", "\n", "J integrated over the domain: 14.686 at time: 1.240\n", "J_n integrated over the domain: 17.203 at time: 1.240\n", "Well-posedness condition 3J - J_n > 0: True at time 1.240\n", "d (def. map) integrated over the domain: 219.674 at time: 1.240\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.240\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.240\n", "\n", "J integrated over the domain: 12.000 at time: 1.250\n", "J_n integrated over the domain: 14.686 at time: 1.250\n", "Well-posedness condition 3J - J_n > 0: True at time 1.250\n", "d (def. map) integrated over the domain: 148.000 at time: 1.250\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.250\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.250\n", "\n", "J integrated over the domain: 9.314 at time: 1.260\n", "J_n integrated over the domain: 12.000 at time: 1.260\n", "Well-posedness condition 3J - J_n > 0: True at time 1.260\n", "d (def. map) integrated over the domain: 90.753 at time: 1.260\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.260\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.260\n", "\n", "J integrated over the domain: 6.797 at time: 1.270\n", "J_n integrated over the domain: 9.314 at time: 1.270\n", "Well-posedness condition 3J - J_n > 0: True at time 1.270\n", "d (def. map) integrated over the domain: 50.200 at time: 1.270\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.270\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.270\n", "\n", "J integrated over the domain: 4.607 at time: 1.280\n", "J_n integrated over the domain: 6.797 at time: 1.280\n", "Well-posedness condition 3J - J_n > 0: True at time 1.280\n", "d (def. map) integrated over the domain: 25.223 at time: 1.280\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.280\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.280\n", "\n", "J integrated over the domain: 2.881 at time: 1.290\n", "J_n integrated over the domain: 4.607 at time: 1.290\n", "Well-posedness condition 3J - J_n > 0: True at time 1.290\n", "d (def. map) integrated over the domain: 12.302 at time: 1.290\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.290\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.290\n", "\n", "J integrated over the domain: 1.729 at time: 1.300\n", "J_n integrated over the domain: 2.881 at time: 1.300\n", "Well-posedness condition 3J - J_n > 0: True at time 1.300\n", "d (def. map) integrated over the domain: 6.988 at time: 1.300\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.300\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.300\n", "\n", "J integrated over the domain: 1.221 at time: 1.310\n", "J_n integrated over the domain: 1.729 at time: 1.310\n", "Well-posedness condition 3J - J_n > 0: True at time 1.310\n", "d (def. map) integrated over the domain: 5.492 at time: 1.310\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.310\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.310\n", "\n", "J integrated over the domain: 1.391 at time: 1.320\n", "J_n integrated over the domain: 1.221 at time: 1.320\n", "Well-posedness condition 3J - J_n > 0: True at time 1.320\n", "d (def. map) integrated over the domain: 5.936 at time: 1.320\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.320\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.320\n", "\n", "J integrated over the domain: 2.228 at time: 1.330\n", "J_n integrated over the domain: 1.391 at time: 1.330\n", "Well-posedness condition 3J - J_n > 0: True at time 1.330\n", "d (def. map) integrated over the domain: 8.963 at time: 1.330\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.330\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.330\n", "\n", "J integrated over the domain: 3.678 at time: 1.340\n", "J_n integrated over the domain: 2.228 at time: 1.340\n", "Well-posedness condition 3J - J_n > 0: True at time 1.340\n", "d (def. map) integrated over the domain: 17.531 at time: 1.340\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.340\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.340\n", "\n", "J integrated over the domain: 5.652 at time: 1.350\n", "J_n integrated over the domain: 3.678 at time: 1.350\n", "Well-posedness condition 3J - J_n > 0: True at time 1.350\n", "d (def. map) integrated over the domain: 35.944 at time: 1.350\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.350\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.350\n", "\n", "J integrated over the domain: 8.024 at time: 1.360\n", "J_n integrated over the domain: 5.652 at time: 1.360\n", "Well-posedness condition 3J - J_n > 0: True at time 1.360\n", "d (def. map) integrated over the domain: 68.389 at time: 1.360\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.360\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.360\n", "\n", "J integrated over the domain: 10.646 at time: 1.370\n", "J_n integrated over the domain: 8.024 at time: 1.370\n", "Well-posedness condition 3J - J_n > 0: True at time 1.370\n", "d (def. map) integrated over the domain: 117.346 at time: 1.370\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.370\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.370\n", "\n", "J integrated over the domain: 13.354 at time: 1.380\n", "J_n integrated over the domain: 10.646 at time: 1.380\n", "Well-posedness condition 3J - J_n > 0: True at time 1.380\n", "d (def. map) integrated over the domain: 182.319 at time: 1.380\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.380\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.380\n", "\n", "J integrated over the domain: 15.976 at time: 1.390\n", "J_n integrated over the domain: 13.354 at time: 1.390\n", "Well-posedness condition 3J - J_n > 0: True at time 1.390\n", "d (def. map) integrated over the domain: 259.224 at time: 1.390\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.390\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.390\n", "\n", "J integrated over the domain: 18.348 at time: 1.400\n", "J_n integrated over the domain: 15.976 at time: 1.400\n", "Well-posedness condition 3J - J_n > 0: True at time 1.400\n", "d (def. map) integrated over the domain: 340.652 at time: 1.400\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.400\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.400\n", "\n", "J integrated over the domain: 20.322 at time: 1.410\n", "J_n integrated over the domain: 18.348 at time: 1.410\n", "Well-posedness condition 3J - J_n > 0: True at time 1.410\n", "d (def. map) integrated over the domain: 416.965 at time: 1.410\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.410\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.410\n", "\n", "J integrated over the domain: 21.772 at time: 1.420\n", "J_n integrated over the domain: 20.322 at time: 1.420\n", "Well-posedness condition 3J - J_n > 0: True at time 1.420\n", "d (def. map) integrated over the domain: 478.026 at time: 1.420\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.420\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.420\n", "\n", "J integrated over the domain: 22.609 at time: 1.430\n", "J_n integrated over the domain: 21.772 at time: 1.430\n", "Well-posedness condition 3J - J_n > 0: True at time 1.430\n", "d (def. map) integrated over the domain: 515.153 at time: 1.430\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.430\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.430\n", "\n", "J integrated over the domain: 22.779 at time: 1.440\n", "J_n integrated over the domain: 22.609 at time: 1.440\n", "Well-posedness condition 3J - J_n > 0: True at time 1.440\n", "d (def. map) integrated over the domain: 522.869 at time: 1.440\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.440\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.440\n", "\n", "J integrated over the domain: 22.271 at time: 1.450\n", "J_n integrated over the domain: 22.779 at time: 1.450\n", "Well-posedness condition 3J - J_n > 0: True at time 1.450\n", "d (def. map) integrated over the domain: 500.016 at time: 1.450\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.450\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.450\n", "\n", "J integrated over the domain: 21.119 at time: 1.460\n", "J_n integrated over the domain: 22.271 at time: 1.460\n", "Well-posedness condition 3J - J_n > 0: True at time 1.460\n", "d (def. map) integrated over the domain: 450.001 at time: 1.460\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.460\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.460\n", "\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "J integrated over the domain: 19.393 at time: 1.470\n", "J_n integrated over the domain: 21.119 at time: 1.470\n", "Well-posedness condition 3J - J_n > 0: True at time 1.470\n", "d (def. map) integrated over the domain: 380.093 at time: 1.470\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.470\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.470\n", "\n", "J integrated over the domain: 17.203 at time: 1.480\n", "J_n integrated over the domain: 19.393 at time: 1.480\n", "Well-posedness condition 3J - J_n > 0: True at time 1.480\n", "d (def. map) integrated over the domain: 299.941 at time: 1.480\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.480\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.480\n", "\n", "J integrated over the domain: 14.686 at time: 1.490\n", "J_n integrated over the domain: 17.203 at time: 1.490\n", "Well-posedness condition 3J - J_n > 0: True at time 1.490\n", "d (def. map) integrated over the domain: 219.674 at time: 1.490\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.490\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.490\n", "\n", "J integrated over the domain: 12.000 at time: 1.500\n", "J_n integrated over the domain: 14.686 at time: 1.500\n", "Well-posedness condition 3J - J_n > 0: True at time 1.500\n", "d (def. map) integrated over the domain: 148.000 at time: 1.500\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.500\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.500\n", "\n", "J integrated over the domain: 9.314 at time: 1.510\n", "J_n integrated over the domain: 12.000 at time: 1.510\n", "Well-posedness condition 3J - J_n > 0: True at time 1.510\n", "d (def. map) integrated over the domain: 90.753 at time: 1.510\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.510\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.510\n", "\n", "J integrated over the domain: 6.797 at time: 1.520\n", "J_n integrated over the domain: 9.314 at time: 1.520\n", "Well-posedness condition 3J - J_n > 0: True at time 1.520\n", "d (def. map) integrated over the domain: 50.200 at time: 1.520\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.520\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.520\n", "\n", "J integrated over the domain: 4.607 at time: 1.530\n", "J_n integrated over the domain: 6.797 at time: 1.530\n", "Well-posedness condition 3J - J_n > 0: True at time 1.530\n", "d (def. map) integrated over the domain: 25.223 at time: 1.530\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.530\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.530\n", "\n", "J integrated over the domain: 2.881 at time: 1.540\n", "J_n integrated over the domain: 4.607 at time: 1.540\n", "Well-posedness condition 3J - J_n > 0: True at time 1.540\n", "d (def. map) integrated over the domain: 12.302 at time: 1.540\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.540\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.540\n", "\n", "J integrated over the domain: 1.729 at time: 1.550\n", "J_n integrated over the domain: 2.881 at time: 1.550\n", "Well-posedness condition 3J - J_n > 0: True at time 1.550\n", "d (def. map) integrated over the domain: 6.988 at time: 1.550\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.550\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.550\n", "\n", "J integrated over the domain: 1.221 at time: 1.560\n", "J_n integrated over the domain: 1.729 at time: 1.560\n", "Well-posedness condition 3J - J_n > 0: True at time 1.560\n", "d (def. map) integrated over the domain: 5.492 at time: 1.560\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.560\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.560\n", "\n", "J integrated over the domain: 1.391 at time: 1.570\n", "J_n integrated over the domain: 1.221 at time: 1.570\n", "Well-posedness condition 3J - J_n > 0: True at time 1.570\n", "d (def. map) integrated over the domain: 5.936 at time: 1.570\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.570\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.570\n", "\n", "J integrated over the domain: 2.228 at time: 1.580\n", "J_n integrated over the domain: 1.391 at time: 1.580\n", "Well-posedness condition 3J - J_n > 0: True at time 1.580\n", "d (def. map) integrated over the domain: 8.963 at time: 1.580\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.580\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.580\n", "\n", "J integrated over the domain: 3.678 at time: 1.590\n", "J_n integrated over the domain: 2.228 at time: 1.590\n", "Well-posedness condition 3J - J_n > 0: True at time 1.590\n", "d (def. map) integrated over the domain: 17.531 at time: 1.590\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.590\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.590\n", "\n", "J integrated over the domain: 5.652 at time: 1.600\n", "J_n integrated over the domain: 3.678 at time: 1.600\n", "Well-posedness condition 3J - J_n > 0: True at time 1.600\n", "d (def. map) integrated over the domain: 35.944 at time: 1.600\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.600\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.600\n", "\n", "J integrated over the domain: 8.024 at time: 1.610\n", "J_n integrated over the domain: 5.652 at time: 1.610\n", "Well-posedness condition 3J - J_n > 0: True at time 1.610\n", "d (def. map) integrated over the domain: 68.389 at time: 1.610\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.610\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.610\n", "\n", "J integrated over the domain: 10.646 at time: 1.620\n", "J_n integrated over the domain: 8.024 at time: 1.620\n", "Well-posedness condition 3J - J_n > 0: True at time 1.620\n", "d (def. map) integrated over the domain: 117.346 at time: 1.620\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.620\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.620\n", "\n", "J integrated over the domain: 13.354 at time: 1.630\n", "J_n integrated over the domain: 10.646 at time: 1.630\n", "Well-posedness condition 3J - J_n > 0: True at time 1.630\n", "d (def. map) integrated over the domain: 182.319 at time: 1.630\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.630\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.630\n", "\n", "J integrated over the domain: 15.976 at time: 1.640\n", "J_n integrated over the domain: 13.354 at time: 1.640\n", "Well-posedness condition 3J - J_n > 0: True at time 1.640\n", "d (def. map) integrated over the domain: 259.224 at time: 1.640\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.640\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.640\n", "\n", "J integrated over the domain: 18.348 at time: 1.650\n", "J_n integrated over the domain: 15.976 at time: 1.650\n", "Well-posedness condition 3J - J_n > 0: True at time 1.650\n", "d (def. map) integrated over the domain: 340.652 at time: 1.650\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.650\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.650\n", "\n", "J integrated over the domain: 20.322 at time: 1.660\n", "J_n integrated over the domain: 18.348 at time: 1.660\n", "Well-posedness condition 3J - J_n > 0: True at time 1.660\n", "d (def. map) integrated over the domain: 416.965 at time: 1.660\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.660\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.660\n", "\n", "J integrated over the domain: 21.772 at time: 1.670\n", "J_n integrated over the domain: 20.322 at time: 1.670\n", "Well-posedness condition 3J - J_n > 0: True at time 1.670\n", "d (def. map) integrated over the domain: 478.026 at time: 1.670\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.670\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.670\n", "\n", "J integrated over the domain: 22.609 at time: 1.680\n", "J_n integrated over the domain: 21.772 at time: 1.680\n", "Well-posedness condition 3J - J_n > 0: True at time 1.680\n", "d (def. map) integrated over the domain: 515.153 at time: 1.680\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.680\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.680\n", "\n", "J integrated over the domain: 22.779 at time: 1.690\n", "J_n integrated over the domain: 22.609 at time: 1.690\n", "Well-posedness condition 3J - J_n > 0: True at time 1.690\n", "d (def. map) integrated over the domain: 522.869 at time: 1.690\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.690\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.690\n", "\n", "J integrated over the domain: 22.271 at time: 1.700\n", "J_n integrated over the domain: 22.779 at time: 1.700\n", "Well-posedness condition 3J - J_n > 0: True at time 1.700\n", "d (def. map) integrated over the domain: 500.016 at time: 1.700\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.700\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.700\n", "\n", "J integrated over the domain: 21.119 at time: 1.710\n", "J_n integrated over the domain: 22.271 at time: 1.710\n", "Well-posedness condition 3J - J_n > 0: True at time 1.710\n", "d (def. map) integrated over the domain: 450.001 at time: 1.710\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.710\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.710\n", "\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "J integrated over the domain: 19.393 at time: 1.720\n", "J_n integrated over the domain: 21.119 at time: 1.720\n", "Well-posedness condition 3J - J_n > 0: True at time 1.720\n", "d (def. map) integrated over the domain: 380.093 at time: 1.720\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.720\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.720\n", "\n", "J integrated over the domain: 17.203 at time: 1.730\n", "J_n integrated over the domain: 19.393 at time: 1.730\n", "Well-posedness condition 3J - J_n > 0: True at time 1.730\n", "d (def. map) integrated over the domain: 299.941 at time: 1.730\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.730\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.730\n", "\n", "J integrated over the domain: 14.686 at time: 1.740\n", "J_n integrated over the domain: 17.203 at time: 1.740\n", "Well-posedness condition 3J - J_n > 0: True at time 1.740\n", "d (def. map) integrated over the domain: 219.674 at time: 1.740\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.740\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.740\n", "\n", "J integrated over the domain: 12.000 at time: 1.750\n", "J_n integrated over the domain: 14.686 at time: 1.750\n", "Well-posedness condition 3J - J_n > 0: True at time 1.750\n", "d (def. map) integrated over the domain: 148.000 at time: 1.750\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.750\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.750\n", "\n", "J integrated over the domain: 9.314 at time: 1.760\n", "J_n integrated over the domain: 12.000 at time: 1.760\n", "Well-posedness condition 3J - J_n > 0: True at time 1.760\n", "d (def. map) integrated over the domain: 90.753 at time: 1.760\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.760\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.760\n", "\n", "J integrated over the domain: 6.797 at time: 1.770\n", "J_n integrated over the domain: 9.314 at time: 1.770\n", "Well-posedness condition 3J - J_n > 0: True at time 1.770\n", "d (def. map) integrated over the domain: 50.200 at time: 1.770\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.770\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.770\n", "\n", "J integrated over the domain: 4.607 at time: 1.780\n", "J_n integrated over the domain: 6.797 at time: 1.780\n", "Well-posedness condition 3J - J_n > 0: True at time 1.780\n", "d (def. map) integrated over the domain: 25.223 at time: 1.780\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.780\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.780\n", "\n", "J integrated over the domain: 2.881 at time: 1.790\n", "J_n integrated over the domain: 4.607 at time: 1.790\n", "Well-posedness condition 3J - J_n > 0: True at time 1.790\n", "d (def. map) integrated over the domain: 12.302 at time: 1.790\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.790\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.790\n", "\n", "J integrated over the domain: 1.729 at time: 1.800\n", "J_n integrated over the domain: 2.881 at time: 1.800\n", "Well-posedness condition 3J - J_n > 0: True at time 1.800\n", "d (def. map) integrated over the domain: 6.988 at time: 1.800\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.800\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.800\n", "\n", "J integrated over the domain: 1.221 at time: 1.810\n", "J_n integrated over the domain: 1.729 at time: 1.810\n", "Well-posedness condition 3J - J_n > 0: True at time 1.810\n", "d (def. map) integrated over the domain: 5.492 at time: 1.810\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.810\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.810\n", "\n", "J integrated over the domain: 1.391 at time: 1.820\n", "J_n integrated over the domain: 1.221 at time: 1.820\n", "Well-posedness condition 3J - J_n > 0: True at time 1.820\n", "d (def. map) integrated over the domain: 5.936 at time: 1.820\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.820\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.820\n", "\n", "J integrated over the domain: 2.228 at time: 1.830\n", "J_n integrated over the domain: 1.391 at time: 1.830\n", "Well-posedness condition 3J - J_n > 0: True at time 1.830\n", "d (def. map) integrated over the domain: 8.963 at time: 1.830\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.830\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.830\n", "\n", "J integrated over the domain: 3.678 at time: 1.840\n", "J_n integrated over the domain: 2.228 at time: 1.840\n", "Well-posedness condition 3J - J_n > 0: True at time 1.840\n", "d (def. map) integrated over the domain: 17.531 at time: 1.840\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.840\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.840\n", "\n", "J integrated over the domain: 5.652 at time: 1.850\n", "J_n integrated over the domain: 3.678 at time: 1.850\n", "Well-posedness condition 3J - J_n > 0: True at time 1.850\n", "d (def. map) integrated over the domain: 35.944 at time: 1.850\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.850\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.850\n", "\n", "J integrated over the domain: 8.024 at time: 1.860\n", "J_n integrated over the domain: 5.652 at time: 1.860\n", "Well-posedness condition 3J - J_n > 0: True at time 1.860\n", "d (def. map) integrated over the domain: 68.389 at time: 1.860\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.860\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.860\n", "\n", "J integrated over the domain: 10.646 at time: 1.870\n", "J_n integrated over the domain: 8.024 at time: 1.870\n", "Well-posedness condition 3J - J_n > 0: True at time 1.870\n", "d (def. map) integrated over the domain: 117.346 at time: 1.870\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.870\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.870\n", "\n", "J integrated over the domain: 13.354 at time: 1.880\n", "J_n integrated over the domain: 10.646 at time: 1.880\n", "Well-posedness condition 3J - J_n > 0: True at time 1.880\n", "d (def. map) integrated over the domain: 182.319 at time: 1.880\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.880\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.880\n", "\n", "J integrated over the domain: 15.976 at time: 1.890\n", "J_n integrated over the domain: 13.354 at time: 1.890\n", "Well-posedness condition 3J - J_n > 0: True at time 1.890\n", "d (def. map) integrated over the domain: 259.224 at time: 1.890\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.890\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.890\n", "\n", "J integrated over the domain: 18.348 at time: 1.900\n", "J_n integrated over the domain: 15.976 at time: 1.900\n", "Well-posedness condition 3J - J_n > 0: True at time 1.900\n", "d (def. map) integrated over the domain: 340.652 at time: 1.900\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.900\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.900\n", "\n", "J integrated over the domain: 20.322 at time: 1.910\n", "J_n integrated over the domain: 18.348 at time: 1.910\n", "Well-posedness condition 3J - J_n > 0: True at time 1.910\n", "d (def. map) integrated over the domain: 416.965 at time: 1.910\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.910\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.910\n", "\n", "J integrated over the domain: 21.772 at time: 1.920\n", "J_n integrated over the domain: 20.322 at time: 1.920\n", "Well-posedness condition 3J - J_n > 0: True at time 1.920\n", "d (def. map) integrated over the domain: 478.026 at time: 1.920\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.920\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.920\n", "\n", "J integrated over the domain: 22.609 at time: 1.930\n", "J_n integrated over the domain: 21.772 at time: 1.930\n", "Well-posedness condition 3J - J_n > 0: True at time 1.930\n", "d (def. map) integrated over the domain: 515.153 at time: 1.930\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.930\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.930\n", "\n", "J integrated over the domain: 22.779 at time: 1.940\n", "J_n integrated over the domain: 22.609 at time: 1.940\n", "Well-posedness condition 3J - J_n > 0: True at time 1.940\n", "d (def. map) integrated over the domain: 522.869 at time: 1.940\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.940\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.940\n", "\n", "J integrated over the domain: 22.271 at time: 1.950\n", "J_n integrated over the domain: 22.779 at time: 1.950\n", "Well-posedness condition 3J - J_n > 0: True at time 1.950\n", "d (def. map) integrated over the domain: 500.016 at time: 1.950\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.950\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.950\n", "\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "J integrated over the domain: 21.119 at time: 1.960\n", "J_n integrated over the domain: 22.271 at time: 1.960\n", "Well-posedness condition 3J - J_n > 0: True at time 1.960\n", "d (def. map) integrated over the domain: 450.001 at time: 1.960\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.960\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.960\n", "\n", "J integrated over the domain: 19.393 at time: 1.970\n", "J_n integrated over the domain: 21.119 at time: 1.970\n", "Well-posedness condition 3J - J_n > 0: True at time 1.970\n", "d (def. map) integrated over the domain: 380.093 at time: 1.970\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.970\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.970\n", "\n", "J integrated over the domain: 17.203 at time: 1.980\n", "J_n integrated over the domain: 19.393 at time: 1.980\n", "Well-posedness condition 3J - J_n > 0: True at time 1.980\n", "d (def. map) integrated over the domain: 299.941 at time: 1.980\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.980\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.980\n", "\n", "J integrated over the domain: 14.686 at time: 1.990\n", "J_n integrated over the domain: 17.203 at time: 1.990\n", "Well-posedness condition 3J - J_n > 0: True at time 1.990\n", "d (def. map) integrated over the domain: 219.674 at time: 1.990\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.990\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.990\n", "\n", "J integrated over the domain: 12.000 at time: 2.000\n", "J_n integrated over the domain: 14.686 at time: 2.000\n", "Well-posedness condition 3J - J_n > 0: True at time 2.000\n", "d (def. map) integrated over the domain: 148.000 at time: 2.000\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 2.000\n", "Residual of scheme -> 'delta' value: -0.00000 at time 2.000\n", "\n", "DoF for Velocity Space (U): 3298\n", "DoF for Pressure Space (P): 1649\n", "Solution Computed in 36.944 seconds\n", "\n", "----------------Computation Completed!----------------\n", "\n", "\n", "----------------Simulations Done!----------------.\n", "\n", "Initializing testing of two deformation cases with input parameters:\n", " Solver to use -solver_to_use- : LU\n", " GCL-stabilization term -gcl_stab- : True\n", " Evaluation of jacobian at n in time-derivate term -jac_at_n- : True\n", " \n", "\n", "Initializing iNSE problem with Deformation type: High_Osc_exp\n", "\n", "\n", "Setup with initial condition: True\n", "Using a non-zero initial condition (2D-Gaussian) for the velocity field!\n", "Using time-derivative term approximated with Jacobian at n...\n", "Using LU Solver...\n", "Starting iteration over time...\n", "E (Energy) of initial velocity field: 0.01659 at time 0.000\n", "\n", "J integrated over the domain: 14.686 at time: 0.010\n", "J_n integrated over the domain: 12.000 at time: 0.010\n", "Well-posedness condition 3J - J_n > 0: True at time 0.010\n", "d (def. map) integrated over the domain: 219.674 at time: 0.010\n", "Strain energy E( eps(|u|^2) ): 0.00013 at time 0.010\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.010\n", "\n", "J integrated over the domain: 17.203 at time: 0.020\n", "J_n integrated over the domain: 14.686 at time: 0.020\n", "Well-posedness condition 3J - J_n > 0: True at time 0.020\n", "d (def. map) integrated over the domain: 299.941 at time: 0.020\n", "Strain energy E( eps(|u|^2) ): 0.00010 at time 0.020\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.020\n", "\n", "J integrated over the domain: 19.393 at time: 0.030\n", "J_n integrated over the domain: 17.203 at time: 0.030\n", "Well-posedness condition 3J - J_n > 0: True at time 0.030\n", "d (def. map) integrated over the domain: 380.093 at time: 0.030\n", "Strain energy E( eps(|u|^2) ): 0.00008 at time 0.030\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.030\n", "\n", "J integrated over the domain: 21.119 at time: 0.040\n", "J_n integrated over the domain: 19.393 at time: 0.040\n", "Well-posedness condition 3J - J_n > 0: True at time 0.040\n", "d (def. map) integrated over the domain: 450.001 at time: 0.040\n", "Strain energy E( eps(|u|^2) ): 0.00006 at time 0.040\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.040\n", "\n", "J integrated over the domain: 22.271 at time: 0.050\n", "J_n integrated over the domain: 21.119 at time: 0.050\n", "Well-posedness condition 3J - J_n > 0: True at time 0.050\n", "d (def. map) integrated over the domain: 500.016 at time: 0.050\n", "Strain energy E( eps(|u|^2) ): 0.00006 at time 0.050\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.050\n", "\n", "J integrated over the domain: 22.779 at time: 0.060\n", "J_n integrated over the domain: 22.271 at time: 0.060\n", "Well-posedness condition 3J - J_n > 0: True at time 0.060\n", "d (def. map) integrated over the domain: 522.869 at time: 0.060\n", "Strain energy E( eps(|u|^2) ): 0.00005 at time 0.060\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.060\n", "\n", "J integrated over the domain: 22.609 at time: 0.070\n", "J_n integrated over the domain: 22.779 at time: 0.070\n", "Well-posedness condition 3J - J_n > 0: True at time 0.070\n", "d (def. map) integrated over the domain: 515.153 at time: 0.070\n", "Strain energy E( eps(|u|^2) ): 0.00005 at time 0.070\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.070\n", "\n", "J integrated over the domain: 21.772 at time: 0.080\n", "J_n integrated over the domain: 22.609 at time: 0.080\n", "Well-posedness condition 3J - J_n > 0: True at time 0.080\n", "d (def. map) integrated over the domain: 478.026 at time: 0.080\n", "Strain energy E( eps(|u|^2) ): 0.00004 at time 0.080\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.080\n", "\n", "J integrated over the domain: 20.322 at time: 0.090\n", "J_n integrated over the domain: 21.772 at time: 0.090\n", "Well-posedness condition 3J - J_n > 0: True at time 0.090\n", "d (def. map) integrated over the domain: 416.965 at time: 0.090\n", "Strain energy E( eps(|u|^2) ): 0.00004 at time 0.090\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.090\n", "\n", "J integrated over the domain: 18.348 at time: 0.100\n", "J_n integrated over the domain: 20.322 at time: 0.100\n", "Well-posedness condition 3J - J_n > 0: True at time 0.100\n", "d (def. map) integrated over the domain: 340.652 at time: 0.100\n", "Strain energy E( eps(|u|^2) ): 0.00004 at time 0.100\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.100\n", "\n", "J integrated over the domain: 15.976 at time: 0.110\n", "J_n integrated over the domain: 18.348 at time: 0.110\n", "Well-posedness condition 3J - J_n > 0: True at time 0.110\n", "d (def. map) integrated over the domain: 259.224 at time: 0.110\n", "Strain energy E( eps(|u|^2) ): 0.00004 at time 0.110\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.110\n", "\n", "J integrated over the domain: 13.354 at time: 0.120\n", "J_n integrated over the domain: 15.976 at time: 0.120\n", "Well-posedness condition 3J - J_n > 0: True at time 0.120\n", "d (def. map) integrated over the domain: 182.319 at time: 0.120\n", "Strain energy E( eps(|u|^2) ): 0.00005 at time 0.120\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.120\n", "\n", "J integrated over the domain: 10.646 at time: 0.130\n", "J_n integrated over the domain: 13.354 at time: 0.130\n", "Well-posedness condition 3J - J_n > 0: True at time 0.130\n", "d (def. map) integrated over the domain: 117.346 at time: 0.130\n", "Strain energy E( eps(|u|^2) ): 0.00012 at time 0.130\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.130\n", "\n", "J integrated over the domain: 8.024 at time: 0.140\n", "J_n integrated over the domain: 10.646 at time: 0.140\n", "Well-posedness condition 3J - J_n > 0: True at time 0.140\n", "d (def. map) integrated over the domain: 68.389 at time: 0.140\n", "Strain energy E( eps(|u|^2) ): 0.00023 at time 0.140\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.140\n", "\n", "J integrated over the domain: 5.652 at time: 0.150\n", "J_n integrated over the domain: 8.024 at time: 0.150\n", "Well-posedness condition 3J - J_n > 0: True at time 0.150\n", "d (def. map) integrated over the domain: 35.944 at time: 0.150\n", "Strain energy E( eps(|u|^2) ): 0.00030 at time 0.150\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.150\n", "\n", "J integrated over the domain: 3.678 at time: 0.160\n", "J_n integrated over the domain: 5.652 at time: 0.160\n", "Well-posedness condition 3J - J_n > 0: True at time 0.160\n", "d (def. map) integrated over the domain: 17.531 at time: 0.160\n", "Strain energy E( eps(|u|^2) ): 0.00025 at time 0.160\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.160\n", "\n", "J integrated over the domain: 2.228 at time: 0.170\n", "J_n integrated over the domain: 3.678 at time: 0.170\n", "Well-posedness condition 3J - J_n > 0: True at time 0.170\n", "d (def. map) integrated over the domain: 8.963 at time: 0.170\n", "Strain energy E( eps(|u|^2) ): 0.00012 at time 0.170\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.170\n", "\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "J integrated over the domain: 1.391 at time: 0.180\n", "J_n integrated over the domain: 2.228 at time: 0.180\n", "Well-posedness condition 3J - J_n > 0: True at time 0.180\n", "d (def. map) integrated over the domain: 5.936 at time: 0.180\n", "Strain energy E( eps(|u|^2) ): 0.00004 at time 0.180\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.180\n", "\n", "J integrated over the domain: 1.221 at time: 0.190\n", "J_n integrated over the domain: 1.391 at time: 0.190\n", "Well-posedness condition 3J - J_n > 0: True at time 0.190\n", "d (def. map) integrated over the domain: 5.492 at time: 0.190\n", "Strain energy E( eps(|u|^2) ): 0.00001 at time 0.190\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.190\n", "\n", "J integrated over the domain: 1.729 at time: 0.200\n", "J_n integrated over the domain: 1.221 at time: 0.200\n", "Well-posedness condition 3J - J_n > 0: True at time 0.200\n", "d (def. map) integrated over the domain: 6.988 at time: 0.200\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.200\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.200\n", "\n", "J integrated over the domain: 2.881 at time: 0.210\n", "J_n integrated over the domain: 1.729 at time: 0.210\n", "Well-posedness condition 3J - J_n > 0: True at time 0.210\n", "d (def. map) integrated over the domain: 12.302 at time: 0.210\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.210\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.210\n", "\n", "J integrated over the domain: 4.607 at time: 0.220\n", "J_n integrated over the domain: 2.881 at time: 0.220\n", "Well-posedness condition 3J - J_n > 0: True at time 0.220\n", "d (def. map) integrated over the domain: 25.223 at time: 0.220\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.220\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.220\n", "\n", "J integrated over the domain: 6.797 at time: 0.230\n", "J_n integrated over the domain: 4.607 at time: 0.230\n", "Well-posedness condition 3J - J_n > 0: True at time 0.230\n", "d (def. map) integrated over the domain: 50.200 at time: 0.230\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.230\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.230\n", "\n", "J integrated over the domain: 9.314 at time: 0.240\n", "J_n integrated over the domain: 6.797 at time: 0.240\n", "Well-posedness condition 3J - J_n > 0: True at time 0.240\n", "d (def. map) integrated over the domain: 90.753 at time: 0.240\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.240\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.240\n", "\n", "J integrated over the domain: 12.000 at time: 0.250\n", "J_n integrated over the domain: 9.314 at time: 0.250\n", "Well-posedness condition 3J - J_n > 0: True at time 0.250\n", "d (def. map) integrated over the domain: 148.000 at time: 0.250\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.250\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.250\n", "\n", "J integrated over the domain: 14.686 at time: 0.260\n", "J_n integrated over the domain: 12.000 at time: 0.260\n", "Well-posedness condition 3J - J_n > 0: True at time 0.260\n", "d (def. map) integrated over the domain: 219.674 at time: 0.260\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.260\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.260\n", "\n", "J integrated over the domain: 17.203 at time: 0.270\n", "J_n integrated over the domain: 14.686 at time: 0.270\n", "Well-posedness condition 3J - J_n > 0: True at time 0.270\n", "d (def. map) integrated over the domain: 299.941 at time: 0.270\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.270\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.270\n", "\n", "J integrated over the domain: 19.393 at time: 0.280\n", "J_n integrated over the domain: 17.203 at time: 0.280\n", "Well-posedness condition 3J - J_n > 0: True at time 0.280\n", "d (def. map) integrated over the domain: 380.093 at time: 0.280\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.280\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.280\n", "\n", "J integrated over the domain: 21.119 at time: 0.290\n", "J_n integrated over the domain: 19.393 at time: 0.290\n", "Well-posedness condition 3J - J_n > 0: True at time 0.290\n", "d (def. map) integrated over the domain: 450.001 at time: 0.290\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.290\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.290\n", "\n", "J integrated over the domain: 22.271 at time: 0.300\n", "J_n integrated over the domain: 21.119 at time: 0.300\n", "Well-posedness condition 3J - J_n > 0: True at time 0.300\n", "d (def. map) integrated over the domain: 500.016 at time: 0.300\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.300\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.300\n", "\n", "J integrated over the domain: 22.779 at time: 0.310\n", "J_n integrated over the domain: 22.271 at time: 0.310\n", "Well-posedness condition 3J - J_n > 0: True at time 0.310\n", "d (def. map) integrated over the domain: 522.869 at time: 0.310\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.310\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.310\n", "\n", "J integrated over the domain: 22.609 at time: 0.320\n", "J_n integrated over the domain: 22.779 at time: 0.320\n", "Well-posedness condition 3J - J_n > 0: True at time 0.320\n", "d (def. map) integrated over the domain: 515.153 at time: 0.320\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.320\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.320\n", "\n", "J integrated over the domain: 21.772 at time: 0.330\n", "J_n integrated over the domain: 22.609 at time: 0.330\n", "Well-posedness condition 3J - J_n > 0: True at time 0.330\n", "d (def. map) integrated over the domain: 478.026 at time: 0.330\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.330\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.330\n", "\n", "J integrated over the domain: 20.322 at time: 0.340\n", "J_n integrated over the domain: 21.772 at time: 0.340\n", "Well-posedness condition 3J - J_n > 0: True at time 0.340\n", "d (def. map) integrated over the domain: 416.965 at time: 0.340\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.340\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.340\n", "\n", "J integrated over the domain: 18.348 at time: 0.350\n", "J_n integrated over the domain: 20.322 at time: 0.350\n", "Well-posedness condition 3J - J_n > 0: True at time 0.350\n", "d (def. map) integrated over the domain: 340.652 at time: 0.350\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.350\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.350\n", "\n", "J integrated over the domain: 15.976 at time: 0.360\n", "J_n integrated over the domain: 18.348 at time: 0.360\n", "Well-posedness condition 3J - J_n > 0: True at time 0.360\n", "d (def. map) integrated over the domain: 259.224 at time: 0.360\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.360\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.360\n", "\n", "J integrated over the domain: 13.354 at time: 0.370\n", "J_n integrated over the domain: 15.976 at time: 0.370\n", "Well-posedness condition 3J - J_n > 0: True at time 0.370\n", "d (def. map) integrated over the domain: 182.319 at time: 0.370\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.370\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.370\n", "\n", "J integrated over the domain: 10.646 at time: 0.380\n", "J_n integrated over the domain: 13.354 at time: 0.380\n", "Well-posedness condition 3J - J_n > 0: True at time 0.380\n", "d (def. map) integrated over the domain: 117.346 at time: 0.380\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.380\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.380\n", "\n", "J integrated over the domain: 8.024 at time: 0.390\n", "J_n integrated over the domain: 10.646 at time: 0.390\n", "Well-posedness condition 3J - J_n > 0: True at time 0.390\n", "d (def. map) integrated over the domain: 68.389 at time: 0.390\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.390\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.390\n", "\n", "J integrated over the domain: 5.652 at time: 0.400\n", "J_n integrated over the domain: 8.024 at time: 0.400\n", "Well-posedness condition 3J - J_n > 0: True at time 0.400\n", "d (def. map) integrated over the domain: 35.944 at time: 0.400\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.400\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.400\n", "\n", "J integrated over the domain: 3.678 at time: 0.410\n", "J_n integrated over the domain: 5.652 at time: 0.410\n", "Well-posedness condition 3J - J_n > 0: True at time 0.410\n", "d (def. map) integrated over the domain: 17.531 at time: 0.410\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.410\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.410\n", "\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "J integrated over the domain: 2.228 at time: 0.420\n", "J_n integrated over the domain: 3.678 at time: 0.420\n", "Well-posedness condition 3J - J_n > 0: True at time 0.420\n", "d (def. map) integrated over the domain: 8.963 at time: 0.420\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.420\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.420\n", "\n", "J integrated over the domain: 1.391 at time: 0.430\n", "J_n integrated over the domain: 2.228 at time: 0.430\n", "Well-posedness condition 3J - J_n > 0: True at time 0.430\n", "d (def. map) integrated over the domain: 5.936 at time: 0.430\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.430\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.430\n", "\n", "J integrated over the domain: 1.221 at time: 0.440\n", "J_n integrated over the domain: 1.391 at time: 0.440\n", "Well-posedness condition 3J - J_n > 0: True at time 0.440\n", "d (def. map) integrated over the domain: 5.492 at time: 0.440\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.440\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.440\n", "\n", "J integrated over the domain: 1.729 at time: 0.450\n", "J_n integrated over the domain: 1.221 at time: 0.450\n", "Well-posedness condition 3J - J_n > 0: True at time 0.450\n", "d (def. map) integrated over the domain: 6.988 at time: 0.450\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.450\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.450\n", "\n", "J integrated over the domain: 2.881 at time: 0.460\n", "J_n integrated over the domain: 1.729 at time: 0.460\n", "Well-posedness condition 3J - J_n > 0: True at time 0.460\n", "d (def. map) integrated over the domain: 12.302 at time: 0.460\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.460\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.460\n", "\n", "J integrated over the domain: 4.607 at time: 0.470\n", "J_n integrated over the domain: 2.881 at time: 0.470\n", "Well-posedness condition 3J - J_n > 0: True at time 0.470\n", "d (def. map) integrated over the domain: 25.223 at time: 0.470\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.470\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.470\n", "\n", "J integrated over the domain: 6.797 at time: 0.480\n", "J_n integrated over the domain: 4.607 at time: 0.480\n", "Well-posedness condition 3J - J_n > 0: True at time 0.480\n", "d (def. map) integrated over the domain: 50.200 at time: 0.480\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.480\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.480\n", "\n", "J integrated over the domain: 9.314 at time: 0.490\n", "J_n integrated over the domain: 6.797 at time: 0.490\n", "Well-posedness condition 3J - J_n > 0: True at time 0.490\n", "d (def. map) integrated over the domain: 90.753 at time: 0.490\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.490\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.490\n", "\n", "J integrated over the domain: 12.000 at time: 0.500\n", "J_n integrated over the domain: 9.314 at time: 0.500\n", "Well-posedness condition 3J - J_n > 0: True at time 0.500\n", "d (def. map) integrated over the domain: 148.000 at time: 0.500\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.500\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.500\n", "\n", "J integrated over the domain: 14.686 at time: 0.510\n", "J_n integrated over the domain: 12.000 at time: 0.510\n", "Well-posedness condition 3J - J_n > 0: True at time 0.510\n", "d (def. map) integrated over the domain: 219.674 at time: 0.510\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.510\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.510\n", "\n", "J integrated over the domain: 17.203 at time: 0.520\n", "J_n integrated over the domain: 14.686 at time: 0.520\n", "Well-posedness condition 3J - J_n > 0: True at time 0.520\n", "d (def. map) integrated over the domain: 299.941 at time: 0.520\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.520\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.520\n", "\n", "J integrated over the domain: 19.393 at time: 0.530\n", "J_n integrated over the domain: 17.203 at time: 0.530\n", "Well-posedness condition 3J - J_n > 0: True at time 0.530\n", "d (def. map) integrated over the domain: 380.093 at time: 0.530\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.530\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.530\n", "\n", "J integrated over the domain: 21.119 at time: 0.540\n", "J_n integrated over the domain: 19.393 at time: 0.540\n", "Well-posedness condition 3J - J_n > 0: True at time 0.540\n", "d (def. map) integrated over the domain: 450.001 at time: 0.540\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.540\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.540\n", "\n", "J integrated over the domain: 22.271 at time: 0.550\n", "J_n integrated over the domain: 21.119 at time: 0.550\n", "Well-posedness condition 3J - J_n > 0: True at time 0.550\n", "d (def. map) integrated over the domain: 500.016 at time: 0.550\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.550\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.550\n", "\n", "J integrated over the domain: 22.779 at time: 0.560\n", "J_n integrated over the domain: 22.271 at time: 0.560\n", "Well-posedness condition 3J - J_n > 0: True at time 0.560\n", "d (def. map) integrated over the domain: 522.869 at time: 0.560\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.560\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.560\n", "\n", "J integrated over the domain: 22.609 at time: 0.570\n", "J_n integrated over the domain: 22.779 at time: 0.570\n", "Well-posedness condition 3J - J_n > 0: True at time 0.570\n", "d (def. map) integrated over the domain: 515.153 at time: 0.570\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.570\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.570\n", "\n", "J integrated over the domain: 21.772 at time: 0.580\n", "J_n integrated over the domain: 22.609 at time: 0.580\n", "Well-posedness condition 3J - J_n > 0: True at time 0.580\n", "d (def. map) integrated over the domain: 478.026 at time: 0.580\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.580\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.580\n", "\n", "J integrated over the domain: 20.322 at time: 0.590\n", "J_n integrated over the domain: 21.772 at time: 0.590\n", "Well-posedness condition 3J - J_n > 0: True at time 0.590\n", "d (def. map) integrated over the domain: 416.965 at time: 0.590\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.590\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.590\n", "\n", "J integrated over the domain: 18.348 at time: 0.600\n", "J_n integrated over the domain: 20.322 at time: 0.600\n", "Well-posedness condition 3J - J_n > 0: True at time 0.600\n", "d (def. map) integrated over the domain: 340.652 at time: 0.600\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.600\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.600\n", "\n", "J integrated over the domain: 15.976 at time: 0.610\n", "J_n integrated over the domain: 18.348 at time: 0.610\n", "Well-posedness condition 3J - J_n > 0: True at time 0.610\n", "d (def. map) integrated over the domain: 259.224 at time: 0.610\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.610\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.610\n", "\n", "J integrated over the domain: 13.354 at time: 0.620\n", "J_n integrated over the domain: 15.976 at time: 0.620\n", "Well-posedness condition 3J - J_n > 0: True at time 0.620\n", "d (def. map) integrated over the domain: 182.319 at time: 0.620\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.620\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.620\n", "\n", "J integrated over the domain: 10.646 at time: 0.630\n", "J_n integrated over the domain: 13.354 at time: 0.630\n", "Well-posedness condition 3J - J_n > 0: True at time 0.630\n", "d (def. map) integrated over the domain: 117.346 at time: 0.630\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.630\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.630\n", "\n", "J integrated over the domain: 8.024 at time: 0.640\n", "J_n integrated over the domain: 10.646 at time: 0.640\n", "Well-posedness condition 3J - J_n > 0: True at time 0.640\n", "d (def. map) integrated over the domain: 68.389 at time: 0.640\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.640\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.640\n", "\n", "J integrated over the domain: 5.652 at time: 0.650\n", "J_n integrated over the domain: 8.024 at time: 0.650\n", "Well-posedness condition 3J - J_n > 0: True at time 0.650\n", "d (def. map) integrated over the domain: 35.944 at time: 0.650\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.650\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.650\n", "\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "J integrated over the domain: 3.678 at time: 0.660\n", "J_n integrated over the domain: 5.652 at time: 0.660\n", "Well-posedness condition 3J - J_n > 0: True at time 0.660\n", "d (def. map) integrated over the domain: 17.531 at time: 0.660\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.660\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.660\n", "\n", "J integrated over the domain: 2.228 at time: 0.670\n", "J_n integrated over the domain: 3.678 at time: 0.670\n", "Well-posedness condition 3J - J_n > 0: True at time 0.670\n", "d (def. map) integrated over the domain: 8.963 at time: 0.670\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.670\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.670\n", "\n", "J integrated over the domain: 1.391 at time: 0.680\n", "J_n integrated over the domain: 2.228 at time: 0.680\n", "Well-posedness condition 3J - J_n > 0: True at time 0.680\n", "d (def. map) integrated over the domain: 5.936 at time: 0.680\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.680\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.680\n", "\n", "J integrated over the domain: 1.221 at time: 0.690\n", "J_n integrated over the domain: 1.391 at time: 0.690\n", "Well-posedness condition 3J - J_n > 0: True at time 0.690\n", "d (def. map) integrated over the domain: 5.492 at time: 0.690\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.690\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.690\n", "\n", "J integrated over the domain: 1.729 at time: 0.700\n", "J_n integrated over the domain: 1.221 at time: 0.700\n", "Well-posedness condition 3J - J_n > 0: True at time 0.700\n", "d (def. map) integrated over the domain: 6.988 at time: 0.700\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.700\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.700\n", "\n", "J integrated over the domain: 2.881 at time: 0.710\n", "J_n integrated over the domain: 1.729 at time: 0.710\n", "Well-posedness condition 3J - J_n > 0: True at time 0.710\n", "d (def. map) integrated over the domain: 12.302 at time: 0.710\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.710\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.710\n", "\n", "J integrated over the domain: 4.607 at time: 0.720\n", "J_n integrated over the domain: 2.881 at time: 0.720\n", "Well-posedness condition 3J - J_n > 0: True at time 0.720\n", "d (def. map) integrated over the domain: 25.223 at time: 0.720\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.720\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.720\n", "\n", "J integrated over the domain: 6.797 at time: 0.730\n", "J_n integrated over the domain: 4.607 at time: 0.730\n", "Well-posedness condition 3J - J_n > 0: True at time 0.730\n", "d (def. map) integrated over the domain: 50.200 at time: 0.730\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.730\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.730\n", "\n", "J integrated over the domain: 9.314 at time: 0.740\n", "J_n integrated over the domain: 6.797 at time: 0.740\n", "Well-posedness condition 3J - J_n > 0: True at time 0.740\n", "d (def. map) integrated over the domain: 90.753 at time: 0.740\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.740\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.740\n", "\n", "J integrated over the domain: 12.000 at time: 0.750\n", "J_n integrated over the domain: 9.314 at time: 0.750\n", "Well-posedness condition 3J - J_n > 0: True at time 0.750\n", "d (def. map) integrated over the domain: 148.000 at time: 0.750\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.750\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.750\n", "\n", "J integrated over the domain: 14.686 at time: 0.760\n", "J_n integrated over the domain: 12.000 at time: 0.760\n", "Well-posedness condition 3J - J_n > 0: True at time 0.760\n", "d (def. map) integrated over the domain: 219.674 at time: 0.760\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.760\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.760\n", "\n", "J integrated over the domain: 17.203 at time: 0.770\n", "J_n integrated over the domain: 14.686 at time: 0.770\n", "Well-posedness condition 3J - J_n > 0: True at time 0.770\n", "d (def. map) integrated over the domain: 299.941 at time: 0.770\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.770\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.770\n", "\n", "J integrated over the domain: 19.393 at time: 0.780\n", "J_n integrated over the domain: 17.203 at time: 0.780\n", "Well-posedness condition 3J - J_n > 0: True at time 0.780\n", "d (def. map) integrated over the domain: 380.093 at time: 0.780\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.780\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.780\n", "\n", "J integrated over the domain: 21.119 at time: 0.790\n", "J_n integrated over the domain: 19.393 at time: 0.790\n", "Well-posedness condition 3J - J_n > 0: True at time 0.790\n", "d (def. map) integrated over the domain: 450.001 at time: 0.790\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.790\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.790\n", "\n", "J integrated over the domain: 22.271 at time: 0.800\n", "J_n integrated over the domain: 21.119 at time: 0.800\n", "Well-posedness condition 3J - J_n > 0: True at time 0.800\n", "d (def. map) integrated over the domain: 500.016 at time: 0.800\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.800\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.800\n", "\n", "J integrated over the domain: 22.779 at time: 0.810\n", "J_n integrated over the domain: 22.271 at time: 0.810\n", "Well-posedness condition 3J - J_n > 0: True at time 0.810\n", "d (def. map) integrated over the domain: 522.869 at time: 0.810\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.810\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.810\n", "\n", "J integrated over the domain: 22.609 at time: 0.820\n", "J_n integrated over the domain: 22.779 at time: 0.820\n", "Well-posedness condition 3J - J_n > 0: True at time 0.820\n", "d (def. map) integrated over the domain: 515.153 at time: 0.820\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.820\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.820\n", "\n", "J integrated over the domain: 21.772 at time: 0.830\n", "J_n integrated over the domain: 22.609 at time: 0.830\n", "Well-posedness condition 3J - J_n > 0: True at time 0.830\n", "d (def. map) integrated over the domain: 478.026 at time: 0.830\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.830\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.830\n", "\n", "J integrated over the domain: 20.322 at time: 0.840\n", "J_n integrated over the domain: 21.772 at time: 0.840\n", "Well-posedness condition 3J - J_n > 0: True at time 0.840\n", "d (def. map) integrated over the domain: 416.965 at time: 0.840\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.840\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.840\n", "\n", "J integrated over the domain: 18.348 at time: 0.850\n", "J_n integrated over the domain: 20.322 at time: 0.850\n", "Well-posedness condition 3J - J_n > 0: True at time 0.850\n", "d (def. map) integrated over the domain: 340.652 at time: 0.850\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.850\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.850\n", "\n", "J integrated over the domain: 15.976 at time: 0.860\n", "J_n integrated over the domain: 18.348 at time: 0.860\n", "Well-posedness condition 3J - J_n > 0: True at time 0.860\n", "d (def. map) integrated over the domain: 259.224 at time: 0.860\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.860\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.860\n", "\n", "J integrated over the domain: 13.354 at time: 0.870\n", "J_n integrated over the domain: 15.976 at time: 0.870\n", "Well-posedness condition 3J - J_n > 0: True at time 0.870\n", "d (def. map) integrated over the domain: 182.319 at time: 0.870\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.870\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.870\n", "\n", "J integrated over the domain: 10.646 at time: 0.880\n", "J_n integrated over the domain: 13.354 at time: 0.880\n", "Well-posedness condition 3J - J_n > 0: True at time 0.880\n", "d (def. map) integrated over the domain: 117.346 at time: 0.880\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.880\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.880\n", "\n", "J integrated over the domain: 8.024 at time: 0.890\n", "J_n integrated over the domain: 10.646 at time: 0.890\n", "Well-posedness condition 3J - J_n > 0: True at time 0.890\n", "d (def. map) integrated over the domain: 68.389 at time: 0.890\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.890\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.890\n", "\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "J integrated over the domain: 5.652 at time: 0.900\n", "J_n integrated over the domain: 8.024 at time: 0.900\n", "Well-posedness condition 3J - J_n > 0: True at time 0.900\n", "d (def. map) integrated over the domain: 35.944 at time: 0.900\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.900\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.900\n", "\n", "J integrated over the domain: 3.678 at time: 0.910\n", "J_n integrated over the domain: 5.652 at time: 0.910\n", "Well-posedness condition 3J - J_n > 0: True at time 0.910\n", "d (def. map) integrated over the domain: 17.531 at time: 0.910\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.910\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.910\n", "\n", "J integrated over the domain: 2.228 at time: 0.920\n", "J_n integrated over the domain: 3.678 at time: 0.920\n", "Well-posedness condition 3J - J_n > 0: True at time 0.920\n", "d (def. map) integrated over the domain: 8.963 at time: 0.920\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.920\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.920\n", "\n", "J integrated over the domain: 1.391 at time: 0.930\n", "J_n integrated over the domain: 2.228 at time: 0.930\n", "Well-posedness condition 3J - J_n > 0: True at time 0.930\n", "d (def. map) integrated over the domain: 5.936 at time: 0.930\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.930\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.930\n", "\n", "J integrated over the domain: 1.221 at time: 0.940\n", "J_n integrated over the domain: 1.391 at time: 0.940\n", "Well-posedness condition 3J - J_n > 0: True at time 0.940\n", "d (def. map) integrated over the domain: 5.492 at time: 0.940\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.940\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.940\n", "\n", "J integrated over the domain: 1.729 at time: 0.950\n", "J_n integrated over the domain: 1.221 at time: 0.950\n", "Well-posedness condition 3J - J_n > 0: True at time 0.950\n", "d (def. map) integrated over the domain: 6.988 at time: 0.950\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.950\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.950\n", "\n", "J integrated over the domain: 2.881 at time: 0.960\n", "J_n integrated over the domain: 1.729 at time: 0.960\n", "Well-posedness condition 3J - J_n > 0: True at time 0.960\n", "d (def. map) integrated over the domain: 12.302 at time: 0.960\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.960\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.960\n", "\n", "J integrated over the domain: 4.607 at time: 0.970\n", "J_n integrated over the domain: 2.881 at time: 0.970\n", "Well-posedness condition 3J - J_n > 0: True at time 0.970\n", "d (def. map) integrated over the domain: 25.223 at time: 0.970\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.970\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.970\n", "\n", "J integrated over the domain: 6.797 at time: 0.980\n", "J_n integrated over the domain: 4.607 at time: 0.980\n", "Well-posedness condition 3J - J_n > 0: True at time 0.980\n", "d (def. map) integrated over the domain: 50.200 at time: 0.980\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.980\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.980\n", "\n", "J integrated over the domain: 9.314 at time: 0.990\n", "J_n integrated over the domain: 6.797 at time: 0.990\n", "Well-posedness condition 3J - J_n > 0: True at time 0.990\n", "d (def. map) integrated over the domain: 90.753 at time: 0.990\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.990\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.990\n", "\n", "J integrated over the domain: 12.000 at time: 1.000\n", "J_n integrated over the domain: 9.314 at time: 1.000\n", "Well-posedness condition 3J - J_n > 0: True at time 1.000\n", "d (def. map) integrated over the domain: 148.000 at time: 1.000\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.000\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.000\n", "\n", "J integrated over the domain: 14.686 at time: 1.010\n", "J_n integrated over the domain: 12.000 at time: 1.010\n", "Well-posedness condition 3J - J_n > 0: True at time 1.010\n", "d (def. map) integrated over the domain: 219.674 at time: 1.010\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.010\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.010\n", "\n", "J integrated over the domain: 17.203 at time: 1.020\n", "J_n integrated over the domain: 14.686 at time: 1.020\n", "Well-posedness condition 3J - J_n > 0: True at time 1.020\n", "d (def. map) integrated over the domain: 299.941 at time: 1.020\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.020\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.020\n", "\n", "J integrated over the domain: 19.393 at time: 1.030\n", "J_n integrated over the domain: 17.203 at time: 1.030\n", "Well-posedness condition 3J - J_n > 0: True at time 1.030\n", "d (def. map) integrated over the domain: 380.093 at time: 1.030\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.030\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.030\n", "\n", "J integrated over the domain: 21.119 at time: 1.040\n", "J_n integrated over the domain: 19.393 at time: 1.040\n", "Well-posedness condition 3J - J_n > 0: True at time 1.040\n", "d (def. map) integrated over the domain: 450.001 at time: 1.040\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.040\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.040\n", "\n", "J integrated over the domain: 22.271 at time: 1.050\n", "J_n integrated over the domain: 21.119 at time: 1.050\n", "Well-posedness condition 3J - J_n > 0: True at time 1.050\n", "d (def. map) integrated over the domain: 500.016 at time: 1.050\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.050\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.050\n", "\n", "J integrated over the domain: 22.779 at time: 1.060\n", "J_n integrated over the domain: 22.271 at time: 1.060\n", "Well-posedness condition 3J - J_n > 0: True at time 1.060\n", "d (def. map) integrated over the domain: 522.869 at time: 1.060\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.060\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.060\n", "\n", "J integrated over the domain: 22.609 at time: 1.070\n", "J_n integrated over the domain: 22.779 at time: 1.070\n", "Well-posedness condition 3J - J_n > 0: True at time 1.070\n", "d (def. map) integrated over the domain: 515.153 at time: 1.070\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.070\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.070\n", "\n", "J integrated over the domain: 21.772 at time: 1.080\n", "J_n integrated over the domain: 22.609 at time: 1.080\n", "Well-posedness condition 3J - J_n > 0: True at time 1.080\n", "d (def. map) integrated over the domain: 478.026 at time: 1.080\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.080\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.080\n", "\n", "J integrated over the domain: 20.322 at time: 1.090\n", "J_n integrated over the domain: 21.772 at time: 1.090\n", "Well-posedness condition 3J - J_n > 0: True at time 1.090\n", "d (def. map) integrated over the domain: 416.965 at time: 1.090\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.090\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.090\n", "\n", "J integrated over the domain: 18.348 at time: 1.100\n", "J_n integrated over the domain: 20.322 at time: 1.100\n", "Well-posedness condition 3J - J_n > 0: True at time 1.100\n", "d (def. map) integrated over the domain: 340.652 at time: 1.100\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.100\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.100\n", "\n", "J integrated over the domain: 15.976 at time: 1.110\n", "J_n integrated over the domain: 18.348 at time: 1.110\n", "Well-posedness condition 3J - J_n > 0: True at time 1.110\n", "d (def. map) integrated over the domain: 259.224 at time: 1.110\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.110\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.110\n", "\n", "J integrated over the domain: 13.354 at time: 1.120\n", "J_n integrated over the domain: 15.976 at time: 1.120\n", "Well-posedness condition 3J - J_n > 0: True at time 1.120\n", "d (def. map) integrated over the domain: 182.319 at time: 1.120\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.120\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.120\n", "\n", "J integrated over the domain: 10.646 at time: 1.130\n", "J_n integrated over the domain: 13.354 at time: 1.130\n", "Well-posedness condition 3J - J_n > 0: True at time 1.130\n", "d (def. map) integrated over the domain: 117.346 at time: 1.130\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.130\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.130\n", "\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "J integrated over the domain: 8.024 at time: 1.140\n", "J_n integrated over the domain: 10.646 at time: 1.140\n", "Well-posedness condition 3J - J_n > 0: True at time 1.140\n", "d (def. map) integrated over the domain: 68.389 at time: 1.140\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.140\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.140\n", "\n", "J integrated over the domain: 5.652 at time: 1.150\n", "J_n integrated over the domain: 8.024 at time: 1.150\n", "Well-posedness condition 3J - J_n > 0: True at time 1.150\n", "d (def. map) integrated over the domain: 35.944 at time: 1.150\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.150\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.150\n", "\n", "J integrated over the domain: 3.678 at time: 1.160\n", "J_n integrated over the domain: 5.652 at time: 1.160\n", "Well-posedness condition 3J - J_n > 0: True at time 1.160\n", "d (def. map) integrated over the domain: 17.531 at time: 1.160\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.160\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.160\n", "\n", "J integrated over the domain: 2.228 at time: 1.170\n", "J_n integrated over the domain: 3.678 at time: 1.170\n", "Well-posedness condition 3J - J_n > 0: True at time 1.170\n", "d (def. map) integrated over the domain: 8.963 at time: 1.170\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.170\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.170\n", "\n", "J integrated over the domain: 1.391 at time: 1.180\n", "J_n integrated over the domain: 2.228 at time: 1.180\n", "Well-posedness condition 3J - J_n > 0: True at time 1.180\n", "d (def. map) integrated over the domain: 5.936 at time: 1.180\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.180\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.180\n", "\n", "J integrated over the domain: 1.221 at time: 1.190\n", "J_n integrated over the domain: 1.391 at time: 1.190\n", "Well-posedness condition 3J - J_n > 0: True at time 1.190\n", "d (def. map) integrated over the domain: 5.492 at time: 1.190\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.190\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.190\n", "\n", "J integrated over the domain: 1.729 at time: 1.200\n", "J_n integrated over the domain: 1.221 at time: 1.200\n", "Well-posedness condition 3J - J_n > 0: True at time 1.200\n", "d (def. map) integrated over the domain: 6.988 at time: 1.200\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.200\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.200\n", "\n", "J integrated over the domain: 2.881 at time: 1.210\n", "J_n integrated over the domain: 1.729 at time: 1.210\n", "Well-posedness condition 3J - J_n > 0: True at time 1.210\n", "d (def. map) integrated over the domain: 12.302 at time: 1.210\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.210\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.210\n", "\n", "J integrated over the domain: 4.607 at time: 1.220\n", "J_n integrated over the domain: 2.881 at time: 1.220\n", "Well-posedness condition 3J - J_n > 0: True at time 1.220\n", "d (def. map) integrated over the domain: 25.223 at time: 1.220\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.220\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.220\n", "\n", "J integrated over the domain: 6.797 at time: 1.230\n", "J_n integrated over the domain: 4.607 at time: 1.230\n", "Well-posedness condition 3J - J_n > 0: True at time 1.230\n", "d (def. map) integrated over the domain: 50.200 at time: 1.230\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.230\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.230\n", "\n", "J integrated over the domain: 9.314 at time: 1.240\n", "J_n integrated over the domain: 6.797 at time: 1.240\n", "Well-posedness condition 3J - J_n > 0: True at time 1.240\n", "d (def. map) integrated over the domain: 90.753 at time: 1.240\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.240\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.240\n", "\n", "J integrated over the domain: 12.000 at time: 1.250\n", "J_n integrated over the domain: 9.314 at time: 1.250\n", "Well-posedness condition 3J - J_n > 0: True at time 1.250\n", "d (def. map) integrated over the domain: 148.000 at time: 1.250\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.250\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.250\n", "\n", "J integrated over the domain: 14.686 at time: 1.260\n", "J_n integrated over the domain: 12.000 at time: 1.260\n", "Well-posedness condition 3J - J_n > 0: True at time 1.260\n", "d (def. map) integrated over the domain: 219.674 at time: 1.260\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.260\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.260\n", "\n", "J integrated over the domain: 17.203 at time: 1.270\n", "J_n integrated over the domain: 14.686 at time: 1.270\n", "Well-posedness condition 3J - J_n > 0: True at time 1.270\n", "d (def. map) integrated over the domain: 299.941 at time: 1.270\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.270\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.270\n", "\n", "J integrated over the domain: 19.393 at time: 1.280\n", "J_n integrated over the domain: 17.203 at time: 1.280\n", "Well-posedness condition 3J - J_n > 0: True at time 1.280\n", "d (def. map) integrated over the domain: 380.093 at time: 1.280\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.280\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.280\n", "\n", "J integrated over the domain: 21.119 at time: 1.290\n", "J_n integrated over the domain: 19.393 at time: 1.290\n", "Well-posedness condition 3J - J_n > 0: True at time 1.290\n", "d (def. map) integrated over the domain: 450.001 at time: 1.290\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.290\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.290\n", "\n", "J integrated over the domain: 22.271 at time: 1.300\n", "J_n integrated over the domain: 21.119 at time: 1.300\n", "Well-posedness condition 3J - J_n > 0: True at time 1.300\n", "d (def. map) integrated over the domain: 500.016 at time: 1.300\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.300\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.300\n", "\n", "J integrated over the domain: 22.779 at time: 1.310\n", "J_n integrated over the domain: 22.271 at time: 1.310\n", "Well-posedness condition 3J - J_n > 0: True at time 1.310\n", "d (def. map) integrated over the domain: 522.869 at time: 1.310\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.310\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.310\n", "\n", "J integrated over the domain: 22.609 at time: 1.320\n", "J_n integrated over the domain: 22.779 at time: 1.320\n", "Well-posedness condition 3J - J_n > 0: True at time 1.320\n", "d (def. map) integrated over the domain: 515.153 at time: 1.320\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.320\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.320\n", "\n", "J integrated over the domain: 21.772 at time: 1.330\n", "J_n integrated over the domain: 22.609 at time: 1.330\n", "Well-posedness condition 3J - J_n > 0: True at time 1.330\n", "d (def. map) integrated over the domain: 478.026 at time: 1.330\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.330\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.330\n", "\n", "J integrated over the domain: 20.322 at time: 1.340\n", "J_n integrated over the domain: 21.772 at time: 1.340\n", "Well-posedness condition 3J - J_n > 0: True at time 1.340\n", "d (def. map) integrated over the domain: 416.965 at time: 1.340\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.340\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.340\n", "\n", "J integrated over the domain: 18.348 at time: 1.350\n", "J_n integrated over the domain: 20.322 at time: 1.350\n", "Well-posedness condition 3J - J_n > 0: True at time 1.350\n", "d (def. map) integrated over the domain: 340.652 at time: 1.350\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.350\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.350\n", "\n", "J integrated over the domain: 15.976 at time: 1.360\n", "J_n integrated over the domain: 18.348 at time: 1.360\n", "Well-posedness condition 3J - J_n > 0: True at time 1.360\n", "d (def. map) integrated over the domain: 259.224 at time: 1.360\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.360\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.360\n", "\n", "J integrated over the domain: 13.354 at time: 1.370\n", "J_n integrated over the domain: 15.976 at time: 1.370\n", "Well-posedness condition 3J - J_n > 0: True at time 1.370\n", "d (def. map) integrated over the domain: 182.319 at time: 1.370\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.370\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.370\n", "\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "J integrated over the domain: 10.646 at time: 1.380\n", "J_n integrated over the domain: 13.354 at time: 1.380\n", "Well-posedness condition 3J - J_n > 0: True at time 1.380\n", "d (def. map) integrated over the domain: 117.346 at time: 1.380\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.380\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.380\n", "\n", "J integrated over the domain: 8.024 at time: 1.390\n", "J_n integrated over the domain: 10.646 at time: 1.390\n", "Well-posedness condition 3J - J_n > 0: True at time 1.390\n", "d (def. map) integrated over the domain: 68.389 at time: 1.390\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.390\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.390\n", "\n", "J integrated over the domain: 5.652 at time: 1.400\n", "J_n integrated over the domain: 8.024 at time: 1.400\n", "Well-posedness condition 3J - J_n > 0: True at time 1.400\n", "d (def. map) integrated over the domain: 35.944 at time: 1.400\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.400\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.400\n", "\n", "J integrated over the domain: 3.678 at time: 1.410\n", "J_n integrated over the domain: 5.652 at time: 1.410\n", "Well-posedness condition 3J - J_n > 0: True at time 1.410\n", "d (def. map) integrated over the domain: 17.531 at time: 1.410\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.410\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.410\n", "\n", "J integrated over the domain: 2.228 at time: 1.420\n", "J_n integrated over the domain: 3.678 at time: 1.420\n", "Well-posedness condition 3J - J_n > 0: True at time 1.420\n", "d (def. map) integrated over the domain: 8.963 at time: 1.420\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.420\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.420\n", "\n", "J integrated over the domain: 1.391 at time: 1.430\n", "J_n integrated over the domain: 2.228 at time: 1.430\n", "Well-posedness condition 3J - J_n > 0: True at time 1.430\n", "d (def. map) integrated over the domain: 5.936 at time: 1.430\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.430\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.430\n", "\n", "J integrated over the domain: 1.221 at time: 1.440\n", "J_n integrated over the domain: 1.391 at time: 1.440\n", "Well-posedness condition 3J - J_n > 0: True at time 1.440\n", "d (def. map) integrated over the domain: 5.492 at time: 1.440\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.440\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.440\n", "\n", "J integrated over the domain: 1.729 at time: 1.450\n", "J_n integrated over the domain: 1.221 at time: 1.450\n", "Well-posedness condition 3J - J_n > 0: True at time 1.450\n", "d (def. map) integrated over the domain: 6.988 at time: 1.450\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.450\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.450\n", "\n", "J integrated over the domain: 2.881 at time: 1.460\n", "J_n integrated over the domain: 1.729 at time: 1.460\n", "Well-posedness condition 3J - J_n > 0: True at time 1.460\n", "d (def. map) integrated over the domain: 12.302 at time: 1.460\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.460\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.460\n", "\n", "J integrated over the domain: 4.607 at time: 1.470\n", "J_n integrated over the domain: 2.881 at time: 1.470\n", "Well-posedness condition 3J - J_n > 0: True at time 1.470\n", "d (def. map) integrated over the domain: 25.223 at time: 1.470\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.470\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.470\n", "\n", "J integrated over the domain: 6.797 at time: 1.480\n", "J_n integrated over the domain: 4.607 at time: 1.480\n", "Well-posedness condition 3J - J_n > 0: True at time 1.480\n", "d (def. map) integrated over the domain: 50.200 at time: 1.480\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.480\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.480\n", "\n", "J integrated over the domain: 9.314 at time: 1.490\n", "J_n integrated over the domain: 6.797 at time: 1.490\n", "Well-posedness condition 3J - J_n > 0: True at time 1.490\n", "d (def. map) integrated over the domain: 90.753 at time: 1.490\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.490\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.490\n", "\n", "J integrated over the domain: 12.000 at time: 1.500\n", "J_n integrated over the domain: 9.314 at time: 1.500\n", "Well-posedness condition 3J - J_n > 0: True at time 1.500\n", "d (def. map) integrated over the domain: 148.000 at time: 1.500\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.500\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.500\n", "\n", "J integrated over the domain: 14.686 at time: 1.510\n", "J_n integrated over the domain: 12.000 at time: 1.510\n", "Well-posedness condition 3J - J_n > 0: True at time 1.510\n", "d (def. map) integrated over the domain: 219.674 at time: 1.510\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.510\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.510\n", "\n", "J integrated over the domain: 17.203 at time: 1.520\n", "J_n integrated over the domain: 14.686 at time: 1.520\n", "Well-posedness condition 3J - J_n > 0: True at time 1.520\n", "d (def. map) integrated over the domain: 299.941 at time: 1.520\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.520\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.520\n", "\n", "J integrated over the domain: 19.393 at time: 1.530\n", "J_n integrated over the domain: 17.203 at time: 1.530\n", "Well-posedness condition 3J - J_n > 0: True at time 1.530\n", "d (def. map) integrated over the domain: 380.093 at time: 1.530\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.530\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.530\n", "\n", "J integrated over the domain: 21.119 at time: 1.540\n", "J_n integrated over the domain: 19.393 at time: 1.540\n", "Well-posedness condition 3J - J_n > 0: True at time 1.540\n", "d (def. map) integrated over the domain: 450.001 at time: 1.540\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.540\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.540\n", "\n", "J integrated over the domain: 22.271 at time: 1.550\n", "J_n integrated over the domain: 21.119 at time: 1.550\n", "Well-posedness condition 3J - J_n > 0: True at time 1.550\n", "d (def. map) integrated over the domain: 500.016 at time: 1.550\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.550\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.550\n", "\n", "J integrated over the domain: 22.779 at time: 1.560\n", "J_n integrated over the domain: 22.271 at time: 1.560\n", "Well-posedness condition 3J - J_n > 0: True at time 1.560\n", "d (def. map) integrated over the domain: 522.869 at time: 1.560\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.560\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.560\n", "\n", "J integrated over the domain: 22.609 at time: 1.570\n", "J_n integrated over the domain: 22.779 at time: 1.570\n", "Well-posedness condition 3J - J_n > 0: True at time 1.570\n", "d (def. map) integrated over the domain: 515.153 at time: 1.570\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.570\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.570\n", "\n", "J integrated over the domain: 21.772 at time: 1.580\n", "J_n integrated over the domain: 22.609 at time: 1.580\n", "Well-posedness condition 3J - J_n > 0: True at time 1.580\n", "d (def. map) integrated over the domain: 478.026 at time: 1.580\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.580\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.580\n", "\n", "J integrated over the domain: 20.322 at time: 1.590\n", "J_n integrated over the domain: 21.772 at time: 1.590\n", "Well-posedness condition 3J - J_n > 0: True at time 1.590\n", "d (def. map) integrated over the domain: 416.965 at time: 1.590\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.590\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.590\n", "\n", "J integrated over the domain: 18.348 at time: 1.600\n", "J_n integrated over the domain: 20.322 at time: 1.600\n", "Well-posedness condition 3J - J_n > 0: True at time 1.600\n", "d (def. map) integrated over the domain: 340.652 at time: 1.600\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.600\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.600\n", "\n", "J integrated over the domain: 15.976 at time: 1.610\n", "J_n integrated over the domain: 18.348 at time: 1.610\n", "Well-posedness condition 3J - J_n > 0: True at time 1.610\n", "d (def. map) integrated over the domain: 259.224 at time: 1.610\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.610\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.610\n", "\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "J integrated over the domain: 13.354 at time: 1.620\n", "J_n integrated over the domain: 15.976 at time: 1.620\n", "Well-posedness condition 3J - J_n > 0: True at time 1.620\n", "d (def. map) integrated over the domain: 182.319 at time: 1.620\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.620\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.620\n", "\n", "J integrated over the domain: 10.646 at time: 1.630\n", "J_n integrated over the domain: 13.354 at time: 1.630\n", "Well-posedness condition 3J - J_n > 0: True at time 1.630\n", "d (def. map) integrated over the domain: 117.346 at time: 1.630\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.630\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.630\n", "\n", "J integrated over the domain: 8.024 at time: 1.640\n", "J_n integrated over the domain: 10.646 at time: 1.640\n", "Well-posedness condition 3J - J_n > 0: True at time 1.640\n", "d (def. map) integrated over the domain: 68.389 at time: 1.640\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.640\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.640\n", "\n", "J integrated over the domain: 5.652 at time: 1.650\n", "J_n integrated over the domain: 8.024 at time: 1.650\n", "Well-posedness condition 3J - J_n > 0: True at time 1.650\n", "d (def. map) integrated over the domain: 35.944 at time: 1.650\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.650\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.650\n", "\n", "J integrated over the domain: 3.678 at time: 1.660\n", "J_n integrated over the domain: 5.652 at time: 1.660\n", "Well-posedness condition 3J - J_n > 0: True at time 1.660\n", "d (def. map) integrated over the domain: 17.531 at time: 1.660\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.660\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.660\n", "\n", "J integrated over the domain: 2.228 at time: 1.670\n", "J_n integrated over the domain: 3.678 at time: 1.670\n", "Well-posedness condition 3J - J_n > 0: True at time 1.670\n", "d (def. map) integrated over the domain: 8.963 at time: 1.670\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.670\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.670\n", "\n", "J integrated over the domain: 1.391 at time: 1.680\n", "J_n integrated over the domain: 2.228 at time: 1.680\n", "Well-posedness condition 3J - J_n > 0: True at time 1.680\n", "d (def. map) integrated over the domain: 5.936 at time: 1.680\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.680\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.680\n", "\n", "J integrated over the domain: 1.221 at time: 1.690\n", "J_n integrated over the domain: 1.391 at time: 1.690\n", "Well-posedness condition 3J - J_n > 0: True at time 1.690\n", "d (def. map) integrated over the domain: 5.492 at time: 1.690\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.690\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.690\n", "\n", "J integrated over the domain: 1.729 at time: 1.700\n", "J_n integrated over the domain: 1.221 at time: 1.700\n", "Well-posedness condition 3J - J_n > 0: True at time 1.700\n", "d (def. map) integrated over the domain: 6.988 at time: 1.700\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.700\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.700\n", "\n", "J integrated over the domain: 2.881 at time: 1.710\n", "J_n integrated over the domain: 1.729 at time: 1.710\n", "Well-posedness condition 3J - J_n > 0: True at time 1.710\n", "d (def. map) integrated over the domain: 12.302 at time: 1.710\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.710\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.710\n", "\n", "J integrated over the domain: 4.607 at time: 1.720\n", "J_n integrated over the domain: 2.881 at time: 1.720\n", "Well-posedness condition 3J - J_n > 0: True at time 1.720\n", "d (def. map) integrated over the domain: 25.223 at time: 1.720\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.720\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.720\n", "\n", "J integrated over the domain: 6.797 at time: 1.730\n", "J_n integrated over the domain: 4.607 at time: 1.730\n", "Well-posedness condition 3J - J_n > 0: True at time 1.730\n", "d (def. map) integrated over the domain: 50.200 at time: 1.730\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.730\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.730\n", "\n", "J integrated over the domain: 9.314 at time: 1.740\n", "J_n integrated over the domain: 6.797 at time: 1.740\n", "Well-posedness condition 3J - J_n > 0: True at time 1.740\n", "d (def. map) integrated over the domain: 90.753 at time: 1.740\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.740\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.740\n", "\n", "J integrated over the domain: 12.000 at time: 1.750\n", "J_n integrated over the domain: 9.314 at time: 1.750\n", "Well-posedness condition 3J - J_n > 0: True at time 1.750\n", "d (def. map) integrated over the domain: 148.000 at time: 1.750\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.750\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.750\n", "\n", "J integrated over the domain: 14.686 at time: 1.760\n", "J_n integrated over the domain: 12.000 at time: 1.760\n", "Well-posedness condition 3J - J_n > 0: True at time 1.760\n", "d (def. map) integrated over the domain: 219.674 at time: 1.760\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.760\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.760\n", "\n", "J integrated over the domain: 17.203 at time: 1.770\n", "J_n integrated over the domain: 14.686 at time: 1.770\n", "Well-posedness condition 3J - J_n > 0: True at time 1.770\n", "d (def. map) integrated over the domain: 299.941 at time: 1.770\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.770\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.770\n", "\n", "J integrated over the domain: 19.393 at time: 1.780\n", "J_n integrated over the domain: 17.203 at time: 1.780\n", "Well-posedness condition 3J - J_n > 0: True at time 1.780\n", "d (def. map) integrated over the domain: 380.093 at time: 1.780\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.780\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.780\n", "\n", "J integrated over the domain: 21.119 at time: 1.790\n", "J_n integrated over the domain: 19.393 at time: 1.790\n", "Well-posedness condition 3J - J_n > 0: True at time 1.790\n", "d (def. map) integrated over the domain: 450.001 at time: 1.790\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.790\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.790\n", "\n", "J integrated over the domain: 22.271 at time: 1.800\n", "J_n integrated over the domain: 21.119 at time: 1.800\n", "Well-posedness condition 3J - J_n > 0: True at time 1.800\n", "d (def. map) integrated over the domain: 500.016 at time: 1.800\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.800\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.800\n", "\n", "J integrated over the domain: 22.779 at time: 1.810\n", "J_n integrated over the domain: 22.271 at time: 1.810\n", "Well-posedness condition 3J - J_n > 0: True at time 1.810\n", "d (def. map) integrated over the domain: 522.869 at time: 1.810\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.810\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.810\n", "\n", "J integrated over the domain: 22.609 at time: 1.820\n", "J_n integrated over the domain: 22.779 at time: 1.820\n", "Well-posedness condition 3J - J_n > 0: True at time 1.820\n", "d (def. map) integrated over the domain: 515.153 at time: 1.820\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.820\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.820\n", "\n", "J integrated over the domain: 21.772 at time: 1.830\n", "J_n integrated over the domain: 22.609 at time: 1.830\n", "Well-posedness condition 3J - J_n > 0: True at time 1.830\n", "d (def. map) integrated over the domain: 478.026 at time: 1.830\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.830\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.830\n", "\n", "J integrated over the domain: 20.322 at time: 1.840\n", "J_n integrated over the domain: 21.772 at time: 1.840\n", "Well-posedness condition 3J - J_n > 0: True at time 1.840\n", "d (def. map) integrated over the domain: 416.965 at time: 1.840\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.840\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.840\n", "\n", "J integrated over the domain: 18.348 at time: 1.850\n", "J_n integrated over the domain: 20.322 at time: 1.850\n", "Well-posedness condition 3J - J_n > 0: True at time 1.850\n", "d (def. map) integrated over the domain: 340.652 at time: 1.850\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.850\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.850\n", "\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "J integrated over the domain: 15.976 at time: 1.860\n", "J_n integrated over the domain: 18.348 at time: 1.860\n", "Well-posedness condition 3J - J_n > 0: True at time 1.860\n", "d (def. map) integrated over the domain: 259.224 at time: 1.860\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.860\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.860\n", "\n", "J integrated over the domain: 13.354 at time: 1.870\n", "J_n integrated over the domain: 15.976 at time: 1.870\n", "Well-posedness condition 3J - J_n > 0: True at time 1.870\n", "d (def. map) integrated over the domain: 182.319 at time: 1.870\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.870\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.870\n", "\n", "J integrated over the domain: 10.646 at time: 1.880\n", "J_n integrated over the domain: 13.354 at time: 1.880\n", "Well-posedness condition 3J - J_n > 0: True at time 1.880\n", "d (def. map) integrated over the domain: 117.346 at time: 1.880\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.880\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.880\n", "\n", "J integrated over the domain: 8.024 at time: 1.890\n", "J_n integrated over the domain: 10.646 at time: 1.890\n", "Well-posedness condition 3J - J_n > 0: True at time 1.890\n", "d (def. map) integrated over the domain: 68.389 at time: 1.890\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.890\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.890\n", "\n", "J integrated over the domain: 5.652 at time: 1.900\n", "J_n integrated over the domain: 8.024 at time: 1.900\n", "Well-posedness condition 3J - J_n > 0: True at time 1.900\n", "d (def. map) integrated over the domain: 35.944 at time: 1.900\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.900\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.900\n", "\n", "J integrated over the domain: 3.678 at time: 1.910\n", "J_n integrated over the domain: 5.652 at time: 1.910\n", "Well-posedness condition 3J - J_n > 0: True at time 1.910\n", "d (def. map) integrated over the domain: 17.531 at time: 1.910\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.910\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.910\n", "\n", "J integrated over the domain: 2.228 at time: 1.920\n", "J_n integrated over the domain: 3.678 at time: 1.920\n", "Well-posedness condition 3J - J_n > 0: True at time 1.920\n", "d (def. map) integrated over the domain: 8.963 at time: 1.920\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.920\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.920\n", "\n", "J integrated over the domain: 1.391 at time: 1.930\n", "J_n integrated over the domain: 2.228 at time: 1.930\n", "Well-posedness condition 3J - J_n > 0: True at time 1.930\n", "d (def. map) integrated over the domain: 5.936 at time: 1.930\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.930\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.930\n", "\n", "J integrated over the domain: 1.221 at time: 1.940\n", "J_n integrated over the domain: 1.391 at time: 1.940\n", "Well-posedness condition 3J - J_n > 0: True at time 1.940\n", "d (def. map) integrated over the domain: 5.492 at time: 1.940\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.940\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.940\n", "\n", "J integrated over the domain: 1.729 at time: 1.950\n", "J_n integrated over the domain: 1.221 at time: 1.950\n", "Well-posedness condition 3J - J_n > 0: True at time 1.950\n", "d (def. map) integrated over the domain: 6.988 at time: 1.950\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.950\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.950\n", "\n", "J integrated over the domain: 2.881 at time: 1.960\n", "J_n integrated over the domain: 1.729 at time: 1.960\n", "Well-posedness condition 3J - J_n > 0: True at time 1.960\n", "d (def. map) integrated over the domain: 12.302 at time: 1.960\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.960\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.960\n", "\n", "J integrated over the domain: 4.607 at time: 1.970\n", "J_n integrated over the domain: 2.881 at time: 1.970\n", "Well-posedness condition 3J - J_n > 0: True at time 1.970\n", "d (def. map) integrated over the domain: 25.223 at time: 1.970\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.970\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.970\n", "\n", "J integrated over the domain: 6.797 at time: 1.980\n", "J_n integrated over the domain: 4.607 at time: 1.980\n", "Well-posedness condition 3J - J_n > 0: True at time 1.980\n", "d (def. map) integrated over the domain: 50.200 at time: 1.980\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.980\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.980\n", "\n", "J integrated over the domain: 9.314 at time: 1.990\n", "J_n integrated over the domain: 6.797 at time: 1.990\n", "Well-posedness condition 3J - J_n > 0: True at time 1.990\n", "d (def. map) integrated over the domain: 90.753 at time: 1.990\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.990\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.990\n", "\n", "J integrated over the domain: 12.000 at time: 2.000\n", "J_n integrated over the domain: 9.314 at time: 2.000\n", "Well-posedness condition 3J - J_n > 0: True at time 2.000\n", "d (def. map) integrated over the domain: 148.000 at time: 2.000\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 2.000\n", "Residual of scheme -> 'delta' value: -0.00000 at time 2.000\n", "\n", "Number of degrees of freedom: 14387\n", "Solution Computed in 103.99 seconds\n", "\n", "----------------Computation Completed!----------------\n", "\n", "\n", "Initializing iNSE problem with Deformation type: High_Osc_con\n", "\n", "\n", "Setup with initial condition: True\n", "Using a non-zero initial condition (2D-Gaussian) for the velocity field!\n", "Using time-derivative term approximated with Jacobian at n...\n", "Using LU Solver...\n", "Starting iteration over time...\n", "E (Energy) of initial velocity field: 0.01659 at time 0.000\n", "\n", "J integrated over the domain: 9.314 at time: 0.010\n", "J_n integrated over the domain: 12.000 at time: 0.010\n", "Well-posedness condition 3J - J_n > 0: True at time 0.010\n", "d (def. map) integrated over the domain: 90.753 at time: 0.010\n", "Strain energy E( eps(|u|^2) ): 0.00045 at time 0.010\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.010\n", "\n", "J integrated over the domain: 6.797 at time: 0.020\n", "J_n integrated over the domain: 9.314 at time: 0.020\n", "Well-posedness condition 3J - J_n > 0: True at time 0.020\n", "d (def. map) integrated over the domain: 50.200 at time: 0.020\n", "Strain energy E( eps(|u|^2) ): 0.00068 at time 0.020\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.020\n", "\n", "J integrated over the domain: 4.607 at time: 0.030\n", "J_n integrated over the domain: 6.797 at time: 0.030\n", "Well-posedness condition 3J - J_n > 0: True at time 0.030\n", "d (def. map) integrated over the domain: 25.223 at time: 0.030\n", "Strain energy E( eps(|u|^2) ): 0.00058 at time 0.030\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.030\n", "\n", "J integrated over the domain: 2.881 at time: 0.040\n", "J_n integrated over the domain: 4.607 at time: 0.040\n", "Well-posedness condition 3J - J_n > 0: True at time 0.040\n", "d (def. map) integrated over the domain: 12.302 at time: 0.040\n", "Strain energy E( eps(|u|^2) ): 0.00030 at time 0.040\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.040\n", "\n", "J integrated over the domain: 1.729 at time: 0.050\n", "J_n integrated over the domain: 2.881 at time: 0.050\n", "Well-posedness condition 3J - J_n > 0: True at time 0.050\n", "d (def. map) integrated over the domain: 6.988 at time: 0.050\n", "Strain energy E( eps(|u|^2) ): 0.00010 at time 0.050\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.050\n", "\n", "J integrated over the domain: 1.221 at time: 0.060\n", "J_n integrated over the domain: 1.729 at time: 0.060\n", "Well-posedness condition 3J - J_n > 0: True at time 0.060\n", "d (def. map) integrated over the domain: 5.492 at time: 0.060\n", "Strain energy E( eps(|u|^2) ): 0.00002 at time 0.060\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.060\n", "\n", "J integrated over the domain: 1.391 at time: 0.070\n", "J_n integrated over the domain: 1.221 at time: 0.070\n", "Well-posedness condition 3J - J_n > 0: True at time 0.070\n", "d (def. map) integrated over the domain: 5.936 at time: 0.070\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.070\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.070\n", "\n", "J integrated over the domain: 2.228 at time: 0.080\n", "J_n integrated over the domain: 1.391 at time: 0.080\n", "Well-posedness condition 3J - J_n > 0: True at time 0.080\n", "d (def. map) integrated over the domain: 8.963 at time: 0.080\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.080\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.080\n", "\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "J integrated over the domain: 3.678 at time: 0.090\n", "J_n integrated over the domain: 2.228 at time: 0.090\n", "Well-posedness condition 3J - J_n > 0: True at time 0.090\n", "d (def. map) integrated over the domain: 17.531 at time: 0.090\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.090\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.090\n", "\n", "J integrated over the domain: 5.652 at time: 0.100\n", "J_n integrated over the domain: 3.678 at time: 0.100\n", "Well-posedness condition 3J - J_n > 0: True at time 0.100\n", "d (def. map) integrated over the domain: 35.944 at time: 0.100\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.100\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.100\n", "\n", "J integrated over the domain: 8.024 at time: 0.110\n", "J_n integrated over the domain: 5.652 at time: 0.110\n", "Well-posedness condition 3J - J_n > 0: True at time 0.110\n", "d (def. map) integrated over the domain: 68.389 at time: 0.110\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.110\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.110\n", "\n", "J integrated over the domain: 10.646 at time: 0.120\n", "J_n integrated over the domain: 8.024 at time: 0.120\n", "Well-posedness condition 3J - J_n > 0: True at time 0.120\n", "d (def. map) integrated over the domain: 117.346 at time: 0.120\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.120\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.120\n", "\n", "J integrated over the domain: 13.354 at time: 0.130\n", "J_n integrated over the domain: 10.646 at time: 0.130\n", "Well-posedness condition 3J - J_n > 0: True at time 0.130\n", "d (def. map) integrated over the domain: 182.319 at time: 0.130\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.130\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.130\n", "\n", "J integrated over the domain: 15.976 at time: 0.140\n", "J_n integrated over the domain: 13.354 at time: 0.140\n", "Well-posedness condition 3J - J_n > 0: True at time 0.140\n", "d (def. map) integrated over the domain: 259.224 at time: 0.140\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.140\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.140\n", "\n", "J integrated over the domain: 18.348 at time: 0.150\n", "J_n integrated over the domain: 15.976 at time: 0.150\n", "Well-posedness condition 3J - J_n > 0: True at time 0.150\n", "d (def. map) integrated over the domain: 340.652 at time: 0.150\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.150\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.150\n", "\n", "J integrated over the domain: 20.322 at time: 0.160\n", "J_n integrated over the domain: 18.348 at time: 0.160\n", "Well-posedness condition 3J - J_n > 0: True at time 0.160\n", "d (def. map) integrated over the domain: 416.965 at time: 0.160\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.160\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.160\n", "\n", "J integrated over the domain: 21.772 at time: 0.170\n", "J_n integrated over the domain: 20.322 at time: 0.170\n", "Well-posedness condition 3J - J_n > 0: True at time 0.170\n", "d (def. map) integrated over the domain: 478.026 at time: 0.170\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.170\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.170\n", "\n", "J integrated over the domain: 22.609 at time: 0.180\n", "J_n integrated over the domain: 21.772 at time: 0.180\n", "Well-posedness condition 3J - J_n > 0: True at time 0.180\n", "d (def. map) integrated over the domain: 515.153 at time: 0.180\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.180\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.180\n", "\n", "J integrated over the domain: 22.779 at time: 0.190\n", "J_n integrated over the domain: 22.609 at time: 0.190\n", "Well-posedness condition 3J - J_n > 0: True at time 0.190\n", "d (def. map) integrated over the domain: 522.869 at time: 0.190\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.190\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.190\n", "\n", "J integrated over the domain: 22.271 at time: 0.200\n", "J_n integrated over the domain: 22.779 at time: 0.200\n", "Well-posedness condition 3J - J_n > 0: True at time 0.200\n", "d (def. map) integrated over the domain: 500.016 at time: 0.200\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.200\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.200\n", "\n", "J integrated over the domain: 21.119 at time: 0.210\n", "J_n integrated over the domain: 22.271 at time: 0.210\n", "Well-posedness condition 3J - J_n > 0: True at time 0.210\n", "d (def. map) integrated over the domain: 450.001 at time: 0.210\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.210\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.210\n", "\n", "J integrated over the domain: 19.393 at time: 0.220\n", "J_n integrated over the domain: 21.119 at time: 0.220\n", "Well-posedness condition 3J - J_n > 0: True at time 0.220\n", "d (def. map) integrated over the domain: 380.093 at time: 0.220\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.220\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.220\n", "\n", "J integrated over the domain: 17.203 at time: 0.230\n", "J_n integrated over the domain: 19.393 at time: 0.230\n", "Well-posedness condition 3J - J_n > 0: True at time 0.230\n", "d (def. map) integrated over the domain: 299.941 at time: 0.230\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.230\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.230\n", "\n", "J integrated over the domain: 14.686 at time: 0.240\n", "J_n integrated over the domain: 17.203 at time: 0.240\n", "Well-posedness condition 3J - J_n > 0: True at time 0.240\n", "d (def. map) integrated over the domain: 219.674 at time: 0.240\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.240\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.240\n", "\n", "J integrated over the domain: 12.000 at time: 0.250\n", "J_n integrated over the domain: 14.686 at time: 0.250\n", "Well-posedness condition 3J - J_n > 0: True at time 0.250\n", "d (def. map) integrated over the domain: 148.000 at time: 0.250\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.250\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.250\n", "\n", "J integrated over the domain: 9.314 at time: 0.260\n", "J_n integrated over the domain: 12.000 at time: 0.260\n", "Well-posedness condition 3J - J_n > 0: True at time 0.260\n", "d (def. map) integrated over the domain: 90.753 at time: 0.260\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.260\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.260\n", "\n", "J integrated over the domain: 6.797 at time: 0.270\n", "J_n integrated over the domain: 9.314 at time: 0.270\n", "Well-posedness condition 3J - J_n > 0: True at time 0.270\n", "d (def. map) integrated over the domain: 50.200 at time: 0.270\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.270\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.270\n", "\n", "J integrated over the domain: 4.607 at time: 0.280\n", "J_n integrated over the domain: 6.797 at time: 0.280\n", "Well-posedness condition 3J - J_n > 0: True at time 0.280\n", "d (def. map) integrated over the domain: 25.223 at time: 0.280\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.280\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.280\n", "\n", "J integrated over the domain: 2.881 at time: 0.290\n", "J_n integrated over the domain: 4.607 at time: 0.290\n", "Well-posedness condition 3J - J_n > 0: True at time 0.290\n", "d (def. map) integrated over the domain: 12.302 at time: 0.290\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.290\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.290\n", "\n", "J integrated over the domain: 1.729 at time: 0.300\n", "J_n integrated over the domain: 2.881 at time: 0.300\n", "Well-posedness condition 3J - J_n > 0: True at time 0.300\n", "d (def. map) integrated over the domain: 6.988 at time: 0.300\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.300\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.300\n", "\n", "J integrated over the domain: 1.221 at time: 0.310\n", "J_n integrated over the domain: 1.729 at time: 0.310\n", "Well-posedness condition 3J - J_n > 0: True at time 0.310\n", "d (def. map) integrated over the domain: 5.492 at time: 0.310\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.310\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.310\n", "\n", "J integrated over the domain: 1.391 at time: 0.320\n", "J_n integrated over the domain: 1.221 at time: 0.320\n", "Well-posedness condition 3J - J_n > 0: True at time 0.320\n", "d (def. map) integrated over the domain: 5.936 at time: 0.320\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.320\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.320\n", "\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "J integrated over the domain: 2.228 at time: 0.330\n", "J_n integrated over the domain: 1.391 at time: 0.330\n", "Well-posedness condition 3J - J_n > 0: True at time 0.330\n", "d (def. map) integrated over the domain: 8.963 at time: 0.330\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.330\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.330\n", "\n", "J integrated over the domain: 3.678 at time: 0.340\n", "J_n integrated over the domain: 2.228 at time: 0.340\n", "Well-posedness condition 3J - J_n > 0: True at time 0.340\n", "d (def. map) integrated over the domain: 17.531 at time: 0.340\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.340\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.340\n", "\n", "J integrated over the domain: 5.652 at time: 0.350\n", "J_n integrated over the domain: 3.678 at time: 0.350\n", "Well-posedness condition 3J - J_n > 0: True at time 0.350\n", "d (def. map) integrated over the domain: 35.944 at time: 0.350\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.350\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.350\n", "\n", "J integrated over the domain: 8.024 at time: 0.360\n", "J_n integrated over the domain: 5.652 at time: 0.360\n", "Well-posedness condition 3J - J_n > 0: True at time 0.360\n", "d (def. map) integrated over the domain: 68.389 at time: 0.360\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.360\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.360\n", "\n", "J integrated over the domain: 10.646 at time: 0.370\n", "J_n integrated over the domain: 8.024 at time: 0.370\n", "Well-posedness condition 3J - J_n > 0: True at time 0.370\n", "d (def. map) integrated over the domain: 117.346 at time: 0.370\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.370\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.370\n", "\n", "J integrated over the domain: 13.354 at time: 0.380\n", "J_n integrated over the domain: 10.646 at time: 0.380\n", "Well-posedness condition 3J - J_n > 0: True at time 0.380\n", "d (def. map) integrated over the domain: 182.319 at time: 0.380\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.380\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.380\n", "\n", "J integrated over the domain: 15.976 at time: 0.390\n", "J_n integrated over the domain: 13.354 at time: 0.390\n", "Well-posedness condition 3J - J_n > 0: True at time 0.390\n", "d (def. map) integrated over the domain: 259.224 at time: 0.390\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.390\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.390\n", "\n", "J integrated over the domain: 18.348 at time: 0.400\n", "J_n integrated over the domain: 15.976 at time: 0.400\n", "Well-posedness condition 3J - J_n > 0: True at time 0.400\n", "d (def. map) integrated over the domain: 340.652 at time: 0.400\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.400\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.400\n", "\n", "J integrated over the domain: 20.322 at time: 0.410\n", "J_n integrated over the domain: 18.348 at time: 0.410\n", "Well-posedness condition 3J - J_n > 0: True at time 0.410\n", "d (def. map) integrated over the domain: 416.965 at time: 0.410\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.410\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.410\n", "\n", "J integrated over the domain: 21.772 at time: 0.420\n", "J_n integrated over the domain: 20.322 at time: 0.420\n", "Well-posedness condition 3J - J_n > 0: True at time 0.420\n", "d (def. map) integrated over the domain: 478.026 at time: 0.420\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.420\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.420\n", "\n", "J integrated over the domain: 22.609 at time: 0.430\n", "J_n integrated over the domain: 21.772 at time: 0.430\n", "Well-posedness condition 3J - J_n > 0: True at time 0.430\n", "d (def. map) integrated over the domain: 515.153 at time: 0.430\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.430\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.430\n", "\n", "J integrated over the domain: 22.779 at time: 0.440\n", "J_n integrated over the domain: 22.609 at time: 0.440\n", "Well-posedness condition 3J - J_n > 0: True at time 0.440\n", "d (def. map) integrated over the domain: 522.869 at time: 0.440\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.440\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.440\n", "\n", "J integrated over the domain: 22.271 at time: 0.450\n", "J_n integrated over the domain: 22.779 at time: 0.450\n", "Well-posedness condition 3J - J_n > 0: True at time 0.450\n", "d (def. map) integrated over the domain: 500.016 at time: 0.450\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.450\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.450\n", "\n", "J integrated over the domain: 21.119 at time: 0.460\n", "J_n integrated over the domain: 22.271 at time: 0.460\n", "Well-posedness condition 3J - J_n > 0: True at time 0.460\n", "d (def. map) integrated over the domain: 450.001 at time: 0.460\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.460\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.460\n", "\n", "J integrated over the domain: 19.393 at time: 0.470\n", "J_n integrated over the domain: 21.119 at time: 0.470\n", "Well-posedness condition 3J - J_n > 0: True at time 0.470\n", "d (def. map) integrated over the domain: 380.093 at time: 0.470\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.470\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.470\n", "\n", "J integrated over the domain: 17.203 at time: 0.480\n", "J_n integrated over the domain: 19.393 at time: 0.480\n", "Well-posedness condition 3J - J_n > 0: True at time 0.480\n", "d (def. map) integrated over the domain: 299.941 at time: 0.480\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.480\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.480\n", "\n", "J integrated over the domain: 14.686 at time: 0.490\n", "J_n integrated over the domain: 17.203 at time: 0.490\n", "Well-posedness condition 3J - J_n > 0: True at time 0.490\n", "d (def. map) integrated over the domain: 219.674 at time: 0.490\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.490\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.490\n", "\n", "J integrated over the domain: 12.000 at time: 0.500\n", "J_n integrated over the domain: 14.686 at time: 0.500\n", "Well-posedness condition 3J - J_n > 0: True at time 0.500\n", "d (def. map) integrated over the domain: 148.000 at time: 0.500\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.500\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.500\n", "\n", "J integrated over the domain: 9.314 at time: 0.510\n", "J_n integrated over the domain: 12.000 at time: 0.510\n", "Well-posedness condition 3J - J_n > 0: True at time 0.510\n", "d (def. map) integrated over the domain: 90.753 at time: 0.510\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.510\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.510\n", "\n", "J integrated over the domain: 6.797 at time: 0.520\n", "J_n integrated over the domain: 9.314 at time: 0.520\n", "Well-posedness condition 3J - J_n > 0: True at time 0.520\n", "d (def. map) integrated over the domain: 50.200 at time: 0.520\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.520\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.520\n", "\n", "J integrated over the domain: 4.607 at time: 0.530\n", "J_n integrated over the domain: 6.797 at time: 0.530\n", "Well-posedness condition 3J - J_n > 0: True at time 0.530\n", "d (def. map) integrated over the domain: 25.223 at time: 0.530\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.530\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.530\n", "\n", "J integrated over the domain: 2.881 at time: 0.540\n", "J_n integrated over the domain: 4.607 at time: 0.540\n", "Well-posedness condition 3J - J_n > 0: True at time 0.540\n", "d (def. map) integrated over the domain: 12.302 at time: 0.540\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.540\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.540\n", "\n", "J integrated over the domain: 1.729 at time: 0.550\n", "J_n integrated over the domain: 2.881 at time: 0.550\n", "Well-posedness condition 3J - J_n > 0: True at time 0.550\n", "d (def. map) integrated over the domain: 6.988 at time: 0.550\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.550\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.550\n", "\n", "J integrated over the domain: 1.221 at time: 0.560\n", "J_n integrated over the domain: 1.729 at time: 0.560\n", "Well-posedness condition 3J - J_n > 0: True at time 0.560\n", "d (def. map) integrated over the domain: 5.492 at time: 0.560\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.560\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.560\n", "\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "J integrated over the domain: 1.391 at time: 0.570\n", "J_n integrated over the domain: 1.221 at time: 0.570\n", "Well-posedness condition 3J - J_n > 0: True at time 0.570\n", "d (def. map) integrated over the domain: 5.936 at time: 0.570\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.570\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.570\n", "\n", "J integrated over the domain: 2.228 at time: 0.580\n", "J_n integrated over the domain: 1.391 at time: 0.580\n", "Well-posedness condition 3J - J_n > 0: True at time 0.580\n", "d (def. map) integrated over the domain: 8.963 at time: 0.580\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.580\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.580\n", "\n", "J integrated over the domain: 3.678 at time: 0.590\n", "J_n integrated over the domain: 2.228 at time: 0.590\n", "Well-posedness condition 3J - J_n > 0: True at time 0.590\n", "d (def. map) integrated over the domain: 17.531 at time: 0.590\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.590\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.590\n", "\n", "J integrated over the domain: 5.652 at time: 0.600\n", "J_n integrated over the domain: 3.678 at time: 0.600\n", "Well-posedness condition 3J - J_n > 0: True at time 0.600\n", "d (def. map) integrated over the domain: 35.944 at time: 0.600\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.600\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.600\n", "\n", "J integrated over the domain: 8.024 at time: 0.610\n", "J_n integrated over the domain: 5.652 at time: 0.610\n", "Well-posedness condition 3J - J_n > 0: True at time 0.610\n", "d (def. map) integrated over the domain: 68.389 at time: 0.610\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.610\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.610\n", "\n", "J integrated over the domain: 10.646 at time: 0.620\n", "J_n integrated over the domain: 8.024 at time: 0.620\n", "Well-posedness condition 3J - J_n > 0: True at time 0.620\n", "d (def. map) integrated over the domain: 117.346 at time: 0.620\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.620\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.620\n", "\n", "J integrated over the domain: 13.354 at time: 0.630\n", "J_n integrated over the domain: 10.646 at time: 0.630\n", "Well-posedness condition 3J - J_n > 0: True at time 0.630\n", "d (def. map) integrated over the domain: 182.319 at time: 0.630\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.630\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.630\n", "\n", "J integrated over the domain: 15.976 at time: 0.640\n", "J_n integrated over the domain: 13.354 at time: 0.640\n", "Well-posedness condition 3J - J_n > 0: True at time 0.640\n", "d (def. map) integrated over the domain: 259.224 at time: 0.640\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.640\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.640\n", "\n", "J integrated over the domain: 18.348 at time: 0.650\n", "J_n integrated over the domain: 15.976 at time: 0.650\n", "Well-posedness condition 3J - J_n > 0: True at time 0.650\n", "d (def. map) integrated over the domain: 340.652 at time: 0.650\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.650\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.650\n", "\n", "J integrated over the domain: 20.322 at time: 0.660\n", "J_n integrated over the domain: 18.348 at time: 0.660\n", "Well-posedness condition 3J - J_n > 0: True at time 0.660\n", "d (def. map) integrated over the domain: 416.965 at time: 0.660\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.660\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.660\n", "\n", "J integrated over the domain: 21.772 at time: 0.670\n", "J_n integrated over the domain: 20.322 at time: 0.670\n", "Well-posedness condition 3J - J_n > 0: True at time 0.670\n", "d (def. map) integrated over the domain: 478.026 at time: 0.670\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.670\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.670\n", "\n", "J integrated over the domain: 22.609 at time: 0.680\n", "J_n integrated over the domain: 21.772 at time: 0.680\n", "Well-posedness condition 3J - J_n > 0: True at time 0.680\n", "d (def. map) integrated over the domain: 515.153 at time: 0.680\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.680\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.680\n", "\n", "J integrated over the domain: 22.779 at time: 0.690\n", "J_n integrated over the domain: 22.609 at time: 0.690\n", "Well-posedness condition 3J - J_n > 0: True at time 0.690\n", "d (def. map) integrated over the domain: 522.869 at time: 0.690\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.690\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.690\n", "\n", "J integrated over the domain: 22.271 at time: 0.700\n", "J_n integrated over the domain: 22.779 at time: 0.700\n", "Well-posedness condition 3J - J_n > 0: True at time 0.700\n", "d (def. map) integrated over the domain: 500.016 at time: 0.700\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.700\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.700\n", "\n", "J integrated over the domain: 21.119 at time: 0.710\n", "J_n integrated over the domain: 22.271 at time: 0.710\n", "Well-posedness condition 3J - J_n > 0: True at time 0.710\n", "d (def. map) integrated over the domain: 450.001 at time: 0.710\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.710\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.710\n", "\n", "J integrated over the domain: 19.393 at time: 0.720\n", "J_n integrated over the domain: 21.119 at time: 0.720\n", "Well-posedness condition 3J - J_n > 0: True at time 0.720\n", "d (def. map) integrated over the domain: 380.093 at time: 0.720\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.720\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.720\n", "\n", "J integrated over the domain: 17.203 at time: 0.730\n", "J_n integrated over the domain: 19.393 at time: 0.730\n", "Well-posedness condition 3J - J_n > 0: True at time 0.730\n", "d (def. map) integrated over the domain: 299.941 at time: 0.730\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.730\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.730\n", "\n", "J integrated over the domain: 14.686 at time: 0.740\n", "J_n integrated over the domain: 17.203 at time: 0.740\n", "Well-posedness condition 3J - J_n > 0: True at time 0.740\n", "d (def. map) integrated over the domain: 219.674 at time: 0.740\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.740\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.740\n", "\n", "J integrated over the domain: 12.000 at time: 0.750\n", "J_n integrated over the domain: 14.686 at time: 0.750\n", "Well-posedness condition 3J - J_n > 0: True at time 0.750\n", "d (def. map) integrated over the domain: 148.000 at time: 0.750\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.750\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.750\n", "\n", "J integrated over the domain: 9.314 at time: 0.760\n", "J_n integrated over the domain: 12.000 at time: 0.760\n", "Well-posedness condition 3J - J_n > 0: True at time 0.760\n", "d (def. map) integrated over the domain: 90.753 at time: 0.760\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.760\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.760\n", "\n", "J integrated over the domain: 6.797 at time: 0.770\n", "J_n integrated over the domain: 9.314 at time: 0.770\n", "Well-posedness condition 3J - J_n > 0: True at time 0.770\n", "d (def. map) integrated over the domain: 50.200 at time: 0.770\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.770\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.770\n", "\n", "J integrated over the domain: 4.607 at time: 0.780\n", "J_n integrated over the domain: 6.797 at time: 0.780\n", "Well-posedness condition 3J - J_n > 0: True at time 0.780\n", "d (def. map) integrated over the domain: 25.223 at time: 0.780\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.780\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.780\n", "\n", "J integrated over the domain: 2.881 at time: 0.790\n", "J_n integrated over the domain: 4.607 at time: 0.790\n", "Well-posedness condition 3J - J_n > 0: True at time 0.790\n", "d (def. map) integrated over the domain: 12.302 at time: 0.790\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.790\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.790\n", "\n", "J integrated over the domain: 1.729 at time: 0.800\n", "J_n integrated over the domain: 2.881 at time: 0.800\n", "Well-posedness condition 3J - J_n > 0: True at time 0.800\n", "d (def. map) integrated over the domain: 6.988 at time: 0.800\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.800\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.800\n", "\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "J integrated over the domain: 1.221 at time: 0.810\n", "J_n integrated over the domain: 1.729 at time: 0.810\n", "Well-posedness condition 3J - J_n > 0: True at time 0.810\n", "d (def. map) integrated over the domain: 5.492 at time: 0.810\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.810\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.810\n", "\n", "J integrated over the domain: 1.391 at time: 0.820\n", "J_n integrated over the domain: 1.221 at time: 0.820\n", "Well-posedness condition 3J - J_n > 0: True at time 0.820\n", "d (def. map) integrated over the domain: 5.936 at time: 0.820\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.820\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.820\n", "\n", "J integrated over the domain: 2.228 at time: 0.830\n", "J_n integrated over the domain: 1.391 at time: 0.830\n", "Well-posedness condition 3J - J_n > 0: True at time 0.830\n", "d (def. map) integrated over the domain: 8.963 at time: 0.830\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.830\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.830\n", "\n", "J integrated over the domain: 3.678 at time: 0.840\n", "J_n integrated over the domain: 2.228 at time: 0.840\n", "Well-posedness condition 3J - J_n > 0: True at time 0.840\n", "d (def. map) integrated over the domain: 17.531 at time: 0.840\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.840\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.840\n", "\n", "J integrated over the domain: 5.652 at time: 0.850\n", "J_n integrated over the domain: 3.678 at time: 0.850\n", "Well-posedness condition 3J - J_n > 0: True at time 0.850\n", "d (def. map) integrated over the domain: 35.944 at time: 0.850\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.850\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.850\n", "\n", "J integrated over the domain: 8.024 at time: 0.860\n", "J_n integrated over the domain: 5.652 at time: 0.860\n", "Well-posedness condition 3J - J_n > 0: True at time 0.860\n", "d (def. map) integrated over the domain: 68.389 at time: 0.860\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.860\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.860\n", "\n", "J integrated over the domain: 10.646 at time: 0.870\n", "J_n integrated over the domain: 8.024 at time: 0.870\n", "Well-posedness condition 3J - J_n > 0: True at time 0.870\n", "d (def. map) integrated over the domain: 117.346 at time: 0.870\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.870\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.870\n", "\n", "J integrated over the domain: 13.354 at time: 0.880\n", "J_n integrated over the domain: 10.646 at time: 0.880\n", "Well-posedness condition 3J - J_n > 0: True at time 0.880\n", "d (def. map) integrated over the domain: 182.319 at time: 0.880\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.880\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.880\n", "\n", "J integrated over the domain: 15.976 at time: 0.890\n", "J_n integrated over the domain: 13.354 at time: 0.890\n", "Well-posedness condition 3J - J_n > 0: True at time 0.890\n", "d (def. map) integrated over the domain: 259.224 at time: 0.890\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.890\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.890\n", "\n", "J integrated over the domain: 18.348 at time: 0.900\n", "J_n integrated over the domain: 15.976 at time: 0.900\n", "Well-posedness condition 3J - J_n > 0: True at time 0.900\n", "d (def. map) integrated over the domain: 340.652 at time: 0.900\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.900\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.900\n", "\n", "J integrated over the domain: 20.322 at time: 0.910\n", "J_n integrated over the domain: 18.348 at time: 0.910\n", "Well-posedness condition 3J - J_n > 0: True at time 0.910\n", "d (def. map) integrated over the domain: 416.965 at time: 0.910\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.910\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.910\n", "\n", "J integrated over the domain: 21.772 at time: 0.920\n", "J_n integrated over the domain: 20.322 at time: 0.920\n", "Well-posedness condition 3J - J_n > 0: True at time 0.920\n", "d (def. map) integrated over the domain: 478.026 at time: 0.920\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.920\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.920\n", "\n", "J integrated over the domain: 22.609 at time: 0.930\n", "J_n integrated over the domain: 21.772 at time: 0.930\n", "Well-posedness condition 3J - J_n > 0: True at time 0.930\n", "d (def. map) integrated over the domain: 515.153 at time: 0.930\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.930\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.930\n", "\n", "J integrated over the domain: 22.779 at time: 0.940\n", "J_n integrated over the domain: 22.609 at time: 0.940\n", "Well-posedness condition 3J - J_n > 0: True at time 0.940\n", "d (def. map) integrated over the domain: 522.869 at time: 0.940\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.940\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.940\n", "\n", "J integrated over the domain: 22.271 at time: 0.950\n", "J_n integrated over the domain: 22.779 at time: 0.950\n", "Well-posedness condition 3J - J_n > 0: True at time 0.950\n", "d (def. map) integrated over the domain: 500.016 at time: 0.950\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.950\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.950\n", "\n", "J integrated over the domain: 21.119 at time: 0.960\n", "J_n integrated over the domain: 22.271 at time: 0.960\n", "Well-posedness condition 3J - J_n > 0: True at time 0.960\n", "d (def. map) integrated over the domain: 450.001 at time: 0.960\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.960\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.960\n", "\n", "J integrated over the domain: 19.393 at time: 0.970\n", "J_n integrated over the domain: 21.119 at time: 0.970\n", "Well-posedness condition 3J - J_n > 0: True at time 0.970\n", "d (def. map) integrated over the domain: 380.093 at time: 0.970\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.970\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.970\n", "\n", "J integrated over the domain: 17.203 at time: 0.980\n", "J_n integrated over the domain: 19.393 at time: 0.980\n", "Well-posedness condition 3J - J_n > 0: True at time 0.980\n", "d (def. map) integrated over the domain: 299.941 at time: 0.980\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.980\n", "Residual of scheme -> 'delta' value: 0.00000 at time 0.980\n", "\n", "J integrated over the domain: 14.686 at time: 0.990\n", "J_n integrated over the domain: 17.203 at time: 0.990\n", "Well-posedness condition 3J - J_n > 0: True at time 0.990\n", "d (def. map) integrated over the domain: 219.674 at time: 0.990\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.990\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.990\n", "\n", "J integrated over the domain: 12.000 at time: 1.000\n", "J_n integrated over the domain: 14.686 at time: 1.000\n", "Well-posedness condition 3J - J_n > 0: True at time 1.000\n", "d (def. map) integrated over the domain: 148.000 at time: 1.000\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.000\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.000\n", "\n", "J integrated over the domain: 9.314 at time: 1.010\n", "J_n integrated over the domain: 12.000 at time: 1.010\n", "Well-posedness condition 3J - J_n > 0: True at time 1.010\n", "d (def. map) integrated over the domain: 90.753 at time: 1.010\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.010\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.010\n", "\n", "J integrated over the domain: 6.797 at time: 1.020\n", "J_n integrated over the domain: 9.314 at time: 1.020\n", "Well-posedness condition 3J - J_n > 0: True at time 1.020\n", "d (def. map) integrated over the domain: 50.200 at time: 1.020\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.020\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.020\n", "\n", "J integrated over the domain: 4.607 at time: 1.030\n", "J_n integrated over the domain: 6.797 at time: 1.030\n", "Well-posedness condition 3J - J_n > 0: True at time 1.030\n", "d (def. map) integrated over the domain: 25.223 at time: 1.030\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.030\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.030\n", "\n", "J integrated over the domain: 2.881 at time: 1.040\n", "J_n integrated over the domain: 4.607 at time: 1.040\n", "Well-posedness condition 3J - J_n > 0: True at time 1.040\n", "d (def. map) integrated over the domain: 12.302 at time: 1.040\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.040\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.040\n", "\n", "J integrated over the domain: 1.729 at time: 1.050\n", "J_n integrated over the domain: 2.881 at time: 1.050\n", "Well-posedness condition 3J - J_n > 0: True at time 1.050\n", "d (def. map) integrated over the domain: 6.988 at time: 1.050\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.050\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.050\n", "\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "J integrated over the domain: 1.221 at time: 1.060\n", "J_n integrated over the domain: 1.729 at time: 1.060\n", "Well-posedness condition 3J - J_n > 0: True at time 1.060\n", "d (def. map) integrated over the domain: 5.492 at time: 1.060\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.060\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.060\n", "\n", "J integrated over the domain: 1.391 at time: 1.070\n", "J_n integrated over the domain: 1.221 at time: 1.070\n", "Well-posedness condition 3J - J_n > 0: True at time 1.070\n", "d (def. map) integrated over the domain: 5.936 at time: 1.070\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.070\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.070\n", "\n", "J integrated over the domain: 2.228 at time: 1.080\n", "J_n integrated over the domain: 1.391 at time: 1.080\n", "Well-posedness condition 3J - J_n > 0: True at time 1.080\n", "d (def. map) integrated over the domain: 8.963 at time: 1.080\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.080\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.080\n", "\n", "J integrated over the domain: 3.678 at time: 1.090\n", "J_n integrated over the domain: 2.228 at time: 1.090\n", "Well-posedness condition 3J - J_n > 0: True at time 1.090\n", "d (def. map) integrated over the domain: 17.531 at time: 1.090\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.090\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.090\n", "\n", "J integrated over the domain: 5.652 at time: 1.100\n", "J_n integrated over the domain: 3.678 at time: 1.100\n", "Well-posedness condition 3J - J_n > 0: True at time 1.100\n", "d (def. map) integrated over the domain: 35.944 at time: 1.100\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.100\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.100\n", "\n", "J integrated over the domain: 8.024 at time: 1.110\n", "J_n integrated over the domain: 5.652 at time: 1.110\n", "Well-posedness condition 3J - J_n > 0: True at time 1.110\n", "d (def. map) integrated over the domain: 68.389 at time: 1.110\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.110\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.110\n", "\n", "J integrated over the domain: 10.646 at time: 1.120\n", "J_n integrated over the domain: 8.024 at time: 1.120\n", "Well-posedness condition 3J - J_n > 0: True at time 1.120\n", "d (def. map) integrated over the domain: 117.346 at time: 1.120\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.120\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.120\n", "\n", "J integrated over the domain: 13.354 at time: 1.130\n", "J_n integrated over the domain: 10.646 at time: 1.130\n", "Well-posedness condition 3J - J_n > 0: True at time 1.130\n", "d (def. map) integrated over the domain: 182.319 at time: 1.130\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.130\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.130\n", "\n", "J integrated over the domain: 15.976 at time: 1.140\n", "J_n integrated over the domain: 13.354 at time: 1.140\n", "Well-posedness condition 3J - J_n > 0: True at time 1.140\n", "d (def. map) integrated over the domain: 259.224 at time: 1.140\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.140\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.140\n", "\n", "J integrated over the domain: 18.348 at time: 1.150\n", "J_n integrated over the domain: 15.976 at time: 1.150\n", "Well-posedness condition 3J - J_n > 0: True at time 1.150\n", "d (def. map) integrated over the domain: 340.652 at time: 1.150\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.150\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.150\n", "\n", "J integrated over the domain: 20.322 at time: 1.160\n", "J_n integrated over the domain: 18.348 at time: 1.160\n", "Well-posedness condition 3J - J_n > 0: True at time 1.160\n", "d (def. map) integrated over the domain: 416.965 at time: 1.160\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.160\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.160\n", "\n", "J integrated over the domain: 21.772 at time: 1.170\n", "J_n integrated over the domain: 20.322 at time: 1.170\n", "Well-posedness condition 3J - J_n > 0: True at time 1.170\n", "d (def. map) integrated over the domain: 478.026 at time: 1.170\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.170\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.170\n", "\n", "J integrated over the domain: 22.609 at time: 1.180\n", "J_n integrated over the domain: 21.772 at time: 1.180\n", "Well-posedness condition 3J - J_n > 0: True at time 1.180\n", "d (def. map) integrated over the domain: 515.153 at time: 1.180\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.180\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.180\n", "\n", "J integrated over the domain: 22.779 at time: 1.190\n", "J_n integrated over the domain: 22.609 at time: 1.190\n", "Well-posedness condition 3J - J_n > 0: True at time 1.190\n", "d (def. map) integrated over the domain: 522.869 at time: 1.190\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.190\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.190\n", "\n", "J integrated over the domain: 22.271 at time: 1.200\n", "J_n integrated over the domain: 22.779 at time: 1.200\n", "Well-posedness condition 3J - J_n > 0: True at time 1.200\n", "d (def. map) integrated over the domain: 500.016 at time: 1.200\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.200\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.200\n", "\n", "J integrated over the domain: 21.119 at time: 1.210\n", "J_n integrated over the domain: 22.271 at time: 1.210\n", "Well-posedness condition 3J - J_n > 0: True at time 1.210\n", "d (def. map) integrated over the domain: 450.001 at time: 1.210\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.210\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.210\n", "\n", "J integrated over the domain: 19.393 at time: 1.220\n", "J_n integrated over the domain: 21.119 at time: 1.220\n", "Well-posedness condition 3J - J_n > 0: True at time 1.220\n", "d (def. map) integrated over the domain: 380.093 at time: 1.220\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.220\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.220\n", "\n", "J integrated over the domain: 17.203 at time: 1.230\n", "J_n integrated over the domain: 19.393 at time: 1.230\n", "Well-posedness condition 3J - J_n > 0: True at time 1.230\n", "d (def. map) integrated over the domain: 299.941 at time: 1.230\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.230\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.230\n", "\n", "J integrated over the domain: 14.686 at time: 1.240\n", "J_n integrated over the domain: 17.203 at time: 1.240\n", "Well-posedness condition 3J - J_n > 0: True at time 1.240\n", "d (def. map) integrated over the domain: 219.674 at time: 1.240\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.240\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.240\n", "\n", "J integrated over the domain: 12.000 at time: 1.250\n", "J_n integrated over the domain: 14.686 at time: 1.250\n", "Well-posedness condition 3J - J_n > 0: True at time 1.250\n", "d (def. map) integrated over the domain: 148.000 at time: 1.250\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.250\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.250\n", "\n", "J integrated over the domain: 9.314 at time: 1.260\n", "J_n integrated over the domain: 12.000 at time: 1.260\n", "Well-posedness condition 3J - J_n > 0: True at time 1.260\n", "d (def. map) integrated over the domain: 90.753 at time: 1.260\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.260\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.260\n", "\n", "J integrated over the domain: 6.797 at time: 1.270\n", "J_n integrated over the domain: 9.314 at time: 1.270\n", "Well-posedness condition 3J - J_n > 0: True at time 1.270\n", "d (def. map) integrated over the domain: 50.200 at time: 1.270\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.270\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.270\n", "\n", "J integrated over the domain: 4.607 at time: 1.280\n", "J_n integrated over the domain: 6.797 at time: 1.280\n", "Well-posedness condition 3J - J_n > 0: True at time 1.280\n", "d (def. map) integrated over the domain: 25.223 at time: 1.280\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.280\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.280\n", "\n", "J integrated over the domain: 2.881 at time: 1.290\n", "J_n integrated over the domain: 4.607 at time: 1.290\n", "Well-posedness condition 3J - J_n > 0: True at time 1.290\n", "d (def. map) integrated over the domain: 12.302 at time: 1.290\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.290\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.290\n", "\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "J integrated over the domain: 1.729 at time: 1.300\n", "J_n integrated over the domain: 2.881 at time: 1.300\n", "Well-posedness condition 3J - J_n > 0: True at time 1.300\n", "d (def. map) integrated over the domain: 6.988 at time: 1.300\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.300\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.300\n", "\n", "J integrated over the domain: 1.221 at time: 1.310\n", "J_n integrated over the domain: 1.729 at time: 1.310\n", "Well-posedness condition 3J - J_n > 0: True at time 1.310\n", "d (def. map) integrated over the domain: 5.492 at time: 1.310\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.310\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.310\n", "\n", "J integrated over the domain: 1.391 at time: 1.320\n", "J_n integrated over the domain: 1.221 at time: 1.320\n", "Well-posedness condition 3J - J_n > 0: True at time 1.320\n", "d (def. map) integrated over the domain: 5.936 at time: 1.320\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.320\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.320\n", "\n", "J integrated over the domain: 2.228 at time: 1.330\n", "J_n integrated over the domain: 1.391 at time: 1.330\n", "Well-posedness condition 3J - J_n > 0: True at time 1.330\n", "d (def. map) integrated over the domain: 8.963 at time: 1.330\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.330\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.330\n", "\n", "J integrated over the domain: 3.678 at time: 1.340\n", "J_n integrated over the domain: 2.228 at time: 1.340\n", "Well-posedness condition 3J - J_n > 0: True at time 1.340\n", "d (def. map) integrated over the domain: 17.531 at time: 1.340\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.340\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.340\n", "\n", "J integrated over the domain: 5.652 at time: 1.350\n", "J_n integrated over the domain: 3.678 at time: 1.350\n", "Well-posedness condition 3J - J_n > 0: True at time 1.350\n", "d (def. map) integrated over the domain: 35.944 at time: 1.350\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.350\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.350\n", "\n", "J integrated over the domain: 8.024 at time: 1.360\n", "J_n integrated over the domain: 5.652 at time: 1.360\n", "Well-posedness condition 3J - J_n > 0: True at time 1.360\n", "d (def. map) integrated over the domain: 68.389 at time: 1.360\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.360\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.360\n", "\n", "J integrated over the domain: 10.646 at time: 1.370\n", "J_n integrated over the domain: 8.024 at time: 1.370\n", "Well-posedness condition 3J - J_n > 0: True at time 1.370\n", "d (def. map) integrated over the domain: 117.346 at time: 1.370\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.370\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.370\n", "\n", "J integrated over the domain: 13.354 at time: 1.380\n", "J_n integrated over the domain: 10.646 at time: 1.380\n", "Well-posedness condition 3J - J_n > 0: True at time 1.380\n", "d (def. map) integrated over the domain: 182.319 at time: 1.380\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.380\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.380\n", "\n", "J integrated over the domain: 15.976 at time: 1.390\n", "J_n integrated over the domain: 13.354 at time: 1.390\n", "Well-posedness condition 3J - J_n > 0: True at time 1.390\n", "d (def. map) integrated over the domain: 259.224 at time: 1.390\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.390\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.390\n", "\n", "J integrated over the domain: 18.348 at time: 1.400\n", "J_n integrated over the domain: 15.976 at time: 1.400\n", "Well-posedness condition 3J - J_n > 0: True at time 1.400\n", "d (def. map) integrated over the domain: 340.652 at time: 1.400\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.400\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.400\n", "\n", "J integrated over the domain: 20.322 at time: 1.410\n", "J_n integrated over the domain: 18.348 at time: 1.410\n", "Well-posedness condition 3J - J_n > 0: True at time 1.410\n", "d (def. map) integrated over the domain: 416.965 at time: 1.410\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.410\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.410\n", "\n", "J integrated over the domain: 21.772 at time: 1.420\n", "J_n integrated over the domain: 20.322 at time: 1.420\n", "Well-posedness condition 3J - J_n > 0: True at time 1.420\n", "d (def. map) integrated over the domain: 478.026 at time: 1.420\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.420\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.420\n", "\n", "J integrated over the domain: 22.609 at time: 1.430\n", "J_n integrated over the domain: 21.772 at time: 1.430\n", "Well-posedness condition 3J - J_n > 0: True at time 1.430\n", "d (def. map) integrated over the domain: 515.153 at time: 1.430\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.430\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.430\n", "\n", "J integrated over the domain: 22.779 at time: 1.440\n", "J_n integrated over the domain: 22.609 at time: 1.440\n", "Well-posedness condition 3J - J_n > 0: True at time 1.440\n", "d (def. map) integrated over the domain: 522.869 at time: 1.440\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.440\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.440\n", "\n", "J integrated over the domain: 22.271 at time: 1.450\n", "J_n integrated over the domain: 22.779 at time: 1.450\n", "Well-posedness condition 3J - J_n > 0: True at time 1.450\n", "d (def. map) integrated over the domain: 500.016 at time: 1.450\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.450\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.450\n", "\n", "J integrated over the domain: 21.119 at time: 1.460\n", "J_n integrated over the domain: 22.271 at time: 1.460\n", "Well-posedness condition 3J - J_n > 0: True at time 1.460\n", "d (def. map) integrated over the domain: 450.001 at time: 1.460\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.460\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.460\n", "\n", "J integrated over the domain: 19.393 at time: 1.470\n", "J_n integrated over the domain: 21.119 at time: 1.470\n", "Well-posedness condition 3J - J_n > 0: True at time 1.470\n", "d (def. map) integrated over the domain: 380.093 at time: 1.470\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.470\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.470\n", "\n", "J integrated over the domain: 17.203 at time: 1.480\n", "J_n integrated over the domain: 19.393 at time: 1.480\n", "Well-posedness condition 3J - J_n > 0: True at time 1.480\n", "d (def. map) integrated over the domain: 299.941 at time: 1.480\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.480\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.480\n", "\n", "J integrated over the domain: 14.686 at time: 1.490\n", "J_n integrated over the domain: 17.203 at time: 1.490\n", "Well-posedness condition 3J - J_n > 0: True at time 1.490\n", "d (def. map) integrated over the domain: 219.674 at time: 1.490\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.490\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.490\n", "\n", "J integrated over the domain: 12.000 at time: 1.500\n", "J_n integrated over the domain: 14.686 at time: 1.500\n", "Well-posedness condition 3J - J_n > 0: True at time 1.500\n", "d (def. map) integrated over the domain: 148.000 at time: 1.500\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.500\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.500\n", "\n", "J integrated over the domain: 9.314 at time: 1.510\n", "J_n integrated over the domain: 12.000 at time: 1.510\n", "Well-posedness condition 3J - J_n > 0: True at time 1.510\n", "d (def. map) integrated over the domain: 90.753 at time: 1.510\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.510\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.510\n", "\n", "J integrated over the domain: 6.797 at time: 1.520\n", "J_n integrated over the domain: 9.314 at time: 1.520\n", "Well-posedness condition 3J - J_n > 0: True at time 1.520\n", "d (def. map) integrated over the domain: 50.200 at time: 1.520\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.520\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.520\n", "\n", "J integrated over the domain: 4.607 at time: 1.530\n", "J_n integrated over the domain: 6.797 at time: 1.530\n", "Well-posedness condition 3J - J_n > 0: True at time 1.530\n", "d (def. map) integrated over the domain: 25.223 at time: 1.530\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.530\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.530\n", "\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "J integrated over the domain: 2.881 at time: 1.540\n", "J_n integrated over the domain: 4.607 at time: 1.540\n", "Well-posedness condition 3J - J_n > 0: True at time 1.540\n", "d (def. map) integrated over the domain: 12.302 at time: 1.540\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.540\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.540\n", "\n", "J integrated over the domain: 1.729 at time: 1.550\n", "J_n integrated over the domain: 2.881 at time: 1.550\n", "Well-posedness condition 3J - J_n > 0: True at time 1.550\n", "d (def. map) integrated over the domain: 6.988 at time: 1.550\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.550\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.550\n", "\n", "J integrated over the domain: 1.221 at time: 1.560\n", "J_n integrated over the domain: 1.729 at time: 1.560\n", "Well-posedness condition 3J - J_n > 0: True at time 1.560\n", "d (def. map) integrated over the domain: 5.492 at time: 1.560\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.560\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.560\n", "\n", "J integrated over the domain: 1.391 at time: 1.570\n", "J_n integrated over the domain: 1.221 at time: 1.570\n", "Well-posedness condition 3J - J_n > 0: True at time 1.570\n", "d (def. map) integrated over the domain: 5.936 at time: 1.570\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.570\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.570\n", "\n", "J integrated over the domain: 2.228 at time: 1.580\n", "J_n integrated over the domain: 1.391 at time: 1.580\n", "Well-posedness condition 3J - J_n > 0: True at time 1.580\n", "d (def. map) integrated over the domain: 8.963 at time: 1.580\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.580\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.580\n", "\n", "J integrated over the domain: 3.678 at time: 1.590\n", "J_n integrated over the domain: 2.228 at time: 1.590\n", "Well-posedness condition 3J - J_n > 0: True at time 1.590\n", "d (def. map) integrated over the domain: 17.531 at time: 1.590\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.590\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.590\n", "\n", "J integrated over the domain: 5.652 at time: 1.600\n", "J_n integrated over the domain: 3.678 at time: 1.600\n", "Well-posedness condition 3J - J_n > 0: True at time 1.600\n", "d (def. map) integrated over the domain: 35.944 at time: 1.600\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.600\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.600\n", "\n", "J integrated over the domain: 8.024 at time: 1.610\n", "J_n integrated over the domain: 5.652 at time: 1.610\n", "Well-posedness condition 3J - J_n > 0: True at time 1.610\n", "d (def. map) integrated over the domain: 68.389 at time: 1.610\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.610\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.610\n", "\n", "J integrated over the domain: 10.646 at time: 1.620\n", "J_n integrated over the domain: 8.024 at time: 1.620\n", "Well-posedness condition 3J - J_n > 0: True at time 1.620\n", "d (def. map) integrated over the domain: 117.346 at time: 1.620\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.620\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.620\n", "\n", "J integrated over the domain: 13.354 at time: 1.630\n", "J_n integrated over the domain: 10.646 at time: 1.630\n", "Well-posedness condition 3J - J_n > 0: True at time 1.630\n", "d (def. map) integrated over the domain: 182.319 at time: 1.630\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.630\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.630\n", "\n", "J integrated over the domain: 15.976 at time: 1.640\n", "J_n integrated over the domain: 13.354 at time: 1.640\n", "Well-posedness condition 3J - J_n > 0: True at time 1.640\n", "d (def. map) integrated over the domain: 259.224 at time: 1.640\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.640\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.640\n", "\n", "J integrated over the domain: 18.348 at time: 1.650\n", "J_n integrated over the domain: 15.976 at time: 1.650\n", "Well-posedness condition 3J - J_n > 0: True at time 1.650\n", "d (def. map) integrated over the domain: 340.652 at time: 1.650\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.650\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.650\n", "\n", "J integrated over the domain: 20.322 at time: 1.660\n", "J_n integrated over the domain: 18.348 at time: 1.660\n", "Well-posedness condition 3J - J_n > 0: True at time 1.660\n", "d (def. map) integrated over the domain: 416.965 at time: 1.660\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.660\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.660\n", "\n", "J integrated over the domain: 21.772 at time: 1.670\n", "J_n integrated over the domain: 20.322 at time: 1.670\n", "Well-posedness condition 3J - J_n > 0: True at time 1.670\n", "d (def. map) integrated over the domain: 478.026 at time: 1.670\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.670\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.670\n", "\n", "J integrated over the domain: 22.609 at time: 1.680\n", "J_n integrated over the domain: 21.772 at time: 1.680\n", "Well-posedness condition 3J - J_n > 0: True at time 1.680\n", "d (def. map) integrated over the domain: 515.153 at time: 1.680\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.680\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.680\n", "\n", "J integrated over the domain: 22.779 at time: 1.690\n", "J_n integrated over the domain: 22.609 at time: 1.690\n", "Well-posedness condition 3J - J_n > 0: True at time 1.690\n", "d (def. map) integrated over the domain: 522.869 at time: 1.690\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.690\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.690\n", "\n", "J integrated over the domain: 22.271 at time: 1.700\n", "J_n integrated over the domain: 22.779 at time: 1.700\n", "Well-posedness condition 3J - J_n > 0: True at time 1.700\n", "d (def. map) integrated over the domain: 500.016 at time: 1.700\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.700\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.700\n", "\n", "J integrated over the domain: 21.119 at time: 1.710\n", "J_n integrated over the domain: 22.271 at time: 1.710\n", "Well-posedness condition 3J - J_n > 0: True at time 1.710\n", "d (def. map) integrated over the domain: 450.001 at time: 1.710\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.710\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.710\n", "\n", "J integrated over the domain: 19.393 at time: 1.720\n", "J_n integrated over the domain: 21.119 at time: 1.720\n", "Well-posedness condition 3J - J_n > 0: True at time 1.720\n", "d (def. map) integrated over the domain: 380.093 at time: 1.720\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.720\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.720\n", "\n", "J integrated over the domain: 17.203 at time: 1.730\n", "J_n integrated over the domain: 19.393 at time: 1.730\n", "Well-posedness condition 3J - J_n > 0: True at time 1.730\n", "d (def. map) integrated over the domain: 299.941 at time: 1.730\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.730\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.730\n", "\n", "J integrated over the domain: 14.686 at time: 1.740\n", "J_n integrated over the domain: 17.203 at time: 1.740\n", "Well-posedness condition 3J - J_n > 0: True at time 1.740\n", "d (def. map) integrated over the domain: 219.674 at time: 1.740\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.740\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.740\n", "\n", "J integrated over the domain: 12.000 at time: 1.750\n", "J_n integrated over the domain: 14.686 at time: 1.750\n", "Well-posedness condition 3J - J_n > 0: True at time 1.750\n", "d (def. map) integrated over the domain: 148.000 at time: 1.750\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.750\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.750\n", "\n", "J integrated over the domain: 9.314 at time: 1.760\n", "J_n integrated over the domain: 12.000 at time: 1.760\n", "Well-posedness condition 3J - J_n > 0: True at time 1.760\n", "d (def. map) integrated over the domain: 90.753 at time: 1.760\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.760\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.760\n", "\n", "J integrated over the domain: 6.797 at time: 1.770\n", "J_n integrated over the domain: 9.314 at time: 1.770\n", "Well-posedness condition 3J - J_n > 0: True at time 1.770\n", "d (def. map) integrated over the domain: 50.200 at time: 1.770\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.770\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.770\n", "\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "J integrated over the domain: 4.607 at time: 1.780\n", "J_n integrated over the domain: 6.797 at time: 1.780\n", "Well-posedness condition 3J - J_n > 0: True at time 1.780\n", "d (def. map) integrated over the domain: 25.223 at time: 1.780\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.780\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.780\n", "\n", "J integrated over the domain: 2.881 at time: 1.790\n", "J_n integrated over the domain: 4.607 at time: 1.790\n", "Well-posedness condition 3J - J_n > 0: True at time 1.790\n", "d (def. map) integrated over the domain: 12.302 at time: 1.790\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.790\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.790\n", "\n", "J integrated over the domain: 1.729 at time: 1.800\n", "J_n integrated over the domain: 2.881 at time: 1.800\n", "Well-posedness condition 3J - J_n > 0: True at time 1.800\n", "d (def. map) integrated over the domain: 6.988 at time: 1.800\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.800\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.800\n", "\n", "J integrated over the domain: 1.221 at time: 1.810\n", "J_n integrated over the domain: 1.729 at time: 1.810\n", "Well-posedness condition 3J - J_n > 0: True at time 1.810\n", "d (def. map) integrated over the domain: 5.492 at time: 1.810\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.810\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.810\n", "\n", "J integrated over the domain: 1.391 at time: 1.820\n", "J_n integrated over the domain: 1.221 at time: 1.820\n", "Well-posedness condition 3J - J_n > 0: True at time 1.820\n", "d (def. map) integrated over the domain: 5.936 at time: 1.820\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.820\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.820\n", "\n", "J integrated over the domain: 2.228 at time: 1.830\n", "J_n integrated over the domain: 1.391 at time: 1.830\n", "Well-posedness condition 3J - J_n > 0: True at time 1.830\n", "d (def. map) integrated over the domain: 8.963 at time: 1.830\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.830\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.830\n", "\n", "J integrated over the domain: 3.678 at time: 1.840\n", "J_n integrated over the domain: 2.228 at time: 1.840\n", "Well-posedness condition 3J - J_n > 0: True at time 1.840\n", "d (def. map) integrated over the domain: 17.531 at time: 1.840\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.840\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.840\n", "\n", "J integrated over the domain: 5.652 at time: 1.850\n", "J_n integrated over the domain: 3.678 at time: 1.850\n", "Well-posedness condition 3J - J_n > 0: True at time 1.850\n", "d (def. map) integrated over the domain: 35.944 at time: 1.850\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.850\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.850\n", "\n", "J integrated over the domain: 8.024 at time: 1.860\n", "J_n integrated over the domain: 5.652 at time: 1.860\n", "Well-posedness condition 3J - J_n > 0: True at time 1.860\n", "d (def. map) integrated over the domain: 68.389 at time: 1.860\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.860\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.860\n", "\n", "J integrated over the domain: 10.646 at time: 1.870\n", "J_n integrated over the domain: 8.024 at time: 1.870\n", "Well-posedness condition 3J - J_n > 0: True at time 1.870\n", "d (def. map) integrated over the domain: 117.346 at time: 1.870\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.870\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.870\n", "\n", "J integrated over the domain: 13.354 at time: 1.880\n", "J_n integrated over the domain: 10.646 at time: 1.880\n", "Well-posedness condition 3J - J_n > 0: True at time 1.880\n", "d (def. map) integrated over the domain: 182.319 at time: 1.880\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.880\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.880\n", "\n", "J integrated over the domain: 15.976 at time: 1.890\n", "J_n integrated over the domain: 13.354 at time: 1.890\n", "Well-posedness condition 3J - J_n > 0: True at time 1.890\n", "d (def. map) integrated over the domain: 259.224 at time: 1.890\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.890\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.890\n", "\n", "J integrated over the domain: 18.348 at time: 1.900\n", "J_n integrated over the domain: 15.976 at time: 1.900\n", "Well-posedness condition 3J - J_n > 0: True at time 1.900\n", "d (def. map) integrated over the domain: 340.652 at time: 1.900\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.900\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.900\n", "\n", "J integrated over the domain: 20.322 at time: 1.910\n", "J_n integrated over the domain: 18.348 at time: 1.910\n", "Well-posedness condition 3J - J_n > 0: True at time 1.910\n", "d (def. map) integrated over the domain: 416.965 at time: 1.910\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.910\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.910\n", "\n", "J integrated over the domain: 21.772 at time: 1.920\n", "J_n integrated over the domain: 20.322 at time: 1.920\n", "Well-posedness condition 3J - J_n > 0: True at time 1.920\n", "d (def. map) integrated over the domain: 478.026 at time: 1.920\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.920\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.920\n", "\n", "J integrated over the domain: 22.609 at time: 1.930\n", "J_n integrated over the domain: 21.772 at time: 1.930\n", "Well-posedness condition 3J - J_n > 0: True at time 1.930\n", "d (def. map) integrated over the domain: 515.153 at time: 1.930\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.930\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.930\n", "\n", "J integrated over the domain: 22.779 at time: 1.940\n", "J_n integrated over the domain: 22.609 at time: 1.940\n", "Well-posedness condition 3J - J_n > 0: True at time 1.940\n", "d (def. map) integrated over the domain: 522.869 at time: 1.940\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.940\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.940\n", "\n", "J integrated over the domain: 22.271 at time: 1.950\n", "J_n integrated over the domain: 22.779 at time: 1.950\n", "Well-posedness condition 3J - J_n > 0: True at time 1.950\n", "d (def. map) integrated over the domain: 500.016 at time: 1.950\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.950\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.950\n", "\n", "J integrated over the domain: 21.119 at time: 1.960\n", "J_n integrated over the domain: 22.271 at time: 1.960\n", "Well-posedness condition 3J - J_n > 0: True at time 1.960\n", "d (def. map) integrated over the domain: 450.001 at time: 1.960\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.960\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.960\n", "\n", "J integrated over the domain: 19.393 at time: 1.970\n", "J_n integrated over the domain: 21.119 at time: 1.970\n", "Well-posedness condition 3J - J_n > 0: True at time 1.970\n", "d (def. map) integrated over the domain: 380.093 at time: 1.970\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.970\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.970\n", "\n", "J integrated over the domain: 17.203 at time: 1.980\n", "J_n integrated over the domain: 19.393 at time: 1.980\n", "Well-posedness condition 3J - J_n > 0: True at time 1.980\n", "d (def. map) integrated over the domain: 299.941 at time: 1.980\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.980\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.980\n", "\n", "J integrated over the domain: 14.686 at time: 1.990\n", "J_n integrated over the domain: 17.203 at time: 1.990\n", "Well-posedness condition 3J - J_n > 0: True at time 1.990\n", "d (def. map) integrated over the domain: 219.674 at time: 1.990\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.990\n", "Residual of scheme -> 'delta' value: 0.00000 at time 1.990\n", "\n", "J integrated over the domain: 12.000 at time: 2.000\n", "J_n integrated over the domain: 14.686 at time: 2.000\n", "Well-posedness condition 3J - J_n > 0: True at time 2.000\n", "d (def. map) integrated over the domain: 148.000 at time: 2.000\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 2.000\n", "Residual of scheme -> 'delta' value: 0.00000 at time 2.000\n", "\n", "Number of degrees of freedom: 14387\n", "Solution Computed in 103.93 seconds\n", "\n", "----------------Computation Completed!----------------\n", "\n", "\n", "----------------Simulations Done!----------------.\n", "\n", "Initializing testing of two deformation cases with input parameters:\n", " Solver to use -solver_to_use- : LU\n", " \n", "\n", "Initializing iNSE problem with Deformation type: High_Osc_exp\n", "\n", "\n", "Setup with initial condition: True\n", "Using a non-zero initial condition (2D-Gaussian) for the velocity field!\n", "Defining forms associated to Chorin-Temam scheme...\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Using LU Solver...\n", "Starting iteration over time...\n", "E (Energy) of initial t. velocity: 0.01648 at time 0.000\n", "\n", "J integrated over the domain: 14.686 at time: 0.010\n", "J_n integrated over the domain: 12.000 at time: 0.010\n", "Well-posedness condition 3J - J_n > 0: True at time 0.010\n", "d (def. map) integrated over the domain: 219.674 at time: 0.010\n", "Strain energy E( eps(|u|^2) ): 0.00007 at time 0.010\n", "Residual of scheme -> 'delta' value: -0.00069 at time 0.010\n", "\n", "J integrated over the domain: 17.203 at time: 0.020\n", "J_n integrated over the domain: 14.686 at time: 0.020\n", "Well-posedness condition 3J - J_n > 0: True at time 0.020\n", "d (def. map) integrated over the domain: 299.941 at time: 0.020\n", "Strain energy E( eps(|u|^2) ): 0.00006 at time 0.020\n", "Residual of scheme -> 'delta' value: -0.00010 at time 0.020\n", "\n", "J integrated over the domain: 19.393 at time: 0.030\n", "J_n integrated over the domain: 17.203 at time: 0.030\n", "Well-posedness condition 3J - J_n > 0: True at time 0.030\n", "d (def. map) integrated over the domain: 380.093 at time: 0.030\n", "Strain energy E( eps(|u|^2) ): 0.00006 at time 0.030\n", "Residual of scheme -> 'delta' value: -0.00005 at time 0.030\n", "\n", "J integrated over the domain: 21.119 at time: 0.040\n", "J_n integrated over the domain: 19.393 at time: 0.040\n", "Well-posedness condition 3J - J_n > 0: True at time 0.040\n", "d (def. map) integrated over the domain: 450.001 at time: 0.040\n", "Strain energy E( eps(|u|^2) ): 0.00005 at time 0.040\n", "Residual of scheme -> 'delta' value: -0.00002 at time 0.040\n", "\n", "J integrated over the domain: 22.271 at time: 0.050\n", "J_n integrated over the domain: 21.119 at time: 0.050\n", "Well-posedness condition 3J - J_n > 0: True at time 0.050\n", "d (def. map) integrated over the domain: 500.016 at time: 0.050\n", "Strain energy E( eps(|u|^2) ): 0.00005 at time 0.050\n", "Residual of scheme -> 'delta' value: -0.00001 at time 0.050\n", "\n", "J integrated over the domain: 22.779 at time: 0.060\n", "J_n integrated over the domain: 22.271 at time: 0.060\n", "Well-posedness condition 3J - J_n > 0: True at time 0.060\n", "d (def. map) integrated over the domain: 522.869 at time: 0.060\n", "Strain energy E( eps(|u|^2) ): 0.00004 at time 0.060\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.060\n", "\n", "J integrated over the domain: 22.609 at time: 0.070\n", "J_n integrated over the domain: 22.779 at time: 0.070\n", "Well-posedness condition 3J - J_n > 0: True at time 0.070\n", "d (def. map) integrated over the domain: 515.153 at time: 0.070\n", "Strain energy E( eps(|u|^2) ): 0.00004 at time 0.070\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.070\n", "\n", "J integrated over the domain: 21.772 at time: 0.080\n", "J_n integrated over the domain: 22.609 at time: 0.080\n", "Well-posedness condition 3J - J_n > 0: True at time 0.080\n", "d (def. map) integrated over the domain: 478.026 at time: 0.080\n", "Strain energy E( eps(|u|^2) ): 0.00004 at time 0.080\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.080\n", "\n", "J integrated over the domain: 20.322 at time: 0.090\n", "J_n integrated over the domain: 21.772 at time: 0.090\n", "Well-posedness condition 3J - J_n > 0: True at time 0.090\n", "d (def. map) integrated over the domain: 416.965 at time: 0.090\n", "Strain energy E( eps(|u|^2) ): 0.00003 at time 0.090\n", "Residual of scheme -> 'delta' value: -0.00001 at time 0.090\n", "\n", "J integrated over the domain: 18.348 at time: 0.100\n", "J_n integrated over the domain: 20.322 at time: 0.100\n", "Well-posedness condition 3J - J_n > 0: True at time 0.100\n", "d (def. map) integrated over the domain: 340.652 at time: 0.100\n", "Strain energy E( eps(|u|^2) ): 0.00003 at time 0.100\n", "Residual of scheme -> 'delta' value: -0.00002 at time 0.100\n", "\n", "J integrated over the domain: 15.976 at time: 0.110\n", "J_n integrated over the domain: 18.348 at time: 0.110\n", "Well-posedness condition 3J - J_n > 0: True at time 0.110\n", "d (def. map) integrated over the domain: 259.224 at time: 0.110\n", "Strain energy E( eps(|u|^2) ): 0.00003 at time 0.110\n", "Residual of scheme -> 'delta' value: -0.00003 at time 0.110\n", "\n", "J integrated over the domain: 13.354 at time: 0.120\n", "J_n integrated over the domain: 15.976 at time: 0.120\n", "Well-posedness condition 3J - J_n > 0: True at time 0.120\n", "d (def. map) integrated over the domain: 182.319 at time: 0.120\n", "Strain energy E( eps(|u|^2) ): 0.00004 at time 0.120\n", "Residual of scheme -> 'delta' value: -0.00005 at time 0.120\n", "\n", "J integrated over the domain: 10.646 at time: 0.130\n", "J_n integrated over the domain: 13.354 at time: 0.130\n", "Well-posedness condition 3J - J_n > 0: True at time 0.130\n", "d (def. map) integrated over the domain: 117.346 at time: 0.130\n", "Strain energy E( eps(|u|^2) ): 0.00008 at time 0.130\n", "Residual of scheme -> 'delta' value: -0.00005 at time 0.130\n", "\n", "J integrated over the domain: 8.024 at time: 0.140\n", "J_n integrated over the domain: 10.646 at time: 0.140\n", "Well-posedness condition 3J - J_n > 0: True at time 0.140\n", "d (def. map) integrated over the domain: 68.389 at time: 0.140\n", "Strain energy E( eps(|u|^2) ): 0.00015 at time 0.140\n", "Residual of scheme -> 'delta' value: -0.00005 at time 0.140\n", "\n", "J integrated over the domain: 5.652 at time: 0.150\n", "J_n integrated over the domain: 8.024 at time: 0.150\n", "Well-posedness condition 3J - J_n > 0: True at time 0.150\n", "d (def. map) integrated over the domain: 35.944 at time: 0.150\n", "Strain energy E( eps(|u|^2) ): 0.00020 at time 0.150\n", "Residual of scheme -> 'delta' value: -0.00005 at time 0.150\n", "\n", "J integrated over the domain: 3.678 at time: 0.160\n", "J_n integrated over the domain: 5.652 at time: 0.160\n", "Well-posedness condition 3J - J_n > 0: True at time 0.160\n", "d (def. map) integrated over the domain: 17.531 at time: 0.160\n", "Strain energy E( eps(|u|^2) ): 0.00016 at time 0.160\n", "Residual of scheme -> 'delta' value: -0.00005 at time 0.160\n", "\n", "J integrated over the domain: 2.228 at time: 0.170\n", "J_n integrated over the domain: 3.678 at time: 0.170\n", "Well-posedness condition 3J - J_n > 0: True at time 0.170\n", "d (def. map) integrated over the domain: 8.963 at time: 0.170\n", "Strain energy E( eps(|u|^2) ): 0.00008 at time 0.170\n", "Residual of scheme -> 'delta' value: -0.00004 at time 0.170\n", "\n", "J integrated over the domain: 1.391 at time: 0.180\n", "J_n integrated over the domain: 2.228 at time: 0.180\n", "Well-posedness condition 3J - J_n > 0: True at time 0.180\n", "d (def. map) integrated over the domain: 5.936 at time: 0.180\n", "Strain energy E( eps(|u|^2) ): 0.00002 at time 0.180\n", "Residual of scheme -> 'delta' value: -0.00002 at time 0.180\n", "\n", "J integrated over the domain: 1.221 at time: 0.190\n", "J_n integrated over the domain: 1.391 at time: 0.190\n", "Well-posedness condition 3J - J_n > 0: True at time 0.190\n", "d (def. map) integrated over the domain: 5.492 at time: 0.190\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.190\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.190\n", "\n", "J integrated over the domain: 1.729 at time: 0.200\n", "J_n integrated over the domain: 1.221 at time: 0.200\n", "Well-posedness condition 3J - J_n > 0: True at time 0.200\n", "d (def. map) integrated over the domain: 6.988 at time: 0.200\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.200\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.200\n", "\n", "J integrated over the domain: 2.881 at time: 0.210\n", "J_n integrated over the domain: 1.729 at time: 0.210\n", "Well-posedness condition 3J - J_n > 0: True at time 0.210\n", "d (def. map) integrated over the domain: 12.302 at time: 0.210\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.210\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.210\n", "\n", "J integrated over the domain: 4.607 at time: 0.220\n", "J_n integrated over the domain: 2.881 at time: 0.220\n", "Well-posedness condition 3J - J_n > 0: True at time 0.220\n", "d (def. map) integrated over the domain: 25.223 at time: 0.220\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.220\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.220\n", "\n", "J integrated over the domain: 6.797 at time: 0.230\n", "J_n integrated over the domain: 4.607 at time: 0.230\n", "Well-posedness condition 3J - J_n > 0: True at time 0.230\n", "d (def. map) integrated over the domain: 50.200 at time: 0.230\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.230\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.230\n", "\n", "J integrated over the domain: 9.314 at time: 0.240\n", "J_n integrated over the domain: 6.797 at time: 0.240\n", "Well-posedness condition 3J - J_n > 0: True at time 0.240\n", "d (def. map) integrated over the domain: 90.753 at time: 0.240\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.240\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.240\n", "\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "J integrated over the domain: 12.000 at time: 0.250\n", "J_n integrated over the domain: 9.314 at time: 0.250\n", "Well-posedness condition 3J - J_n > 0: True at time 0.250\n", "d (def. map) integrated over the domain: 148.000 at time: 0.250\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.250\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.250\n", "\n", "J integrated over the domain: 14.686 at time: 0.260\n", "J_n integrated over the domain: 12.000 at time: 0.260\n", "Well-posedness condition 3J - J_n > 0: True at time 0.260\n", "d (def. map) integrated over the domain: 219.674 at time: 0.260\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.260\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.260\n", "\n", "J integrated over the domain: 17.203 at time: 0.270\n", "J_n integrated over the domain: 14.686 at time: 0.270\n", "Well-posedness condition 3J - J_n > 0: True at time 0.270\n", "d (def. map) integrated over the domain: 299.941 at time: 0.270\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.270\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.270\n", "\n", "J integrated over the domain: 19.393 at time: 0.280\n", "J_n integrated over the domain: 17.203 at time: 0.280\n", "Well-posedness condition 3J - J_n > 0: True at time 0.280\n", "d (def. map) integrated over the domain: 380.093 at time: 0.280\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.280\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.280\n", "\n", "J integrated over the domain: 21.119 at time: 0.290\n", "J_n integrated over the domain: 19.393 at time: 0.290\n", "Well-posedness condition 3J - J_n > 0: True at time 0.290\n", "d (def. map) integrated over the domain: 450.001 at time: 0.290\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.290\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.290\n", "\n", "J integrated over the domain: 22.271 at time: 0.300\n", "J_n integrated over the domain: 21.119 at time: 0.300\n", "Well-posedness condition 3J - J_n > 0: True at time 0.300\n", "d (def. map) integrated over the domain: 500.016 at time: 0.300\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.300\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.300\n", "\n", "J integrated over the domain: 22.779 at time: 0.310\n", "J_n integrated over the domain: 22.271 at time: 0.310\n", "Well-posedness condition 3J - J_n > 0: True at time 0.310\n", "d (def. map) integrated over the domain: 522.869 at time: 0.310\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.310\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.310\n", "\n", "J integrated over the domain: 22.609 at time: 0.320\n", "J_n integrated over the domain: 22.779 at time: 0.320\n", "Well-posedness condition 3J - J_n > 0: True at time 0.320\n", "d (def. map) integrated over the domain: 515.153 at time: 0.320\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.320\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.320\n", "\n", "J integrated over the domain: 21.772 at time: 0.330\n", "J_n integrated over the domain: 22.609 at time: 0.330\n", "Well-posedness condition 3J - J_n > 0: True at time 0.330\n", "d (def. map) integrated over the domain: 478.026 at time: 0.330\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.330\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.330\n", "\n", "J integrated over the domain: 20.322 at time: 0.340\n", "J_n integrated over the domain: 21.772 at time: 0.340\n", "Well-posedness condition 3J - J_n > 0: True at time 0.340\n", "d (def. map) integrated over the domain: 416.965 at time: 0.340\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.340\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.340\n", "\n", "J integrated over the domain: 18.348 at time: 0.350\n", "J_n integrated over the domain: 20.322 at time: 0.350\n", "Well-posedness condition 3J - J_n > 0: True at time 0.350\n", "d (def. map) integrated over the domain: 340.652 at time: 0.350\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.350\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.350\n", "\n", "J integrated over the domain: 15.976 at time: 0.360\n", "J_n integrated over the domain: 18.348 at time: 0.360\n", "Well-posedness condition 3J - J_n > 0: True at time 0.360\n", "d (def. map) integrated over the domain: 259.224 at time: 0.360\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.360\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.360\n", "\n", "J integrated over the domain: 13.354 at time: 0.370\n", "J_n integrated over the domain: 15.976 at time: 0.370\n", "Well-posedness condition 3J - J_n > 0: True at time 0.370\n", "d (def. map) integrated over the domain: 182.319 at time: 0.370\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.370\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.370\n", "\n", "J integrated over the domain: 10.646 at time: 0.380\n", "J_n integrated over the domain: 13.354 at time: 0.380\n", "Well-posedness condition 3J - J_n > 0: True at time 0.380\n", "d (def. map) integrated over the domain: 117.346 at time: 0.380\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.380\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.380\n", "\n", "J integrated over the domain: 8.024 at time: 0.390\n", "J_n integrated over the domain: 10.646 at time: 0.390\n", "Well-posedness condition 3J - J_n > 0: True at time 0.390\n", "d (def. map) integrated over the domain: 68.389 at time: 0.390\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.390\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.390\n", "\n", "J integrated over the domain: 5.652 at time: 0.400\n", "J_n integrated over the domain: 8.024 at time: 0.400\n", "Well-posedness condition 3J - J_n > 0: True at time 0.400\n", "d (def. map) integrated over the domain: 35.944 at time: 0.400\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.400\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.400\n", "\n", "J integrated over the domain: 3.678 at time: 0.410\n", "J_n integrated over the domain: 5.652 at time: 0.410\n", "Well-posedness condition 3J - J_n > 0: True at time 0.410\n", "d (def. map) integrated over the domain: 17.531 at time: 0.410\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.410\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.410\n", "\n", "J integrated over the domain: 2.228 at time: 0.420\n", "J_n integrated over the domain: 3.678 at time: 0.420\n", "Well-posedness condition 3J - J_n > 0: True at time 0.420\n", "d (def. map) integrated over the domain: 8.963 at time: 0.420\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.420\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.420\n", "\n", "J integrated over the domain: 1.391 at time: 0.430\n", "J_n integrated over the domain: 2.228 at time: 0.430\n", "Well-posedness condition 3J - J_n > 0: True at time 0.430\n", "d (def. map) integrated over the domain: 5.936 at time: 0.430\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.430\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.430\n", "\n", "J integrated over the domain: 1.221 at time: 0.440\n", "J_n integrated over the domain: 1.391 at time: 0.440\n", "Well-posedness condition 3J - J_n > 0: True at time 0.440\n", "d (def. map) integrated over the domain: 5.492 at time: 0.440\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.440\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.440\n", "\n", "J integrated over the domain: 1.729 at time: 0.450\n", "J_n integrated over the domain: 1.221 at time: 0.450\n", "Well-posedness condition 3J - J_n > 0: True at time 0.450\n", "d (def. map) integrated over the domain: 6.988 at time: 0.450\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.450\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.450\n", "\n", "J integrated over the domain: 2.881 at time: 0.460\n", "J_n integrated over the domain: 1.729 at time: 0.460\n", "Well-posedness condition 3J - J_n > 0: True at time 0.460\n", "d (def. map) integrated over the domain: 12.302 at time: 0.460\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.460\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.460\n", "\n", "J integrated over the domain: 4.607 at time: 0.470\n", "J_n integrated over the domain: 2.881 at time: 0.470\n", "Well-posedness condition 3J - J_n > 0: True at time 0.470\n", "d (def. map) integrated over the domain: 25.223 at time: 0.470\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.470\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.470\n", "\n", "J integrated over the domain: 6.797 at time: 0.480\n", "J_n integrated over the domain: 4.607 at time: 0.480\n", "Well-posedness condition 3J - J_n > 0: True at time 0.480\n", "d (def. map) integrated over the domain: 50.200 at time: 0.480\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.480\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.480\n", "\n", "J integrated over the domain: 9.314 at time: 0.490\n", "J_n integrated over the domain: 6.797 at time: 0.490\n", "Well-posedness condition 3J - J_n > 0: True at time 0.490\n", "d (def. map) integrated over the domain: 90.753 at time: 0.490\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.490\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.490\n", "\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "J integrated over the domain: 12.000 at time: 0.500\n", "J_n integrated over the domain: 9.314 at time: 0.500\n", "Well-posedness condition 3J - J_n > 0: True at time 0.500\n", "d (def. map) integrated over the domain: 148.000 at time: 0.500\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.500\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.500\n", "\n", "J integrated over the domain: 14.686 at time: 0.510\n", "J_n integrated over the domain: 12.000 at time: 0.510\n", "Well-posedness condition 3J - J_n > 0: True at time 0.510\n", "d (def. map) integrated over the domain: 219.674 at time: 0.510\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.510\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.510\n", "\n", "J integrated over the domain: 17.203 at time: 0.520\n", "J_n integrated over the domain: 14.686 at time: 0.520\n", "Well-posedness condition 3J - J_n > 0: True at time 0.520\n", "d (def. map) integrated over the domain: 299.941 at time: 0.520\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.520\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.520\n", "\n", "J integrated over the domain: 19.393 at time: 0.530\n", "J_n integrated over the domain: 17.203 at time: 0.530\n", "Well-posedness condition 3J - J_n > 0: True at time 0.530\n", "d (def. map) integrated over the domain: 380.093 at time: 0.530\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.530\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.530\n", "\n", "J integrated over the domain: 21.119 at time: 0.540\n", "J_n integrated over the domain: 19.393 at time: 0.540\n", "Well-posedness condition 3J - J_n > 0: True at time 0.540\n", "d (def. map) integrated over the domain: 450.001 at time: 0.540\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.540\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.540\n", "\n", "J integrated over the domain: 22.271 at time: 0.550\n", "J_n integrated over the domain: 21.119 at time: 0.550\n", "Well-posedness condition 3J - J_n > 0: True at time 0.550\n", "d (def. map) integrated over the domain: 500.016 at time: 0.550\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.550\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.550\n", "\n", "J integrated over the domain: 22.779 at time: 0.560\n", "J_n integrated over the domain: 22.271 at time: 0.560\n", "Well-posedness condition 3J - J_n > 0: True at time 0.560\n", "d (def. map) integrated over the domain: 522.869 at time: 0.560\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.560\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.560\n", "\n", "J integrated over the domain: 22.609 at time: 0.570\n", "J_n integrated over the domain: 22.779 at time: 0.570\n", "Well-posedness condition 3J - J_n > 0: True at time 0.570\n", "d (def. map) integrated over the domain: 515.153 at time: 0.570\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.570\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.570\n", "\n", "J integrated over the domain: 21.772 at time: 0.580\n", "J_n integrated over the domain: 22.609 at time: 0.580\n", "Well-posedness condition 3J - J_n > 0: True at time 0.580\n", "d (def. map) integrated over the domain: 478.026 at time: 0.580\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.580\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.580\n", "\n", "J integrated over the domain: 20.322 at time: 0.590\n", "J_n integrated over the domain: 21.772 at time: 0.590\n", "Well-posedness condition 3J - J_n > 0: True at time 0.590\n", "d (def. map) integrated over the domain: 416.965 at time: 0.590\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.590\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.590\n", "\n", "J integrated over the domain: 18.348 at time: 0.600\n", "J_n integrated over the domain: 20.322 at time: 0.600\n", "Well-posedness condition 3J - J_n > 0: True at time 0.600\n", "d (def. map) integrated over the domain: 340.652 at time: 0.600\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.600\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.600\n", "\n", "J integrated over the domain: 15.976 at time: 0.610\n", "J_n integrated over the domain: 18.348 at time: 0.610\n", "Well-posedness condition 3J - J_n > 0: True at time 0.610\n", "d (def. map) integrated over the domain: 259.224 at time: 0.610\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.610\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.610\n", "\n", "J integrated over the domain: 13.354 at time: 0.620\n", "J_n integrated over the domain: 15.976 at time: 0.620\n", "Well-posedness condition 3J - J_n > 0: True at time 0.620\n", "d (def. map) integrated over the domain: 182.319 at time: 0.620\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.620\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.620\n", "\n", "J integrated over the domain: 10.646 at time: 0.630\n", "J_n integrated over the domain: 13.354 at time: 0.630\n", "Well-posedness condition 3J - J_n > 0: True at time 0.630\n", "d (def. map) integrated over the domain: 117.346 at time: 0.630\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.630\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.630\n", "\n", "J integrated over the domain: 8.024 at time: 0.640\n", "J_n integrated over the domain: 10.646 at time: 0.640\n", "Well-posedness condition 3J - J_n > 0: True at time 0.640\n", "d (def. map) integrated over the domain: 68.389 at time: 0.640\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.640\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.640\n", "\n", "J integrated over the domain: 5.652 at time: 0.650\n", "J_n integrated over the domain: 8.024 at time: 0.650\n", "Well-posedness condition 3J - J_n > 0: True at time 0.650\n", "d (def. map) integrated over the domain: 35.944 at time: 0.650\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.650\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.650\n", "\n", "J integrated over the domain: 3.678 at time: 0.660\n", "J_n integrated over the domain: 5.652 at time: 0.660\n", "Well-posedness condition 3J - J_n > 0: True at time 0.660\n", "d (def. map) integrated over the domain: 17.531 at time: 0.660\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.660\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.660\n", "\n", "J integrated over the domain: 2.228 at time: 0.670\n", "J_n integrated over the domain: 3.678 at time: 0.670\n", "Well-posedness condition 3J - J_n > 0: True at time 0.670\n", "d (def. map) integrated over the domain: 8.963 at time: 0.670\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.670\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.670\n", "\n", "J integrated over the domain: 1.391 at time: 0.680\n", "J_n integrated over the domain: 2.228 at time: 0.680\n", "Well-posedness condition 3J - J_n > 0: True at time 0.680\n", "d (def. map) integrated over the domain: 5.936 at time: 0.680\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.680\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.680\n", "\n", "J integrated over the domain: 1.221 at time: 0.690\n", "J_n integrated over the domain: 1.391 at time: 0.690\n", "Well-posedness condition 3J - J_n > 0: True at time 0.690\n", "d (def. map) integrated over the domain: 5.492 at time: 0.690\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.690\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.690\n", "\n", "J integrated over the domain: 1.729 at time: 0.700\n", "J_n integrated over the domain: 1.221 at time: 0.700\n", "Well-posedness condition 3J - J_n > 0: True at time 0.700\n", "d (def. map) integrated over the domain: 6.988 at time: 0.700\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.700\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.700\n", "\n", "J integrated over the domain: 2.881 at time: 0.710\n", "J_n integrated over the domain: 1.729 at time: 0.710\n", "Well-posedness condition 3J - J_n > 0: True at time 0.710\n", "d (def. map) integrated over the domain: 12.302 at time: 0.710\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.710\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.710\n", "\n", "J integrated over the domain: 4.607 at time: 0.720\n", "J_n integrated over the domain: 2.881 at time: 0.720\n", "Well-posedness condition 3J - J_n > 0: True at time 0.720\n", "d (def. map) integrated over the domain: 25.223 at time: 0.720\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.720\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.720\n", "\n", "J integrated over the domain: 6.797 at time: 0.730\n", "J_n integrated over the domain: 4.607 at time: 0.730\n", "Well-posedness condition 3J - J_n > 0: True at time 0.730\n", "d (def. map) integrated over the domain: 50.200 at time: 0.730\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.730\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.730\n", "\n", "J integrated over the domain: 9.314 at time: 0.740\n", "J_n integrated over the domain: 6.797 at time: 0.740\n", "Well-posedness condition 3J - J_n > 0: True at time 0.740\n", "d (def. map) integrated over the domain: 90.753 at time: 0.740\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.740\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.740\n", "\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "J integrated over the domain: 12.000 at time: 0.750\n", "J_n integrated over the domain: 9.314 at time: 0.750\n", "Well-posedness condition 3J - J_n > 0: True at time 0.750\n", "d (def. map) integrated over the domain: 148.000 at time: 0.750\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.750\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.750\n", "\n", "J integrated over the domain: 14.686 at time: 0.760\n", "J_n integrated over the domain: 12.000 at time: 0.760\n", "Well-posedness condition 3J - J_n > 0: True at time 0.760\n", "d (def. map) integrated over the domain: 219.674 at time: 0.760\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.760\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.760\n", "\n", "J integrated over the domain: 17.203 at time: 0.770\n", "J_n integrated over the domain: 14.686 at time: 0.770\n", "Well-posedness condition 3J - J_n > 0: True at time 0.770\n", "d (def. map) integrated over the domain: 299.941 at time: 0.770\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.770\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.770\n", "\n", "J integrated over the domain: 19.393 at time: 0.780\n", "J_n integrated over the domain: 17.203 at time: 0.780\n", "Well-posedness condition 3J - J_n > 0: True at time 0.780\n", "d (def. map) integrated over the domain: 380.093 at time: 0.780\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.780\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.780\n", "\n", "J integrated over the domain: 21.119 at time: 0.790\n", "J_n integrated over the domain: 19.393 at time: 0.790\n", "Well-posedness condition 3J - J_n > 0: True at time 0.790\n", "d (def. map) integrated over the domain: 450.001 at time: 0.790\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.790\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.790\n", "\n", "J integrated over the domain: 22.271 at time: 0.800\n", "J_n integrated over the domain: 21.119 at time: 0.800\n", "Well-posedness condition 3J - J_n > 0: True at time 0.800\n", "d (def. map) integrated over the domain: 500.016 at time: 0.800\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.800\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.800\n", "\n", "J integrated over the domain: 22.779 at time: 0.810\n", "J_n integrated over the domain: 22.271 at time: 0.810\n", "Well-posedness condition 3J - J_n > 0: True at time 0.810\n", "d (def. map) integrated over the domain: 522.869 at time: 0.810\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.810\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.810\n", "\n", "J integrated over the domain: 22.609 at time: 0.820\n", "J_n integrated over the domain: 22.779 at time: 0.820\n", "Well-posedness condition 3J - J_n > 0: True at time 0.820\n", "d (def. map) integrated over the domain: 515.153 at time: 0.820\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.820\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.820\n", "\n", "J integrated over the domain: 21.772 at time: 0.830\n", "J_n integrated over the domain: 22.609 at time: 0.830\n", "Well-posedness condition 3J - J_n > 0: True at time 0.830\n", "d (def. map) integrated over the domain: 478.026 at time: 0.830\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.830\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.830\n", "\n", "J integrated over the domain: 20.322 at time: 0.840\n", "J_n integrated over the domain: 21.772 at time: 0.840\n", "Well-posedness condition 3J - J_n > 0: True at time 0.840\n", "d (def. map) integrated over the domain: 416.965 at time: 0.840\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.840\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.840\n", "\n", "J integrated over the domain: 18.348 at time: 0.850\n", "J_n integrated over the domain: 20.322 at time: 0.850\n", "Well-posedness condition 3J - J_n > 0: True at time 0.850\n", "d (def. map) integrated over the domain: 340.652 at time: 0.850\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.850\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.850\n", "\n", "J integrated over the domain: 15.976 at time: 0.860\n", "J_n integrated over the domain: 18.348 at time: 0.860\n", "Well-posedness condition 3J - J_n > 0: True at time 0.860\n", "d (def. map) integrated over the domain: 259.224 at time: 0.860\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.860\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.860\n", "\n", "J integrated over the domain: 13.354 at time: 0.870\n", "J_n integrated over the domain: 15.976 at time: 0.870\n", "Well-posedness condition 3J - J_n > 0: True at time 0.870\n", "d (def. map) integrated over the domain: 182.319 at time: 0.870\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.870\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.870\n", "\n", "J integrated over the domain: 10.646 at time: 0.880\n", "J_n integrated over the domain: 13.354 at time: 0.880\n", "Well-posedness condition 3J - J_n > 0: True at time 0.880\n", "d (def. map) integrated over the domain: 117.346 at time: 0.880\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.880\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.880\n", "\n", "J integrated over the domain: 8.024 at time: 0.890\n", "J_n integrated over the domain: 10.646 at time: 0.890\n", "Well-posedness condition 3J - J_n > 0: True at time 0.890\n", "d (def. map) integrated over the domain: 68.389 at time: 0.890\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.890\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.890\n", "\n", "J integrated over the domain: 5.652 at time: 0.900\n", "J_n integrated over the domain: 8.024 at time: 0.900\n", "Well-posedness condition 3J - J_n > 0: True at time 0.900\n", "d (def. map) integrated over the domain: 35.944 at time: 0.900\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.900\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.900\n", "\n", "J integrated over the domain: 3.678 at time: 0.910\n", "J_n integrated over the domain: 5.652 at time: 0.910\n", "Well-posedness condition 3J - J_n > 0: True at time 0.910\n", "d (def. map) integrated over the domain: 17.531 at time: 0.910\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.910\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.910\n", "\n", "J integrated over the domain: 2.228 at time: 0.920\n", "J_n integrated over the domain: 3.678 at time: 0.920\n", "Well-posedness condition 3J - J_n > 0: True at time 0.920\n", "d (def. map) integrated over the domain: 8.963 at time: 0.920\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.920\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.920\n", "\n", "J integrated over the domain: 1.391 at time: 0.930\n", "J_n integrated over the domain: 2.228 at time: 0.930\n", "Well-posedness condition 3J - J_n > 0: True at time 0.930\n", "d (def. map) integrated over the domain: 5.936 at time: 0.930\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.930\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.930\n", "\n", "J integrated over the domain: 1.221 at time: 0.940\n", "J_n integrated over the domain: 1.391 at time: 0.940\n", "Well-posedness condition 3J - J_n > 0: True at time 0.940\n", "d (def. map) integrated over the domain: 5.492 at time: 0.940\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.940\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.940\n", "\n", "J integrated over the domain: 1.729 at time: 0.950\n", "J_n integrated over the domain: 1.221 at time: 0.950\n", "Well-posedness condition 3J - J_n > 0: True at time 0.950\n", "d (def. map) integrated over the domain: 6.988 at time: 0.950\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.950\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.950\n", "\n", "J integrated over the domain: 2.881 at time: 0.960\n", "J_n integrated over the domain: 1.729 at time: 0.960\n", "Well-posedness condition 3J - J_n > 0: True at time 0.960\n", "d (def. map) integrated over the domain: 12.302 at time: 0.960\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.960\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.960\n", "\n", "J integrated over the domain: 4.607 at time: 0.970\n", "J_n integrated over the domain: 2.881 at time: 0.970\n", "Well-posedness condition 3J - J_n > 0: True at time 0.970\n", "d (def. map) integrated over the domain: 25.223 at time: 0.970\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.970\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.970\n", "\n", "J integrated over the domain: 6.797 at time: 0.980\n", "J_n integrated over the domain: 4.607 at time: 0.980\n", "Well-posedness condition 3J - J_n > 0: True at time 0.980\n", "d (def. map) integrated over the domain: 50.200 at time: 0.980\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.980\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.980\n", "\n", "J integrated over the domain: 9.314 at time: 0.990\n", "J_n integrated over the domain: 6.797 at time: 0.990\n", "Well-posedness condition 3J - J_n > 0: True at time 0.990\n", "d (def. map) integrated over the domain: 90.753 at time: 0.990\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.990\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.990\n", "\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "J integrated over the domain: 12.000 at time: 1.000\n", "J_n integrated over the domain: 9.314 at time: 1.000\n", "Well-posedness condition 3J - J_n > 0: True at time 1.000\n", "d (def. map) integrated over the domain: 148.000 at time: 1.000\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.000\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.000\n", "\n", "J integrated over the domain: 14.686 at time: 1.010\n", "J_n integrated over the domain: 12.000 at time: 1.010\n", "Well-posedness condition 3J - J_n > 0: True at time 1.010\n", "d (def. map) integrated over the domain: 219.674 at time: 1.010\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.010\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.010\n", "\n", "J integrated over the domain: 17.203 at time: 1.020\n", "J_n integrated over the domain: 14.686 at time: 1.020\n", "Well-posedness condition 3J - J_n > 0: True at time 1.020\n", "d (def. map) integrated over the domain: 299.941 at time: 1.020\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.020\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.020\n", "\n", "J integrated over the domain: 19.393 at time: 1.030\n", "J_n integrated over the domain: 17.203 at time: 1.030\n", "Well-posedness condition 3J - J_n > 0: True at time 1.030\n", "d (def. map) integrated over the domain: 380.093 at time: 1.030\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.030\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.030\n", "\n", "J integrated over the domain: 21.119 at time: 1.040\n", "J_n integrated over the domain: 19.393 at time: 1.040\n", "Well-posedness condition 3J - J_n > 0: True at time 1.040\n", "d (def. map) integrated over the domain: 450.001 at time: 1.040\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.040\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.040\n", "\n", "J integrated over the domain: 22.271 at time: 1.050\n", "J_n integrated over the domain: 21.119 at time: 1.050\n", "Well-posedness condition 3J - J_n > 0: True at time 1.050\n", "d (def. map) integrated over the domain: 500.016 at time: 1.050\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.050\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.050\n", "\n", "J integrated over the domain: 22.779 at time: 1.060\n", "J_n integrated over the domain: 22.271 at time: 1.060\n", "Well-posedness condition 3J - J_n > 0: True at time 1.060\n", "d (def. map) integrated over the domain: 522.869 at time: 1.060\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.060\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.060\n", "\n", "J integrated over the domain: 22.609 at time: 1.070\n", "J_n integrated over the domain: 22.779 at time: 1.070\n", "Well-posedness condition 3J - J_n > 0: True at time 1.070\n", "d (def. map) integrated over the domain: 515.153 at time: 1.070\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.070\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.070\n", "\n", "J integrated over the domain: 21.772 at time: 1.080\n", "J_n integrated over the domain: 22.609 at time: 1.080\n", "Well-posedness condition 3J - J_n > 0: True at time 1.080\n", "d (def. map) integrated over the domain: 478.026 at time: 1.080\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.080\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.080\n", "\n", "J integrated over the domain: 20.322 at time: 1.090\n", "J_n integrated over the domain: 21.772 at time: 1.090\n", "Well-posedness condition 3J - J_n > 0: True at time 1.090\n", "d (def. map) integrated over the domain: 416.965 at time: 1.090\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.090\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.090\n", "\n", "J integrated over the domain: 18.348 at time: 1.100\n", "J_n integrated over the domain: 20.322 at time: 1.100\n", "Well-posedness condition 3J - J_n > 0: True at time 1.100\n", "d (def. map) integrated over the domain: 340.652 at time: 1.100\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.100\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.100\n", "\n", "J integrated over the domain: 15.976 at time: 1.110\n", "J_n integrated over the domain: 18.348 at time: 1.110\n", "Well-posedness condition 3J - J_n > 0: True at time 1.110\n", "d (def. map) integrated over the domain: 259.224 at time: 1.110\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.110\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.110\n", "\n", "J integrated over the domain: 13.354 at time: 1.120\n", "J_n integrated over the domain: 15.976 at time: 1.120\n", "Well-posedness condition 3J - J_n > 0: True at time 1.120\n", "d (def. map) integrated over the domain: 182.319 at time: 1.120\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.120\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.120\n", "\n", "J integrated over the domain: 10.646 at time: 1.130\n", "J_n integrated over the domain: 13.354 at time: 1.130\n", "Well-posedness condition 3J - J_n > 0: True at time 1.130\n", "d (def. map) integrated over the domain: 117.346 at time: 1.130\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.130\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.130\n", "\n", "J integrated over the domain: 8.024 at time: 1.140\n", "J_n integrated over the domain: 10.646 at time: 1.140\n", "Well-posedness condition 3J - J_n > 0: True at time 1.140\n", "d (def. map) integrated over the domain: 68.389 at time: 1.140\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.140\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.140\n", "\n", "J integrated over the domain: 5.652 at time: 1.150\n", "J_n integrated over the domain: 8.024 at time: 1.150\n", "Well-posedness condition 3J - J_n > 0: True at time 1.150\n", "d (def. map) integrated over the domain: 35.944 at time: 1.150\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.150\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.150\n", "\n", "J integrated over the domain: 3.678 at time: 1.160\n", "J_n integrated over the domain: 5.652 at time: 1.160\n", "Well-posedness condition 3J - J_n > 0: True at time 1.160\n", "d (def. map) integrated over the domain: 17.531 at time: 1.160\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.160\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.160\n", "\n", "J integrated over the domain: 2.228 at time: 1.170\n", "J_n integrated over the domain: 3.678 at time: 1.170\n", "Well-posedness condition 3J - J_n > 0: True at time 1.170\n", "d (def. map) integrated over the domain: 8.963 at time: 1.170\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.170\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.170\n", "\n", "J integrated over the domain: 1.391 at time: 1.180\n", "J_n integrated over the domain: 2.228 at time: 1.180\n", "Well-posedness condition 3J - J_n > 0: True at time 1.180\n", "d (def. map) integrated over the domain: 5.936 at time: 1.180\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.180\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.180\n", "\n", "J integrated over the domain: 1.221 at time: 1.190\n", "J_n integrated over the domain: 1.391 at time: 1.190\n", "Well-posedness condition 3J - J_n > 0: True at time 1.190\n", "d (def. map) integrated over the domain: 5.492 at time: 1.190\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.190\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.190\n", "\n", "J integrated over the domain: 1.729 at time: 1.200\n", "J_n integrated over the domain: 1.221 at time: 1.200\n", "Well-posedness condition 3J - J_n > 0: True at time 1.200\n", "d (def. map) integrated over the domain: 6.988 at time: 1.200\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.200\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.200\n", "\n", "J integrated over the domain: 2.881 at time: 1.210\n", "J_n integrated over the domain: 1.729 at time: 1.210\n", "Well-posedness condition 3J - J_n > 0: True at time 1.210\n", "d (def. map) integrated over the domain: 12.302 at time: 1.210\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.210\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.210\n", "\n", "J integrated over the domain: 4.607 at time: 1.220\n", "J_n integrated over the domain: 2.881 at time: 1.220\n", "Well-posedness condition 3J - J_n > 0: True at time 1.220\n", "d (def. map) integrated over the domain: 25.223 at time: 1.220\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.220\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.220\n", "\n", "J integrated over the domain: 6.797 at time: 1.230\n", "J_n integrated over the domain: 4.607 at time: 1.230\n", "Well-posedness condition 3J - J_n > 0: True at time 1.230\n", "d (def. map) integrated over the domain: 50.200 at time: 1.230\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.230\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.230\n", "\n", "J integrated over the domain: 9.314 at time: 1.240\n", "J_n integrated over the domain: 6.797 at time: 1.240\n", "Well-posedness condition 3J - J_n > 0: True at time 1.240\n", "d (def. map) integrated over the domain: 90.753 at time: 1.240\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.240\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.240\n", "\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "J integrated over the domain: 12.000 at time: 1.250\n", "J_n integrated over the domain: 9.314 at time: 1.250\n", "Well-posedness condition 3J - J_n > 0: True at time 1.250\n", "d (def. map) integrated over the domain: 148.000 at time: 1.250\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.250\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.250\n", "\n", "J integrated over the domain: 14.686 at time: 1.260\n", "J_n integrated over the domain: 12.000 at time: 1.260\n", "Well-posedness condition 3J - J_n > 0: True at time 1.260\n", "d (def. map) integrated over the domain: 219.674 at time: 1.260\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.260\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.260\n", "\n", "J integrated over the domain: 17.203 at time: 1.270\n", "J_n integrated over the domain: 14.686 at time: 1.270\n", "Well-posedness condition 3J - J_n > 0: True at time 1.270\n", "d (def. map) integrated over the domain: 299.941 at time: 1.270\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.270\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.270\n", "\n", "J integrated over the domain: 19.393 at time: 1.280\n", "J_n integrated over the domain: 17.203 at time: 1.280\n", "Well-posedness condition 3J - J_n > 0: True at time 1.280\n", "d (def. map) integrated over the domain: 380.093 at time: 1.280\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.280\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.280\n", "\n", "J integrated over the domain: 21.119 at time: 1.290\n", "J_n integrated over the domain: 19.393 at time: 1.290\n", "Well-posedness condition 3J - J_n > 0: True at time 1.290\n", "d (def. map) integrated over the domain: 450.001 at time: 1.290\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.290\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.290\n", "\n", "J integrated over the domain: 22.271 at time: 1.300\n", "J_n integrated over the domain: 21.119 at time: 1.300\n", "Well-posedness condition 3J - J_n > 0: True at time 1.300\n", "d (def. map) integrated over the domain: 500.016 at time: 1.300\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.300\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.300\n", "\n", "J integrated over the domain: 22.779 at time: 1.310\n", "J_n integrated over the domain: 22.271 at time: 1.310\n", "Well-posedness condition 3J - J_n > 0: True at time 1.310\n", "d (def. map) integrated over the domain: 522.869 at time: 1.310\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.310\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.310\n", "\n", "J integrated over the domain: 22.609 at time: 1.320\n", "J_n integrated over the domain: 22.779 at time: 1.320\n", "Well-posedness condition 3J - J_n > 0: True at time 1.320\n", "d (def. map) integrated over the domain: 515.153 at time: 1.320\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.320\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.320\n", "\n", "J integrated over the domain: 21.772 at time: 1.330\n", "J_n integrated over the domain: 22.609 at time: 1.330\n", "Well-posedness condition 3J - J_n > 0: True at time 1.330\n", "d (def. map) integrated over the domain: 478.026 at time: 1.330\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.330\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.330\n", "\n", "J integrated over the domain: 20.322 at time: 1.340\n", "J_n integrated over the domain: 21.772 at time: 1.340\n", "Well-posedness condition 3J - J_n > 0: True at time 1.340\n", "d (def. map) integrated over the domain: 416.965 at time: 1.340\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.340\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.340\n", "\n", "J integrated over the domain: 18.348 at time: 1.350\n", "J_n integrated over the domain: 20.322 at time: 1.350\n", "Well-posedness condition 3J - J_n > 0: True at time 1.350\n", "d (def. map) integrated over the domain: 340.652 at time: 1.350\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.350\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.350\n", "\n", "J integrated over the domain: 15.976 at time: 1.360\n", "J_n integrated over the domain: 18.348 at time: 1.360\n", "Well-posedness condition 3J - J_n > 0: True at time 1.360\n", "d (def. map) integrated over the domain: 259.224 at time: 1.360\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.360\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.360\n", "\n", "J integrated over the domain: 13.354 at time: 1.370\n", "J_n integrated over the domain: 15.976 at time: 1.370\n", "Well-posedness condition 3J - J_n > 0: True at time 1.370\n", "d (def. map) integrated over the domain: 182.319 at time: 1.370\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.370\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.370\n", "\n", "J integrated over the domain: 10.646 at time: 1.380\n", "J_n integrated over the domain: 13.354 at time: 1.380\n", "Well-posedness condition 3J - J_n > 0: True at time 1.380\n", "d (def. map) integrated over the domain: 117.346 at time: 1.380\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.380\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.380\n", "\n", "J integrated over the domain: 8.024 at time: 1.390\n", "J_n integrated over the domain: 10.646 at time: 1.390\n", "Well-posedness condition 3J - J_n > 0: True at time 1.390\n", "d (def. map) integrated over the domain: 68.389 at time: 1.390\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.390\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.390\n", "\n", "J integrated over the domain: 5.652 at time: 1.400\n", "J_n integrated over the domain: 8.024 at time: 1.400\n", "Well-posedness condition 3J - J_n > 0: True at time 1.400\n", "d (def. map) integrated over the domain: 35.944 at time: 1.400\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.400\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.400\n", "\n", "J integrated over the domain: 3.678 at time: 1.410\n", "J_n integrated over the domain: 5.652 at time: 1.410\n", "Well-posedness condition 3J - J_n > 0: True at time 1.410\n", "d (def. map) integrated over the domain: 17.531 at time: 1.410\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.410\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.410\n", "\n", "J integrated over the domain: 2.228 at time: 1.420\n", "J_n integrated over the domain: 3.678 at time: 1.420\n", "Well-posedness condition 3J - J_n > 0: True at time 1.420\n", "d (def. map) integrated over the domain: 8.963 at time: 1.420\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.420\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.420\n", "\n", "J integrated over the domain: 1.391 at time: 1.430\n", "J_n integrated over the domain: 2.228 at time: 1.430\n", "Well-posedness condition 3J - J_n > 0: True at time 1.430\n", "d (def. map) integrated over the domain: 5.936 at time: 1.430\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.430\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.430\n", "\n", "J integrated over the domain: 1.221 at time: 1.440\n", "J_n integrated over the domain: 1.391 at time: 1.440\n", "Well-posedness condition 3J - J_n > 0: True at time 1.440\n", "d (def. map) integrated over the domain: 5.492 at time: 1.440\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.440\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.440\n", "\n", "J integrated over the domain: 1.729 at time: 1.450\n", "J_n integrated over the domain: 1.221 at time: 1.450\n", "Well-posedness condition 3J - J_n > 0: True at time 1.450\n", "d (def. map) integrated over the domain: 6.988 at time: 1.450\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.450\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.450\n", "\n", "J integrated over the domain: 2.881 at time: 1.460\n", "J_n integrated over the domain: 1.729 at time: 1.460\n", "Well-posedness condition 3J - J_n > 0: True at time 1.460\n", "d (def. map) integrated over the domain: 12.302 at time: 1.460\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.460\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.460\n", "\n", "J integrated over the domain: 4.607 at time: 1.470\n", "J_n integrated over the domain: 2.881 at time: 1.470\n", "Well-posedness condition 3J - J_n > 0: True at time 1.470\n", "d (def. map) integrated over the domain: 25.223 at time: 1.470\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.470\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.470\n", "\n", "J integrated over the domain: 6.797 at time: 1.480\n", "J_n integrated over the domain: 4.607 at time: 1.480\n", "Well-posedness condition 3J - J_n > 0: True at time 1.480\n", "d (def. map) integrated over the domain: 50.200 at time: 1.480\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.480\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.480\n", "\n", "J integrated over the domain: 9.314 at time: 1.490\n", "J_n integrated over the domain: 6.797 at time: 1.490\n", "Well-posedness condition 3J - J_n > 0: True at time 1.490\n", "d (def. map) integrated over the domain: 90.753 at time: 1.490\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.490\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.490\n", "\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "J integrated over the domain: 12.000 at time: 1.500\n", "J_n integrated over the domain: 9.314 at time: 1.500\n", "Well-posedness condition 3J - J_n > 0: True at time 1.500\n", "d (def. map) integrated over the domain: 148.000 at time: 1.500\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.500\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.500\n", "\n", "J integrated over the domain: 14.686 at time: 1.510\n", "J_n integrated over the domain: 12.000 at time: 1.510\n", "Well-posedness condition 3J - J_n > 0: True at time 1.510\n", "d (def. map) integrated over the domain: 219.674 at time: 1.510\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.510\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.510\n", "\n", "J integrated over the domain: 17.203 at time: 1.520\n", "J_n integrated over the domain: 14.686 at time: 1.520\n", "Well-posedness condition 3J - J_n > 0: True at time 1.520\n", "d (def. map) integrated over the domain: 299.941 at time: 1.520\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.520\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.520\n", "\n", "J integrated over the domain: 19.393 at time: 1.530\n", "J_n integrated over the domain: 17.203 at time: 1.530\n", "Well-posedness condition 3J - J_n > 0: True at time 1.530\n", "d (def. map) integrated over the domain: 380.093 at time: 1.530\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.530\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.530\n", "\n", "J integrated over the domain: 21.119 at time: 1.540\n", "J_n integrated over the domain: 19.393 at time: 1.540\n", "Well-posedness condition 3J - J_n > 0: True at time 1.540\n", "d (def. map) integrated over the domain: 450.001 at time: 1.540\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.540\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.540\n", "\n", "J integrated over the domain: 22.271 at time: 1.550\n", "J_n integrated over the domain: 21.119 at time: 1.550\n", "Well-posedness condition 3J - J_n > 0: True at time 1.550\n", "d (def. map) integrated over the domain: 500.016 at time: 1.550\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.550\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.550\n", "\n", "J integrated over the domain: 22.779 at time: 1.560\n", "J_n integrated over the domain: 22.271 at time: 1.560\n", "Well-posedness condition 3J - J_n > 0: True at time 1.560\n", "d (def. map) integrated over the domain: 522.869 at time: 1.560\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.560\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.560\n", "\n", "J integrated over the domain: 22.609 at time: 1.570\n", "J_n integrated over the domain: 22.779 at time: 1.570\n", "Well-posedness condition 3J - J_n > 0: True at time 1.570\n", "d (def. map) integrated over the domain: 515.153 at time: 1.570\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.570\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.570\n", "\n", "J integrated over the domain: 21.772 at time: 1.580\n", "J_n integrated over the domain: 22.609 at time: 1.580\n", "Well-posedness condition 3J - J_n > 0: True at time 1.580\n", "d (def. map) integrated over the domain: 478.026 at time: 1.580\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.580\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.580\n", "\n", "J integrated over the domain: 20.322 at time: 1.590\n", "J_n integrated over the domain: 21.772 at time: 1.590\n", "Well-posedness condition 3J - J_n > 0: True at time 1.590\n", "d (def. map) integrated over the domain: 416.965 at time: 1.590\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.590\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.590\n", "\n", "J integrated over the domain: 18.348 at time: 1.600\n", "J_n integrated over the domain: 20.322 at time: 1.600\n", "Well-posedness condition 3J - J_n > 0: True at time 1.600\n", "d (def. map) integrated over the domain: 340.652 at time: 1.600\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.600\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.600\n", "\n", "J integrated over the domain: 15.976 at time: 1.610\n", "J_n integrated over the domain: 18.348 at time: 1.610\n", "Well-posedness condition 3J - J_n > 0: True at time 1.610\n", "d (def. map) integrated over the domain: 259.224 at time: 1.610\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.610\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.610\n", "\n", "J integrated over the domain: 13.354 at time: 1.620\n", "J_n integrated over the domain: 15.976 at time: 1.620\n", "Well-posedness condition 3J - J_n > 0: True at time 1.620\n", "d (def. map) integrated over the domain: 182.319 at time: 1.620\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.620\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.620\n", "\n", "J integrated over the domain: 10.646 at time: 1.630\n", "J_n integrated over the domain: 13.354 at time: 1.630\n", "Well-posedness condition 3J - J_n > 0: True at time 1.630\n", "d (def. map) integrated over the domain: 117.346 at time: 1.630\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.630\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.630\n", "\n", "J integrated over the domain: 8.024 at time: 1.640\n", "J_n integrated over the domain: 10.646 at time: 1.640\n", "Well-posedness condition 3J - J_n > 0: True at time 1.640\n", "d (def. map) integrated over the domain: 68.389 at time: 1.640\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.640\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.640\n", "\n", "J integrated over the domain: 5.652 at time: 1.650\n", "J_n integrated over the domain: 8.024 at time: 1.650\n", "Well-posedness condition 3J - J_n > 0: True at time 1.650\n", "d (def. map) integrated over the domain: 35.944 at time: 1.650\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.650\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.650\n", "\n", "J integrated over the domain: 3.678 at time: 1.660\n", "J_n integrated over the domain: 5.652 at time: 1.660\n", "Well-posedness condition 3J - J_n > 0: True at time 1.660\n", "d (def. map) integrated over the domain: 17.531 at time: 1.660\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.660\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.660\n", "\n", "J integrated over the domain: 2.228 at time: 1.670\n", "J_n integrated over the domain: 3.678 at time: 1.670\n", "Well-posedness condition 3J - J_n > 0: True at time 1.670\n", "d (def. map) integrated over the domain: 8.963 at time: 1.670\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.670\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.670\n", "\n", "J integrated over the domain: 1.391 at time: 1.680\n", "J_n integrated over the domain: 2.228 at time: 1.680\n", "Well-posedness condition 3J - J_n > 0: True at time 1.680\n", "d (def. map) integrated over the domain: 5.936 at time: 1.680\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.680\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.680\n", "\n", "J integrated over the domain: 1.221 at time: 1.690\n", "J_n integrated over the domain: 1.391 at time: 1.690\n", "Well-posedness condition 3J - J_n > 0: True at time 1.690\n", "d (def. map) integrated over the domain: 5.492 at time: 1.690\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.690\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.690\n", "\n", "J integrated over the domain: 1.729 at time: 1.700\n", "J_n integrated over the domain: 1.221 at time: 1.700\n", "Well-posedness condition 3J - J_n > 0: True at time 1.700\n", "d (def. map) integrated over the domain: 6.988 at time: 1.700\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.700\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.700\n", "\n", "J integrated over the domain: 2.881 at time: 1.710\n", "J_n integrated over the domain: 1.729 at time: 1.710\n", "Well-posedness condition 3J - J_n > 0: True at time 1.710\n", "d (def. map) integrated over the domain: 12.302 at time: 1.710\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.710\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.710\n", "\n", "J integrated over the domain: 4.607 at time: 1.720\n", "J_n integrated over the domain: 2.881 at time: 1.720\n", "Well-posedness condition 3J - J_n > 0: True at time 1.720\n", "d (def. map) integrated over the domain: 25.223 at time: 1.720\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.720\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.720\n", "\n", "J integrated over the domain: 6.797 at time: 1.730\n", "J_n integrated over the domain: 4.607 at time: 1.730\n", "Well-posedness condition 3J - J_n > 0: True at time 1.730\n", "d (def. map) integrated over the domain: 50.200 at time: 1.730\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.730\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.730\n", "\n", "J integrated over the domain: 9.314 at time: 1.740\n", "J_n integrated over the domain: 6.797 at time: 1.740\n", "Well-posedness condition 3J - J_n > 0: True at time 1.740\n", "d (def. map) integrated over the domain: 90.753 at time: 1.740\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.740\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.740\n", "\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "J integrated over the domain: 12.000 at time: 1.750\n", "J_n integrated over the domain: 9.314 at time: 1.750\n", "Well-posedness condition 3J - J_n > 0: True at time 1.750\n", "d (def. map) integrated over the domain: 148.000 at time: 1.750\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.750\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.750\n", "\n", "J integrated over the domain: 14.686 at time: 1.760\n", "J_n integrated over the domain: 12.000 at time: 1.760\n", "Well-posedness condition 3J - J_n > 0: True at time 1.760\n", "d (def. map) integrated over the domain: 219.674 at time: 1.760\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.760\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.760\n", "\n", "J integrated over the domain: 17.203 at time: 1.770\n", "J_n integrated over the domain: 14.686 at time: 1.770\n", "Well-posedness condition 3J - J_n > 0: True at time 1.770\n", "d (def. map) integrated over the domain: 299.941 at time: 1.770\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.770\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.770\n", "\n", "J integrated over the domain: 19.393 at time: 1.780\n", "J_n integrated over the domain: 17.203 at time: 1.780\n", "Well-posedness condition 3J - J_n > 0: True at time 1.780\n", "d (def. map) integrated over the domain: 380.093 at time: 1.780\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.780\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.780\n", "\n", "J integrated over the domain: 21.119 at time: 1.790\n", "J_n integrated over the domain: 19.393 at time: 1.790\n", "Well-posedness condition 3J - J_n > 0: True at time 1.790\n", "d (def. map) integrated over the domain: 450.001 at time: 1.790\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.790\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.790\n", "\n", "J integrated over the domain: 22.271 at time: 1.800\n", "J_n integrated over the domain: 21.119 at time: 1.800\n", "Well-posedness condition 3J - J_n > 0: True at time 1.800\n", "d (def. map) integrated over the domain: 500.016 at time: 1.800\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.800\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.800\n", "\n", "J integrated over the domain: 22.779 at time: 1.810\n", "J_n integrated over the domain: 22.271 at time: 1.810\n", "Well-posedness condition 3J - J_n > 0: True at time 1.810\n", "d (def. map) integrated over the domain: 522.869 at time: 1.810\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.810\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.810\n", "\n", "J integrated over the domain: 22.609 at time: 1.820\n", "J_n integrated over the domain: 22.779 at time: 1.820\n", "Well-posedness condition 3J - J_n > 0: True at time 1.820\n", "d (def. map) integrated over the domain: 515.153 at time: 1.820\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.820\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.820\n", "\n", "J integrated over the domain: 21.772 at time: 1.830\n", "J_n integrated over the domain: 22.609 at time: 1.830\n", "Well-posedness condition 3J - J_n > 0: True at time 1.830\n", "d (def. map) integrated over the domain: 478.026 at time: 1.830\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.830\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.830\n", "\n", "J integrated over the domain: 20.322 at time: 1.840\n", "J_n integrated over the domain: 21.772 at time: 1.840\n", "Well-posedness condition 3J - J_n > 0: True at time 1.840\n", "d (def. map) integrated over the domain: 416.965 at time: 1.840\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.840\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.840\n", "\n", "J integrated over the domain: 18.348 at time: 1.850\n", "J_n integrated over the domain: 20.322 at time: 1.850\n", "Well-posedness condition 3J - J_n > 0: True at time 1.850\n", "d (def. map) integrated over the domain: 340.652 at time: 1.850\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.850\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.850\n", "\n", "J integrated over the domain: 15.976 at time: 1.860\n", "J_n integrated over the domain: 18.348 at time: 1.860\n", "Well-posedness condition 3J - J_n > 0: True at time 1.860\n", "d (def. map) integrated over the domain: 259.224 at time: 1.860\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.860\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.860\n", "\n", "J integrated over the domain: 13.354 at time: 1.870\n", "J_n integrated over the domain: 15.976 at time: 1.870\n", "Well-posedness condition 3J - J_n > 0: True at time 1.870\n", "d (def. map) integrated over the domain: 182.319 at time: 1.870\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.870\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.870\n", "\n", "J integrated over the domain: 10.646 at time: 1.880\n", "J_n integrated over the domain: 13.354 at time: 1.880\n", "Well-posedness condition 3J - J_n > 0: True at time 1.880\n", "d (def. map) integrated over the domain: 117.346 at time: 1.880\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.880\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.880\n", "\n", "J integrated over the domain: 8.024 at time: 1.890\n", "J_n integrated over the domain: 10.646 at time: 1.890\n", "Well-posedness condition 3J - J_n > 0: True at time 1.890\n", "d (def. map) integrated over the domain: 68.389 at time: 1.890\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.890\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.890\n", "\n", "J integrated over the domain: 5.652 at time: 1.900\n", "J_n integrated over the domain: 8.024 at time: 1.900\n", "Well-posedness condition 3J - J_n > 0: True at time 1.900\n", "d (def. map) integrated over the domain: 35.944 at time: 1.900\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.900\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.900\n", "\n", "J integrated over the domain: 3.678 at time: 1.910\n", "J_n integrated over the domain: 5.652 at time: 1.910\n", "Well-posedness condition 3J - J_n > 0: True at time 1.910\n", "d (def. map) integrated over the domain: 17.531 at time: 1.910\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.910\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.910\n", "\n", "J integrated over the domain: 2.228 at time: 1.920\n", "J_n integrated over the domain: 3.678 at time: 1.920\n", "Well-posedness condition 3J - J_n > 0: True at time 1.920\n", "d (def. map) integrated over the domain: 8.963 at time: 1.920\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.920\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.920\n", "\n", "J integrated over the domain: 1.391 at time: 1.930\n", "J_n integrated over the domain: 2.228 at time: 1.930\n", "Well-posedness condition 3J - J_n > 0: True at time 1.930\n", "d (def. map) integrated over the domain: 5.936 at time: 1.930\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.930\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.930\n", "\n", "J integrated over the domain: 1.221 at time: 1.940\n", "J_n integrated over the domain: 1.391 at time: 1.940\n", "Well-posedness condition 3J - J_n > 0: True at time 1.940\n", "d (def. map) integrated over the domain: 5.492 at time: 1.940\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.940\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.940\n", "\n", "J integrated over the domain: 1.729 at time: 1.950\n", "J_n integrated over the domain: 1.221 at time: 1.950\n", "Well-posedness condition 3J - J_n > 0: True at time 1.950\n", "d (def. map) integrated over the domain: 6.988 at time: 1.950\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.950\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.950\n", "\n", "J integrated over the domain: 2.881 at time: 1.960\n", "J_n integrated over the domain: 1.729 at time: 1.960\n", "Well-posedness condition 3J - J_n > 0: True at time 1.960\n", "d (def. map) integrated over the domain: 12.302 at time: 1.960\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.960\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.960\n", "\n", "J integrated over the domain: 4.607 at time: 1.970\n", "J_n integrated over the domain: 2.881 at time: 1.970\n", "Well-posedness condition 3J - J_n > 0: True at time 1.970\n", "d (def. map) integrated over the domain: 25.223 at time: 1.970\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.970\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.970\n", "\n", "J integrated over the domain: 6.797 at time: 1.980\n", "J_n integrated over the domain: 4.607 at time: 1.980\n", "Well-posedness condition 3J - J_n > 0: True at time 1.980\n", "d (def. map) integrated over the domain: 50.200 at time: 1.980\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.980\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.980\n", "\n", "J integrated over the domain: 9.314 at time: 1.990\n", "J_n integrated over the domain: 6.797 at time: 1.990\n", "Well-posedness condition 3J - J_n > 0: True at time 1.990\n", "d (def. map) integrated over the domain: 90.753 at time: 1.990\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.990\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.990\n", "\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "J integrated over the domain: 12.000 at time: 2.000\n", "J_n integrated over the domain: 9.314 at time: 2.000\n", "Well-posedness condition 3J - J_n > 0: True at time 2.000\n", "d (def. map) integrated over the domain: 148.000 at time: 2.000\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 2.000\n", "Residual of scheme -> 'delta' value: -0.00000 at time 2.000\n", "\n", "DoF for Velocity Space (U): 3298\n", "DoF for Pressure Space (P): 1649\n", "Solution Computed in 35.108 seconds\n", "\n", "----------------Computation Completed!----------------\n", "\n", "\n", "Initializing iNSE problem with Deformation type: High_Osc_con\n", "\n", "\n", "Setup with initial condition: True\n", "Using a non-zero initial condition (2D-Gaussian) for the velocity field!\n", "Defining forms associated to Chorin-Temam scheme...\n", "Using LU Solver...\n", "Starting iteration over time...\n", "E (Energy) of initial t. velocity: 0.01648 at time 0.000\n", "\n", "J integrated over the domain: 9.314 at time: 0.010\n", "J_n integrated over the domain: 12.000 at time: 0.010\n", "Well-posedness condition 3J - J_n > 0: True at time 0.010\n", "d (def. map) integrated over the domain: 90.753 at time: 0.010\n", "Strain energy E( eps(|u|^2) ): 0.00023 at time 0.010\n", "Residual of scheme -> 'delta' value: -0.00065 at time 0.010\n", "\n", "J integrated over the domain: 6.797 at time: 0.020\n", "J_n integrated over the domain: 9.314 at time: 0.020\n", "Well-posedness condition 3J - J_n > 0: True at time 0.020\n", "d (def. map) integrated over the domain: 50.200 at time: 0.020\n", "Strain energy E( eps(|u|^2) ): 0.00043 at time 0.020\n", "Residual of scheme -> 'delta' value: -0.00012 at time 0.020\n", "\n", "J integrated over the domain: 4.607 at time: 0.030\n", "J_n integrated over the domain: 6.797 at time: 0.030\n", "Well-posedness condition 3J - J_n > 0: True at time 0.030\n", "d (def. map) integrated over the domain: 25.223 at time: 0.030\n", "Strain energy E( eps(|u|^2) ): 0.00038 at time 0.030\n", "Residual of scheme -> 'delta' value: -0.00011 at time 0.030\n", "\n", "J integrated over the domain: 2.881 at time: 0.040\n", "J_n integrated over the domain: 4.607 at time: 0.040\n", "Well-posedness condition 3J - J_n > 0: True at time 0.040\n", "d (def. map) integrated over the domain: 12.302 at time: 0.040\n", "Strain energy E( eps(|u|^2) ): 0.00020 at time 0.040\n", "Residual of scheme -> 'delta' value: -0.00009 at time 0.040\n", "\n", "J integrated over the domain: 1.729 at time: 0.050\n", "J_n integrated over the domain: 2.881 at time: 0.050\n", "Well-posedness condition 3J - J_n > 0: True at time 0.050\n", "d (def. map) integrated over the domain: 6.988 at time: 0.050\n", "Strain energy E( eps(|u|^2) ): 0.00006 at time 0.050\n", "Residual of scheme -> 'delta' value: -0.00004 at time 0.050\n", "\n", "J integrated over the domain: 1.221 at time: 0.060\n", "J_n integrated over the domain: 1.729 at time: 0.060\n", "Well-posedness condition 3J - J_n > 0: True at time 0.060\n", "d (def. map) integrated over the domain: 5.492 at time: 0.060\n", "Strain energy E( eps(|u|^2) ): 0.00001 at time 0.060\n", "Residual of scheme -> 'delta' value: -0.00001 at time 0.060\n", "\n", "J integrated over the domain: 1.391 at time: 0.070\n", "J_n integrated over the domain: 1.221 at time: 0.070\n", "Well-posedness condition 3J - J_n > 0: True at time 0.070\n", "d (def. map) integrated over the domain: 5.936 at time: 0.070\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.070\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.070\n", "\n", "J integrated over the domain: 2.228 at time: 0.080\n", "J_n integrated over the domain: 1.391 at time: 0.080\n", "Well-posedness condition 3J - J_n > 0: True at time 0.080\n", "d (def. map) integrated over the domain: 8.963 at time: 0.080\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.080\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.080\n", "\n", "J integrated over the domain: 3.678 at time: 0.090\n", "J_n integrated over the domain: 2.228 at time: 0.090\n", "Well-posedness condition 3J - J_n > 0: True at time 0.090\n", "d (def. map) integrated over the domain: 17.531 at time: 0.090\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.090\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.090\n", "\n", "J integrated over the domain: 5.652 at time: 0.100\n", "J_n integrated over the domain: 3.678 at time: 0.100\n", "Well-posedness condition 3J - J_n > 0: True at time 0.100\n", "d (def. map) integrated over the domain: 35.944 at time: 0.100\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.100\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.100\n", "\n", "J integrated over the domain: 8.024 at time: 0.110\n", "J_n integrated over the domain: 5.652 at time: 0.110\n", "Well-posedness condition 3J - J_n > 0: True at time 0.110\n", "d (def. map) integrated over the domain: 68.389 at time: 0.110\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.110\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.110\n", "\n", "J integrated over the domain: 10.646 at time: 0.120\n", "J_n integrated over the domain: 8.024 at time: 0.120\n", "Well-posedness condition 3J - J_n > 0: True at time 0.120\n", "d (def. map) integrated over the domain: 117.346 at time: 0.120\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.120\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.120\n", "\n", "J integrated over the domain: 13.354 at time: 0.130\n", "J_n integrated over the domain: 10.646 at time: 0.130\n", "Well-posedness condition 3J - J_n > 0: True at time 0.130\n", "d (def. map) integrated over the domain: 182.319 at time: 0.130\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.130\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.130\n", "\n", "J integrated over the domain: 15.976 at time: 0.140\n", "J_n integrated over the domain: 13.354 at time: 0.140\n", "Well-posedness condition 3J - J_n > 0: True at time 0.140\n", "d (def. map) integrated over the domain: 259.224 at time: 0.140\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.140\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.140\n", "\n", "J integrated over the domain: 18.348 at time: 0.150\n", "J_n integrated over the domain: 15.976 at time: 0.150\n", "Well-posedness condition 3J - J_n > 0: True at time 0.150\n", "d (def. map) integrated over the domain: 340.652 at time: 0.150\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.150\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.150\n", "\n", "J integrated over the domain: 20.322 at time: 0.160\n", "J_n integrated over the domain: 18.348 at time: 0.160\n", "Well-posedness condition 3J - J_n > 0: True at time 0.160\n", "d (def. map) integrated over the domain: 416.965 at time: 0.160\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.160\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.160\n", "\n", "J integrated over the domain: 21.772 at time: 0.170\n", "J_n integrated over the domain: 20.322 at time: 0.170\n", "Well-posedness condition 3J - J_n > 0: True at time 0.170\n", "d (def. map) integrated over the domain: 478.026 at time: 0.170\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.170\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.170\n", "\n", "J integrated over the domain: 22.609 at time: 0.180\n", "J_n integrated over the domain: 21.772 at time: 0.180\n", "Well-posedness condition 3J - J_n > 0: True at time 0.180\n", "d (def. map) integrated over the domain: 515.153 at time: 0.180\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.180\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.180\n", "\n", "J integrated over the domain: 22.779 at time: 0.190\n", "J_n integrated over the domain: 22.609 at time: 0.190\n", "Well-posedness condition 3J - J_n > 0: True at time 0.190\n", "d (def. map) integrated over the domain: 522.869 at time: 0.190\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.190\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.190\n", "\n", "J integrated over the domain: 22.271 at time: 0.200\n", "J_n integrated over the domain: 22.779 at time: 0.200\n", "Well-posedness condition 3J - J_n > 0: True at time 0.200\n", "d (def. map) integrated over the domain: 500.016 at time: 0.200\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.200\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.200\n", "\n", "J integrated over the domain: 21.119 at time: 0.210\n", "J_n integrated over the domain: 22.271 at time: 0.210\n", "Well-posedness condition 3J - J_n > 0: True at time 0.210\n", "d (def. map) integrated over the domain: 450.001 at time: 0.210\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.210\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.210\n", "\n", "J integrated over the domain: 19.393 at time: 0.220\n", "J_n integrated over the domain: 21.119 at time: 0.220\n", "Well-posedness condition 3J - J_n > 0: True at time 0.220\n", "d (def. map) integrated over the domain: 380.093 at time: 0.220\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.220\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.220\n", "\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "J integrated over the domain: 17.203 at time: 0.230\n", "J_n integrated over the domain: 19.393 at time: 0.230\n", "Well-posedness condition 3J - J_n > 0: True at time 0.230\n", "d (def. map) integrated over the domain: 299.941 at time: 0.230\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.230\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.230\n", "\n", "J integrated over the domain: 14.686 at time: 0.240\n", "J_n integrated over the domain: 17.203 at time: 0.240\n", "Well-posedness condition 3J - J_n > 0: True at time 0.240\n", "d (def. map) integrated over the domain: 219.674 at time: 0.240\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.240\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.240\n", "\n", "J integrated over the domain: 12.000 at time: 0.250\n", "J_n integrated over the domain: 14.686 at time: 0.250\n", "Well-posedness condition 3J - J_n > 0: True at time 0.250\n", "d (def. map) integrated over the domain: 148.000 at time: 0.250\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.250\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.250\n", "\n", "J integrated over the domain: 9.314 at time: 0.260\n", "J_n integrated over the domain: 12.000 at time: 0.260\n", "Well-posedness condition 3J - J_n > 0: True at time 0.260\n", "d (def. map) integrated over the domain: 90.753 at time: 0.260\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.260\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.260\n", "\n", "J integrated over the domain: 6.797 at time: 0.270\n", "J_n integrated over the domain: 9.314 at time: 0.270\n", "Well-posedness condition 3J - J_n > 0: True at time 0.270\n", "d (def. map) integrated over the domain: 50.200 at time: 0.270\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.270\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.270\n", "\n", "J integrated over the domain: 4.607 at time: 0.280\n", "J_n integrated over the domain: 6.797 at time: 0.280\n", "Well-posedness condition 3J - J_n > 0: True at time 0.280\n", "d (def. map) integrated over the domain: 25.223 at time: 0.280\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.280\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.280\n", "\n", "J integrated over the domain: 2.881 at time: 0.290\n", "J_n integrated over the domain: 4.607 at time: 0.290\n", "Well-posedness condition 3J - J_n > 0: True at time 0.290\n", "d (def. map) integrated over the domain: 12.302 at time: 0.290\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.290\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.290\n", "\n", "J integrated over the domain: 1.729 at time: 0.300\n", "J_n integrated over the domain: 2.881 at time: 0.300\n", "Well-posedness condition 3J - J_n > 0: True at time 0.300\n", "d (def. map) integrated over the domain: 6.988 at time: 0.300\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.300\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.300\n", "\n", "J integrated over the domain: 1.221 at time: 0.310\n", "J_n integrated over the domain: 1.729 at time: 0.310\n", "Well-posedness condition 3J - J_n > 0: True at time 0.310\n", "d (def. map) integrated over the domain: 5.492 at time: 0.310\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.310\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.310\n", "\n", "J integrated over the domain: 1.391 at time: 0.320\n", "J_n integrated over the domain: 1.221 at time: 0.320\n", "Well-posedness condition 3J - J_n > 0: True at time 0.320\n", "d (def. map) integrated over the domain: 5.936 at time: 0.320\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.320\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.320\n", "\n", "J integrated over the domain: 2.228 at time: 0.330\n", "J_n integrated over the domain: 1.391 at time: 0.330\n", "Well-posedness condition 3J - J_n > 0: True at time 0.330\n", "d (def. map) integrated over the domain: 8.963 at time: 0.330\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.330\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.330\n", "\n", "J integrated over the domain: 3.678 at time: 0.340\n", "J_n integrated over the domain: 2.228 at time: 0.340\n", "Well-posedness condition 3J - J_n > 0: True at time 0.340\n", "d (def. map) integrated over the domain: 17.531 at time: 0.340\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.340\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.340\n", "\n", "J integrated over the domain: 5.652 at time: 0.350\n", "J_n integrated over the domain: 3.678 at time: 0.350\n", "Well-posedness condition 3J - J_n > 0: True at time 0.350\n", "d (def. map) integrated over the domain: 35.944 at time: 0.350\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.350\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.350\n", "\n", "J integrated over the domain: 8.024 at time: 0.360\n", "J_n integrated over the domain: 5.652 at time: 0.360\n", "Well-posedness condition 3J - J_n > 0: True at time 0.360\n", "d (def. map) integrated over the domain: 68.389 at time: 0.360\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.360\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.360\n", "\n", "J integrated over the domain: 10.646 at time: 0.370\n", "J_n integrated over the domain: 8.024 at time: 0.370\n", "Well-posedness condition 3J - J_n > 0: True at time 0.370\n", "d (def. map) integrated over the domain: 117.346 at time: 0.370\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.370\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.370\n", "\n", "J integrated over the domain: 13.354 at time: 0.380\n", "J_n integrated over the domain: 10.646 at time: 0.380\n", "Well-posedness condition 3J - J_n > 0: True at time 0.380\n", "d (def. map) integrated over the domain: 182.319 at time: 0.380\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.380\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.380\n", "\n", "J integrated over the domain: 15.976 at time: 0.390\n", "J_n integrated over the domain: 13.354 at time: 0.390\n", "Well-posedness condition 3J - J_n > 0: True at time 0.390\n", "d (def. map) integrated over the domain: 259.224 at time: 0.390\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.390\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.390\n", "\n", "J integrated over the domain: 18.348 at time: 0.400\n", "J_n integrated over the domain: 15.976 at time: 0.400\n", "Well-posedness condition 3J - J_n > 0: True at time 0.400\n", "d (def. map) integrated over the domain: 340.652 at time: 0.400\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.400\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.400\n", "\n", "J integrated over the domain: 20.322 at time: 0.410\n", "J_n integrated over the domain: 18.348 at time: 0.410\n", "Well-posedness condition 3J - J_n > 0: True at time 0.410\n", "d (def. map) integrated over the domain: 416.965 at time: 0.410\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.410\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.410\n", "\n", "J integrated over the domain: 21.772 at time: 0.420\n", "J_n integrated over the domain: 20.322 at time: 0.420\n", "Well-posedness condition 3J - J_n > 0: True at time 0.420\n", "d (def. map) integrated over the domain: 478.026 at time: 0.420\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.420\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.420\n", "\n", "J integrated over the domain: 22.609 at time: 0.430\n", "J_n integrated over the domain: 21.772 at time: 0.430\n", "Well-posedness condition 3J - J_n > 0: True at time 0.430\n", "d (def. map) integrated over the domain: 515.153 at time: 0.430\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.430\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.430\n", "\n", "J integrated over the domain: 22.779 at time: 0.440\n", "J_n integrated over the domain: 22.609 at time: 0.440\n", "Well-posedness condition 3J - J_n > 0: True at time 0.440\n", "d (def. map) integrated over the domain: 522.869 at time: 0.440\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.440\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.440\n", "\n", "J integrated over the domain: 22.271 at time: 0.450\n", "J_n integrated over the domain: 22.779 at time: 0.450\n", "Well-posedness condition 3J - J_n > 0: True at time 0.450\n", "d (def. map) integrated over the domain: 500.016 at time: 0.450\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.450\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.450\n", "\n", "J integrated over the domain: 21.119 at time: 0.460\n", "J_n integrated over the domain: 22.271 at time: 0.460\n", "Well-posedness condition 3J - J_n > 0: True at time 0.460\n", "d (def. map) integrated over the domain: 450.001 at time: 0.460\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.460\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.460\n", "\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "J integrated over the domain: 19.393 at time: 0.470\n", "J_n integrated over the domain: 21.119 at time: 0.470\n", "Well-posedness condition 3J - J_n > 0: True at time 0.470\n", "d (def. map) integrated over the domain: 380.093 at time: 0.470\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.470\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.470\n", "\n", "J integrated over the domain: 17.203 at time: 0.480\n", "J_n integrated over the domain: 19.393 at time: 0.480\n", "Well-posedness condition 3J - J_n > 0: True at time 0.480\n", "d (def. map) integrated over the domain: 299.941 at time: 0.480\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.480\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.480\n", "\n", "J integrated over the domain: 14.686 at time: 0.490\n", "J_n integrated over the domain: 17.203 at time: 0.490\n", "Well-posedness condition 3J - J_n > 0: True at time 0.490\n", "d (def. map) integrated over the domain: 219.674 at time: 0.490\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.490\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.490\n", "\n", "J integrated over the domain: 12.000 at time: 0.500\n", "J_n integrated over the domain: 14.686 at time: 0.500\n", "Well-posedness condition 3J - J_n > 0: True at time 0.500\n", "d (def. map) integrated over the domain: 148.000 at time: 0.500\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.500\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.500\n", "\n", "J integrated over the domain: 9.314 at time: 0.510\n", "J_n integrated over the domain: 12.000 at time: 0.510\n", "Well-posedness condition 3J - J_n > 0: True at time 0.510\n", "d (def. map) integrated over the domain: 90.753 at time: 0.510\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.510\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.510\n", "\n", "J integrated over the domain: 6.797 at time: 0.520\n", "J_n integrated over the domain: 9.314 at time: 0.520\n", "Well-posedness condition 3J - J_n > 0: True at time 0.520\n", "d (def. map) integrated over the domain: 50.200 at time: 0.520\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.520\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.520\n", "\n", "J integrated over the domain: 4.607 at time: 0.530\n", "J_n integrated over the domain: 6.797 at time: 0.530\n", "Well-posedness condition 3J - J_n > 0: True at time 0.530\n", "d (def. map) integrated over the domain: 25.223 at time: 0.530\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.530\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.530\n", "\n", "J integrated over the domain: 2.881 at time: 0.540\n", "J_n integrated over the domain: 4.607 at time: 0.540\n", "Well-posedness condition 3J - J_n > 0: True at time 0.540\n", "d (def. map) integrated over the domain: 12.302 at time: 0.540\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.540\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.540\n", "\n", "J integrated over the domain: 1.729 at time: 0.550\n", "J_n integrated over the domain: 2.881 at time: 0.550\n", "Well-posedness condition 3J - J_n > 0: True at time 0.550\n", "d (def. map) integrated over the domain: 6.988 at time: 0.550\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.550\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.550\n", "\n", "J integrated over the domain: 1.221 at time: 0.560\n", "J_n integrated over the domain: 1.729 at time: 0.560\n", "Well-posedness condition 3J - J_n > 0: True at time 0.560\n", "d (def. map) integrated over the domain: 5.492 at time: 0.560\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.560\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.560\n", "\n", "J integrated over the domain: 1.391 at time: 0.570\n", "J_n integrated over the domain: 1.221 at time: 0.570\n", "Well-posedness condition 3J - J_n > 0: True at time 0.570\n", "d (def. map) integrated over the domain: 5.936 at time: 0.570\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.570\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.570\n", "\n", "J integrated over the domain: 2.228 at time: 0.580\n", "J_n integrated over the domain: 1.391 at time: 0.580\n", "Well-posedness condition 3J - J_n > 0: True at time 0.580\n", "d (def. map) integrated over the domain: 8.963 at time: 0.580\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.580\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.580\n", "\n", "J integrated over the domain: 3.678 at time: 0.590\n", "J_n integrated over the domain: 2.228 at time: 0.590\n", "Well-posedness condition 3J - J_n > 0: True at time 0.590\n", "d (def. map) integrated over the domain: 17.531 at time: 0.590\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.590\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.590\n", "\n", "J integrated over the domain: 5.652 at time: 0.600\n", "J_n integrated over the domain: 3.678 at time: 0.600\n", "Well-posedness condition 3J - J_n > 0: True at time 0.600\n", "d (def. map) integrated over the domain: 35.944 at time: 0.600\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.600\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.600\n", "\n", "J integrated over the domain: 8.024 at time: 0.610\n", "J_n integrated over the domain: 5.652 at time: 0.610\n", "Well-posedness condition 3J - J_n > 0: True at time 0.610\n", "d (def. map) integrated over the domain: 68.389 at time: 0.610\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.610\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.610\n", "\n", "J integrated over the domain: 10.646 at time: 0.620\n", "J_n integrated over the domain: 8.024 at time: 0.620\n", "Well-posedness condition 3J - J_n > 0: True at time 0.620\n", "d (def. map) integrated over the domain: 117.346 at time: 0.620\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.620\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.620\n", "\n", "J integrated over the domain: 13.354 at time: 0.630\n", "J_n integrated over the domain: 10.646 at time: 0.630\n", "Well-posedness condition 3J - J_n > 0: True at time 0.630\n", "d (def. map) integrated over the domain: 182.319 at time: 0.630\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.630\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.630\n", "\n", "J integrated over the domain: 15.976 at time: 0.640\n", "J_n integrated over the domain: 13.354 at time: 0.640\n", "Well-posedness condition 3J - J_n > 0: True at time 0.640\n", "d (def. map) integrated over the domain: 259.224 at time: 0.640\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.640\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.640\n", "\n", "J integrated over the domain: 18.348 at time: 0.650\n", "J_n integrated over the domain: 15.976 at time: 0.650\n", "Well-posedness condition 3J - J_n > 0: True at time 0.650\n", "d (def. map) integrated over the domain: 340.652 at time: 0.650\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.650\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.650\n", "\n", "J integrated over the domain: 20.322 at time: 0.660\n", "J_n integrated over the domain: 18.348 at time: 0.660\n", "Well-posedness condition 3J - J_n > 0: True at time 0.660\n", "d (def. map) integrated over the domain: 416.965 at time: 0.660\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.660\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.660\n", "\n", "J integrated over the domain: 21.772 at time: 0.670\n", "J_n integrated over the domain: 20.322 at time: 0.670\n", "Well-posedness condition 3J - J_n > 0: True at time 0.670\n", "d (def. map) integrated over the domain: 478.026 at time: 0.670\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.670\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.670\n", "\n", "J integrated over the domain: 22.609 at time: 0.680\n", "J_n integrated over the domain: 21.772 at time: 0.680\n", "Well-posedness condition 3J - J_n > 0: True at time 0.680\n", "d (def. map) integrated over the domain: 515.153 at time: 0.680\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.680\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.680\n", "\n", "J integrated over the domain: 22.779 at time: 0.690\n", "J_n integrated over the domain: 22.609 at time: 0.690\n", "Well-posedness condition 3J - J_n > 0: True at time 0.690\n", "d (def. map) integrated over the domain: 522.869 at time: 0.690\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.690\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.690\n", "\n", "J integrated over the domain: 22.271 at time: 0.700\n", "J_n integrated over the domain: 22.779 at time: 0.700\n", "Well-posedness condition 3J - J_n > 0: True at time 0.700\n", "d (def. map) integrated over the domain: 500.016 at time: 0.700\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.700\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.700\n", "\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "J integrated over the domain: 21.119 at time: 0.710\n", "J_n integrated over the domain: 22.271 at time: 0.710\n", "Well-posedness condition 3J - J_n > 0: True at time 0.710\n", "d (def. map) integrated over the domain: 450.001 at time: 0.710\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.710\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.710\n", "\n", "J integrated over the domain: 19.393 at time: 0.720\n", "J_n integrated over the domain: 21.119 at time: 0.720\n", "Well-posedness condition 3J - J_n > 0: True at time 0.720\n", "d (def. map) integrated over the domain: 380.093 at time: 0.720\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.720\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.720\n", "\n", "J integrated over the domain: 17.203 at time: 0.730\n", "J_n integrated over the domain: 19.393 at time: 0.730\n", "Well-posedness condition 3J - J_n > 0: True at time 0.730\n", "d (def. map) integrated over the domain: 299.941 at time: 0.730\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.730\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.730\n", "\n", "J integrated over the domain: 14.686 at time: 0.740\n", "J_n integrated over the domain: 17.203 at time: 0.740\n", "Well-posedness condition 3J - J_n > 0: True at time 0.740\n", "d (def. map) integrated over the domain: 219.674 at time: 0.740\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.740\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.740\n", "\n", "J integrated over the domain: 12.000 at time: 0.750\n", "J_n integrated over the domain: 14.686 at time: 0.750\n", "Well-posedness condition 3J - J_n > 0: True at time 0.750\n", "d (def. map) integrated over the domain: 148.000 at time: 0.750\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.750\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.750\n", "\n", "J integrated over the domain: 9.314 at time: 0.760\n", "J_n integrated over the domain: 12.000 at time: 0.760\n", "Well-posedness condition 3J - J_n > 0: True at time 0.760\n", "d (def. map) integrated over the domain: 90.753 at time: 0.760\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.760\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.760\n", "\n", "J integrated over the domain: 6.797 at time: 0.770\n", "J_n integrated over the domain: 9.314 at time: 0.770\n", "Well-posedness condition 3J - J_n > 0: True at time 0.770\n", "d (def. map) integrated over the domain: 50.200 at time: 0.770\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.770\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.770\n", "\n", "J integrated over the domain: 4.607 at time: 0.780\n", "J_n integrated over the domain: 6.797 at time: 0.780\n", "Well-posedness condition 3J - J_n > 0: True at time 0.780\n", "d (def. map) integrated over the domain: 25.223 at time: 0.780\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.780\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.780\n", "\n", "J integrated over the domain: 2.881 at time: 0.790\n", "J_n integrated over the domain: 4.607 at time: 0.790\n", "Well-posedness condition 3J - J_n > 0: True at time 0.790\n", "d (def. map) integrated over the domain: 12.302 at time: 0.790\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.790\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.790\n", "\n", "J integrated over the domain: 1.729 at time: 0.800\n", "J_n integrated over the domain: 2.881 at time: 0.800\n", "Well-posedness condition 3J - J_n > 0: True at time 0.800\n", "d (def. map) integrated over the domain: 6.988 at time: 0.800\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.800\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.800\n", "\n", "J integrated over the domain: 1.221 at time: 0.810\n", "J_n integrated over the domain: 1.729 at time: 0.810\n", "Well-posedness condition 3J - J_n > 0: True at time 0.810\n", "d (def. map) integrated over the domain: 5.492 at time: 0.810\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.810\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.810\n", "\n", "J integrated over the domain: 1.391 at time: 0.820\n", "J_n integrated over the domain: 1.221 at time: 0.820\n", "Well-posedness condition 3J - J_n > 0: True at time 0.820\n", "d (def. map) integrated over the domain: 5.936 at time: 0.820\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.820\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.820\n", "\n", "J integrated over the domain: 2.228 at time: 0.830\n", "J_n integrated over the domain: 1.391 at time: 0.830\n", "Well-posedness condition 3J - J_n > 0: True at time 0.830\n", "d (def. map) integrated over the domain: 8.963 at time: 0.830\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.830\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.830\n", "\n", "J integrated over the domain: 3.678 at time: 0.840\n", "J_n integrated over the domain: 2.228 at time: 0.840\n", "Well-posedness condition 3J - J_n > 0: True at time 0.840\n", "d (def. map) integrated over the domain: 17.531 at time: 0.840\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.840\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.840\n", "\n", "J integrated over the domain: 5.652 at time: 0.850\n", "J_n integrated over the domain: 3.678 at time: 0.850\n", "Well-posedness condition 3J - J_n > 0: True at time 0.850\n", "d (def. map) integrated over the domain: 35.944 at time: 0.850\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.850\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.850\n", "\n", "J integrated over the domain: 8.024 at time: 0.860\n", "J_n integrated over the domain: 5.652 at time: 0.860\n", "Well-posedness condition 3J - J_n > 0: True at time 0.860\n", "d (def. map) integrated over the domain: 68.389 at time: 0.860\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.860\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.860\n", "\n", "J integrated over the domain: 10.646 at time: 0.870\n", "J_n integrated over the domain: 8.024 at time: 0.870\n", "Well-posedness condition 3J - J_n > 0: True at time 0.870\n", "d (def. map) integrated over the domain: 117.346 at time: 0.870\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.870\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.870\n", "\n", "J integrated over the domain: 13.354 at time: 0.880\n", "J_n integrated over the domain: 10.646 at time: 0.880\n", "Well-posedness condition 3J - J_n > 0: True at time 0.880\n", "d (def. map) integrated over the domain: 182.319 at time: 0.880\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.880\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.880\n", "\n", "J integrated over the domain: 15.976 at time: 0.890\n", "J_n integrated over the domain: 13.354 at time: 0.890\n", "Well-posedness condition 3J - J_n > 0: True at time 0.890\n", "d (def. map) integrated over the domain: 259.224 at time: 0.890\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.890\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.890\n", "\n", "J integrated over the domain: 18.348 at time: 0.900\n", "J_n integrated over the domain: 15.976 at time: 0.900\n", "Well-posedness condition 3J - J_n > 0: True at time 0.900\n", "d (def. map) integrated over the domain: 340.652 at time: 0.900\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.900\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.900\n", "\n", "J integrated over the domain: 20.322 at time: 0.910\n", "J_n integrated over the domain: 18.348 at time: 0.910\n", "Well-posedness condition 3J - J_n > 0: True at time 0.910\n", "d (def. map) integrated over the domain: 416.965 at time: 0.910\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.910\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.910\n", "\n", "J integrated over the domain: 21.772 at time: 0.920\n", "J_n integrated over the domain: 20.322 at time: 0.920\n", "Well-posedness condition 3J - J_n > 0: True at time 0.920\n", "d (def. map) integrated over the domain: 478.026 at time: 0.920\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.920\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.920\n", "\n", "J integrated over the domain: 22.609 at time: 0.930\n", "J_n integrated over the domain: 21.772 at time: 0.930\n", "Well-posedness condition 3J - J_n > 0: True at time 0.930\n", "d (def. map) integrated over the domain: 515.153 at time: 0.930\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.930\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.930\n", "\n", "J integrated over the domain: 22.779 at time: 0.940\n", "J_n integrated over the domain: 22.609 at time: 0.940\n", "Well-posedness condition 3J - J_n > 0: True at time 0.940\n", "d (def. map) integrated over the domain: 522.869 at time: 0.940\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.940\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.940\n", "\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "J integrated over the domain: 22.271 at time: 0.950\n", "J_n integrated over the domain: 22.779 at time: 0.950\n", "Well-posedness condition 3J - J_n > 0: True at time 0.950\n", "d (def. map) integrated over the domain: 500.016 at time: 0.950\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.950\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.950\n", "\n", "J integrated over the domain: 21.119 at time: 0.960\n", "J_n integrated over the domain: 22.271 at time: 0.960\n", "Well-posedness condition 3J - J_n > 0: True at time 0.960\n", "d (def. map) integrated over the domain: 450.001 at time: 0.960\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.960\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.960\n", "\n", "J integrated over the domain: 19.393 at time: 0.970\n", "J_n integrated over the domain: 21.119 at time: 0.970\n", "Well-posedness condition 3J - J_n > 0: True at time 0.970\n", "d (def. map) integrated over the domain: 380.093 at time: 0.970\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.970\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.970\n", "\n", "J integrated over the domain: 17.203 at time: 0.980\n", "J_n integrated over the domain: 19.393 at time: 0.980\n", "Well-posedness condition 3J - J_n > 0: True at time 0.980\n", "d (def. map) integrated over the domain: 299.941 at time: 0.980\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.980\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.980\n", "\n", "J integrated over the domain: 14.686 at time: 0.990\n", "J_n integrated over the domain: 17.203 at time: 0.990\n", "Well-posedness condition 3J - J_n > 0: True at time 0.990\n", "d (def. map) integrated over the domain: 219.674 at time: 0.990\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 0.990\n", "Residual of scheme -> 'delta' value: -0.00000 at time 0.990\n", "\n", "J integrated over the domain: 12.000 at time: 1.000\n", "J_n integrated over the domain: 14.686 at time: 1.000\n", "Well-posedness condition 3J - J_n > 0: True at time 1.000\n", "d (def. map) integrated over the domain: 148.000 at time: 1.000\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.000\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.000\n", "\n", "J integrated over the domain: 9.314 at time: 1.010\n", "J_n integrated over the domain: 12.000 at time: 1.010\n", "Well-posedness condition 3J - J_n > 0: True at time 1.010\n", "d (def. map) integrated over the domain: 90.753 at time: 1.010\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.010\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.010\n", "\n", "J integrated over the domain: 6.797 at time: 1.020\n", "J_n integrated over the domain: 9.314 at time: 1.020\n", "Well-posedness condition 3J - J_n > 0: True at time 1.020\n", "d (def. map) integrated over the domain: 50.200 at time: 1.020\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.020\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.020\n", "\n", "J integrated over the domain: 4.607 at time: 1.030\n", "J_n integrated over the domain: 6.797 at time: 1.030\n", "Well-posedness condition 3J - J_n > 0: True at time 1.030\n", "d (def. map) integrated over the domain: 25.223 at time: 1.030\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.030\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.030\n", "\n", "J integrated over the domain: 2.881 at time: 1.040\n", "J_n integrated over the domain: 4.607 at time: 1.040\n", "Well-posedness condition 3J - J_n > 0: True at time 1.040\n", "d (def. map) integrated over the domain: 12.302 at time: 1.040\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.040\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.040\n", "\n", "J integrated over the domain: 1.729 at time: 1.050\n", "J_n integrated over the domain: 2.881 at time: 1.050\n", "Well-posedness condition 3J - J_n > 0: True at time 1.050\n", "d (def. map) integrated over the domain: 6.988 at time: 1.050\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.050\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.050\n", "\n", "J integrated over the domain: 1.221 at time: 1.060\n", "J_n integrated over the domain: 1.729 at time: 1.060\n", "Well-posedness condition 3J - J_n > 0: True at time 1.060\n", "d (def. map) integrated over the domain: 5.492 at time: 1.060\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.060\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.060\n", "\n", "J integrated over the domain: 1.391 at time: 1.070\n", "J_n integrated over the domain: 1.221 at time: 1.070\n", "Well-posedness condition 3J - J_n > 0: True at time 1.070\n", "d (def. map) integrated over the domain: 5.936 at time: 1.070\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.070\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.070\n", "\n", "J integrated over the domain: 2.228 at time: 1.080\n", "J_n integrated over the domain: 1.391 at time: 1.080\n", "Well-posedness condition 3J - J_n > 0: True at time 1.080\n", "d (def. map) integrated over the domain: 8.963 at time: 1.080\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.080\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.080\n", "\n", "J integrated over the domain: 3.678 at time: 1.090\n", "J_n integrated over the domain: 2.228 at time: 1.090\n", "Well-posedness condition 3J - J_n > 0: True at time 1.090\n", "d (def. map) integrated over the domain: 17.531 at time: 1.090\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.090\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.090\n", "\n", "J integrated over the domain: 5.652 at time: 1.100\n", "J_n integrated over the domain: 3.678 at time: 1.100\n", "Well-posedness condition 3J - J_n > 0: True at time 1.100\n", "d (def. map) integrated over the domain: 35.944 at time: 1.100\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.100\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.100\n", "\n", "J integrated over the domain: 8.024 at time: 1.110\n", "J_n integrated over the domain: 5.652 at time: 1.110\n", "Well-posedness condition 3J - J_n > 0: True at time 1.110\n", "d (def. map) integrated over the domain: 68.389 at time: 1.110\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.110\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.110\n", "\n", "J integrated over the domain: 10.646 at time: 1.120\n", "J_n integrated over the domain: 8.024 at time: 1.120\n", "Well-posedness condition 3J - J_n > 0: True at time 1.120\n", "d (def. map) integrated over the domain: 117.346 at time: 1.120\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.120\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.120\n", "\n", "J integrated over the domain: 13.354 at time: 1.130\n", "J_n integrated over the domain: 10.646 at time: 1.130\n", "Well-posedness condition 3J - J_n > 0: True at time 1.130\n", "d (def. map) integrated over the domain: 182.319 at time: 1.130\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.130\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.130\n", "\n", "J integrated over the domain: 15.976 at time: 1.140\n", "J_n integrated over the domain: 13.354 at time: 1.140\n", "Well-posedness condition 3J - J_n > 0: True at time 1.140\n", "d (def. map) integrated over the domain: 259.224 at time: 1.140\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.140\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.140\n", "\n", "J integrated over the domain: 18.348 at time: 1.150\n", "J_n integrated over the domain: 15.976 at time: 1.150\n", "Well-posedness condition 3J - J_n > 0: True at time 1.150\n", "d (def. map) integrated over the domain: 340.652 at time: 1.150\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.150\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.150\n", "\n", "J integrated over the domain: 20.322 at time: 1.160\n", "J_n integrated over the domain: 18.348 at time: 1.160\n", "Well-posedness condition 3J - J_n > 0: True at time 1.160\n", "d (def. map) integrated over the domain: 416.965 at time: 1.160\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.160\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.160\n", "\n", "J integrated over the domain: 21.772 at time: 1.170\n", "J_n integrated over the domain: 20.322 at time: 1.170\n", "Well-posedness condition 3J - J_n > 0: True at time 1.170\n", "d (def. map) integrated over the domain: 478.026 at time: 1.170\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.170\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.170\n", "\n", "J integrated over the domain: 22.609 at time: 1.180\n", "J_n integrated over the domain: 21.772 at time: 1.180\n", "Well-posedness condition 3J - J_n > 0: True at time 1.180\n", "d (def. map) integrated over the domain: 515.153 at time: 1.180\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.180\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.180\n", "\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "J integrated over the domain: 22.779 at time: 1.190\n", "J_n integrated over the domain: 22.609 at time: 1.190\n", "Well-posedness condition 3J - J_n > 0: True at time 1.190\n", "d (def. map) integrated over the domain: 522.869 at time: 1.190\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.190\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.190\n", "\n", "J integrated over the domain: 22.271 at time: 1.200\n", "J_n integrated over the domain: 22.779 at time: 1.200\n", "Well-posedness condition 3J - J_n > 0: True at time 1.200\n", "d (def. map) integrated over the domain: 500.016 at time: 1.200\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.200\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.200\n", "\n", "J integrated over the domain: 21.119 at time: 1.210\n", "J_n integrated over the domain: 22.271 at time: 1.210\n", "Well-posedness condition 3J - J_n > 0: True at time 1.210\n", "d (def. map) integrated over the domain: 450.001 at time: 1.210\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.210\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.210\n", "\n", "J integrated over the domain: 19.393 at time: 1.220\n", "J_n integrated over the domain: 21.119 at time: 1.220\n", "Well-posedness condition 3J - J_n > 0: True at time 1.220\n", "d (def. map) integrated over the domain: 380.093 at time: 1.220\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.220\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.220\n", "\n", "J integrated over the domain: 17.203 at time: 1.230\n", "J_n integrated over the domain: 19.393 at time: 1.230\n", "Well-posedness condition 3J - J_n > 0: True at time 1.230\n", "d (def. map) integrated over the domain: 299.941 at time: 1.230\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.230\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.230\n", "\n", "J integrated over the domain: 14.686 at time: 1.240\n", "J_n integrated over the domain: 17.203 at time: 1.240\n", "Well-posedness condition 3J - J_n > 0: True at time 1.240\n", "d (def. map) integrated over the domain: 219.674 at time: 1.240\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.240\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.240\n", "\n", "J integrated over the domain: 12.000 at time: 1.250\n", "J_n integrated over the domain: 14.686 at time: 1.250\n", "Well-posedness condition 3J - J_n > 0: True at time 1.250\n", "d (def. map) integrated over the domain: 148.000 at time: 1.250\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.250\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.250\n", "\n", "J integrated over the domain: 9.314 at time: 1.260\n", "J_n integrated over the domain: 12.000 at time: 1.260\n", "Well-posedness condition 3J - J_n > 0: True at time 1.260\n", "d (def. map) integrated over the domain: 90.753 at time: 1.260\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.260\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.260\n", "\n", "J integrated over the domain: 6.797 at time: 1.270\n", "J_n integrated over the domain: 9.314 at time: 1.270\n", "Well-posedness condition 3J - J_n > 0: True at time 1.270\n", "d (def. map) integrated over the domain: 50.200 at time: 1.270\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.270\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.270\n", "\n", "J integrated over the domain: 4.607 at time: 1.280\n", "J_n integrated over the domain: 6.797 at time: 1.280\n", "Well-posedness condition 3J - J_n > 0: True at time 1.280\n", "d (def. map) integrated over the domain: 25.223 at time: 1.280\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.280\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.280\n", "\n", "J integrated over the domain: 2.881 at time: 1.290\n", "J_n integrated over the domain: 4.607 at time: 1.290\n", "Well-posedness condition 3J - J_n > 0: True at time 1.290\n", "d (def. map) integrated over the domain: 12.302 at time: 1.290\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.290\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.290\n", "\n", "J integrated over the domain: 1.729 at time: 1.300\n", "J_n integrated over the domain: 2.881 at time: 1.300\n", "Well-posedness condition 3J - J_n > 0: True at time 1.300\n", "d (def. map) integrated over the domain: 6.988 at time: 1.300\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.300\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.300\n", "\n", "J integrated over the domain: 1.221 at time: 1.310\n", "J_n integrated over the domain: 1.729 at time: 1.310\n", "Well-posedness condition 3J - J_n > 0: True at time 1.310\n", "d (def. map) integrated over the domain: 5.492 at time: 1.310\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.310\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.310\n", "\n", "J integrated over the domain: 1.391 at time: 1.320\n", "J_n integrated over the domain: 1.221 at time: 1.320\n", "Well-posedness condition 3J - J_n > 0: True at time 1.320\n", "d (def. map) integrated over the domain: 5.936 at time: 1.320\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.320\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.320\n", "\n", "J integrated over the domain: 2.228 at time: 1.330\n", "J_n integrated over the domain: 1.391 at time: 1.330\n", "Well-posedness condition 3J - J_n > 0: True at time 1.330\n", "d (def. map) integrated over the domain: 8.963 at time: 1.330\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.330\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.330\n", "\n", "J integrated over the domain: 3.678 at time: 1.340\n", "J_n integrated over the domain: 2.228 at time: 1.340\n", "Well-posedness condition 3J - J_n > 0: True at time 1.340\n", "d (def. map) integrated over the domain: 17.531 at time: 1.340\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.340\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.340\n", "\n", "J integrated over the domain: 5.652 at time: 1.350\n", "J_n integrated over the domain: 3.678 at time: 1.350\n", "Well-posedness condition 3J - J_n > 0: True at time 1.350\n", "d (def. map) integrated over the domain: 35.944 at time: 1.350\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.350\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.350\n", "\n", "J integrated over the domain: 8.024 at time: 1.360\n", "J_n integrated over the domain: 5.652 at time: 1.360\n", "Well-posedness condition 3J - J_n > 0: True at time 1.360\n", "d (def. map) integrated over the domain: 68.389 at time: 1.360\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.360\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.360\n", "\n", "J integrated over the domain: 10.646 at time: 1.370\n", "J_n integrated over the domain: 8.024 at time: 1.370\n", "Well-posedness condition 3J - J_n > 0: True at time 1.370\n", "d (def. map) integrated over the domain: 117.346 at time: 1.370\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.370\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.370\n", "\n", "J integrated over the domain: 13.354 at time: 1.380\n", "J_n integrated over the domain: 10.646 at time: 1.380\n", "Well-posedness condition 3J - J_n > 0: True at time 1.380\n", "d (def. map) integrated over the domain: 182.319 at time: 1.380\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.380\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.380\n", "\n", "J integrated over the domain: 15.976 at time: 1.390\n", "J_n integrated over the domain: 13.354 at time: 1.390\n", "Well-posedness condition 3J - J_n > 0: True at time 1.390\n", "d (def. map) integrated over the domain: 259.224 at time: 1.390\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.390\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.390\n", "\n", "J integrated over the domain: 18.348 at time: 1.400\n", "J_n integrated over the domain: 15.976 at time: 1.400\n", "Well-posedness condition 3J - J_n > 0: True at time 1.400\n", "d (def. map) integrated over the domain: 340.652 at time: 1.400\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.400\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.400\n", "\n", "J integrated over the domain: 20.322 at time: 1.410\n", "J_n integrated over the domain: 18.348 at time: 1.410\n", "Well-posedness condition 3J - J_n > 0: True at time 1.410\n", "d (def. map) integrated over the domain: 416.965 at time: 1.410\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.410\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.410\n", "\n", "J integrated over the domain: 21.772 at time: 1.420\n", "J_n integrated over the domain: 20.322 at time: 1.420\n", "Well-posedness condition 3J - J_n > 0: True at time 1.420\n", "d (def. map) integrated over the domain: 478.026 at time: 1.420\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.420\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.420\n", "\n", "J integrated over the domain: 22.609 at time: 1.430\n", "J_n integrated over the domain: 21.772 at time: 1.430\n", "Well-posedness condition 3J - J_n > 0: True at time 1.430\n", "d (def. map) integrated over the domain: 515.153 at time: 1.430\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.430\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.430\n", "\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "J integrated over the domain: 22.779 at time: 1.440\n", "J_n integrated over the domain: 22.609 at time: 1.440\n", "Well-posedness condition 3J - J_n > 0: True at time 1.440\n", "d (def. map) integrated over the domain: 522.869 at time: 1.440\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.440\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.440\n", "\n", "J integrated over the domain: 22.271 at time: 1.450\n", "J_n integrated over the domain: 22.779 at time: 1.450\n", "Well-posedness condition 3J - J_n > 0: True at time 1.450\n", "d (def. map) integrated over the domain: 500.016 at time: 1.450\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.450\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.450\n", "\n", "J integrated over the domain: 21.119 at time: 1.460\n", "J_n integrated over the domain: 22.271 at time: 1.460\n", "Well-posedness condition 3J - J_n > 0: True at time 1.460\n", "d (def. map) integrated over the domain: 450.001 at time: 1.460\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.460\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.460\n", "\n", "J integrated over the domain: 19.393 at time: 1.470\n", "J_n integrated over the domain: 21.119 at time: 1.470\n", "Well-posedness condition 3J - J_n > 0: True at time 1.470\n", "d (def. map) integrated over the domain: 380.093 at time: 1.470\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.470\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.470\n", "\n", "J integrated over the domain: 17.203 at time: 1.480\n", "J_n integrated over the domain: 19.393 at time: 1.480\n", "Well-posedness condition 3J - J_n > 0: True at time 1.480\n", "d (def. map) integrated over the domain: 299.941 at time: 1.480\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.480\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.480\n", "\n", "J integrated over the domain: 14.686 at time: 1.490\n", "J_n integrated over the domain: 17.203 at time: 1.490\n", "Well-posedness condition 3J - J_n > 0: True at time 1.490\n", "d (def. map) integrated over the domain: 219.674 at time: 1.490\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.490\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.490\n", "\n", "J integrated over the domain: 12.000 at time: 1.500\n", "J_n integrated over the domain: 14.686 at time: 1.500\n", "Well-posedness condition 3J - J_n > 0: True at time 1.500\n", "d (def. map) integrated over the domain: 148.000 at time: 1.500\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.500\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.500\n", "\n", "J integrated over the domain: 9.314 at time: 1.510\n", "J_n integrated over the domain: 12.000 at time: 1.510\n", "Well-posedness condition 3J - J_n > 0: True at time 1.510\n", "d (def. map) integrated over the domain: 90.753 at time: 1.510\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.510\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.510\n", "\n", "J integrated over the domain: 6.797 at time: 1.520\n", "J_n integrated over the domain: 9.314 at time: 1.520\n", "Well-posedness condition 3J - J_n > 0: True at time 1.520\n", "d (def. map) integrated over the domain: 50.200 at time: 1.520\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.520\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.520\n", "\n", "J integrated over the domain: 4.607 at time: 1.530\n", "J_n integrated over the domain: 6.797 at time: 1.530\n", "Well-posedness condition 3J - J_n > 0: True at time 1.530\n", "d (def. map) integrated over the domain: 25.223 at time: 1.530\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.530\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.530\n", "\n", "J integrated over the domain: 2.881 at time: 1.540\n", "J_n integrated over the domain: 4.607 at time: 1.540\n", "Well-posedness condition 3J - J_n > 0: True at time 1.540\n", "d (def. map) integrated over the domain: 12.302 at time: 1.540\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.540\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.540\n", "\n", "J integrated over the domain: 1.729 at time: 1.550\n", "J_n integrated over the domain: 2.881 at time: 1.550\n", "Well-posedness condition 3J - J_n > 0: True at time 1.550\n", "d (def. map) integrated over the domain: 6.988 at time: 1.550\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.550\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.550\n", "\n", "J integrated over the domain: 1.221 at time: 1.560\n", "J_n integrated over the domain: 1.729 at time: 1.560\n", "Well-posedness condition 3J - J_n > 0: True at time 1.560\n", "d (def. map) integrated over the domain: 5.492 at time: 1.560\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.560\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.560\n", "\n", "J integrated over the domain: 1.391 at time: 1.570\n", "J_n integrated over the domain: 1.221 at time: 1.570\n", "Well-posedness condition 3J - J_n > 0: True at time 1.570\n", "d (def. map) integrated over the domain: 5.936 at time: 1.570\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.570\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.570\n", "\n", "J integrated over the domain: 2.228 at time: 1.580\n", "J_n integrated over the domain: 1.391 at time: 1.580\n", "Well-posedness condition 3J - J_n > 0: True at time 1.580\n", "d (def. map) integrated over the domain: 8.963 at time: 1.580\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.580\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.580\n", "\n", "J integrated over the domain: 3.678 at time: 1.590\n", "J_n integrated over the domain: 2.228 at time: 1.590\n", "Well-posedness condition 3J - J_n > 0: True at time 1.590\n", "d (def. map) integrated over the domain: 17.531 at time: 1.590\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.590\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.590\n", "\n", "J integrated over the domain: 5.652 at time: 1.600\n", "J_n integrated over the domain: 3.678 at time: 1.600\n", "Well-posedness condition 3J - J_n > 0: True at time 1.600\n", "d (def. map) integrated over the domain: 35.944 at time: 1.600\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.600\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.600\n", "\n", "J integrated over the domain: 8.024 at time: 1.610\n", "J_n integrated over the domain: 5.652 at time: 1.610\n", "Well-posedness condition 3J - J_n > 0: True at time 1.610\n", "d (def. map) integrated over the domain: 68.389 at time: 1.610\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.610\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.610\n", "\n", "J integrated over the domain: 10.646 at time: 1.620\n", "J_n integrated over the domain: 8.024 at time: 1.620\n", "Well-posedness condition 3J - J_n > 0: True at time 1.620\n", "d (def. map) integrated over the domain: 117.346 at time: 1.620\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.620\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.620\n", "\n", "J integrated over the domain: 13.354 at time: 1.630\n", "J_n integrated over the domain: 10.646 at time: 1.630\n", "Well-posedness condition 3J - J_n > 0: True at time 1.630\n", "d (def. map) integrated over the domain: 182.319 at time: 1.630\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.630\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.630\n", "\n", "J integrated over the domain: 15.976 at time: 1.640\n", "J_n integrated over the domain: 13.354 at time: 1.640\n", "Well-posedness condition 3J - J_n > 0: True at time 1.640\n", "d (def. map) integrated over the domain: 259.224 at time: 1.640\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.640\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.640\n", "\n", "J integrated over the domain: 18.348 at time: 1.650\n", "J_n integrated over the domain: 15.976 at time: 1.650\n", "Well-posedness condition 3J - J_n > 0: True at time 1.650\n", "d (def. map) integrated over the domain: 340.652 at time: 1.650\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.650\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.650\n", "\n", "J integrated over the domain: 20.322 at time: 1.660\n", "J_n integrated over the domain: 18.348 at time: 1.660\n", "Well-posedness condition 3J - J_n > 0: True at time 1.660\n", "d (def. map) integrated over the domain: 416.965 at time: 1.660\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.660\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.660\n", "\n", "J integrated over the domain: 21.772 at time: 1.670\n", "J_n integrated over the domain: 20.322 at time: 1.670\n", "Well-posedness condition 3J - J_n > 0: True at time 1.670\n", "d (def. map) integrated over the domain: 478.026 at time: 1.670\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.670\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.670\n", "\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "J integrated over the domain: 22.609 at time: 1.680\n", "J_n integrated over the domain: 21.772 at time: 1.680\n", "Well-posedness condition 3J - J_n > 0: True at time 1.680\n", "d (def. map) integrated over the domain: 515.153 at time: 1.680\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.680\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.680\n", "\n", "J integrated over the domain: 22.779 at time: 1.690\n", "J_n integrated over the domain: 22.609 at time: 1.690\n", "Well-posedness condition 3J - J_n > 0: True at time 1.690\n", "d (def. map) integrated over the domain: 522.869 at time: 1.690\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.690\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.690\n", "\n", "J integrated over the domain: 22.271 at time: 1.700\n", "J_n integrated over the domain: 22.779 at time: 1.700\n", "Well-posedness condition 3J - J_n > 0: True at time 1.700\n", "d (def. map) integrated over the domain: 500.016 at time: 1.700\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.700\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.700\n", "\n", "J integrated over the domain: 21.119 at time: 1.710\n", "J_n integrated over the domain: 22.271 at time: 1.710\n", "Well-posedness condition 3J - J_n > 0: True at time 1.710\n", "d (def. map) integrated over the domain: 450.001 at time: 1.710\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.710\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.710\n", "\n", "J integrated over the domain: 19.393 at time: 1.720\n", "J_n integrated over the domain: 21.119 at time: 1.720\n", "Well-posedness condition 3J - J_n > 0: True at time 1.720\n", "d (def. map) integrated over the domain: 380.093 at time: 1.720\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.720\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.720\n", "\n", "J integrated over the domain: 17.203 at time: 1.730\n", "J_n integrated over the domain: 19.393 at time: 1.730\n", "Well-posedness condition 3J - J_n > 0: True at time 1.730\n", "d (def. map) integrated over the domain: 299.941 at time: 1.730\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.730\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.730\n", "\n", "J integrated over the domain: 14.686 at time: 1.740\n", "J_n integrated over the domain: 17.203 at time: 1.740\n", "Well-posedness condition 3J - J_n > 0: True at time 1.740\n", "d (def. map) integrated over the domain: 219.674 at time: 1.740\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.740\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.740\n", "\n", "J integrated over the domain: 12.000 at time: 1.750\n", "J_n integrated over the domain: 14.686 at time: 1.750\n", "Well-posedness condition 3J - J_n > 0: True at time 1.750\n", "d (def. map) integrated over the domain: 148.000 at time: 1.750\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.750\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.750\n", "\n", "J integrated over the domain: 9.314 at time: 1.760\n", "J_n integrated over the domain: 12.000 at time: 1.760\n", "Well-posedness condition 3J - J_n > 0: True at time 1.760\n", "d (def. map) integrated over the domain: 90.753 at time: 1.760\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.760\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.760\n", "\n", "J integrated over the domain: 6.797 at time: 1.770\n", "J_n integrated over the domain: 9.314 at time: 1.770\n", "Well-posedness condition 3J - J_n > 0: True at time 1.770\n", "d (def. map) integrated over the domain: 50.200 at time: 1.770\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.770\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.770\n", "\n", "J integrated over the domain: 4.607 at time: 1.780\n", "J_n integrated over the domain: 6.797 at time: 1.780\n", "Well-posedness condition 3J - J_n > 0: True at time 1.780\n", "d (def. map) integrated over the domain: 25.223 at time: 1.780\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.780\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.780\n", "\n", "J integrated over the domain: 2.881 at time: 1.790\n", "J_n integrated over the domain: 4.607 at time: 1.790\n", "Well-posedness condition 3J - J_n > 0: True at time 1.790\n", "d (def. map) integrated over the domain: 12.302 at time: 1.790\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.790\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.790\n", "\n", "J integrated over the domain: 1.729 at time: 1.800\n", "J_n integrated over the domain: 2.881 at time: 1.800\n", "Well-posedness condition 3J - J_n > 0: True at time 1.800\n", "d (def. map) integrated over the domain: 6.988 at time: 1.800\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.800\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.800\n", "\n", "J integrated over the domain: 1.221 at time: 1.810\n", "J_n integrated over the domain: 1.729 at time: 1.810\n", "Well-posedness condition 3J - J_n > 0: True at time 1.810\n", "d (def. map) integrated over the domain: 5.492 at time: 1.810\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.810\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.810\n", "\n", "J integrated over the domain: 1.391 at time: 1.820\n", "J_n integrated over the domain: 1.221 at time: 1.820\n", "Well-posedness condition 3J - J_n > 0: True at time 1.820\n", "d (def. map) integrated over the domain: 5.936 at time: 1.820\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.820\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.820\n", "\n", "J integrated over the domain: 2.228 at time: 1.830\n", "J_n integrated over the domain: 1.391 at time: 1.830\n", "Well-posedness condition 3J - J_n > 0: True at time 1.830\n", "d (def. map) integrated over the domain: 8.963 at time: 1.830\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.830\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.830\n", "\n", "J integrated over the domain: 3.678 at time: 1.840\n", "J_n integrated over the domain: 2.228 at time: 1.840\n", "Well-posedness condition 3J - J_n > 0: True at time 1.840\n", "d (def. map) integrated over the domain: 17.531 at time: 1.840\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.840\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.840\n", "\n", "J integrated over the domain: 5.652 at time: 1.850\n", "J_n integrated over the domain: 3.678 at time: 1.850\n", "Well-posedness condition 3J - J_n > 0: True at time 1.850\n", "d (def. map) integrated over the domain: 35.944 at time: 1.850\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.850\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.850\n", "\n", "J integrated over the domain: 8.024 at time: 1.860\n", "J_n integrated over the domain: 5.652 at time: 1.860\n", "Well-posedness condition 3J - J_n > 0: True at time 1.860\n", "d (def. map) integrated over the domain: 68.389 at time: 1.860\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.860\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.860\n", "\n", "J integrated over the domain: 10.646 at time: 1.870\n", "J_n integrated over the domain: 8.024 at time: 1.870\n", "Well-posedness condition 3J - J_n > 0: True at time 1.870\n", "d (def. map) integrated over the domain: 117.346 at time: 1.870\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.870\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.870\n", "\n", "J integrated over the domain: 13.354 at time: 1.880\n", "J_n integrated over the domain: 10.646 at time: 1.880\n", "Well-posedness condition 3J - J_n > 0: True at time 1.880\n", "d (def. map) integrated over the domain: 182.319 at time: 1.880\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.880\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.880\n", "\n", "J integrated over the domain: 15.976 at time: 1.890\n", "J_n integrated over the domain: 13.354 at time: 1.890\n", "Well-posedness condition 3J - J_n > 0: True at time 1.890\n", "d (def. map) integrated over the domain: 259.224 at time: 1.890\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.890\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.890\n", "\n", "J integrated over the domain: 18.348 at time: 1.900\n", "J_n integrated over the domain: 15.976 at time: 1.900\n", "Well-posedness condition 3J - J_n > 0: True at time 1.900\n", "d (def. map) integrated over the domain: 340.652 at time: 1.900\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.900\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.900\n", "\n", "J integrated over the domain: 20.322 at time: 1.910\n", "J_n integrated over the domain: 18.348 at time: 1.910\n", "Well-posedness condition 3J - J_n > 0: True at time 1.910\n", "d (def. map) integrated over the domain: 416.965 at time: 1.910\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.910\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.910\n", "\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "J integrated over the domain: 21.772 at time: 1.920\n", "J_n integrated over the domain: 20.322 at time: 1.920\n", "Well-posedness condition 3J - J_n > 0: True at time 1.920\n", "d (def. map) integrated over the domain: 478.026 at time: 1.920\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.920\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.920\n", "\n", "J integrated over the domain: 22.609 at time: 1.930\n", "J_n integrated over the domain: 21.772 at time: 1.930\n", "Well-posedness condition 3J - J_n > 0: True at time 1.930\n", "d (def. map) integrated over the domain: 515.153 at time: 1.930\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.930\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.930\n", "\n", "J integrated over the domain: 22.779 at time: 1.940\n", "J_n integrated over the domain: 22.609 at time: 1.940\n", "Well-posedness condition 3J - J_n > 0: True at time 1.940\n", "d (def. map) integrated over the domain: 522.869 at time: 1.940\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.940\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.940\n", "\n", "J integrated over the domain: 22.271 at time: 1.950\n", "J_n integrated over the domain: 22.779 at time: 1.950\n", "Well-posedness condition 3J - J_n > 0: True at time 1.950\n", "d (def. map) integrated over the domain: 500.016 at time: 1.950\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.950\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.950\n", "\n", "J integrated over the domain: 21.119 at time: 1.960\n", "J_n integrated over the domain: 22.271 at time: 1.960\n", "Well-posedness condition 3J - J_n > 0: True at time 1.960\n", "d (def. map) integrated over the domain: 450.001 at time: 1.960\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.960\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.960\n", "\n", "J integrated over the domain: 19.393 at time: 1.970\n", "J_n integrated over the domain: 21.119 at time: 1.970\n", "Well-posedness condition 3J - J_n > 0: True at time 1.970\n", "d (def. map) integrated over the domain: 380.093 at time: 1.970\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.970\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.970\n", "\n", "J integrated over the domain: 17.203 at time: 1.980\n", "J_n integrated over the domain: 19.393 at time: 1.980\n", "Well-posedness condition 3J - J_n > 0: True at time 1.980\n", "d (def. map) integrated over the domain: 299.941 at time: 1.980\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.980\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.980\n", "\n", "J integrated over the domain: 14.686 at time: 1.990\n", "J_n integrated over the domain: 17.203 at time: 1.990\n", "Well-posedness condition 3J - J_n > 0: True at time 1.990\n", "d (def. map) integrated over the domain: 219.674 at time: 1.990\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 1.990\n", "Residual of scheme -> 'delta' value: -0.00000 at time 1.990\n", "\n", "J integrated over the domain: 12.000 at time: 2.000\n", "J_n integrated over the domain: 14.686 at time: 2.000\n", "Well-posedness condition 3J - J_n > 0: True at time 2.000\n", "d (def. map) integrated over the domain: 148.000 at time: 2.000\n", "Strain energy E( eps(|u|^2) ): 0.00000 at time 2.000\n", "Residual of scheme -> 'delta' value: -0.00000 at time 2.000\n", "\n", "DoF for Velocity Space (U): 3298\n", "DoF for Pressure Space (P): 1649\n", "Solution Computed in 34.295 seconds\n", "\n", "----------------Computation Completed!----------------\n", "\n", "\n", "----------------Simulations Done!----------------.\n", "\n", "\n", "Computing error figures for both schemes...\n", "\n", "\n", "All computations done and figures saved...\n", "\n", "\n", "------------------------------------------\n", "\n" ] } ], "source": [ "from main import testing_ALE, testing_defs_ALE, testing_defs_ALE_CT\n", "#testing_defs_ALE(solver_to_use='LU')\n", "#testing_defs_ALE_CT(solver_to_use='LU')\n", "dict_mt, dict_ct = testing_ALE(solver_to_use='LU') # 'LU', 'Krylov'" ] }, { "cell_type": "code", "execution_count": 3, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "\n", "Computing error figures for both schemes...\n", "\n", "\n", "All computations done and figures saved...\n", "\n", "\n", "------------------------------------------\n", "\n" ] } ], "source": [ "import matplotlib.pyplot as plt\n", "def testing_comparative_plots(dict_fields_mt: dict, dict_fields_ct: dict, *args) -> None:\n", " \"\"\"\n", " Computes error figures between the schemes with Jacobian evaluation at times {n, n+1}, i.e.\n", " with explicit and implicit treatment of the time-derivative term.\n", " ...\n", " \n", " Input Parameters\n", " ----------------\n", " dict_fields_mt : tuple -> (dict, dict, dict)\n", " tuple containing dictionaries of fields (def, vel, pre) from the iNSE ALE Monolithic solver.\n", " \n", " dict_fields_ct : tupel -> (dict, dict, dict)\n", " tuple containing dictionaries of fields (def, vel, pre) from the iNSE ALE CT solver. \n", " \"\"\"\n", " print(\"\\nComputing error figures for both schemes...\\n\")\n", " # Creates dictionaries for \"expanding\" and \"contracting\" functions\n", " # Time dictionary\n", " time_list = {\n", " 'MT': {jac_name: [] for jac_name in dict_fields_mt.keys()},\n", " 'CT': {jac_name: [] for jac_name in dict_fields_ct.keys()}\n", " }\n", " # Numerical dissipation dictionary --> int (| J^{n+1} u^{n+1} - J^{n} u^{n} |)\n", " dis_value_exp = {\n", " 'MT': {jac_name: [] for jac_name in dict_fields_mt.keys()},\n", " 'CT': {jac_name: [] for jac_name in dict_fields_ct.keys()}\n", " }\n", " dis_value_con = {\n", " 'MT': {jac_name: [] for jac_name in dict_fields_mt.keys()},\n", " 'CT': {jac_name: [] for jac_name in dict_fields_ct.keys()}\n", " }\n", " # Physical dissipation dictionary --> int ( 2*mu* | eps(u) |^2 )\n", " eps_value_exp = {\n", " 'MT': {jac_name: [] for jac_name in dict_fields_mt.keys()},\n", " 'CT': {jac_name: [] for jac_name in dict_fields_ct.keys()}\n", " }\n", " eps_value_con = {\n", " 'MT': {jac_name: [] for jac_name in dict_fields_mt.keys()},\n", " 'CT': {jac_name: [] for jac_name in dict_fields_ct.keys()}\n", " }\n", " # 'delta' values dictionary\n", " delta_value_exp = {\n", " 'MT': {jac_name: [] for jac_name in dict_fields_mt.keys()},\n", " 'CT': {jac_name: [] for jac_name in dict_fields_ct.keys()}\n", " }\n", " delta_value_con = {\n", " 'MT': {jac_name: [] for jac_name in dict_fields_mt.keys()},\n", " 'CT': {jac_name: [] for jac_name in dict_fields_ct.keys()}\n", " }\n", " # Normalized 'delta' values dictionary (w.r.t physical dissipation)\n", " delta_hat_value_exp = {\n", " 'MT': {jac_name: [] for jac_name in dict_fields_mt.keys()},\n", " 'CT': {jac_name: [] for jac_name in dict_fields_ct.keys()}\n", " }\n", " delta_hat_value_con = {\n", " 'MT': {jac_name: [] for jac_name in dict_fields_mt.keys()},\n", " 'CT': {jac_name: [] for jac_name in dict_fields_ct.keys()}\n", " }\n", " # Normalized 'delta' values dictionary (w.r.t numerical dissipation)\n", " delta_hat_dis_exp = {\n", " 'MT': {jac_name: [] for jac_name in dict_fields_mt.keys()},\n", " 'CT': {jac_name: [] for jac_name in dict_fields_ct.keys()}\n", " }\n", " delta_hat_dis_con = {\n", " 'MT': {jac_name: [] for jac_name in dict_fields_mt.keys()},\n", " 'CT': {jac_name: [] for jac_name in dict_fields_ct.keys()}\n", " }\n", " # Iterate over the different cases in MT (Monolithic) and CT (Chorin-Temam) schemes\n", " for scheme in ['MT', 'CT']: # 'MT', 'CT'\n", " if scheme == 'MT':\n", " dict_fields = dict_fields_mt\n", " else:\n", " dict_fields = dict_fields_ct\n", " # Iterate over different cases 'j_implicit', 'j_explicit'\n", " for jac_name in dict_fields.keys():\n", " dict_vel = dict_fields[jac_name][1]\n", " for i in range(len(dict_vel['High_Osc_exp'])):\n", " # Saving time steps\n", " time_list[scheme][jac_name].append(dict_vel['High_Osc_exp'][i][1])\n", " # Add 'delta' values\n", " delta_value_exp[scheme][jac_name].append(dict_vel['High_Osc_exp'][i][2])\n", " #delta_value_con[scheme][jac_name].append(dict_vel['High_Osc_con'][i][2])\n", " # Add physical dissipation\n", " eps_value_exp[scheme][jac_name].append(dict_vel['High_Osc_exp'][i][3])\n", " #eps_value_con[scheme][jac_name].append(dict_vel['High_Osc_con'][i][3])\n", " # Add numerical dissipation\n", " dis_value_exp[scheme][jac_name].append(dict_vel['High_Osc_exp'][i][4])\n", " #dis_value_con[scheme][jac_name].append(dict_vel['High_Osc_con'][i][4])\n", " # Compute normalized 'delta' values w.r.t the physical dissipation\n", " delta_hat_value_exp[scheme][jac_name].append(dict_vel['High_Osc_exp'][i][2]/dict_vel['High_Osc_exp'][i][3])\n", " #delta_hat_value_con[scheme][jac_name].append(dict_vel['High_Osc_con'][i][2]/dict_vel['High_Osc_con'][i][3])\n", " # Compute normalized 'delta' values w.r.t the numerical dissipation\n", " delta_hat_dis_exp[scheme][jac_name].append(dict_vel['High_Osc_exp'][i][2]/dict_vel['High_Osc_exp'][i][4])\n", " #delta_hat_dis_con[scheme][jac_name].append(dict_vel['High_Osc_con'][i][2]/dict_vel['High_Osc_con'][i][4])\n", "\n", " # Auxiliary indexes for plotting\n", " # TODO: Test this line and automatize the \"100\"!\n", " init = 0\n", " out = 101 #len(time_list['CT']['j_implicit']) # at tau = 0.01, T = 2 --> 200 time steps\n", "\n", " # ---------------------- #\n", " # DELTA VALUE CASE\n", " # ---------------------- #\n", " # CASE CT\n", " plt.subplots(figsize=(10, 4))\n", " # Top \n", " lf_ax = plt.subplot(1, 2, 2)\n", " lf_j_exp, = lf_ax.plot(time_list['CT']['j_explicit'][init:out], delta_value_exp['CT']['j_explicit'][init:out], color='blue', ls='--')\n", " lf_j_imp, = lf_ax.plot(time_list['CT']['j_implicit'][init:out], delta_value_exp['CT']['j_implicit'][init:out], color='blue')\n", " lf_ax.set_xlabel(r\"Simulation time [t]\")\n", " lf_ax.set_ylabel(r\"$\\delta_{CT}$\", color='blue')\n", " lf_ax.set_title(r\"Residual Energy $\\delta_{CT}$\")\n", " lf_ax.tick_params(axis='y', labelcolor='blue')\n", " lf_ax.ticklabel_format(style='sci', axis='y', scilimits=(0,0))\n", " #rh_ax = lf_ax.twinx()\n", " #rh_j_exp, = rh_ax.plot(time_list['CT']['j_explicit'][init:out], delta_value_con['CT']['j_explicit'][init:out], color='red', ls='--')\n", " #rh_j_imp, = rh_ax.plot(time_list['CT']['j_implicit'][init:out], delta_value_con['CT']['j_implicit'][init:out], color='red')\n", " #rh_ax.set_ylabel(r\"$\\delta_{CT}$ def. II\", color='red')\n", " #rh_ax.tick_params(axis='y', labelcolor='red')\n", " #rh_ax.ticklabel_format(style='sci', axis='y', scilimits=(0,0))\n", " plt.legend((lf_j_exp, lf_j_imp), (r'CT $\\bigstar\\bigstar = n$', r'CT $\\bigstar\\bigstar = n+1$'), loc='center right')\n", " plt.grid(True)\n", " # CASE M\n", " # Bottom\n", " lf_ax = plt.subplot(1, 2, 1)\n", " lf_j_exp, = lf_ax.plot(time_list['MT']['j_explicit'][init:out], delta_value_exp['MT']['j_explicit'][init:out], color='blue', ls='--')\n", " lf_j_imp, = lf_ax.plot(time_list['MT']['j_implicit'][init:out], delta_value_exp['MT']['j_implicit'][init:out], color='blue')\n", " lf_ax.set_xlabel(r\"Simulation time [t]\")\n", " lf_ax.set_ylabel(r\"$\\delta_{M}$\", color='blue')\n", " lf_ax.set_title(r\"Residual Energy $\\delta_{M}$\")\n", " lf_ax.tick_params(axis='y', labelcolor='blue')\n", " lf_ax.ticklabel_format(style='sci', axis='y', scilimits=(0,0))\n", " #rh_ax = lf_ax.twinx()\n", " #rh_j_exp, = rh_ax.plot(time_list['MT']['j_explicit'][init:out], delta_value_con['MT']['j_explicit'][init:out], color='red', ls='--')\n", " #rh_j_imp, = rh_ax.plot(time_list['MT']['j_implicit'][init:out], delta_value_con['MT']['j_implicit'][init:out], color='red')\n", " #rh_ax.set_ylabel(r\"$\\delta_{M}$ def. II\", color='red')\n", " #rh_ax.tick_params(axis='y', labelcolor='red')\n", " #rh_ax.ticklabel_format(style='sci', axis='y', scilimits=(0,0))\n", " plt.legend((lf_j_exp, lf_j_imp), (r'M $\\bigstar\\bigstar = n$', r'M $\\bigstar\\bigstar = n+1$'), loc='center right')\n", " plt.grid(True)\n", " plt.subplots_adjust(hspace=0.8)\n", " plt.tight_layout()\n", " plt.savefig('Comparison_Delta_Value_GCL_{}_Solver_{}.png'.format(args[0], args[1]), dpi=300)\n", " plt.close()\n", "\n", " # ---------------------- #\n", " # NORMALIZED DELTA CASE (w.r.t physical dissipation)\n", " # ---------------------- #\n", " plt.subplots(figsize=(10, 4))\n", " # CASE CT\n", " # Top\n", " lf_ax = plt.subplot(1, 2, 2)\n", " lf_j_exp, = lf_ax.plot(time_list['CT']['j_explicit'][init:out], delta_hat_value_exp['CT']['j_explicit'][init:out], color='blue', ls='--')\n", " lf_j_imp, = lf_ax.plot(time_list['CT']['j_implicit'][init:out], delta_hat_value_exp['CT']['j_implicit'][init:out], color='blue')\n", " lf_ax.set_xlabel(r\"Simulation time [t]\")\n", " lf_ax.set_ylabel(r\"$\\hat{\\delta}_{CT}$\", color='blue')\n", " lf_ax.set_title(r\"Normalized value $\\hat{\\delta}_{CT}$\")\n", " lf_ax.tick_params(axis='y', labelcolor='blue')\n", " lf_ax.ticklabel_format(style='sci', axis='y', scilimits=(0,0))\n", " #rh_ax = lf_ax.twinx()\n", " #rh_j_exp, = rh_ax.plot(time_list['CT']['j_explicit'][init:out], delta_hat_value_con['CT']['j_explicit'][init:out], color='red', ls='--')\n", " #rh_j_imp, = rh_ax.plot(time_list['CT']['j_implicit'][init:out], delta_hat_value_con['CT']['j_implicit'][init:out], color='red')\n", " #rh_ax.set_ylabel(r\"$\\hat{\\delta}_{CT}$ def. II\", color='red')\n", " #rh_ax.tick_params(axis='y', labelcolor='red')\n", " #rh_ax.ticklabel_format(style='sci', axis='y', scilimits=(0,0))\n", " plt.legend((lf_j_exp, lf_j_imp), (r'CT $\\bigstar\\bigstar = n$', r'CT $\\bigstar\\bigstar = n+1$'), loc='lower right')\n", " plt.grid(True)\n", " # CASE M\n", " # Bottom\n", " lf_ax = plt.subplot(1, 2, 1)\n", " lf_j_exp, = lf_ax.plot(time_list['MT']['j_explicit'][init:out], delta_hat_value_exp['MT']['j_explicit'][init:out], color='blue', ls='--')\n", " lf_j_imp, = lf_ax.plot(time_list['MT']['j_implicit'][init:out], delta_hat_value_exp['MT']['j_implicit'][init:out], color='blue')\n", " lf_ax.set_xlabel(r\"Simulation time [t]\")\n", " lf_ax.set_ylabel(r\"$\\hat{\\delta}_{M}$\", color='blue')\n", " lf_ax.set_title(r\"Normalized value $\\hat{\\delta}_{M}$\")\n", " lf_ax.tick_params(axis='y', labelcolor='blue')\n", " lf_ax.ticklabel_format(style='sci', axis='y', scilimits=(0,0))\n", " #rh_ax = lf_ax.twinx()\n", " #rh_j_exp, = rh_ax.plot(time_list['MT']['j_explicit'][init:out], delta_hat_value_con['MT']['j_explicit'][init:out], color='red', ls='--')\n", " #rh_j_imp, = rh_ax.plot(time_list['MT']['j_implicit'][init:out], delta_hat_value_con['MT']['j_implicit'][init:out], color='red')\n", " #rh_ax.set_ylabel(r\"$\\hat{\\delta}_{M}$ def. II\", color='red')\n", " #rh_ax.tick_params(axis='y', labelcolor='red')\n", " #rh_ax.ticklabel_format(style='sci', axis='y', scilimits=(0,0))\n", " plt.legend((lf_j_exp, lf_j_imp), (r'M $\\bigstar\\bigstar = n$', r'M $\\bigstar\\bigstar = n+1$'), loc='upper right')\n", " plt.grid(True)\n", " plt.subplots_adjust(hspace=0.8)\n", " plt.tight_layout()\n", " plt.savefig('Comparison_Delta_Hat_Value_GCL_{}_solver_{}.png'.format(args[0], args[1]), dpi=300)\n", " plt.close()\n", "\n", " # ---------------------- #\n", " # NORMALIZED DELTA CASE (w.r.t numerical dissipation)\n", " # ---------------------- #\n", " plt.subplots(figsize=(10, 4))\n", " # CASE CT\n", " # Top\n", " lf_ax = plt.subplot(1, 2, 2)\n", " lf_j_exp, = lf_ax.plot(time_list['CT']['j_explicit'][init:out], delta_hat_dis_exp['CT']['j_explicit'][init:out], color='blue', ls='--')\n", " lf_j_imp, = lf_ax.plot(time_list['CT']['j_implicit'][init:out], delta_hat_dis_exp['CT']['j_implicit'][init:out], color='blue')\n", " lf_ax.set_xlabel(r\"Simulation time [t]\")\n", " lf_ax.set_ylabel(r\"$\\hat{\\delta}_{CT}$ dis. \", color='blue')\n", " lf_ax.set_title(r\"Normalized value $\\hat{\\delta}_{CT}$ (dis)\")\n", " lf_ax.tick_params(axis='y', labelcolor='blue')\n", " lf_ax.ticklabel_format(style='sci', axis='y', scilimits=(0,0))\n", " #rh_ax = lf_ax.twinx()\n", " #rh_j_exp, = rh_ax.plot(time_list['CT']['j_explicit'][init:out], delta_hat_dis_con['CT']['j_explicit'][init:out], color='red', ls='--')\n", " #rh_j_imp, = rh_ax.plot(time_list['CT']['j_implicit'][init:out], delta_hat_dis_con['CT']['j_implicit'][init:out], color='red')\n", " #rh_ax.set_ylabel(r\"$\\hat{\\delta}_{CT}$ def. II\", color='red')\n", " #rh_ax.tick_params(axis='y', labelcolor='red')\n", " #rh_ax.ticklabel_format(style='sci', axis='y', scilimits=(0,0))\n", " plt.legend((lf_j_exp, lf_j_imp), (r'CT $\\bigstar\\bigstar = n$', r'CT $\\bigstar\\bigstar = n+1$'), loc='lower right')\n", " plt.grid(True)\n", " # CASE M\n", " # Bottom\n", " lf_ax = plt.subplot(1, 2, 1)\n", " lf_j_exp, = lf_ax.plot(time_list['MT']['j_explicit'][init:out], delta_hat_dis_exp['MT']['j_explicit'][init:out], color='blue', ls='--')\n", " lf_j_imp, = lf_ax.plot(time_list['MT']['j_implicit'][init:out], delta_hat_dis_exp['MT']['j_implicit'][init:out], color='blue')\n", " lf_ax.set_xlabel(r\"Simulation time [t]\")\n", " lf_ax.set_ylabel(r\"$\\hat{\\delta}_{M}$ dis.\", color='blue')\n", " lf_ax.set_title(r\"Normalized value $\\hat{\\delta}_{M}$ (dis)\")\n", " lf_ax.tick_params(axis='y', labelcolor='blue')\n", " lf_ax.ticklabel_format(style='sci', axis='y', scilimits=(0,0))\n", " #rh_ax = lf_ax.twinx()\n", " #rh_j_exp, = rh_ax.plot(time_list['MT']['j_explicit'][init:out], delta_hat_dis_con['MT']['j_explicit'][init:out], color='red', ls='--')\n", " #rh_j_imp, = rh_ax.plot(time_list['MT']['j_implicit'][init:out], delta_hat_dis_con['MT']['j_implicit'][init:out], color='red')\n", " #rh_ax.set_ylabel(r\"$\\hat{\\delta}_{M}$ def. II\", color='red')\n", " #rh_ax.tick_params(axis='y', labelcolor='red')\n", " #rh_ax.ticklabel_format(style='sci', axis='y', scilimits=(0,0))\n", " plt.legend((lf_j_exp, lf_j_imp), (r'M $\\bigstar\\bigstar = n$', r'M $\\bigstar\\bigstar = n+1$'), loc='lower right')\n", " plt.grid(True)\n", " plt.subplots_adjust(hspace=0.8)\n", " plt.tight_layout()\n", " plt.savefig('Comparison_Delta_Hat_Dis_Value_GCL_{}_solver_{}.png'.format(args[0], args[1]), dpi=300)\n", " plt.close()\n", "\n", " # ---------------------- #\n", " # PHYSICAL DISSIPATION PLOT\n", " # ---------------------- #\n", " plt.subplots(figsize=(10, 4))\n", " # CASE CT\n", " # Top\n", " lf_ax = plt.subplot(1, 2, 2)\n", " lf_j_exp, = lf_ax.plot(time_list['CT']['j_explicit'][init:out], eps_value_exp['CT']['j_explicit'][init:out], color='blue', ls='--')\n", " lf_j_imp, = lf_ax.plot(time_list['CT']['j_implicit'][init:out], eps_value_exp['CT']['j_implicit'][init:out], color='blue')\n", " lf_ax.set_xlabel(r\"Simulation time [t]\")\n", " lf_ax.set_ylabel(r\"CT\", color='blue')\n", " lf_ax.set_title(r\"Physical Dissipation (CT)\")\n", " lf_ax.tick_params(axis='y', labelcolor='blue')\n", " lf_ax.ticklabel_format(style='sci', axis='y', scilimits=(0,0))\n", " #rh_ax = lf_ax.twinx()\n", " #rh_j_exp, = rh_ax.plot(time_list['CT']['j_explicit'][init:out], eps_value_con['CT']['j_explicit'][init:out], color='red', ls='--')\n", " #rh_j_imp, = rh_ax.plot(time_list['CT']['j_implicit'][init:out], eps_value_con['CT']['j_implicit'][init:out], color='red')\n", " #rh_ax.set_ylabel(r\"On def. II\", color='red')\n", " #rh_ax.tick_params(axis='y', labelcolor='red')\n", " #rh_ax.ticklabel_format(style='sci', axis='y', scilimits=(0,0))\n", " plt.legend((lf_j_exp, lf_j_imp), \\\n", " (r'CT $\\star\\star = n$', r'CT $\\bigstar\\bigstar = n+1$'), loc='lower right')\n", " plt.grid(True)\n", " # CASE M\n", " # Bottom\n", " lf_ax = plt.subplot(1, 2, 1)\n", " lf_j_exp, = lf_ax.plot(time_list['MT']['j_explicit'][init:out], eps_value_exp['MT']['j_explicit'][init:out], color='blue', ls='--')\n", " lf_j_imp, = lf_ax.plot(time_list['MT']['j_implicit'][init:out], eps_value_exp['MT']['j_implicit'][init:out], color='blue')\n", " lf_ax.set_xlabel(r\"Simulation time [t]\")\n", " lf_ax.set_ylabel(r\"M\", color='blue')\n", " lf_ax.set_title(r\"Physical Dissipation (M)\")\n", " lf_ax.tick_params(axis='y', labelcolor='blue')\n", " lf_ax.ticklabel_format(style='sci', axis='y', scilimits=(0,0))\n", " #rh_ax = lf_ax.twinx()\n", " #rh_j_exp, = rh_ax.plot(time_list['MT']['j_explicit'][init:out], eps_value_con['MT']['j_explicit'][init:out], color='red', ls='--')\n", " #rh_j_imp, = rh_ax.plot(time_list['MT']['j_implicit'][init:out], eps_value_con['MT']['j_implicit'][init:out], color='red')\n", " #rh_ax.set_ylabel(r\"On def. II\", color='red')\n", " #rh_ax.tick_params(axis='y', labelcolor='red')\n", " #rh_ax.ticklabel_format(style='sci', axis='y', scilimits=(0,0))\n", " plt.legend((lf_j_exp, lf_j_imp), (r'M $\\bigstar\\bigstar = n$', r'M $\\bigstar\\bigstar = n+1$'), loc='lower right')\n", " plt.grid(True)\n", " plt.subplots_adjust(hspace=0.8)\n", " plt.tight_layout()\n", " plt.savefig('Comparison_Eps_Value_GCL_{}_solver_{}.png'.format(args[0], args[1]), dpi=300)\n", " plt.close()\n", "\n", " # ---------------------- #\n", " # NUMERICAL DISSIPATION PLOT\n", " # ---------------------- #\n", " plt.subplots(figsize=(10, 4))\n", " # CASE CT\n", " # Top\n", " lf_ax = plt.subplot(1, 2, 2)\n", " lf_j_exp, = lf_ax.plot(time_list['CT']['j_explicit'][init:out], dis_value_exp['CT']['j_explicit'][init:out], color='blue', ls='--')\n", " lf_j_imp, = lf_ax.plot(time_list['CT']['j_implicit'][init:out], dis_value_exp['CT']['j_implicit'][init:out], color='blue')\n", " lf_ax.set_xlabel(r\"Simulation time [t]\")\n", " lf_ax.set_ylabel(r\"CT\", color='blue')\n", " lf_ax.set_title(r\"Numerical Dissipation (CT)\")\n", " lf_ax.tick_params(axis='y', labelcolor='blue')\n", " lf_ax.ticklabel_format(style='sci', axis='y', scilimits=(0,0))\n", " #rh_ax = lf_ax.twinx()\n", " #rh_j_exp, = rh_ax.plot(time_list['CT']['j_explicit'][init:out], dis_value_con['CT']['j_explicit'][init:out], color='red', ls='--')\n", " #rh_j_imp, = rh_ax.plot(time_list['CT']['j_implicit'][init:out], dis_value_con['CT']['j_implicit'][init:out], color='red')\n", " #rh_ax.set_ylabel(r\"On def. II\", color='red')\n", " #rh_ax.tick_params(axis='y', labelcolor='red')\n", " #rh_ax.ticklabel_format(style='sci', axis='y', scilimits=(0,0))\n", " plt.legend((lf_j_exp, lf_j_imp), (r'CT $\\bigstar\\bigstar = n$', r'CT $\\bigstar\\bigstar = n+1$'), loc='lower right')\n", " plt.grid(True)\n", " # CASE M\n", " # Bottom\n", " lf_ax = plt.subplot(1, 2, 1)\n", " lf_j_exp, = lf_ax.plot(time_list['MT']['j_explicit'][init:out], dis_value_exp['MT']['j_explicit'][init:out], color='blue', ls='--')\n", " lf_j_imp, = lf_ax.plot(time_list['MT']['j_implicit'][init:out], dis_value_exp['MT']['j_implicit'][init:out], color='blue')\n", " lf_ax.set_xlabel(r\"Simulation time [t]\")\n", " lf_ax.set_ylabel(r\"M\", color='blue')\n", " lf_ax.set_title(r\"Numerical Dissipation (M)\")\n", " lf_ax.tick_params(axis='y', labelcolor='blue')\n", " lf_ax.ticklabel_format(style='sci', axis='y', scilimits=(0,0))\n", " #rh_ax = lf_ax.twinx()\n", " #rh_j_exp, = rh_ax.plot(time_list['MT']['j_explicit'][init:out], dis_value_con['MT']['j_explicit'][init:out], color='red', ls='--')\n", " #rh_j_imp, = rh_ax.plot(time_list['MT']['j_implicit'][init:out], dis_value_con['MT']['j_implicit'][init:out], color='red')\n", " #rh_ax.set_ylabel(r\"On def. II\", color='red')\n", " #rh_ax.tick_params(axis='y', labelcolor='red')\n", " #rh_ax.ticklabel_format(style='sci', axis='y', scilimits=(0,0))\n", " plt.legend((lf_j_exp, lf_j_imp), (r'M $\\bigstar\\bigstar = n$', r'M $\\bigstar\\bigstar = n+1$'), loc='lower right')\n", " plt.grid(True)\n", " plt.subplots_adjust(hspace=0.8)\n", " plt.tight_layout()\n", " plt.savefig('Comparison_Num_Dis_Value_GCL_{}_solver_{}.png'.format(args[0], args[1]), dpi=300)\n", " plt.close()\n", " print(\"\\nAll computations done and figures saved...\\n\")\n", " print(\"\\n------------------------------------------\\n\")\n", " return None\n", "\n", "testing_comparative_plots(dict_mt, dict_ct, True, 'LU')" ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [] } ], "metadata": { "kernelspec": { "display_name": "Python 3", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.6.9" } }, "nbformat": 4, "nbformat_minor": 2 }