Galerkin FEM for elliptic PDEs
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.
1234567 |
- include_directories(${CMAKE_INSTALL_PREFIX}/include)
-
- include_directories( "${CMAKE_CURRENT_SOURCE_DIR}/include" )
- add_subdirectory("src")
-
- add_library( fem4ellipticpde ${FEMSOURCE} )
- target_link_libraries(fem4ellipticpde "lemmacore")
|