]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
6 years agoWrite data and vertices as floats
Rene Gassmoeller [Tue, 26 Dec 2017 21:33:47 +0000 (15:33 -0600)]
Write data and vertices as floats

6 years agoMerge pull request #5685 from bangerth/fix-hierarchical
Timo Heister [Mon, 1 Jan 2018 09:28:43 +0000 (04:28 -0500)]
Merge pull request #5685 from bangerth/fix-hierarchical

Clean up some odds and ends.

6 years agoMerge pull request #5687 from bangerth/doc-update
Timo Heister [Mon, 1 Jan 2018 09:26:56 +0000 (04:26 -0500)]
Merge pull request #5687 from bangerth/doc-update

Update a couple of comments for p::s::Triangulation.

6 years agoMerge pull request #5688 from bangerth/micro-fix
Timo Heister [Mon, 1 Jan 2018 09:26:10 +0000 (04:26 -0500)]
Merge pull request #5688 from bangerth/micro-fix

Make an input argument to a function 'const'.

6 years agoMake an input argument to a function 'const'. 5688/head
Wolfgang Bangerth [Sun, 31 Dec 2017 22:27:47 +0000 (15:27 -0700)]
Make an input argument to a function 'const'.

6 years agoUpdate a couple of comments. 5687/head
Wolfgang Bangerth [Sun, 31 Dec 2017 22:25:20 +0000 (15:25 -0700)]
Update a couple of comments.

6 years agoRename a variable for clarity. 5685/head
Wolfgang Bangerth [Sat, 30 Dec 2017 21:22:36 +0000 (14:22 -0700)]
Rename a variable for clarity.

6 years agoClean up some odds and ends.
Wolfgang Bangerth [Sat, 30 Dec 2017 18:19:36 +0000 (11:19 -0700)]
Clean up some odds and ends.

6 years agoMerge pull request #5680 from bangerth/add-tests
Martin Kronbichler [Fri, 29 Dec 2017 14:13:08 +0000 (15:13 +0100)]
Merge pull request #5680 from bangerth/add-tests

Add a couple of tests for TrilinosWrappers::SparseMatrix::n_nonzero_entries().

6 years agoMerge pull request #5611 from juan42/add_idas_detection
Luca Heltai [Fri, 29 Dec 2017 11:25:45 +0000 (12:25 +0100)]
Merge pull request #5611 from juan42/add_idas_detection

Add check if sundials has idas

6 years agoMerge pull request #5668 from eldarkh/fix-hdiv-seminorm
David Wells [Thu, 28 Dec 2017 21:36:32 +0000 (16:36 -0500)]
Merge pull request #5668 from eldarkh/fix-hdiv-seminorm

Fix the way H-div seminorm is computed

6 years agoAdd a couple of tests for TrilinosWrappers::SparseMatrix::n_nonzero_entries(). 5680/head
Wolfgang Bangerth [Thu, 28 Dec 2017 19:56:39 +0000 (12:56 -0700)]
Add a couple of tests for TrilinosWrappers::SparseMatrix::n_nonzero_entries().

6 years agoMerge pull request #5679 from masterleinad/improve_fix_tests
Daniel Arndt [Thu, 28 Dec 2017 18:00:19 +0000 (19:00 +0100)]
Merge pull request #5679 from masterleinad/improve_fix_tests

Add GMSH quicktest

6 years agoFix Hdiv seminorm 5668/head
Eldar Khattatov [Thu, 28 Dec 2017 17:37:42 +0000 (12:37 -0500)]
Fix Hdiv seminorm

6 years agoMerge pull request #5678 from masterleinad/improve_fix_tests_2
Denis Davydov [Thu, 28 Dec 2017 16:46:57 +0000 (17:46 +0100)]
Merge pull request #5678 from masterleinad/improve_fix_tests_2

Fix BOOST/ZLIB quicktest

6 years agoAdd GMSH quicktest 5679/head
Daniel Arndt [Thu, 28 Dec 2017 14:20:58 +0000 (15:20 +0100)]
Add GMSH quicktest

6 years agoFix BOOST/ZLIB quicktest 5678/head
Daniel Arndt [Thu, 28 Dec 2017 14:19:59 +0000 (15:19 +0100)]
Fix BOOST/ZLIB quicktest

6 years agoMerge pull request #5676 from kronbichler/vectorized_array_streaming_stores
Wolfgang Bangerth [Thu, 28 Dec 2017 14:38:27 +0000 (08:38 -0600)]
Merge pull request #5676 from kronbichler/vectorized_array_streaming_stores

Streaming store operation for VectorizedArray

6 years agoMerge pull request #5677 from davydden/test/zlib_boost_quick_test
Daniel Arndt [Thu, 28 Dec 2017 08:27:47 +0000 (09:27 +0100)]
Merge pull request #5677 from davydden/test/zlib_boost_quick_test

tests: add a quick test for Zlib with Boost

6 years agoAdd changelog. 5676/head
Martin Kronbichler [Wed, 27 Dec 2017 15:16:21 +0000 (16:16 +0100)]
Add changelog.

6 years agoNew test.
Martin Kronbichler [Wed, 27 Dec 2017 15:16:09 +0000 (16:16 +0100)]
New test.

6 years agoAdd VectorizedArray::streaming_store.
Martin Kronbichler [Wed, 27 Dec 2017 15:16:00 +0000 (16:16 +0100)]
Add VectorizedArray::streaming_store.

6 years agotests: add a quick test for Zlib with Boost 5677/head
Denis Davydov [Wed, 27 Dec 2017 18:19:35 +0000 (19:19 +0100)]
tests: add a quick test for Zlib with Boost

6 years agoMerge pull request #5670 from ExtremOPS/updateSparseMatrixMMULT
Martin Kronbichler [Wed, 27 Dec 2017 14:52:29 +0000 (15:52 +0100)]
Merge pull request #5670 from ExtremOPS/updateSparseMatrixMMULT

Update sparse matrix mmult with DynamicSparsityPattern::compute_mmult_pattern(..)

6 years agoMerge pull request #5674 from bangerth/doc-update-2
Denis Davydov [Mon, 25 Dec 2017 07:48:37 +0000 (08:48 +0100)]
Merge pull request #5674 from bangerth/doc-update-2

Update the documentation of some PETScWrappers::MatrixBase member variables

6 years agoUpdate the documentation of some PETScWrappers::MatrixBase member variables. 5674/head
Wolfgang Bangerth [Sat, 23 Dec 2017 16:20:52 +0000 (09:20 -0700)]
Update the documentation of some PETScWrappers::MatrixBase member variables.

6 years agoMerge pull request #5671 from bangerth/doc-update
Denis Davydov [Sun, 24 Dec 2017 17:57:43 +0000 (18:57 +0100)]
Merge pull request #5671 from bangerth/doc-update

Move deleted operators out of the private: section of a class.

6 years agoMerge pull request #5673 from masterleinad/fix_intel_warnings
Wolfgang Bangerth [Sun, 24 Dec 2017 16:09:42 +0000 (10:09 -0600)]
Merge pull request #5673 from masterleinad/fix_intel_warnings

Fix Intel 18 warnings in OpenCASCADE wrapper

6 years agoMove deleted operators out of the private: section of a class. 5671/head
Wolfgang Bangerth [Sat, 23 Dec 2017 16:16:44 +0000 (09:16 -0700)]
Move deleted operators out of the private: section of a class.

There is no longer a reason to hide these operators. They aren't usable anyway, so we
may as well document this publicly.

6 years agoFix Intel 18 warnings in OpenCASCADE wrapper 5673/head
Daniel Arndt [Sat, 23 Dec 2017 17:24:19 +0000 (18:24 +0100)]
Fix Intel 18 warnings in OpenCASCADE wrapper

6 years agoadded change log 5670/head
Christoph Goering [Fri, 22 Dec 2017 22:02:17 +0000 (23:02 +0100)]
added change log

6 years agoimproved readability inside SparseMatrix::mmult(..) with DynamicSparsityPattern:...
Christoph Goering [Fri, 22 Dec 2017 22:01:27 +0000 (23:01 +0100)]
improved readability inside SparseMatrix::mmult(..) with DynamicSparsityPattern::compute_mmult_pattern(..)

6 years agoMerge pull request #5604 from masterleinad/extract_hanging_node_parallel
Daniel Arndt [Sat, 23 Dec 2017 23:05:00 +0000 (00:05 +0100)]
Merge pull request #5604 from masterleinad/extract_hanging_node_parallel

Make DoFTools::extract_hanging_node_dofs for p::d/s::Triangualations

6 years agoMerge pull request #5669 from davydden/arclength_boundary_02
Luca Heltai [Sat, 23 Dec 2017 18:51:08 +0000 (19:51 +0100)]
Merge pull request #5669 from davydden/arclength_boundary_02

disable unstable arclength_boundary_02 test

6 years agoMerge pull request #5672 from masterleinad/update_project_to_object_01
Denis Davydov [Sat, 23 Dec 2017 18:49:18 +0000 (19:49 +0100)]
Merge pull request #5672 from masterleinad/update_project_to_object_01

Update test output for grid/project_to_object_01

6 years agoMerge pull request #5665 from tjhei/trilinos_sparsity_copy_from
Daniel Arndt [Sat, 23 Dec 2017 17:16:25 +0000 (18:16 +0100)]
Merge pull request #5665 from tjhei/trilinos_sparsity_copy_from

implement missing TrilinosWrappers::SparsityPattern::copy_from()

6 years agoUpdate test output for grid/project_to_object_01 5672/head
Daniel Arndt [Sat, 23 Dec 2017 16:42:52 +0000 (17:42 +0100)]
Update test output for grid/project_to_object_01

6 years agoSimplify the logic used and extract all locally relevant DoFs 5604/head
Daniel Arndt [Thu, 21 Dec 2017 17:27:59 +0000 (18:27 +0100)]
Simplify the logic used and extract all locally relevant DoFs

6 years agodisable unstable arclength_boundary_02 test 5669/head
Denis Davydov [Fri, 22 Dec 2017 20:11:43 +0000 (21:11 +0100)]
disable unstable arclength_boundary_02 test

6 years agoMerge pull request #5562 from gassmoeller/optimize_spherical_manifold_get_new_point
Martin Kronbichler [Sat, 23 Dec 2017 15:38:53 +0000 (16:38 +0100)]
Merge pull request #5562 from gassmoeller/optimize_spherical_manifold_get_new_point

Optimize spherical manifold get_new_point into get_new_points

6 years agoimplement missing TrilinosWrappers::SparsityPattern::copy_from() 5665/head
Timo Heister [Fri, 22 Dec 2017 14:14:09 +0000 (09:14 -0500)]
implement missing TrilinosWrappers::SparsityPattern::copy_from()

also test the different copy_from implementations.

6 years agoMerge pull request #5656 from davydden/feature/blas64
Denis Davydov [Fri, 22 Dec 2017 03:13:19 +0000 (04:13 +0100)]
Merge pull request #5656 from davydden/feature/blas64

support 64bit BLAS

6 years agoMerge pull request #5663 from bangerth/grammar
Denis Davydov [Thu, 21 Dec 2017 23:05:29 +0000 (00:05 +0100)]
Merge pull request #5663 from bangerth/grammar

Fix the grammar of a few doc strings.

6 years agoFix the grammar of a few doc strings. 5663/head
Wolfgang Bangerth [Thu, 21 Dec 2017 20:13:00 +0000 (13:13 -0700)]
Fix the grammar of a few doc strings.

6 years agoMerge pull request #5661 from masterleinad/64_bit_serialize
Wolfgang Bangerth [Thu, 21 Dec 2017 19:40:51 +0000 (13:40 -0600)]
Merge pull request #5661 from masterleinad/64_bit_serialize

Add 64-bit output variant for serialization/hp_dof_handler_01

6 years agosupport 64bit BLAS 5656/head
Denis Davydov [Wed, 20 Dec 2017 21:29:37 +0000 (22:29 +0100)]
support 64bit BLAS

6 years agoMerge pull request #5660 from masterleinad/increase_precision_arpack_parpack
Daniel Arndt [Thu, 21 Dec 2017 18:31:39 +0000 (19:31 +0100)]
Merge pull request #5660 from masterleinad/increase_precision_arpack_parpack

Increase precision in arpack/parpack_advection_diffusion_petsc

6 years agoMerge pull request #5652 from drwells/lapack-size-type
Daniel Arndt [Thu, 21 Dec 2017 18:02:50 +0000 (19:02 +0100)]
Merge pull request #5652 from drwells/lapack-size-type

Change LAPACKFullMatrix::size_type to unsigned int.

6 years agoMerge pull request #5659 from davydden/feature/norm_sqr
Denis Davydov [Thu, 21 Dec 2017 16:14:00 +0000 (17:14 +0100)]
Merge pull request #5659 from davydden/feature/norm_sqr

add LA::d::BlockVector::norm_sqr() and LA::d::Vector::norm_sqr()

6 years agoUpdate tests 5562/head
Rene Gassmoeller [Thu, 21 Dec 2017 02:14:59 +0000 (20:14 -0600)]
Update tests

6 years agoMerge pull request #5632 from ExtremOPS/multiplySparsityPattern
Martin Kronbichler [Thu, 21 Dec 2017 14:42:46 +0000 (15:42 +0100)]
Merge pull request #5632 from ExtremOPS/multiplySparsityPattern

Multiply sparsity pattern

6 years agoIncrease precision in arpack/parpack_advection_diffusion_petsc 5660/head
Daniel Arndt [Thu, 21 Dec 2017 13:54:18 +0000 (14:54 +0100)]
Increase precision in arpack/parpack_advection_diffusion_petsc

6 years agoAdd 64-bit output variant for serialization/hp_dof_handler_01 5661/head
Daniel Arndt [Thu, 21 Dec 2017 13:51:30 +0000 (14:51 +0100)]
Add 64-bit output variant for serialization/hp_dof_handler_01

6 years agoadd LA::d::BlockVector::norm_sqr() and LA::d::Vector::norm_sqr() 5659/head
Denis Davydov [Thu, 21 Dec 2017 13:29:22 +0000 (14:29 +0100)]
add LA::d::BlockVector::norm_sqr() and LA::d::Vector::norm_sqr()

6 years agoadded changelog entry 5632/head
Christoph Goering [Tue, 19 Dec 2017 13:09:03 +0000 (14:09 +0100)]
added changelog entry

6 years agoadded two unit tests and its output for compute_mmult_pattern(..)
Christoph Goering [Wed, 20 Dec 2017 13:25:23 +0000 (14:25 +0100)]
added two unit tests and its output for compute_mmult_pattern(..)

6 years agoadded DynamicSparsityPattern::compute_mmult_pattern(..)
Christoph Goering [Fri, 15 Dec 2017 17:42:00 +0000 (18:42 +0100)]
added DynamicSparsityPattern::compute_mmult_pattern(..)

6 years agoMerge pull request #5654 from masterleinad/update_number_cache_periodicity
Martin Kronbichler [Thu, 21 Dec 2017 06:49:23 +0000 (07:49 +0100)]
Merge pull request #5654 from masterleinad/update_number_cache_periodicity

Update NumberCache after adding periodicity to a p::d::Triangulation

6 years agoChange LAPACKFullMatrix::size_type to unsigned int. 5652/head
David Wells [Wed, 20 Dec 2017 15:54:51 +0000 (10:54 -0500)]
Change LAPACKFullMatrix::size_type to unsigned int.

This fixes compilation with 64 bit indices and also makes things more consistent
with base class functions (e.g., TransposeTable::n_rows() returns an unsigned
int).

6 years agoAdd comment why to call update_number_cache 5654/head
Daniel Arndt [Wed, 20 Dec 2017 22:15:10 +0000 (23:15 +0100)]
Add comment why to call update_number_cache

6 years agoUpdate NumberCache after adding periodicity to a p::d::Triangulation
Daniel Arndt [Wed, 20 Dec 2017 15:58:40 +0000 (16:58 +0100)]
Update NumberCache after adding periodicity to a p::d::Triangulation

6 years agoMerge pull request #5651 from davydden/feature/lapack_remove
Denis Davydov [Wed, 20 Dec 2017 20:29:20 +0000 (21:29 +0100)]
Merge pull request #5651 from davydden/feature/lapack_remove

add a function to remove row and column from LAPACKFullMatrix

6 years agoadd a function to remove row and column from LAPACKFullMatrix 5651/head
Denis Davydov [Wed, 20 Dec 2017 12:30:21 +0000 (13:30 +0100)]
add a function to remove row and column from LAPACKFullMatrix

6 years agoMerge pull request #5650 from davydden/doc/lapack_fix_bracket
Martin Kronbichler [Wed, 20 Dec 2017 10:44:43 +0000 (11:44 +0100)]
Merge pull request #5650 from davydden/doc/lapack_fix_bracket

doc: fix bracket in LATEX documentation

6 years agodoc: fix bracket in LATEX documentation 5650/head
Denis Davydov [Wed, 20 Dec 2017 10:42:50 +0000 (11:42 +0100)]
doc: fix bracket in LATEX documentation

6 years agoMerge pull request #5634 from kronbichler/update_manifold_documentation_2
Bruno Turcksin [Wed, 20 Dec 2017 02:37:52 +0000 (21:37 -0500)]
Merge pull request #5634 from kronbichler/update_manifold_documentation_2

Further improve manifold documentation

6 years agoIndexSet overload
Daniel Arndt [Sat, 16 Dec 2017 01:28:38 +0000 (02:28 +0100)]
IndexSet overload

6 years agoMerge pull request #5631 from davydden/feature/increase_decrease_size
Martin Kronbichler [Tue, 19 Dec 2017 17:19:31 +0000 (18:19 +0100)]
Merge pull request #5631 from davydden/feature/increase_decrease_size

Extend LAPACKFullMatrix and Vector to keep the data upon resizing and add rank-1 update

6 years agoMerge pull request #5638 from drwells/stop-overwriting-unity-files
Daniel Arndt [Tue, 19 Dec 2017 16:19:09 +0000 (17:19 +0100)]
Merge pull request #5638 from drwells/stop-overwriting-unity-files

Fix overwriting of unity files in reconfiguration.

6 years agoMerge pull request #5620 from cpraveen/fixdoc
Wolfgang Bangerth [Tue, 19 Dec 2017 15:09:02 +0000 (09:09 -0600)]
Merge pull request #5620 from cpraveen/fixdoc

Fix documentation

6 years agodo not capitalize proper names in Utilities::LinearAlgebra 5631/head
Denis Davydov [Tue, 19 Dec 2017 15:04:29 +0000 (16:04 +0100)]
do not capitalize proper names in Utilities::LinearAlgebra

6 years agovarious cleanups and improvements
Denis Davydov [Mon, 18 Dec 2017 21:53:55 +0000 (22:53 +0100)]
various cleanups and improvements

6 years agoadd a link to LAPACK forums
Denis Davydov [Mon, 18 Dec 2017 17:15:05 +0000 (18:15 +0100)]
add a link to LAPACK forums

6 years agofactor out hyperbolic rotations into Utilities::LinearAlgebra::hyperbolic_rotation...
Denis Davydov [Mon, 18 Dec 2017 16:53:50 +0000 (17:53 +0100)]
factor out hyperbolic rotations into Utilities::LinearAlgebra::hyperbolic_rotation() and test

6 years agoimplement downdating of Cholesky factorization
Denis Davydov [Mon, 18 Dec 2017 15:52:15 +0000 (16:52 +0100)]
implement downdating of Cholesky factorization

6 years agoimplement rank-1 update for Cholesky factorization
Denis Davydov [Mon, 18 Dec 2017 14:20:21 +0000 (15:20 +0100)]
implement rank-1 update for Cholesky factorization

6 years agoadjust LAPACKFullMatrix::print_formatted() to output lower triangular part for Cholesky
Denis Davydov [Mon, 18 Dec 2017 14:19:34 +0000 (15:19 +0100)]
adjust LAPACKFullMatrix::print_formatted() to output lower triangular part for Cholesky

6 years agoadd Utilities::LinearAlgebra::Givens_rotation()
Denis Davydov [Mon, 18 Dec 2017 12:36:35 +0000 (13:36 +0100)]
add Utilities::LinearAlgebra::Givens_rotation()

6 years agoadd rank-1 update of LAPACKFullMatrix
Denis Davydov [Sun, 17 Dec 2017 16:06:15 +0000 (17:06 +0100)]
add rank-1 update of LAPACKFullMatrix

6 years agoadd LAPACKFullMatrix::reinit_preserve() and Vector::reinit_preserve()
Denis Davydov [Fri, 15 Dec 2017 15:18:58 +0000 (16:18 +0100)]
add LAPACKFullMatrix::reinit_preserve() and Vector::reinit_preserve()
to (partly) keep the old values.

6 years agoMerge pull request #5649 from tamiko/make_output_more_verbose
Daniel Arndt [Tue, 19 Dec 2017 08:33:08 +0000 (09:33 +0100)]
Merge pull request #5649 from tamiko/make_output_more_verbose

CMake: Also print GMSH_EXE in detailed.log

6 years agoMerge pull request #5648 from davydden/fix/gmsh
Denis Davydov [Tue, 19 Dec 2017 06:41:55 +0000 (07:41 +0100)]
Merge pull request #5648 from davydden/fix/gmsh

use find_program to find GMSH

6 years agoCMake: Also print GMSH_EXE in detailed.log 5649/head
Matthias Maier [Tue, 19 Dec 2017 05:47:27 +0000 (23:47 -0600)]
CMake: Also print GMSH_EXE in detailed.log

6 years agouse find_program to find GMSH 5648/head
Denis Davydov [Tue, 19 Dec 2017 00:21:54 +0000 (01:21 +0100)]
use find_program to find GMSH

6 years agoMerge pull request #5646 from Rombur/reinit_after_move
Wolfgang Bangerth [Tue, 19 Dec 2017 03:57:21 +0000 (21:57 -0600)]
Merge pull request #5646 from Rombur/reinit_after_move

Improve move constructor tests

6 years agoImprove move constructor tests 5646/head
Bruno Turcksin [Tue, 19 Dec 2017 01:58:16 +0000 (20:58 -0500)]
Improve move constructor tests

Improve the move constructor tests of TrilinosWrappers::SparseMatrix and
TrilinosWrappers::SparsityPattern by checking the object whose data has been
stolen can be reinitialized

6 years agoMerge pull request #5606 from luca-heltai/occ-2d
Daniel Arndt [Mon, 18 Dec 2017 23:28:15 +0000 (00:28 +0100)]
Merge pull request #5606 from luca-heltai/occ-2d

OpenCASCADE now works also in spacedim = 2

6 years agoMerge pull request #5641 from tamiko/minor_cmake_fixes
Denis Davydov [Mon, 18 Dec 2017 20:24:07 +0000 (21:24 +0100)]
Merge pull request #5641 from tamiko/minor_cmake_fixes

CMake: cache TestBoostBug, clean up cached variables

6 years agoremove redundant if 5641/head
Matthias Maier [Mon, 18 Dec 2017 15:24:18 +0000 (09:24 -0600)]
remove redundant if

6 years agoMerge pull request #5640 from Rombur/move_constructor
Wolfgang Bangerth [Mon, 18 Dec 2017 14:29:39 +0000 (08:29 -0600)]
Merge pull request #5640 from Rombur/move_constructor

Add move constructors

6 years agoFix overwriting of unity files in reconfiguration. 5638/head
David Wells [Sun, 17 Dec 2017 22:13:59 +0000 (17:13 -0500)]
Fix overwriting of unity files in reconfiguration.

One flaw in the unity build system is that it always generates the unity
inclusion files when the build system is (re)configured. This results in a lot
of extra compilation.

This patch fixes the issue by first writing to a temporary file and then
moving it only if it is not equal to the current unity file.

6 years agofix indenting
Matthias Maier [Mon, 18 Dec 2017 13:37:57 +0000 (07:37 -0600)]
fix indenting

6 years agoMerge pull request #5635 from masterleinad/stabilize_gmsh
Luca Heltai [Mon, 18 Dec 2017 13:35:49 +0000 (14:35 +0100)]
Merge pull request #5635 from masterleinad/stabilize_gmsh

Increase stability of gmsh/create_tria_01

6 years agoCMake: correctly cache TestBoostBug, clean up cached variables
Matthias Maier [Mon, 18 Dec 2017 13:30:10 +0000 (07:30 -0600)]
CMake: correctly cache TestBoostBug, clean up cached variables

This commit ensures that the test result of TestBoostBug is correctly
cached (similarly to all other compilation checks).

Further, make sure that all cached variables for compatibility checks
for ADOLC and Boost are correctly unset again.

6 years agoCMake: TestBoostBug: Remove workaround
Matthias Maier [Mon, 18 Dec 2017 12:57:45 +0000 (06:57 -0600)]
CMake: TestBoostBug: Remove workaround

The workaround of renaming a list separator then passing a string
unquoted can be avoided by quoting the full option:

  "-DBOOST_LIBRARIES=${BOOST_LIBRARIES}"

6 years agoMerge pull request #5637 from drwells/remove-more-cxx11-checks
Matthias Maier [Mon, 18 Dec 2017 12:43:24 +0000 (06:43 -0600)]
Merge pull request #5637 from drwells/remove-more-cxx11-checks

Remove some more DEAL_II_WITH_CXX11 references.

6 years agoMerge pull request #5572 from masterleinad/detect_boost_bug
Matthias Maier [Mon, 18 Dec 2017 12:11:11 +0000 (06:11 -0600)]
Merge pull request #5572 from masterleinad/detect_boost_bug

Detect BOOST bug while configuring

6 years agoMerge pull request #5636 from Rombur/cxx11
Denis Davydov [Mon, 18 Dec 2017 06:49:37 +0000 (07:49 +0100)]
Merge pull request #5636 from Rombur/cxx11

Remove DEAL_II_WITH_CXX11 guards

6 years agoAdd entry in changelog 5640/head
Bruno Turcksin [Mon, 18 Dec 2017 00:23:45 +0000 (19:23 -0500)]
Add entry in changelog

6 years agoAdd move constructor to TrilinosWrappers::SparsityPattern
Bruno Turcksin [Mon, 18 Dec 2017 00:12:18 +0000 (19:12 -0500)]
Add move constructor to TrilinosWrappers::SparsityPattern


In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.