Skip to content

Commit

Permalink
add pele/sundials matrices
Browse files Browse the repository at this point in the history
  • Loading branch information
pratikvn committed Aug 3, 2023
1 parent 040bec7 commit 7f41671
Show file tree
Hide file tree
Showing 2,565 changed files with 2,014,021 additions and 0 deletions.
25 changes: 25 additions & 0 deletions examples/batched-solver-from-files/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,28 @@ foreach(ibatch RANGE 0 1)
configure_file("data/pores_1/${ibatch}/b.mtx" "data/pores_1/${ibatch}/b.mtx" COPYONLY)
configure_file("data/pores_1/${ibatch}/S.mtx" "data/pores_1/${ibatch}/S.mtx" COPYONLY)
endforeach()
foreach(ibatch RANGE 0 77)
configure_file("data/dodecane_lu/${ibatch}/A.mtx" "data/dodecane_lu/${ibatch}/A.mtx" COPYONLY)
configure_file("data/dodecane_lu/${ibatch}/b.mtx" "data/dodecane_lu/${ibatch}/b.mtx" COPYONLY)
configure_file("data/dodecane_lu/${ibatch}/S.mtx" "data/dodecane_lu/${ibatch}/S.mtx" COPYONLY)
endforeach()
foreach(ibatch RANGE 0 71)
configure_file("data/isooctane/${ibatch}/A.mtx" "data/isooctane/${ibatch}/A.mtx" COPYONLY)
configure_file("data/isooctane/${ibatch}/b.mtx" "data/isooctane/${ibatch}/b.mtx" COPYONLY)
configure_file("data/isooctane/${ibatch}/S.mtx" "data/isooctane/${ibatch}/S.mtx" COPYONLY)
endforeach()
foreach(ibatch RANGE 0 89)
configure_file("data/gri30/${ibatch}/A.mtx" "data/gri30/${ibatch}/A.mtx" COPYONLY)
configure_file("data/gri30/${ibatch}/b.mtx" "data/gri30/${ibatch}/b.mtx" COPYONLY)
configure_file("data/gri30/${ibatch}/S.mtx" "data/gri30/${ibatch}/S.mtx" COPYONLY)
endforeach()
foreach(ibatch RANGE 0 72)
configure_file("data/gri12/${ibatch}/A.mtx" "data/gri12/${ibatch}/A.mtx" COPYONLY)
configure_file("data/gri12/${ibatch}/b.mtx" "data/gri12/${ibatch}/b.mtx" COPYONLY)
configure_file("data/gri12/${ibatch}/S.mtx" "data/gri12/${ibatch}/S.mtx" COPYONLY)
endforeach()
foreach(ibatch RANGE 0 66)
configure_file("data/drm19/${ibatch}/A.mtx" "data/drm19/${ibatch}/A.mtx" COPYONLY)
configure_file("data/drm19/${ibatch}/b.mtx" "data/drm19/${ibatch}/b.mtx" COPYONLY)
configure_file("data/drm19/${ibatch}/S.mtx" "data/drm19/${ibatch}/S.mtx" COPYONLY)
endforeach()
Binary file added examples/batched-solver-from-files/data.tar
Binary file not shown.
Loading

0 comments on commit 7f41671

Please sign in to comment.