3D EM based on Schur decomposition
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1234567891011121314
  1. add_executable( EMSchur3D EMSchur3D.cpp )
  2. target_link_libraries( EMSchur3D "lemmacore" "fdem1d" "emschur3d")
  3. # Linking
  4. #if ( LEMMA_VTK6_SUPPORT OR LEMMA_VTK7_SUPPORT )
  5. # target_link_libraries( KernelV0 ${VTK_LIBRARIES})
  6. # target_link_libraries( KV0-3loops ${VTK_LIBRARIES})
  7. # target_link_libraries( Coupling ${VTK_LIBRARIES})
  8. # target_link_libraries( Interference ${VTK_LIBRARIES})
  9. #endif()
  10. INSTALL_TARGETS( "/share/EMSchur3D/"
  11. EMSchur3D
  12. )