Skip to content

Commit

Permalink
WIP: curl of curl
Browse files Browse the repository at this point in the history
  • Loading branch information
WeiqunZhang committed Dec 21, 2023
1 parent 75571e2 commit f800188
Show file tree
Hide file tree
Showing 4 changed files with 430 additions and 12 deletions.
7 changes: 7 additions & 0 deletions Src/LinearSolvers/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,13 @@ foreach(D IN LISTS AMReX_SPACEDIM)
)
endif ()

if (D EQUAL 3)
target_sources(amrex_${D}d
PRIVATE
MLMG/AMReX_MLCurlCurl.H
)
endif ()

if (AMReX_EB AND NOT D EQUAL 1)
target_sources(amrex_${D}d
PRIVATE
Expand Down
Loading

0 comments on commit f800188

Please sign in to comment.