diff --git a/ogstools/logparser/examples/__init__.py b/ogstools/logparser/examples/__init__.py index 25482751860d7aa32e7b1acdc5834241c92a5e4c..8a39129be73367cff0f0c7b85e751647acfcdfd6 100644 --- a/ogstools/logparser/examples/__init__.py +++ b/ogstools/logparser/examples/__init__.py @@ -6,3 +6,12 @@ const_viscosity_thermal_convection_log = ( ) staggered_log = _prefix / "staggered_heat_transport_in_stationary_flow.log" parallel_log = _prefix / "steady_state_diffusion_parallel.log" + +parallel_1_info = _prefix / "parallel_1_info.txt" +parallel_3_debug = _prefix / "parallel_3_debug.txt" +serial_convergence_long = _prefix / "serial_convergence_long.txt" +serial_convergence_short = _prefix / "serial_convergence_short.txt" +serial_critical = _prefix / "serial_critical.txt" +serial_info = _prefix / "serial_info.txt" +serial_time_step_rejected = _prefix / "serial_time_step_rejected.txt" +serial_warning_only = _prefix / "serial_warning_only.txt" diff --git a/ogstools/logparser/examples/parallel_1_info.txt b/ogstools/logparser/examples/parallel_1_info.txt new file mode 100644 index 0000000000000000000000000000000000000000..6ac461eab5da88c186306603384244d2ec53e560 --- /dev/null +++ b/ogstools/logparser/examples/parallel_1_info.txt @@ -0,0 +1,113 @@ +info: This is OpenGeoSys-6 version 6.4.1-91-g31c30ea65c. +info: OGS started on 2021-11-02 16:36:59+0100. +[0] info: Project configuration from file '/home/meisel/o/s/Tests/Data/Parabolic/LiquidFlow/SimpleSynthetics/XDMF/FunctionParameterTest_XDMF.prj' read. +[0] info: FunctionParameter: p_0 +[0] info: FunctionParameter: p_polyline_left +[0] info: FunctionParameter: p_polyline_right +[0] info: No source terms for process variable 'pressure' found. +[0] info: Configure mesh 'square_5x5_tris_32' for output. +[0] info: Configure mesh 'square_5x5_tris_32_left_boundary' for output. +[0] info: Configure mesh 'square_5x5_tris_32_right_boundary' for output. +[0] info: Initialize processes. +[0] info: Solve processes. +[0] info: [time] Output of timestep 0 took 0.00969778 s. +[0] info: === Time stepping at step #1 and time 0.3 with step size 0.3 +[0] info: Calculate non-equilibrium initial residuum. +[0] info: [time] Assembly took 0.000432625 s. +[0] info: [time] Applying Dirichlet BCs took 0.000106626 s. + +================================================ +Linear solver cg with bjacobi preconditioner +converged in 11 iterations (relative convergence criterion fulfilled). +================================================ +[0] info: [time] Linear solver took 0.000686643 s. +[0] info: [time] Iteration #1 took 0.00125193 s. +[0] info: [time] Solving process #0 took 0.00139481 s in time step #1 +[0] info: [time] Time step #1 took 0.00148461 s. +[0] info: [time] Output of timestep 1 took 0.000693623 s. +[0] info: === Time stepping at step #2 and time 0.6 with step size 0.3 +[0] info: [time] Assembly took 0.000358571 s. +[0] info: [time] Applying Dirichlet BCs took 0.000104345 s. + +================================================ +Linear solver cg with bjacobi preconditioner +converged in 2 iterations (relative convergence criterion fulfilled). +================================================ +[0] info: [time] Linear solver took 0.00024814 s. +[0] info: [time] Iteration #1 took 0.000733127 s. +[0] info: [time] Solving process #0 took 0.000824425 s in time step #2 +[0] info: [time] Time step #2 took 0.000902288 s. +[0] info: [time] Output of timestep 2 took 0.000610092 s. +[0] info: === Time stepping at step #3 and time 0.9 with step size 0.3 +[0] info: [time] Assembly took 0.000271521 s. +[0] info: [time] Applying Dirichlet BCs took 5.6811e-05 s. + +================================================ +Linear solver cg with bjacobi preconditioner +converged in 0 iterations (relative convergence criterion fulfilled). +================================================ +[0] info: [time] Linear solver took 0.000195964 s. +[0] info: [time] Iteration #1 took 0.000545715 s. +[0] info: [time] Solving process #0 took 0.000634073 s in time step #3 +[0] info: [time] Time step #3 took 0.000710026 s. +[0] info: [time] Output of timestep 3 took 0.000609629 s. +[0] info: === Time stepping at step #4 and time 1.2 with step size 0.3 +[0] info: [time] Assembly took 0.000269463 s. +[0] info: [time] Applying Dirichlet BCs took 5.6326e-05 s. + +================================================ +Linear solver cg with bjacobi preconditioner +converged in 0 iterations (relative convergence criterion fulfilled). +================================================ +[0] info: [time] Linear solver took 0.000231277 s. +[0] info: [time] Iteration #1 took 0.000578725 s. +[0] info: [time] Solving process #0 took 0.000668993 s in time step #4 +[0] info: [time] Time step #4 took 0.000746381 s. +[0] info: [time] Output of timestep 4 took 0.000572854 s. +[0] info: === Time stepping at step #5 and time 1.5 with step size 0.3 +[0] info: [time] Assembly took 0.000270271 s. +[0] info: [time] Applying Dirichlet BCs took 6.1555e-05 s. + +================================================ +Linear solver cg with bjacobi preconditioner +converged in 0 iterations (relative convergence criterion fulfilled). +================================================ +[0] info: [time] Linear solver took 0.000192933 s. +[0] info: [time] Iteration #1 took 0.000545425 s. +[0] info: [time] Solving process #0 took 0.000634493 s in time step #5 +[0] info: [time] Time step #5 took 0.000714066 s. +[0] info: [time] Output of timestep 5 took 0.000585819 s. +[0] info: === Time stepping at step #6 and time 1.8 with step size 0.3 +[0] info: [time] Assembly took 0.000269123 s. +[0] info: [time] Applying Dirichlet BCs took 5.5258e-05 s. + +================================================ +Linear solver cg with bjacobi preconditioner +converged in 0 iterations (relative convergence criterion fulfilled). +================================================ +[0] info: [time] Linear solver took 0.000193724 s. +[0] info: [time] Iteration #1 took 0.000539224 s. +[0] info: [time] Solving process #0 took 0.000627067 s in time step #6 +[0] info: [time] Time step #6 took 0.000703935 s. +[0] info: [time] Output of timestep 6 took 0.00062956 s. +[0] info: === Time stepping at step #7 and time 2 with step size 0.2 +[0] info: [time] Assembly took 0.000271149 s. +[0] info: [time] Applying Dirichlet BCs took 5.6457e-05 s. + +================================================ +Linear solver cg with bjacobi preconditioner +converged in 0 iterations (relative convergence criterion fulfilled). +================================================ +[0] info: [time] Linear solver took 0.000196163 s. +[0] info: [time] Iteration #1 took 0.000545469 s. +[0] info: [time] Solving process #0 took 0.000636019 s in time step #7 +[0] info: [time] Time step #7 took 0.000714908 s. +[0] info: [time] Output of timestep 7 took 0.000592507 s. +[0] info: The whole computation of the time stepping took 7 steps, in which + the accepted steps are 7, and the rejected steps are 0. + +[0] info: [time] Execution took 0.0261487 s. +[0] info: [time] Output of XDMF to square_5x5_tris_32_square_5x5_tris_32.xdmf took 0.00021182 s. +[0] info: [time] Output of XDMF to square_5x5_tris_32_square_5x5_tris_32_left_boundary.xdmf took 0.00012457 s. +[0] info: [time] Output of XDMF to square_5x5_tris_32_square_5x5_tris_32_right_boundary.xdmf took 0.000112784 s. +[0] info: OGS terminated on 2021-11-02 16:36:59+0100. diff --git a/ogstools/logparser/examples/parallel_3_debug.txt b/ogstools/logparser/examples/parallel_3_debug.txt new file mode 100644 index 0000000000000000000000000000000000000000..00f84a75d35b1d66328b23f35bcde3544eee7f3b --- /dev/null +++ b/ogstools/logparser/examples/parallel_3_debug.txt @@ -0,0 +1,366 @@ +info: This is OpenGeoSys-6 version 6.4.0-1102-gf7fffbb9ef. +info: This is OpenGeoSys-6 version 6.4.0-1102-gf7fffbb9ef. +info: This is OpenGeoSys-6 version 6.4.0-1102-gf7fffbb9ef. +info: OGS started on 2021-09-15 15:32:43+0200. +info: OGS started on 2021-09-15 15:32:43+0200. +info: OGS started on 2021-09-15 15:32:43+0200. +[2] debug: Project configuration from file '/home/meisel/o/s/Tests/Data/EllipticPETSc/cube_1e3_XDMF_np3_3files.prj' read. +[1] debug: Project configuration from file '/home/meisel/o/s/Tests/Data/EllipticPETSc/cube_1e3_XDMF_np3_3files.prj' read. +[0] debug: Project configuration from file '/home/meisel/o/s/Tests/Data/EllipticPETSc/cube_1e3_XDMF_np3_3files.prj' read. +[0] warning: Consider switching from mesh and geometry input to multiple meshes input. See https://www.opengeosys.org/docs/tools/meshing-submeshes/constructmeshesfromgeometry/ tool for conversion. +[0] debug: Reading mesh file '/home/meisel/o/s/Tests/Data/EllipticPETSc/cube_1x1x1_hex_1e3.vtu'. +[1] warning: Consider switching from mesh and geometry input to multiple meshes input. See https://www.opengeosys.org/docs/tools/meshing-submeshes/constructmeshesfromgeometry/ tool for conversion. +[2] warning: Consider switching from mesh and geometry input to multiple meshes input. See https://www.opengeosys.org/docs/tools/meshing-submeshes/constructmeshesfromgeometry/ tool for conversion. +[2] debug: Reading mesh file '/home/meisel/o/s/Tests/Data/EllipticPETSc/cube_1x1x1_hex_1e3.vtu'. +[1] debug: Reading mesh file '/home/meisel/o/s/Tests/Data/EllipticPETSc/cube_1x1x1_hex_1e3.vtu'. +[1] info: Reading corresponding part of mesh data from binary file /home/meisel/o/s/Tests/Data/EllipticPETSc/cube_1x1x1_hex_1e3 ... +[2] info: Reading corresponding part of mesh data from binary file /home/meisel/o/s/Tests/Data/EllipticPETSc/cube_1x1x1_hex_1e3 ... +[0] info: Reading corresponding part of mesh data from binary file /home/meisel/o/s/Tests/Data/EllipticPETSc/cube_1x1x1_hex_1e3 ... +[2] debug: name: 'D1_left_front_N1_right': is_int_data_type: 0, is_data_type_signed: 1, data_type_size_in_bytes: 8, number of components / tuples: 1 / 1895 +[2] debug: name: 'Linear_1_to_minus1': is_int_data_type: 0, is_data_type_signed: 1, data_type_size_in_bytes: 8, number of components / tuples: 1 / 1895 +[1] debug: name: 'D1_left_front_N1_right': is_int_data_type: 0, is_data_type_signed: 1, data_type_size_in_bytes: 8, number of components / tuples: 1 / 1895 +[1] debug: name: 'Linear_1_to_minus1': is_int_data_type: 0, is_data_type_signed: 1, data_type_size_in_bytes: 8, number of components / tuples: 1 / 1895 +[1] debug: [1] offset in the PropertyVector: 643 +[1] debug: [1] 622 tuples in partition. +[0] debug: name: 'D1_left_front_N1_right': is_int_data_type: 0, is_data_type_signed: 1, data_type_size_in_bytes: 8, number of components / tuples: 1 / 1895 +[0] debug: name: 'Linear_1_to_minus1': is_int_data_type: 0, is_data_type_signed: 1, data_type_size_in_bytes: 8, number of components / tuples: 1 / 1895 +[0] debug: [0] offset in the PropertyVector: 0 +[0] debug: [0] 643 tuples in partition. +[0] debug: [0] global offset: 0, offset within the PropertyVector: 0. +[0] debug: [0] global offset: 15160, offset within the PropertyVector: 15160. +[0] debug: name: 'MaterialIDs': is_int_data_type: 1, is_data_type_signed: 1, data_type_size_in_bytes: 4, number of components / tuples: 1 / 1233 +[0] debug: [0] offset in the PropertyVector: 0 +[0] debug: [0] 417 tuples in partition. +[1] debug: [1] global offset: 0, offset within the PropertyVector: 5144. +[1] debug: [1] global offset: 15160, offset within the PropertyVector: 20304. +[1] debug: name: 'MaterialIDs': is_int_data_type: 1, is_data_type_signed: 1, data_type_size_in_bytes: 4, number of components / tuples: 1 / 1233 +[1] debug: [1] offset in the PropertyVector: 417 +[1] debug: [1] 399 tuples in partition. +[2] debug: [2] offset in the PropertyVector: 1265 +[2] debug: [2] 630 tuples in partition. +[2] debug: [2] global offset: 0, offset within the PropertyVector: 10120. +[2] debug: [2] global offset: 15160, offset within the PropertyVector: 25280. +[2] debug: name: 'MaterialIDs': is_int_data_type: 1, is_data_type_signed: 1, data_type_size_in_bytes: 4, number of components / tuples: 1 / 1233 +[2] debug: [2] offset in the PropertyVector: 816 +[2] debug: [2] 417 tuples in partition. +[0] debug: [0] global offset: 0, offset within the PropertyVector: 0. +[1] debug: [1] global offset: 0, offset within the PropertyVector: 1668. +[2] debug: [2] global offset: 0, offset within the PropertyVector: 3264. +[0] info: [time] Reading the mesh took 0.007326 s. +[1] info: [time] Reading the mesh took 0.008351 s. +[2] info: [time] Reading the mesh took 0.008551 s. +[1] debug: Reading geometry file '/home/meisel/o/s/Tests/Data/EllipticPETSc/cube_1x1x1.gml'. +[2] debug: Reading geometry file '/home/meisel/o/s/Tests/Data/EllipticPETSc/cube_1x1x1.gml'. +[0] debug: Reading geometry file '/home/meisel/o/s/Tests/Data/EllipticPETSc/cube_1x1x1.gml'. +[1] debug: Project configuration from file '/home/meisel/o/s/Tests/Data/EllipticPETSc/cube_1x1x1.gml' read. +[0] debug: Project configuration from file '/home/meisel/o/s/Tests/Data/EllipticPETSc/cube_1x1x1.gml' read. +[2] debug: Project configuration from file '/home/meisel/o/s/Tests/Data/EllipticPETSc/cube_1x1x1.gml' read. +[1] debug: The search length for mesh 'cube_1x1x1_hex_1e3' is 1.000000e-09. +[1] debug: Creating mesh from geometry cube_1x1x1_geometry left. +[2] debug: The search length for mesh 'cube_1x1x1_hex_1e3' is 1.000000e-09. +[2] debug: Creating mesh from geometry cube_1x1x1_geometry left. +[0] debug: The search length for mesh 'cube_1x1x1_hex_1e3' is 1.000000e-09. +[0] debug: Creating mesh from geometry cube_1x1x1_geometry left. +[2] debug: Found 0 elements in the mesh +[2] debug: Creating mesh from geometry cube_1x1x1_geometry right. +[1] debug: Found 29 elements in the mesh +[1] debug: Creating mesh from geometry cube_1x1x1_geometry right. +[2] debug: Found 70 elements in the mesh +[0] debug: Found 82 elements in the mesh +[2] debug: Creating mesh from geometry cube_1x1x1_geometry top. +[2] debug: Found 0 elements in the mesh +[2] debug: Creating mesh from geometry cube_1x1x1_geometry bottom. +[1] debug: Found 40 elements in the mesh +[1] debug: Creating mesh from geometry cube_1x1x1_geometry top. +[0] debug: Creating mesh from geometry cube_1x1x1_geometry right. +[0] debug: Found 0 elements in the mesh +[0] debug: Creating mesh from geometry cube_1x1x1_geometry top. +[2] debug: Found 67 elements in the mesh +[2] debug: Creating mesh from geometry cube_1x1x1_geometry front. +[2] debug: Found 47 elements in the mesh +[2] debug: Creating mesh from geometry cube_1x1x1_geometry back. +[1] debug: Found 84 elements in the mesh +[1] debug: Creating mesh from geometry cube_1x1x1_geometry bottom. +[1] debug: Found 0 elements in the mesh +[1] debug: Creating mesh from geometry cube_1x1x1_geometry front. +[0] debug: Found 26 elements in the mesh +[1] debug: Found 58 elements in the mesh +[0] debug: Creating mesh from geometry cube_1x1x1_geometry bottom. +[1] debug: Creating mesh from geometry cube_1x1x1_geometry back. +[0] debug: Found 46 elements in the mesh +[0] debug: Creating mesh from geometry cube_1x1x1_geometry front. +[0] debug: Found 12 elements in the mesh +[0] debug: Creating mesh from geometry cube_1x1x1_geometry back. +[2] debug: Found 34 elements in the mesh +[1] debug: Found 21 elements in the mesh +[0] debug: Found 62 elements in the mesh +[2] debug: Reading parameters: +[2] info: ConstantParameter: p0 +[2] debug: Using value 0 for constant parameter. +[2] info: ConstantParameter: p_Dirichlet_left +[2] debug: Using value 1 for constant parameter. +[2] info: ConstantParameter: p_Dirichlet_right +[2] debug: Using value -1 for constant parameter. +[2] debug: Parse process variables: +[2] debug: Found parameter `p0'. +[2] debug: Constructing process variable pressure +[2] debug: Found mesh 'cube_1x1x1_geometry_left' with id 1. +[2] debug: Found mesh 'cube_1x1x1_geometry_right' with id 2. +[2] info: No source terms for process variable 'pressure' found. +[2] debug: Reading media: +[2] debug: Create Constant property diffusion. +[2] debug: Create Constant property reference_temperature. +[2] debug: Reading processes: +[2] debug: Create SteadyStateDiffusion. +[2] debug: Found process variable 'pressure' for config tag <process_variable>. +[2] debug: Check the media properties of steady state diffusion process ... +[2] debug: Media properties verified. +[2] debug: Reading linear solver configuration. +[1] debug: Reading parameters: +[1] info: ConstantParameter: p0 +[1] debug: Using value 0 for constant parameter. +[1] info: ConstantParameter: p_Dirichlet_left +[1] debug: Using value 1 for constant parameter. +[1] info: ConstantParameter: p_Dirichlet_right +[1] debug: Using value -1 for constant parameter. +[1] debug: Parse process variables: +[1] debug: Found parameter `p0'. +[1] debug: Constructing process variable pressure +[1] debug: Found mesh 'cube_1x1x1_geometry_left' with id 1. +[1] debug: Found mesh 'cube_1x1x1_geometry_right' with id 2. +[1] info: No source terms for process variable 'pressure' found. +[1] debug: Reading media: +[1] debug: Create Constant property diffusion. +[1] debug: Create Constant property reference_temperature. +[1] debug: Reading processes: +[1] debug: Create SteadyStateDiffusion. +[1] debug: Found process variable 'pressure' for config tag <process_variable>. +[1] debug: Check the media properties of steady state diffusion process ... +[1] debug: Media properties verified. +[1] debug: Reading linear solver configuration. +[0] debug: Reading parameters: +[0] info: ConstantParameter: p0 +[0] debug: Using value 0 for constant parameter. +[0] info: ConstantParameter: p_Dirichlet_left +[0] debug: Using value 1 for constant parameter. +[0] info: ConstantParameter: p_Dirichlet_right +[0] debug: Using value -1 for constant parameter. +[0] debug: Parse process variables: +[0] debug: Found parameter `p0'. +[0] debug: Constructing process variable pressure +[0] debug: Found mesh 'cube_1x1x1_geometry_left' with id 1. +[0] debug: Found mesh 'cube_1x1x1_geometry_right' with id 2. +[0] info: No source terms for process variable 'pressure' found. +[0] debug: Reading media: +[0] debug: Create Constant property diffusion. +[0] debug: Create Constant property reference_temperature. +[0] debug: Reading processes: +[0] debug: Create SteadyStateDiffusion. +[0] debug: Found process variable 'pressure' for config tag <process_variable>. +[0] debug: Check the media properties of steady state diffusion process ... +[0] debug: Media properties verified. +[0] debug: Reading linear solver configuration. +[2] debug: Reading non-linear solver configuration. +[1] debug: Reading non-linear solver configuration. +[1] debug: Reading time loop configuration. +[0] debug: Reading non-linear solver configuration. +[0] debug: Reading time loop configuration. +[1] debug: Parse output configuration: +[2] debug: Reading time loop configuration. +[2] debug: Parse output configuration: +[0] debug: Parse output configuration: +[2] debug: adding output variable `pressure' +[2] debug: adding output variable `v' +[1] debug: adding output variable `pressure' +[1] debug: adding output variable `v' +[0] debug: adding output variable `pressure' +[0] debug: adding output variable `v' +[2] info: Initialize processes. +[2] debug: Initialize process. +[2] debug: Construct dof mappings. +[1] info: Initialize processes. +[1] debug: Initialize process. +[1] debug: Construct dof mappings. +[0] info: Initialize processes. +[0] debug: Initialize process. +[0] debug: Construct dof mappings. +[2] debug: Compute sparsity pattern +[2] debug: Initialize the extrapolator +[2] debug: Create local assemblers. +[2] debug: Create local assemblers. +[2] debug: Calling local assembler builder for all mesh elements. +[1] debug: Compute sparsity pattern +[1] debug: Initialize the extrapolator +[1] debug: Create local assemblers. +[1] debug: Create local assemblers. +[0] debug: Compute sparsity pattern +[0] debug: Initialize the extrapolator +[0] debug: Create local assemblers. +[0] debug: Create local assemblers. +[1] debug: Calling local assembler builder for all mesh elements. +[0] debug: Calling local assembler builder for all mesh elements. +[2] debug: Initialize boundary conditions. +[2] debug: Constructing DirichletBoundaryCondition from config. +[2] debug: Using parameter p_Dirichlet_left +[2] debug: Found parameter `p_Dirichlet_left'. +[2] debug: Constructing DirichletBoundaryCondition from config. +[2] debug: Using parameter p_Dirichlet_right +[2] debug: Found parameter `p_Dirichlet_right'. +[2] debug: Found 88 nodes for Dirichlet BCs for the variable 0 and component 0 +[2] debug: Construct reduced local to global index map. +[2] info: Solve processes. +[1] debug: Initialize boundary conditions. +[1] debug: Constructing DirichletBoundaryCondition from config. +[1] debug: Using parameter p_Dirichlet_left +[1] debug: Found parameter `p_Dirichlet_left'. +[1] debug: Found 42 nodes for Dirichlet BCs for the variable 0 and component 0 +[1] debug: Construct reduced local to global index map. +[1] debug: Constructing DirichletBoundaryCondition from config. +[1] debug: Using parameter p_Dirichlet_right +[1] debug: Found parameter `p_Dirichlet_right'. +[1] debug: Found 55 nodes for Dirichlet BCs for the variable 0 and component 0 +[1] debug: Construct reduced local to global index map. +[0] debug: Initialize boundary conditions. +[0] debug: Constructing DirichletBoundaryCondition from config. +[0] debug: Using parameter p_Dirichlet_left +[0] debug: Found parameter `p_Dirichlet_left'. +[0] debug: Found 103 nodes for Dirichlet BCs for the variable 0 and component 0 +[0] debug: Construct reduced local to global index map. +[1] info: Solve processes. +[0] debug: Constructing DirichletBoundaryCondition from config. +[0] debug: Using parameter p_Dirichlet_right +[0] debug: Found parameter `p_Dirichlet_right'. +[0] info: Solve processes. +[2] debug: Set the initial condition of variable pressure of process 0. +[1] debug: Set the initial condition of variable pressure of process 0. +[0] debug: Set the initial condition of variable pressure of process 0. +[1] debug: Process output data. +[2] debug: Process output data. +[0] debug: Process output data. +[2] debug: process variable pressure +[1] debug: process variable pressure +[0] debug: process variable pressure +[0] debug: secondary variable v +[1] debug: secondary variable v +[2] debug: secondary variable v +[0] debug: Computing new singular value decomposition +[1] debug: Computing new singular value decomposition +[2] debug: Computing new singular value decomposition +[2] debug: HDF: dataset name: geometry, offset: 0, data_space: 630, chunk_space 630, file_space: 630, tuples: 3 +[1] debug: HDF: dataset name: geometry, offset: 0, data_space: 622, chunk_space 622, file_space: 622, tuples: 3 +[0] debug: HDF: dataset name: geometry, offset: 0, data_space: 643, chunk_space 643, file_space: 643, tuples: 3 +[2] debug: XDMF: dataset name: geometry, offset: 0 global_blocks: 630, tuples: 3 +[1] debug: XDMF: dataset name: geometry, offset: 0 global_blocks: 622, tuples: 3 +[0] debug: XDMF: dataset name: geometry, offset: 0 global_blocks: 643, tuples: 3 +[1] debug: HDF: dataset name: geometry, offset: 0, data_space: 622, chunk_space 622, file_space: 622, tuples: 3 +[2] debug: HDF: dataset name: geometry, offset: 0, data_space: 630, chunk_space 630, file_space: 630, tuples: 3 +[2] debug: XDMF: dataset name: geometry, offset: 0 global_blocks: 630, tuples: 3 +[0] debug: HDF: dataset name: geometry, offset: 0, data_space: 643, chunk_space 643, file_space: 643, tuples: 3 +[0] debug: XDMF: dataset name: geometry, offset: 0 global_blocks: 643, tuples: 3 +[1] debug: XDMF: dataset name: geometry, offset: 0 global_blocks: 622, tuples: 3 +[0] debug: HDF: dataset name: topology, offset: 0, data_space: 3753, chunk_space 3753, file_space: 3753, tuples: 1 +[1] debug: HDF: dataset name: topology, offset: 0, data_space: 3591, chunk_space 3591, file_space: 3591, tuples: 1 +[2] debug: HDF: dataset name: topology, offset: 0, data_space: 3753, chunk_space 3753, file_space: 3753, tuples: 1 +[1] debug: XDMF: dataset name: topology, offset: 0 global_blocks: 3591, tuples: 1 +[1] debug: HDF: dataset name: D1_left_front_N1_right, offset: 0, data_space: 622, chunk_space 622, file_space: 622, tuples: 1 +[0] debug: XDMF: dataset name: topology, offset: 0 global_blocks: 3753, tuples: 1 +[0] debug: HDF: dataset name: D1_left_front_N1_right, offset: 0, data_space: 643, chunk_space 643, file_space: 643, tuples: 1 +[2] debug: XDMF: dataset name: topology, offset: 0 global_blocks: 3753, tuples: 1 +[2] debug: HDF: dataset name: D1_left_front_N1_right, offset: 0, data_space: 630, chunk_space 630, file_space: 630, tuples: 1 +[2] debug: XDMF: dataset name: D1_left_front_N1_right, offset: 0 global_blocks: 630, tuples: 1 +[0] debug: XDMF: dataset name: D1_left_front_N1_right, offset: 0 global_blocks: 643, tuples: 1 +[1] debug: XDMF: dataset name: D1_left_front_N1_right, offset: 0 global_blocks: 622, tuples: 1 +[2] debug: HDF: dataset name: Linear_1_to_minus1, offset: 0, data_space: 630, chunk_space 630, file_space: 630, tuples: 1 +[0] debug: HDF: dataset name: Linear_1_to_minus1, offset: 0, data_space: 643, chunk_space 643, file_space: 643, tuples: 1 +[1] debug: HDF: dataset name: Linear_1_to_minus1, offset: 0, data_space: 622, chunk_space 622, file_space: 622, tuples: 1 +[0] debug: XDMF: dataset name: Linear_1_to_minus1, offset: 0 global_blocks: 643, tuples: 1 +[2] debug: XDMF: dataset name: Linear_1_to_minus1, offset: 0 global_blocks: 630, tuples: 1 +[1] debug: XDMF: dataset name: Linear_1_to_minus1, offset: 0 global_blocks: 622, tuples: 1 +[2] debug: HDF: dataset name: MaterialIDs, offset: 0, data_space: 417, chunk_space 417, file_space: 417, tuples: 1 +[0] debug: HDF: dataset name: MaterialIDs, offset: 0, data_space: 417, chunk_space 417, file_space: 417, tuples: 1 +[1] debug: HDF: dataset name: MaterialIDs, offset: 0, data_space: 399, chunk_space 399, file_space: 399, tuples: 1 +[0] debug: XDMF: dataset name: MaterialIDs, offset: 0 global_blocks: 417, tuples: 1 +[2] debug: XDMF: dataset name: MaterialIDs, offset: 0 global_blocks: 417, tuples: 1 +[1] debug: XDMF: dataset name: MaterialIDs, offset: 0 global_blocks: 399, tuples: 1 +[2] debug: HDF: dataset name: pressure, offset: 0, data_space: 630, chunk_space 630, file_space: 630, tuples: 1 +[0] debug: HDF: dataset name: pressure, offset: 0, data_space: 643, chunk_space 643, file_space: 643, tuples: 1 +[1] debug: HDF: dataset name: pressure, offset: 0, data_space: 622, chunk_space 622, file_space: 622, tuples: 1 +[1] debug: XDMF: dataset name: pressure, offset: 0 global_blocks: 622, tuples: 1 +[0] debug: XDMF: dataset name: pressure, offset: 0 global_blocks: 643, tuples: 1 +[2] debug: XDMF: dataset name: pressure, offset: 0 global_blocks: 630, tuples: 1 +[2] debug: HDF: dataset name: v, offset: 0, data_space: 630, chunk_space 630, file_space: 630, tuples: 3 +[1] debug: HDF: dataset name: v, offset: 0, data_space: 622, chunk_space 622, file_space: 622, tuples: 3 +[0] debug: HDF: dataset name: v, offset: 0, data_space: 643, chunk_space 643, file_space: 643, tuples: 3 +[2] debug: XDMF: dataset name: v, offset: 0 global_blocks: 630, tuples: 3 +[1] debug: XDMF: dataset name: v, offset: 0 global_blocks: 622, tuples: 3 +[0] debug: XDMF: dataset name: v, offset: 0 global_blocks: 643, tuples: 3 +[0] debug: HDF Filepath: cube_1e3_np3.h5. +[1] debug: HDF Filepath: cube_1e3_np3_1.h5. +[2] debug: HDF Filepath: cube_1e3_np3_2.h5. +[0] info: [time] Output of timestep 0 took 0.00554528 s. +[0] info: === Time stepping at step #1 and time 0.1 with step size 0.1 +[0] info: Calculate non-equilibrium initial residuum. +[1] info: [time] Output of timestep 0 took 0.00555 s. +[1] info: === Time stepping at step #1 and time 0.1 with step size 0.1 +[1] info: Calculate non-equilibrium initial residuum. +[2] info: [time] Output of timestep 0 took 0.00555212 s. +[2] info: === Time stepping at step #1 and time 0.1 with step size 0.1 +[2] info: Calculate non-equilibrium initial residuum. +[0] debug: Assemble SteadyStateDiffusion. +[2] debug: Assemble SteadyStateDiffusion. +[1] debug: Assemble SteadyStateDiffusion. +[0] info: [time] Assembly took 0.0028916 s. +[1] info: [time] Assembly took 0.00289207 s. +[2] info: [time] Assembly took 0.00289213 s. +[0] info: [time] Applying Dirichlet BCs took 0.000227611 s. +[2] info: [time] Applying Dirichlet BCs took 0.000249945 s. +[1] info: [time] Applying Dirichlet BCs took 0.000249567 s. +[1] info: [time] Linear solver took 0.0049394 s. +[2] info: [time] Linear solver took 0.00493946 s. + +================================================ +Linear solver bcgs with mg preconditioner +converged in 15 iterations (relative convergence criterion fulfilled). +================================================ +[0] info: [time] Linear solver took 0.0049821 s. +[2] info: [time] Iteration #1 took 0.00816039 s. +[0] info: [time] Iteration #1 took 0.00813947 s. +[1] info: [time] Iteration #1 took 0.00816068 s. +[1] info: [time] Solving process #0 took 0.00850492 s in time step #1 +[0] info: [time] Solving process #0 took 0.00850708 s in time step #1 +[2] info: [time] Solving process #0 took 0.00850432 s in time step #1 +[2] info: [time] Time step #1 took 0.00875183 s. +[2] debug: Process output data. +[1] info: [time] Time step #1 took 0.00875223 s. +[1] debug: Process output data. +[0] info: [time] Time step #1 took 0.00874903 s. +[0] debug: Process output data. +[2] debug: process variable pressure +[1] debug: process variable pressure +[0] debug: process variable pressure +[1] debug: secondary variable v +[2] debug: secondary variable v +[0] debug: secondary variable v +[2] info: [time] Output of timestep 1 took 0.00182727 s. +[2] info: The whole computation of the time stepping took 1 steps, in which + the accepted steps are 1, and the rejected steps are 0. + +[2] info: [time] Execution took 0.0402821 s. +[1] info: [time] Output of timestep 1 took 0.00183328 s. +[1] info: The whole computation of the time stepping took 1 steps, in which + the accepted steps are 1, and the rejected steps are 0. + +[1] info: [time] Execution took 0.0402877 s. +[0] info: [time] Output of timestep 1 took 0.00187078 s. +[0] info: The whole computation of the time stepping took 1 steps, in which + the accepted steps are 1, and the rejected steps are 0. + +[0] info: [time] Execution took 0.040327 s. +[0] info: [time] Output of XDMF to cube_1e3_np3_cube_1x1x1_hex_1e3.xdmf took 0.000106312 s. +WARNING! There are options you set that were not used! +WARNING! could be spelling mistake, etc! +There is one unused database option. It is: +Option left: name:-l value: debug +[1] info: OGS terminated on 2021-09-15 15:32:44+0200. +[2] info: OGS terminated on 2021-09-15 15:32:44+0200. +[0] info: OGS terminated on 2021-09-15 15:32:44+0200. diff --git a/ogstools/logparser/examples/serial_convergence_long.txt b/ogstools/logparser/examples/serial_convergence_long.txt new file mode 100644 index 0000000000000000000000000000000000000000..a63c85399909c3e4804af2f09931efcb5b1e8a10 --- /dev/null +++ b/ogstools/logparser/examples/serial_convergence_long.txt @@ -0,0 +1,3416 @@ +info: This is OpenGeoSys-6 version 6.4.1-230-g9974a0a54.dirty. +info: OGS started on 2021-11-26 13:13:18+0100. +info: ConstantParameter: E +info: ConstantParameter: nu +info: ConstantParameter: zero_vector_2d +info: ConstantParameter: pressure_ic +info: ConstantParameter: dirichlet0 +info: ConstantParameter: overburden +info: ConstantParameter: source_term_production +info: ConstantParameter: source_term_injection +info: No boundary conditions for process variable 'pressure' found. +info: No source terms for process variable 'displacement' found. +info: The equations of the coupled processes will be solved by the staggered scheme. +info: Initialize processes. +info: Solve processes. +info: [time] Output of timestep 0 took 0.00150233 s. +info: === Time stepping at step #1 and time 86400 with step size 86400 +info: Calculate non-equilibrium initial residuum. +info: [time] Assembly took 7.9674e-05 s. +info: [time] Applying Dirichlet BCs took 2.967e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 3.4831e-05 s. +info: Convergence criterion: |dx|=9.9069e+05, |x|=1.2062e+07, |dx|/|x|=nan +info: [time] Iteration #1 took 0.000124721 s. +info: [time] Assembly took 6.2818e-05 s. +info: [time] Applying Dirichlet BCs took 2.233e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.9097e-05 s. +info: Convergence criterion: |dx|=3.1610e+03, |x|=1.2060e+07, |dx|/|x|=2.6211e-04 +info: [time] Iteration #2 took 8.8936e-05 s. +info: [time] Assembly took 6.1558e-05 s. +info: [time] Applying Dirichlet BCs took 2.033e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.7072e-05 s. +info: Convergence criterion: |dx|=4.0381e+00, |x|=1.2060e+07, |dx|/|x|=3.3483e-07 +info: [time] Iteration #3 took 8.5011e-05 s. +info: [time] Assembly took 6.1026e-05 s. +info: [time] Applying Dirichlet BCs took 1.931e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.5707e-05 s. +info: Convergence criterion: |dx|=5.9900e-03, |x|=1.2060e+07, |dx|/|x|=4.9668e-10 +info: [time] Iteration #4 took 8.2907e-05 s. +info: [time] Assembly took 6.091e-05 s. +info: [time] Applying Dirichlet BCs took 1.729e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.5465e-05 s. +info: Convergence criterion: |dx|=8.7279e-06, |x|=1.2060e+07, |dx|/|x|=7.2370e-13 +info: [time] Iteration #5 took 8.2268e-05 s. +info: [time] Assembly took 6.0431e-05 s. +info: [time] Applying Dirichlet BCs took 1.607e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.4867e-05 s. +info: Convergence criterion: |dx|=6.8069e-09, |x|=1.2060e+07, |dx|/|x|=5.6442e-16 +info: [time] Iteration #6 took 8.0922e-05 s. +info: [time] Solving process #0 took 0.000552968 s in time step #1 coupling iteration #0 +info: [time] Assembly took 0.000185292 s. +info: [time] Applying Dirichlet BCs took 3.2439e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000254007 s. +info: Convergence criterion, component 0: |dx|=9.7122e-17, |x|=9.7122e-17, |dx|/|x|=1.0000e+00 +info: Convergence criterion, component 1: |dx|=1.9350e-01, |x|=1.9350e-01, |dx|/|x|=1.0000e+00 +info: [time] Iteration #1 took 0.000494426 s. +info: [time] Assembly took 0.000153267 s. +info: [time] Applying Dirichlet BCs took 3.2844e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000143535 s. +info: Convergence criterion, component 0: |dx|=8.5618e-18, |x|=9.7494e-17, |dx|/|x|=8.7819e-02 +info: Convergence criterion, component 1: |dx|=4.0150e-15, |x|=1.9350e-01, |dx|/|x|=2.0749e-14 +info: [time] Iteration #2 took 0.000349078 s. +info: [time] Solving process #1 took 0.000872719 s in time step #1 coupling iteration #0 +info: [time] Assembly took 6.4933e-05 s. +info: [time] Applying Dirichlet BCs took 2.397e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 2.1887e-05 s. +info: Convergence criterion: |dx|=1.6964e+03, |x|=1.2060e+07, |dx|/|x|=1.4066e-04 +info: [time] Iteration #1 took 9.4216e-05 s. +info: [time] Assembly took 6.1685e-05 s. +info: [time] Applying Dirichlet BCs took 2.262e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.8022e-05 s. +info: Convergence criterion: |dx|=2.4522e+00, |x|=1.2060e+07, |dx|/|x|=2.0333e-07 +info: [time] Iteration #2 took 8.6385e-05 s. +info: [time] Assembly took 6.1021e-05 s. +info: [time] Applying Dirichlet BCs took 1.957e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.645e-05 s. +info: Convergence criterion: |dx|=3.5270e-03, |x|=1.2060e+07, |dx|/|x|=2.9245e-10 +info: [time] Iteration #3 took 8.3487e-05 s. +info: [time] Assembly took 6.0815e-05 s. +info: [time] Applying Dirichlet BCs took 1.837e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.6579e-05 s. +info: Convergence criterion: |dx|=5.1841e-06, |x|=1.2060e+07, |dx|/|x|=4.2985e-13 +info: [time] Iteration #4 took 8.375e-05 s. +info: [time] Assembly took 6.1349e-05 s. +info: [time] Applying Dirichlet BCs took 2.568e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.6629e-05 s. +info: Convergence criterion: |dx|=3.4098e-09, |x|=1.2060e+07, |dx|/|x|=2.8273e-16 +info: [time] Iteration #5 took 8.5175e-05 s. +info: [time] Solving process #0 took 0.00043874 s in time step #1 coupling iteration #1 +info: ------- Checking convergence criterion for coupled solution of process #0 ------- +info: Convergence criterion: |dx|=1.6964e+03, |x|=1.2060e+07, |dx|/|x|=1.4066e-04 +info: [time] Assembly took 0.000150513 s. +info: [time] Applying Dirichlet BCs took 2.616e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000143955 s. +info: Convergence criterion, component 0: |dx|=1.2514e-17, |x|=9.4848e-17, |dx|/|x|=1.3194e-01 +info: Convergence criterion, component 1: |dx|=3.8075e-04, |x|=1.9388e-01, |dx|/|x|=1.9638e-03 +info: [time] Iteration #1 took 0.000342407 s. +info: [time] Assembly took 0.000149084 s. +info: [time] Applying Dirichlet BCs took 2.6191e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000136713 s. +info: Convergence criterion, component 0: |dx|=7.4740e-18, |x|=9.2618e-17, |dx|/|x|=8.0697e-02 +info: Convergence criterion, component 1: |dx|=9.9346e-16, |x|=1.9388e-01, |dx|/|x|=5.1241e-15 +info: [time] Iteration #2 took 0.000331241 s. +info: [time] Solving process #1 took 0.000702329 s in time step #1 coupling iteration #1 +info: ------- Checking convergence criterion for coupled solution of process #1 ------- +info: Convergence criterion: |dx|=3.8075e-04, |x|=1.9388e-01, |dx|/|x|=1.9638e-03 +info: [time] Assembly took 6.4392e-05 s. +info: [time] Applying Dirichlet BCs took 2.369e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 2.1577e-05 s. +info: Convergence criterion: |dx|=3.2378e+00, |x|=1.2060e+07, |dx|/|x|=2.6847e-07 +info: [time] Iteration #1 took 9.3147e-05 s. +info: [time] Assembly took 6.166e-05 s. +info: [time] Applying Dirichlet BCs took 2.223e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.785e-05 s. +info: Convergence criterion: |dx|=4.5246e-03, |x|=1.2060e+07, |dx|/|x|=3.7516e-10 +info: [time] Iteration #2 took 8.613e-05 s. +info: [time] Assembly took 6.1193e-05 s. +info: [time] Applying Dirichlet BCs took 2.001e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.7395e-05 s. +info: Convergence criterion: |dx|=6.4777e-06, |x|=1.2060e+07, |dx|/|x|=5.3711e-13 +info: [time] Iteration #3 took 8.5726e-05 s. +info: [time] Assembly took 6.09e-05 s. +info: [time] Applying Dirichlet BCs took 1.905e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.6693e-05 s. +info: Convergence criterion: |dx|=8.2157e-09, |x|=1.2060e+07, |dx|/|x|=6.8122e-16 +info: [time] Iteration #4 took 8.4074e-05 s. +info: [time] Solving process #0 took 0.000354297 s in time step #1 coupling iteration #2 +info: ------- Checking convergence criterion for coupled solution of process #0 ------- +info: Convergence criterion: |dx|=3.2378e+00, |x|=1.2060e+07, |dx|/|x|=2.6847e-07 +info: [time] Assembly took 0.000149802 s. +info: [time] Applying Dirichlet BCs took 2.6079e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.00014164 s. +info: Convergence criterion, component 0: |dx|=8.3548e-18, |x|=9.1654e-17, |dx|/|x|=9.1156e-02 +info: Convergence criterion, component 1: |dx|=7.5443e-07, |x|=1.9388e-01, |dx|/|x|=3.8912e-06 +info: [time] Iteration #1 took 0.000339726 s. +info: [time] Assembly took 0.000154209 s. +info: [time] Applying Dirichlet BCs took 2.5745e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.0001366 s. +info: Convergence criterion, component 0: |dx|=1.0579e-17, |x|=9.3961e-17, |dx|/|x|=1.1259e-01 +info: Convergence criterion, component 1: |dx|=4.2885e-16, |x|=1.9388e-01, |dx|/|x|=2.2119e-15 +info: [time] Iteration #2 took 0.000336905 s. +info: [time] Solving process #1 took 0.000705634 s in time step #1 coupling iteration #2 +info: ------- Checking convergence criterion for coupled solution of process #1 ------- +info: Convergence criterion: |dx|=7.5443e-07, |x|=1.9388e-01, |dx|/|x|=3.8912e-06 +info: [time] Assembly took 6.426e-05 s. +info: [time] Applying Dirichlet BCs took 2.215e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 2.2616e-05 s. +info: Convergence criterion: |dx|=6.3335e-03, |x|=1.2060e+07, |dx|/|x|=5.2516e-10 +info: [time] Iteration #1 took 9.4725e-05 s. +info: [time] Assembly took 6.1702e-05 s. +info: [time] Applying Dirichlet BCs took 2.234e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.8905e-05 s. +info: Convergence criterion: |dx|=8.6775e-06, |x|=1.2060e+07, |dx|/|x|=7.1951e-13 +info: [time] Iteration #2 took 8.7761e-05 s. +info: [time] Assembly took 6.1064e-05 s. +info: [time] Applying Dirichlet BCs took 2.007e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.7165e-05 s. +info: Convergence criterion: |dx|=1.5655e-08, |x|=1.2060e+07, |dx|/|x|=1.2981e-15 +info: [time] Iteration #3 took 8.4862e-05 s. +info: [time] Assembly took 6.0726e-05 s. +info: [time] Applying Dirichlet BCs took 1.983e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.7018e-05 s. +info: Convergence criterion: |dx|=1.6746e-09, |x|=1.2060e+07, |dx|/|x|=1.3885e-16 +info: [time] Iteration #4 took 8.4204e-05 s. +info: [time] Solving process #0 took 0.000356759 s in time step #1 coupling iteration #3 +info: ------- Checking convergence criterion for coupled solution of process #0 ------- +info: Convergence criterion: |dx|=6.3335e-03, |x|=1.2060e+07, |dx|/|x|=5.2515e-10 +info: [time] Assembly took 0.000149978 s. +info: [time] Applying Dirichlet BCs took 2.5696e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000143242 s. +info: Convergence criterion, component 0: |dx|=1.0316e-17, |x|=9.3925e-17, |dx|/|x|=1.0983e-01 +info: Convergence criterion, component 1: |dx|=1.4975e-09, |x|=1.9388e-01, |dx|/|x|=7.7240e-09 +info: [time] Iteration #1 took 0.000340875 s. +info: [time] Assembly took 0.000150062 s. +info: [time] Applying Dirichlet BCs took 2.5878e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000136273 s. +info: Convergence criterion, component 0: |dx|=5.9081e-18, |x|=9.3598e-17, |dx|/|x|=6.3122e-02 +info: Convergence criterion, component 1: |dx|=5.7228e-16, |x|=1.9388e-01, |dx|/|x|=2.9517e-15 +info: [time] Iteration #2 took 0.000334371 s. +info: [time] Solving process #1 took 0.000704205 s in time step #1 coupling iteration #3 +info: ------- Checking convergence criterion for coupled solution of process #1 ------- +info: Convergence criterion: |dx|=1.4975e-09, |x|=1.9388e-01, |dx|/|x|=7.7240e-09 +info: [time] Assembly took 6.2902e-05 s. +info: [time] Applying Dirichlet BCs took 2.338e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 2.2722e-05 s. +info: Convergence criterion: |dx|=1.2474e-05, |x|=1.2060e+07, |dx|/|x|=1.0343e-12 +info: [time] Iteration #1 took 9.355e-05 s. +info: [time] Assembly took 6.1669e-05 s. +info: [time] Applying Dirichlet BCs took 2.073e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.8345e-05 s. +info: Convergence criterion: |dx|=1.6796e-08, |x|=1.2060e+07, |dx|/|x|=1.3927e-15 +info: [time] Iteration #2 took 8.6784e-05 s. +info: [time] Assembly took 6.0793e-05 s. +info: [time] Applying Dirichlet BCs took 1.972e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.6976e-05 s. +info: Convergence criterion: |dx|=3.8292e-09, |x|=1.2060e+07, |dx|/|x|=3.1751e-16 +info: [time] Iteration #3 took 8.4321e-05 s. +info: [time] Solving process #0 took 0.000269311 s in time step #1 coupling iteration #4 +info: ------- Checking convergence criterion for coupled solution of process #0 ------- +info: Convergence criterion: |dx|=1.2472e-05, |x|=1.2060e+07, |dx|/|x|=1.0341e-12 +info: [time] Assembly took 0.000151035 s. +info: [time] Applying Dirichlet BCs took 2.567e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000142888 s. +info: Convergence criterion, component 0: |dx|=1.1601e-17, |x|=9.2389e-17, |dx|/|x|=1.2557e-01 +info: Convergence criterion, component 1: |dx|=2.9757e-12, |x|=1.9388e-01, |dx|/|x|=1.5348e-11 +info: [time] Iteration #1 took 0.000340928 s. +info: [time] Assembly took 0.000148564 s. +info: [time] Applying Dirichlet BCs took 2.5935e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000135996 s. +info: Convergence criterion, component 0: |dx|=1.0590e-17, |x|=9.5048e-17, |dx|/|x|=1.1142e-01 +info: Convergence criterion, component 1: |dx|=2.2770e-16, |x|=1.9388e-01, |dx|/|x|=1.1744e-15 +info: [time] Iteration #2 took 0.000332096 s. +info: [time] Solving process #1 took 0.000702013 s in time step #1 coupling iteration #4 +info: ------- Checking convergence criterion for coupled solution of process #1 ------- +info: Convergence criterion: |dx|=2.9759e-12, |x|=1.9388e-01, |dx|/|x|=1.5349e-11 +info: [time] Assembly took 6.3122e-05 s. +info: [time] Applying Dirichlet BCs took 2.25e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 2.2514e-05 s. +info: Convergence criterion: |dx|=2.3926e-08, |x|=1.2060e+07, |dx|/|x|=1.9839e-15 +info: [time] Iteration #1 took 9.2958e-05 s. +info: [time] Assembly took 7.7815e-05 s. +info: [time] Applying Dirichlet BCs took 2.166e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.8467e-05 s. +info: Convergence criterion: |dx|=3.6134e-09, |x|=1.2060e+07, |dx|/|x|=2.9961e-16 +info: [time] Iteration #2 took 0.000103392 s. +info: [time] Solving process #0 took 0.000200372 s in time step #1 coupling iteration #5 +info: ------- Checking convergence criterion for coupled solution of process #0 ------- +info: Convergence criterion: |dx|=2.6353e-08, |x|=1.2060e+07, |dx|/|x|=2.1851e-15 +info: [time] Assembly took 0.000147472 s. +info: [time] Applying Dirichlet BCs took 2.5194e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000138333 s. +info: Convergence criterion, component 0: |dx|=1.2549e-17, |x|=9.4146e-17, |dx|/|x|=1.3329e-01 +info: Convergence criterion, component 1: |dx|=5.8815e-15, |x|=1.9388e-01, |dx|/|x|=3.0336e-14 +info: [time] Iteration #1 took 0.000332393 s. +info: [time] Solving process #1 took 0.000359594 s in time step #1 coupling iteration #5 +info: ------- Checking convergence criterion for coupled solution of process #1 ------- +info: Convergence criterion: |dx|=5.8832e-15, |x|=1.9388e-01, |dx|/|x|=3.0345e-14 +info: [time] Time step #1 took 0.00628828 s. +info: [time] Output of timestep 1 took 0.0019662 s. +info: === Time stepping at step #2 and time 172800 with step size 86400 +info: [time] Assembly took 0.000107861 s. +info: [time] Applying Dirichlet BCs took 2.469e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 2.2582e-05 s. +info: Convergence criterion: |dx|=7.3831e+05, |x|=1.2140e+07, |dx|/|x|=6.0816e-02 +info: [time] Iteration #1 took 0.000139108 s. +info: [time] Assembly took 8.8643e-05 s. +info: [time] Applying Dirichlet BCs took 2.691e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.7667e-05 s. +info: Convergence criterion: |dx|=1.2875e+03, |x|=1.2139e+07, |dx|/|x|=1.0606e-04 +info: [time] Iteration #2 took 0.000113625 s. +info: [time] Assembly took 8.7447e-05 s. +info: [time] Applying Dirichlet BCs took 1.996e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 3.0941e-05 s. +info: Convergence criterion: |dx|=1.3595e+00, |x|=1.2139e+07, |dx|/|x|=1.1199e-07 +info: [time] Iteration #3 took 0.000125077 s. +info: [time] Assembly took 0.000100549 s. +info: [time] Applying Dirichlet BCs took 1.713e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 2.9722e-05 s. +info: Convergence criterion: |dx|=1.5293e-03, |x|=1.2139e+07, |dx|/|x|=1.2598e-10 +info: [time] Iteration #4 took 0.000136687 s. +info: [time] Assembly took 5.9639e-05 s. +info: [time] Applying Dirichlet BCs took 1.673e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.5813e-05 s. +info: Convergence criterion: |dx|=1.6856e-06, |x|=1.2139e+07, |dx|/|x|=1.3885e-13 +info: [time] Iteration #5 took 8.1708e-05 s. +info: [time] Assembly took 5.9622e-05 s. +info: [time] Applying Dirichlet BCs took 1.561e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.5414e-05 s. +info: Convergence criterion: |dx|=9.2117e-09, |x|=1.2139e+07, |dx|/|x|=7.5884e-16 +info: [time] Iteration #6 took 8.0991e-05 s. +info: [time] Solving process #0 took 0.000684548 s in time step #2 coupling iteration #0 +info: [time] Assembly took 0.000149651 s. +info: [time] Applying Dirichlet BCs took 2.7709e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000143303 s. +info: Convergence criterion, component 0: |dx|=1.3152e-17, |x|=9.0137e-17, |dx|/|x|=1.4591e-01 +info: Convergence criterion, component 1: |dx|=1.6485e-01, |x|=3.5842e-01, |dx|/|x|=4.5993e-01 +info: [time] Iteration #1 took 0.000342643 s. +info: [time] Assembly took 0.000148008 s. +info: [time] Applying Dirichlet BCs took 2.5469e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000132366 s. +info: Convergence criterion, component 0: |dx|=9.4952e-18, |x|=8.6636e-17, |dx|/|x|=1.0960e-01 +info: Convergence criterion, component 1: |dx|=5.1422e-15, |x|=3.5842e-01, |dx|/|x|=1.4347e-14 +info: [time] Iteration #2 took 0.000326845 s. +info: [time] Solving process #1 took 0.000697998 s in time step #2 coupling iteration #0 +info: [time] Assembly took 6.3885e-05 s. +info: [time] Applying Dirichlet BCs took 2.31e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 2.2702e-05 s. +info: Convergence criterion: |dx|=1.4091e+03, |x|=1.2139e+07, |dx|/|x|=1.1608e-04 +info: [time] Iteration #1 took 9.4241e-05 s. +info: [time] Assembly took 6.0593e-05 s. +info: [time] Applying Dirichlet BCs took 2.116e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.8456e-05 s. +info: Convergence criterion: |dx|=1.5599e+00, |x|=1.2139e+07, |dx|/|x|=1.2850e-07 +info: [time] Iteration #2 took 8.6033e-05 s. +info: [time] Assembly took 5.9976e-05 s. +info: [time] Applying Dirichlet BCs took 1.972e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.7111e-05 s. +info: Convergence criterion: |dx|=1.6928e-03, |x|=1.2139e+07, |dx|/|x|=1.3945e-10 +info: [time] Iteration #3 took 8.3831e-05 s. +info: [time] Assembly took 5.9903e-05 s. +info: [time] Applying Dirichlet BCs took 1.86e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.6321e-05 s. +info: Convergence criterion: |dx|=1.8987e-06, |x|=1.2139e+07, |dx|/|x|=1.5641e-13 +info: [time] Iteration #4 took 8.2981e-05 s. +info: [time] Assembly took 6.0457e-05 s. +info: [time] Applying Dirichlet BCs took 2.347e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.6015e-05 s. +info: Convergence criterion: |dx|=5.4890e-09, |x|=1.2139e+07, |dx|/|x|=4.5216e-16 +info: [time] Iteration #5 took 8.3398e-05 s. +info: [time] Solving process #0 took 0.000436087 s in time step #2 coupling iteration #1 +info: ------- Checking convergence criterion for coupled solution of process #0 ------- +info: Convergence criterion: |dx|=1.4092e+03, |x|=1.2139e+07, |dx|/|x|=1.1608e-04 +info: [time] Assembly took 0.000146797 s. +info: [time] Applying Dirichlet BCs took 2.5437e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000140591 s. +info: Convergence criterion, component 0: |dx|=1.2118e-17, |x|=8.4819e-17, |dx|/|x|=1.4286e-01 +info: Convergence criterion, component 1: |dx|=3.2785e-04, |x|=3.5875e-01, |dx|/|x|=9.1388e-04 +info: [time] Iteration #1 took 0.000334085 s. +info: [time] Assembly took 0.000145949 s. +info: [time] Applying Dirichlet BCs took 3.8267e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000160289 s. +info: Convergence criterion, component 0: |dx|=8.5212e-18, |x|=8.6803e-17, |dx|/|x|=9.8168e-02 +info: Convergence criterion, component 1: |dx|=1.4052e-15, |x|=3.5875e-01, |dx|/|x|=3.9171e-15 +info: [time] Iteration #2 took 0.000379384 s. +info: [time] Solving process #1 took 0.000770797 s in time step #2 coupling iteration #1 +info: ------- Checking convergence criterion for coupled solution of process #1 ------- +info: Convergence criterion: |dx|=3.2785e-04, |x|=3.5875e-01, |dx|/|x|=9.1388e-04 +info: [time] Assembly took 6.3396e-05 s. +info: [time] Applying Dirichlet BCs took 2.294e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 2.2301e-05 s. +info: Convergence criterion: |dx|=2.7565e+00, |x|=1.2139e+07, |dx|/|x|=2.2707e-07 +info: [time] Iteration #1 took 9.3327e-05 s. +info: [time] Assembly took 6.0827e-05 s. +info: [time] Applying Dirichlet BCs took 2.093e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.8275e-05 s. +info: Convergence criterion: |dx|=3.0194e-03, |x|=1.2139e+07, |dx|/|x|=2.4872e-10 +info: [time] Iteration #2 took 8.6214e-05 s. +info: [time] Assembly took 6.0085e-05 s. +info: [time] Applying Dirichlet BCs took 1.935e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.7332e-05 s. +info: Convergence criterion: |dx|=3.2726e-06, |x|=1.2139e+07, |dx|/|x|=2.6958e-13 +info: [time] Iteration #3 took 8.3948e-05 s. +info: [time] Assembly took 5.9947e-05 s. +info: [time] Applying Dirichlet BCs took 1.773e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.6019e-05 s. +info: Convergence criterion: |dx|=8.6833e-09, |x|=1.2139e+07, |dx|/|x|=7.1529e-16 +info: [time] Iteration #4 took 8.2212e-05 s. +info: [time] Solving process #0 took 0.000350682 s in time step #2 coupling iteration #2 +info: ------- Checking convergence criterion for coupled solution of process #0 ------- +info: Convergence criterion: |dx|=2.7565e+00, |x|=1.2139e+07, |dx|/|x|=2.2707e-07 +info: [time] Assembly took 0.00018627 s. +info: [time] Applying Dirichlet BCs took 2.5436e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000140569 s. +info: Convergence criterion, component 0: |dx|=7.5955e-18, |x|=8.5467e-17, |dx|/|x|=8.8871e-02 +info: Convergence criterion, component 1: |dx|=6.5348e-07, |x|=3.5875e-01, |dx|/|x|=1.8215e-06 +info: [time] Iteration #1 took 0.000372841 s. +info: [time] Assembly took 0.000147389 s. +info: [time] Applying Dirichlet BCs took 2.5109e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000132063 s. +info: Convergence criterion, component 0: |dx|=6.5726e-18, |x|=8.7047e-17, |dx|/|x|=7.5507e-02 +info: Convergence criterion, component 1: |dx|=1.5445e-15, |x|=3.5875e-01, |dx|/|x|=4.3054e-15 +info: [time] Iteration #2 took 0.000325721 s. +info: [time] Solving process #1 took 0.000726527 s in time step #2 coupling iteration #2 +info: ------- Checking convergence criterion for coupled solution of process #1 ------- +info: Convergence criterion: |dx|=6.5348e-07, |x|=3.5875e-01, |dx|/|x|=1.8215e-06 +info: [time] Assembly took 6.3236e-05 s. +info: [time] Applying Dirichlet BCs took 2.268e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 2.2392e-05 s. +info: Convergence criterion: |dx|=5.4297e-03, |x|=1.2139e+07, |dx|/|x|=4.4728e-10 +info: [time] Iteration #1 took 9.313e-05 s. +info: [time] Assembly took 6.0275e-05 s. +info: [time] Applying Dirichlet BCs took 2.048e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.8534e-05 s. +info: Convergence criterion: |dx|=5.9107e-06, |x|=1.2139e+07, |dx|/|x|=4.8690e-13 +info: [time] Iteration #2 took 8.5492e-05 s. +info: [time] Assembly took 5.9791e-05 s. +info: [time] Applying Dirichlet BCs took 1.891e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.7165e-05 s. +info: Convergence criterion: |dx|=5.2587e-09, |x|=1.2139e+07, |dx|/|x|=4.3319e-16 +info: [time] Iteration #3 took 8.3304e-05 s. +info: [time] Solving process #0 took 0.000266554 s in time step #2 coupling iteration #3 +info: ------- Checking convergence criterion for coupled solution of process #0 ------- +info: Convergence criterion: |dx|=5.4296e-03, |x|=1.2139e+07, |dx|/|x|=4.4727e-10 +info: [time] Assembly took 0.000147894 s. +info: [time] Applying Dirichlet BCs took 2.5428e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000138892 s. +info: Convergence criterion, component 0: |dx|=1.1971e-17, |x|=8.3954e-17, |dx|/|x|=1.4259e-01 +info: Convergence criterion, component 1: |dx|=1.3044e-09, |x|=3.5875e-01, |dx|/|x|=3.6361e-09 +info: [time] Iteration #1 took 0.000333764 s. +info: [time] Assembly took 0.00014587 s. +info: [time] Applying Dirichlet BCs took 2.5348e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000132708 s. +info: Convergence criterion, component 0: |dx|=1.0117e-17, |x|=8.7877e-17, |dx|/|x|=1.1513e-01 +info: Convergence criterion, component 1: |dx|=5.0605e-16, |x|=3.5875e-01, |dx|/|x|=1.4106e-15 +info: [time] Iteration #2 took 0.000324992 s. +info: [time] Solving process #1 took 0.000686843 s in time step #2 coupling iteration #3 +info: ------- Checking convergence criterion for coupled solution of process #1 ------- +info: Convergence criterion: |dx|=1.3044e-09, |x|=3.5875e-01, |dx|/|x|=3.6361e-09 +info: [time] Assembly took 6.3084e-05 s. +info: [time] Applying Dirichlet BCs took 2.201e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 2.2134e-05 s. +info: Convergence criterion: |dx|=1.0721e-05, |x|=1.2139e+07, |dx|/|x|=8.8314e-13 +info: [time] Iteration #1 took 9.2648e-05 s. +info: [time] Assembly took 6.0331e-05 s. +info: [time] Applying Dirichlet BCs took 2.171e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.8363e-05 s. +info: Convergence criterion: |dx|=1.2661e-08, |x|=1.2139e+07, |dx|/|x|=1.0430e-15 +info: [time] Iteration #2 took 8.5711e-05 s. +info: [time] Assembly took 6.0047e-05 s. +info: [time] Applying Dirichlet BCs took 1.884e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.6419e-05 s. +info: Convergence criterion: |dx|=2.7566e-09, |x|=1.2139e+07, |dx|/|x|=2.2708e-16 +info: [time] Iteration #3 took 8.2851e-05 s. +info: [time] Solving process #0 took 0.000265865 s in time step #2 coupling iteration #4 +info: ------- Checking convergence criterion for coupled solution of process #0 ------- +info: Convergence criterion: |dx|=1.0721e-05, |x|=1.2139e+07, |dx|/|x|=8.8312e-13 +info: [time] Assembly took 0.000145867 s. +info: [time] Applying Dirichlet BCs took 2.5414e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000137958 s. +info: Convergence criterion, component 0: |dx|=1.4035e-17, |x|=8.5281e-17, |dx|/|x|=1.6457e-01 +info: Convergence criterion, component 1: |dx|=2.6083e-12, |x|=3.5875e-01, |dx|/|x|=7.2705e-12 +info: [time] Iteration #1 took 0.000330733 s. +info: [time] Assembly took 0.000147297 s. +info: [time] Applying Dirichlet BCs took 2.518e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000132222 s. +info: Convergence criterion, component 0: |dx|=1.1820e-17, |x|=8.7948e-17, |dx|/|x|=1.3440e-01 +info: Convergence criterion, component 1: |dx|=6.8018e-16, |x|=3.5875e-01, |dx|/|x|=1.8960e-15 +info: [time] Iteration #2 took 0.000325833 s. +info: [time] Solving process #1 took 0.000684976 s in time step #2 coupling iteration #4 +info: ------- Checking convergence criterion for coupled solution of process #1 ------- +info: Convergence criterion: |dx|=2.6076e-12, |x|=3.5875e-01, |dx|/|x|=7.2686e-12 +info: [time] Assembly took 6.3439e-05 s. +info: [time] Applying Dirichlet BCs took 2.343e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 2.2578e-05 s. +info: Convergence criterion: |dx|=2.0744e-08, |x|=1.2139e+07, |dx|/|x|=1.7088e-15 +info: [time] Iteration #1 took 9.3607e-05 s. +info: [time] Assembly took 6.0466e-05 s. +info: [time] Applying Dirichlet BCs took 2.191e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.8267e-05 s. +info: Convergence criterion: |dx|=3.2779e-09, |x|=1.2139e+07, |dx|/|x|=2.7002e-16 +info: [time] Iteration #2 took 8.5761e-05 s. +info: [time] Solving process #0 took 0.000183305 s in time step #2 coupling iteration #5 +info: ------- Checking convergence criterion for coupled solution of process #0 ------- +info: Convergence criterion: |dx|=2.1259e-08, |x|=1.2139e+07, |dx|/|x|=1.7512e-15 +info: [time] Assembly took 0.000146883 s. +info: [time] Applying Dirichlet BCs took 2.5643e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.00013909 s. +info: Convergence criterion, component 0: |dx|=1.2417e-17, |x|=8.7294e-17, |dx|/|x|=1.4224e-01 +info: Convergence criterion, component 1: |dx|=3.6187e-15, |x|=3.5875e-01, |dx|/|x|=1.0087e-14 +info: [time] Iteration #1 took 0.00033261 s. +info: [time] Solving process #1 took 0.000359763 s in time step #2 coupling iteration #5 +info: ------- Checking convergence criterion for coupled solution of process #1 ------- +info: Convergence criterion: |dx|=3.6176e-15, |x|=3.5875e-01, |dx|/|x|=1.0084e-14 +info: [time] Time step #2 took 0.00617742 s. +info: [time] Output of timestep 2 took 0.00193463 s. +info: === Time stepping at step #3 and time 259200 with step size 86400 +info: [time] Assembly took 7.1317e-05 s. +info: [time] Applying Dirichlet BCs took 2.466e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 2.2857e-05 s. +info: Convergence criterion: |dx|=6.1337e+05, |x|=1.2237e+07, |dx|/|x|=5.0125e-02 +info: [time] Iteration #1 took 0.000102826 s. +info: [time] Assembly took 7.4655e-05 s. +info: [time] Applying Dirichlet BCs took 2.156e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 3.2771e-05 s. +info: Convergence criterion: |dx|=7.8303e+02, |x|=1.2236e+07, |dx|/|x|=6.3992e-05 +info: [time] Iteration #2 took 0.000114274 s. +info: [time] Assembly took 6.0305e-05 s. +info: [time] Applying Dirichlet BCs took 2.004e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.6343e-05 s. +info: Convergence criterion: |dx|=6.9606e-01, |x|=1.2236e+07, |dx|/|x|=5.6885e-08 +info: [time] Iteration #3 took 8.2985e-05 s. +info: [time] Assembly took 6.0009e-05 s. +info: [time] Applying Dirichlet BCs took 1.877e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.6448e-05 s. +info: Convergence criterion: |dx|=6.4472e-04, |x|=1.2236e+07, |dx|/|x|=5.2689e-11 +info: [time] Iteration #4 took 8.291e-05 s. +info: [time] Assembly took 5.94e-05 s. +info: [time] Applying Dirichlet BCs took 1.719e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.569e-05 s. +info: Convergence criterion: |dx|=5.7790e-07, |x|=1.2236e+07, |dx|/|x|=4.7229e-14 +info: [time] Iteration #5 took 8.1231e-05 s. +info: [time] Assembly took 5.9431e-05 s. +info: [time] Applying Dirichlet BCs took 1.585e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.5091e-05 s. +info: Convergence criterion: |dx|=5.9646e-09, |x|=1.2236e+07, |dx|/|x|=4.8746e-16 +info: [time] Iteration #6 took 8.0544e-05 s. +info: [time] Solving process #0 took 0.000551945 s in time step #3 coupling iteration #0 +info: [time] Assembly took 0.000147617 s. +info: [time] Applying Dirichlet BCs took 2.5709e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000147384 s. +info: Convergence criterion, component 0: |dx|=1.2271e-17, |x|=8.5124e-17, |dx|/|x|=1.4416e-01 +info: Convergence criterion, component 1: |dx|=1.4146e-01, |x|=4.9987e-01, |dx|/|x|=2.8299e-01 +info: [time] Iteration #1 took 0.000342232 s. +info: [time] Assembly took 0.0001463 s. +info: [time] Applying Dirichlet BCs took 2.5387e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000133881 s. +info: Convergence criterion, component 0: |dx|=1.0199e-17, |x|=8.3487e-17, |dx|/|x|=1.2216e-01 +info: Convergence criterion, component 1: |dx|=2.4390e-15, |x|=4.9987e-01, |dx|/|x|=4.8794e-15 +info: [time] Iteration #2 took 0.000326665 s. +info: [time] Solving process #1 took 0.000697394 s in time step #3 coupling iteration #0 +info: [time] Assembly took 6.3205e-05 s. +info: [time] Applying Dirichlet BCs took 2.239e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 2.263e-05 s. +info: Convergence criterion: |dx|=1.1997e+03, |x|=1.2236e+07, |dx|/|x|=9.8043e-05 +info: [time] Iteration #1 took 9.3357e-05 s. +info: [time] Assembly took 6.0877e-05 s. +info: [time] Applying Dirichlet BCs took 1.979e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.8626e-05 s. +info: Convergence criterion: |dx|=1.0981e+00, |x|=1.2236e+07, |dx|/|x|=8.9737e-08 +info: [time] Iteration #2 took 8.6201e-05 s. +info: [time] Assembly took 7.9107e-05 s. +info: [time] Applying Dirichlet BCs took 1.881e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.7275e-05 s. +info: Convergence criterion: |dx|=9.7462e-04, |x|=1.2236e+07, |dx|/|x|=7.9649e-11 +info: [time] Iteration #3 took 0.000118922 s. +info: [time] Assembly took 9.3531e-05 s. +info: [time] Applying Dirichlet BCs took 1.727e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 3.3531e-05 s. +info: Convergence criterion: |dx|=8.9880e-07, |x|=1.2236e+07, |dx|/|x|=7.3453e-14 +info: [time] Iteration #4 took 0.000133323 s. +info: [time] Assembly took 6.091e-05 s. +info: [time] Applying Dirichlet BCs took 1.696e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.5736e-05 s. +info: Convergence criterion: |dx|=6.7909e-09, |x|=1.2236e+07, |dx|/|x|=5.5497e-16 +info: [time] Iteration #5 took 8.274e-05 s. +info: [time] Solving process #0 took 0.000520435 s in time step #3 coupling iteration #1 +info: ------- Checking convergence criterion for coupled solution of process #0 ------- +info: Convergence criterion: |dx|=1.1997e+03, |x|=1.2236e+07, |dx|/|x|=9.8043e-05 +info: [time] Assembly took 0.000149117 s. +info: [time] Applying Dirichlet BCs took 2.6089e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.00018992 s. +info: Convergence criterion, component 0: |dx|=1.6050e-17, |x|=8.3571e-17, |dx|/|x|=1.9205e-01 +info: Convergence criterion, component 1: |dx|=2.8260e-04, |x|=5.0015e-01, |dx|/|x|=5.6504e-04 +info: [time] Iteration #1 took 0.000400719 s. +info: [time] Assembly took 0.000161042 s. +info: [time] Applying Dirichlet BCs took 2.535e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000162892 s. +info: Convergence criterion, component 0: |dx|=9.1370e-18, |x|=8.0197e-17, |dx|/|x|=1.1393e-01 +info: Convergence criterion, component 1: |dx|=2.1880e-15, |x|=5.0015e-01, |dx|/|x|=4.3746e-15 +info: [time] Iteration #2 took 0.000384346 s. +info: [time] Solving process #1 took 0.000813968 s in time step #3 coupling iteration #1 +info: ------- Checking convergence criterion for coupled solution of process #1 ------- +info: Convergence criterion: |dx|=2.8260e-04, |x|=5.0015e-01, |dx|/|x|=5.6504e-04 +info: [time] Assembly took 9.3409e-05 s. +info: [time] Applying Dirichlet BCs took 2.256e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 2.3026e-05 s. +info: Convergence criterion: |dx|=2.3630e+00, |x|=1.2236e+07, |dx|/|x|=1.9311e-07 +info: [time] Iteration #1 took 0.000124017 s. +info: [time] Assembly took 6.1524e-05 s. +info: [time] Applying Dirichlet BCs took 2.126e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.8936e-05 s. +info: Convergence criterion: |dx|=2.1541e-03, |x|=1.2236e+07, |dx|/|x|=1.7604e-10 +info: [time] Iteration #2 took 8.7368e-05 s. +info: [time] Assembly took 7.7183e-05 s. +info: [time] Applying Dirichlet BCs took 2.076e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 3.2362e-05 s. +info: Convergence criterion: |dx|=1.9076e-06, |x|=1.2236e+07, |dx|/|x|=1.5589e-13 +info: [time] Iteration #3 took 0.000116763 s. +info: [time] Assembly took 5.9943e-05 s. +info: [time] Applying Dirichlet BCs took 1.791e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.5925e-05 s. +info: Convergence criterion: |dx|=7.7799e-09, |x|=1.2236e+07, |dx|/|x|=6.3579e-16 +info: [time] Iteration #4 took 8.2207e-05 s. +info: [time] Solving process #0 took 0.000415406 s in time step #3 coupling iteration #2 +info: ------- Checking convergence criterion for coupled solution of process #0 ------- +info: Convergence criterion: |dx|=2.3630e+00, |x|=1.2236e+07, |dx|/|x|=1.9311e-07 +info: [time] Assembly took 0.000147401 s. +info: [time] Applying Dirichlet BCs took 2.5606e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000142471 s. +info: Convergence criterion, component 0: |dx|=9.4148e-18, |x|=8.4372e-17, |dx|/|x|=1.1159e-01 +info: Convergence criterion, component 1: |dx|=5.6561e-07, |x|=5.0015e-01, |dx|/|x|=1.1309e-06 +info: [time] Iteration #1 took 0.000335438 s. +info: [time] Assembly took 0.000148072 s. +info: [time] Applying Dirichlet BCs took 2.5431e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000132173 s. +info: Convergence criterion, component 0: |dx|=8.9571e-18, |x|=8.6100e-17, |dx|/|x|=1.0403e-01 +info: Convergence criterion, component 1: |dx|=4.2182e-16, |x|=5.0015e-01, |dx|/|x|=8.4339e-16 +info: [time] Iteration #2 took 0.00032432 s. +info: [time] Solving process #1 took 0.00068769 s in time step #3 coupling iteration #2 +info: ------- Checking convergence criterion for coupled solution of process #1 ------- +info: Convergence criterion: |dx|=5.6561e-07, |x|=5.0015e-01, |dx|/|x|=1.1309e-06 +info: [time] Assembly took 6.2004e-05 s. +info: [time] Applying Dirichlet BCs took 2.198e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 2.0965e-05 s. +info: Convergence criterion: |dx|=4.6657e-03, |x|=1.2236e+07, |dx|/|x|=3.8130e-10 +info: [time] Iteration #1 took 8.9888e-05 s. +info: [time] Assembly took 6.0484e-05 s. +info: [time] Applying Dirichlet BCs took 1.931e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.7223e-05 s. +info: Convergence criterion: |dx|=4.2388e-06, |x|=1.2236e+07, |dx|/|x|=3.4641e-13 +info: [time] Iteration #2 took 8.3907e-05 s. +info: [time] Assembly took 5.9984e-05 s. +info: [time] Applying Dirichlet BCs took 1.824e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.6853e-05 s. +info: Convergence criterion: |dx|=6.3593e-09, |x|=1.2236e+07, |dx|/|x|=5.1970e-16 +info: [time] Iteration #3 took 8.3316e-05 s. +info: [time] Solving process #0 took 0.000261472 s in time step #3 coupling iteration #3 +info: ------- Checking convergence criterion for coupled solution of process #0 ------- +info: Convergence criterion: |dx|=4.6656e-03, |x|=1.2236e+07, |dx|/|x|=3.8129e-10 +info: [time] Assembly took 0.000146355 s. +info: [time] Applying Dirichlet BCs took 2.5445e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000139424 s. +info: Convergence criterion, component 0: |dx|=1.1826e-17, |x|=8.1122e-17, |dx|/|x|=1.4578e-01 +info: Convergence criterion, component 1: |dx|=1.1342e-09, |x|=5.0015e-01, |dx|/|x|=2.2678e-09 +info: [time] Iteration #1 took 0.00033351 s. +info: [time] Assembly took 0.000145987 s. +info: [time] Applying Dirichlet BCs took 2.5381e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000132512 s. +info: Convergence criterion, component 0: |dx|=6.4588e-18, |x|=8.1198e-17, |dx|/|x|=7.9544e-02 +info: Convergence criterion, component 1: |dx|=1.7337e-15, |x|=5.0015e-01, |dx|/|x|=3.4663e-15 +info: [time] Iteration #2 took 0.000323199 s. +info: [time] Solving process #1 took 0.000684874 s in time step #3 coupling iteration #3 +info: ------- Checking convergence criterion for coupled solution of process #1 ------- +info: Convergence criterion: |dx|=1.1342e-09, |x|=5.0015e-01, |dx|/|x|=2.2678e-09 +info: [time] Assembly took 6.3272e-05 s. +info: [time] Applying Dirichlet BCs took 2.177e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 2.1253e-05 s. +info: Convergence criterion: |dx|=9.2210e-06, |x|=1.2236e+07, |dx|/|x|=7.5356e-13 +info: [time] Iteration #1 took 9.1358e-05 s. +info: [time] Assembly took 6.0419e-05 s. +info: [time] Applying Dirichlet BCs took 1.973e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.8172e-05 s. +info: Convergence criterion: |dx|=8.5383e-09, |x|=1.2236e+07, |dx|/|x|=6.9778e-16 +info: [time] Iteration #2 took 8.5304e-05 s. +info: [time] Solving process #0 took 0.000180817 s in time step #3 coupling iteration #4 +info: ------- Checking convergence criterion for coupled solution of process #0 ------- +info: Convergence criterion: |dx|=9.2224e-06, |x|=1.2236e+07, |dx|/|x|=7.5368e-13 +info: [time] Assembly took 0.000147018 s. +info: [time] Applying Dirichlet BCs took 2.5468e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000138769 s. +info: Convergence criterion, component 0: |dx|=1.2376e-17, |x|=8.5274e-17, |dx|/|x|=1.4513e-01 +info: Convergence criterion, component 1: |dx|=2.2842e-12, |x|=5.0015e-01, |dx|/|x|=4.5670e-12 +info: [time] Iteration #1 took 0.000332935 s. +info: [time] Assembly took 0.000146209 s. +info: [time] Applying Dirichlet BCs took 2.5523e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000131285 s. +info: Convergence criterion, component 0: |dx|=1.0146e-17, |x|=8.3854e-17, |dx|/|x|=1.2100e-01 +info: Convergence criterion, component 1: |dx|=2.7560e-15, |x|=5.0015e-01, |dx|/|x|=5.5103e-15 +info: [time] Iteration #2 took 0.00032217 s. +info: [time] Solving process #1 took 0.000682967 s in time step #3 coupling iteration #4 +info: ------- Checking convergence criterion for coupled solution of process #1 ------- +info: Convergence criterion: |dx|=2.2818e-12, |x|=5.0015e-01, |dx|/|x|=4.5622e-12 +info: [time] Assembly took 6.3105e-05 s. +info: [time] Applying Dirichlet BCs took 2.175e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 2.1257e-05 s. +info: Convergence criterion: |dx|=1.6160e-08, |x|=1.2236e+07, |dx|/|x|=1.3207e-15 +info: [time] Iteration #1 took 9.1261e-05 s. +info: [time] Assembly took 6.0564e-05 s. +info: [time] Applying Dirichlet BCs took 2.089e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.8457e-05 s. +info: Convergence criterion: |dx|=2.5878e-09, |x|=1.2236e+07, |dx|/|x|=2.1148e-16 +info: [time] Iteration #2 took 8.5874e-05 s. +info: [time] Solving process #0 took 0.000181116 s in time step #3 coupling iteration #5 +info: ------- Checking convergence criterion for coupled solution of process #0 ------- +info: Convergence criterion: |dx|=1.7425e-08, |x|=1.2236e+07, |dx|/|x|=1.4240e-15 +info: [time] Assembly took 0.00014776 s. +info: [time] Applying Dirichlet BCs took 2.5527e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000139123 s. +info: Convergence criterion, component 0: |dx|=1.1617e-17, |x|=8.1186e-17, |dx|/|x|=1.4309e-01 +info: Convergence criterion, component 1: |dx|=4.1472e-15, |x|=5.0015e-01, |dx|/|x|=8.2919e-15 +info: [time] Iteration #1 took 0.000333972 s. +info: [time] Solving process #1 took 0.00036121 s in time step #3 coupling iteration #5 +info: ------- Checking convergence criterion for coupled solution of process #1 ------- +info: Convergence criterion: |dx|=4.1532e-15, |x|=5.0015e-01, |dx|/|x|=8.3039e-15 +info: [time] Time step #3 took 0.00610334 s. +info: [time] Output of timestep 3 took 0.00195428 s. +info: === Time stepping at step #4 and time 345600 with step size 86400 +info: [time] Assembly took 7.2858e-05 s. +info: [time] Applying Dirichlet BCs took 2.619e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 2.2913e-05 s. +info: Convergence criterion: |dx|=5.2225e+05, |x|=1.2341e+07, |dx|/|x|=4.2317e-02 +info: [time] Iteration #1 took 0.000104723 s. +info: [time] Assembly took 6.1228e-05 s. +info: [time] Applying Dirichlet BCs took 2.361e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.8295e-05 s. +info: Convergence criterion: |dx|=5.3830e+02, |x|=1.2341e+07, |dx|/|x|=4.3619e-05 +info: [time] Iteration #2 took 8.6535e-05 s. +info: [time] Assembly took 6.0233e-05 s. +info: [time] Applying Dirichlet BCs took 2.023e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.7024e-05 s. +info: Convergence criterion: |dx|=4.0689e-01, |x|=1.2341e+07, |dx|/|x|=3.2971e-08 +info: [time] Iteration #3 took 8.404e-05 s. +info: [time] Assembly took 5.9771e-05 s. +info: [time] Applying Dirichlet BCs took 1.893e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.627e-05 s. +info: Convergence criterion: |dx|=3.1889e-04, |x|=1.2341e+07, |dx|/|x|=2.5840e-11 +info: [time] Iteration #4 took 8.2565e-05 s. +info: [time] Assembly took 5.9543e-05 s. +info: [time] Applying Dirichlet BCs took 1.708e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.552e-05 s. +info: Convergence criterion: |dx|=2.4106e-07, |x|=1.2341e+07, |dx|/|x|=1.9533e-14 +info: [time] Iteration #5 took 8.119e-05 s. +info: [time] Assembly took 5.9685e-05 s. +info: [time] Applying Dirichlet BCs took 1.747e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.564e-05 s. +info: Convergence criterion: |dx|=4.4662e-09, |x|=1.2341e+07, |dx|/|x|=3.6190e-16 +info: [time] Iteration #6 took 8.1454e-05 s. +info: [time] Solving process #0 took 0.000527839 s in time step #4 coupling iteration #0 +info: [time] Assembly took 0.00015109 s. +info: [time] Applying Dirichlet BCs took 2.5885e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000143018 s. +info: Convergence criterion, component 0: |dx|=1.7844e-17, |x|=8.1402e-17, |dx|/|x|=2.1922e-01 +info: Convergence criterion, component 1: |dx|=1.2157e-01, |x|=6.2145e-01, |dx|/|x|=1.9563e-01 +info: [time] Iteration #1 took 0.000342147 s. +info: [time] Assembly took 0.000147179 s. +info: [time] Applying Dirichlet BCs took 2.5368e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000132969 s. +info: Convergence criterion, component 0: |dx|=1.1723e-17, |x|=7.9026e-17, |dx|/|x|=1.4834e-01 +info: Convergence criterion, component 1: |dx|=3.0634e-15, |x|=6.2145e-01, |dx|/|x|=4.9294e-15 +info: [time] Iteration #2 took 0.000324362 s. +info: [time] Solving process #1 took 0.000695139 s in time step #4 coupling iteration #0 +info: [time] Assembly took 6.2088e-05 s. +info: [time] Applying Dirichlet BCs took 2.401e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 2.2639e-05 s. +info: Convergence criterion: |dx|=1.0284e+03, |x|=1.2341e+07, |dx|/|x|=8.3334e-05 +info: [time] Iteration #1 took 9.2095e-05 s. +info: [time] Assembly took 6.0555e-05 s. +info: [time] Applying Dirichlet BCs took 2.099e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.8596e-05 s. +info: Convergence criterion: |dx|=7.9769e-01, |x|=1.2341e+07, |dx|/|x|=6.4636e-08 +info: [time] Iteration #2 took 8.5981e-05 s. +info: [time] Assembly took 6.0115e-05 s. +info: [time] Applying Dirichlet BCs took 2.004e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.7408e-05 s. +info: Convergence criterion: |dx|=5.9638e-04, |x|=1.2341e+07, |dx|/|x|=4.8325e-11 +info: [time] Iteration #3 took 8.4114e-05 s. +info: [time] Assembly took 6.0048e-05 s. +info: [time] Applying Dirichlet BCs took 1.852e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.6465e-05 s. +info: Convergence criterion: |dx|=4.6899e-07, |x|=1.2341e+07, |dx|/|x|=3.8002e-14 +info: [time] Iteration #4 took 8.2871e-05 s. +info: [time] Assembly took 5.9827e-05 s. +info: [time] Applying Dirichlet BCs took 1.955e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.6216e-05 s. +info: Convergence criterion: |dx|=4.4134e-09, |x|=1.2341e+07, |dx|/|x|=3.5762e-16 +info: [time] Iteration #5 took 8.24e-05 s. +info: [time] Solving process #0 took 0.000433097 s in time step #4 coupling iteration #1 +info: ------- Checking convergence criterion for coupled solution of process #0 ------- +info: Convergence criterion: |dx|=1.0284e+03, |x|=1.2341e+07, |dx|/|x|=8.3335e-05 +info: [time] Assembly took 0.000147503 s. +info: [time] Applying Dirichlet BCs took 2.587e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000141233 s. +info: Convergence criterion, component 0: |dx|=9.7542e-18, |x|=8.0600e-17, |dx|/|x|=1.2102e-01 +info: Convergence criterion, component 1: |dx|=2.4362e-04, |x|=6.2169e-01, |dx|/|x|=3.9187e-04 +info: [time] Iteration #1 took 0.00033593 s. +info: [time] Assembly took 0.00014559 s. +info: [time] Applying Dirichlet BCs took 2.5485e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000132776 s. +info: Convergence criterion, component 0: |dx|=9.8695e-18, |x|=7.9940e-17, |dx|/|x|=1.2346e-01 +info: Convergence criterion, component 1: |dx|=1.7176e-15, |x|=6.2169e-01, |dx|/|x|=2.7629e-15 +info: [time] Iteration #2 took 0.000323098 s. +info: [time] Solving process #1 took 0.00068711 s in time step #4 coupling iteration #1 +info: ------- Checking convergence criterion for coupled solution of process #1 ------- +info: Convergence criterion: |dx|=2.4362e-04, |x|=6.2169e-01, |dx|/|x|=3.9187e-04 +info: [time] Assembly took 6.2941e-05 s. +info: [time] Applying Dirichlet BCs took 2.279e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 2.2243e-05 s. +info: Convergence criterion: |dx|=2.0303e+00, |x|=1.2341e+07, |dx|/|x|=1.6452e-07 +info: [time] Iteration #1 took 9.2649e-05 s. +info: [time] Assembly took 6.0273e-05 s. +info: [time] Applying Dirichlet BCs took 2.067e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.8174e-05 s. +info: Convergence criterion: |dx|=1.5715e-03, |x|=1.2341e+07, |dx|/|x|=1.2734e-10 +info: [time] Iteration #2 took 8.52e-05 s. +info: [time] Assembly took 6.0052e-05 s. +info: [time] Applying Dirichlet BCs took 1.915e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.6969e-05 s. +info: Convergence criterion: |dx|=1.1723e-06, |x|=1.2341e+07, |dx|/|x|=9.4994e-14 +info: [time] Iteration #3 took 8.3499e-05 s. +info: [time] Assembly took 5.9969e-05 s. +info: [time] Applying Dirichlet BCs took 1.802e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 2.1677e-05 s. +info: Convergence criterion: |dx|=5.5899e-09, |x|=1.2341e+07, |dx|/|x|=4.5295e-16 +info: [time] Iteration #4 took 8.8228e-05 s. +info: [time] Solving process #0 took 0.000354802 s in time step #4 coupling iteration #2 +info: ------- Checking convergence criterion for coupled solution of process #0 ------- +info: Convergence criterion: |dx|=2.0303e+00, |x|=1.2341e+07, |dx|/|x|=1.6452e-07 +info: [time] Assembly took 0.000181562 s. +info: [time] Applying Dirichlet BCs took 2.5517e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000139213 s. +info: Convergence criterion, component 0: |dx|=1.5549e-17, |x|=8.2285e-17, |dx|/|x|=1.8896e-01 +info: Convergence criterion, component 1: |dx|=4.8925e-07, |x|=6.2169e-01, |dx|/|x|=7.8697e-07 +info: [time] Iteration #1 took 0.000365458 s. +info: [time] Assembly took 0.000159875 s. +info: [time] Applying Dirichlet BCs took 6.3578e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000146368 s. +info: Convergence criterion, component 0: |dx|=1.1828e-17, |x|=7.9256e-17, |dx|/|x|=1.4923e-01 +info: Convergence criterion, component 1: |dx|=6.5316e-16, |x|=6.2169e-01, |dx|/|x|=1.0506e-15 +info: [time] Iteration #2 took 0.000389147 s. +info: [time] Solving process #1 took 0.000782684 s in time step #4 coupling iteration #2 +info: ------- Checking convergence criterion for coupled solution of process #1 ------- +info: Convergence criterion: |dx|=4.8925e-07, |x|=6.2169e-01, |dx|/|x|=7.8697e-07 +info: [time] Assembly took 8.4316e-05 s. +info: [time] Applying Dirichlet BCs took 2.223e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 2.064e-05 s. +info: Convergence criterion: |dx|=4.0128e-03, |x|=1.2341e+07, |dx|/|x|=3.2516e-10 +info: [time] Iteration #1 took 0.000112131 s. +info: [time] Assembly took 0.000113247 s. +info: [time] Applying Dirichlet BCs took 1.943e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 3.5445e-05 s. +info: Convergence criterion: |dx|=3.1002e-06, |x|=1.2341e+07, |dx|/|x|=2.5120e-13 +info: [time] Iteration #2 took 0.000155077 s. +info: [time] Assembly took 5.8995e-05 s. +info: [time] Applying Dirichlet BCs took 1.87e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.5435e-05 s. +info: Convergence criterion: |dx|=4.2730e-09, |x|=1.2341e+07, |dx|/|x|=3.4624e-16 +info: [time] Iteration #3 took 8.031e-05 s. +info: [time] Solving process #0 took 0.000352113 s in time step #4 coupling iteration #3 +info: ------- Checking convergence criterion for coupled solution of process #0 ------- +info: Convergence criterion: |dx|=4.0127e-03, |x|=1.2341e+07, |dx|/|x|=3.2515e-10 +info: [time] Assembly took 0.00017992 s. +info: [time] Applying Dirichlet BCs took 5.9908e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000191932 s. +info: Convergence criterion, component 0: |dx|=8.6449e-18, |x|=7.7498e-17, |dx|/|x|=1.1155e-01 +info: Convergence criterion, component 1: |dx|=9.8496e-10, |x|=6.2169e-01, |dx|/|x|=1.5843e-09 +info: [time] Iteration #1 took 0.000468126 s. +info: [time] Assembly took 0.000180499 s. +info: [time] Applying Dirichlet BCs took 4.3298e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000148884 s. +info: Convergence criterion, component 0: |dx|=7.4378e-18, |x|=7.6509e-17, |dx|/|x|=9.7215e-02 +info: Convergence criterion, component 1: |dx|=2.2147e-15, |x|=6.2169e-01, |dx|/|x|=3.5624e-15 +info: [time] Iteration #2 took 0.000409471 s. +info: [time] Solving process #1 took 0.000905492 s in time step #4 coupling iteration #3 +info: ------- Checking convergence criterion for coupled solution of process #1 ------- +info: Convergence criterion: |dx|=9.8496e-10, |x|=6.2169e-01, |dx|/|x|=1.5843e-09 +info: [time] Assembly took 0.000113817 s. +info: [time] Applying Dirichlet BCs took 2.262e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 3.8944e-05 s. +info: Convergence criterion: |dx|=7.9376e-06, |x|=1.2341e+07, |dx|/|x|=6.4318e-13 +info: [time] Iteration #1 took 0.000159913 s. +info: [time] Assembly took 0.000111505 s. +info: [time] Applying Dirichlet BCs took 2.018e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 3.6098e-05 s. +info: Convergence criterion: |dx|=8.2043e-09, |x|=1.2341e+07, |dx|/|x|=6.6479e-16 +info: [time] Iteration #2 took 0.000154067 s. +info: [time] Solving process #0 took 0.000318125 s in time step #4 coupling iteration #4 +info: ------- Checking convergence criterion for coupled solution of process #0 ------- +info: Convergence criterion: |dx|=7.9351e-06, |x|=1.2341e+07, |dx|/|x|=6.4298e-13 +info: [time] Assembly took 0.000147124 s. +info: [time] Applying Dirichlet BCs took 2.5646e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.00014029 s. +info: Convergence criterion, component 0: |dx|=1.4427e-17, |x|=8.3823e-17, |dx|/|x|=1.7212e-01 +info: Convergence criterion, component 1: |dx|=1.9882e-12, |x|=6.2169e-01, |dx|/|x|=3.1981e-12 +info: [time] Iteration #1 took 0.000334879 s. +info: [time] Assembly took 0.000146596 s. +info: [time] Applying Dirichlet BCs took 2.5105e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000172027 s. +info: Convergence criterion, component 0: |dx|=7.1973e-18, |x|=8.2922e-17, |dx|/|x|=8.6797e-02 +info: Convergence criterion, component 1: |dx|=2.2946e-15, |x|=6.2169e-01, |dx|/|x|=3.6910e-15 +info: [time] Iteration #2 took 0.000376687 s. +info: [time] Solving process #1 took 0.000753347 s in time step #4 coupling iteration #4 +info: ------- Checking convergence criterion for coupled solution of process #1 ------- +info: Convergence criterion: |dx|=1.9902e-12, |x|=6.2169e-01, |dx|/|x|=3.2012e-12 +info: [time] Assembly took 9.2283e-05 s. +info: [time] Applying Dirichlet BCs took 2.261e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 2.0911e-05 s. +info: Convergence criterion: |dx|=1.3898e-08, |x|=1.2341e+07, |dx|/|x|=1.1261e-15 +info: [time] Iteration #1 took 0.000119938 s. +info: [time] Assembly took 7.4651e-05 s. +info: [time] Applying Dirichlet BCs took 1.998e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.8606e-05 s. +info: Convergence criterion: |dx|=2.9353e-09, |x|=1.2341e+07, |dx|/|x|=2.3785e-16 +info: [time] Iteration #2 took 9.9927e-05 s. +info: [time] Solving process #0 took 0.000223897 s in time step #4 coupling iteration #5 +info: ------- Checking convergence criterion for coupled solution of process #0 ------- +info: Convergence criterion: |dx|=1.3538e-08, |x|=1.2341e+07, |dx|/|x|=1.0970e-15 +info: [time] Assembly took 0.000146686 s. +info: [time] Applying Dirichlet BCs took 2.5454e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000139257 s. +info: Convergence criterion, component 0: |dx|=1.0464e-17, |x|=8.0399e-17, |dx|/|x|=1.3015e-01 +info: Convergence criterion, component 1: |dx|=2.2073e-15, |x|=6.2169e-01, |dx|/|x|=3.5505e-15 +info: [time] Iteration #1 took 0.000333084 s. +info: [time] Solving process #1 took 0.000360548 s in time step #4 coupling iteration #5 +info: ------- Checking convergence criterion for coupled solution of process #1 ------- +info: Convergence criterion: |dx|=2.2077e-15, |x|=6.2169e-01, |dx|/|x|=3.5511e-15 +info: [time] Time step #4 took 0.00648377 s. +info: [time] Output of timestep 4 took 0.00186353 s. +info: === Time stepping at step #5 and time 432000 with step size 86400 +info: [time] Assembly took 9.8197e-05 s. +info: [time] Applying Dirichlet BCs took 2.462e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 2.2302e-05 s. +info: Convergence criterion: |dx|=4.4774e+05, |x|=1.2447e+07, |dx|/|x|=3.5972e-02 +info: [time] Iteration #1 took 0.000129339 s. +info: [time] Assembly took 9.4141e-05 s. +info: [time] Applying Dirichlet BCs took 2.138e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 3.5944e-05 s. +info: Convergence criterion: |dx|=3.8661e+02, |x|=1.2447e+07, |dx|/|x|=3.1061e-05 +info: [time] Iteration #2 took 0.000137138 s. +info: [time] Assembly took 9.7071e-05 s. +info: [time] Applying Dirichlet BCs took 2.409e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.7508e-05 s. +info: Convergence criterion: |dx|=2.5004e-01, |x|=1.2447e+07, |dx|/|x|=2.0089e-08 +info: [time] Iteration #3 took 0.000121808 s. +info: [time] Assembly took 6.0083e-05 s. +info: [time] Applying Dirichlet BCs took 1.839e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.6319e-05 s. +info: Convergence criterion: |dx|=1.6751e-04, |x|=1.2447e+07, |dx|/|x|=1.3458e-11 +info: [time] Iteration #4 took 8.2701e-05 s. +info: [time] Assembly took 7.7601e-05 s. +info: [time] Applying Dirichlet BCs took 1.705e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 3.4806e-05 s. +info: Convergence criterion: |dx|=1.0825e-07, |x|=1.2447e+07, |dx|/|x|=8.6974e-15 +info: [time] Iteration #5 took 0.000118312 s. +info: [time] Assembly took 5.9624e-05 s. +info: [time] Applying Dirichlet BCs took 1.599e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.5667e-05 s. +info: Convergence criterion: |dx|=4.3270e-09, |x|=1.2447e+07, |dx|/|x|=3.4764e-16 +info: [time] Iteration #6 took 8.1258e-05 s. +info: [time] Solving process #0 took 0.000695 s in time step #5 coupling iteration #0 +info: [time] Assembly took 0.000149408 s. +info: [time] Applying Dirichlet BCs took 2.5647e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000141539 s. +info: Convergence criterion, component 0: |dx|=7.0940e-18, |x|=7.7553e-17, |dx|/|x|=9.1473e-02 +info: Convergence criterion, component 1: |dx|=1.0453e-01, |x|=7.2601e-01, |dx|/|x|=1.4398e-01 +info: [time] Iteration #1 took 0.000336274 s. +info: [time] Assembly took 0.000146706 s. +info: [time] Applying Dirichlet BCs took 2.5431e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000134645 s. +info: Convergence criterion, component 0: |dx|=5.6145e-18, |x|=7.5606e-17, |dx|/|x|=7.4259e-02 +info: Convergence criterion, component 1: |dx|=1.7658e-15, |x|=7.2601e-01, |dx|/|x|=2.4323e-15 +info: [time] Iteration #2 took 0.000325961 s. +info: [time] Solving process #1 took 0.000707973 s in time step #5 coupling iteration #0 +info: [time] Assembly took 7.6785e-05 s. +info: [time] Applying Dirichlet BCs took 2.405e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 2.1387e-05 s. +info: Convergence criterion: |dx|=8.8366e+02, |x|=1.2447e+07, |dx|/|x|=7.0994e-05 +info: [time] Iteration #1 took 0.000105543 s. +info: [time] Assembly took 0.000123628 s. +info: [time] Applying Dirichlet BCs took 2.179e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 3.5494e-05 s. +info: Convergence criterion: |dx|=5.8607e-01, |x|=1.2447e+07, |dx|/|x|=4.7086e-08 +info: [time] Iteration #2 took 0.000166011 s. +info: [time] Assembly took 0.000106835 s. +info: [time] Applying Dirichlet BCs took 1.851e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 3.231e-05 s. +info: Convergence criterion: |dx|=3.7358e-04, |x|=1.2447e+07, |dx|/|x|=3.0014e-11 +info: [time] Iteration #3 took 0.000145738 s. +info: [time] Assembly took 9.0464e-05 s. +info: [time] Applying Dirichlet BCs took 1.788e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.5862e-05 s. +info: Convergence criterion: |dx|=2.5214e-07, |x|=1.2447e+07, |dx|/|x|=2.0257e-14 +info: [time] Iteration #4 took 0.000112675 s. +info: [time] Assembly took 8.9938e-05 s. +info: [time] Applying Dirichlet BCs took 1.707e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.5492e-05 s. +info: Convergence criterion: |dx|=6.3803e-09, |x|=1.2447e+07, |dx|/|x|=5.1260e-16 +info: [time] Iteration #5 took 0.000111562 s. +info: [time] Solving process #0 took 0.000647301 s in time step #5 coupling iteration #1 +info: ------- Checking convergence criterion for coupled solution of process #0 ------- +info: Convergence criterion: |dx|=8.8367e+02, |x|=1.2447e+07, |dx|/|x|=7.0995e-05 +info: [time] Assembly took 0.000150106 s. +info: [time] Applying Dirichlet BCs took 2.5936e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000160578 s. +info: Convergence criterion, component 0: |dx|=1.1730e-17, |x|=7.9343e-17, |dx|/|x|=1.4784e-01 +info: Convergence criterion, component 1: |dx|=2.0999e-04, |x|=7.2622e-01, |dx|/|x|=2.8915e-04 +info: [time] Iteration #1 took 0.000356456 s. +info: [time] Assembly took 0.000146348 s. +info: [time] Applying Dirichlet BCs took 2.5369e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000181008 s. +info: Convergence criterion, component 0: |dx|=1.2316e-17, |x|=7.6193e-17, |dx|/|x|=1.6165e-01 +info: Convergence criterion, component 1: |dx|=2.9906e-15, |x|=7.2622e-01, |dx|/|x|=4.1180e-15 +info: [time] Iteration #2 took 0.000371602 s. +info: [time] Solving process #1 took 0.000770928 s in time step #5 coupling iteration #1 +info: ------- Checking convergence criterion for coupled solution of process #1 ------- +info: Convergence criterion: |dx|=2.0999e-04, |x|=7.2622e-01, |dx|/|x|=2.8915e-04 +info: [time] Assembly took 9.9201e-05 s. +info: [time] Applying Dirichlet BCs took 2.189e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 6.2904e-05 s. +info: Convergence criterion: |dx|=1.7460e+00, |x|=1.2447e+07, |dx|/|x|=1.4028e-07 +info: [time] Iteration #1 took 0.000169118 s. +info: [time] Assembly took 9.7439e-05 s. +info: [time] Applying Dirichlet BCs took 2.021e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 3.2341e-05 s. +info: Convergence criterion: |dx|=1.1564e-03, |x|=1.2447e+07, |dx|/|x|=9.2902e-11 +info: [time] Iteration #2 took 0.000135945 s. +info: [time] Assembly took 5.9955e-05 s. +info: [time] Applying Dirichlet BCs took 1.861e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.6618e-05 s. +info: Convergence criterion: |dx|=7.3438e-07, |x|=1.2447e+07, |dx|/|x|=5.9001e-14 +info: [time] Iteration #3 took 8.2989e-05 s. +info: [time] Assembly took 5.9844e-05 s. +info: [time] Applying Dirichlet BCs took 1.684e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.5442e-05 s. +info: Convergence criterion: |dx|=3.2762e-09, |x|=1.2447e+07, |dx|/|x|=2.6321e-16 +info: [time] Iteration #4 took 8.1371e-05 s. +info: [time] Solving process #0 took 0.00047457 s in time step #5 coupling iteration #2 +info: ------- Checking convergence criterion for coupled solution of process #0 ------- +info: Convergence criterion: |dx|=1.7460e+00, |x|=1.2447e+07, |dx|/|x|=1.4028e-07 +info: [time] Assembly took 0.000155582 s. +info: [time] Applying Dirichlet BCs took 2.5251e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000139874 s. +info: Convergence criterion, component 0: |dx|=1.0644e-17, |x|=7.8259e-17, |dx|/|x|=1.3601e-01 +info: Convergence criterion, component 1: |dx|=4.2293e-07, |x|=7.2622e-01, |dx|/|x|=5.8237e-07 +info: [time] Iteration #1 took 0.00034195 s. +info: [time] Assembly took 0.000146744 s. +info: [time] Applying Dirichlet BCs took 2.5231e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000172953 s. +info: Convergence criterion, component 0: |dx|=1.0525e-17, |x|=7.8142e-17, |dx|/|x|=1.3469e-01 +info: Convergence criterion, component 1: |dx|=4.9664e-16, |x|=7.2622e-01, |dx|/|x|=6.8387e-16 +info: [time] Iteration #2 took 0.000378175 s. +info: [time] Solving process #1 took 0.000748539 s in time step #5 coupling iteration #2 +info: ------- Checking convergence criterion for coupled solution of process #1 ------- +info: Convergence criterion: |dx|=4.2293e-07, |x|=7.2622e-01, |dx|/|x|=5.8237e-07 +info: [time] Assembly took 9.1233e-05 s. +info: [time] Applying Dirichlet BCs took 2.303e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 4.8389e-05 s. +info: Convergence criterion: |dx|=3.4526e-03, |x|=1.2447e+07, |dx|/|x|=2.7738e-10 +info: [time] Iteration #1 took 0.000146531 s. +info: [time] Assembly took 6.0797e-05 s. +info: [time] Applying Dirichlet BCs took 2.258e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.8115e-05 s. +info: Convergence criterion: |dx|=2.2780e-06, |x|=1.2447e+07, |dx|/|x|=1.8302e-13 +info: [time] Iteration #2 took 8.6052e-05 s. +info: [time] Assembly took 6.007e-05 s. +info: [time] Applying Dirichlet BCs took 1.961e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.6561e-05 s. +info: Convergence criterion: |dx|=6.4329e-09, |x|=1.2447e+07, |dx|/|x|=5.1683e-16 +info: [time] Iteration #3 took 8.3067e-05 s. +info: [time] Solving process #0 took 0.000320093 s in time step #5 coupling iteration #3 +info: ------- Checking convergence criterion for coupled solution of process #0 ------- +info: Convergence criterion: |dx|=3.4525e-03, |x|=1.2447e+07, |dx|/|x|=2.7738e-10 +info: [time] Assembly took 0.00014939 s. +info: [time] Applying Dirichlet BCs took 2.4947e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000138236 s. +info: Convergence criterion, component 0: |dx|=1.0074e-17, |x|=7.6925e-17, |dx|/|x|=1.3095e-01 +info: Convergence criterion, component 1: |dx|=8.5433e-10, |x|=7.2622e-01, |dx|/|x|=1.1764e-09 +info: [time] Iteration #1 took 0.000334286 s. +info: [time] Assembly took 0.000145916 s. +info: [time] Applying Dirichlet BCs took 2.5363e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.00013214 s. +info: Convergence criterion, component 0: |dx|=1.0204e-17, |x|=7.7738e-17, |dx|/|x|=1.3127e-01 +info: Convergence criterion, component 1: |dx|=1.1625e-15, |x|=7.2622e-01, |dx|/|x|=1.6007e-15 +info: [time] Iteration #2 took 0.000322438 s. +info: [time] Solving process #1 took 0.0006848 s in time step #5 coupling iteration #3 +info: ------- Checking convergence criterion for coupled solution of process #1 ------- +info: Convergence criterion: |dx|=8.5433e-10, |x|=7.2622e-01, |dx|/|x|=1.1764e-09 +info: [time] Assembly took 6.3418e-05 s. +info: [time] Applying Dirichlet BCs took 2.204e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 2.1168e-05 s. +info: Convergence criterion: |dx|=6.8318e-06, |x|=1.2447e+07, |dx|/|x|=5.4887e-13 +info: [time] Iteration #1 took 9.1548e-05 s. +info: [time] Assembly took 6.0659e-05 s. +info: [time] Applying Dirichlet BCs took 2.011e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.8375e-05 s. +info: Convergence criterion: |dx|=4.9029e-09, |x|=1.2447e+07, |dx|/|x|=3.9390e-16 +info: [time] Iteration #2 took 8.5862e-05 s. +info: [time] Solving process #0 took 0.000181554 s in time step #5 coupling iteration #4 +info: ------- Checking convergence criterion for coupled solution of process #0 ------- +info: Convergence criterion: |dx|=6.8329e-06, |x|=1.2447e+07, |dx|/|x|=5.4896e-13 +info: [time] Assembly took 0.000147703 s. +info: [time] Applying Dirichlet BCs took 2.5101e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000137436 s. +info: Convergence criterion, component 0: |dx|=1.0743e-17, |x|=7.7199e-17, |dx|/|x|=1.3915e-01 +info: Convergence criterion, component 1: |dx|=1.7301e-12, |x|=7.2622e-01, |dx|/|x|=2.3823e-12 +info: [time] Iteration #1 took 0.000332135 s. +info: [time] Assembly took 0.000148119 s. +info: [time] Applying Dirichlet BCs took 2.5011e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000132157 s. +info: Convergence criterion, component 0: |dx|=9.6310e-18, |x|=7.9114e-17, |dx|/|x|=1.2173e-01 +info: Convergence criterion, component 1: |dx|=5.1661e-16, |x|=7.2622e-01, |dx|/|x|=7.1137e-16 +info: [time] Iteration #2 took 0.000324097 s. +info: [time] Solving process #1 took 0.000684379 s in time step #5 coupling iteration #4 +info: ------- Checking convergence criterion for coupled solution of process #1 ------- +info: Convergence criterion: |dx|=1.7300e-12, |x|=7.2622e-01, |dx|/|x|=2.3822e-12 +info: [time] Assembly took 6.3368e-05 s. +info: [time] Applying Dirichlet BCs took 2.142e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 2.087e-05 s. +info: Convergence criterion: |dx|=1.2935e-08, |x|=1.2447e+07, |dx|/|x|=1.0392e-15 +info: [time] Iteration #1 took 9.1067e-05 s. +info: [time] Assembly took 6.063e-05 s. +info: [time] Applying Dirichlet BCs took 2.006e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.6779e-05 s. +info: Convergence criterion: |dx|=3.3387e-09, |x|=1.2447e+07, |dx|/|x|=2.6823e-16 +info: [time] Iteration #2 took 8.3625e-05 s. +info: [time] Solving process #0 took 0.000178831 s in time step #5 coupling iteration #5 +info: ------- Checking convergence criterion for coupled solution of process #0 ------- +info: Convergence criterion: |dx|=1.1425e-08, |x|=1.2447e+07, |dx|/|x|=9.1792e-16 +info: [time] Assembly took 0.000148169 s. +info: [time] Applying Dirichlet BCs took 2.9486e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000183747 s. +info: Convergence criterion, component 0: |dx|=1.0745e-17, |x|=7.6048e-17, |dx|/|x|=1.4129e-01 +info: Convergence criterion, component 1: |dx|=2.0918e-15, |x|=7.2622e-01, |dx|/|x|=2.8805e-15 +info: [time] Iteration #1 took 0.000396537 s. +info: [time] Solving process #1 took 0.000424192 s in time step #5 coupling iteration #5 +info: ------- Checking convergence criterion for coupled solution of process #1 ------- +info: Convergence criterion: |dx|=2.0943e-15, |x|=7.2622e-01, |dx|/|x|=2.8838e-15 +info: [time] Time step #5 took 0.00660706 s. +info: [time] Output of timestep 5 took 0.00183163 s. +info: === Time stepping at step #6 and time 518400 with step size 86400 +info: [time] Assembly took 9.7615e-05 s. +info: [time] Applying Dirichlet BCs took 2.586e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 3.7247e-05 s. +info: Convergence criterion: |dx|=3.8475e+05, |x|=1.2550e+07, |dx|/|x|=3.0659e-02 +info: [time] Iteration #1 took 0.000144007 s. +info: [time] Assembly took 0.000102019 s. +info: [time] Applying Dirichlet BCs took 2.138e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 3.3604e-05 s. +info: Convergence criterion: |dx|=2.8258e+02, |x|=1.2549e+07, |dx|/|x|=2.2517e-05 +info: [time] Iteration #2 took 0.000142812 s. +info: [time] Assembly took 6.1409e-05 s. +info: [time] Applying Dirichlet BCs took 2.487e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.7435e-05 s. +info: Convergence criterion: |dx|=1.5689e-01, |x|=1.2549e+07, |dx|/|x|=1.2502e-08 +info: [time] Iteration #3 took 8.6235e-05 s. +info: [time] Assembly took 6.0715e-05 s. +info: [time] Applying Dirichlet BCs took 2.174e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.6488e-05 s. +info: Convergence criterion: |dx|=9.0215e-05, |x|=1.2549e+07, |dx|/|x|=7.1888e-12 +info: [time] Iteration #4 took 8.3956e-05 s. +info: [time] Assembly took 5.981e-05 s. +info: [time] Applying Dirichlet BCs took 1.629e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.5684e-05 s. +info: Convergence criterion: |dx|=5.2529e-08, |x|=1.2549e+07, |dx|/|x|=4.1858e-15 +info: [time] Iteration #5 took 8.1428e-05 s. +info: [time] Assembly took 5.9415e-05 s. +info: [time] Applying Dirichlet BCs took 1.663e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.5275e-05 s. +info: Convergence criterion: |dx|=2.2494e-09, |x|=1.2549e+07, |dx|/|x|=1.7925e-16 +info: [time] Iteration #6 took 8.0633e-05 s. +info: [time] Solving process #0 took 0.000626278 s in time step #6 coupling iteration #0 +info: [time] Assembly took 0.000150544 s. +info: [time] Applying Dirichlet BCs took 2.8501e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000155582 s. +info: Convergence criterion, component 0: |dx|=1.0761e-17, |x|=7.2877e-17, |dx|/|x|=1.4766e-01 +info: Convergence criterion, component 1: |dx|=8.9891e-02, |x|=8.1595e-01, |dx|/|x|=1.1017e-01 +info: [time] Iteration #1 took 0.000372619 s. +info: [time] Assembly took 0.000160156 s. +info: [time] Applying Dirichlet BCs took 3.9716e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000133491 s. +info: Convergence criterion, component 0: |dx|=8.2683e-18, |x|=7.4764e-17, |dx|/|x|=1.1059e-01 +info: Convergence criterion, component 1: |dx|=1.6942e-15, |x|=8.1595e-01, |dx|/|x|=2.0763e-15 +info: [time] Iteration #2 took 0.000355114 s. +info: [time] Solving process #1 took 0.000756469 s in time step #6 coupling iteration #0 +info: [time] Assembly took 6.3257e-05 s. +info: [time] Applying Dirichlet BCs took 2.235e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 2.2361e-05 s. +info: Convergence criterion: |dx|=7.5993e+02, |x|=1.2550e+07, |dx|/|x|=6.0554e-05 +info: [time] Iteration #1 took 9.3255e-05 s. +info: [time] Assembly took 6.0562e-05 s. +info: [time] Applying Dirichlet BCs took 2.042e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.8171e-05 s. +info: Convergence criterion: |dx|=4.3255e-01, |x|=1.2550e+07, |dx|/|x|=3.4467e-08 +info: [time] Iteration #2 took 8.5644e-05 s. +info: [time] Assembly took 6.0767e-05 s. +info: [time] Applying Dirichlet BCs took 2.248e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.6801e-05 s. +info: Convergence criterion: |dx|=2.3632e-04, |x|=1.2550e+07, |dx|/|x|=1.8831e-11 +info: [time] Iteration #3 took 8.4548e-05 s. +info: [time] Assembly took 5.978e-05 s. +info: [time] Applying Dirichlet BCs took 1.748e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.6128e-05 s. +info: Convergence criterion: |dx|=1.3462e-07, |x|=1.2550e+07, |dx|/|x|=1.0727e-14 +info: [time] Iteration #4 took 8.2219e-05 s. +info: [time] Assembly took 5.9597e-05 s. +info: [time] Applying Dirichlet BCs took 1.658e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.9568e-05 s. +info: Convergence criterion: |dx|=4.1660e-09, |x|=1.2550e+07, |dx|/|x|=3.3197e-16 +info: [time] Iteration #5 took 8.53e-05 s. +info: [time] Solving process #0 took 0.000457412 s in time step #6 coupling iteration #1 +info: ------- Checking convergence criterion for coupled solution of process #0 ------- +info: Convergence criterion: |dx|=7.5993e+02, |x|=1.2550e+07, |dx|/|x|=6.0555e-05 +info: [time] Assembly took 0.000168918 s. +info: [time] Applying Dirichlet BCs took 2.5761e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000140736 s. +info: Convergence criterion, component 0: |dx|=8.8100e-18, |x|=7.7070e-17, |dx|/|x|=1.1431e-01 +info: Convergence criterion, component 1: |dx|=1.8096e-04, |x|=8.1613e-01, |dx|/|x|=2.2173e-04 +info: [time] Iteration #1 took 0.000356956 s. +info: [time] Assembly took 0.000145549 s. +info: [time] Applying Dirichlet BCs took 2.567e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000133986 s. +info: Convergence criterion, component 0: |dx|=8.2862e-18, |x|=7.8205e-17, |dx|/|x|=1.0595e-01 +info: Convergence criterion, component 1: |dx|=9.5728e-16, |x|=8.1613e-01, |dx|/|x|=1.1729e-15 +info: [time] Iteration #2 took 0.00032671 s. +info: [time] Solving process #1 took 0.000711968 s in time step #6 coupling iteration #1 +info: ------- Checking convergence criterion for coupled solution of process #1 ------- +info: Convergence criterion: |dx|=1.8096e-04, |x|=8.1613e-01, |dx|/|x|=2.2173e-04 +info: [time] Assembly took 6.337e-05 s. +info: [time] Applying Dirichlet BCs took 2.219e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 2.1993e-05 s. +info: Convergence criterion: |dx|=1.5021e+00, |x|=1.2550e+07, |dx|/|x|=1.1969e-07 +info: [time] Iteration #1 took 9.2847e-05 s. +info: [time] Assembly took 6.074e-05 s. +info: [time] Applying Dirichlet BCs took 1.975e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.8002e-05 s. +info: Convergence criterion: |dx|=8.5389e-04, |x|=1.2550e+07, |dx|/|x|=6.8041e-11 +info: [time] Iteration #2 took 8.5414e-05 s. +info: [time] Assembly took 6.0178e-05 s. +info: [time] Applying Dirichlet BCs took 1.798e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.6724e-05 s. +info: Convergence criterion: |dx|=4.6210e-07, |x|=1.2550e+07, |dx|/|x|=3.6822e-14 +info: [time] Iteration #3 took 8.3376e-05 s. +info: [time] Assembly took 6.0335e-05 s. +info: [time] Applying Dirichlet BCs took 2.033e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.6068e-05 s. +info: Convergence criterion: |dx|=3.2702e-09, |x|=1.2550e+07, |dx|/|x|=2.6058e-16 +info: [time] Iteration #4 took 8.28e-05 s. +info: [time] Solving process #0 took 0.000349421 s in time step #6 coupling iteration #2 +info: ------- Checking convergence criterion for coupled solution of process #0 ------- +info: Convergence criterion: |dx|=1.5021e+00, |x|=1.2550e+07, |dx|/|x|=1.1969e-07 +info: [time] Assembly took 0.000146222 s. +info: [time] Applying Dirichlet BCs took 2.5502e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000139621 s. +info: Convergence criterion, component 0: |dx|=1.1746e-17, |x|=7.5969e-17, |dx|/|x|=1.5462e-01 +info: Convergence criterion, component 1: |dx|=3.6539e-07, |x|=8.1613e-01, |dx|/|x|=4.4771e-07 +info: [time] Iteration #1 took 0.000333053 s. +info: [time] Assembly took 0.000146222 s. +info: [time] Applying Dirichlet BCs took 2.5282e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000133499 s. +info: Convergence criterion, component 0: |dx|=1.2808e-17, |x|=7.5447e-17, |dx|/|x|=1.6976e-01 +info: Convergence criterion, component 1: |dx|=1.9709e-15, |x|=8.1613e-01, |dx|/|x|=2.4149e-15 +info: [time] Iteration #2 took 0.000326363 s. +info: [time] Solving process #1 took 0.000687716 s in time step #6 coupling iteration #2 +info: ------- Checking convergence criterion for coupled solution of process #1 ------- +info: Convergence criterion: |dx|=3.6539e-07, |x|=8.1613e-01, |dx|/|x|=4.4771e-07 +info: [time] Assembly took 6.3258e-05 s. +info: [time] Applying Dirichlet BCs took 2.189e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 2.2463e-05 s. +info: Convergence criterion: |dx|=2.9711e-03, |x|=1.2550e+07, |dx|/|x|=2.3675e-10 +info: [time] Iteration #1 took 9.3249e-05 s. +info: [time] Assembly took 6.0356e-05 s. +info: [time] Applying Dirichlet BCs took 2.052e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.8148e-05 s. +info: Convergence criterion: |dx|=1.6840e-06, |x|=1.2550e+07, |dx|/|x|=1.3419e-13 +info: [time] Iteration #2 took 8.5263e-05 s. +info: [time] Assembly took 6.0008e-05 s. +info: [time] Applying Dirichlet BCs took 1.723e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.6642e-05 s. +info: Convergence criterion: |dx|=7.7453e-09, |x|=1.2550e+07, |dx|/|x|=6.1718e-16 +info: [time] Iteration #3 took 8.3016e-05 s. +info: [time] Solving process #0 took 0.000265834 s in time step #6 coupling iteration #3 +info: ------- Checking convergence criterion for coupled solution of process #0 ------- +info: Convergence criterion: |dx|=2.9710e-03, |x|=1.2550e+07, |dx|/|x|=2.3674e-10 +info: [time] Assembly took 0.000146544 s. +info: [time] Applying Dirichlet BCs took 2.5464e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000138288 s. +info: Convergence criterion, component 0: |dx|=1.1453e-17, |x|=7.5548e-17, |dx|/|x|=1.5159e-01 +info: Convergence criterion, component 1: |dx|=7.4024e-10, |x|=8.1613e-01, |dx|/|x|=9.0701e-10 +info: [time] Iteration #1 took 0.000331646 s. +info: [time] Assembly took 0.000146512 s. +info: [time] Applying Dirichlet BCs took 2.5726e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000132155 s. +info: Convergence criterion, component 0: |dx|=1.0171e-17, |x|=7.6908e-17, |dx|/|x|=1.3224e-01 +info: Convergence criterion, component 1: |dx|=1.5840e-15, |x|=8.1613e-01, |dx|/|x|=1.9409e-15 +info: [time] Iteration #2 took 0.000325794 s. +info: [time] Solving process #1 took 0.000685663 s in time step #6 coupling iteration #3 +info: ------- Checking convergence criterion for coupled solution of process #1 ------- +info: Convergence criterion: |dx|=7.4024e-10, |x|=8.1613e-01, |dx|/|x|=9.0701e-10 +info: [time] Assembly took 6.3226e-05 s. +info: [time] Applying Dirichlet BCs took 2.089e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 2.2269e-05 s. +info: Convergence criterion: |dx|=5.8808e-06, |x|=1.2550e+07, |dx|/|x|=4.6861e-13 +info: [time] Iteration #1 took 9.272e-05 s. +info: [time] Assembly took 6.0353e-05 s. +info: [time] Applying Dirichlet BCs took 1.985e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.8256e-05 s. +info: Convergence criterion: |dx|=9.3123e-09, |x|=1.2550e+07, |dx|/|x|=7.4204e-16 +info: [time] Iteration #2 took 8.5474e-05 s. +info: [time] Solving process #0 took 0.000182245 s in time step #6 coupling iteration #4 +info: ------- Checking convergence criterion for coupled solution of process #0 ------- +info: Convergence criterion: |dx|=5.8884e-06, |x|=1.2550e+07, |dx|/|x|=4.6921e-13 +info: [time] Assembly took 0.000146493 s. +info: [time] Applying Dirichlet BCs took 2.5512e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000137423 s. +info: Convergence criterion, component 0: |dx|=1.0731e-17, |x|=7.9146e-17, |dx|/|x|=1.3559e-01 +info: Convergence criterion, component 1: |dx|=1.5118e-12, |x|=8.1613e-01, |dx|/|x|=1.8524e-12 +info: [time] Iteration #1 took 0.000330439 s. +info: [time] Assembly took 0.000146117 s. +info: [time] Applying Dirichlet BCs took 2.5355e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000133091 s. +info: Convergence criterion, component 0: |dx|=8.9283e-18, |x|=7.5613e-17, |dx|/|x|=1.1808e-01 +info: Convergence criterion, component 1: |dx|=1.0990e-15, |x|=8.1613e-01, |dx|/|x|=1.3466e-15 +info: [time] Iteration #2 took 0.000325483 s. +info: [time] Solving process #1 took 0.000684294 s in time step #6 coupling iteration #4 +info: ------- Checking convergence criterion for coupled solution of process #1 ------- +info: Convergence criterion: |dx|=1.5129e-12, |x|=8.1613e-01, |dx|/|x|=1.8537e-12 +info: [time] Assembly took 6.3413e-05 s. +info: [time] Applying Dirichlet BCs took 2.165e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 2.2834e-05 s. +info: Convergence criterion: |dx|=1.0753e-08, |x|=1.2550e+07, |dx|/|x|=8.5683e-16 +info: [time] Iteration #1 took 9.3666e-05 s. +info: [time] Assembly took 6.0426e-05 s. +info: [time] Applying Dirichlet BCs took 2.052e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.8673e-05 s. +info: Convergence criterion: |dx|=2.2695e-09, |x|=1.2550e+07, |dx|/|x|=1.8084e-16 +info: [time] Iteration #2 took 8.5798e-05 s. +info: [time] Solving process #0 took 0.000183427 s in time step #6 coupling iteration #5 +info: ------- Checking convergence criterion for coupled solution of process #0 ------- +info: Convergence criterion: |dx|=1.0418e-08, |x|=1.2550e+07, |dx|/|x|=8.3018e-16 +info: [time] Assembly took 0.000146997 s. +info: [time] Applying Dirichlet BCs took 2.5525e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000173976 s. +info: Convergence criterion, component 0: |dx|=8.2928e-18, |x|=7.5281e-17, |dx|/|x|=1.1016e-01 +info: Convergence criterion, component 1: |dx|=1.7367e-15, |x|=8.1613e-01, |dx|/|x|=2.1279e-15 +info: [time] Iteration #1 took 0.000368058 s. +info: [time] Solving process #1 took 0.000395497 s in time step #6 coupling iteration #5 +info: ------- Checking convergence criterion for coupled solution of process #1 ------- +info: Convergence criterion: |dx|=1.7261e-15, |x|=8.1613e-01, |dx|/|x|=2.1150e-15 +info: [time] Time step #6 took 0.00605284 s. +info: [time] Output of timestep 6 took 0.00183723 s. +info: === Time stepping at step #7 and time 604800 with step size 86400 +info: [time] Assembly took 0.00010286 s. +info: [time] Applying Dirichlet BCs took 2.386e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 2.2498e-05 s. +info: Convergence criterion: |dx|=3.3091e+05, |x|=1.2646e+07, |dx|/|x|=2.6167e-02 +info: [time] Iteration #1 took 0.000133967 s. +info: [time] Assembly took 8.9204e-05 s. +info: [time] Applying Dirichlet BCs took 2.202e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 3.4732e-05 s. +info: Convergence criterion: |dx|=2.0810e+02, |x|=1.2646e+07, |dx|/|x|=1.6456e-05 +info: [time] Iteration #2 took 0.000131274 s. +info: [time] Assembly took 0.000104547 s. +info: [time] Applying Dirichlet BCs took 2.478e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 3.3345e-05 s. +info: Convergence criterion: |dx|=9.9337e-02, |x|=1.2646e+07, |dx|/|x|=7.8552e-09 +info: [time] Iteration #3 took 0.000145143 s. +info: [time] Assembly took 0.000102477 s. +info: [time] Applying Dirichlet BCs took 1.803e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 3.3246e-05 s. +info: Convergence criterion: |dx|=4.9117e-05, |x|=1.2646e+07, |dx|/|x|=3.8840e-12 +info: [time] Iteration #4 took 0.00014223 s. +info: [time] Assembly took 5.9981e-05 s. +info: [time] Applying Dirichlet BCs took 1.659e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.6243e-05 s. +info: Convergence criterion: |dx|=2.4445e-08, |x|=1.2646e+07, |dx|/|x|=1.9330e-15 +info: [time] Iteration #5 took 8.2458e-05 s. +info: [time] Assembly took 5.9606e-05 s. +info: [time] Applying Dirichlet BCs took 1.802e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.5678e-05 s. +info: Convergence criterion: |dx|=2.8260e-09, |x|=1.2646e+07, |dx|/|x|=2.2347e-16 +info: [time] Iteration #6 took 8.1552e-05 s. +info: [time] Solving process #0 took 0.000724291 s in time step #7 coupling iteration #0 +info: [time] Assembly took 0.000149006 s. +info: [time] Applying Dirichlet BCs took 2.55e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000142553 s. +info: Convergence criterion, component 0: |dx|=1.3278e-17, |x|=7.2596e-17, |dx|/|x|=1.8291e-01 +info: Convergence criterion, component 1: |dx|=7.7311e-02, |x|=8.9333e-01, |dx|/|x|=8.6543e-02 +info: [time] Iteration #1 took 0.000339025 s. +info: [time] Assembly took 0.000146606 s. +info: [time] Applying Dirichlet BCs took 2.5361e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000158858 s. +info: Convergence criterion, component 0: |dx|=1.0230e-17, |x|=7.4766e-17, |dx|/|x|=1.3683e-01 +info: Convergence criterion, component 1: |dx|=2.9192e-15, |x|=8.9333e-01, |dx|/|x|=3.2678e-15 +info: [time] Iteration #2 took 0.000352287 s. +info: [time] Solving process #1 took 0.000747683 s in time step #7 coupling iteration #0 +info: [time] Assembly took 8.9986e-05 s. +info: [time] Applying Dirichlet BCs took 2.281e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 2.2649e-05 s. +info: Convergence criterion: |dx|=6.5377e+02, |x|=1.2646e+07, |dx|/|x|=5.1697e-05 +info: [time] Iteration #1 took 0.000120411 s. +info: [time] Assembly took 6.0675e-05 s. +info: [time] Applying Dirichlet BCs took 2.164e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.8566e-05 s. +info: Convergence criterion: |dx|=3.1987e-01, |x|=1.2646e+07, |dx|/|x|=2.5294e-08 +info: [time] Iteration #2 took 8.5996e-05 s. +info: [time] Assembly took 6.0295e-05 s. +info: [time] Applying Dirichlet BCs took 2.009e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.6929e-05 s. +info: Convergence criterion: |dx|=1.5014e-04, |x|=1.2646e+07, |dx|/|x|=1.1872e-11 +info: [time] Iteration #3 took 8.384e-05 s. +info: [time] Assembly took 5.9887e-05 s. +info: [time] Applying Dirichlet BCs took 1.834e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 2.013e-05 s. +info: Convergence criterion: |dx|=7.2802e-08, |x|=1.2646e+07, |dx|/|x|=5.7568e-15 +info: [time] Iteration #4 took 8.6752e-05 s. +info: [time] Assembly took 9.1845e-05 s. +info: [time] Applying Dirichlet BCs took 1.779e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.5779e-05 s. +info: Convergence criterion: |dx|=4.9730e-09, |x|=1.2646e+07, |dx|/|x|=3.9324e-16 +info: [time] Iteration #5 took 0.000114065 s. +info: [time] Solving process #0 took 0.000496866 s in time step #7 coupling iteration #1 +info: ------- Checking convergence criterion for coupled solution of process #0 ------- +info: Convergence criterion: |dx|=6.5377e+02, |x|=1.2646e+07, |dx|/|x|=5.1697e-05 +info: [time] Assembly took 0.000270199 s. +info: [time] Applying Dirichlet BCs took 4.0758e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000138986 s. +info: Convergence criterion, component 0: |dx|=1.3400e-17, |x|=7.4134e-17, |dx|/|x|=1.8076e-01 +info: Convergence criterion, component 1: |dx|=1.5592e-04, |x|=8.9348e-01, |dx|/|x|=1.7451e-04 +info: [time] Iteration #1 took 0.000471676 s. +info: [time] Assembly took 0.000145566 s. +info: [time] Applying Dirichlet BCs took 2.5089e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000133305 s. +info: Convergence criterion, component 0: |dx|=1.2439e-17, |x|=7.4105e-17, |dx|/|x|=1.6786e-01 +info: Convergence criterion, component 1: |dx|=8.3205e-16, |x|=8.9348e-01, |dx|/|x|=9.3124e-16 +info: [time] Iteration #2 took 0.000325714 s. +info: [time] Solving process #1 took 0.000825801 s in time step #7 coupling iteration #1 +info: ------- Checking convergence criterion for coupled solution of process #1 ------- +info: Convergence criterion: |dx|=1.5592e-04, |x|=8.9348e-01, |dx|/|x|=1.7451e-04 +info: [time] Assembly took 9.7057e-05 s. +info: [time] Applying Dirichlet BCs took 2.173e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 2.2933e-05 s. +info: Convergence criterion: |dx|=1.2925e+00, |x|=1.2646e+07, |dx|/|x|=1.0220e-07 +info: [time] Iteration #1 took 0.000127467 s. +info: [time] Assembly took 6.068e-05 s. +info: [time] Applying Dirichlet BCs took 1.968e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.8479e-05 s. +info: Convergence criterion: |dx|=6.3154e-04, |x|=1.2646e+07, |dx|/|x|=4.9939e-11 +info: [time] Iteration #2 took 8.5888e-05 s. +info: [time] Assembly took 6.0155e-05 s. +info: [time] Applying Dirichlet BCs took 1.845e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.6987e-05 s. +info: Convergence criterion: |dx|=2.9916e-07, |x|=1.2646e+07, |dx|/|x|=2.3656e-14 +info: [time] Iteration #3 took 8.3601e-05 s. +info: [time] Assembly took 6.054e-05 s. +info: [time] Applying Dirichlet BCs took 2.08e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.6135e-05 s. +info: Convergence criterion: |dx|=4.6196e-09, |x|=1.2646e+07, |dx|/|x|=3.6530e-16 +info: [time] Iteration #4 took 8.3281e-05 s. +info: [time] Solving process #0 took 0.000385421 s in time step #7 coupling iteration #2 +info: ------- Checking convergence criterion for coupled solution of process #0 ------- +info: Convergence criterion: |dx|=1.2925e+00, |x|=1.2646e+07, |dx|/|x|=1.0220e-07 +info: [time] Assembly took 0.0001466 s. +info: [time] Applying Dirichlet BCs took 2.5241e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.00015683 s. +info: Convergence criterion, component 0: |dx|=8.9340e-18, |x|=7.2611e-17, |dx|/|x|=1.2304e-01 +info: Convergence criterion, component 1: |dx|=3.1551e-07, |x|=8.9348e-01, |dx|/|x|=3.5312e-07 +info: [time] Iteration #1 took 0.000350444 s. +info: [time] Assembly took 0.000194144 s. +info: [time] Applying Dirichlet BCs took 4.4457e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000198801 s. +info: Convergence criterion, component 0: |dx|=1.0208e-17, |x|=7.5068e-17, |dx|/|x|=1.3598e-01 +info: Convergence criterion, component 1: |dx|=2.8904e-15, |x|=8.9348e-01, |dx|/|x|=3.2350e-15 +info: [time] Iteration #2 took 0.000458148 s. +info: [time] Solving process #1 took 0.000837173 s in time step #7 coupling iteration #2 +info: ------- Checking convergence criterion for coupled solution of process #1 ------- +info: Convergence criterion: |dx|=3.1551e-07, |x|=8.9348e-01, |dx|/|x|=3.5312e-07 +info: [time] Assembly took 0.000115307 s. +info: [time] Applying Dirichlet BCs took 2.125e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 3.9112e-05 s. +info: Convergence criterion: |dx|=2.5569e-03, |x|=1.2646e+07, |dx|/|x|=2.0219e-10 +info: [time] Iteration #1 took 0.000161805 s. +info: [time] Assembly took 9.5538e-05 s. +info: [time] Applying Dirichlet BCs took 2.025e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.8384e-05 s. +info: Convergence criterion: |dx|=1.2523e-06, |x|=1.2646e+07, |dx|/|x|=9.9025e-14 +info: [time] Iteration #2 took 0.000120596 s. +info: [time] Assembly took 5.989e-05 s. +info: [time] Applying Dirichlet BCs took 1.808e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.6732e-05 s. +info: Convergence criterion: |dx|=3.9316e-09, |x|=1.2646e+07, |dx|/|x|=3.1089e-16 +info: [time] Iteration #3 took 8.2872e-05 s. +info: [time] Solving process #0 took 0.000369976 s in time step #7 coupling iteration #3 +info: ------- Checking convergence criterion for coupled solution of process #0 ------- +info: Convergence criterion: |dx|=2.5569e-03, |x|=1.2646e+07, |dx|/|x|=2.0218e-10 +info: [time] Assembly took 0.000146073 s. +info: [time] Applying Dirichlet BCs took 2.5263e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000138616 s. +info: Convergence criterion, component 0: |dx|=1.2939e-17, |x|=7.1404e-17, |dx|/|x|=1.8122e-01 +info: Convergence criterion, component 1: |dx|=6.4079e-10, |x|=8.9348e-01, |dx|/|x|=7.1718e-10 +info: [time] Iteration #1 took 0.000331366 s. +info: [time] Assembly took 0.000145623 s. +info: [time] Applying Dirichlet BCs took 2.5339e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000147031 s. +info: Convergence criterion, component 0: |dx|=7.9910e-18, |x|=7.1834e-17, |dx|/|x|=1.1124e-01 +info: Convergence criterion, component 1: |dx|=3.1732e-16, |x|=8.9348e-01, |dx|/|x|=3.5515e-16 +info: [time] Iteration #2 took 0.000357522 s. +info: [time] Solving process #1 took 0.000717144 s in time step #7 coupling iteration #3 +info: ------- Checking convergence criterion for coupled solution of process #1 ------- +info: Convergence criterion: |dx|=6.4079e-10, |x|=8.9348e-01, |dx|/|x|=7.1718e-10 +info: [time] Assembly took 6.1774e-05 s. +info: [time] Applying Dirichlet BCs took 2.171e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 2.2607e-05 s. +info: Convergence criterion: |dx|=5.0608e-06, |x|=1.2646e+07, |dx|/|x|=4.0018e-13 +info: [time] Iteration #1 took 9.1727e-05 s. +info: [time] Assembly took 6.0583e-05 s. +info: [time] Applying Dirichlet BCs took 1.989e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.8309e-05 s. +info: Convergence criterion: |dx|=4.8565e-09, |x|=1.2646e+07, |dx|/|x|=3.8403e-16 +info: [time] Iteration #2 took 8.5658e-05 s. +info: [time] Solving process #0 took 0.000181464 s in time step #7 coupling iteration #4 +info: ------- Checking convergence criterion for coupled solution of process #0 ------- +info: Convergence criterion: |dx|=5.0631e-06, |x|=1.2646e+07, |dx|/|x|=4.0036e-13 +info: [time] Assembly took 0.000145775 s. +info: [time] Applying Dirichlet BCs took 2.5386e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000190523 s. +info: Convergence criterion, component 0: |dx|=1.0457e-17, |x|=7.3228e-17, |dx|/|x|=1.4280e-01 +info: Convergence criterion, component 1: |dx|=1.3062e-12, |x|=8.9348e-01, |dx|/|x|=1.4620e-12 +info: [time] Iteration #1 took 0.000399166 s. +info: [time] Assembly took 0.000174149 s. +info: [time] Applying Dirichlet BCs took 7.889e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000134405 s. +info: Convergence criterion, component 0: |dx|=1.1293e-17, |x|=7.2997e-17, |dx|/|x|=1.5470e-01 +info: Convergence criterion, component 1: |dx|=2.2511e-15, |x|=8.9348e-01, |dx|/|x|=2.5195e-15 +info: [time] Iteration #2 took 0.000409499 s. +info: [time] Solving process #1 took 0.000836764 s in time step #7 coupling iteration #4 +info: ------- Checking convergence criterion for coupled solution of process #1 ------- +info: Convergence criterion: |dx|=1.3042e-12, |x|=8.9348e-01, |dx|/|x|=1.4597e-12 +info: [time] Assembly took 9.6466e-05 s. +info: [time] Applying Dirichlet BCs took 2.186e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 4.0464e-05 s. +info: Convergence criterion: |dx|=1.5036e-08, |x|=1.2646e+07, |dx|/|x|=1.1890e-15 +info: [time] Iteration #1 took 0.000162263 s. +info: [time] Assembly took 7.7496e-05 s. +info: [time] Applying Dirichlet BCs took 2.073e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 3.955e-05 s. +info: Convergence criterion: |dx|=4.0925e-09, |x|=1.2646e+07, |dx|/|x|=3.2362e-16 +info: [time] Iteration #2 took 0.000123774 s. +info: [time] Solving process #0 took 0.000290102 s in time step #7 coupling iteration #5 +info: ------- Checking convergence criterion for coupled solution of process #0 ------- +info: Convergence criterion: |dx|=1.1677e-08, |x|=1.2646e+07, |dx|/|x|=9.2336e-16 +info: [time] Assembly took 0.000179453 s. +info: [time] Applying Dirichlet BCs took 6.232e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.00018871 s. +info: Convergence criterion, component 0: |dx|=1.1374e-17, |x|=7.0387e-17, |dx|/|x|=1.6159e-01 +info: Convergence criterion, component 1: |dx|=5.8868e-15, |x|=8.9348e-01, |dx|/|x|=6.5886e-15 +info: [time] Iteration #1 took 0.00046918 s. +info: [time] Solving process #1 took 0.000496586 s in time step #7 coupling iteration #5 +info: ------- Checking convergence criterion for coupled solution of process #1 ------- +info: Convergence criterion: |dx|=5.8857e-15, |x|=8.9348e-01, |dx|/|x|=6.5874e-15 +info: [time] Time step #7 took 0.00697654 s. +info: [time] Output of timestep 7 took 0.00186068 s. +info: === Time stepping at step #8 and time 691200 with step size 86400 +info: [time] Assembly took 0.000105779 s. +info: [time] Applying Dirichlet BCs took 2.642e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 2.2287e-05 s. +info: Convergence criterion: |dx|=2.8471e+05, |x|=1.2735e+07, |dx|/|x|=2.2356e-02 +info: [time] Iteration #1 took 0.000136892 s. +info: [time] Assembly took 8.8848e-05 s. +info: [time] Applying Dirichlet BCs took 2.059e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.8393e-05 s. +info: Convergence criterion: |dx|=1.5376e+02, |x|=1.2735e+07, |dx|/|x|=1.2074e-05 +info: [time] Iteration #2 took 0.000114414 s. +info: [time] Assembly took 8.775e-05 s. +info: [time] Applying Dirichlet BCs took 1.882e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 3.4422e-05 s. +info: Convergence criterion: |dx|=6.3157e-02, |x|=1.2735e+07, |dx|/|x|=4.9592e-09 +info: [time] Iteration #3 took 0.000128849 s. +info: [time] Assembly took 0.000100337 s. +info: [time] Applying Dirichlet BCs took 1.872e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 3.1076e-05 s. +info: Convergence criterion: |dx|=2.6881e-05, |x|=1.2735e+07, |dx|/|x|=2.1107e-12 +info: [time] Iteration #4 took 0.00013794 s. +info: [time] Assembly took 5.9909e-05 s. +info: [time] Applying Dirichlet BCs took 1.779e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.6527e-05 s. +info: Convergence criterion: |dx|=8.4184e-09, |x|=1.2735e+07, |dx|/|x|=6.6103e-16 +info: [time] Iteration #5 took 8.2667e-05 s. +info: [time] Solving process #0 took 0.000607744 s in time step #8 coupling iteration #0 +info: [time] Assembly took 0.000147719 s. +info: [time] Applying Dirichlet BCs took 2.5428e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000143607 s. +info: Convergence criterion, component 0: |dx|=1.2722e-17, |x|=7.0513e-17, |dx|/|x|=1.8041e-01 +info: Convergence criterion, component 1: |dx|=6.6498e-02, |x|=9.5989e-01, |dx|/|x|=6.9276e-02 +info: [time] Iteration #1 took 0.00033868 s. +info: [time] Assembly took 0.000181663 s. +info: [time] Applying Dirichlet BCs took 3.6207e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000147373 s. +info: Convergence criterion, component 0: |dx|=8.2564e-18, |x|=7.0221e-17, |dx|/|x|=1.1758e-01 +info: Convergence criterion, component 1: |dx|=1.7204e-15, |x|=9.5989e-01, |dx|/|x|=1.7923e-15 +info: [time] Iteration #2 took 0.000403614 s. +info: [time] Solving process #1 took 0.000792125 s in time step #8 coupling iteration #0 +info: [time] Assembly took 0.000103412 s. +info: [time] Applying Dirichlet BCs took 2.179e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 2.2172e-05 s. +info: Convergence criterion: |dx|=5.6253e+02, |x|=1.2736e+07, |dx|/|x|=4.4170e-05 +info: [time] Iteration #1 took 0.000149833 s. +info: [time] Assembly took 8.8819e-05 s. +info: [time] Applying Dirichlet BCs took 2.029e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.8093e-05 s. +info: Convergence criterion: |dx|=2.3675e-01, |x|=1.2736e+07, |dx|/|x|=1.8590e-08 +info: [time] Iteration #2 took 0.000113648 s. +info: [time] Assembly took 8.8705e-05 s. +info: [time] Applying Dirichlet BCs took 1.882e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.6479e-05 s. +info: Convergence criterion: |dx|=9.5577e-05, |x|=1.2736e+07, |dx|/|x|=7.5048e-12 +info: [time] Iteration #3 took 0.000111605 s. +info: [time] Assembly took 8.5993e-05 s. +info: [time] Applying Dirichlet BCs took 1.813e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 3.0333e-05 s. +info: Convergence criterion: |dx|=4.1426e-08, |x|=1.2736e+07, |dx|/|x|=3.2527e-15 +info: [time] Iteration #4 took 0.000122725 s. +info: [time] Assembly took 8.2108e-05 s. +info: [time] Applying Dirichlet BCs took 1.819e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 2.928e-05 s. +info: Convergence criterion: |dx|=2.6634e-09, |x|=1.2736e+07, |dx|/|x|=2.0913e-16 +info: [time] Iteration #5 took 0.000117943 s. +info: [time] Solving process #0 took 0.000621694 s in time step #8 coupling iteration #1 +info: ------- Checking convergence criterion for coupled solution of process #0 ------- +info: Convergence criterion: |dx|=5.6253e+02, |x|=1.2736e+07, |dx|/|x|=4.4170e-05 +info: [time] Assembly took 0.000186031 s. +info: [time] Applying Dirichlet BCs took 3.8583e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000178709 s. +info: Convergence criterion, component 0: |dx|=1.0805e-17, |x|=7.1336e-17, |dx|/|x|=1.5147e-01 +info: Convergence criterion, component 1: |dx|=1.3433e-04, |x|=9.6002e-01, |dx|/|x|=1.3992e-04 +info: [time] Iteration #1 took 0.000439167 s. +info: [time] Assembly took 0.000185652 s. +info: [time] Applying Dirichlet BCs took 3.8292e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.00022764 s. +info: Convergence criterion, component 0: |dx|=9.7392e-18, |x|=7.0969e-17, |dx|/|x|=1.3723e-01 +info: Convergence criterion, component 1: |dx|=4.7469e-15, |x|=9.6002e-01, |dx|/|x|=4.9446e-15 +info: [time] Iteration #2 took 0.00047189 s. +info: [time] Solving process #1 took 0.000939248 s in time step #8 coupling iteration #1 +info: ------- Checking convergence criterion for coupled solution of process #1 ------- +info: Convergence criterion: |dx|=1.3433e-04, |x|=9.6002e-01, |dx|/|x|=1.3992e-04 +info: [time] Assembly took 6.2027e-05 s. +info: [time] Applying Dirichlet BCs took 2.266e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 3.9245e-05 s. +info: Convergence criterion: |dx|=1.1122e+00, |x|=1.2736e+07, |dx|/|x|=8.7330e-08 +info: [time] Iteration #1 took 0.000108959 s. +info: [time] Assembly took 0.00010463 s. +info: [time] Applying Dirichlet BCs took 2.134e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 3.3829e-05 s. +info: Convergence criterion: |dx|=4.6743e-04, |x|=1.2736e+07, |dx|/|x|=3.6703e-11 +info: [time] Iteration #2 took 0.000145327 s. +info: [time] Assembly took 6.1241e-05 s. +info: [time] Applying Dirichlet BCs took 1.96e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.6977e-05 s. +info: Convergence criterion: |dx|=1.8908e-07, |x|=1.2736e+07, |dx|/|x|=1.4846e-14 +info: [time] Iteration #3 took 8.4759e-05 s. +info: [time] Assembly took 6.0828e-05 s. +info: [time] Applying Dirichlet BCs took 1.945e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.6255e-05 s. +info: Convergence criterion: |dx|=2.5090e-09, |x|=1.2736e+07, |dx|/|x|=1.9701e-16 +info: [time] Iteration #4 took 8.3544e-05 s. +info: [time] Solving process #0 took 0.000427841 s in time step #8 coupling iteration #2 +info: ------- Checking convergence criterion for coupled solution of process #0 ------- +info: Convergence criterion: |dx|=1.1122e+00, |x|=1.2736e+07, |dx|/|x|=8.7329e-08 +info: [time] Assembly took 0.000150308 s. +info: [time] Applying Dirichlet BCs took 2.5968e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000161192 s. +info: Convergence criterion, component 0: |dx|=1.2269e-17, |x|=6.9944e-17, |dx|/|x|=1.7541e-01 +info: Convergence criterion, component 1: |dx|=2.7231e-07, |x|=9.6002e-01, |dx|/|x|=2.8365e-07 +info: [time] Iteration #1 took 0.000359015 s. +info: [time] Assembly took 0.000145783 s. +info: [time] Applying Dirichlet BCs took 2.5435e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000133643 s. +info: Convergence criterion, component 0: |dx|=9.3335e-18, |x|=7.0993e-17, |dx|/|x|=1.3147e-01 +info: Convergence criterion, component 1: |dx|=6.1886e-16, |x|=9.6002e-01, |dx|/|x|=6.4463e-16 +info: [time] Iteration #2 took 0.000325931 s. +info: [time] Solving process #1 took 0.000747495 s in time step #8 coupling iteration #2 +info: ------- Checking convergence criterion for coupled solution of process #1 ------- +info: Convergence criterion: |dx|=2.7231e-07, |x|=9.6002e-01, |dx|/|x|=2.8365e-07 +info: [time] Assembly took 6.2125e-05 s. +info: [time] Applying Dirichlet BCs took 2.23e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 2.2111e-05 s. +info: Convergence criterion: |dx|=2.2006e-03, |x|=1.2736e+07, |dx|/|x|=1.7279e-10 +info: [time] Iteration #1 took 9.1881e-05 s. +info: [time] Assembly took 6.063e-05 s. +info: [time] Applying Dirichlet BCs took 2.187e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.7889e-05 s. +info: Convergence criterion: |dx|=9.2867e-07, |x|=1.2736e+07, |dx|/|x|=7.2919e-14 +info: [time] Iteration #2 took 8.5604e-05 s. +info: [time] Assembly took 5.9971e-05 s. +info: [time] Applying Dirichlet BCs took 1.95e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.6706e-05 s. +info: Convergence criterion: |dx|=7.4244e-09, |x|=1.2736e+07, |dx|/|x|=5.8297e-16 +info: [time] Iteration #3 took 8.3213e-05 s. +info: [time] Solving process #0 took 0.000265172 s in time step #8 coupling iteration #3 +info: ------- Checking convergence criterion for coupled solution of process #0 ------- +info: Convergence criterion: |dx|=2.2005e-03, |x|=1.2736e+07, |dx|/|x|=1.7279e-10 +info: [time] Assembly took 0.000147295 s. +info: [time] Applying Dirichlet BCs took 2.5151e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000138319 s. +info: Convergence criterion, component 0: |dx|=1.2749e-17, |x|=7.3242e-17, |dx|/|x|=1.7407e-01 +info: Convergence criterion, component 1: |dx|=5.5425e-10, |x|=9.6002e-01, |dx|/|x|=5.7733e-10 +info: [time] Iteration #1 took 0.000332131 s. +info: [time] Assembly took 0.000145756 s. +info: [time] Applying Dirichlet BCs took 2.5601e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000181128 s. +info: Convergence criterion, component 0: |dx|=9.1629e-18, |x|=7.3983e-17, |dx|/|x|=1.2385e-01 +info: Convergence criterion, component 1: |dx|=2.6840e-15, |x|=9.6002e-01, |dx|/|x|=2.7957e-15 +info: [time] Iteration #2 took 0.000373764 s. +info: [time] Solving process #1 took 0.000768857 s in time step #8 coupling iteration #3 +info: ------- Checking convergence criterion for coupled solution of process #1 ------- +info: Convergence criterion: |dx|=5.5425e-10, |x|=9.6002e-01, |dx|/|x|=5.7732e-10 +info: [time] Assembly took 6.209e-05 s. +info: [time] Applying Dirichlet BCs took 2.218e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 2.2056e-05 s. +info: Convergence criterion: |dx|=4.3578e-06, |x|=1.2736e+07, |dx|/|x|=3.4218e-13 +info: [time] Iteration #1 took 9.1893e-05 s. +info: [time] Assembly took 6.0589e-05 s. +info: [time] Applying Dirichlet BCs took 2.124e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.83e-05 s. +info: Convergence criterion: |dx|=4.8707e-09, |x|=1.2736e+07, |dx|/|x|=3.8245e-16 +info: [time] Iteration #2 took 8.5852e-05 s. +info: [time] Solving process #0 took 0.000181768 s in time step #8 coupling iteration #4 +info: ------- Checking convergence criterion for coupled solution of process #0 ------- +info: Convergence criterion: |dx|=4.3611e-06, |x|=1.2736e+07, |dx|/|x|=3.4243e-13 +info: [time] Assembly took 0.00014635 s. +info: [time] Applying Dirichlet BCs took 2.5173e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000137824 s. +info: Convergence criterion, component 0: |dx|=1.2330e-17, |x|=6.6888e-17, |dx|/|x|=1.8433e-01 +info: Convergence criterion, component 1: |dx|=1.1349e-12, |x|=9.6002e-01, |dx|/|x|=1.1822e-12 +info: [time] Iteration #1 took 0.000331138 s. +info: [time] Assembly took 0.000145996 s. +info: [time] Applying Dirichlet BCs took 2.5257e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000131764 s. +info: Convergence criterion, component 0: |dx|=1.0987e-17, |x|=6.6800e-17, |dx|/|x|=1.6448e-01 +info: Convergence criterion, component 1: |dx|=2.9615e-16, |x|=9.6002e-01, |dx|/|x|=3.0848e-16 +info: [time] Iteration #2 took 0.000323502 s. +info: [time] Solving process #1 took 0.000683076 s in time step #8 coupling iteration #4 +info: ------- Checking convergence criterion for coupled solution of process #1 ------- +info: Convergence criterion: |dx|=1.1349e-12, |x|=9.6002e-01, |dx|/|x|=1.1821e-12 +info: [time] Assembly took 9.5228e-05 s. +info: [time] Applying Dirichlet BCs took 2.072e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 4.019e-05 s. +info: Convergence criterion: |dx|=8.8992e-09, |x|=1.2736e+07, |dx|/|x|=6.9877e-16 +info: [time] Iteration #1 took 0.00014277 s. +info: [time] Solving process #0 took 0.000146235 s in time step #8 coupling iteration #5 +info: ------- Checking convergence criterion for coupled solution of process #0 ------- +info: Convergence criterion: |dx|=8.9413e-09, |x|=1.2736e+07, |dx|/|x|=7.0207e-16 +info: [time] Assembly took 0.000146547 s. +info: [time] Applying Dirichlet BCs took 2.5035e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000136365 s. +info: Convergence criterion, component 0: |dx|=1.0827e-17, |x|=6.9399e-17, |dx|/|x|=1.5601e-01 +info: Convergence criterion, component 1: |dx|=2.2542e-15, |x|=9.6002e-01, |dx|/|x|=2.3481e-15 +info: [time] Iteration #1 took 0.000328899 s. +info: [time] Solving process #1 took 0.000356071 s in time step #8 coupling iteration #5 +info: ------- Checking convergence criterion for coupled solution of process #1 ------- +info: Convergence criterion: |dx|=2.2492e-15, |x|=9.6002e-01, |dx|/|x|=2.3429e-15 +info: [time] Time step #8 took 0.00661731 s. +info: [time] Output of timestep 8 took 0.0017915 s. +info: === Time stepping at step #9 and time 777600 with step size 86400 +info: [time] Assembly took 0.000111382 s. +info: [time] Applying Dirichlet BCs took 2.558e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 2.3627e-05 s. +info: Convergence criterion: |dx|=2.4500e+05, |x|=1.2817e+07, |dx|/|x|=1.9115e-02 +info: [time] Iteration #1 took 0.000144422 s. +info: [time] Assembly took 6.1263e-05 s. +info: [time] Applying Dirichlet BCs took 2.148e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.9051e-05 s. +info: Convergence criterion: |dx|=1.1379e+02, |x|=1.2817e+07, |dx|/|x|=8.8780e-06 +info: [time] Iteration #2 took 8.7495e-05 s. +info: [time] Assembly took 6.0255e-05 s. +info: [time] Applying Dirichlet BCs took 1.996e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.7634e-05 s. +info: Convergence criterion: |dx|=4.0229e-02, |x|=1.2817e+07, |dx|/|x|=3.1388e-09 +info: [time] Iteration #3 took 8.4488e-05 s. +info: [time] Assembly took 5.9648e-05 s. +info: [time] Applying Dirichlet BCs took 1.88e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.6539e-05 s. +info: Convergence criterion: |dx|=1.4743e-05, |x|=1.2817e+07, |dx|/|x|=1.1503e-12 +info: [time] Iteration #4 took 8.2744e-05 s. +info: [time] Assembly took 5.9469e-05 s. +info: [time] Applying Dirichlet BCs took 1.785e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.5566e-05 s. +info: Convergence criterion: |dx|=4.6347e-09, |x|=1.2817e+07, |dx|/|x|=3.6162e-16 +info: [time] Iteration #5 took 8.1099e-05 s. +info: [time] Solving process #0 took 0.000490972 s in time step #9 coupling iteration #0 +info: [time] Assembly took 0.000180809 s. +info: [time] Applying Dirichlet BCs took 2.5554e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000143404 s. +info: Convergence criterion, component 0: |dx|=1.2401e-17, |x|=7.1720e-17, |dx|/|x|=1.7291e-01 +info: Convergence criterion, component 1: |dx|=5.7201e-02, |x|=1.0172e+00, |dx|/|x|=5.6237e-02 +info: [time] Iteration #1 took 0.000371136 s. +info: [time] Assembly took 0.00014691 s. +info: [time] Applying Dirichlet BCs took 2.5498e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000145393 s. +info: Convergence criterion, component 0: |dx|=8.1766e-18, |x|=7.4544e-17, |dx|/|x|=1.0969e-01 +info: Convergence criterion, component 1: |dx|=1.7962e-15, |x|=1.0172e+00, |dx|/|x|=1.7659e-15 +info: [time] Iteration #2 took 0.000356101 s. +info: [time] Solving process #1 took 0.000756113 s in time step #9 coupling iteration #0 +info: [time] Assembly took 6.2174e-05 s. +info: [time] Applying Dirichlet BCs took 2.23e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 2.2702e-05 s. +info: Convergence criterion: |dx|=4.8407e+02, |x|=1.2817e+07, |dx|/|x|=3.7768e-05 +info: [time] Iteration #1 took 9.2653e-05 s. +info: [time] Assembly took 6.0708e-05 s. +info: [time] Applying Dirichlet BCs took 2.289e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 4.7608e-05 s. +info: Convergence criterion: |dx|=1.7530e-01, |x|=1.2817e+07, |dx|/|x|=1.3677e-08 +info: [time] Iteration #2 took 0.00011546 s. +info: [time] Assembly took 7.3413e-05 s. +info: [time] Applying Dirichlet BCs took 1.974e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 3.3834e-05 s. +info: Convergence criterion: |dx|=6.0904e-05, |x|=1.2817e+07, |dx|/|x|=4.7518e-12 +info: [time] Iteration #3 took 0.000113637 s. +info: [time] Assembly took 5.9766e-05 s. +info: [time] Applying Dirichlet BCs took 1.869e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.5922e-05 s. +info: Convergence criterion: |dx|=2.4709e-08, |x|=1.2817e+07, |dx|/|x|=1.9279e-15 +info: [time] Iteration #4 took 8.2071e-05 s. +info: [time] Assembly took 5.9569e-05 s. +info: [time] Applying Dirichlet BCs took 1.684e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.5296e-05 s. +info: Convergence criterion: |dx|=2.9596e-09, |x|=1.2817e+07, |dx|/|x|=2.3091e-16 +info: [time] Iteration #5 took 8.0866e-05 s. +info: [time] Solving process #0 took 0.000490526 s in time step #9 coupling iteration #1 +info: ------- Checking convergence criterion for coupled solution of process #0 ------- +info: Convergence criterion: |dx|=4.8407e+02, |x|=1.2817e+07, |dx|/|x|=3.7768e-05 +info: [time] Assembly took 0.000147459 s. +info: [time] Applying Dirichlet BCs took 2.5318e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000139396 s. +info: Convergence criterion, component 0: |dx|=1.0718e-17, |x|=7.0103e-17, |dx|/|x|=1.5290e-01 +info: Convergence criterion, component 1: |dx|=1.1571e-04, |x|=1.0173e+00, |dx|/|x|=1.1374e-04 +info: [time] Iteration #1 took 0.0003336 s. +info: [time] Assembly took 0.000146095 s. +info: [time] Applying Dirichlet BCs took 2.5216e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000131227 s. +info: Convergence criterion, component 0: |dx|=1.3637e-17, |x|=6.7825e-17, |dx|/|x|=2.0106e-01 +info: Convergence criterion, component 1: |dx|=5.2049e-16, |x|=1.0173e+00, |dx|/|x|=5.1165e-16 +info: [time] Iteration #2 took 0.000322912 s. +info: [time] Solving process #1 took 0.000684748 s in time step #9 coupling iteration #1 +info: ------- Checking convergence criterion for coupled solution of process #1 ------- +info: Convergence criterion: |dx|=1.1571e-04, |x|=1.0173e+00, |dx|/|x|=1.1374e-04 +info: [time] Assembly took 6.2022e-05 s. +info: [time] Applying Dirichlet BCs took 2.233e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 2.1908e-05 s. +info: Convergence criterion: |dx|=9.5709e-01, |x|=1.2817e+07, |dx|/|x|=7.4674e-08 +info: [time] Iteration #1 took 9.1373e-05 s. +info: [time] Assembly took 6.0537e-05 s. +info: [time] Applying Dirichlet BCs took 2.153e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.7991e-05 s. +info: Convergence criterion: |dx|=3.4608e-04, |x|=1.2817e+07, |dx|/|x|=2.7002e-11 +info: [time] Iteration #2 took 8.541e-05 s. +info: [time] Assembly took 6.0055e-05 s. +info: [time] Applying Dirichlet BCs took 1.86e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.6838e-05 s. +info: Convergence criterion: |dx|=1.1755e-07, |x|=1.2817e+07, |dx|/|x|=9.1717e-15 +info: [time] Iteration #3 took 8.3306e-05 s. +info: [time] Assembly took 5.9704e-05 s. +info: [time] Applying Dirichlet BCs took 1.721e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.5555e-05 s. +info: Convergence criterion: |dx|=3.7653e-09, |x|=1.2817e+07, |dx|/|x|=2.9378e-16 +info: [time] Iteration #4 took 8.1397e-05 s. +info: [time] Solving process #0 took 0.000346702 s in time step #9 coupling iteration #2 +info: ------- Checking convergence criterion for coupled solution of process #0 ------- +info: Convergence criterion: |dx|=9.5709e-01, |x|=1.2817e+07, |dx|/|x|=7.4674e-08 +info: [time] Assembly took 0.000147695 s. +info: [time] Applying Dirichlet BCs took 2.5441e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000138373 s. +info: Convergence criterion, component 0: |dx|=7.6201e-18, |x|=6.9620e-17, |dx|/|x|=1.0945e-01 +info: Convergence criterion, component 1: |dx|=2.3494e-07, |x|=1.0173e+00, |dx|/|x|=2.3095e-07 +info: [time] Iteration #1 took 0.000332742 s. +info: [time] Assembly took 0.000165734 s. +info: [time] Applying Dirichlet BCs took 4.0664e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000131303 s. +info: Convergence criterion, component 0: |dx|=9.7844e-18, |x|=6.9922e-17, |dx|/|x|=1.3993e-01 +info: Convergence criterion, component 1: |dx|=2.3260e-15, |x|=1.0173e+00, |dx|/|x|=2.2865e-15 +info: [time] Iteration #2 took 0.00035874 s. +info: [time] Solving process #1 took 0.00071985 s in time step #9 coupling iteration #2 +info: ------- Checking convergence criterion for coupled solution of process #1 ------- +info: Convergence criterion: |dx|=2.3494e-07, |x|=1.0173e+00, |dx|/|x|=2.3095e-07 +info: [time] Assembly took 9.1852e-05 s. +info: [time] Applying Dirichlet BCs took 2.226e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 2.1959e-05 s. +info: Convergence criterion: |dx|=1.8939e-03, |x|=1.2817e+07, |dx|/|x|=1.4777e-10 +info: [time] Iteration #1 took 0.000121553 s. +info: [time] Assembly took 6.061e-05 s. +info: [time] Applying Dirichlet BCs took 2.094e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.7964e-05 s. +info: Convergence criterion: |dx|=6.8396e-07, |x|=1.2817e+07, |dx|/|x|=5.3364e-14 +info: [time] Iteration #2 took 8.5397e-05 s. +info: [time] Assembly took 6.0038e-05 s. +info: [time] Applying Dirichlet BCs took 1.915e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.6789e-05 s. +info: Convergence criterion: |dx|=7.5706e-09, |x|=1.2817e+07, |dx|/|x|=5.9067e-16 +info: [time] Iteration #3 took 8.3481e-05 s. +info: [time] Solving process #0 took 0.000295019 s in time step #9 coupling iteration #3 +info: ------- Checking convergence criterion for coupled solution of process #0 ------- +info: Convergence criterion: |dx|=1.8939e-03, |x|=1.2817e+07, |dx|/|x|=1.4776e-10 +info: [time] Assembly took 0.000147133 s. +info: [time] Applying Dirichlet BCs took 2.5255e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000139073 s. +info: Convergence criterion, component 0: |dx|=9.2871e-18, |x|=7.1855e-17, |dx|/|x|=1.2925e-01 +info: Convergence criterion, component 1: |dx|=4.7906e-10, |x|=1.0173e+00, |dx|/|x|=4.7092e-10 +info: [time] Iteration #1 took 0.000332851 s. +info: [time] Assembly took 0.000146979 s. +info: [time] Applying Dirichlet BCs took 2.5154e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000133298 s. +info: Convergence criterion, component 0: |dx|=9.5326e-18, |x|=6.7817e-17, |dx|/|x|=1.4056e-01 +info: Convergence criterion, component 1: |dx|=1.5140e-15, |x|=1.0173e+00, |dx|/|x|=1.4883e-15 +info: [time] Iteration #2 took 0.000326586 s. +info: [time] Solving process #1 took 0.000692445 s in time step #9 coupling iteration #3 +info: ------- Checking convergence criterion for coupled solution of process #1 ------- +info: Convergence criterion: |dx|=4.7906e-10, |x|=1.0173e+00, |dx|/|x|=4.7093e-10 +info: [time] Assembly took 0.000109641 s. +info: [time] Applying Dirichlet BCs took 2.253e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 2.1357e-05 s. +info: Convergence criterion: |dx|=3.7503e-06, |x|=1.2817e+07, |dx|/|x|=2.9261e-13 +info: [time] Iteration #1 took 0.000138428 s. +info: [time] Assembly took 8.6161e-05 s. +info: [time] Applying Dirichlet BCs took 2.156e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 4.7434e-05 s. +info: Convergence criterion: |dx|=6.2692e-09, |x|=1.2817e+07, |dx|/|x|=4.8914e-16 +info: [time] Iteration #2 took 0.000140498 s. +info: [time] Solving process #0 took 0.000282961 s in time step #9 coupling iteration #4 +info: ------- Checking convergence criterion for coupled solution of process #0 ------- +info: Convergence criterion: |dx|=3.7466e-06, |x|=1.2817e+07, |dx|/|x|=2.9232e-13 +info: [time] Assembly took 0.000159221 s. +info: [time] Applying Dirichlet BCs took 4.1979e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000138601 s. +info: Convergence criterion, component 0: |dx|=1.2095e-17, |x|=7.0649e-17, |dx|/|x|=1.7119e-01 +info: Convergence criterion, component 1: |dx|=9.7859e-13, |x|=1.0173e+00, |dx|/|x|=9.6197e-13 +info: [time] Iteration #1 took 0.00036101 s. +info: [time] Assembly took 0.00014876 s. +info: [time] Applying Dirichlet BCs took 2.5085e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000132863 s. +info: Convergence criterion, component 0: |dx|=8.1158e-18, |x|=7.1544e-17, |dx|/|x|=1.1344e-01 +info: Convergence criterion, component 1: |dx|=5.3651e-16, |x|=1.0173e+00, |dx|/|x|=5.2740e-16 +info: [time] Iteration #2 took 0.000327314 s. +info: [time] Solving process #1 took 0.000716922 s in time step #9 coupling iteration #4 +info: ------- Checking convergence criterion for coupled solution of process #1 ------- +info: Convergence criterion: |dx|=9.7812e-13, |x|=1.0173e+00, |dx|/|x|=9.6151e-13 +info: [time] Assembly took 6.3163e-05 s. +info: [time] Applying Dirichlet BCs took 2.261e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 2.2007e-05 s. +info: Convergence criterion: |dx|=7.6088e-09, |x|=1.2817e+07, |dx|/|x|=5.9366e-16 +info: [time] Iteration #1 took 9.2531e-05 s. +info: [time] Solving process #0 took 9.5812e-05 s in time step #9 coupling iteration #5 +info: ------- Checking convergence criterion for coupled solution of process #0 ------- +info: Convergence criterion: |dx|=7.5956e-09, |x|=1.2817e+07, |dx|/|x|=5.9262e-16 +info: [time] Assembly took 0.000146718 s. +info: [time] Applying Dirichlet BCs took 2.5331e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000135909 s. +info: Convergence criterion, component 0: |dx|=1.2451e-17, |x|=6.9519e-17, |dx|/|x|=1.7910e-01 +info: Convergence criterion, component 1: |dx|=4.6411e-15, |x|=1.0173e+00, |dx|/|x|=4.5623e-15 +info: [time] Iteration #1 took 0.000328802 s. +info: [time] Solving process #1 took 0.000356385 s in time step #9 coupling iteration #5 +info: ------- Checking convergence criterion for coupled solution of process #1 ------- +info: Convergence criterion: |dx|=4.6400e-15, |x|=1.0173e+00, |dx|/|x|=4.5612e-15 +info: [time] Time step #9 took 0.00600992 s. +info: [time] Output of timestep 9 took 0.00183881 s. +info: === Time stepping at step #10 and time 864000 with step size 86400 +info: [time] Assembly took 8.5404e-05 s. +info: [time] Applying Dirichlet BCs took 2.602e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 3.9047e-05 s. +info: Convergence criterion: |dx|=2.1084e+05, |x|=1.2890e+07, |dx|/|x|=1.6357e-02 +info: [time] Iteration #1 took 0.000133578 s. +info: [time] Assembly took 8.1867e-05 s. +info: [time] Applying Dirichlet BCs took 2.252e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 3.2573e-05 s. +info: Convergence criterion: |dx|=8.4262e+01, |x|=1.2890e+07, |dx|/|x|=6.5370e-06 +info: [time] Iteration #2 took 0.000121877 s. +info: [time] Assembly took 0.000102297 s. +info: [time] Applying Dirichlet BCs took 1.963e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 3.1632e-05 s. +info: Convergence criterion: |dx|=2.5646e-02, |x|=1.2890e+07, |dx|/|x|=1.9896e-09 +info: [time] Iteration #3 took 0.000140955 s. +info: [time] Assembly took 8.84e-05 s. +info: [time] Applying Dirichlet BCs took 1.797e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.6505e-05 s. +info: Convergence criterion: |dx|=8.0868e-06, |x|=1.2890e+07, |dx|/|x|=6.2737e-13 +info: [time] Iteration #4 took 0.000111264 s. +info: [time] Assembly took 5.9752e-05 s. +info: [time] Applying Dirichlet BCs took 1.731e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 2.0489e-05 s. +info: Convergence criterion: |dx|=4.4100e-09, |x|=1.2890e+07, |dx|/|x|=3.4213e-16 +info: [time] Iteration #5 took 8.6562e-05 s. +info: [time] Solving process #0 took 0.000601102 s in time step #10 coupling iteration #0 +info: [time] Assembly took 0.000161301 s. +info: [time] Applying Dirichlet BCs took 4.587e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000142775 s. +info: Convergence criterion, component 0: |dx|=1.1945e-17, |x|=6.6959e-17, |dx|/|x|=1.7839e-01 +info: Convergence criterion, component 1: |dx|=4.9208e-02, |x|=1.0664e+00, |dx|/|x|=4.6143e-02 +info: [time] Iteration #1 took 0.000371629 s. +info: [time] Assembly took 0.000146582 s. +info: [time] Applying Dirichlet BCs took 2.5192e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000147111 s. +info: Convergence criterion, component 0: |dx|=9.9539e-18, |x|=7.0361e-17, |dx|/|x|=1.4147e-01 +info: Convergence criterion, component 1: |dx|=1.0286e-15, |x|=1.0664e+00, |dx|/|x|=9.6457e-16 +info: [time] Iteration #2 took 0.000354861 s. +info: [time] Solving process #1 took 0.000755271 s in time step #10 coupling iteration #0 +info: [time] Assembly took 6.1997e-05 s. +info: [time] Applying Dirichlet BCs took 2.303e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 2.2099e-05 s. +info: Convergence criterion: |dx|=4.1656e+02, |x|=1.2890e+07, |dx|/|x|=3.2316e-05 +info: [time] Iteration #1 took 9.1869e-05 s. +info: [time] Assembly took 6.0651e-05 s. +info: [time] Applying Dirichlet BCs took 2.11e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 4.7969e-05 s. +info: Convergence criterion: |dx|=1.2982e-01, |x|=1.2890e+07, |dx|/|x|=1.0072e-08 +info: [time] Iteration #2 took 0.000115486 s. +info: [time] Assembly took 8.0981e-05 s. +info: [time] Applying Dirichlet BCs took 1.938e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.6468e-05 s. +info: Convergence criterion: |dx|=3.8819e-05, |x|=1.2890e+07, |dx|/|x|=3.0115e-12 +info: [time] Iteration #3 took 0.00010393 s. +info: [time] Assembly took 7.4617e-05 s. +info: [time] Applying Dirichlet BCs took 1.771e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 4.4344e-05 s. +info: Convergence criterion: |dx|=8.8862e-09, |x|=1.2890e+07, |dx|/|x|=6.8938e-16 +info: [time] Iteration #4 took 0.000138544 s. +info: [time] Solving process #0 took 0.000454984 s in time step #10 coupling iteration #1 +info: ------- Checking convergence criterion for coupled solution of process #0 ------- +info: Convergence criterion: |dx|=4.1657e+02, |x|=1.2890e+07, |dx|/|x|=3.2317e-05 +info: [time] Assembly took 0.000174895 s. +info: [time] Applying Dirichlet BCs took 2.5357e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000150742 s. +info: Convergence criterion, component 0: |dx|=1.3142e-17, |x|=7.0464e-17, |dx|/|x|=1.8650e-01 +info: Convergence criterion, component 1: |dx|=9.9654e-05, |x|=1.0665e+00, |dx|/|x|=9.3438e-05 +info: [time] Iteration #1 took 0.000388647 s. +info: [time] Assembly took 0.000189121 s. +info: [time] Applying Dirichlet BCs took 3.8369e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000172578 s. +info: Convergence criterion, component 0: |dx|=1.3310e-17, |x|=7.2370e-17, |dx|/|x|=1.8391e-01 +info: Convergence criterion, component 1: |dx|=3.4201e-15, |x|=1.0665e+00, |dx|/|x|=3.2068e-15 +info: [time] Iteration #2 took 0.000420665 s. +info: [time] Solving process #1 took 0.000879985 s in time step #10 coupling iteration #1 +info: ------- Checking convergence criterion for coupled solution of process #1 ------- +info: Convergence criterion: |dx|=9.9654e-05, |x|=1.0665e+00, |dx|/|x|=9.3438e-05 +info: [time] Assembly took 8.9678e-05 s. +info: [time] Applying Dirichlet BCs took 2.214e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 3.6132e-05 s. +info: Convergence criterion: |dx|=8.2364e-01, |x|=1.2890e+07, |dx|/|x|=6.3897e-08 +info: [time] Iteration #1 took 0.000133274 s. +info: [time] Assembly took 6.0549e-05 s. +info: [time] Applying Dirichlet BCs took 2.127e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.8146e-05 s. +info: Convergence criterion: |dx|=2.5629e-04, |x|=1.2890e+07, |dx|/|x|=1.9882e-11 +info: [time] Iteration #2 took 8.5457e-05 s. +info: [time] Assembly took 6.0087e-05 s. +info: [time] Applying Dirichlet BCs took 1.963e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.7293e-05 s. +info: Convergence criterion: |dx|=7.7956e-08, |x|=1.2890e+07, |dx|/|x|=6.0477e-15 +info: [time] Iteration #3 took 8.3753e-05 s. +info: [time] Assembly took 5.9779e-05 s. +info: [time] Applying Dirichlet BCs took 1.778e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.6123e-05 s. +info: Convergence criterion: |dx|=4.2362e-09, |x|=1.2890e+07, |dx|/|x|=3.2864e-16 +info: [time] Iteration #4 took 8.2016e-05 s. +info: [time] Solving process #0 took 0.000389514 s in time step #10 coupling iteration #2 +info: ------- Checking convergence criterion for coupled solution of process #0 ------- +info: Convergence criterion: |dx|=8.2364e-01, |x|=1.2890e+07, |dx|/|x|=6.3897e-08 +info: [time] Assembly took 0.000148349 s. +info: [time] Applying Dirichlet BCs took 2.5306e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000138608 s. +info: Convergence criterion, component 0: |dx|=1.8555e-17, |x|=6.3880e-17, |dx|/|x|=2.9046e-01 +info: Convergence criterion, component 1: |dx|=2.0262e-07, |x|=1.0665e+00, |dx|/|x|=1.8998e-07 +info: [time] Iteration #1 took 0.000334061 s. +info: [time] Assembly took 0.000146075 s. +info: [time] Applying Dirichlet BCs took 2.5362e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000132093 s. +info: Convergence criterion, component 0: |dx|=1.2287e-17, |x|=6.9516e-17, |dx|/|x|=1.7675e-01 +info: Convergence criterion, component 1: |dx|=2.8384e-16, |x|=1.0665e+00, |dx|/|x|=2.6613e-16 +info: [time] Iteration #2 took 0.000324621 s. +info: [time] Solving process #1 took 0.000686784 s in time step #10 coupling iteration #2 +info: ------- Checking convergence criterion for coupled solution of process #1 ------- +info: Convergence criterion: |dx|=2.0262e-07, |x|=1.0665e+00, |dx|/|x|=1.8998e-07 +info: [time] Assembly took 6.3095e-05 s. +info: [time] Applying Dirichlet BCs took 2.341e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 2.2464e-05 s. +info: Convergence criterion: |dx|=1.6300e-03, |x|=1.2890e+07, |dx|/|x|=1.2645e-10 +info: [time] Iteration #1 took 9.322e-05 s. +info: [time] Assembly took 6.0467e-05 s. +info: [time] Applying Dirichlet BCs took 2.131e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.8273e-05 s. +info: Convergence criterion: |dx|=5.0282e-07, |x|=1.2890e+07, |dx|/|x|=3.9008e-14 +info: [time] Iteration #2 took 8.5548e-05 s. +info: [time] Assembly took 6.0184e-05 s. +info: [time] Applying Dirichlet BCs took 2.01e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.7075e-05 s. +info: Convergence criterion: |dx|=5.8979e-09, |x|=1.2890e+07, |dx|/|x|=4.5755e-16 +info: [time] Iteration #3 took 8.3912e-05 s. +info: [time] Solving process #0 took 0.000267143 s in time step #10 coupling iteration #3 +info: ------- Checking convergence criterion for coupled solution of process #0 ------- +info: Convergence criterion: |dx|=1.6300e-03, |x|=1.2890e+07, |dx|/|x|=1.2645e-10 +info: [time] Assembly took 0.000148579 s. +info: [time] Applying Dirichlet BCs took 2.5354e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000139387 s. +info: Convergence criterion, component 0: |dx|=1.3569e-17, |x|=6.8168e-17, |dx|/|x|=1.9905e-01 +info: Convergence criterion, component 1: |dx|=4.1382e-10, |x|=1.0665e+00, |dx|/|x|=3.8800e-10 +info: [time] Iteration #1 took 0.000334911 s. +info: [time] Assembly took 0.000146791 s. +info: [time] Applying Dirichlet BCs took 2.5427e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.00017162 s. +info: Convergence criterion, component 0: |dx|=1.1059e-17, |x|=6.8315e-17, |dx|/|x|=1.6189e-01 +info: Convergence criterion, component 1: |dx|=1.6807e-15, |x|=1.0665e+00, |dx|/|x|=1.5759e-15 +info: [time] Iteration #2 took 0.000365852 s. +info: [time] Solving process #1 took 0.000729 s in time step #10 coupling iteration #3 +info: ------- Checking convergence criterion for coupled solution of process #1 ------- +info: Convergence criterion: |dx|=4.1382e-10, |x|=1.0665e+00, |dx|/|x|=3.8801e-10 +info: [time] Assembly took 6.2298e-05 s. +info: [time] Applying Dirichlet BCs took 2.241e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 2.2346e-05 s. +info: Convergence criterion: |dx|=3.2283e-06, |x|=1.2890e+07, |dx|/|x|=2.5045e-13 +info: [time] Iteration #1 took 9.227e-05 s. +info: [time] Assembly took 6.0987e-05 s. +info: [time] Applying Dirichlet BCs took 2.069e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.8493e-05 s. +info: Convergence criterion: |dx|=4.0926e-09, |x|=1.2890e+07, |dx|/|x|=3.1750e-16 +info: [time] Iteration #2 took 8.6281e-05 s. +info: [time] Solving process #0 took 0.000182672 s in time step #10 coupling iteration #4 +info: ------- Checking convergence criterion for coupled solution of process #0 ------- +info: Convergence criterion: |dx|=3.2304e-06, |x|=1.2890e+07, |dx|/|x|=2.5061e-13 +info: [time] Assembly took 0.000146428 s. +info: [time] Applying Dirichlet BCs took 2.5224e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000137423 s. +info: Convergence criterion, component 0: |dx|=1.2819e-17, |x|=6.7434e-17, |dx|/|x|=1.9010e-01 +info: Convergence criterion, component 1: |dx|=8.4974e-13, |x|=1.0665e+00, |dx|/|x|=7.9673e-13 +info: [time] Iteration #1 took 0.000329903 s. +info: [time] Assembly took 0.000145854 s. +info: [time] Applying Dirichlet BCs took 2.5118e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000131967 s. +info: Convergence criterion, component 0: |dx|=8.1770e-18, |x|=6.7245e-17, |dx|/|x|=1.2160e-01 +info: Convergence criterion, component 1: |dx|=2.3917e-15, |x|=1.0665e+00, |dx|/|x|=2.2425e-15 +info: [time] Iteration #2 took 0.000324022 s. +info: [time] Solving process #1 took 0.000682045 s in time step #10 coupling iteration #4 +info: ------- Checking convergence criterion for coupled solution of process #1 ------- +info: Convergence criterion: |dx|=8.4787e-13, |x|=1.0665e+00, |dx|/|x|=7.9499e-13 +info: [time] Assembly took 6.1802e-05 s. +info: [time] Applying Dirichlet BCs took 2.334e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 2.1977e-05 s. +info: Convergence criterion: |dx|=5.3205e-09, |x|=1.2890e+07, |dx|/|x|=4.1275e-16 +info: [time] Iteration #1 took 9.1397e-05 s. +info: [time] Solving process #0 took 9.4736e-05 s in time step #10 coupling iteration #5 +info: ------- Checking convergence criterion for coupled solution of process #0 ------- +info: Convergence criterion: |dx|=5.2799e-09, |x|=1.2890e+07, |dx|/|x|=4.0961e-16 +info: [time] Assembly took 0.000146217 s. +info: [time] Applying Dirichlet BCs took 2.516e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with SparseLU +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.000135609 s. +info: Convergence criterion, component 0: |dx|=1.3891e-17, |x|=7.0873e-17, |dx|/|x|=1.9599e-01 +info: Convergence criterion, component 1: |dx|=2.4660e-15, |x|=1.0665e+00, |dx|/|x|=2.3122e-15 +info: [time] Iteration #1 took 0.00032851 s. +info: [time] Solving process #1 took 0.000356001 s in time step #10 coupling iteration #5 +info: ------- Checking convergence criterion for coupled solution of process #1 ------- +info: Convergence criterion: |dx|=2.4643e-15, |x|=1.0665e+00, |dx|/|x|=2.3106e-15 +info: [time] Time step #10 took 0.00614306 s. +info: [time] Output of timestep 10 took 0.00178325 s. +info: The whole computation of the time stepping took 10 steps, in which + the accepted steps are 10, and the rejected steps are 0. + +info: [time] Execution took 0.0867313 s. +info: OGS terminated on 2021-11-26 13:13:18+0100. diff --git a/ogstools/logparser/examples/serial_convergence_short.txt b/ogstools/logparser/examples/serial_convergence_short.txt new file mode 100644 index 0000000000000000000000000000000000000000..9f02f763abf28a15db9b6679fdd4050d3b4db8a7 --- /dev/null +++ b/ogstools/logparser/examples/serial_convergence_short.txt @@ -0,0 +1,33 @@ +info: Convergence criterion: |dx|=9.9069e+05, |x|=1.2062e+07, |dx|/|x|=8.2136e-02 +info: [time] Iteration #1 took 0.000124721 s. +info: Convergence criterion: |dx|=3.1610e+03, |x|=1.2060e+07, |dx|/|x|=2.6211e-04 +info: [time] Iteration #2 took 8.8936e-05 s. +info: Convergence criterion: |dx|=4.0381e+00, |x|=1.2060e+07, |dx|/|x|=3.3483e-07 +info: [time] Iteration #3 took 8.5011e-05 s. +info: Convergence criterion: |dx|=6.8069e-09, |x|=1.2060e+07, |dx|/|x|=5.6442e-16 +info: [time] Iteration #6 took 8.0922e-05 s. +info: [time] Solving process #0 took 0.000552968 s in time step #1 coupling iteration #0 +info: Convergence criterion, component 0: |dx|=9.7122e-17, |x|=9.7122e-17, |dx|/|x|=1.0000e+00 +info: Convergence criterion, component 1: |dx|=1.9350e-01, |x|=1.9350e-01, |dx|/|x|=1.0000e+00 +info: [time] Iteration #1 took 0.000494426 s. +info: Convergence criterion, component 0: |dx|=8.5618e-18, |x|=9.7494e-17, |dx|/|x|=8.7819e-02 +info: Convergence criterion, component 1: |dx|=4.0150e-15, |x|=1.9350e-01, |dx|/|x|=2.0749e-14 +info: [time] Iteration #2 took 0.000349078 s. +info: [time] Solving process #1 took 0.000872719 s in time step #1 coupling iteration #0 +info: Convergence criterion: |dx|=1.6964e+03, |x|=1.2060e+07, |dx|/|x|=1.4066e-04 +info: [time] Iteration #1 took 9.4216e-05 s. +info: Convergence criterion: |dx|=2.4522e+00, |x|=1.2060e+07, |dx|/|x|=2.0333e-07 +info: [time] Iteration #2 took 8.6385e-05 s. +info: Convergence criterion: |dx|=3.5270e-03, |x|=1.2060e+07, |dx|/|x|=2.9245e-10 +info: [time] Iteration #3 took 8.3487e-05 s. +info: Convergence criterion: |dx|=3.4098e-09, |x|=1.2060e+07, |dx|/|x|=2.8273e-16 +info: [time] Iteration #5 took 8.5175e-05 s. +info: [time] Solving process #0 took 0.00043874 s in time step #1 coupling iteration #1 +info: Convergence criterion: |dx|=1.6964e+03, |x|=1.2060e+07, |dx|/|x|=1.4066e-04 +info: Convergence criterion, component 0: |dx|=1.2514e-17, |x|=9.4848e-17, |dx|/|x|=1.3194e-01 +info: Convergence criterion, component 1: |dx|=3.8075e-04, |x|=1.9388e-01, |dx|/|x|=1.9638e-03 +info: [time] Iteration #1 took 0.000342407 s. +info: Convergence criterion, component 0: |dx|=7.4740e-18, |x|=9.2618e-17, |dx|/|x|=8.0697e-02 +info: Convergence criterion, component 1: |dx|=9.9346e-16, |x|=1.9388e-01, |dx|/|x|=5.1241e-15 +info: [time] Iteration #2 took 0.000331241 s. +info: [time] Solving process #1 took 0.000702329 s in time step #1 coupling iteration #1 diff --git a/ogstools/logparser/examples/serial_critical.txt b/ogstools/logparser/examples/serial_critical.txt new file mode 100644 index 0000000000000000000000000000000000000000..7133c82237cefca7cdaed05bf2b9cc8451ca9b77 --- /dev/null +++ b/ogstools/logparser/examples/serial_critical.txt @@ -0,0 +1,9 @@ +info: This is OpenGeoSys-6 version 6.4.1-91-g31c30ea65c. +info: OGS started on 2021-11-02 16:36:59+0100. +warning: Time step will be rejected due to nonlinear solver divergence. +critical: /home/dominik/OGS/ogs/ProcessLib/TimeLoop.cpp:470 computeTimeStepping() +error: The new step size of 86400 is the same as that of the previous rejected time step. +Please re-run ogs with a proper adjustment in the numerical settings, +e.g those for time stepper, local or global non-linear solver. +info: OGS terminated on 2021-11-26 13:23:27+0100. +error: OGS terminated with error. diff --git a/ogstools/logparser/examples/serial_info.txt b/ogstools/logparser/examples/serial_info.txt new file mode 100644 index 0000000000000000000000000000000000000000..d73124f383c11934666808c6f6620abc6e17bdbd --- /dev/null +++ b/ogstools/logparser/examples/serial_info.txt @@ -0,0 +1,125 @@ +info: This is OpenGeoSys-6 version 6.4.1-91-g31c30ea65c. +info: OGS started on 2021-11-02 16:32:19+0100. +info: Project configuration from file '/home/meisel/o/s/Tests/Data/Parabolic/LiquidFlow/SimpleSynthetics/XDMF/FunctionParameterTest_XDMF.prj' read. +info: FunctionParameter: p_0 +info: FunctionParameter: p_polyline_left +info: FunctionParameter: p_polyline_right +info: No source terms for process variable 'pressure' found. +info: Configure mesh 'square_5x5_tris_32' for output. +info: Configure mesh 'square_5x5_tris_32_left_boundary' for output. +info: Configure mesh 'square_5x5_tris_32_right_boundary' for output. +info: Initialize processes. +info: Solve processes. +info: [time] Output of timestep 0 took 0.0106136 s. +info: === Time stepping at step #1 and time 0.3 with step size 0.3 +info: Calculate non-equilibrium initial residuum. +info: [time] Assembly took 8.3935e-05 s. +info: [time] Applying Dirichlet BCs took 1.864e-05 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with BiCGSTAB (precon DIAGONAL) +info: iteration: 4/1000 +info: residual: 2.812472e-17 +info: ------------------------------------------------------------------ +info: [time] Linear solver took 2.7321e-05 s. +info: [time] Iteration #1 took 0.000140448 s. +info: [time] Solving process #0 took 0.000147615 s in time step #1 +info: [time] Time step #1 took 0.000167065 s. +info: [time] Output of timestep 1 took 0.00123401 s. +info: === Time stepping at step #2 and time 0.6 with step size 0.3 +info: [time] Assembly took 4.9621e-05 s. +info: [time] Applying Dirichlet BCs took 9.347e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with BiCGSTAB (precon DIAGONAL) +info: iteration: 3/1000 +info: residual: 3.054198e-17 +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.4822e-05 s. +info: [time] Iteration #1 took 8.2084e-05 s. +info: [time] Solving process #0 took 8.681e-05 s in time step #2 +info: [time] Time step #2 took 9.9061e-05 s. +info: [time] Output of timestep 2 took 7.8629e-05 s. +info: === Time stepping at step #3 and time 0.9 with step size 0.3 +info: [time] Assembly took 4.7409e-05 s. +info: [time] Applying Dirichlet BCs took 8.967e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with BiCGSTAB (precon DIAGONAL) +info: iteration: 1/1000 +info: residual: 3.852948e-17 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.3708e-05 s. +info: [time] Iteration #1 took 7.7746e-05 s. +info: [time] Solving process #0 took 8.2081e-05 s in time step #3 +info: [time] Time step #3 took 9.4026e-05 s. +info: [time] Output of timestep 3 took 7.4361e-05 s. +info: === Time stepping at step #4 and time 1.2 with step size 0.3 +info: [time] Assembly took 4.6798e-05 s. +info: [time] Applying Dirichlet BCs took 8.563e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with BiCGSTAB (precon DIAGONAL) +info: iteration: 1/1000 +info: residual: 2.368181e-17 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.3706e-05 s. +info: [time] Iteration #1 took 7.6621e-05 s. +info: [time] Solving process #0 took 8.1083e-05 s in time step #4 +info: [time] Time step #4 took 9.3071e-05 s. +info: [time] Output of timestep 4 took 7.5139e-05 s. +info: === Time stepping at step #5 and time 1.5 with step size 0.3 +info: [time] Assembly took 4.6818e-05 s. +info: [time] Applying Dirichlet BCs took 8.5e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with BiCGSTAB (precon DIAGONAL) +info: iteration: 1/1000 +info: residual: 5.236132e-17 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.3377e-05 s. +info: [time] Iteration #1 took 7.6289e-05 s. +info: [time] Solving process #0 took 8.6723e-05 s in time step #5 +info: [time] Time step #5 took 0.000100525 s. +info: [time] Output of timestep 5 took 7.5813e-05 s. +info: === Time stepping at step #6 and time 1.8 with step size 0.3 +info: [time] Assembly took 4.6869e-05 s. +info: [time] Applying Dirichlet BCs took 8.624e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with BiCGSTAB (precon DIAGONAL) +info: iteration: 1/1000 +info: residual: 3.470140e-17 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.3378e-05 s. +info: [time] Iteration #1 took 7.6588e-05 s. +info: [time] Solving process #0 took 8.0978e-05 s in time step #6 +info: [time] Time step #6 took 9.2626e-05 s. +info: [time] Output of timestep 6 took 7.3767e-05 s. +info: === Time stepping at step #7 and time 2 with step size 0.2 +info: [time] Assembly took 4.669e-05 s. +info: [time] Applying Dirichlet BCs took 8.189e-06 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with BiCGSTAB (precon DIAGONAL) +info: iteration: 0/1000 +info: residual: 6.691814e-17 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.2473e-05 s. +info: [time] Iteration #1 took 7.4908e-05 s. +info: [time] Solving process #0 took 7.9044e-05 s in time step #7 +info: [time] Time step #7 took 9.1573e-05 s. +info: [time] Output of timestep 7 took 7.3108e-05 s. +info: The whole computation of the time stepping took 7 steps, in which + the accepted steps are 7, and the rejected steps are 0. + +info: [time] Execution took 0.0154405 s. +info: [time] Output of XDMF to square_5x5_tris_32_square_5x5_tris_32.xdmf took 0.000148102 s. +info: [time] Output of XDMF to square_5x5_tris_32_square_5x5_tris_32_left_boundary.xdmf took 8.4569e-05 s. +info: [time] Output of XDMF to square_5x5_tris_32_square_5x5_tris_32_right_boundary.xdmf took 7.6308e-05 s. +info: OGS terminated on 2021-11-02 16:32:19+0100. diff --git a/ogstools/logparser/examples/serial_time_step_rejected.txt b/ogstools/logparser/examples/serial_time_step_rejected.txt new file mode 100644 index 0000000000000000000000000000000000000000..fecb870e8713b33e79d864a2841f38f782f5f8f3 --- /dev/null +++ b/ogstools/logparser/examples/serial_time_step_rejected.txt @@ -0,0 +1,1654 @@ +info: This is OpenGeoSys-6 version 6.4.0-1629-gd2f1d5eac.dirty. +info: OGS started on 2021-12-07 22:53:56+0100. +info: FunctionParameter: nonequilibrium_stress +info: ConstantParameter: displacement_ic +info: ConstantParameter: b0 +info: ConstantParameter: b1 +info: ConstantParameter: e0 +info: ConstantParameter: e1 +info: ConstantParameter: e2 +info: ConstantParameter: ThermalConductivityClay +info: ConstantParameter: IntrinsicPermClay +info: ConstantParameter: IntrinsicPermClayEDZ +info: ConstantParameter: E0 +info: ConstantParameter: nu0 +info: ConstantParameter: G0 +info: ConstantParameter: E1 +info: ConstantParameter: nu1 +info: ConstantParameter: E2 +info: ConstantParameter: nu2 +info: ConstantParameter: E3 +info: ConstantParameter: nu3 +info: ConstantParameter: G3 +info: ConstantParameter: E4 +info: ConstantParameter: nu4 +info: ConstantParameter: E5 +info: ConstantParameter: nu5 +info: ConstantParameter: E6 +info: ConstantParameter: nu6 +info: ConstantParameter: E7 +info: ConstantParameter: nu7 +info: ConstantParameter: E8 +info: ConstantParameter: nu8 +info: ConstantParameter: E9 +info: ConstantParameter: nu9 +info: ConstantParameter: E10 +info: ConstantParameter: nu10 +info: ConstantParameter: E11 +info: ConstantParameter: nu11 +info: ConstantParameter: E12 +info: ConstantParameter: nu12 +info: ConstantParameter: E13 +info: ConstantParameter: nu13 +info: ConstantParameter: E14 +info: ConstantParameter: nu14 +info: ConstantParameter: E15 +info: ConstantParameter: nu15 +info: ConstantParameter: E16 +info: ConstantParameter: nu16 +info: ConstantParameter: E17 +info: ConstantParameter: nu17 +info: ConstantParameter: temperature_ref +info: ConstantParameter: displacement0 +info: ConstantParameter: null +info: MeshNodeParameter: temperature_ic +info: ConstantParameter: temperature_low +info: ConstantParameter: temperature_high +info: MeshNodeParameter: pressure_ic +info: ConstantParameter: pressure_low +info: ConstantParameter: pressure_high +info: ConstantParameter: Qvalue +info: CurveScaledParameter: temperature_source_term1 +info: CurveScaledParameter: temperature_source_term2 +info: CurveScaledParameter: temperature_source_term3 +info: No source terms for process variable 'pressure' found. +info: No source terms for process variable 'temperature' found. +info: Initialize processes. +info: Solve processes. +info: [time] Output of timestep 0 took 0.0479538 s. +info: === Time stepping at step #1 and time 86400 with step size 86400 +info: Calculate non-equilibrium initial residuum. +info: [time] Assembly took 0.229307 s. +info: [time] Applying Dirichlet BCs took 0.00684125 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 57/10000 +info: residual: 6.422864e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.64929 s. +info: Convergence criterion, component 0: |dx|=5.6215e-01, |x|=3.6224e+04, |dx|/|x|=1.5519e-05 +info: Convergence criterion, component 1: |dx|=1.0572e+08, |x|=8.3394e+09, |dx|/|x|=1.2678e-02 +info: [time] Iteration #1 took 0.890726 s. +info: [time] Assembly took 0.24373 s. +info: [time] Applying Dirichlet BCs took 0.00492294 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 54/10000 +info: residual: 5.892988e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.608529 s. +info: Convergence criterion, component 0: |dx|=5.6087e-02, |x|=3.6224e+04, |dx|/|x|=1.5483e-06 +info: Convergence criterion, component 1: |dx|=3.8427e+06, |x|=8.3400e+09, |dx|/|x|=4.6076e-04 +info: [time] Iteration #2 took 0.862675 s. +info: [time] Solving process #0 took 1.7535 s in time step #1 +info: [time] Time step #1 took 1.83805 s. +info: === Time stepping at step #2 and time 207360 with step size 120960 +info: [time] Assembly took 0.23388 s. +info: [time] Applying Dirichlet BCs took 0.00625236 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 64/10000 +info: residual: 3.158183e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.715322 s. +info: Convergence criterion, component 0: |dx|=2.3178e-01, |x|=3.6224e+04, |dx|/|x|=6.3987e-06 +info: Convergence criterion, component 1: |dx|=1.3321e+08, |x|=8.3135e+09, |dx|/|x|=1.6024e-02 +info: [time] Iteration #1 took 0.960839 s. +info: [time] Assembly took 0.248514 s. +info: [time] Applying Dirichlet BCs took 0.00493765 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 27/10000 +info: residual: 6.418510e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.314468 s. +info: Convergence criterion, component 0: |dx|=7.1524e-02, |x|=3.6224e+04, |dx|/|x|=1.9745e-06 +info: Convergence criterion, component 1: |dx|=2.4506e+07, |x|=8.3141e+09, |dx|/|x|=2.9475e-03 +info: [time] Iteration #2 took 0.57334 s. +info: [time] Assembly took 0.247412 s. +info: [time] Applying Dirichlet BCs took 0.00595398 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 30/10000 +info: residual: 9.454807e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.339891 s. +info: Convergence criterion, component 0: |dx|=5.6575e-03, |x|=3.6224e+04, |dx|/|x|=1.5618e-07 +info: Convergence criterion, component 1: |dx|=3.4248e+06, |x|=8.3141e+09, |dx|/|x|=4.1193e-04 +info: [time] Iteration #3 took 0.598597 s. +info: [time] Solving process #0 took 2.13373 s in time step #2 +info: [time] Time step #2 took 2.2227 s. +info: [time] Output of timestep 2 took 0.0167138 s. +info: === Time stepping at step #3 and time 376704 with step size 169344 +info: [time] Assembly took 0.241988 s. +info: [time] Applying Dirichlet BCs took 0.00666243 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 34/10000 +info: residual: 9.574713e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.384436 s. +info: Convergence criterion, component 0: |dx|=2.1301e-01, |x|=3.6224e+04, |dx|/|x|=5.8804e-06 +info: Convergence criterion, component 1: |dx|=1.4800e+08, |x|=8.2808e+09, |dx|/|x|=1.7872e-02 +info: [time] Iteration #1 took 0.638278 s. +info: [time] Assembly took 0.248044 s. +info: [time] Applying Dirichlet BCs took 0.00463255 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 33/10000 +info: residual: 4.512615e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.382484 s. +info: Convergence criterion, component 0: |dx|=9.9984e-02, |x|=3.6224e+04, |dx|/|x|=2.7602e-06 +info: Convergence criterion, component 1: |dx|=1.4119e+07, |x|=8.2824e+09, |dx|/|x|=1.7047e-03 +info: [time] Iteration #2 took 0.640598 s. +info: [time] Assembly took 0.249962 s. +info: [time] Applying Dirichlet BCs took 0.00706659 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 30/10000 +info: residual: 6.268141e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.345895 s. +info: Convergence criterion, component 0: |dx|=8.7223e-03, |x|=3.6224e+04, |dx|/|x|=2.4079e-07 +info: Convergence criterion, component 1: |dx|=2.7463e+05, |x|=8.2824e+09, |dx|/|x|=3.3158e-05 +info: [time] Iteration #3 took 0.608291 s. +info: [time] Solving process #0 took 1.8881 s in time step #3 +info: [time] Time step #3 took 1.97565 s. +info: === Time stepping at step #4 and time 613786 with step size 237082 +info: [time] Assembly took 0.247671 s. +info: [time] Applying Dirichlet BCs took 0.0074929 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 34/10000 +info: residual: 7.667424e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.395315 s. +info: Convergence criterion, component 0: |dx|=2.2582e-01, |x|=3.6224e+04, |dx|/|x|=6.2341e-06 +info: Convergence criterion, component 1: |dx|=1.8099e+08, |x|=8.2418e+09, |dx|/|x|=2.1960e-02 +info: [time] Iteration #1 took 0.655843 s. +info: [time] Assembly took 0.25154 s. +info: [time] Applying Dirichlet BCs took 0.00499193 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 32/10000 +info: residual: 6.333775e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.373545 s. +info: Convergence criterion, component 0: |dx|=1.2853e-01, |x|=3.6224e+04, |dx|/|x|=3.5483e-06 +info: Convergence criterion, component 1: |dx|=2.2625e+07, |x|=8.2443e+09, |dx|/|x|=2.7443e-03 +info: [time] Iteration #2 took 0.635634 s. +info: [time] Assembly took 0.250362 s. +info: [time] Applying Dirichlet BCs took 0.00652274 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 31/10000 +info: residual: 9.026091e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.35343 s. +info: Convergence criterion, component 0: |dx|=1.3838e-02, |x|=3.6224e+04, |dx|/|x|=3.8201e-07 +info: Convergence criterion, component 1: |dx|=9.8567e+05, |x|=8.2443e+09, |dx|/|x|=1.1956e-04 +info: [time] Iteration #3 took 0.615715 s. +info: [time] Solving process #0 took 1.90803 s in time step #4 +info: [time] Time step #4 took 1.99533 s. +info: [time] Output of timestep 4 took 0.017558 s. +info: === Time stepping at step #5 and time 945700 with step size 331914 +info: [time] Assembly took 0.241391 s. +info: [time] Applying Dirichlet BCs took 0.00688703 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 36/10000 +info: residual: 8.370056e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.415771 s. +info: Convergence criterion, component 0: |dx|=2.4803e-01, |x|=3.6224e+04, |dx|/|x|=6.8472e-06 +info: Convergence criterion, component 1: |dx|=2.1459e+08, |x|=8.1951e+09, |dx|/|x|=2.6186e-02 +info: [time] Iteration #1 took 0.669515 s. +info: [time] Assembly took 0.252511 s. +info: [time] Applying Dirichlet BCs took 0.00494538 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 35/10000 +info: residual: 8.477541e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.405518 s. +info: Convergence criterion, component 0: |dx|=1.5922e-01, |x|=3.6224e+04, |dx|/|x|=4.3955e-06 +info: Convergence criterion, component 1: |dx|=3.0409e+07, |x|=8.1987e+09, |dx|/|x|=3.7090e-03 +info: [time] Iteration #2 took 0.668397 s. +info: [time] Assembly took 0.252526 s. +info: [time] Applying Dirichlet BCs took 0.00649958 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 33/10000 +info: residual: 8.845507e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.379441 s. +info: Convergence criterion, component 0: |dx|=1.9355e-02, |x|=3.6224e+04, |dx|/|x|=5.3431e-07 +info: Convergence criterion, component 1: |dx|=1.8638e+06, |x|=8.1988e+09, |dx|/|x|=2.2732e-04 +info: [time] Iteration #3 took 0.643949 s. +info: [time] Solving process #0 took 1.98272 s in time step #5 +info: [time] Time step #5 took 2.07189 s. +info: === Time stepping at step #6 and time 1.41038e+06 with step size 464680 +info: [time] Assembly took 0.244044 s. +info: [time] Applying Dirichlet BCs took 0.00705139 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 38/10000 +info: residual: 5.898202e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.432034 s. +info: Convergence criterion, component 0: |dx|=2.7364e-01, |x|=3.6224e+04, |dx|/|x|=7.5543e-06 +info: Convergence criterion, component 1: |dx|=2.6427e+08, |x|=8.1386e+09, |dx|/|x|=3.2471e-02 +info: [time] Iteration #1 took 0.688722 s. +info: [time] Assembly took 0.253192 s. +info: [time] Applying Dirichlet BCs took 0.00486559 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 42/10000 +info: residual: 8.341572e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.478211 s. +info: Convergence criterion, component 0: |dx|=4.0170e-01, |x|=3.6224e+04, |dx|/|x|=1.1090e-05 +info: Convergence criterion, component 1: |dx|=6.2974e+07, |x|=8.1436e+09, |dx|/|x|=7.7329e-03 +info: [time] Iteration #2 took 0.741701 s. +info: [time] Assembly took 0.259139 s. +info: [time] Applying Dirichlet BCs took 0.00726465 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 44/10000 +info: residual: 6.921931e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.623298 s. +info: Convergence criterion, component 0: |dx|=3.6393e-01, |x|=3.6224e+04, |dx|/|x|=1.0047e-05 +info: Convergence criterion, component 1: |dx|=2.2169e+07, |x|=8.1437e+09, |dx|/|x|=2.7222e-03 +info: [time] Iteration #3 took 0.89793 s. +info: [time] Assembly took 0.392507 s. +info: [time] Applying Dirichlet BCs took 0.00742594 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 37/10000 +info: residual: 4.418392e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.588674 s. +info: Convergence criterion, component 0: |dx|=1.7344e-02, |x|=3.6224e+04, |dx|/|x|=4.7880e-07 +info: Convergence criterion, component 1: |dx|=1.8936e+07, |x|=8.1437e+09, |dx|/|x|=2.3252e-03 +info: [time] Iteration #4 took 0.997336 s. +info: [time] Assembly took 0.409433 s. +info: [time] Applying Dirichlet BCs took 0.00989139 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 39/10000 +info: residual: 9.598818e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.624386 s. +info: Convergence criterion, component 0: |dx|=4.5365e-02, |x|=3.6224e+04, |dx|/|x|=1.2524e-06 +info: Convergence criterion, component 1: |dx|=1.3123e+08, |x|=8.1444e+09, |dx|/|x|=1.6112e-02 +info: [time] Iteration #5 took 1.05239 s. +info: [time] Assembly took 0.402945 s. +info: [time] Applying Dirichlet BCs took 0.00750294 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 43/10000 +info: residual: 9.702761e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.686493 s. +info: Convergence criterion, component 0: |dx|=4.3691e+00, |x|=3.6225e+04, |dx|/|x|=1.2061e-04 +info: Convergence criterion, component 1: |dx|=1.1838e+08, |x|=8.1437e+09, |dx|/|x|=1.4537e-02 +info: [time] Iteration #6 took 1.10557 s. +info: [time] Assembly took 0.402503 s. +info: [time] Applying Dirichlet BCs took 0.00984768 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 44/10000 +info: residual: 4.804565e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.691552 s. +info: Convergence criterion, component 0: |dx|=4.3637e+00, |x|=3.6224e+04, |dx|/|x|=1.2047e-04 +info: Convergence criterion, component 1: |dx|=4.2738e+07, |x|=8.1438e+09, |dx|/|x|=5.2479e-03 +info: [time] Iteration #7 took 1.1126 s. +info: [time] Assembly took 0.406675 s. +info: [time] Applying Dirichlet BCs took 0.00735678 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 39/10000 +info: residual: 8.776326e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.610585 s. +info: Convergence criterion, component 0: |dx|=4.0852e-02, |x|=3.6224e+04, |dx|/|x|=1.1278e-06 +info: Convergence criterion, component 1: |dx|=5.8986e+07, |x|=8.1438e+09, |dx|/|x|=7.2431e-03 +info: [time] Iteration #8 took 1.0337 s. +info: [time] Assembly took 0.399673 s. +info: [time] Applying Dirichlet BCs took 0.00949297 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 41/10000 +info: residual: 2.674765e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.651392 s. +info: Convergence criterion, component 0: |dx|=6.5949e-02, |x|=3.6224e+04, |dx|/|x|=1.8206e-06 +info: Convergence criterion, component 1: |dx|=4.3958e+07, |x|=8.1436e+09, |dx|/|x|=5.3978e-03 +info: [time] Iteration #9 took 1.06918 s. +info: [time] Assembly took 0.401182 s. +info: [time] Applying Dirichlet BCs took 0.00739258 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 40/10000 +info: residual: 8.765584e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.634812 s. +info: Convergence criterion, component 0: |dx|=5.7123e-02, |x|=3.6224e+04, |dx|/|x|=1.5770e-06 +info: Convergence criterion, component 1: |dx|=2.7360e+07, |x|=8.1437e+09, |dx|/|x|=3.3597e-03 +info: [time] Iteration #10 took 1.05191 s. +info: [time] Assembly took 0.404481 s. +info: [time] Applying Dirichlet BCs took 0.00949814 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 39/10000 +info: residual: 6.867052e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.613398 s. +info: Convergence criterion, component 0: |dx|=2.0971e-02, |x|=3.6224e+04, |dx|/|x|=5.7893e-07 +info: Convergence criterion, component 1: |dx|=3.7825e+07, |x|=8.1436e+09, |dx|/|x|=4.6447e-03 +info: [time] Iteration #11 took 1.03583 s. +info: [time] Assembly took 0.397981 s. +info: [time] Applying Dirichlet BCs took 0.00714688 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 40/10000 +info: residual: 2.814055e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.626129 s. +info: Convergence criterion, component 0: |dx|=1.1371e-01, |x|=3.6224e+04, |dx|/|x|=3.1391e-06 +info: Convergence criterion, component 1: |dx|=3.7727e+07, |x|=8.1436e+09, |dx|/|x|=4.6327e-03 +info: [time] Iteration #12 took 1.0398 s. +info: [time] Solving process #0 took 11.8273 s in time step #6 +error: The nonlinear solver failed in time step #6 at t = 1.41038e+06 s for process #0. +info: [time] Time step #6 took 11.8274 s. +warning: Time step will be rejected due to nonlinear solver divergence. +warning: Time step 6 was rejected 1 times and it will be repeated with a reduced step size. +info: === Time stepping at step #6 and time 1.17804e+06 with step size 232340 +info: [time] Assembly took 0.399553 s. +info: [time] Applying Dirichlet BCs took 0.0108995 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 32/10000 +info: residual: 4.577547e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.500765 s. +info: Convergence criterion, component 0: |dx|=1.4244e-01, |x|=3.6224e+04, |dx|/|x|=3.9323e-06 +info: Convergence criterion, component 1: |dx|=1.2703e+08, |x|=8.1688e+09, |dx|/|x|=1.5551e-02 +info: [time] Iteration #1 took 0.919669 s. +info: [time] Assembly took 0.39529 s. +info: [time] Applying Dirichlet BCs took 0.00731874 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 31/10000 +info: residual: 8.518624e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.48305 s. +info: Convergence criterion, component 0: |dx|=8.4660e-02, |x|=3.6224e+04, |dx|/|x|=2.3372e-06 +info: Convergence criterion, component 1: |dx|=1.3254e+07, |x|=8.1703e+09, |dx|/|x|=1.6223e-03 +info: [time] Iteration #2 took 0.894187 s. +info: [time] Assembly took 0.395329 s. +info: [time] Applying Dirichlet BCs took 0.00947286 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 32/10000 +info: residual: 5.291524e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.501895 s. +info: Convergence criterion, component 0: |dx|=7.7450e-03, |x|=3.6224e+04, |dx|/|x|=2.1381e-07 +info: Convergence criterion, component 1: |dx|=3.0491e+06, |x|=8.1703e+09, |dx|/|x|=3.7320e-04 +info: [time] Iteration #3 took 0.915115 s. +info: [time] Solving process #0 took 2.73035 s in time step #6 +info: [time] Time step #6 took 2.87033 s. +info: [time] Output of timestep 6 took 0.0255757 s. +info: === Time stepping at step #7 and time 1.50332e+06 with step size 325276 +info: [time] Assembly took 0.438241 s. +info: [time] Applying Dirichlet BCs took 0.0104643 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 33/10000 +info: residual: 9.775209e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.501148 s. +info: Convergence criterion, component 0: |dx|=1.7044e-01, |x|=3.6224e+04, |dx|/|x|=4.7052e-06 +info: Convergence criterion, component 1: |dx|=1.6689e+08, |x|=8.1314e+09, |dx|/|x|=2.0524e-02 +info: [time] Iteration #1 took 0.958033 s. +info: [time] Assembly took 0.389008 s. +info: [time] Applying Dirichlet BCs took 0.00712704 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 36/10000 +info: residual: 7.819552e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.573218 s. +info: Convergence criterion, component 0: |dx|=1.2597e-01, |x|=3.6224e+04, |dx|/|x|=3.4777e-06 +info: Convergence criterion, component 1: |dx|=9.8595e+07, |x|=8.1337e+09, |dx|/|x|=1.2122e-02 +info: [time] Iteration #2 took 0.977829 s. +info: [time] Assembly took 0.397642 s. +info: [time] Applying Dirichlet BCs took 0.00954944 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 37/10000 +info: residual: 9.314862e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.569427 s. +info: Convergence criterion, component 0: |dx|=4.5738e-01, |x|=3.6224e+04, |dx|/|x|=1.2627e-05 +info: Convergence criterion, component 1: |dx|=5.2861e+07, |x|=8.1336e+09, |dx|/|x|=6.4991e-03 +info: [time] Iteration #3 took 0.985116 s. +info: [time] Assembly took 0.393093 s. +info: [time] Applying Dirichlet BCs took 0.00713468 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 40/10000 +info: residual: 4.172611e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.633211 s. +info: Convergence criterion, component 0: |dx|=4.5063e-01, |x|=3.6224e+04, |dx|/|x|=1.2440e-05 +info: Convergence criterion, component 1: |dx|=5.6517e+06, |x|=8.1336e+09, |dx|/|x|=6.9486e-04 +info: [time] Iteration #4 took 1.04194 s. +info: [time] Solving process #0 took 3.96372 s in time step #7 +info: [time] Time step #7 took 4.10418 s. +info: === Time stepping at step #8 and time 1.9587e+06 with step size 455386 +info: [time] Assembly took 0.379819 s. +info: [time] Applying Dirichlet BCs took 0.0106987 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 39/10000 +info: residual: 6.826312e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.594508 s. +info: Convergence criterion, component 0: |dx|=3.2147e-01, |x|=3.6224e+04, |dx|/|x|=8.8747e-06 +info: Convergence criterion, component 1: |dx|=6.4237e+08, |x|=8.1076e+09, |dx|/|x|=7.9230e-02 +info: [time] Iteration #1 took 0.993502 s. +info: [time] Assembly took 0.398946 s. +info: [time] Applying Dirichlet BCs took 0.00730728 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 39/10000 +info: residual: 6.590429e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.620046 s. +info: Convergence criterion, component 0: |dx|=8.4033e-01, |x|=3.6224e+04, |dx|/|x|=2.3199e-05 +info: Convergence criterion, component 1: |dx|=1.6409e+09, |x|=8.1496e+09, |dx|/|x|=2.0135e-01 +info: [time] Iteration #2 took 1.03482 s. +info: [time] Assembly took 0.404981 s. +info: [time] Applying Dirichlet BCs took 0.00992845 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 40/10000 +info: residual: 8.907663e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.651683 s. +info: Convergence criterion, component 0: |dx|=2.0208e+01, |x|=3.6218e+04, |dx|/|x|=5.5795e-04 +info: Convergence criterion, component 1: |dx|=1.0157e+09, |x|=8.0867e+09, |dx|/|x|=1.2560e-01 +info: [time] Iteration #3 took 1.07821 s. +info: [time] Assembly took 0.433973 s. +info: [time] Applying Dirichlet BCs took 0.00751913 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 43/10000 +info: residual: 9.525422e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.737511 s. +info: Convergence criterion, component 0: |dx|=2.0217e+01, |x|=3.6224e+04, |dx|/|x|=5.5811e-04 +info: Convergence criterion, component 1: |dx|=1.7780e+07, |x|=8.0868e+09, |dx|/|x|=2.1987e-03 +info: [time] Iteration #4 took 1.18858 s. +info: [time] Assembly took 0.435356 s. +info: [time] Applying Dirichlet BCs took 0.0107866 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 38/10000 +info: residual: 4.937952e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.643814 s. +info: Convergence criterion, component 0: |dx|=1.0259e-02, |x|=3.6224e+04, |dx|/|x|=2.8321e-07 +info: Convergence criterion, component 1: |dx|=5.4677e+06, |x|=8.0867e+09, |dx|/|x|=6.7614e-04 +info: [time] Iteration #5 took 1.09901 s. +info: [time] Solving process #0 took 5.39552 s in time step #8 +info: [time] Time step #8 took 5.56327 s. +info: [time] Output of timestep 8 took 0.0252806 s. +info: === Time stepping at step #9 and time 2.41409e+06 with step size 455386 +info: [time] Assembly took 0.395775 s. +info: [time] Applying Dirichlet BCs took 0.0104509 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 39/10000 +info: residual: 1.578095e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.618294 s. +info: Convergence criterion, component 0: |dx|=1.6921e-01, |x|=3.6224e+04, |dx|/|x|=4.6711e-06 +info: Convergence criterion, component 1: |dx|=1.8991e+08, |x|=8.0405e+09, |dx|/|x|=2.3620e-02 +info: [time] Iteration #1 took 1.03371 s. +info: [time] Assembly took 0.456678 s. +info: [time] Applying Dirichlet BCs took 0.00753743 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 50/10000 +info: residual: 9.791128e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.829314 s. +info: Convergence criterion, component 0: |dx|=1.3333e-01, |x|=3.6224e+04, |dx|/|x|=3.6808e-06 +info: Convergence criterion, component 1: |dx|=5.7806e+07, |x|=8.0440e+09, |dx|/|x|=7.1862e-03 +info: [time] Iteration #2 took 1.30209 s. +info: [time] Assembly took 0.423893 s. +info: [time] Applying Dirichlet BCs took 0.00982219 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 45/10000 +info: residual: 2.076446e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.782542 s. +info: Convergence criterion, component 0: |dx|=2.9515e-01, |x|=3.6224e+04, |dx|/|x|=8.1479e-06 +info: Convergence criterion, component 1: |dx|=5.2840e+07, |x|=8.0439e+09, |dx|/|x|=6.5689e-03 +info: [time] Iteration #3 took 1.2252 s. +info: [time] Assembly took 0.405269 s. +info: [time] Applying Dirichlet BCs took 0.00724918 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 44/10000 +info: residual: 9.953902e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.71313 s. +info: Convergence criterion, component 0: |dx|=2.9258e-01, |x|=3.6224e+04, |dx|/|x|=8.0770e-06 +info: Convergence criterion, component 1: |dx|=1.8542e+07, |x|=8.0440e+09, |dx|/|x|=2.3050e-03 +info: [time] Iteration #4 took 1.13422 s. +info: [time] Assembly took 0.397835 s. +info: [time] Applying Dirichlet BCs took 0.00953633 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 41/10000 +info: residual: 5.402619e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.64413 s. +info: Convergence criterion, component 0: |dx|=2.9287e-02, |x|=3.6224e+04, |dx|/|x|=8.0851e-07 +info: Convergence criterion, component 1: |dx|=8.3829e+07, |x|=8.0446e+09, |dx|/|x|=1.0421e-02 +info: [time] Iteration #5 took 1.06042 s. +info: [time] Assembly took 0.396156 s. +info: [time] Applying Dirichlet BCs took 0.00710167 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 38/10000 +info: residual: 7.047271e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.641592 s. +info: Convergence criterion, component 0: |dx|=2.5024e-01, |x|=3.6224e+04, |dx|/|x|=6.9081e-06 +info: Convergence criterion, component 1: |dx|=5.1686e+08, |x|=8.0552e+09, |dx|/|x|=6.4164e-02 +info: [time] Iteration #6 took 1.05368 s. +info: [time] Assembly took 0.434126 s. +info: [time] Applying Dirichlet BCs took 0.01055 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 41/10000 +info: residual: 2.957127e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.764559 s. +info: Convergence criterion, component 0: |dx|=1.4438e+01, |x|=3.6219e+04, |dx|/|x|=3.9862e-04 +info: Convergence criterion, component 1: |dx|=4.2684e+08, |x|=8.0440e+09, |dx|/|x|=5.3063e-02 +info: [time] Iteration #7 took 1.21957 s. +info: [time] Assembly took 0.454995 s. +info: [time] Applying Dirichlet BCs took 0.00760243 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 42/10000 +info: residual: 9.139302e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.69527 s. +info: Convergence criterion, component 0: |dx|=1.4462e+01, |x|=3.6224e+04, |dx|/|x|=3.9924e-04 +info: Convergence criterion, component 1: |dx|=3.4744e+06, |x|=8.0440e+09, |dx|/|x|=4.3192e-04 +info: [time] Iteration #8 took 1.16661 s. +info: [time] Solving process #0 took 9.1963 s in time step #9 +info: [time] Time step #9 took 9.33971 s. +info: === Time stepping at step #10 and time 2.86947e+06 with step size 455386 +info: [time] Assembly took 0.383848 s. +info: [time] Applying Dirichlet BCs took 0.0104821 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 40/10000 +info: residual: 7.725154e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.623074 s. +info: Convergence criterion, component 0: |dx|=2.1733e-01, |x|=3.6224e+04, |dx|/|x|=5.9997e-06 +info: Convergence criterion, component 1: |dx|=4.3557e+08, |x|=8.0102e+09, |dx|/|x|=5.4377e-02 +info: [time] Iteration #1 took 1.02597 s. +info: [time] Assembly took 0.397036 s. +info: [time] Applying Dirichlet BCs took 0.00724633 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 49/10000 +info: residual: 2.821494e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.778303 s. +info: Convergence criterion, component 0: |dx|=1.3432e+01, |x|=3.6220e+04, |dx|/|x|=3.7084e-04 +info: Convergence criterion, component 1: |dx|=3.8580e+08, |x|=8.0042e+09, |dx|/|x|=4.8200e-02 +info: [time] Iteration #2 took 1.19109 s. +info: [time] Assembly took 0.396069 s. +info: [time] Applying Dirichlet BCs took 0.00969804 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 60/10000 +info: residual: 3.813423e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.94528 s. +info: Convergence criterion, component 0: |dx|=1.4383e+01, |x|=3.6224e+04, |dx|/|x|=3.9705e-04 +info: Convergence criterion, component 1: |dx|=2.2072e+09, |x|=8.2890e+09, |dx|/|x|=2.6628e-01 +info: [time] Iteration #3 took 1.35949 s. +info: [time] Assembly took 0.398378 s. +info: [time] Applying Dirichlet BCs took 0.00710696 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 49/10000 +info: residual: 8.708149e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.769061 s. +info: Convergence criterion, component 0: |dx|=1.7178e+02, |x|=3.6277e+04, |dx|/|x|=4.7352e-03 +info: Convergence criterion, component 1: |dx|=3.0885e+09, |x|=8.2349e+09, |dx|/|x|=3.7506e-01 +info: [time] Iteration #4 took 1.18331 s. +info: [time] Assembly took 0.399066 s. +info: [time] Applying Dirichlet BCs took 0.00954084 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 89/10000 +info: residual: 4.941597e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.41299 s. +info: Convergence criterion, component 0: |dx|=7.8062e+02, |x|=3.6033e+04, |dx|/|x|=2.1664e-02 +info: Convergence criterion, component 1: |dx|=1.9688e+09, |x|=8.0024e+09, |dx|/|x|=2.4602e-01 +info: [time] Iteration #5 took 1.83044 s. +info: [time] Assembly took 0.399867 s. +info: [time] Applying Dirichlet BCs took 0.00748963 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 79/10000 +info: residual: 2.706591e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.25762 s. +info: Convergence criterion, component 0: |dx|=6.2453e+02, |x|=3.6224e+04, |dx|/|x|=1.7241e-02 +info: Convergence criterion, component 1: |dx|=2.9428e+08, |x|=8.0064e+09, |dx|/|x|=3.6756e-02 +info: [time] Iteration #6 took 1.67384 s. +info: [time] Assembly took 0.399117 s. +info: [time] Applying Dirichlet BCs took 0.00941814 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 56/10000 +info: residual: 9.484738e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.899059 s. +info: Convergence criterion, component 0: |dx|=5.8990e+00, |x|=3.6224e+04, |dx|/|x|=1.6284e-04 +info: Convergence criterion, component 1: |dx|=4.0946e+08, |x|=8.0054e+09, |dx|/|x|=5.1148e-02 +info: [time] Iteration #7 took 1.31601 s. +info: [time] Assembly took 0.401001 s. +info: [time] Applying Dirichlet BCs took 0.0073584 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 67/10000 +info: residual: 8.361884e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.07221 s. +info: Convergence criterion, component 0: |dx|=4.1593e+02, |x|=3.6096e+04, |dx|/|x|=1.1523e-02 +info: Convergence criterion, component 1: |dx|=1.4838e+10, |x|=1.6805e+10, |dx|/|x|=8.8296e-01 +info: [time] Iteration #8 took 1.48922 s. +info: [time] Assembly took 0.399256 s. +info: [time] Applying Dirichlet BCs took 0.00961422 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 67/10000 +info: residual: 8.860224e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.05646 s. +info: Convergence criterion, component 0: |dx|=1.1684e+04, |x|=4.1178e+04, |dx|/|x|=2.8375e-01 +info: Convergence criterion, component 1: |dx|=1.5054e+10, |x|=8.3803e+09, |dx|/|x|=1.7964e+00 +info: [time] Iteration #9 took 1.47378 s. +info: [time] Assembly took 0.394676 s. +info: [time] Applying Dirichlet BCs took 0.00746417 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 338/10000 +info: residual: 8.336222e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 5.43313 s. +info: Convergence criterion, component 0: |dx|=1.4198e+04, |x|=3.5440e+04, |dx|/|x|=4.0063e-01 +info: Convergence criterion, component 1: |dx|=7.7242e+10, |x|=7.7698e+10, |dx|/|x|=9.9414e-01 +info: [time] Iteration #10 took 5.84426 s. +info: [time] Assembly took 0.3999 s. +info: [time] Applying Dirichlet BCs took 0.00964079 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 10000/10000 +info: residual: nan + +error: Failed during Eigen linear solve +info: ------------------------------------------------------------------ +info: [time] Linear solver took 142.758 s. +error: Newton: The linear solver failed. +info: [time] Solving process #0 took 161.556 s in time step #10 +error: The nonlinear solver failed in time step #10 at t = 2.86947e+06 s for process #0. +info: [time] Time step #10 took 161.556 s. +warning: Time step will be rejected due to nonlinear solver divergence. +warning: Time step 10 was rejected 1 times and it will be repeated with a reduced step size. +info: === Time stepping at step #10 and time 2.64178e+06 with step size 227693 +info: [time] Assembly took 0.40345 s. +info: [time] Applying Dirichlet BCs took 0.0110637 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 29/10000 +info: residual: 8.920024e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.450036 s. +info: Convergence criterion, component 0: |dx|=7.1785e-02, |x|=3.6224e+04, |dx|/|x|=1.9817e-06 +info: Convergence criterion, component 1: |dx|=8.5218e+07, |x|=8.0232e+09, |dx|/|x|=1.0621e-02 +info: [time] Iteration #1 took 0.872718 s. +info: [time] Assembly took 0.385176 s. +info: [time] Applying Dirichlet BCs took 0.00710531 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 30/10000 +info: residual: 7.043035e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.467375 s. +info: Convergence criterion, component 0: |dx|=5.0739e-02, |x|=3.6224e+04, |dx|/|x|=1.4007e-06 +info: Convergence criterion, component 1: |dx|=5.6310e+06, |x|=8.0240e+09, |dx|/|x|=7.0178e-04 +info: [time] Iteration #2 took 0.868068 s. +info: [time] Solving process #0 took 1.74152 s in time step #10 +info: [time] Time step #10 took 1.87741 s. +info: [time] Output of timestep 10 took 0.0228315 s. +info: === Time stepping at step #11 and time 2.96055e+06 with step size 318770 +info: [time] Assembly took 0.369178 s. +info: [time] Applying Dirichlet BCs took 0.010537 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 36/10000 +info: residual: 2.619924e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.535602 s. +info: Convergence criterion, component 0: |dx|=9.5477e-02, |x|=3.6224e+04, |dx|/|x|=2.6358e-06 +info: Convergence criterion, component 1: |dx|=1.1520e+08, |x|=7.9954e+09, |dx|/|x|=1.4408e-02 +info: [time] Iteration #1 took 0.9236 s. +info: [time] Assembly took 0.391193 s. +info: [time] Applying Dirichlet BCs took 0.00708263 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 34/10000 +info: residual: 6.411552e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.523513 s. +info: Convergence criterion, component 0: |dx|=7.1830e-02, |x|=3.6224e+04, |dx|/|x|=1.9829e-06 +info: Convergence criterion, component 1: |dx|=1.3609e+07, |x|=7.9968e+09, |dx|/|x|=1.7019e-03 +info: [time] Iteration #2 took 0.930132 s. +info: [time] Assembly took 0.388416 s. +info: [time] Applying Dirichlet BCs took 0.00956139 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 37/10000 +info: residual: 7.915251e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.566542 s. +info: Convergence criterion, component 0: |dx|=6.6981e-03, |x|=3.6224e+04, |dx|/|x|=1.8491e-07 +info: Convergence criterion, component 1: |dx|=8.9028e+06, |x|=7.9968e+09, |dx|/|x|=1.1133e-03 +info: [time] Iteration #3 took 0.973145 s. +info: [time] Assembly took 0.395758 s. +info: [time] Applying Dirichlet BCs took 0.00728552 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 35/10000 +info: residual: 8.210655e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.533224 s. +info: Convergence criterion, component 0: |dx|=7.2029e-03, |x|=3.6224e+04, |dx|/|x|=1.9885e-07 +info: Convergence criterion, component 1: |dx|=2.4728e+07, |x|=7.9968e+09, |dx|/|x|=3.0923e-03 +info: [time] Iteration #4 took 0.944555 s. +info: [time] Assembly took 0.389124 s. +info: [time] Applying Dirichlet BCs took 0.0100079 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 36/10000 +info: residual: 5.541623e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.547375 s. +info: Convergence criterion, component 0: |dx|=4.6542e-02, |x|=3.6224e+04, |dx|/|x|=1.2848e-06 +info: Convergence criterion, component 1: |dx|=2.6027e+07, |x|=7.9967e+09, |dx|/|x|=3.2547e-03 +info: [time] Iteration #5 took 0.955017 s. +info: [time] Assembly took 0.394085 s. +info: [time] Applying Dirichlet BCs took 0.00711684 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 37/10000 +info: residual: 4.868910e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.564201 s. +info: Convergence criterion, component 0: |dx|=4.4664e-02, |x|=3.6224e+04, |dx|/|x|=1.2330e-06 +info: Convergence criterion, component 1: |dx|=1.5176e+07, |x|=7.9968e+09, |dx|/|x|=1.8978e-03 +info: [time] Iteration #6 took 0.973708 s. +info: [time] Assembly took 0.391467 s. +info: [time] Applying Dirichlet BCs took 0.00987135 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 44/10000 +info: residual: 2.179793e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.684971 s. +info: Convergence criterion, component 0: |dx|=1.2563e-02, |x|=3.6224e+04, |dx|/|x|=3.4682e-07 +info: Convergence criterion, component 1: |dx|=1.4438e+07, |x|=7.9968e+09, |dx|/|x|=1.8055e-03 +info: [time] Iteration #7 took 1.0949 s. +info: [time] Assembly took 0.392809 s. +info: [time] Applying Dirichlet BCs took 0.00728786 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 40/10000 +info: residual: 9.586310e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.609786 s. +info: Convergence criterion, component 0: |dx|=1.2552e-02, |x|=3.6224e+04, |dx|/|x|=3.4650e-07 +info: Convergence criterion, component 1: |dx|=1.2253e+07, |x|=7.9968e+09, |dx|/|x|=1.5323e-03 +info: [time] Iteration #8 took 1.01845 s. +info: [time] Assembly took 0.393477 s. +info: [time] Applying Dirichlet BCs took 0.00945839 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 40/10000 +info: residual: 7.691983e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.614597 s. +info: Convergence criterion, component 0: |dx|=4.9089e-03, |x|=3.6224e+04, |dx|/|x|=1.3552e-07 +info: Convergence criterion, component 1: |dx|=1.5088e+07, |x|=7.9968e+09, |dx|/|x|=1.8868e-03 +info: [time] Iteration #9 took 1.02615 s. +info: [time] Assembly took 0.431021 s. +info: [time] Applying Dirichlet BCs took 0.00775071 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 38/10000 +info: residual: 8.951584e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.602475 s. +info: Convergence criterion, component 0: |dx|=1.2216e-02, |x|=3.6224e+04, |dx|/|x|=3.3725e-07 +info: Convergence criterion, component 1: |dx|=4.1768e+07, |x|=7.9970e+09, |dx|/|x|=5.2230e-03 +info: [time] Iteration #10 took 1.05012 s. +info: [time] Assembly took 0.3948 s. +info: [time] Applying Dirichlet BCs took 0.00952456 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 35/10000 +info: residual: 9.796769e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.540102 s. +info: Convergence criterion, component 0: |dx|=1.1831e-01, |x|=3.6224e+04, |dx|/|x|=3.2660e-06 +info: Convergence criterion, component 1: |dx|=2.4867e+08, |x|=7.9995e+09, |dx|/|x|=3.1085e-02 +info: [time] Iteration #11 took 0.952551 s. +info: [time] Assembly took 0.39471 s. +info: [time] Applying Dirichlet BCs took 0.00724971 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 41/10000 +info: residual: 3.477196e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.63655 s. +info: Convergence criterion, component 0: |dx|=9.6083e+00, |x|=3.6221e+04, |dx|/|x|=2.6527e-04 +info: Convergence criterion, component 1: |dx|=5.0141e+08, |x|=8.0075e+09, |dx|/|x|=6.2617e-02 +info: [time] Iteration #12 took 1.04709 s. +info: [time] Solving process #0 took 11.8907 s in time step #11 +error: The nonlinear solver failed in time step #11 at t = 2.96055e+06 s for process #0. +info: [time] Time step #11 took 11.8908 s. +warning: Time step will be rejected due to nonlinear solver divergence. +warning: Time step 11 was rejected 1 times and it will be repeated with a reduced step size. +info: === Time stepping at step #11 and time 2.80117e+06 with step size 159385 +info: [time] Assembly took 0.396625 s. +info: [time] Applying Dirichlet BCs took 0.0110059 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 29/10000 +info: residual: 9.641519e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.44637 s. +info: Convergence criterion, component 0: |dx|=4.7516e-02, |x|=3.6224e+04, |dx|/|x|=1.3117e-06 +info: Convergence criterion, component 1: |dx|=5.6176e+07, |x|=8.0100e+09, |dx|/|x|=7.0132e-03 +info: [time] Iteration #1 took 0.862368 s. +info: [time] Assembly took 0.388334 s. +info: [time] Applying Dirichlet BCs took 0.00730171 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 28/10000 +info: residual: 7.629213e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.438159 s. +info: Convergence criterion, component 0: |dx|=3.1481e-02, |x|=3.6224e+04, |dx|/|x|=8.6907e-07 +info: Convergence criterion, component 1: |dx|=2.6270e+06, |x|=8.0103e+09, |dx|/|x|=3.2795e-04 +info: [time] Iteration #2 took 0.842075 s. +info: [time] Solving process #0 took 1.70526 s in time step #11 +info: [time] Time step #11 took 1.84068 s. +info: === Time stepping at step #12 and time 3.02431e+06 with step size 223139 +info: [time] Assembly took 0.374342 s. +info: [time] Applying Dirichlet BCs took 0.010335 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 29/10000 +info: residual: 5.670410e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.438343 s. +info: Convergence criterion, component 0: |dx|=6.2627e-02, |x|=3.6224e+04, |dx|/|x|=1.7289e-06 +info: Convergence criterion, component 1: |dx|=7.7407e+07, |x|=7.9910e+09, |dx|/|x|=9.6869e-03 +info: [time] Iteration #1 took 0.831295 s. +info: [time] Assembly took 0.387664 s. +info: [time] Applying Dirichlet BCs took 0.00732031 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 32/10000 +info: residual: 5.779980e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.489176 s. +info: Convergence criterion, component 0: |dx|=4.5375e-02, |x|=3.6224e+04, |dx|/|x|=1.2526e-06 +info: Convergence criterion, component 1: |dx|=4.6339e+06, |x|=7.9916e+09, |dx|/|x|=5.7984e-04 +info: [time] Iteration #2 took 0.89235 s. +info: [time] Solving process #0 took 1.72439 s in time step #12 +info: [time] Time step #12 took 1.86072 s. +info: [time] Output of timestep 12 took 0.0232578 s. +info: === Time stepping at step #13 and time 3.3367e+06 with step size 312395 +info: [time] Assembly took 0.372362 s. +info: [time] Applying Dirichlet BCs took 0.0100449 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 32/10000 +info: residual: 8.357766e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.486857 s. +info: Convergence criterion, component 0: |dx|=8.4077e-02, |x|=3.6224e+04, |dx|/|x|=2.3211e-06 +info: Convergence criterion, component 1: |dx|=1.0628e+08, |x|=7.9649e+09, |dx|/|x|=1.3344e-02 +info: [time] Iteration #1 took 0.877539 s. +info: [time] Assembly took 0.386527 s. +info: [time] Applying Dirichlet BCs took 0.00724155 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 34/10000 +info: residual: 5.661962e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.530831 s. +info: Convergence criterion, component 0: |dx|=6.5465e-02, |x|=3.6224e+04, |dx|/|x|=1.8072e-06 +info: Convergence criterion, component 1: |dx|=8.3916e+06, |x|=7.9662e+09, |dx|/|x|=1.0534e-03 +info: [time] Iteration #2 took 0.933353 s. +info: [time] Assembly took 0.396646 s. +info: [time] Applying Dirichlet BCs took 0.0095869 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 35/10000 +info: residual: 6.746392e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.545117 s. +info: Convergence criterion, component 0: |dx|=4.9525e-03, |x|=3.6224e+04, |dx|/|x|=1.3672e-07 +info: Convergence criterion, component 1: |dx|=1.1162e+06, |x|=7.9662e+09, |dx|/|x|=1.4012e-04 +info: [time] Iteration #3 took 0.960038 s. +info: [time] Solving process #0 took 2.77215 s in time step #13 +info: [time] Time step #13 took 2.91207 s. +info: === Time stepping at step #14 and time 3.77405e+06 with step size 437353 +info: [time] Assembly took 0.287651 s. +info: [time] Applying Dirichlet BCs took 0.00746799 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 35/10000 +info: residual: 5.572743e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.396459 s. +info: Convergence criterion, component 0: |dx|=1.3071e+02, |x|=3.6280e+04, |dx|/|x|=3.6029e-03 +info: Convergence criterion, component 1: |dx|=1.4460e+08, |x|=7.9287e+09, |dx|/|x|=1.8238e-02 +info: [time] Iteration #1 took 0.697379 s. +info: [time] Assembly took 0.269088 s. +info: [time] Applying Dirichlet BCs took 0.00528755 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 52/10000 +info: residual: 2.937045e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.595836 s. +info: Convergence criterion, component 0: |dx|=2.2087e+00, |x|=3.6280e+04, |dx|/|x|=6.0879e-05 +info: Convergence criterion, component 1: |dx|=7.1522e+09, |x|=1.0695e+10, |dx|/|x|=6.6874e-01 +info: [time] Iteration #2 took 0.876151 s. +info: [time] Assembly took 0.270134 s. +info: [time] Applying Dirichlet BCs took 0.00730391 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 47/10000 +info: residual: 5.635488e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.54115 s. +info: Convergence criterion, component 0: |dx|=2.6391e+01, |x|=3.6288e+04, |dx|/|x|=7.2726e-04 +info: Convergence criterion, component 1: |dx|=5.2558e+09, |x|=9.6392e+09, |dx|/|x|=5.4525e-01 +info: [time] Iteration #3 took 0.824496 s. +info: [time] Assembly took 0.270186 s. +info: [time] Applying Dirichlet BCs took 0.00541201 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 55/10000 +info: residual: 5.769910e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.633503 s. +info: Convergence criterion, component 0: |dx|=1.3318e+02, |x|=3.6239e+04, |dx|/|x|=3.6751e-03 +info: Convergence criterion, component 1: |dx|=4.2821e+09, |x|=8.7213e+09, |dx|/|x|=4.9099e-01 +info: [time] Iteration #4 took 0.91507 s. +info: [time] Assembly took 0.270248 s. +info: [time] Applying Dirichlet BCs took 0.00694216 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 46/10000 +info: residual: 8.232454e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.533869 s. +info: Convergence criterion, component 0: |dx|=1.1532e+02, |x|=3.6280e+04, |dx|/|x|=3.1785e-03 +info: Convergence criterion, component 1: |dx|=8.6243e+09, |x|=1.1256e+10, |dx|/|x|=7.6620e-01 +info: [time] Iteration #5 took 0.816978 s. +info: [time] Assembly took 0.301281 s. +info: [time] Applying Dirichlet BCs took 0.00563338 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 56/10000 +info: residual: 7.693183e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.653734 s. +info: Convergence criterion, component 0: |dx|=7.7575e+01, |x|=3.6267e+04, |dx|/|x|=2.1390e-03 +info: Convergence criterion, component 1: |dx|=7.0302e+09, |x|=8.6713e+09, |dx|/|x|=8.1074e-01 +info: [time] Iteration #6 took 0.96661 s. +info: [time] Assembly took 0.276059 s. +info: [time] Applying Dirichlet BCs took 0.00689779 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 58/10000 +info: residual: 5.643803e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.66679 s. +info: Convergence criterion, component 0: |dx|=6.0621e+01, |x|=3.6272e+04, |dx|/|x|=1.6713e-03 +info: Convergence criterion, component 1: |dx|=1.2780e+09, |x|=8.8630e+09, |dx|/|x|=1.4420e-01 +info: [time] Iteration #7 took 0.955733 s. +info: [time] Assembly took 0.272811 s. +info: [time] Applying Dirichlet BCs took 0.00528738 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 56/10000 +info: residual: 5.839114e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.655022 s. +info: Convergence criterion, component 0: |dx|=1.4970e+02, |x|=3.6322e+04, |dx|/|x|=4.1214e-03 +info: Convergence criterion, component 1: |dx|=8.0288e+08, |x|=8.7184e+09, |dx|/|x|=9.2091e-02 +info: [time] Iteration #8 took 0.93917 s. +info: [time] Assembly took 0.272192 s. +info: [time] Applying Dirichlet BCs took 0.00711389 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 74/10000 +info: residual: 8.803990e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.857607 s. +info: Convergence criterion, component 0: |dx|=1.8424e+02, |x|=3.6261e+04, |dx|/|x|=5.0809e-03 +info: Convergence criterion, component 1: |dx|=3.8798e+08, |x|=8.8526e+09, |dx|/|x|=4.3827e-02 +info: [time] Iteration #9 took 1.14307 s. +info: [time] Assembly took 0.270608 s. +info: [time] Applying Dirichlet BCs took 0.0054778 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 64/10000 +info: residual: 3.806682e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.740913 s. +info: Convergence criterion, component 0: |dx|=6.4148e+01, |x|=3.6280e+04, |dx|/|x|=1.7681e-03 +info: Convergence criterion, component 1: |dx|=4.6916e+08, |x|=8.6753e+09, |dx|/|x|=5.4080e-02 +info: [time] Iteration #10 took 1.0229 s. +info: [time] Assembly took 0.271824 s. +info: [time] Applying Dirichlet BCs took 0.00700441 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 52/10000 +info: residual: 7.195620e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.605243 s. +info: Convergence criterion, component 0: |dx|=2.7230e+00, |x|=3.6281e+04, |dx|/|x|=7.5053e-05 +info: Convergence criterion, component 1: |dx|=3.5991e+08, |x|=8.8070e+09, |dx|/|x|=4.0866e-02 +info: [time] Iteration #11 took 0.889943 s. +info: [time] Assembly took 0.297575 s. +info: [time] Applying Dirichlet BCs took 0.00575621 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 70/10000 +info: residual: 8.469940e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.05423 s. +info: Convergence criterion, component 0: |dx|=5.0659e+00, |x|=3.6282e+04, |dx|/|x|=1.3963e-04 +info: Convergence criterion, component 1: |dx|=3.1878e+08, |x|=8.7160e+09, |dx|/|x|=3.6574e-02 +info: [time] Iteration #12 took 1.36633 s. +info: [time] Solving process #0 took 11.4148 s in time step #14 +error: The nonlinear solver failed in time step #14 at t = 3.77405e+06 s for process #0. +info: [time] Time step #14 took 11.4148 s. +warning: Time step will be rejected due to nonlinear solver divergence. +warning: Time step 14 was rejected 1 times and it will be repeated with a reduced step size. +info: === Time stepping at step #14 and time 3.55538e+06 with step size 218677 +info: [time] Assembly took 0.402312 s. +info: [time] Applying Dirichlet BCs took 0.0107938 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 29/10000 +info: residual: 8.172071e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.455124 s. +info: Convergence criterion, component 0: |dx|=5.2550e-02, |x|=3.6224e+04, |dx|/|x|=1.4507e-06 +info: Convergence criterion, component 1: |dx|=7.0070e+07, |x|=7.9484e+09, |dx|/|x|=8.8157e-03 +info: [time] Iteration #1 took 0.877025 s. +info: [time] Assembly took 0.398353 s. +info: [time] Applying Dirichlet BCs took 0.00715677 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 32/10000 +info: residual: 5.733719e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.504168 s. +info: Convergence criterion, component 0: |dx|=4.0501e-02, |x|=3.6224e+04, |dx|/|x|=1.1181e-06 +info: Convergence criterion, component 1: |dx|=3.9552e+06, |x|=7.9489e+09, |dx|/|x|=4.9757e-04 +info: [time] Iteration #2 took 0.918139 s. +info: [time] Solving process #0 took 1.79621 s in time step #14 +info: [time] Time step #14 took 1.93814 s. +info: [time] Output of timestep 14 took 0.023985 s. +info: === Time stepping at step #15 and time 3.86152e+06 with step size 306147 +info: [time] Assembly took 0.374727 s. +info: [time] Applying Dirichlet BCs took 0.0101798 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 31/10000 +info: residual: 8.112498e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.464957 s. +info: Convergence criterion, component 0: |dx|=2.8696e+02, |x|=3.6340e+04, |dx|/|x|=7.8967e-03 +info: Convergence criterion, component 1: |dx|=9.6689e+07, |x|=7.9224e+09, |dx|/|x|=1.2204e-02 +info: [time] Iteration #1 took 0.858359 s. +info: [time] Assembly took 0.395075 s. +info: [time] Applying Dirichlet BCs took 0.00716475 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 35/10000 +info: residual: 9.790382e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.548224 s. +info: Convergence criterion, component 0: |dx|=2.7082e-01, |x|=3.6340e+04, |dx|/|x|=7.4525e-06 +info: Convergence criterion, component 1: |dx|=8.9666e+06, |x|=7.9217e+09, |dx|/|x|=1.1319e-03 +info: [time] Iteration #2 took 0.958894 s. +info: [time] Assembly took 0.395563 s. +info: [time] Applying Dirichlet BCs took 0.00951334 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 35/10000 +info: residual: 6.645093e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.546407 s. +info: Convergence criterion, component 0: |dx|=3.4233e-02, |x|=3.6340e+04, |dx|/|x|=9.4204e-07 +info: Convergence criterion, component 1: |dx|=2.9405e+05, |x|=7.9217e+09, |dx|/|x|=3.7120e-05 +info: [time] Iteration #3 took 0.960085 s. +info: [time] Solving process #0 took 2.7788 s in time step #15 +info: [time] Time step #15 took 2.92189 s. +info: === Time stepping at step #16 and time 4.29013e+06 with step size 428606 +info: [time] Assembly took 0.376454 s. +info: [time] Applying Dirichlet BCs took 0.0105242 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 41/10000 +info: residual: 9.285836e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.630801 s. +info: Convergence criterion, component 0: |dx|=2.5046e+02, |x|=3.6473e+04, |dx|/|x|=6.8671e-03 +info: Convergence criterion, component 1: |dx|=1.3334e+08, |x|=7.8841e+09, |dx|/|x|=1.6913e-02 +info: [time] Iteration #1 took 1.02628 s. +info: [time] Assembly took 0.400973 s. +info: [time] Applying Dirichlet BCs took 0.00720448 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 39/10000 +info: residual: 6.821863e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.601909 s. +info: Convergence criterion, component 0: |dx|=6.2045e-01, |x|=3.6473e+04, |dx|/|x|=1.7011e-05 +info: Convergence criterion, component 1: |dx|=1.3632e+07, |x|=7.8835e+09, |dx|/|x|=1.7292e-03 +info: [time] Iteration #2 took 1.01873 s. +info: [time] Assembly took 0.401371 s. +info: [time] Applying Dirichlet BCs took 0.00948576 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 39/10000 +info: residual: 5.254574e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.601152 s. +info: Convergence criterion, component 0: |dx|=3.8655e-02, |x|=3.6473e+04, |dx|/|x|=1.0598e-06 +info: Convergence criterion, component 1: |dx|=2.8739e+05, |x|=7.8835e+09, |dx|/|x|=3.6454e-05 +info: [time] Iteration #3 took 1.02056 s. +info: [time] Solving process #0 took 3.06698 s in time step #16 +info: [time] Time step #16 took 3.20976 s. +info: [time] Output of timestep 16 took 0.03463 s. +info: === Time stepping at step #17 and time 4.89018e+06 with step size 600048 +info: [time] Assembly took 0.375392 s. +info: [time] Applying Dirichlet BCs took 0.0103445 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 48/10000 +info: residual: 8.023765e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.734871 s. +info: Convergence criterion, component 0: |dx|=2.2761e+02, |x|=3.6615e+04, |dx|/|x|=6.2164e-03 +info: Convergence criterion, component 1: |dx|=1.7884e+08, |x|=7.8322e+09, |dx|/|x|=2.2834e-02 +info: [time] Iteration #1 took 1.12921 s. +info: [time] Assembly took 0.396386 s. +info: [time] Applying Dirichlet BCs took 0.00647818 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 44/10000 +info: residual: 3.764742e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.682369 s. +info: Convergence criterion, component 0: |dx|=1.1555e+00, |x|=3.6614e+04, |dx|/|x|=3.1560e-05 +info: Convergence criterion, component 1: |dx|=1.9812e+07, |x|=7.8323e+09, |dx|/|x|=2.5295e-03 +info: [time] Iteration #2 took 1.09372 s. +info: [time] Assembly took 0.399345 s. +info: [time] Applying Dirichlet BCs took 0.00654366 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 43/10000 +info: residual: 2.253090e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.664767 s. +info: Convergence criterion, component 0: |dx|=6.8794e-02, |x|=3.6614e+04, |dx|/|x|=1.8789e-06 +info: Convergence criterion, component 1: |dx|=3.6652e+05, |x|=7.8323e+09, |dx|/|x|=4.6796e-05 +info: [time] Iteration #3 took 1.07921 s. +info: [time] Solving process #0 took 3.30345 s in time step #17 +info: [time] Time step #17 took 3.44639 s. +info: === Time stepping at step #18 and time 5.73025e+06 with step size 840068 +info: [time] Assembly took 0.385839 s. +info: [time] Applying Dirichlet BCs took 0.0103112 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 49/10000 +info: residual: 7.625153e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.753906 s. +info: Convergence criterion, component 0: |dx|=2.0259e+02, |x|=3.6756e+04, |dx|/|x|=5.5117e-03 +info: Convergence criterion, component 1: |dx|=2.2865e+08, |x|=7.7650e+09, |dx|/|x|=2.9446e-02 +info: [time] Iteration #1 took 1.15864 s. +info: [time] Assembly took 0.399351 s. +info: [time] Applying Dirichlet BCs took 0.00795523 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 46/10000 +info: residual: 7.920529e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.718 s. +info: Convergence criterion, component 0: |dx|=1.9303e+00, |x|=3.6756e+04, |dx|/|x|=5.2518e-05 +info: Convergence criterion, component 1: |dx|=2.5990e+07, |x|=7.7665e+09, |dx|/|x|=3.3464e-03 +info: [time] Iteration #2 took 1.13397 s. +info: [time] Assembly took 0.396897 s. +info: [time] Applying Dirichlet BCs took 0.0105911 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 45/10000 +info: residual: 7.291038e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.702964 s. +info: Convergence criterion, component 0: |dx|=1.3662e-01, |x|=3.6756e+04, |dx|/|x|=3.7170e-06 +info: Convergence criterion, component 1: |dx|=6.5025e+05, |x|=7.7665e+09, |dx|/|x|=8.3725e-05 +info: [time] Iteration #3 took 1.11897 s. +info: [time] Solving process #0 took 3.41289 s in time step #18 +info: [time] Time step #18 took 3.55496 s. +info: [time] Output of timestep 18 took 0.0374532 s. +info: === Time stepping at step #19 and time 6.90634e+06 with step size 1.17609e+06 +info: [time] Assembly took 0.371844 s. +info: [time] Applying Dirichlet BCs took 0.0101692 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 48/10000 +info: residual: 8.421470e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.738471 s. +info: Convergence criterion, component 0: |dx|=7.7922e+02, |x|=3.7225e+04, |dx|/|x|=2.0933e-02 +info: Convergence criterion, component 1: |dx|=3.0615e+08, |x|=7.6706e+09, |dx|/|x|=3.9912e-02 +info: [time] Iteration #1 took 1.12927 s. +info: [time] Assembly took 0.397289 s. +info: [time] Applying Dirichlet BCs took 0.00651158 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 54/10000 +info: residual: 8.015115e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.842818 s. +info: Convergence criterion, component 0: |dx|=1.1225e+01, |x|=3.7221e+04, |dx|/|x|=3.0156e-04 +info: Convergence criterion, component 1: |dx|=1.1701e+08, |x|=7.6680e+09, |dx|/|x|=1.5259e-02 +info: [time] Iteration #2 took 1.25516 s. +info: [time] Assembly took 0.407724 s. +info: [time] Applying Dirichlet BCs took 0.00645106 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 51/10000 +info: residual: 2.847164e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.789072 s. +info: Convergence criterion, component 0: |dx|=1.0933e+00, |x|=3.7221e+04, |dx|/|x|=2.9373e-05 +info: Convergence criterion, component 1: |dx|=6.8148e+06, |x|=7.6703e+09, |dx|/|x|=8.8846e-04 +info: [time] Iteration #3 took 1.21179 s. +info: [time] Solving process #0 took 3.59775 s in time step #19 +info: [time] Time step #19 took 3.74152 s. +info: === Time stepping at step #20 and time 8.55287e+06 with step size 1.64653e+06 +info: [time] Assembly took 0.37637 s. +info: [time] Applying Dirichlet BCs took 0.0105491 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 59/10000 +info: residual: 3.117692e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.91211 s. +info: Convergence criterion, component 0: |dx|=5.2336e+02, |x|=3.7610e+04, |dx|/|x|=1.3915e-02 +info: Convergence criterion, component 1: |dx|=4.2161e+08, |x|=7.5657e+09, |dx|/|x|=5.5726e-02 +info: [time] Iteration #1 took 1.30768 s. +info: [time] Assembly took 0.403366 s. +info: [time] Applying Dirichlet BCs took 0.00784442 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 56/10000 +info: residual: 6.058241e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.877427 s. +info: Convergence criterion, component 0: |dx|=1.5790e+01, |x|=3.7604e+04, |dx|/|x|=4.1989e-04 +info: Convergence criterion, component 1: |dx|=1.2105e+08, |x|=7.5830e+09, |dx|/|x|=1.5963e-02 +info: [time] Iteration #2 took 1.29718 s. +info: [time] Assembly took 0.399402 s. +info: [time] Applying Dirichlet BCs took 0.0105014 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 57/10000 +info: residual: 2.876966e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.897026 s. +info: Convergence criterion, component 0: |dx|=2.5669e+00, |x|=3.7605e+04, |dx|/|x|=6.8259e-05 +info: Convergence criterion, component 1: |dx|=7.1017e+06, |x|=7.5857e+09, |dx|/|x|=9.3620e-04 +info: [time] Iteration #3 took 1.31566 s. +info: [time] Solving process #0 took 3.92186 s in time step #20 +info: [time] Time step #20 took 4.06497 s. +info: [time] Output of timestep 20 took 0.0379855 s. +info: === Time stepping at step #21 and time 1e+07 with step size 1.44713e+06 +info: [time] Assembly took 0.376896 s. +info: [time] Applying Dirichlet BCs took 0.0102722 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 53/10000 +info: residual: 8.008184e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.807298 s. +info: Convergence criterion, component 0: |dx|=7.3315e+02, |x|=3.8108e+04, |dx|/|x|=1.9238e-02 +info: Convergence criterion, component 1: |dx|=4.5271e+08, |x|=7.5411e+09, |dx|/|x|=6.0032e-02 +info: [time] Iteration #1 took 1.20295 s. +info: [time] Assembly took 0.396976 s. +info: [time] Applying Dirichlet BCs took 0.00773139 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 64/10000 +info: residual: 8.842821e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 1.00279 s. +info: Convergence criterion, component 0: |dx|=3.3350e+01, |x|=3.8098e+04, |dx|/|x|=8.7538e-04 +info: Convergence criterion, component 1: |dx|=2.0531e+08, |x|=7.5906e+09, |dx|/|x|=2.7048e-02 +info: [time] Iteration #2 took 1.41605 s. +info: [time] Assembly took 0.399831 s. +info: [time] Applying Dirichlet BCs took 0.0105386 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 59/10000 +info: residual: 9.751017e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.924637 s. +info: Convergence criterion, component 0: |dx|=7.5594e+00, |x|=3.8099e+04, |dx|/|x|=1.9841e-04 +info: Convergence criterion, component 1: |dx|=2.4135e+07, |x|=7.6009e+09, |dx|/|x|=3.1753e-03 +info: [time] Iteration #3 took 1.34357 s. +info: [time] Assembly took 0.398734 s. +info: [time] Applying Dirichlet BCs took 0.00715769 s. +info: ------------------------------------------------------------------ +info: *** Eigen solver computation +info: -> solve with IDRSTABL (precon DIAGONAL) +info: iteration: 58/10000 +info: residual: 9.913425e-11 + +info: ------------------------------------------------------------------ +info: [time] Linear solver took 0.90283 s. +info: Convergence criterion, component 0: |dx|=3.8178e-01, |x|=3.8099e+04, |dx|/|x|=1.0021e-05 +info: Convergence criterion, component 1: |dx|=1.5272e+06, |x|=7.6006e+09, |dx|/|x|=2.0094e-04 +info: [time] Iteration #4 took 1.31728 s. +info: [time] Solving process #0 took 5.28005 s in time step #21 +info: [time] Time step #21 took 5.42212 s. +info: The whole computation of the time stepping took 25 steps, in which + the accepted steps are 21, and the rejected steps are 4. + +info: [time] Output of timestep 25 took 0.0367706 s. +info: [time] Execution took 266.08 s. +info: [time] Output of XDMF to run_85_TRM_2d_nocompesate_mesh_100x100_domain.xdmf took 0.000423771 s. +info: OGS terminated on 2021-12-07 22:58:22+0100. diff --git a/ogstools/logparser/examples/serial_warning_only.txt b/ogstools/logparser/examples/serial_warning_only.txt new file mode 100644 index 0000000000000000000000000000000000000000..cc43ecd71642ea08625389550ab24116e8a1bfc4 --- /dev/null +++ b/ogstools/logparser/examples/serial_warning_only.txt @@ -0,0 +1,6 @@ +info: This is OpenGeoSys-6 version 6.4.1-91-g31c30ea65c. +info: OGS started on 2021-11-02 16:36:59+0100. +warning: Time step will be rejected due to nonlinear solver divergence. +Please re-run ogs with a proper adjustment in the numerical settings, +e.g those for time stepper, local or global non-linear solver. +info: OGS terminated on 2021-11-26 13:23:27+0100.