Skip to content

Commit 3c4b641

Browse files
Merge pull request #318 from bewagner1/bpw/interpol
Add mixed periodicity to MATLAB interpolators and implements interpolators in C++
2 parents 8b8a10f + 4622d5d commit 3c4b641

19 files changed

Lines changed: 2144 additions & 71 deletions

src/cpp/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ add_library(mole_C++
99
mixedbc.cpp
1010
robinbc.cpp
1111
utils.cpp
12+
interpolCtoF.cpp
13+
interpolCtoN.cpp
14+
interpolFtoC.cpp
15+
interpolNtoC.cpp
1216
)
1317
target_include_directories(mole_C++ PUBLIC ${ARMADILLO_INCLUDE_DIRS} ${EIGEN3_INCLUDE_DIRS} ${OpenBLAS_INCLUDE_DIRS} ${SUPERLU_INCLUDE_DIR})
1418
target_link_libraries(mole_C++ PUBLIC ${LINK_LIBS})

0 commit comments

Comments
 (0)