From f6ecb3ebef9cd66cbc07a661b79ecbfedd4afc5d Mon Sep 17 00:00:00 2001 From: Edgar Date: Wed, 22 Jan 2025 16:00:16 -0600 Subject: [PATCH] update example --- Examples/pydagmc_example.py | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Examples/pydagmc_example.py b/Examples/pydagmc_example.py index 2789b15..aa7fc9c 100644 --- a/Examples/pydagmc_example.py +++ b/Examples/pydagmc_example.py @@ -50,17 +50,17 @@ }, } -# stellarator.construct_invessel_build( -# toroidal_angles, -# poloidal_angles, -# wall_s, -# radial_build_dict, -# use_pydagmc=True, -# num_ribs=ribs * 3, -# num_rib_pts=rib_pts * 3, -# ) +stellarator.construct_invessel_build( + toroidal_angles, + poloidal_angles, + wall_s, + radial_build_dict, + use_pydagmc=True, + num_ribs=ribs * 3, + num_rib_pts=rib_pts * 3, +) -# stellarator.invessel_build.dag_model.write_file("dagmc.h5m") +stellarator.invessel_build.dag_model.write_file("dagmc.h5m") stellarator.construct_magnets( "../tests/files_for_tests/coils.example", 10, 10, 90