This directory contains the functionparser project which is copyrighted
by Juha Nieminen and licensed under the GNU Lesser General Public License
-(LGPL) Version 3. See ./docs/fparser.html
+(LGPL) Version 3. See ./docs/fparser.html or
http://warp.povusers.org/FunctionParser/.
A full version of the functionparser project can be downloaded at
${CMAKE_BINARY_DIR}/examples/cmake_install.cmake
${CMAKE_BINARY_DIR}/examples/Makefile
${CMAKE_BINARY_DIR}/include/*/base/config.h
- ${CMAKE_BINARY_DIR}/install_manifest.txt
+ ${CMAKE_BINARY_DIR}/install_manifest*.txt
${CMAKE_BINARY_DIR}/Makefile
${CMAKE_BINARY_DIR}/summary.log
)
stated licenses below.
+lapack_templates
+================
+
+A small perl script for automatically generating lapack function
+definitions.
+
+
mesh_conversion
===============
licensed under the GNU Lesser General Public License (LGPL) Version 2.1 or
later. See parameter_gui/README, parameter_gui/lgpl-2.1.txt.
+
+utilities
+=========
+
+A collection of small programs for various purposes.
+
# Add a rule on how to install the examples:
#
- SET(deal_ii_examples
- step-1 step-2 step-3 step-4 step-5 step-6 step-7 step-8 step-9
- step-10 step-11 step-12 step-13 step-14 step-15 step-16 step-17
- step-18 step-19 step-20 step-21 step-22 step-23 step-24 step-25
- step-26 step-27 step-28 step-29 step-30 step-31 step-32 step-33
- step-34 step-35 step-36 step-37 step-38 step-39 step-40 step-41
- step-42 step-43 step-44 step-45 step-46 step-47 step-48
- )
+ file(GLOB _steps ${CMAKE_CURRENT_SOURCE_DIR}/step-*)
- FOREACH(step ${deal_ii_examples})
- INSTALL(DIRECTORY ${step}
+ FOREACH(_step ${_steps})
+ INSTALL(DIRECTORY ${_step}
DESTINATION ${DEAL_II_EXAMPLES_RELDIR}
COMPONENT examples
PATTERN ".svn" EXCLUDE