Dhairya Malhotra %!s(int64=7) %!d(string=hai) anos
pai
achega
8a5eaa371c
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      include/sctl.hpp

+ 6 - 0
include/sctl.hpp

@@ -44,9 +44,15 @@
 // OpenMP merge-sort and scan
 #include SCTL_INCLUDE(ompUtils.hpp)
 
+// Parallel solver
+#include SCTL_INCLUDE(parallel_solver.hpp)
+
 // ChebBasis
 #include SCTL_INCLUDE(cheb_utils.hpp)
 
+// Morton
+#include SCTL_INCLUDE(morton.hpp)
+
 #include SCTL_INCLUDE(fft_wrapper.hpp)
 
 #include SCTL_INCLUDE(legendre_rule.hpp)