From 51eea068875251834f3fd3cf83953919d4e741ca Mon Sep 17 00:00:00 2001 From: kvrigor Date: Wed, 27 Nov 2024 14:42:31 +0100 Subject: [PATCH] Removed machine-specific metadata embedded in .ipynb files --- chapter1/poisson.ipynb | 53 ++++-------- chapter2/advection-diffusion-stabilized.ipynb | 62 ++++---------- chapter2/advection-diffusion.ipynb | 69 ++++----------- chapter2/biharmonic.ipynb | 83 ++++--------------- chapter2/elliptic-curl.ipynb | 53 ++++-------- chapter2/elliptic-div.ipynb | 69 ++++----------- chapter2/elliptic-general-form.ipynb | 49 +++-------- chapter2/linear-elasticity.ipynb | 41 +++------ chapter2/poisson-mixed-v1.ipynb | 48 +++-------- chapter2/poisson-mixed-v2.ipynb | 48 +++-------- chapter2/poisson-mixed.ipynb | 7 +- chapter2/poisson-nitsche.ipynb | 29 +++---- chapter2/poisson.ipynb | 53 ++++-------- chapter2/stokes-v1.ipynb | 32 +++---- chapter2/stokes-v2.ipynb | 32 +++---- chapter2/stokes.ipynb | 7 +- chapter2/vector-poisson.ipynb | 53 ++++-------- .../poisson-multi-subdomains-nitsche.ipynb | 49 +++-------- chapter4/poisson-two-subdomains-nitsche.ipynb | 49 +++-------- .../cfd/bingham_plastic_flow_in_a_pipe.ipynb | 7 +- .../buoyancy-driven_natural_convection.ipynb | 7 +- .../cfd/casson_fluid_flow_in_a_channel.ipynb | 7 +- .../cfd/compressible_flow_in_a_nozzle.ipynb | 7 +- ...tion-diffusion_equation_in_a_channel.ipynb | 7 +- ...ss_power_law_fluid_flow_in_a_channel.ipynb | 7 +- chapter5/cfd/free_surface_flow.ipynb | 7 +- chapter5/cfd/heat_conduction_in_a_solid.ipynb | 7 +- ...erschel-bulkley_fluid_flow_in_a_pipe.ipynb | 7 +- .../incompressible_flow_past_a_cylinder.ipynb | 7 +- chapter5/cfd/magnetohydrodynamics_flow.ipynb | 7 +- .../oldroyd-b_fluid_flow_in_a_channel.ipynb | 7 +- ...apanastasiou_fluid_flow_in_a_channel.ipynb | 7 +- chapter5/cfd/particle-laden_flow.ipynb | 7 +- .../power_law_fluid_flow_in_a_channel.ipynb | 7 +- .../stokes_flow_in_a_lid-driven_cavity.ipynb | 7 +- chapter5/cfd/two-phase_flow.ipynb | 7 +- ...re_interaction_in_a_flexible_channel.ipynb | 7 +- ...sis_of_a_flexible_wing_in_fluid_flow.ipynb | 7 +- ...luid-structure_interaction_in_a_tube.ipynb | 7 +- .../composite_beam_analysis.ipynb | 7 +- ..._materials_with_piezoelectric_fibers.ipynb | 7 +- ...ite_materials_with_thermal_expansion.ipynb | 7 +- .../composite_pressure_vessel_analysis.ipynb | 7 +- .../composite_shaft_analysis.ipynb | 7 +- .../composite_shell_structures.ipynb | 7 +- .../creep_in_viscoelastic_materials.ipynb | 7 +- ...ffusion_and_reaction_in_porous_media.ipynb | 7 +- .../elasticity_with_thermal_expansion.ipynb | 7 +- ...fiber-reinforced_composite_materials.ipynb | 7 +- ...lation_in_directed_energy_deposition.ipynb | 7 +- .../heat_conduction_with_phase_change.ipynb | 7 +- ...mogenization_of_composite_structures.ipynb | 7 +- .../laminate_plate_bending.ipynb | 7 +- ...erial_simulation_in_material_jetting.ipynb | 7 +- .../piezoelectric_material.ipynb | 7 +- ...imulation_in_selective_laser_melting.ipynb | 7 +- ...lation_in_fused_filament_fabrication.ipynb | 7 +- ..._conductivity_of_composite_materials.ipynb | 7 +- ...rmal_simulation_in_powder_bed_fusion.ipynb | 7 +- ...hysical_dynamo_in_a_stellar_interior.ipynb | 3 +- ...rrofluid_damper_in_mechanical_system.ipynb | 3 +- ...ofluid_flow_in_a_microfluidic_device.ipynb | 3 +- ...etic_fluid_actuator_in_valve_control.ipynb | 3 +- ...magnetic_targeting_in_a_blood_vessel.ipynb | 3 +- ...ting_in_the_eye_for_retinal_diseases.ipynb | 3 +- .../magnetic_targeting_in_tumor_tissue.ipynb | 3 +- ...accretion_disk_in_binary_star_system.ipynb | 3 +- ...hd_aluminum_electromagnetic_stirring.ipynb | 3 +- .../mhd/mhd_continuous_casting_of_steel.ipynb | 3 +- .../mhd/mhd_dynamo_in_a_rotating_sphere.ipynb | 3 +- ...sfer_in_a_cylindrical_fusion_reactor.ipynb | 3 +- ...transfer_in_a_magma_convection_model.ipynb | 3 +- ...eat_transfer_in_a_rectangular_domain.ipynb | 3 +- ...oltz_instability_in_magnetized_flows.ipynb | 7 +- ...tal_solidification_in_magnetic_field.ipynb | 3 +- ...or_instability_in_a_conducting_fluid.ipynb | 7 +- chapter5/mhd/mhd_solar_wind_simulation.ipynb | 3 +- ..._of_a_current-carrying_plasma_column.ipynb | 3 +- ...ar_formation_in_a_protostellar_cloud.ipynb | 3 +- .../mhd_turbulence_in_accretion_disks.ipynb | 3 +- ...mhd_turbulence_in_laboratory_plasmas.ipynb | 3 +- .../mhd/mhd_turbulence_in_solar_winds.ipynb | 3 +- .../mhd/simple_kinematic_dynamo_model.ipynb | 3 +- 83 files changed, 381 insertions(+), 865 deletions(-) diff --git a/chapter1/poisson.ipynb b/chapter1/poisson.ipynb index 5315ae7..233edf5 100644 --- a/chapter1/poisson.ipynb +++ b/chapter1/poisson.ipynb @@ -45,7 +45,7 @@ }, { "cell_type": "code", - "execution_count": 27, + "execution_count": null, "id": "d742586c", "metadata": {}, "outputs": [], @@ -116,7 +116,7 @@ }, { "cell_type": "code", - "execution_count": 21, + "execution_count": null, "id": "a2a0a2a1", "metadata": {}, "outputs": [], @@ -126,7 +126,7 @@ }, { "cell_type": "code", - "execution_count": 22, + "execution_count": null, "id": "00e54163", "metadata": {}, "outputs": [], @@ -137,7 +137,7 @@ }, { "cell_type": "code", - "execution_count": 23, + "execution_count": null, "id": "5999c62b", "metadata": {}, "outputs": [], @@ -162,7 +162,7 @@ }, { "cell_type": "code", - "execution_count": 24, + "execution_count": null, "id": "541192ee", "metadata": {}, "outputs": [], @@ -196,18 +196,10 @@ }, { "cell_type": "code", - "execution_count": 26, + "execution_count": null, "id": "5925c6cd", "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "9.49756716724664e-07\n" - ] - } - ], + "outputs": [], "source": [ "ue = sin(pi*x)*sin(pi*y)\n", "\n", @@ -236,18 +228,10 @@ }, { "cell_type": "code", - "execution_count": 30, + "execution_count": null, "id": "e5c1a8b8", "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "9.768702410721585e-05\n" - ] - } - ], + "outputs": [], "source": [ "# create the formal Norm object\n", "h1norm = SemiNorm(u - ue, domain, kind='h1')\n", @@ -272,18 +256,10 @@ }, { "cell_type": "code", - "execution_count": 29, + "execution_count": null, "id": "d829e410", "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "9.769164089397408e-05\n" - ] - } - ], + "outputs": [], "source": [ "# create the formal Norm object\n", "h1norm = Norm(u - ue, domain, kind='h1')\n", @@ -309,9 +285,9 @@ ], "metadata": { "kernelspec": { - "display_name": ".iga-python", + "display_name": "Python 3 (ipykernel)", "language": "python", - "name": ".iga-python" + "name": "python3" }, "language_info": { "codemirror_mode": { @@ -322,8 +298,7 @@ "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.12" + "pygments_lexer": "ipython3" } }, "nbformat": 4, diff --git a/chapter2/advection-diffusion-stabilized.ipynb b/chapter2/advection-diffusion-stabilized.ipynb index b1ad0f9..7ca9d8f 100644 --- a/chapter2/advection-diffusion-stabilized.ipynb +++ b/chapter2/advection-diffusion-stabilized.ipynb @@ -64,7 +64,7 @@ }, { "cell_type": "code", - "execution_count": 1, + "execution_count": null, "id": "d742586c", "metadata": {}, "outputs": [], @@ -102,18 +102,10 @@ }, { "cell_type": "code", - "execution_count": 2, + "execution_count": null, "id": "87e62069", "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2*kappa*pi**2*sin(pi*x1)*sin(pi*x2) + 1.0*pi*sin(pi*x2)*cos(pi*x1)\n" - ] - } - ], + "outputs": [], "source": [ "from sympde.expr import TerminalExpr\n", "\n", @@ -130,7 +122,7 @@ }, { "cell_type": "code", - "execution_count": 4, + "execution_count": null, "id": "e4bbd1a8", "metadata": {}, "outputs": [], @@ -186,7 +178,7 @@ }, { "cell_type": "code", - "execution_count": 5, + "execution_count": null, "id": "a2a0a2a1", "metadata": {}, "outputs": [], @@ -196,7 +188,7 @@ }, { "cell_type": "code", - "execution_count": 6, + "execution_count": null, "id": "00e54163", "metadata": {}, "outputs": [], @@ -207,24 +199,10 @@ }, { "cell_type": "code", - "execution_count": 7, + "execution_count": null, "id": "5999c62b", "metadata": {}, - "outputs": [ - { - "name": "stderr", - "output_type": "stream", - "text": [ - "/home/ranania/PYCCEL/IGA-Python/.iga-python/lib/python3.10/site-packages/sympy/matrices/repmatrix.py:90: SymPyDeprecationWarning: \n", - "\n", - "non-Expr objects in a Matrix has been deprecated since SymPy 1.9. Use\n", - "list of lists, TableForm or some other data structure instead. See\n", - "https://github.com/sympy/sympy/issues/21497 for more info.\n", - "\n", - " ).warn()\n" - ] - } - ], + "outputs": [], "source": [ "# Create computational domain from topological domain\n", "domain_h = discretize(domain, ncells=ncells, comm=None)\n", @@ -251,7 +229,7 @@ }, { "cell_type": "code", - "execution_count": 8, + "execution_count": null, "id": "67b32148", "metadata": {}, "outputs": [], @@ -262,7 +240,7 @@ }, { "cell_type": "code", - "execution_count": 10, + "execution_count": null, "id": "541192ee", "metadata": {}, "outputs": [], @@ -289,19 +267,10 @@ }, { "cell_type": "code", - "execution_count": 11, + "execution_count": null, "id": "5925c6cd", "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - ">>> SUPG = 0.002139370600719921\n", - ">>> GLS = 0.00021873265193415864\n" - ] - } - ], + "outputs": [], "source": [ "u = element_of(V, name='u')\n", "\n", @@ -335,9 +304,9 @@ ], "metadata": { "kernelspec": { - "display_name": ".iga-python", + "display_name": "Python 3 (ipykernel)", "language": "python", - "name": ".iga-python" + "name": "python3" }, "language_info": { "codemirror_mode": { @@ -348,8 +317,7 @@ "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.12" + "pygments_lexer": "ipython3" } }, "nbformat": 4, diff --git a/chapter2/advection-diffusion.ipynb b/chapter2/advection-diffusion.ipynb index 144da7e..1e29a6a 100644 --- a/chapter2/advection-diffusion.ipynb +++ b/chapter2/advection-diffusion.ipynb @@ -54,7 +54,7 @@ }, { "cell_type": "code", - "execution_count": 1, + "execution_count": null, "id": "d742586c", "metadata": {}, "outputs": [], @@ -92,18 +92,10 @@ }, { "cell_type": "code", - "execution_count": 2, + "execution_count": null, "id": "87e62069", "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2*kappa*pi**2*sin(pi*x1)*sin(pi*x2) + 1.0*pi*sin(pi*x2)*cos(pi*x1)\n" - ] - } - ], + "outputs": [], "source": [ "from sympde.expr import TerminalExpr\n", "\n", @@ -120,7 +112,7 @@ }, { "cell_type": "code", - "execution_count": 3, + "execution_count": null, "id": "e4bbd1a8", "metadata": {}, "outputs": [], @@ -161,7 +153,7 @@ }, { "cell_type": "code", - "execution_count": 4, + "execution_count": null, "id": "a2a0a2a1", "metadata": {}, "outputs": [], @@ -171,7 +163,7 @@ }, { "cell_type": "code", - "execution_count": 5, + "execution_count": null, "id": "00e54163", "metadata": {}, "outputs": [], @@ -182,7 +174,7 @@ }, { "cell_type": "code", - "execution_count": 13, + "execution_count": null, "id": "5999c62b", "metadata": {}, "outputs": [], @@ -209,7 +201,7 @@ }, { "cell_type": "code", - "execution_count": 17, + "execution_count": null, "id": "67b32148", "metadata": {}, "outputs": [], @@ -219,7 +211,7 @@ }, { "cell_type": "code", - "execution_count": 18, + "execution_count": null, "id": "541192ee", "metadata": {}, "outputs": [], @@ -245,18 +237,10 @@ }, { "cell_type": "code", - "execution_count": 19, + "execution_count": null, "id": "5925c6cd", "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "0.00022156219679932395\n" - ] - } - ], + "outputs": [], "source": [ "u = element_of(V, name='u')\n", "\n", @@ -283,18 +267,10 @@ }, { "cell_type": "code", - "execution_count": 20, + "execution_count": null, "id": "e5c1a8b8", "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "0.013033907531543579\n" - ] - } - ], + "outputs": [], "source": [ "# create the formal Norm object\n", "h1norm = SemiNorm(u - ue, domain, kind='h1')\n", @@ -319,18 +295,10 @@ }, { "cell_type": "code", - "execution_count": 21, + "execution_count": null, "id": "d829e410", "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "0.013035790553238334\n" - ] - } - ], + "outputs": [], "source": [ "# create the formal Norm object\n", "h1norm = Norm(u - ue, domain, kind='h1')\n", @@ -356,9 +324,9 @@ ], "metadata": { "kernelspec": { - "display_name": ".iga-python", + "display_name": "Python 3 (ipykernel)", "language": "python", - "name": ".iga-python" + "name": "python3" }, "language_info": { "codemirror_mode": { @@ -369,8 +337,7 @@ "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.12" + "pygments_lexer": "ipython3" } }, "nbformat": 4, diff --git a/chapter2/biharmonic.ipynb b/chapter2/biharmonic.ipynb index a7a8bfb..19cf321 100644 --- a/chapter2/biharmonic.ipynb +++ b/chapter2/biharmonic.ipynb @@ -57,7 +57,7 @@ }, { "cell_type": "code", - "execution_count": 1, + "execution_count": null, "id": "811c0b9b", "metadata": {}, "outputs": [], @@ -72,7 +72,7 @@ }, { "cell_type": "code", - "execution_count": 5, + "execution_count": null, "id": "d742586c", "metadata": {}, "outputs": [], @@ -120,7 +120,7 @@ }, { "cell_type": "code", - "execution_count": 6, + "execution_count": null, "id": "a2a0a2a1", "metadata": {}, "outputs": [], @@ -130,7 +130,7 @@ }, { "cell_type": "code", - "execution_count": 7, + "execution_count": null, "id": "00e54163", "metadata": {}, "outputs": [], @@ -141,24 +141,10 @@ }, { "cell_type": "code", - "execution_count": 8, + "execution_count": null, "id": "5999c62b", "metadata": {}, - "outputs": [ - { - "name": "stderr", - "output_type": "stream", - "text": [ - "/home/ranania/PYCCEL/IGA-Python/.iga-python/lib/python3.10/site-packages/sympy/matrices/repmatrix.py:90: SymPyDeprecationWarning: \n", - "\n", - "non-Expr objects in a Matrix has been deprecated since SymPy 1.9. Use\n", - "list of lists, TableForm or some other data structure instead. See\n", - "https://github.com/sympy/sympy/issues/21497 for more info.\n", - "\n", - " ).warn()\n" - ] - } - ], + "outputs": [], "source": [ "# Create computational domain from topological domain\n", "domain_h = discretize(domain, ncells=ncells, comm=None)\n", @@ -180,7 +166,7 @@ }, { "cell_type": "code", - "execution_count": 9, + "execution_count": null, "id": "541192ee", "metadata": {}, "outputs": [], @@ -206,18 +192,10 @@ }, { "cell_type": "code", - "execution_count": 10, + "execution_count": null, "id": "5925c6cd", "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "0.5367871671842632\n" - ] - } - ], + "outputs": [], "source": [ "u = element_of(V, name='u')\n", "\n", @@ -244,18 +222,10 @@ }, { "cell_type": "code", - "execution_count": 11, + "execution_count": null, "id": "e5c1a8b8", "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2.4343747827631277\n" - ] - } - ], + "outputs": [], "source": [ "# create the formal Norm object\n", "h1norm = SemiNorm(u - ue, domain, kind='h1')\n", @@ -280,18 +250,10 @@ }, { "cell_type": "code", - "execution_count": 12, + "execution_count": null, "id": "d829e410", "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2.492853996086961\n" - ] - } - ], + "outputs": [], "source": [ "# create the formal Norm object\n", "h1norm = Norm(u - ue, domain, kind='h1')\n", @@ -316,18 +278,10 @@ }, { "cell_type": "code", - "execution_count": 13, + "execution_count": null, "id": "8a4adf8d", "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "9.115861322114647\n" - ] - } - ], + "outputs": [], "source": [ "# create the formal Norm object\n", "h2norm = SemiNorm(u - ue, domain, kind='h2')\n", @@ -353,9 +307,9 @@ ], "metadata": { "kernelspec": { - "display_name": ".iga-python", + "display_name": "Python 3 (ipykernel)", "language": "python", - "name": ".iga-python" + "name": "python3" }, "language_info": { "codemirror_mode": { @@ -366,8 +320,7 @@ "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.12" + "pygments_lexer": "ipython3" } }, "nbformat": 4, diff --git a/chapter2/elliptic-curl.ipynb b/chapter2/elliptic-curl.ipynb index a545198..f517cfd 100644 --- a/chapter2/elliptic-curl.ipynb +++ b/chapter2/elliptic-curl.ipynb @@ -70,7 +70,7 @@ }, { "cell_type": "code", - "execution_count": 19, + "execution_count": null, "id": "d742586c", "metadata": {}, "outputs": [], @@ -129,7 +129,7 @@ }, { "cell_type": "code", - "execution_count": 21, + "execution_count": null, "id": "a2a0a2a1", "metadata": {}, "outputs": [], @@ -139,7 +139,7 @@ }, { "cell_type": "code", - "execution_count": 22, + "execution_count": null, "id": "00e54163", "metadata": {}, "outputs": [], @@ -150,7 +150,7 @@ }, { "cell_type": "code", - "execution_count": 23, + "execution_count": null, "id": "5999c62b", "metadata": {}, "outputs": [], @@ -175,7 +175,7 @@ }, { "cell_type": "code", - "execution_count": 24, + "execution_count": null, "id": "541192ee", "metadata": {}, "outputs": [], @@ -209,18 +209,10 @@ }, { "cell_type": "code", - "execution_count": 26, + "execution_count": null, "id": "5925c6cd", "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "9.49756716724664e-07\n" - ] - } - ], + "outputs": [], "source": [ "#u = element_of(V, name='u')\n", "\n", @@ -247,18 +239,10 @@ }, { "cell_type": "code", - "execution_count": 30, + "execution_count": null, "id": "e5c1a8b8", "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "9.768702410721585e-05\n" - ] - } - ], + "outputs": [], "source": [ "# create the formal Norm object\n", "#h1norm = SemiNorm(u - ue, domain, kind='h1')\n", @@ -283,18 +267,10 @@ }, { "cell_type": "code", - "execution_count": 29, + "execution_count": null, "id": "d829e410", "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "9.769164089397408e-05\n" - ] - } - ], + "outputs": [], "source": [ "# create the formal Norm object\n", "#h1norm = Norm(u - ue, domain, kind='h1')\n", @@ -320,9 +296,9 @@ ], "metadata": { "kernelspec": { - "display_name": ".iga-python", + "display_name": "Python 3 (ipykernel)", "language": "python", - "name": ".iga-python" + "name": "python3" }, "language_info": { "codemirror_mode": { @@ -333,8 +309,7 @@ "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.12" + "pygments_lexer": "ipython3" } }, "nbformat": 4, diff --git a/chapter2/elliptic-div.ipynb b/chapter2/elliptic-div.ipynb index 11974c6..f0f8679 100644 --- a/chapter2/elliptic-div.ipynb +++ b/chapter2/elliptic-div.ipynb @@ -71,7 +71,7 @@ }, { "cell_type": "code", - "execution_count": 1, + "execution_count": null, "id": "d742586c", "metadata": {}, "outputs": [], @@ -130,7 +130,7 @@ }, { "cell_type": "code", - "execution_count": 2, + "execution_count": null, "id": "a2a0a2a1", "metadata": {}, "outputs": [], @@ -140,7 +140,7 @@ }, { "cell_type": "code", - "execution_count": 3, + "execution_count": null, "id": "00e54163", "metadata": {}, "outputs": [], @@ -151,24 +151,10 @@ }, { "cell_type": "code", - "execution_count": 4, + "execution_count": null, "id": "5999c62b", "metadata": {}, - "outputs": [ - { - "name": "stderr", - "output_type": "stream", - "text": [ - "/home/ranania/PYCCEL/IGA-Python/.iga-python/lib/python3.10/site-packages/sympy/matrices/repmatrix.py:90: SymPyDeprecationWarning: \n", - "\n", - "non-Expr objects in a Matrix has been deprecated since SymPy 1.9. Use\n", - "list of lists, TableForm or some other data structure instead. See\n", - "https://github.com/sympy/sympy/issues/21497 for more info.\n", - "\n", - " ).warn()\n" - ] - } - ], + "outputs": [], "source": [ "# Create computational domain from topological domain\n", "domain_h = discretize(domain, ncells=ncells, comm=None)\n", @@ -190,7 +176,7 @@ }, { "cell_type": "code", - "execution_count": 5, + "execution_count": null, "id": "541192ee", "metadata": {}, "outputs": [], @@ -216,18 +202,10 @@ }, { "cell_type": "code", - "execution_count": 26, + "execution_count": null, "id": "5925c6cd", "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "9.49756716724664e-07\n" - ] - } - ], + "outputs": [], "source": [ "#ue = sin(pi*x)*sin(pi*y)\n", "\n", @@ -256,18 +234,10 @@ }, { "cell_type": "code", - "execution_count": 30, + "execution_count": null, "id": "e5c1a8b8", "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "9.768702410721585e-05\n" - ] - } - ], + "outputs": [], "source": [ "# create the formal Norm object\n", "#h1norm = SemiNorm(u - ue, domain, kind='h1')\n", @@ -292,18 +262,10 @@ }, { "cell_type": "code", - "execution_count": 29, + "execution_count": null, "id": "d829e410", "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "9.769164089397408e-05\n" - ] - } - ], + "outputs": [], "source": [ "# create the formal Norm object\n", "#h1norm = Norm(u - ue, domain, kind='h1')\n", @@ -329,9 +291,9 @@ ], "metadata": { "kernelspec": { - "display_name": ".iga-python", + "display_name": "Python 3 (ipykernel)", "language": "python", - "name": ".iga-python" + "name": "python3" }, "language_info": { "codemirror_mode": { @@ -342,8 +304,7 @@ "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.12" + "pygments_lexer": "ipython3" } }, "nbformat": 4, diff --git a/chapter2/elliptic-general-form.ipynb b/chapter2/elliptic-general-form.ipynb index 724edc4..12ff900 100644 --- a/chapter2/elliptic-general-form.ipynb +++ b/chapter2/elliptic-general-form.ipynb @@ -44,7 +44,7 @@ }, { "cell_type": "code", - "execution_count": 10, + "execution_count": null, "id": "c2cee2d9", "metadata": {}, "outputs": [], @@ -86,7 +86,7 @@ }, { "cell_type": "code", - "execution_count": 11, + "execution_count": null, "id": "2b05c79f", "metadata": {}, "outputs": [], @@ -108,7 +108,7 @@ }, { "cell_type": "code", - "execution_count": 13, + "execution_count": null, "id": "d0d386a2", "metadata": {}, "outputs": [], @@ -132,7 +132,7 @@ }, { "cell_type": "code", - "execution_count": 14, + "execution_count": null, "id": "96c29a27", "metadata": {}, "outputs": [], @@ -143,24 +143,10 @@ }, { "cell_type": "code", - "execution_count": 15, + "execution_count": null, "id": "ef6a9709", "metadata": {}, - "outputs": [ - { - "name": "stderr", - "output_type": "stream", - "text": [ - "/home/ranania/PYCCEL/IGA-Python/.iga-python/lib/python3.10/site-packages/sympy/matrices/repmatrix.py:90: SymPyDeprecationWarning: \n", - "\n", - "non-Expr objects in a Matrix has been deprecated since SymPy 1.9. Use\n", - "list of lists, TableForm or some other data structure instead. See\n", - "https://github.com/sympy/sympy/issues/21497 for more info.\n", - "\n", - " ).warn()\n" - ] - } - ], + "outputs": [], "source": [ "# Create computational domain from topological domain\n", "domain_h = discretize(domain, ncells=ncells, comm=None)\n", @@ -182,7 +168,7 @@ }, { "cell_type": "code", - "execution_count": 16, + "execution_count": null, "id": "3bafe9f5", "metadata": {}, "outputs": [], @@ -192,7 +178,7 @@ }, { "cell_type": "code", - "execution_count": 17, + "execution_count": null, "id": "b88daf50", "metadata": {}, "outputs": [], @@ -218,18 +204,10 @@ }, { "cell_type": "code", - "execution_count": 18, + "execution_count": null, "id": "3440e74a", "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "0.00021948770944141364\n" - ] - } - ], + "outputs": [], "source": [ "u = element_of(V, name='u')\n", "\n", @@ -257,9 +235,9 @@ ], "metadata": { "kernelspec": { - "display_name": ".iga-python", + "display_name": "Python 3 (ipykernel)", "language": "python", - "name": ".iga-python" + "name": "python3" }, "language_info": { "codemirror_mode": { @@ -270,8 +248,7 @@ "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.12" + "pygments_lexer": "ipython3" } }, "nbformat": 4, diff --git a/chapter2/linear-elasticity.ipynb b/chapter2/linear-elasticity.ipynb index 72f2425..8f42c49 100644 --- a/chapter2/linear-elasticity.ipynb +++ b/chapter2/linear-elasticity.ipynb @@ -79,7 +79,7 @@ }, { "cell_type": "code", - "execution_count": 2, + "execution_count": null, "id": "d742586c", "metadata": {}, "outputs": [], @@ -111,11 +111,9 @@ }, { "cell_type": "code", - "execution_count": 3, + "execution_count": null, "id": "b16cc745", - "metadata": { - "scrolled": true - }, + "metadata": {}, "outputs": [], "source": [ "# bilinear form\n", @@ -124,7 +122,7 @@ }, { "cell_type": "code", - "execution_count": 4, + "execution_count": null, "id": "0a0f152c", "metadata": {}, "outputs": [], @@ -167,7 +165,7 @@ }, { "cell_type": "code", - "execution_count": 5, + "execution_count": null, "id": "a2a0a2a1", "metadata": {}, "outputs": [], @@ -177,7 +175,7 @@ }, { "cell_type": "code", - "execution_count": 6, + "execution_count": null, "id": "00e54163", "metadata": {}, "outputs": [], @@ -188,24 +186,10 @@ }, { "cell_type": "code", - "execution_count": 7, + "execution_count": null, "id": "5999c62b", "metadata": {}, - "outputs": [ - { - "name": "stderr", - "output_type": "stream", - "text": [ - "/home/ranania/PYCCEL/IGA-Python/.iga-python/lib/python3.10/site-packages/sympy/matrices/repmatrix.py:90: SymPyDeprecationWarning: \n", - "\n", - "non-Expr objects in a Matrix has been deprecated since SymPy 1.9. Use\n", - "list of lists, TableForm or some other data structure instead. See\n", - "https://github.com/sympy/sympy/issues/21497 for more info.\n", - "\n", - " ).warn()\n" - ] - } - ], + "outputs": [], "source": [ "# Create computational domain from topological domain\n", "domain_h = discretize(domain, ncells=ncells, comm=None)\n", @@ -227,7 +211,7 @@ }, { "cell_type": "code", - "execution_count": 9, + "execution_count": null, "id": "541192ee", "metadata": {}, "outputs": [], @@ -246,9 +230,9 @@ ], "metadata": { "kernelspec": { - "display_name": ".iga-python", + "display_name": "Python 3 (ipykernel)", "language": "python", - "name": ".iga-python" + "name": "python3" }, "language_info": { "codemirror_mode": { @@ -259,8 +243,7 @@ "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.12" + "pygments_lexer": "ipython3" } }, "nbformat": 4, diff --git a/chapter2/poisson-mixed-v1.ipynb b/chapter2/poisson-mixed-v1.ipynb index 1f030b8..e5f1ac2 100644 --- a/chapter2/poisson-mixed-v1.ipynb +++ b/chapter2/poisson-mixed-v1.ipynb @@ -50,7 +50,7 @@ }, { "cell_type": "code", - "execution_count": 1, + "execution_count": null, "id": "bcb6daca", "metadata": {}, "outputs": [], @@ -106,7 +106,7 @@ }, { "cell_type": "code", - "execution_count": 2, + "execution_count": null, "id": "e5234456", "metadata": {}, "outputs": [], @@ -117,24 +117,10 @@ }, { "cell_type": "code", - "execution_count": 3, + "execution_count": null, "id": "1d8e59bb", "metadata": {}, - "outputs": [ - { - "name": "stderr", - "output_type": "stream", - "text": [ - "/home/ranania/PYCCEL/IGA-Python/.iga-python/lib/python3.10/site-packages/sympy/matrices/repmatrix.py:90: SymPyDeprecationWarning: \n", - "\n", - "non-Expr objects in a Matrix has been deprecated since SymPy 1.9. Use\n", - "list of lists, TableForm or some other data structure instead. See\n", - "https://github.com/sympy/sympy/issues/21497 for more info.\n", - "\n", - " ).warn()\n" - ] - } - ], + "outputs": [], "source": [ "# Create computational domain from topological domain\n", "domain_h = discretize(domain, ncells=ncells, comm=None)\n", @@ -158,7 +144,7 @@ }, { "cell_type": "code", - "execution_count": 4, + "execution_count": null, "id": "02abfb7d", "metadata": {}, "outputs": [], @@ -168,7 +154,7 @@ }, { "cell_type": "code", - "execution_count": 5, + "execution_count": null, "id": "e2d935e8", "metadata": {}, "outputs": [], @@ -205,7 +191,7 @@ }, { "cell_type": "code", - "execution_count": 6, + "execution_count": null, "id": "b6c85077", "metadata": {}, "outputs": [], @@ -222,19 +208,10 @@ }, { "cell_type": "code", - "execution_count": 7, + "execution_count": null, "id": "52fdeaec", "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - ">>> norm-l2 uh = 0.012985071480053038\n", - ">>> norm-l2 ph = 0.004127522959699811\n" - ] - } - ], + "outputs": [], "source": [ "l2norm = l2norm_uh.assemble(u=uh)\n", "print('>>> norm-l2 uh = ', l2norm)\n", @@ -262,9 +239,9 @@ ], "metadata": { "kernelspec": { - "display_name": ".iga-python", + "display_name": "Python 3 (ipykernel)", "language": "python", - "name": ".iga-python" + "name": "python3" }, "language_info": { "codemirror_mode": { @@ -275,8 +252,7 @@ "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.12" + "pygments_lexer": "ipython3" } }, "nbformat": 4, diff --git a/chapter2/poisson-mixed-v2.ipynb b/chapter2/poisson-mixed-v2.ipynb index f30b455..058bcc2 100644 --- a/chapter2/poisson-mixed-v2.ipynb +++ b/chapter2/poisson-mixed-v2.ipynb @@ -56,7 +56,7 @@ }, { "cell_type": "code", - "execution_count": 1, + "execution_count": null, "id": "bcb6daca", "metadata": {}, "outputs": [], @@ -115,7 +115,7 @@ }, { "cell_type": "code", - "execution_count": 2, + "execution_count": null, "id": "e5234456", "metadata": {}, "outputs": [], @@ -126,24 +126,10 @@ }, { "cell_type": "code", - "execution_count": 3, + "execution_count": null, "id": "1d8e59bb", "metadata": {}, - "outputs": [ - { - "name": "stderr", - "output_type": "stream", - "text": [ - "/home/ranania/PYCCEL/IGA-Python/.iga-python/lib/python3.10/site-packages/sympy/matrices/repmatrix.py:90: SymPyDeprecationWarning: \n", - "\n", - "non-Expr objects in a Matrix has been deprecated since SymPy 1.9. Use\n", - "list of lists, TableForm or some other data structure instead. See\n", - "https://github.com/sympy/sympy/issues/21497 for more info.\n", - "\n", - " ).warn()\n" - ] - } - ], + "outputs": [], "source": [ "# Create computational domain from topological domain\n", "domain_h = discretize(domain, ncells=ncells, comm=None)\n", @@ -167,7 +153,7 @@ }, { "cell_type": "code", - "execution_count": 4, + "execution_count": null, "id": "02abfb7d", "metadata": {}, "outputs": [], @@ -177,7 +163,7 @@ }, { "cell_type": "code", - "execution_count": 5, + "execution_count": null, "id": "e2d935e8", "metadata": {}, "outputs": [], @@ -214,7 +200,7 @@ }, { "cell_type": "code", - "execution_count": 6, + "execution_count": null, "id": "31967fb4", "metadata": {}, "outputs": [], @@ -231,19 +217,10 @@ }, { "cell_type": "code", - "execution_count": 7, + "execution_count": null, "id": "9c3f7e15", "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - ">>> norm-l2 uh = 64.20821457571618\n", - ">>> norm-l2 ph = 3254706679445337.5\n" - ] - } - ], + "outputs": [], "source": [ "l2norm = l2norm_uh.assemble(u=uh)\n", "print('>>> norm-l2 uh = ', l2norm)\n", @@ -263,9 +240,9 @@ ], "metadata": { "kernelspec": { - "display_name": ".iga-python", + "display_name": "Python 3 (ipykernel)", "language": "python", - "name": ".iga-python" + "name": "python3" }, "language_info": { "codemirror_mode": { @@ -276,8 +253,7 @@ "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.12" + "pygments_lexer": "ipython3" } }, "nbformat": 4, diff --git a/chapter2/poisson-mixed.ipynb b/chapter2/poisson-mixed.ipynb index 15b28ee..686d6db 100644 --- a/chapter2/poisson-mixed.ipynb +++ b/chapter2/poisson-mixed.ipynb @@ -36,9 +36,9 @@ ], "metadata": { "kernelspec": { - "display_name": ".iga-python", + "display_name": "Python 3 (ipykernel)", "language": "python", - "name": ".iga-python" + "name": "python3" }, "language_info": { "codemirror_mode": { @@ -49,8 +49,7 @@ "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.12" + "pygments_lexer": "ipython3" } }, "nbformat": 4, diff --git a/chapter2/poisson-nitsche.ipynb b/chapter2/poisson-nitsche.ipynb index 68d5626..c475e64 100644 --- a/chapter2/poisson-nitsche.ipynb +++ b/chapter2/poisson-nitsche.ipynb @@ -54,7 +54,7 @@ }, { "cell_type": "code", - "execution_count": 18, + "execution_count": null, "id": "ecd1330a", "metadata": {}, "outputs": [], @@ -105,7 +105,7 @@ }, { "cell_type": "code", - "execution_count": 19, + "execution_count": null, "id": "3d86674b", "metadata": {}, "outputs": [], @@ -116,7 +116,7 @@ }, { "cell_type": "code", - "execution_count": 20, + "execution_count": null, "id": "94c83267", "metadata": {}, "outputs": [], @@ -141,7 +141,7 @@ }, { "cell_type": "code", - "execution_count": 21, + "execution_count": null, "id": "8f1b2d68", "metadata": {}, "outputs": [], @@ -151,7 +151,7 @@ }, { "cell_type": "code", - "execution_count": 22, + "execution_count": null, "id": "e96f321c", "metadata": {}, "outputs": [], @@ -177,18 +177,10 @@ }, { "cell_type": "code", - "execution_count": 23, + "execution_count": null, "id": "068bdb95", "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "0.00021402394834116976\n" - ] - } - ], + "outputs": [], "source": [ "u = element_of(V, name='u')\n", "\n", @@ -208,9 +200,9 @@ ], "metadata": { "kernelspec": { - "display_name": ".iga-python", + "display_name": "Python 3 (ipykernel)", "language": "python", - "name": ".iga-python" + "name": "python3" }, "language_info": { "codemirror_mode": { @@ -221,8 +213,7 @@ "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.12" + "pygments_lexer": "ipython3" } }, "nbformat": 4, diff --git a/chapter2/poisson.ipynb b/chapter2/poisson.ipynb index 0e26eb1..5ea4f82 100644 --- a/chapter2/poisson.ipynb +++ b/chapter2/poisson.ipynb @@ -46,7 +46,7 @@ }, { "cell_type": "code", - "execution_count": 8, + "execution_count": null, "id": "d742586c", "metadata": {}, "outputs": [], @@ -107,7 +107,7 @@ }, { "cell_type": "code", - "execution_count": 23, + "execution_count": null, "id": "00e54163", "metadata": {}, "outputs": [], @@ -118,7 +118,7 @@ }, { "cell_type": "code", - "execution_count": 24, + "execution_count": null, "id": "5999c62b", "metadata": {}, "outputs": [], @@ -143,7 +143,7 @@ }, { "cell_type": "code", - "execution_count": 25, + "execution_count": null, "id": "004dfdb3", "metadata": {}, "outputs": [], @@ -153,7 +153,7 @@ }, { "cell_type": "code", - "execution_count": 26, + "execution_count": null, "id": "541192ee", "metadata": {}, "outputs": [], @@ -187,18 +187,10 @@ }, { "cell_type": "code", - "execution_count": 27, + "execution_count": null, "id": "5925c6cd", "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "0.00042499840633644024\n" - ] - } - ], + "outputs": [], "source": [ "u = element_of(V, name='u')\n", "\n", @@ -225,18 +217,10 @@ }, { "cell_type": "code", - "execution_count": 28, + "execution_count": null, "id": "e5c1a8b8", "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "0.025283770887649267\n" - ] - } - ], + "outputs": [], "source": [ "# create the formal Norm object\n", "h1norm = SemiNorm(u - ue, domain, kind='h1')\n", @@ -261,18 +245,10 @@ }, { "cell_type": "code", - "execution_count": 29, + "execution_count": null, "id": "d829e410", "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "0.025287342563909892\n" - ] - } - ], + "outputs": [], "source": [ "# create the formal Norm object\n", "h1norm = Norm(u - ue, domain, kind='h1')\n", @@ -290,9 +266,9 @@ ], "metadata": { "kernelspec": { - "display_name": ".iga-python", + "display_name": "Python 3 (ipykernel)", "language": "python", - "name": ".iga-python" + "name": "python3" }, "language_info": { "codemirror_mode": { @@ -303,8 +279,7 @@ "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.12" + "pygments_lexer": "ipython3" } }, "nbformat": 4, diff --git a/chapter2/stokes-v1.ipynb b/chapter2/stokes-v1.ipynb index ee653e3..372fa28 100644 --- a/chapter2/stokes-v1.ipynb +++ b/chapter2/stokes-v1.ipynb @@ -54,7 +54,7 @@ }, { "cell_type": "code", - "execution_count": 9, + "execution_count": null, "id": "d742586c", "metadata": {}, "outputs": [], @@ -113,7 +113,7 @@ }, { "cell_type": "code", - "execution_count": 10, + "execution_count": null, "id": "00e54163", "metadata": {}, "outputs": [], @@ -124,7 +124,7 @@ }, { "cell_type": "code", - "execution_count": 11, + "execution_count": null, "id": "5999c62b", "metadata": {}, "outputs": [], @@ -151,7 +151,7 @@ }, { "cell_type": "code", - "execution_count": 12, + "execution_count": null, "id": "6230e0ac", "metadata": {}, "outputs": [], @@ -161,7 +161,7 @@ }, { "cell_type": "code", - "execution_count": 13, + "execution_count": null, "id": "541192ee", "metadata": {}, "outputs": [], @@ -198,7 +198,7 @@ }, { "cell_type": "code", - "execution_count": 14, + "execution_count": null, "id": "5925c6cd", "metadata": {}, "outputs": [], @@ -215,19 +215,10 @@ }, { "cell_type": "code", - "execution_count": 16, + "execution_count": null, "id": "d829e410", "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - ">>> norm-l2 uh = 5.852908166372369e-05\n", - ">>> norm-l2 ph = 0.01411215698700372\n" - ] - } - ], + "outputs": [], "source": [ "l2norm = l2norm_uh.assemble(u=uh)\n", "print('>>> norm-l2 uh = ', l2norm)\n", @@ -247,9 +238,9 @@ ], "metadata": { "kernelspec": { - "display_name": ".iga-python", + "display_name": "Python 3 (ipykernel)", "language": "python", - "name": ".iga-python" + "name": "python3" }, "language_info": { "codemirror_mode": { @@ -260,8 +251,7 @@ "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.12" + "pygments_lexer": "ipython3" } }, "nbformat": 4, diff --git a/chapter2/stokes-v2.ipynb b/chapter2/stokes-v2.ipynb index 72c8847..832186b 100644 --- a/chapter2/stokes-v2.ipynb +++ b/chapter2/stokes-v2.ipynb @@ -49,7 +49,7 @@ }, { "cell_type": "code", - "execution_count": 11, + "execution_count": null, "id": "d742586c", "metadata": {}, "outputs": [], @@ -108,7 +108,7 @@ }, { "cell_type": "code", - "execution_count": 12, + "execution_count": null, "id": "00e54163", "metadata": {}, "outputs": [], @@ -119,7 +119,7 @@ }, { "cell_type": "code", - "execution_count": 13, + "execution_count": null, "id": "5999c62b", "metadata": {}, "outputs": [], @@ -146,7 +146,7 @@ }, { "cell_type": "code", - "execution_count": 14, + "execution_count": null, "id": "541192ee", "metadata": {}, "outputs": [], @@ -156,7 +156,7 @@ }, { "cell_type": "code", - "execution_count": 15, + "execution_count": null, "id": "504a182d", "metadata": {}, "outputs": [], @@ -193,7 +193,7 @@ }, { "cell_type": "code", - "execution_count": 16, + "execution_count": null, "id": "5925c6cd", "metadata": {}, "outputs": [], @@ -210,19 +210,10 @@ }, { "cell_type": "code", - "execution_count": 17, + "execution_count": null, "id": "e5c1a8b8", "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - ">>> norm-l2 uh = 1.860724404008467e-05\n", - ">>> norm-l2 ph = 0.024428172461472355\n" - ] - } - ], + "outputs": [], "source": [ "l2norm = l2norm_uh.assemble(u=uh)\n", "print('>>> norm-l2 uh = ', l2norm)\n", @@ -234,9 +225,9 @@ ], "metadata": { "kernelspec": { - "display_name": ".iga-python", + "display_name": "Python 3 (ipykernel)", "language": "python", - "name": ".iga-python" + "name": "python3" }, "language_info": { "codemirror_mode": { @@ -247,8 +238,7 @@ "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.12" + "pygments_lexer": "ipython3" } }, "nbformat": 4, diff --git a/chapter2/stokes.ipynb b/chapter2/stokes.ipynb index d53ca5a..f34b683 100644 --- a/chapter2/stokes.ipynb +++ b/chapter2/stokes.ipynb @@ -26,9 +26,9 @@ ], "metadata": { "kernelspec": { - "display_name": ".iga-python", + "display_name": "Python 3 (ipykernel)", "language": "python", - "name": ".iga-python" + "name": "python3" }, "language_info": { "codemirror_mode": { @@ -39,8 +39,7 @@ "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.12" + "pygments_lexer": "ipython3" } }, "nbformat": 4, diff --git a/chapter2/vector-poisson.ipynb b/chapter2/vector-poisson.ipynb index 26a1cec..328f079 100644 --- a/chapter2/vector-poisson.ipynb +++ b/chapter2/vector-poisson.ipynb @@ -45,7 +45,7 @@ }, { "cell_type": "code", - "execution_count": 9, + "execution_count": null, "id": "d742586c", "metadata": {}, "outputs": [], @@ -101,7 +101,7 @@ }, { "cell_type": "code", - "execution_count": 10, + "execution_count": null, "id": "a2a0a2a1", "metadata": {}, "outputs": [], @@ -111,7 +111,7 @@ }, { "cell_type": "code", - "execution_count": 11, + "execution_count": null, "id": "00e54163", "metadata": {}, "outputs": [], @@ -122,7 +122,7 @@ }, { "cell_type": "code", - "execution_count": 12, + "execution_count": null, "id": "5999c62b", "metadata": {}, "outputs": [], @@ -147,7 +147,7 @@ }, { "cell_type": "code", - "execution_count": 13, + "execution_count": null, "id": "541192ee", "metadata": {}, "outputs": [], @@ -181,18 +181,10 @@ }, { "cell_type": "code", - "execution_count": 15, + "execution_count": null, "id": "5925c6cd", "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "0.0003267962376349343\n" - ] - } - ], + "outputs": [], "source": [ "ue1 = sin(pi*x)*sin(pi*y)*sin(pi*z)\n", "ue2 = sin(pi*x)*sin(pi*y)*sin(pi*z)\n", @@ -226,18 +218,10 @@ }, { "cell_type": "code", - "execution_count": 16, + "execution_count": null, "id": "e5c1a8b8", "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "0.01956220393797005\n" - ] - } - ], + "outputs": [], "source": [ "# create the formal Norm object\n", "h1norm = SemiNorm(error, domain, kind='h1')\n", @@ -262,18 +246,10 @@ }, { "cell_type": "code", - "execution_count": 17, + "execution_count": null, "id": "d829e410", "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "0.01956493339348906\n" - ] - } - ], + "outputs": [], "source": [ "# create the formal Norm object\n", "h1norm = Norm(error, domain, kind='h1')\n", @@ -299,9 +275,9 @@ ], "metadata": { "kernelspec": { - "display_name": ".iga-python", + "display_name": "Python 3 (ipykernel)", "language": "python", - "name": ".iga-python" + "name": "python3" }, "language_info": { "codemirror_mode": { @@ -312,8 +288,7 @@ "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.12" + "pygments_lexer": "ipython3" } }, "nbformat": 4, diff --git a/chapter4/poisson-multi-subdomains-nitsche.ipynb b/chapter4/poisson-multi-subdomains-nitsche.ipynb index 6bfeb9e..eb2b570 100644 --- a/chapter4/poisson-multi-subdomains-nitsche.ipynb +++ b/chapter4/poisson-multi-subdomains-nitsche.ipynb @@ -22,7 +22,7 @@ }, { "cell_type": "code", - "execution_count": 1, + "execution_count": null, "id": "2ae922ff", "metadata": {}, "outputs": [], @@ -89,7 +89,7 @@ }, { "cell_type": "code", - "execution_count": 2, + "execution_count": null, "id": "dba29398", "metadata": {}, "outputs": [], @@ -100,26 +100,10 @@ }, { "cell_type": "code", - "execution_count": 3, + "execution_count": null, "id": "4c341883", - "metadata": { - "scrolled": true - }, - "outputs": [ - { - "name": "stderr", - "output_type": "stream", - "text": [ - "/home/ranania/PYCCEL/IGA-Python/.iga-python/lib/python3.10/site-packages/sympy/matrices/repmatrix.py:90: SymPyDeprecationWarning: \n", - "\n", - "non-Expr objects in a Matrix has been deprecated since SymPy 1.9. Use\n", - "list of lists, TableForm or some other data structure instead. See\n", - "https://github.com/sympy/sympy/issues/21497 for more info.\n", - "\n", - " ).warn()\n" - ] - } - ], + "metadata": {}, + "outputs": [], "source": [ "# Create computational domain from topological domain\n", "domain_h = discretize(domain, ncells=ncells, comm=None)\n", @@ -141,7 +125,7 @@ }, { "cell_type": "code", - "execution_count": 4, + "execution_count": null, "id": "b6ad348a", "metadata": {}, "outputs": [], @@ -151,7 +135,7 @@ }, { "cell_type": "code", - "execution_count": 5, + "execution_count": null, "id": "11c1b23b", "metadata": {}, "outputs": [], @@ -177,18 +161,10 @@ }, { "cell_type": "code", - "execution_count": 6, + "execution_count": null, "id": "e295fb37", "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "4.582516733061099e-05\n" - ] - } - ], + "outputs": [], "source": [ "ue = sin(pi*x)*sin(pi*y)\n", "\n", @@ -218,9 +194,9 @@ ], "metadata": { "kernelspec": { - "display_name": ".iga-python", + "display_name": "Python 3 (ipykernel)", "language": "python", - "name": ".iga-python" + "name": "python3" }, "language_info": { "codemirror_mode": { @@ -231,8 +207,7 @@ "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.12" + "pygments_lexer": "ipython3" } }, "nbformat": 4, diff --git a/chapter4/poisson-two-subdomains-nitsche.ipynb b/chapter4/poisson-two-subdomains-nitsche.ipynb index 5c82cba..eddf4c4 100644 --- a/chapter4/poisson-two-subdomains-nitsche.ipynb +++ b/chapter4/poisson-two-subdomains-nitsche.ipynb @@ -49,7 +49,7 @@ }, { "cell_type": "code", - "execution_count": 6, + "execution_count": null, "id": "2ae922ff", "metadata": {}, "outputs": [], @@ -118,7 +118,7 @@ }, { "cell_type": "code", - "execution_count": 7, + "execution_count": null, "id": "dba29398", "metadata": {}, "outputs": [], @@ -129,26 +129,10 @@ }, { "cell_type": "code", - "execution_count": 8, + "execution_count": null, "id": "4c341883", - "metadata": { - "scrolled": true - }, - "outputs": [ - { - "name": "stderr", - "output_type": "stream", - "text": [ - "/home/ranania/PYCCEL/IGA-Python/.iga-python/lib/python3.10/site-packages/sympy/matrices/repmatrix.py:90: SymPyDeprecationWarning: \n", - "\n", - "non-Expr objects in a Matrix has been deprecated since SymPy 1.9. Use\n", - "list of lists, TableForm or some other data structure instead. See\n", - "https://github.com/sympy/sympy/issues/21497 for more info.\n", - "\n", - " ).warn()\n" - ] - } - ], + "metadata": {}, + "outputs": [], "source": [ "# Create computational domain from topological domain\n", "domain_h = discretize(domain, ncells=ncells, comm=None)\n", @@ -170,7 +154,7 @@ }, { "cell_type": "code", - "execution_count": 9, + "execution_count": null, "id": "b6ad348a", "metadata": {}, "outputs": [], @@ -180,7 +164,7 @@ }, { "cell_type": "code", - "execution_count": 10, + "execution_count": null, "id": "11c1b23b", "metadata": {}, "outputs": [], @@ -206,18 +190,10 @@ }, { "cell_type": "code", - "execution_count": 11, + "execution_count": null, "id": "e295fb37", "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "0.0002193529744905818\n" - ] - } - ], + "outputs": [], "source": [ "ue = sin(pi*x)*sin(pi*y)\n", "\n", @@ -293,9 +269,9 @@ ], "metadata": { "kernelspec": { - "display_name": ".iga-python", + "display_name": "Python 3 (ipykernel)", "language": "python", - "name": ".iga-python" + "name": "python3" }, "language_info": { "codemirror_mode": { @@ -306,8 +282,7 @@ "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.12" + "pygments_lexer": "ipython3" } }, "nbformat": 4, diff --git a/chapter5/cfd/bingham_plastic_flow_in_a_pipe.ipynb b/chapter5/cfd/bingham_plastic_flow_in_a_pipe.ipynb index ffdf167..9f1c3f7 100644 --- a/chapter5/cfd/bingham_plastic_flow_in_a_pipe.ipynb +++ b/chapter5/cfd/bingham_plastic_flow_in_a_pipe.ipynb @@ -57,9 +57,9 @@ ], "metadata": { "kernelspec": { - "display_name": ".iga-python", + "display_name": "Python 3 (ipykernel)", "language": "python", - "name": ".iga-python" + "name": "python3" }, "language_info": { "codemirror_mode": { @@ -70,8 +70,7 @@ "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.12" + "pygments_lexer": "ipython3" } }, "nbformat": 4, diff --git a/chapter5/cfd/buoyancy-driven_natural_convection.ipynb b/chapter5/cfd/buoyancy-driven_natural_convection.ipynb index 4889263..15cefef 100644 --- a/chapter5/cfd/buoyancy-driven_natural_convection.ipynb +++ b/chapter5/cfd/buoyancy-driven_natural_convection.ipynb @@ -60,9 +60,9 @@ ], "metadata": { "kernelspec": { - "display_name": ".iga-python", + "display_name": "Python 3 (ipykernel)", "language": "python", - "name": ".iga-python" + "name": "python3" }, "language_info": { "codemirror_mode": { @@ -73,8 +73,7 @@ "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.12" + "pygments_lexer": "ipython3" } }, "nbformat": 4, diff --git a/chapter5/cfd/casson_fluid_flow_in_a_channel.ipynb b/chapter5/cfd/casson_fluid_flow_in_a_channel.ipynb index 68d3765..6a84d7c 100644 --- a/chapter5/cfd/casson_fluid_flow_in_a_channel.ipynb +++ b/chapter5/cfd/casson_fluid_flow_in_a_channel.ipynb @@ -53,9 +53,9 @@ ], "metadata": { "kernelspec": { - "display_name": ".iga-python", + "display_name": "Python 3 (ipykernel)", "language": "python", - "name": ".iga-python" + "name": "python3" }, "language_info": { "codemirror_mode": { @@ -66,8 +66,7 @@ "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.12" + "pygments_lexer": "ipython3" } }, "nbformat": 4, diff --git a/chapter5/cfd/compressible_flow_in_a_nozzle.ipynb b/chapter5/cfd/compressible_flow_in_a_nozzle.ipynb index c5e585a..dcd2523 100644 --- a/chapter5/cfd/compressible_flow_in_a_nozzle.ipynb +++ b/chapter5/cfd/compressible_flow_in_a_nozzle.ipynb @@ -59,9 +59,9 @@ ], "metadata": { "kernelspec": { - "display_name": ".iga-python", + "display_name": "Python 3 (ipykernel)", "language": "python", - "name": ".iga-python" + "name": "python3" }, "language_info": { "codemirror_mode": { @@ -72,8 +72,7 @@ "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.12" + "pygments_lexer": "ipython3" } }, "nbformat": 4, diff --git a/chapter5/cfd/convection-diffusion_equation_in_a_channel.ipynb b/chapter5/cfd/convection-diffusion_equation_in_a_channel.ipynb index 527ea3f..7b4dd24 100644 --- a/chapter5/cfd/convection-diffusion_equation_in_a_channel.ipynb +++ b/chapter5/cfd/convection-diffusion_equation_in_a_channel.ipynb @@ -57,9 +57,9 @@ ], "metadata": { "kernelspec": { - "display_name": ".iga-python", + "display_name": "Python 3 (ipykernel)", "language": "python", - "name": ".iga-python" + "name": "python3" }, "language_info": { "codemirror_mode": { @@ -70,8 +70,7 @@ "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.12" + "pygments_lexer": "ipython3" } }, "nbformat": 4, diff --git a/chapter5/cfd/cross_power_law_fluid_flow_in_a_channel.ipynb b/chapter5/cfd/cross_power_law_fluid_flow_in_a_channel.ipynb index fe910d5..42636e7 100644 --- a/chapter5/cfd/cross_power_law_fluid_flow_in_a_channel.ipynb +++ b/chapter5/cfd/cross_power_law_fluid_flow_in_a_channel.ipynb @@ -56,9 +56,9 @@ ], "metadata": { "kernelspec": { - "display_name": ".iga-python", + "display_name": "Python 3 (ipykernel)", "language": "python", - "name": ".iga-python" + "name": "python3" }, "language_info": { "codemirror_mode": { @@ -69,8 +69,7 @@ "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.12" + "pygments_lexer": "ipython3" } }, "nbformat": 4, diff --git a/chapter5/cfd/free_surface_flow.ipynb b/chapter5/cfd/free_surface_flow.ipynb index 052f68b..16617a3 100644 --- a/chapter5/cfd/free_surface_flow.ipynb +++ b/chapter5/cfd/free_surface_flow.ipynb @@ -59,9 +59,9 @@ ], "metadata": { "kernelspec": { - "display_name": ".iga-python", + "display_name": "Python 3 (ipykernel)", "language": "python", - "name": ".iga-python" + "name": "python3" }, "language_info": { "codemirror_mode": { @@ -72,8 +72,7 @@ "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.12" + "pygments_lexer": "ipython3" } }, "nbformat": 4, diff --git a/chapter5/cfd/heat_conduction_in_a_solid.ipynb b/chapter5/cfd/heat_conduction_in_a_solid.ipynb index d080ad6..ee0fd19 100644 --- a/chapter5/cfd/heat_conduction_in_a_solid.ipynb +++ b/chapter5/cfd/heat_conduction_in_a_solid.ipynb @@ -53,9 +53,9 @@ ], "metadata": { "kernelspec": { - "display_name": ".iga-python", + "display_name": "Python 3 (ipykernel)", "language": "python", - "name": ".iga-python" + "name": "python3" }, "language_info": { "codemirror_mode": { @@ -66,8 +66,7 @@ "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.12" + "pygments_lexer": "ipython3" } }, "nbformat": 4, diff --git a/chapter5/cfd/herschel-bulkley_fluid_flow_in_a_pipe.ipynb b/chapter5/cfd/herschel-bulkley_fluid_flow_in_a_pipe.ipynb index e176362..42ec152 100644 --- a/chapter5/cfd/herschel-bulkley_fluid_flow_in_a_pipe.ipynb +++ b/chapter5/cfd/herschel-bulkley_fluid_flow_in_a_pipe.ipynb @@ -58,9 +58,9 @@ ], "metadata": { "kernelspec": { - "display_name": ".iga-python", + "display_name": "Python 3 (ipykernel)", "language": "python", - "name": ".iga-python" + "name": "python3" }, "language_info": { "codemirror_mode": { @@ -71,8 +71,7 @@ "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.12" + "pygments_lexer": "ipython3" } }, "nbformat": 4, diff --git a/chapter5/cfd/incompressible_flow_past_a_cylinder.ipynb b/chapter5/cfd/incompressible_flow_past_a_cylinder.ipynb index 6eef450..1d3f493 100644 --- a/chapter5/cfd/incompressible_flow_past_a_cylinder.ipynb +++ b/chapter5/cfd/incompressible_flow_past_a_cylinder.ipynb @@ -54,9 +54,9 @@ ], "metadata": { "kernelspec": { - "display_name": ".iga-python", + "display_name": "Python 3 (ipykernel)", "language": "python", - "name": ".iga-python" + "name": "python3" }, "language_info": { "codemirror_mode": { @@ -67,8 +67,7 @@ "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.12" + "pygments_lexer": "ipython3" } }, "nbformat": 4, diff --git a/chapter5/cfd/magnetohydrodynamics_flow.ipynb b/chapter5/cfd/magnetohydrodynamics_flow.ipynb index 5ee2a16..4e3709d 100644 --- a/chapter5/cfd/magnetohydrodynamics_flow.ipynb +++ b/chapter5/cfd/magnetohydrodynamics_flow.ipynb @@ -60,9 +60,9 @@ ], "metadata": { "kernelspec": { - "display_name": ".iga-python", + "display_name": "Python 3 (ipykernel)", "language": "python", - "name": ".iga-python" + "name": "python3" }, "language_info": { "codemirror_mode": { @@ -73,8 +73,7 @@ "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.12" + "pygments_lexer": "ipython3" } }, "nbformat": 4, diff --git a/chapter5/cfd/oldroyd-b_fluid_flow_in_a_channel.ipynb b/chapter5/cfd/oldroyd-b_fluid_flow_in_a_channel.ipynb index d0b3142..1c1fd21 100644 --- a/chapter5/cfd/oldroyd-b_fluid_flow_in_a_channel.ipynb +++ b/chapter5/cfd/oldroyd-b_fluid_flow_in_a_channel.ipynb @@ -58,9 +58,9 @@ ], "metadata": { "kernelspec": { - "display_name": ".iga-python", + "display_name": "Python 3 (ipykernel)", "language": "python", - "name": ".iga-python" + "name": "python3" }, "language_info": { "codemirror_mode": { @@ -71,8 +71,7 @@ "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.12" + "pygments_lexer": "ipython3" } }, "nbformat": 4, diff --git a/chapter5/cfd/papanastasiou_fluid_flow_in_a_channel.ipynb b/chapter5/cfd/papanastasiou_fluid_flow_in_a_channel.ipynb index 11c239e..8ae68f5 100644 --- a/chapter5/cfd/papanastasiou_fluid_flow_in_a_channel.ipynb +++ b/chapter5/cfd/papanastasiou_fluid_flow_in_a_channel.ipynb @@ -55,9 +55,9 @@ ], "metadata": { "kernelspec": { - "display_name": ".iga-python", + "display_name": "Python 3 (ipykernel)", "language": "python", - "name": ".iga-python" + "name": "python3" }, "language_info": { "codemirror_mode": { @@ -68,8 +68,7 @@ "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.12" + "pygments_lexer": "ipython3" } }, "nbformat": 4, diff --git a/chapter5/cfd/particle-laden_flow.ipynb b/chapter5/cfd/particle-laden_flow.ipynb index 1dc88d8..d3c66d8 100644 --- a/chapter5/cfd/particle-laden_flow.ipynb +++ b/chapter5/cfd/particle-laden_flow.ipynb @@ -58,9 +58,9 @@ ], "metadata": { "kernelspec": { - "display_name": ".iga-python", + "display_name": "Python 3 (ipykernel)", "language": "python", - "name": ".iga-python" + "name": "python3" }, "language_info": { "codemirror_mode": { @@ -71,8 +71,7 @@ "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.12" + "pygments_lexer": "ipython3" } }, "nbformat": 4, diff --git a/chapter5/cfd/power_law_fluid_flow_in_a_channel.ipynb b/chapter5/cfd/power_law_fluid_flow_in_a_channel.ipynb index 009157f..ec87e8e 100644 --- a/chapter5/cfd/power_law_fluid_flow_in_a_channel.ipynb +++ b/chapter5/cfd/power_law_fluid_flow_in_a_channel.ipynb @@ -55,9 +55,9 @@ ], "metadata": { "kernelspec": { - "display_name": ".iga-python", + "display_name": "Python 3 (ipykernel)", "language": "python", - "name": ".iga-python" + "name": "python3" }, "language_info": { "codemirror_mode": { @@ -68,8 +68,7 @@ "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.12" + "pygments_lexer": "ipython3" } }, "nbformat": 4, diff --git a/chapter5/cfd/stokes_flow_in_a_lid-driven_cavity.ipynb b/chapter5/cfd/stokes_flow_in_a_lid-driven_cavity.ipynb index 3c8d2b5..94187e5 100644 --- a/chapter5/cfd/stokes_flow_in_a_lid-driven_cavity.ipynb +++ b/chapter5/cfd/stokes_flow_in_a_lid-driven_cavity.ipynb @@ -57,9 +57,9 @@ ], "metadata": { "kernelspec": { - "display_name": ".iga-python", + "display_name": "Python 3 (ipykernel)", "language": "python", - "name": ".iga-python" + "name": "python3" }, "language_info": { "codemirror_mode": { @@ -70,8 +70,7 @@ "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.12" + "pygments_lexer": "ipython3" } }, "nbformat": 4, diff --git a/chapter5/cfd/two-phase_flow.ipynb b/chapter5/cfd/two-phase_flow.ipynb index ca1217f..21ebe46 100644 --- a/chapter5/cfd/two-phase_flow.ipynb +++ b/chapter5/cfd/two-phase_flow.ipynb @@ -57,9 +57,9 @@ ], "metadata": { "kernelspec": { - "display_name": ".iga-python", + "display_name": "Python 3 (ipykernel)", "language": "python", - "name": ".iga-python" + "name": "python3" }, "language_info": { "codemirror_mode": { @@ -70,8 +70,7 @@ "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.12" + "pygments_lexer": "ipython3" } }, "nbformat": 4, diff --git a/chapter5/fsi/fluid-structure_interaction_in_a_flexible_channel.ipynb b/chapter5/fsi/fluid-structure_interaction_in_a_flexible_channel.ipynb index 1f38d59..555c989 100644 --- a/chapter5/fsi/fluid-structure_interaction_in_a_flexible_channel.ipynb +++ b/chapter5/fsi/fluid-structure_interaction_in_a_flexible_channel.ipynb @@ -72,9 +72,9 @@ ], "metadata": { "kernelspec": { - "display_name": ".iga-python", + "display_name": "Python 3 (ipykernel)", "language": "python", - "name": ".iga-python" + "name": "python3" }, "language_info": { "codemirror_mode": { @@ -85,8 +85,7 @@ "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.12" + "pygments_lexer": "ipython3" } }, "nbformat": 4, diff --git a/chapter5/fsi/flutter_analysis_of_a_flexible_wing_in_fluid_flow.ipynb b/chapter5/fsi/flutter_analysis_of_a_flexible_wing_in_fluid_flow.ipynb index 82cf269..05624ba 100644 --- a/chapter5/fsi/flutter_analysis_of_a_flexible_wing_in_fluid_flow.ipynb +++ b/chapter5/fsi/flutter_analysis_of_a_flexible_wing_in_fluid_flow.ipynb @@ -66,9 +66,9 @@ ], "metadata": { "kernelspec": { - "display_name": ".iga-python", + "display_name": "Python 3 (ipykernel)", "language": "python", - "name": ".iga-python" + "name": "python3" }, "language_info": { "codemirror_mode": { @@ -79,8 +79,7 @@ "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.12" + "pygments_lexer": "ipython3" } }, "nbformat": 4, diff --git a/chapter5/fsi/two-way_fluid-structure_interaction_in_a_tube.ipynb b/chapter5/fsi/two-way_fluid-structure_interaction_in_a_tube.ipynb index dec2cfa..5c3a75d 100644 --- a/chapter5/fsi/two-way_fluid-structure_interaction_in_a_tube.ipynb +++ b/chapter5/fsi/two-way_fluid-structure_interaction_in_a_tube.ipynb @@ -65,9 +65,9 @@ ], "metadata": { "kernelspec": { - "display_name": ".iga-python", + "display_name": "Python 3 (ipykernel)", "language": "python", - "name": ".iga-python" + "name": "python3" }, "language_info": { "codemirror_mode": { @@ -78,8 +78,7 @@ "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.12" + "pygments_lexer": "ipython3" } }, "nbformat": 4, diff --git a/chapter5/material-science/composite_beam_analysis.ipynb b/chapter5/material-science/composite_beam_analysis.ipynb index d76fbd1..3456627 100644 --- a/chapter5/material-science/composite_beam_analysis.ipynb +++ b/chapter5/material-science/composite_beam_analysis.ipynb @@ -39,9 +39,9 @@ ], "metadata": { "kernelspec": { - "display_name": ".iga-python", + "display_name": "Python 3 (ipykernel)", "language": "python", - "name": ".iga-python" + "name": "python3" }, "language_info": { "codemirror_mode": { @@ -52,8 +52,7 @@ "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.12" + "pygments_lexer": "ipython3" } }, "nbformat": 4, diff --git a/chapter5/material-science/composite_materials_with_piezoelectric_fibers.ipynb b/chapter5/material-science/composite_materials_with_piezoelectric_fibers.ipynb index 45a83f2..3dbd903 100644 --- a/chapter5/material-science/composite_materials_with_piezoelectric_fibers.ipynb +++ b/chapter5/material-science/composite_materials_with_piezoelectric_fibers.ipynb @@ -39,9 +39,9 @@ ], "metadata": { "kernelspec": { - "display_name": ".iga-python", + "display_name": "Python 3 (ipykernel)", "language": "python", - "name": ".iga-python" + "name": "python3" }, "language_info": { "codemirror_mode": { @@ -52,8 +52,7 @@ "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.12" + "pygments_lexer": "ipython3" } }, "nbformat": 4, diff --git a/chapter5/material-science/composite_materials_with_thermal_expansion.ipynb b/chapter5/material-science/composite_materials_with_thermal_expansion.ipynb index 5a93dbb..7ffa33c 100644 --- a/chapter5/material-science/composite_materials_with_thermal_expansion.ipynb +++ b/chapter5/material-science/composite_materials_with_thermal_expansion.ipynb @@ -38,9 +38,9 @@ ], "metadata": { "kernelspec": { - "display_name": ".iga-python", + "display_name": "Python 3 (ipykernel)", "language": "python", - "name": ".iga-python" + "name": "python3" }, "language_info": { "codemirror_mode": { @@ -51,8 +51,7 @@ "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.12" + "pygments_lexer": "ipython3" } }, "nbformat": 4, diff --git a/chapter5/material-science/composite_pressure_vessel_analysis.ipynb b/chapter5/material-science/composite_pressure_vessel_analysis.ipynb index 751797a..70b2a3e 100644 --- a/chapter5/material-science/composite_pressure_vessel_analysis.ipynb +++ b/chapter5/material-science/composite_pressure_vessel_analysis.ipynb @@ -40,9 +40,9 @@ ], "metadata": { "kernelspec": { - "display_name": ".iga-python", + "display_name": "Python 3 (ipykernel)", "language": "python", - "name": ".iga-python" + "name": "python3" }, "language_info": { "codemirror_mode": { @@ -53,8 +53,7 @@ "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.12" + "pygments_lexer": "ipython3" } }, "nbformat": 4, diff --git a/chapter5/material-science/composite_shaft_analysis.ipynb b/chapter5/material-science/composite_shaft_analysis.ipynb index 8d54747..8965691 100644 --- a/chapter5/material-science/composite_shaft_analysis.ipynb +++ b/chapter5/material-science/composite_shaft_analysis.ipynb @@ -39,9 +39,9 @@ ], "metadata": { "kernelspec": { - "display_name": ".iga-python", + "display_name": "Python 3 (ipykernel)", "language": "python", - "name": ".iga-python" + "name": "python3" }, "language_info": { "codemirror_mode": { @@ -52,8 +52,7 @@ "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.12" + "pygments_lexer": "ipython3" } }, "nbformat": 4, diff --git a/chapter5/material-science/composite_shell_structures.ipynb b/chapter5/material-science/composite_shell_structures.ipynb index 38a1ab1..ec421cc 100644 --- a/chapter5/material-science/composite_shell_structures.ipynb +++ b/chapter5/material-science/composite_shell_structures.ipynb @@ -39,9 +39,9 @@ ], "metadata": { "kernelspec": { - "display_name": ".iga-python", + "display_name": "Python 3 (ipykernel)", "language": "python", - "name": ".iga-python" + "name": "python3" }, "language_info": { "codemirror_mode": { @@ -52,8 +52,7 @@ "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.12" + "pygments_lexer": "ipython3" } }, "nbformat": 4, diff --git a/chapter5/material-science/creep_in_viscoelastic_materials.ipynb b/chapter5/material-science/creep_in_viscoelastic_materials.ipynb index 9d834b5..021820a 100644 --- a/chapter5/material-science/creep_in_viscoelastic_materials.ipynb +++ b/chapter5/material-science/creep_in_viscoelastic_materials.ipynb @@ -38,9 +38,9 @@ ], "metadata": { "kernelspec": { - "display_name": ".iga-python", + "display_name": "Python 3 (ipykernel)", "language": "python", - "name": ".iga-python" + "name": "python3" }, "language_info": { "codemirror_mode": { @@ -51,8 +51,7 @@ "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.12" + "pygments_lexer": "ipython3" } }, "nbformat": 4, diff --git a/chapter5/material-science/diffusion_and_reaction_in_porous_media.ipynb b/chapter5/material-science/diffusion_and_reaction_in_porous_media.ipynb index f1b3e58..642801b 100644 --- a/chapter5/material-science/diffusion_and_reaction_in_porous_media.ipynb +++ b/chapter5/material-science/diffusion_and_reaction_in_porous_media.ipynb @@ -38,9 +38,9 @@ ], "metadata": { "kernelspec": { - "display_name": ".iga-python", + "display_name": "Python 3 (ipykernel)", "language": "python", - "name": ".iga-python" + "name": "python3" }, "language_info": { "codemirror_mode": { @@ -51,8 +51,7 @@ "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.12" + "pygments_lexer": "ipython3" } }, "nbformat": 4, diff --git a/chapter5/material-science/elasticity_with_thermal_expansion.ipynb b/chapter5/material-science/elasticity_with_thermal_expansion.ipynb index 3098acf..fa739d1 100644 --- a/chapter5/material-science/elasticity_with_thermal_expansion.ipynb +++ b/chapter5/material-science/elasticity_with_thermal_expansion.ipynb @@ -38,9 +38,9 @@ ], "metadata": { "kernelspec": { - "display_name": ".iga-python", + "display_name": "Python 3 (ipykernel)", "language": "python", - "name": ".iga-python" + "name": "python3" }, "language_info": { "codemirror_mode": { @@ -51,8 +51,7 @@ "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.12" + "pygments_lexer": "ipython3" } }, "nbformat": 4, diff --git a/chapter5/material-science/fiber-reinforced_composite_materials.ipynb b/chapter5/material-science/fiber-reinforced_composite_materials.ipynb index 12168fa..650cd37 100644 --- a/chapter5/material-science/fiber-reinforced_composite_materials.ipynb +++ b/chapter5/material-science/fiber-reinforced_composite_materials.ipynb @@ -38,9 +38,9 @@ ], "metadata": { "kernelspec": { - "display_name": ".iga-python", + "display_name": "Python 3 (ipykernel)", "language": "python", - "name": ".iga-python" + "name": "python3" }, "language_info": { "codemirror_mode": { @@ -51,8 +51,7 @@ "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.12" + "pygments_lexer": "ipython3" } }, "nbformat": 4, diff --git a/chapter5/material-science/fluid_flow_simulation_in_directed_energy_deposition.ipynb b/chapter5/material-science/fluid_flow_simulation_in_directed_energy_deposition.ipynb index 85c292e..9c31bba 100644 --- a/chapter5/material-science/fluid_flow_simulation_in_directed_energy_deposition.ipynb +++ b/chapter5/material-science/fluid_flow_simulation_in_directed_energy_deposition.ipynb @@ -38,9 +38,9 @@ ], "metadata": { "kernelspec": { - "display_name": ".iga-python", + "display_name": "Python 3 (ipykernel)", "language": "python", - "name": ".iga-python" + "name": "python3" }, "language_info": { "codemirror_mode": { @@ -51,8 +51,7 @@ "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.12" + "pygments_lexer": "ipython3" } }, "nbformat": 4, diff --git a/chapter5/material-science/heat_conduction_with_phase_change.ipynb b/chapter5/material-science/heat_conduction_with_phase_change.ipynb index a35d825..1d2e6f2 100644 --- a/chapter5/material-science/heat_conduction_with_phase_change.ipynb +++ b/chapter5/material-science/heat_conduction_with_phase_change.ipynb @@ -38,9 +38,9 @@ ], "metadata": { "kernelspec": { - "display_name": ".iga-python", + "display_name": "Python 3 (ipykernel)", "language": "python", - "name": ".iga-python" + "name": "python3" }, "language_info": { "codemirror_mode": { @@ -51,8 +51,7 @@ "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.12" + "pygments_lexer": "ipython3" } }, "nbformat": 4, diff --git a/chapter5/material-science/homogenization_of_composite_structures.ipynb b/chapter5/material-science/homogenization_of_composite_structures.ipynb index f28e9fa..7cec21a 100644 --- a/chapter5/material-science/homogenization_of_composite_structures.ipynb +++ b/chapter5/material-science/homogenization_of_composite_structures.ipynb @@ -38,9 +38,9 @@ ], "metadata": { "kernelspec": { - "display_name": ".iga-python", + "display_name": "Python 3 (ipykernel)", "language": "python", - "name": ".iga-python" + "name": "python3" }, "language_info": { "codemirror_mode": { @@ -51,8 +51,7 @@ "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.12" + "pygments_lexer": "ipython3" } }, "nbformat": 4, diff --git a/chapter5/material-science/laminate_plate_bending.ipynb b/chapter5/material-science/laminate_plate_bending.ipynb index a7e89c4..1430432 100644 --- a/chapter5/material-science/laminate_plate_bending.ipynb +++ b/chapter5/material-science/laminate_plate_bending.ipynb @@ -39,9 +39,9 @@ ], "metadata": { "kernelspec": { - "display_name": ".iga-python", + "display_name": "Python 3 (ipykernel)", "language": "python", - "name": ".iga-python" + "name": "python3" }, "language_info": { "codemirror_mode": { @@ -52,8 +52,7 @@ "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.12" + "pygments_lexer": "ipython3" } }, "nbformat": 4, diff --git a/chapter5/material-science/multi-material_simulation_in_material_jetting.ipynb b/chapter5/material-science/multi-material_simulation_in_material_jetting.ipynb index ea3ba4d..0268ed6 100644 --- a/chapter5/material-science/multi-material_simulation_in_material_jetting.ipynb +++ b/chapter5/material-science/multi-material_simulation_in_material_jetting.ipynb @@ -38,9 +38,9 @@ ], "metadata": { "kernelspec": { - "display_name": ".iga-python", + "display_name": "Python 3 (ipykernel)", "language": "python", - "name": ".iga-python" + "name": "python3" }, "language_info": { "codemirror_mode": { @@ -51,8 +51,7 @@ "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.12" + "pygments_lexer": "ipython3" } }, "nbformat": 4, diff --git a/chapter5/material-science/piezoelectric_material.ipynb b/chapter5/material-science/piezoelectric_material.ipynb index 5c6c876..cd2e14b 100644 --- a/chapter5/material-science/piezoelectric_material.ipynb +++ b/chapter5/material-science/piezoelectric_material.ipynb @@ -39,9 +39,9 @@ ], "metadata": { "kernelspec": { - "display_name": ".iga-python", + "display_name": "Python 3 (ipykernel)", "language": "python", - "name": ".iga-python" + "name": "python3" }, "language_info": { "codemirror_mode": { @@ -52,8 +52,7 @@ "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.12" + "pygments_lexer": "ipython3" } }, "nbformat": 4, diff --git a/chapter5/material-science/residual_stress_simulation_in_selective_laser_melting.ipynb b/chapter5/material-science/residual_stress_simulation_in_selective_laser_melting.ipynb index 2a5af24..ed57066 100644 --- a/chapter5/material-science/residual_stress_simulation_in_selective_laser_melting.ipynb +++ b/chapter5/material-science/residual_stress_simulation_in_selective_laser_melting.ipynb @@ -37,9 +37,9 @@ ], "metadata": { "kernelspec": { - "display_name": ".iga-python", + "display_name": "Python 3 (ipykernel)", "language": "python", - "name": ".iga-python" + "name": "python3" }, "language_info": { "codemirror_mode": { @@ -50,8 +50,7 @@ "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.12" + "pygments_lexer": "ipython3" } }, "nbformat": 4, diff --git a/chapter5/material-science/structural_simulation_in_fused_filament_fabrication.ipynb b/chapter5/material-science/structural_simulation_in_fused_filament_fabrication.ipynb index fcf7f58..7d0bf07 100644 --- a/chapter5/material-science/structural_simulation_in_fused_filament_fabrication.ipynb +++ b/chapter5/material-science/structural_simulation_in_fused_filament_fabrication.ipynb @@ -37,9 +37,9 @@ ], "metadata": { "kernelspec": { - "display_name": ".iga-python", + "display_name": "Python 3 (ipykernel)", "language": "python", - "name": ".iga-python" + "name": "python3" }, "language_info": { "codemirror_mode": { @@ -50,8 +50,7 @@ "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.12" + "pygments_lexer": "ipython3" } }, "nbformat": 4, diff --git a/chapter5/material-science/thermal_conductivity_of_composite_materials.ipynb b/chapter5/material-science/thermal_conductivity_of_composite_materials.ipynb index d3be39d..2a294ed 100644 --- a/chapter5/material-science/thermal_conductivity_of_composite_materials.ipynb +++ b/chapter5/material-science/thermal_conductivity_of_composite_materials.ipynb @@ -38,9 +38,9 @@ ], "metadata": { "kernelspec": { - "display_name": ".iga-python", + "display_name": "Python 3 (ipykernel)", "language": "python", - "name": ".iga-python" + "name": "python3" }, "language_info": { "codemirror_mode": { @@ -51,8 +51,7 @@ "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.12" + "pygments_lexer": "ipython3" } }, "nbformat": 4, diff --git a/chapter5/material-science/thermal_simulation_in_powder_bed_fusion.ipynb b/chapter5/material-science/thermal_simulation_in_powder_bed_fusion.ipynb index b5f5d86..1fe0253 100644 --- a/chapter5/material-science/thermal_simulation_in_powder_bed_fusion.ipynb +++ b/chapter5/material-science/thermal_simulation_in_powder_bed_fusion.ipynb @@ -38,9 +38,9 @@ ], "metadata": { "kernelspec": { - "display_name": ".iga-python", + "display_name": "Python 3 (ipykernel)", "language": "python", - "name": ".iga-python" + "name": "python3" }, "language_info": { "codemirror_mode": { @@ -51,8 +51,7 @@ "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.12" + "pygments_lexer": "ipython3" } }, "nbformat": 4, diff --git a/chapter5/mhd/astrophysical_dynamo_in_a_stellar_interior.ipynb b/chapter5/mhd/astrophysical_dynamo_in_a_stellar_interior.ipynb index 170c4db..a78f131 100644 --- a/chapter5/mhd/astrophysical_dynamo_in_a_stellar_interior.ipynb +++ b/chapter5/mhd/astrophysical_dynamo_in_a_stellar_interior.ipynb @@ -48,8 +48,7 @@ "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.12" + "pygments_lexer": "ipython3" } }, "nbformat": 4, diff --git a/chapter5/mhd/ferrofluid_damper_in_mechanical_system.ipynb b/chapter5/mhd/ferrofluid_damper_in_mechanical_system.ipynb index 297a295..bb6a133 100644 --- a/chapter5/mhd/ferrofluid_damper_in_mechanical_system.ipynb +++ b/chapter5/mhd/ferrofluid_damper_in_mechanical_system.ipynb @@ -48,8 +48,7 @@ "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.12" + "pygments_lexer": "ipython3" } }, "nbformat": 4, diff --git a/chapter5/mhd/ferrofluid_flow_in_a_microfluidic_device.ipynb b/chapter5/mhd/ferrofluid_flow_in_a_microfluidic_device.ipynb index 85275c5..9039a94 100644 --- a/chapter5/mhd/ferrofluid_flow_in_a_microfluidic_device.ipynb +++ b/chapter5/mhd/ferrofluid_flow_in_a_microfluidic_device.ipynb @@ -47,8 +47,7 @@ "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.12" + "pygments_lexer": "ipython3" } }, "nbformat": 4, diff --git a/chapter5/mhd/magnetic_fluid_actuator_in_valve_control.ipynb b/chapter5/mhd/magnetic_fluid_actuator_in_valve_control.ipynb index ce9883b..fe2ce8d 100644 --- a/chapter5/mhd/magnetic_fluid_actuator_in_valve_control.ipynb +++ b/chapter5/mhd/magnetic_fluid_actuator_in_valve_control.ipynb @@ -53,8 +53,7 @@ "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.12" + "pygments_lexer": "ipython3" } }, "nbformat": 4, diff --git a/chapter5/mhd/magnetic_targeting_in_a_blood_vessel.ipynb b/chapter5/mhd/magnetic_targeting_in_a_blood_vessel.ipynb index 21419cc..88bbe64 100644 --- a/chapter5/mhd/magnetic_targeting_in_a_blood_vessel.ipynb +++ b/chapter5/mhd/magnetic_targeting_in_a_blood_vessel.ipynb @@ -48,8 +48,7 @@ "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.12" + "pygments_lexer": "ipython3" } }, "nbformat": 4, diff --git a/chapter5/mhd/magnetic_targeting_in_the_eye_for_retinal_diseases.ipynb b/chapter5/mhd/magnetic_targeting_in_the_eye_for_retinal_diseases.ipynb index 58e8506..4218723 100644 --- a/chapter5/mhd/magnetic_targeting_in_the_eye_for_retinal_diseases.ipynb +++ b/chapter5/mhd/magnetic_targeting_in_the_eye_for_retinal_diseases.ipynb @@ -53,8 +53,7 @@ "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.12" + "pygments_lexer": "ipython3" } }, "nbformat": 4, diff --git a/chapter5/mhd/magnetic_targeting_in_tumor_tissue.ipynb b/chapter5/mhd/magnetic_targeting_in_tumor_tissue.ipynb index e88bf86..f54aeeb 100644 --- a/chapter5/mhd/magnetic_targeting_in_tumor_tissue.ipynb +++ b/chapter5/mhd/magnetic_targeting_in_tumor_tissue.ipynb @@ -48,8 +48,7 @@ "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.12" + "pygments_lexer": "ipython3" } }, "nbformat": 4, diff --git a/chapter5/mhd/mhd_accretion_disk_in_binary_star_system.ipynb b/chapter5/mhd/mhd_accretion_disk_in_binary_star_system.ipynb index 0560b80..911a5ae 100644 --- a/chapter5/mhd/mhd_accretion_disk_in_binary_star_system.ipynb +++ b/chapter5/mhd/mhd_accretion_disk_in_binary_star_system.ipynb @@ -55,8 +55,7 @@ "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.12" + "pygments_lexer": "ipython3" } }, "nbformat": 4, diff --git a/chapter5/mhd/mhd_aluminum_electromagnetic_stirring.ipynb b/chapter5/mhd/mhd_aluminum_electromagnetic_stirring.ipynb index 106e409..1c787e6 100644 --- a/chapter5/mhd/mhd_aluminum_electromagnetic_stirring.ipynb +++ b/chapter5/mhd/mhd_aluminum_electromagnetic_stirring.ipynb @@ -48,8 +48,7 @@ "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.12" + "pygments_lexer": "ipython3" } }, "nbformat": 4, diff --git a/chapter5/mhd/mhd_continuous_casting_of_steel.ipynb b/chapter5/mhd/mhd_continuous_casting_of_steel.ipynb index 5eba25c..9fe4621 100644 --- a/chapter5/mhd/mhd_continuous_casting_of_steel.ipynb +++ b/chapter5/mhd/mhd_continuous_casting_of_steel.ipynb @@ -48,8 +48,7 @@ "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.12" + "pygments_lexer": "ipython3" } }, "nbformat": 4, diff --git a/chapter5/mhd/mhd_dynamo_in_a_rotating_sphere.ipynb b/chapter5/mhd/mhd_dynamo_in_a_rotating_sphere.ipynb index 8b6f726..ac8ef41 100644 --- a/chapter5/mhd/mhd_dynamo_in_a_rotating_sphere.ipynb +++ b/chapter5/mhd/mhd_dynamo_in_a_rotating_sphere.ipynb @@ -46,8 +46,7 @@ "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.12" + "pygments_lexer": "ipython3" } }, "nbformat": 4, diff --git a/chapter5/mhd/mhd_heat_transfer_in_a_cylindrical_fusion_reactor.ipynb b/chapter5/mhd/mhd_heat_transfer_in_a_cylindrical_fusion_reactor.ipynb index d662793..e9c74d2 100644 --- a/chapter5/mhd/mhd_heat_transfer_in_a_cylindrical_fusion_reactor.ipynb +++ b/chapter5/mhd/mhd_heat_transfer_in_a_cylindrical_fusion_reactor.ipynb @@ -44,8 +44,7 @@ "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.12" + "pygments_lexer": "ipython3" } }, "nbformat": 4, diff --git a/chapter5/mhd/mhd_heat_transfer_in_a_magma_convection_model.ipynb b/chapter5/mhd/mhd_heat_transfer_in_a_magma_convection_model.ipynb index bebd343..a0b68b6 100644 --- a/chapter5/mhd/mhd_heat_transfer_in_a_magma_convection_model.ipynb +++ b/chapter5/mhd/mhd_heat_transfer_in_a_magma_convection_model.ipynb @@ -48,8 +48,7 @@ "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.12" + "pygments_lexer": "ipython3" } }, "nbformat": 4, diff --git a/chapter5/mhd/mhd_heat_transfer_in_a_rectangular_domain.ipynb b/chapter5/mhd/mhd_heat_transfer_in_a_rectangular_domain.ipynb index 91b83d1..71da301 100644 --- a/chapter5/mhd/mhd_heat_transfer_in_a_rectangular_domain.ipynb +++ b/chapter5/mhd/mhd_heat_transfer_in_a_rectangular_domain.ipynb @@ -45,8 +45,7 @@ "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.12" + "pygments_lexer": "ipython3" } }, "nbformat": 4, diff --git a/chapter5/mhd/mhd_kelvin-helmholtz_instability_in_magnetized_flows.ipynb b/chapter5/mhd/mhd_kelvin-helmholtz_instability_in_magnetized_flows.ipynb index 0ba84c2..3cd727a 100644 --- a/chapter5/mhd/mhd_kelvin-helmholtz_instability_in_magnetized_flows.ipynb +++ b/chapter5/mhd/mhd_kelvin-helmholtz_instability_in_magnetized_flows.ipynb @@ -41,9 +41,9 @@ ], "metadata": { "kernelspec": { - "display_name": ".iga-python", + "display_name": "Python 3 (ipykernel)", "language": "python", - "name": ".iga-python" + "name": "python3" }, "language_info": { "codemirror_mode": { @@ -54,8 +54,7 @@ "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.12" + "pygments_lexer": "ipython3" } }, "nbformat": 4, diff --git a/chapter5/mhd/mhd_metal_solidification_in_magnetic_field.ipynb b/chapter5/mhd/mhd_metal_solidification_in_magnetic_field.ipynb index b2358b9..c96d9db 100644 --- a/chapter5/mhd/mhd_metal_solidification_in_magnetic_field.ipynb +++ b/chapter5/mhd/mhd_metal_solidification_in_magnetic_field.ipynb @@ -52,8 +52,7 @@ "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.12" + "pygments_lexer": "ipython3" } }, "nbformat": 4, diff --git a/chapter5/mhd/mhd_rayleigh-taylor_instability_in_a_conducting_fluid.ipynb b/chapter5/mhd/mhd_rayleigh-taylor_instability_in_a_conducting_fluid.ipynb index 12e7569..d55a0a6 100644 --- a/chapter5/mhd/mhd_rayleigh-taylor_instability_in_a_conducting_fluid.ipynb +++ b/chapter5/mhd/mhd_rayleigh-taylor_instability_in_a_conducting_fluid.ipynb @@ -41,9 +41,9 @@ ], "metadata": { "kernelspec": { - "display_name": ".iga-python", + "display_name": "Python 3 (ipykernel)", "language": "python", - "name": ".iga-python" + "name": "python3" }, "language_info": { "codemirror_mode": { @@ -54,8 +54,7 @@ "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.12" + "pygments_lexer": "ipython3" } }, "nbformat": 4, diff --git a/chapter5/mhd/mhd_solar_wind_simulation.ipynb b/chapter5/mhd/mhd_solar_wind_simulation.ipynb index a72185a..23becb1 100644 --- a/chapter5/mhd/mhd_solar_wind_simulation.ipynb +++ b/chapter5/mhd/mhd_solar_wind_simulation.ipynb @@ -47,8 +47,7 @@ "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.12" + "pygments_lexer": "ipython3" } }, "nbformat": 4, diff --git a/chapter5/mhd/mhd_stability_of_a_current-carrying_plasma_column.ipynb b/chapter5/mhd/mhd_stability_of_a_current-carrying_plasma_column.ipynb index 04fc79c..c8c0840 100644 --- a/chapter5/mhd/mhd_stability_of_a_current-carrying_plasma_column.ipynb +++ b/chapter5/mhd/mhd_stability_of_a_current-carrying_plasma_column.ipynb @@ -57,8 +57,7 @@ "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.12" + "pygments_lexer": "ipython3" } }, "nbformat": 4, diff --git a/chapter5/mhd/mhd_star_formation_in_a_protostellar_cloud.ipynb b/chapter5/mhd/mhd_star_formation_in_a_protostellar_cloud.ipynb index f1c2cd4..c630484 100644 --- a/chapter5/mhd/mhd_star_formation_in_a_protostellar_cloud.ipynb +++ b/chapter5/mhd/mhd_star_formation_in_a_protostellar_cloud.ipynb @@ -47,8 +47,7 @@ "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.12" + "pygments_lexer": "ipython3" } }, "nbformat": 4, diff --git a/chapter5/mhd/mhd_turbulence_in_accretion_disks.ipynb b/chapter5/mhd/mhd_turbulence_in_accretion_disks.ipynb index 55bd425..febda1f 100644 --- a/chapter5/mhd/mhd_turbulence_in_accretion_disks.ipynb +++ b/chapter5/mhd/mhd_turbulence_in_accretion_disks.ipynb @@ -52,8 +52,7 @@ "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.12" + "pygments_lexer": "ipython3" } }, "nbformat": 4, diff --git a/chapter5/mhd/mhd_turbulence_in_laboratory_plasmas.ipynb b/chapter5/mhd/mhd_turbulence_in_laboratory_plasmas.ipynb index 79eb746..8dee705 100644 --- a/chapter5/mhd/mhd_turbulence_in_laboratory_plasmas.ipynb +++ b/chapter5/mhd/mhd_turbulence_in_laboratory_plasmas.ipynb @@ -54,8 +54,7 @@ "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.12" + "pygments_lexer": "ipython3" } }, "nbformat": 4, diff --git a/chapter5/mhd/mhd_turbulence_in_solar_winds.ipynb b/chapter5/mhd/mhd_turbulence_in_solar_winds.ipynb index fae62d4..79137c9 100644 --- a/chapter5/mhd/mhd_turbulence_in_solar_winds.ipynb +++ b/chapter5/mhd/mhd_turbulence_in_solar_winds.ipynb @@ -52,8 +52,7 @@ "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.12" + "pygments_lexer": "ipython3" } }, "nbformat": 4, diff --git a/chapter5/mhd/simple_kinematic_dynamo_model.ipynb b/chapter5/mhd/simple_kinematic_dynamo_model.ipynb index bde7bf4..a63d163 100644 --- a/chapter5/mhd/simple_kinematic_dynamo_model.ipynb +++ b/chapter5/mhd/simple_kinematic_dynamo_model.ipynb @@ -46,8 +46,7 @@ "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.12" + "pygments_lexer": "ipython3" } }, "nbformat": 4,