]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
5 years agoadd functions to apply Givens rotation 7559/head
Denis Davydov [Fri, 21 Sep 2018 10:49:43 +0000 (12:49 +0200)]
add functions to apply Givens rotation

5 years agoMerge pull request #7550 from davydden/feature/bfgs
Wolfgang Bangerth [Sat, 29 Dec 2018 15:57:27 +0000 (08:57 -0700)]
Merge pull request #7550 from davydden/feature/bfgs

add BFGS minimizer

5 years agoMerge pull request #7557 from masterleinad/test_enumerator_deprecate
David Wells [Sat, 29 Dec 2018 15:02:38 +0000 (10:02 -0500)]
Merge pull request #7557 from masterleinad/test_enumerator_deprecate

Also test enumerators in deprecation compiler checks

5 years agoAlso test enumerators in deprecation compiler checks 7557/head
Daniel Arndt [Sat, 29 Dec 2018 12:35:26 +0000 (13:35 +0100)]
Also test enumerators in deprecation compiler checks

5 years agoadd BFGS minimizer 7550/head
Denis Davydov [Mon, 24 Dec 2018 16:11:08 +0000 (17:11 +0100)]
add BFGS minimizer

5 years agoMerge pull request #7554 from drwells/add-missing-deprecated
Wolfgang Bangerth [Sat, 29 Dec 2018 00:40:46 +0000 (17:40 -0700)]
Merge pull request #7554 from drwells/add-missing-deprecated

Add a few missing DEAL_II_DEPRECATED attributes.

5 years agoMerge pull request #7527 from bangerth/fix-interpolate
Daniel Arndt [Fri, 28 Dec 2018 23:01:46 +0000 (00:01 +0100)]
Merge pull request #7527 from bangerth/fix-interpolate

Ensure that DoFs not touched by VectorTools::interpolate don't get set.

5 years agoAdd a few missing DEAL_II_DEPRECATED attributes. 7554/head
David Wells [Fri, 28 Dec 2018 21:01:34 +0000 (16:01 -0500)]
Add a few missing DEAL_II_DEPRECATED attributes.

5 years agoMerge pull request #7556 from drwells/doxygen-fixes
Wolfgang Bangerth [Fri, 28 Dec 2018 22:05:08 +0000 (15:05 -0700)]
Merge pull request #7556 from drwells/doxygen-fixes

Fix some minor doxygen issues.

5 years agoFix some minor doxygen issues. 7556/head
David Wells [Fri, 28 Dec 2018 21:23:14 +0000 (16:23 -0500)]
Fix some minor doxygen issues.

This commit adds missing text and improves some HTML.

5 years agoAdd test. 7527/head
Wolfgang Bangerth [Thu, 27 Dec 2018 18:27:46 +0000 (11:27 -0700)]
Add test.

5 years agoAdd one test.
Wolfgang Bangerth [Thu, 27 Dec 2018 18:23:45 +0000 (11:23 -0700)]
Add one test.

5 years agoEnsure that DoFs not touched by VectorTools::interpolate don't get set.
Wolfgang Bangerth [Wed, 12 Dec 2018 18:12:24 +0000 (11:12 -0700)]
Ensure that DoFs not touched by VectorTools::interpolate don't get set.

5 years agoMerge pull request #7553 from masterleinad/fix_typo
Martin Kronbichler [Fri, 28 Dec 2018 14:19:39 +0000 (15:19 +0100)]
Merge pull request #7553 from masterleinad/fix_typo

Fix a typo in matrix_free/fe_evaluation.h

5 years agoFix a typo 7553/head
Daniel Arndt [Fri, 28 Dec 2018 13:39:09 +0000 (14:39 +0100)]
Fix a typo

5 years agoMerge pull request #7552 from bangerth/cmake
Matthias Maier [Thu, 27 Dec 2018 15:58:31 +0000 (09:58 -0600)]
Merge pull request #7552 from bangerth/cmake

Clear the previously determined TBB version if we need to revert to the bundled one.

5 years agoClear the previously determined TBB version if we need to revert to the bundled one. 7552/head
Wolfgang Bangerth [Thu, 27 Dec 2018 15:38:57 +0000 (08:38 -0700)]
Clear the previously determined TBB version if we need to revert to the bundled one.

5 years agoMerge pull request #7544 from masterleinad/replace_trilinos_vector_partitioner
Daniel Arndt [Wed, 26 Dec 2018 07:30:30 +0000 (08:30 +0100)]
Merge pull request #7544 from masterleinad/replace_trilinos_vector_partitioner

Replace TrilinosWrappers::MPI:Vector::vector_partitioner

5 years agoMerge pull request #7539 from jodlbauer/master
Daniel Arndt [Tue, 25 Dec 2018 22:10:01 +0000 (23:10 +0100)]
Merge pull request #7539 from jodlbauer/master

Reinit blockvector only if required in matrix-free copy_to_mg

5 years agoExtend changelog entry 7544/head
Daniel Arndt [Tue, 25 Dec 2018 22:06:16 +0000 (23:06 +0100)]
Extend changelog entry

5 years agoChangelog entry
Daniel Arndt [Sat, 22 Dec 2018 23:45:30 +0000 (00:45 +0100)]
Changelog entry

5 years agoReplace vector_partitioner with thrilinos_partitioner
Daniel Arndt [Sat, 22 Dec 2018 14:33:52 +0000 (15:33 +0100)]
Replace vector_partitioner with thrilinos_partitioner

5 years agoMerge pull request #7538 from masterleinad/trilinos_clang_tidy
Daniel Arndt [Tue, 25 Dec 2018 22:01:12 +0000 (23:01 +0100)]
Merge pull request #7538 from masterleinad/trilinos_clang_tidy

Fix more Trilinos-related clang-tidy complains

5 years agoMerge pull request #7549 from marcfehling/intel19-blockvector
Denis Davydov [Mon, 24 Dec 2018 15:33:02 +0000 (16:33 +0100)]
Merge pull request #7549 from marcfehling/intel19-blockvector

Added empty destructor to la::p::BlockVector.

5 years agoAdded default destructor to la::p::BlockVector. 7549/head
Marc Fehling [Mon, 24 Dec 2018 02:06:19 +0000 (03:06 +0100)]
Added default destructor to la::p::BlockVector.

5 years agoMerge pull request #7547 from masterleinad/fix_intel_warning
Denis Davydov [Mon, 24 Dec 2018 03:57:23 +0000 (04:57 +0100)]
Merge pull request #7547 from masterleinad/fix_intel_warning

Provide a dummy return value to satisfy ICC

5 years agoProvide a dummy return value to satisfy ICC 7547/head
Daniel Arndt [Sun, 23 Dec 2018 23:29:19 +0000 (00:29 +0100)]
Provide a dummy return value to satisfy ICC

5 years agoMerge pull request #7545 from marcfehling/intel19
Daniel Arndt [Sun, 23 Dec 2018 15:50:31 +0000 (16:50 +0100)]
Merge pull request #7545 from marcfehling/intel19

Enhanced compatibility with Intel 19.

5 years agoEnhanced compatibility with Intel 19. 7545/head
Marc Fehling [Sun, 23 Dec 2018 03:21:09 +0000 (04:21 +0100)]
Enhanced compatibility with Intel 19.

5 years agoMerge pull request #7541 from drwells/fix-cuda-64bit-arrayview
Daniel Arndt [Thu, 20 Dec 2018 22:56:54 +0000 (23:56 +0100)]
Merge pull request #7541 from drwells/fix-cuda-64bit-arrayview

Fix 64bit compilation with CUDA.

5 years agoFix 64bit compilation with CUDA. 7541/head
David Wells [Thu, 20 Dec 2018 20:08:49 +0000 (15:08 -0500)]
Fix 64bit compilation with CUDA.

The ReinitHelper::constraint_mask_host array should always contain
unsigned integers since it is only used to provide arguments for
HangingNodes::setup_constraints, which expects an unsigned integer.

5 years agochangelog 7539/head
jodlbauer [Wed, 19 Dec 2018 13:13:56 +0000 (14:13 +0100)]
changelog

5 years agoset to zero if not reinited
jodlbauer [Wed, 19 Dec 2018 10:24:29 +0000 (11:24 +0100)]
set to zero if not reinited

5 years agoblock-transfer: only reinit blockvector if required
jodlbauer [Wed, 19 Dec 2018 10:14:44 +0000 (11:14 +0100)]
block-transfer: only reinit blockvector if required

5 years agoFix more Trilinos-related clang-tidy complains 7538/head
Daniel Arndt [Wed, 19 Dec 2018 09:30:20 +0000 (10:30 +0100)]
Fix more Trilinos-related clang-tidy complains

5 years agoMerge pull request #7535 from drwells/step-28-reference
Daniel Arndt [Mon, 17 Dec 2018 08:35:32 +0000 (09:35 +0100)]
Merge pull request #7535 from drwells/step-28-reference

Pass by const reference instead of const value.

5 years agoPass by const reference instead of const value. 7535/head
David Wells [Sun, 16 Dec 2018 22:13:07 +0000 (17:13 -0500)]
Pass by const reference instead of const value.

Caught by coverity.

5 years agoMerge pull request #7533 from masterleinad/workarounf_empty_cmake
Timo Heister [Sat, 15 Dec 2018 18:09:58 +0000 (13:09 -0500)]
Merge pull request #7533 from masterleinad/workarounf_empty_cmake

Work around empty CMAKE_*_LIBRARY-*FIX

5 years agoWork around empty CMAKE_*_LIBRARY-*FIX 7533/head
Daniel Arndt [Sat, 15 Dec 2018 10:38:56 +0000 (11:38 +0100)]
Work around empty CMAKE_*_LIBRARY-*FIX

5 years agoMerge pull request #7525 from masterleinad/fix_python_one_statement
David Wells [Fri, 14 Dec 2018 21:38:18 +0000 (16:38 -0500)]
Merge pull request #7525 from masterleinad/fix_python_one_statement

Use one statement per line in python files

5 years agoMerge pull request #7519 from Rombur/cuda_coef
Daniel Arndt [Fri, 14 Dec 2018 20:27:37 +0000 (21:27 +0100)]
Merge pull request #7519 from Rombur/cuda_coef

Varying coefficient with CUDA matrix-free

5 years agoImprove documentation of functors and replace functor by Functor 7519/head
Bruno Turcksin [Fri, 14 Dec 2018 14:48:26 +0000 (14:48 +0000)]
Improve documentation of functors and replace functor by Functor

5 years agoAdd changelog entry
Bruno Turcksin [Mon, 10 Dec 2018 20:42:29 +0000 (20:42 +0000)]
Add changelog entry

5 years agoAdd tests using varying coefficients
Bruno Turcksin [Mon, 10 Dec 2018 20:30:08 +0000 (20:30 +0000)]
Add tests using varying coefficients

5 years agoAdapt current tests to be able to switch between constant and varying coefficients
Bruno Turcksin [Mon, 10 Dec 2018 20:29:47 +0000 (20:29 +0000)]
Adapt current tests to be able to switch between constant and varying coefficients

5 years agoAdd helper functions to use varying coefficient and matrix-free
Bruno Turcksin [Mon, 10 Dec 2018 20:27:54 +0000 (20:27 +0000)]
Add helper functions to use varying coefficient and matrix-free

5 years agoMerge pull request #7521 from GivAlz/Step60Change
Daniel Arndt [Thu, 13 Dec 2018 22:37:37 +0000 (23:37 +0100)]
Merge pull request #7521 from GivAlz/Step60Change

Changed paragraph order in step-60

5 years agoMerge pull request #7161 from tjhei/add_jenkins
Bruno Turcksin [Thu, 13 Dec 2018 19:09:19 +0000 (14:09 -0500)]
Merge pull request #7161 from tjhei/add_jenkins

[WIP] Add jenkins

5 years agoMerge pull request #7526 from bangerth/doc-update
Daniel Arndt [Thu, 13 Dec 2018 18:57:08 +0000 (19:57 +0100)]
Merge pull request #7526 from bangerth/doc-update

Update documentation for a function in VectorTools.

5 years agoMerge pull request #7529 from masterleinad/finalize_avoid_c_style_cast
Daniel Arndt [Thu, 13 Dec 2018 09:13:28 +0000 (10:13 +0100)]
Merge pull request #7529 from masterleinad/finalize_avoid_c_style_cast

Replace remaining C-style casts

5 years agoMerge pull request #7528 from masterleinad/fix_warnings_tests
Daniel Arndt [Thu, 13 Dec 2018 09:12:29 +0000 (10:12 +0100)]
Merge pull request #7528 from masterleinad/fix_warnings_tests

Avoid some warnings in tests

5 years agoadd Jenkinsfile 7161/head
Timo Heister [Wed, 25 Jul 2018 07:22:28 +0000 (09:22 +0200)]
add Jenkinsfile

5 years agoUpdate clang-tidy checks 7529/head
Daniel Arndt [Wed, 12 Dec 2018 22:51:11 +0000 (23:51 +0100)]
Update clang-tidy checks

5 years agoAvoid C-style casts in some tests
Daniel Arndt [Wed, 12 Dec 2018 23:29:00 +0000 (00:29 +0100)]
Avoid C-style casts in some tests

5 years agoAvoid C-style casts in examples
Daniel Arndt [Wed, 12 Dec 2018 23:06:05 +0000 (00:06 +0100)]
Avoid C-style casts in examples

5 years agoAvoid some warnings in tests 7528/head
Daniel Arndt [Wed, 12 Dec 2018 23:14:56 +0000 (00:14 +0100)]
Avoid some warnings in tests

5 years agoAvoid C-style casts in cpu/compiler_feature checks
Daniel Arndt [Wed, 12 Dec 2018 22:50:23 +0000 (23:50 +0100)]
Avoid C-style casts in cpu/compiler_feature checks

5 years agoMerge pull request #7496 from masterleinad/avoid_c_style_cast_9
Wolfgang Bangerth [Wed, 12 Dec 2018 18:44:19 +0000 (11:44 -0700)]
Merge pull request #7496 from masterleinad/avoid_c_style_cast_9

 Avoid C-style cast in Trilinos-related files

5 years agoUpdate documentation for a function in VectorTools. 7526/head
Wolfgang Bangerth [Wed, 12 Dec 2018 16:29:00 +0000 (09:29 -0700)]
Update documentation for a function in VectorTools.

5 years agoUse one statement per line in python files 7525/head
Daniel Arndt [Wed, 12 Dec 2018 15:05:54 +0000 (16:05 +0100)]
Use one statement per line in python files

5 years agoMerge pull request #7523 from masterleinad/fix_python
Denis Davydov [Wed, 12 Dec 2018 15:55:28 +0000 (16:55 +0100)]
Merge pull request #7523 from masterleinad/fix_python

Don't use semicolons at end of lines in python files

5 years agoMerge pull request #7520 from masterleinad/fix_msvc
David Wells [Tue, 11 Dec 2018 14:11:47 +0000 (09:11 -0500)]
Merge pull request #7520 from masterleinad/fix_msvc

Fix various MSVC issues

5 years agoChanged paragraph order in step-60 7521/head
Giovanni Alzetta [Tue, 11 Dec 2018 11:03:27 +0000 (12:03 +0100)]
Changed paragraph order in step-60

5 years agoDon't use semicolons at end of lines in python files 7523/head
Daniel Arndt [Tue, 11 Dec 2018 09:52:16 +0000 (10:52 +0100)]
Don't use semicolons at end of lines in python files

5 years agoMerge pull request #7442 from StefanoDominici89/EllipticalManifold-newfeature
Daniel Arndt [Mon, 10 Dec 2018 23:28:38 +0000 (00:28 +0100)]
Merge pull request #7442 from StefanoDominici89/EllipticalManifold-newfeature

New EllipticalManifold in manifold_lib

5 years agoFix boost for MSVC as in https://github.com/boostorg/graph/pull/84 7520/head
Daniel Arndt [Mon, 10 Dec 2018 21:21:13 +0000 (22:21 +0100)]
Fix boost for MSVC as in https://github.com/boostorg/graph/pull/84

5 years agoAvoid linker errors in step-16 for MSVC
Daniel Arndt [Mon, 10 Dec 2018 22:39:16 +0000 (23:39 +0100)]
Avoid linker errors in step-16 for MSVC

5 years agoAvoid MSVC ICE
Daniel Arndt [Mon, 10 Dec 2018 22:38:54 +0000 (23:38 +0100)]
Avoid MSVC ICE

5 years agoAvoid MSVC warnings
Daniel Arndt [Mon, 10 Dec 2018 22:38:12 +0000 (23:38 +0100)]
Avoid MSVC warnings

5 years agoModified implementation in favor of a constant eccentricity manifold 7442/head
Stefano Dominici [Mon, 3 Dec 2018 13:25:35 +0000 (14:25 +0100)]
Modified implementation in favor of a constant eccentricity manifold
Unit tests, comments, and pictures were modified accordingly.

Minor modifications

 - Adjusted style.
 - Used `std_cxx14` instead of `std` for `make_unique()`.
 - Added guard in `pull_back()` to prevent NaNs in `std::acos()`. This
 may happen due to numerical errors: when the argument of acos() falls
 outside the range [-1,1].

Included a special case for pull_back()

If the first coordinate is exactly 0, the center of the manifold is
returned.

5 years agoChangelog entry added as minor/20181130StefanoDominici.
Stefano Dominici [Fri, 30 Nov 2018 16:56:26 +0000 (17:56 +0100)]
Changelog entry added as minor/20181130StefanoDominici.
Minor modifications:
 * Formatted code to add three spaces after each function.
 * Extended the documentation in test elliptical_manifold_01.cc.
 * Added @copydoc to function declarations that were not showing up in
 the class documentation.
 * Fixed grammar.

5 years agoAdded EllipticalManifold to manifold_lib and tests
Stefano Dominici [Wed, 14 Nov 2018 08:10:20 +0000 (09:10 +0100)]
Added EllipticalManifold to manifold_lib and tests

A new type of manifold was added to the manifold library.
An EllipticalManifold object, valid for <dim=2,spacedim=2>.

Two unit tests were added: elliptical_manifold_01.cc and
elliptical_manifold_02.cc.

Improved documentation and fixed minor bugs.

The pull_back() function has documented code in its body.
Moreover, the content of the function was modified to improve clarity
and fix minor bugs.

Improved documentation and restructured test 01

Test in elliptical_manifold_01.cc generates an hyper_shell triangulation
that is included in the class documentation in .png format.

Adjusted style and improved comments in tests

Used explicit template instantiation in manifold_lib.cc for pull_back()
and push_forward() functions.

Removed string constructors from class constructor

Added comment to get_periodicity() function.

5 years agoMerge pull request #7517 from masterleinad/no_bundled_float_conversion
David Wells [Mon, 10 Dec 2018 01:47:46 +0000 (20:47 -0500)]
Merge pull request #7517 from masterleinad/no_bundled_float_conversion

Don't use float-conversion in bundled `UMFPACK`

5 years agoMerge pull request #7518 from masterleinad/fix_scalapack
Daniel Arndt [Sun, 9 Dec 2018 21:28:20 +0000 (22:28 +0100)]
Merge pull request #7518 from masterleinad/fix_scalapack

Fix failing SCALAPCK tests

5 years agoChange structure of two Asserts 7518/head
Daniel Arndt [Sun, 9 Dec 2018 19:10:39 +0000 (20:10 +0100)]
Change structure of two Asserts

5 years agoFix failing SCALAPCK tests
Daniel Arndt [Sun, 9 Dec 2018 17:22:06 +0000 (18:22 +0100)]
Fix failing SCALAPCK tests

5 years agoDon't use float-conversion in bundled packages 7517/head
Daniel Arndt [Sun, 9 Dec 2018 02:05:33 +0000 (03:05 +0100)]
Don't use float-conversion in bundled packages

5 years agoMerge pull request #7489 from masterleinad/hp_cell_weights_alternative
David Wells [Sat, 8 Dec 2018 19:35:49 +0000 (14:35 -0500)]
Merge pull request #7489 from masterleinad/hp_cell_weights_alternative

Provide alternative output for mpi/hp_cell_weights_03

5 years agoMerge pull request #7491 from masterleinad/avoid_c_style_cast_8
David Wells [Sat, 8 Dec 2018 19:29:57 +0000 (14:29 -0500)]
Merge pull request #7491 from masterleinad/avoid_c_style_cast_8

Avoid C-style cast in lac (excluding Trilinos)

5 years agoMerge pull request #7510 from masterleinad/fix_conversion_warnings
David Wells [Sat, 8 Dec 2018 19:29:16 +0000 (14:29 -0500)]
Merge pull request #7510 from masterleinad/fix_conversion_warnings

Fix warnings due to conversion from floats to integers in tests

5 years agoMerge pull request #7502 from davydden/feature/lapack_transpose
David Wells [Sat, 8 Dec 2018 19:12:36 +0000 (14:12 -0500)]
Merge pull request #7502 from davydden/feature/lapack_transpose

add LAPACKFullMatrix::transpose()

5 years agoMerge pull request #7492 from drwells/macro-cleanup
Wolfgang Bangerth [Fri, 7 Dec 2018 21:19:48 +0000 (14:19 -0700)]
Merge pull request #7492 from drwells/macro-cleanup

Add a header that undefines macros.

5 years agoMerge pull request #7514 from masterleinad/fix_icc_19_tests
Wolfgang Bangerth [Fri, 7 Dec 2018 21:16:11 +0000 (14:16 -0700)]
Merge pull request #7514 from masterleinad/fix_icc_19_tests

Fix a few tests failing for ICC-19

5 years agoFix a few tests failing for ICC-19 7514/head
Daniel Arndt [Fri, 7 Dec 2018 17:41:25 +0000 (18:41 +0100)]
Fix a few tests failing for ICC-19

5 years agoAdd a header that undefines macros. 7492/head
David Wells [Fri, 30 Nov 2018 19:52:34 +0000 (14:52 -0500)]
Add a header that undefines macros.

Some other projects, notably gtest, also define a macro named
Assert. This new header allows for one to use gtest with deal.II by
undefining all deal.II macros.

5 years agoAvoid a few reinterpret_casts 7496/head
Daniel Arndt [Fri, 7 Dec 2018 01:25:43 +0000 (02:25 +0100)]
Avoid a few reinterpret_casts

5 years agoRestrict Wfloat-conversion to clang 7510/head
Daniel Arndt [Fri, 7 Dec 2018 09:15:36 +0000 (10:15 +0100)]
Restrict Wfloat-conversion to clang

5 years agoMerge pull request #7511 from masterleinad/fix_default_parameter_facap
Daniel Arndt [Fri, 7 Dec 2018 08:11:41 +0000 (09:11 +0100)]
Merge pull request #7511 from masterleinad/fix_default_parameter_facap

Replace default function parameter in find_active_cell_around_point

5 years agoReplace casts in parpack_solver.h 7491/head
Daniel Arndt [Sun, 2 Dec 2018 23:34:51 +0000 (00:34 +0100)]
Replace casts in parpack_solver.h

5 years agoAvoid C-style cast in lac (excluding Trilinos)
Daniel Arndt [Fri, 30 Nov 2018 15:47:17 +0000 (16:47 +0100)]
Avoid C-style cast in lac (excluding Trilinos)

5 years agoReplace default function parameter in find_active_cell_around_point 7511/head
Daniel Arndt [Fri, 7 Dec 2018 00:18:57 +0000 (01:18 +0100)]
Replace default function parameter in find_active_cell_around_point

5 years agoFix warnings due to conversion from floats to integers in tests
Daniel Arndt [Fri, 7 Dec 2018 00:14:02 +0000 (01:14 +0100)]
Fix warnings due to conversion from floats to integers in tests

5 years agomove new blas extension template functions into a separate header 7502/head
Denis Davydov [Thu, 6 Dec 2018 21:43:09 +0000 (22:43 +0100)]
move new blas extension template functions into a separate header

5 years agoMerge pull request #7506 from masterleinad/libc++_dof_renumbering
Bruno Turcksin [Thu, 6 Dec 2018 15:33:25 +0000 (10:33 -0500)]
Merge pull request #7506 from masterleinad/libc++_dof_renumbering

Provide alternative output files for dof_renumbering_0(4|5) and libc++

5 years agoMerge pull request #7499 from masterleinad/fix_wfloat_conversion
Bruno Turcksin [Thu, 6 Dec 2018 15:31:26 +0000 (10:31 -0500)]
Merge pull request #7499 from masterleinad/fix_wfloat_conversion

Fix all Wfloat-conversion warnings

5 years agoMerge pull request #7505 from luca-heltai/rtree-to-find-active-cell-around-point
Daniel Arndt [Thu, 6 Dec 2018 14:30:21 +0000 (15:30 +0100)]
Merge pull request #7505 from luca-heltai/rtree-to-find-active-cell-around-point

find_active_cell_around_point now takes also an rtree of vertices.

5 years agoFind active cell around point now takes also an rtree of vertices. 7505/head
Luca Heltai [Wed, 5 Dec 2018 12:52:50 +0000 (13:52 +0100)]
Find active cell around point now takes also an rtree of vertices.

5 years agoMerge pull request #7504 from masterleinad/fix_warnings_bundled_boost
Daniel Arndt [Wed, 5 Dec 2018 21:19:12 +0000 (22:19 +0100)]
Merge pull request #7504 from masterleinad/fix_warnings_bundled_boost

Fix a few warnings from the bundled boost package

5 years agoMerge pull request #7503 from marcfehling/fe-series-calculate
Daniel Arndt [Wed, 5 Dec 2018 21:18:07 +0000 (22:18 +0100)]
Merge pull request #7503 from marcfehling/fe-series-calculate

FESeries::calculate accepts different VectorType for local dof values.

5 years agomake LAPACKFullMatrix::transpose() do conjugate transpose for complex data types
Denis Davydov [Wed, 5 Dec 2018 21:12:30 +0000 (22:12 +0100)]
make LAPACKFullMatrix::transpose() do conjugate transpose for complex data types


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.