biest.hpp 182 B

123456789
  1. // Boundary Integral Equation Solver for Taylor states
  2. #ifndef _BIEST_HPP_
  3. #define _BIEST_HPP_
  4. #include <biest/bie_solvers.hpp>
  5. #include <biest/surface.hpp>
  6. #endif //_BIEST_HPP_