- Feb 05, 2014
-
-
Chris Cantwell authored
-
Chris Cantwell authored
-
Chris Cantwell authored
-
- Feb 04, 2014
-
-
Chris Cantwell authored
-
Chris Cantwell authored
-
Chris Cantwell authored
Conflicts: library/MultiRegions/DisContField2D.cpp library/MultiRegions/ExpList.h
-
Chris Cantwell authored
-
Chris Cantwell authored
-
Chris Cantwell authored
-
Chris Cantwell authored
-
Chris Cantwell authored
-
Kilian Lackhove authored
-
- Feb 03, 2014
-
-
Kilian Lackhove authored
-
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 31, 2014
-
-
Spencer Sherwin authored
-
Spencer Sherwin authored
-
Dave Moxey authored
-
Chris Cantwell authored
-
Chris Cantwell authored
-
Chris Cantwell authored
-
Chris Cantwell authored
-
Chris Cantwell authored
-
Dave Moxey authored
-
Dave Moxey authored
-
Chris Cantwell authored
-
Dave Moxey authored
-
Spencer Sherwin authored
Updated v_Integral method so that default weights in the collapsed coordinate direction are the given weights scaled by the appropriate Jacobian. This implies that the provided weights are of for a standard Legendre inner product unless otherwise specfiied by another switch case.
-
Spencer Sherwin authored
Updated v_Integral method so that default weights in the collapsed coordinate direction are the given weights scaled by the appropriate Jacobian. This implies that the provided weights are of for a standard Legendre inner product unless otherwise specfiied by another switch case.
-
- Jan 30, 2014
-
-
Daniele de Grazia authored
-
Chris Cantwell authored
-
Daniele de Grazia authored
-
Dave Moxey authored
Remove unnecessary and incorrect dealiasing functions, make wave space integration of initial conditions optional.
-