Skip to content
Snippets Groups Projects
Commit ce4c8ed1 authored by kloss's avatar kloss
Browse files

release version 3.0.4 on 2014-10-30_18-31-03

parent ab4ebfd4
Branches
Tags
No related merge requests found
Showing
with 3 additions and 82 deletions
This is the LIGGGHTS software package.
This is the LIGGGHTS software package, released by DCS Computing
www.dcs-computing.com
LIGGGHTS - LAMMPS Improved for General Granular and Granular Heat
Transfer Simulations
......@@ -6,7 +7,7 @@ Transfer Simulations
LIGGGHTS is part of the CFDEMproject
www.liggghts.com | www.cfdem.com
Christoph Kloss, christoph.kloss@cfdem.com
Christoph Kloss, christoph.kloss@dcs-computing.com
Copyright 2009-2012 JKU Linz
Copyright 2012- DCS Computing GmbH, Linz
......
# - Try to find Eigen3 lib
#
# This module supports requiring a minimum version, e.g. you can do
# find_package(Eigen3 3.1.2)
# to require version 3.1.2 or newer of Eigen3.
#
# Once done this will define
#
# EIGEN3_FOUND - system has eigen lib with correct version
# EIGEN3_INCLUDE_DIR - the eigen include directory
# EIGEN3_VERSION - eigen version
# Copyright (c) 2006, 2007 Montel Laurent, <montel@kde.org>
# Copyright (c) 2008, 2009 Gael Guennebaud, <g.gael@free.fr>
# Copyright (c) 2009 Benoit Jacob <jacob.benoit.1@gmail.com>
# Redistribution and use is allowed according to the terms of the 2-clause BSD license.
if(NOT Eigen3_FIND_VERSION)
if(NOT Eigen3_FIND_VERSION_MAJOR)
set(Eigen3_FIND_VERSION_MAJOR 2)
endif(NOT Eigen3_FIND_VERSION_MAJOR)
if(NOT Eigen3_FIND_VERSION_MINOR)
set(Eigen3_FIND_VERSION_MINOR 91)
endif(NOT Eigen3_FIND_VERSION_MINOR)
if(NOT Eigen3_FIND_VERSION_PATCH)
set(Eigen3_FIND_VERSION_PATCH 0)
endif(NOT Eigen3_FIND_VERSION_PATCH)
set(Eigen3_FIND_VERSION "${Eigen3_FIND_VERSION_MAJOR}.${Eigen3_FIND_VERSION_MINOR}.${Eigen3_FIND_VERSION_PATCH}")
endif(NOT Eigen3_FIND_VERSION)
macro(_eigen3_check_version)
file(READ "${EIGEN3_INCLUDE_DIR}/Eigen/src/Core/util/Macros.h" _eigen3_version_header)
string(REGEX MATCH "define[ \t]+EIGEN_WORLD_VERSION[ \t]+([0-9]+)" _eigen3_world_version_match "${_eigen3_version_header}")
set(EIGEN3_WORLD_VERSION "${CMAKE_MATCH_1}")
string(REGEX MATCH "define[ \t]+EIGEN_MAJOR_VERSION[ \t]+([0-9]+)" _eigen3_major_version_match "${_eigen3_version_header}")
set(EIGEN3_MAJOR_VERSION "${CMAKE_MATCH_1}")
string(REGEX MATCH "define[ \t]+EIGEN_MINOR_VERSION[ \t]+([0-9]+)" _eigen3_minor_version_match "${_eigen3_version_header}")
set(EIGEN3_MINOR_VERSION "${CMAKE_MATCH_1}")
set(EIGEN3_VERSION ${EIGEN3_WORLD_VERSION}.${EIGEN3_MAJOR_VERSION}.${EIGEN3_MINOR_VERSION})
if(${EIGEN3_VERSION} VERSION_LESS ${Eigen3_FIND_VERSION})
set(EIGEN3_VERSION_OK FALSE)
else(${EIGEN3_VERSION} VERSION_LESS ${Eigen3_FIND_VERSION})
set(EIGEN3_VERSION_OK TRUE)
endif(${EIGEN3_VERSION} VERSION_LESS ${Eigen3_FIND_VERSION})
if(NOT EIGEN3_VERSION_OK)
message(STATUS "Eigen3 version ${EIGEN3_VERSION} found in ${EIGEN3_INCLUDE_DIR}, "
"but at least version ${Eigen3_FIND_VERSION} is required")
endif(NOT EIGEN3_VERSION_OK)
endmacro(_eigen3_check_version)
if (EIGEN3_INCLUDE_DIR)
# in cache already
_eigen3_check_version()
set(EIGEN3_FOUND ${EIGEN3_VERSION_OK})
else (EIGEN3_INCLUDE_DIR)
find_path(EIGEN3_INCLUDE_DIR NAMES signature_of_eigen3_matrix_library
PATHS
${CMAKE_INSTALL_PREFIX}/include
${KDE4_INCLUDE_DIR}
PATH_SUFFIXES eigen3 eigen
)
if(EIGEN3_INCLUDE_DIR)
_eigen3_check_version()
endif(EIGEN3_INCLUDE_DIR)
include(FindPackageHandleStandardArgs)
find_package_handle_standard_args(Eigen3 DEFAULT_MSG EIGEN3_INCLUDE_DIR EIGEN3_VERSION_OK)
mark_as_advanced(EIGEN3_INCLUDE_DIR)
endif(EIGEN3_INCLUDE_DIR)
doc/Eqs/fix_sph_density_driftcorr_eq1.jpg

5.07 KiB

doc/Eqs/fix_sph_integrity_eq1.jpg

3.68 KiB

doc/Eqs/fix_sph_mixidx_eq1.jpg

12.5 KiB

doc/Eqs/fix_sph_mixidx_eq2.jpg

2.95 KiB

doc/Eqs/fix_sph_mixidx_eq3.jpg

3.04 KiB

doc/Eqs/fix_sph_mixidx_eq4.jpg

2.95 KiB

doc/Eqs/fix_sph_mixidx_eq5.jpg

2.94 KiB

doc/Eqs/fix_sph_mixidx_eq6.jpg

3.28 KiB

doc/Eqs/fix_sph_velgrad_eq1.jpg

7.25 KiB

doc/Eqs/model_C2_part_1.png

3.65 KiB

doc/Eqs/pair_sph_morris_tenscorr_eq1.jpg

17.5 KiB | W: | H:

doc/Eqs/pair_sph_morris_tenscorr_eq1.jpg

17.2 KiB | W: | H:

doc/Eqs/pair_sph_morris_tenscorr_eq1.jpg
doc/Eqs/pair_sph_morris_tenscorr_eq1.jpg
doc/Eqs/pair_sph_morris_tenscorr_eq1.jpg
doc/Eqs/pair_sph_morris_tenscorr_eq1.jpg
  • 2-up
  • Swipe
  • Onion skin
doc/Eqs/pair_sph_morris_tenscorr_eq2.jpg

13 KiB | W: | H:

doc/Eqs/pair_sph_morris_tenscorr_eq2.jpg

2.6 KiB | W: | H:

doc/Eqs/pair_sph_morris_tenscorr_eq2.jpg
doc/Eqs/pair_sph_morris_tenscorr_eq2.jpg
doc/Eqs/pair_sph_morris_tenscorr_eq2.jpg
doc/Eqs/pair_sph_morris_tenscorr_eq2.jpg
  • 2-up
  • Swipe
  • Onion skin
doc/Eqs/pair_sph_morris_tenscorr_eq3.jpg

10.9 KiB | W: | H:

doc/Eqs/pair_sph_morris_tenscorr_eq3.jpg

6.04 KiB | W: | H:

doc/Eqs/pair_sph_morris_tenscorr_eq3.jpg
doc/Eqs/pair_sph_morris_tenscorr_eq3.jpg
doc/Eqs/pair_sph_morris_tenscorr_eq3.jpg
doc/Eqs/pair_sph_morris_tenscorr_eq3.jpg
  • 2-up
  • Swipe
  • Onion skin
doc/Eqs/pair_sph_morris_tenscorr_eq4.jpg

7.97 KiB | W: | H:

doc/Eqs/pair_sph_morris_tenscorr_eq4.jpg

13 KiB | W: | H:

doc/Eqs/pair_sph_morris_tenscorr_eq4.jpg
doc/Eqs/pair_sph_morris_tenscorr_eq4.jpg
doc/Eqs/pair_sph_morris_tenscorr_eq4.jpg
doc/Eqs/pair_sph_morris_tenscorr_eq4.jpg
  • 2-up
  • Swipe
  • Onion skin
doc/Eqs/pair_sph_morris_tenscorr_eq5.jpg

4.93 KiB | W: | H:

doc/Eqs/pair_sph_morris_tenscorr_eq5.jpg

10.9 KiB | W: | H:

doc/Eqs/pair_sph_morris_tenscorr_eq5.jpg
doc/Eqs/pair_sph_morris_tenscorr_eq5.jpg
doc/Eqs/pair_sph_morris_tenscorr_eq5.jpg
doc/Eqs/pair_sph_morris_tenscorr_eq5.jpg
  • 2-up
  • Swipe
  • Onion skin
doc/Eqs/pair_sph_morris_tenscorr_eq6.jpg

7.97 KiB

doc/Eqs/pair_sph_morris_tenscorr_eq7.jpg

4.93 KiB

doc/Eqs/roughnessLength.png

2.04 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment