- Feb 03, 2014
-
-
Kilian Lackhove authored
Instead, the cmake default way of handling external dependencies is now recommended: FIND_PACKAGE(Nektar++ REQUIRED) ADD_DEFINITIONS(${NEKTAR++_DEFINITIONS}) INCLUDE_DIRECTORIES(${NEKTAR++_INCLUDE_DIRS} ${NEKTAR++_TP_INCLUDE_DIRS}) LINK_DIRECTORIES(${NEKTAR++_LIBRARY_DIRS} ${NEKTAR++_TP_LIBRARY_DIRS}) TARGET_LINK_LIBRARIES(${ProjectName} ${NEKTAR++_LIBRARIES} ${NEKTAR++_TP_LIBRARIES}) see templates/executable for an example. The NEKTAR++_TP_XXX variables can be omitted if the external CMakeLists.txt takes care of findig Nektar++ dependencies itself.
-
Kilian Lackhove authored
-
Kilian Lackhove authored
-
Kilian Lackhove authored
append nektars ThirdParty dir to NEKTAR++_LIBRARY_DIRS and add main.cpp as dummy header file to templates/executable/CMakeLists.txt
-
Kilian Lackhove authored
Nektar++Config.cmake should only set variables which can be used in the calling CMakeLists.txt.
-
Kilian Lackhove authored
-
Kilian Lackhove authored
-
Kilian Lackhove authored
-
Kilian Lackhove authored
-
- Jan 30, 2014
-
-
Chris Cantwell authored
-
- Jan 29, 2014
-
-
Chris Cantwell authored
-
- Jan 28, 2014
-
-
Chris Cantwell authored
-
Chris Cantwell authored
-
Dave Moxey authored
-
Chris Cantwell authored
-
Chris Cantwell authored
-
Chris Cantwell authored
-
Chris Cantwell authored
-
Chris Cantwell authored
-
Chris Cantwell authored
-
- Jan 27, 2014
-
-
Chris Cantwell authored
-
Chris Cantwell authored
-
Chris Cantwell authored
-
Dave Moxey authored
-
- Jan 24, 2014
-
-
Jean-Eloi Lombard authored
-
- Jan 23, 2014
-
-
Chris Cantwell authored
-
Gianmarco Mengaldo authored
clamp_low and clamp_up modified in order for the CFS to get a proper interpolation for the energy. Commented out Checkbndmeshes2D and put bool check = true. Indentation fixed.
-
Chris Cantwell authored
-
Chris Cantwell authored
-
Chris Cantwell authored
-
Chris Cantwell authored
Tidy up code.
-
Chris Cantwell authored
-
Dave Moxey authored
-
Chris Cantwell authored
-
- Jan 22, 2014
-
-
Spencer Sherwin authored
-
Chris Cantwell authored
-
Chris Cantwell authored
-
- Jan 21, 2014
-
-
Spencer Sherwin authored
-
Dave Moxey authored
-
Ale authored
-