Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions test_data/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,18 @@ filegroup(
] + glob(["solovev_analytical/**/*.json"]),
)

filegroup(
name = "solovev_free_bdy",
visibility = ["//visibility:public"],
srcs = [
"axis_coefficients_solovev_free_bdy.csv",
"boundary_coefficients_solovev_free_bdy.csv",
"jxbout_solovev_free_bdy.nc",
"mercier.solovev_free_bdy",
"threed1.solovev_free_bdy",
] + glob(["solovev_free_bdy/**/*.json"]),
)

filegroup(
name = "solovev_no_axis",
visibility = ["//visibility:public"],
Expand Down
2 changes: 2 additions & 0 deletions test_data/axis_coefficients_solovev_free_bdy.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
n,raxis_c,zaxis_s,raxis_s,zaxis_c
0,3.999,0.0,0.0,0.0
7 changes: 7 additions & 0 deletions test_data/boundary_coefficients_solovev_free_bdy.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
n,m,rbc,zbs,rbs,zbc
0,0,3.999,0,0,0
0,1,1.026,1.58,0,0
0,2,0.068,-0.01,0,0
0,3,0,0,0,0
0,4,0,0,0,0
0,5,0,0,0,0
3 changes: 3 additions & 0 deletions test_data/jxbout_solovev_free_bdy.nc
Git LFS file not shown
2 changes: 1 addition & 1 deletion test_data/mgrid_solovev.nc
Git LFS file not shown
2 changes: 1 addition & 1 deletion test_data/regenerate_test_data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ makegrid makegrid_parameters_solovev.json coils.solovev

# educational_VMEC is used to generate the reference data.
# You can get it from here: https://github.com/jonathanschilling/educational_VMEC
EDUCATIONAL_VMEC_EXECUTABLE=/home/jons/code/educational_VMEC/build/bin/xvmec
EDUCATIONAL_VMEC_EXECUTABLE=/data/jonathan/work/code/educational_VMEC/build/bin/xvmec

# now re-do VMEC runs
rm -rf solovev && ${EDUCATIONAL_VMEC_EXECUTABLE} input.solovev
Expand Down