]>
https://gitweb.dealii.org/ - dealii.git/log
Daniel Arndt [Fri, 19 Apr 2019 04:57:57 +0000 (00:57 -0400)]
Merge pull request #7938 from isuruf/cmake
CMake: Clear CMAKE_REQUIRED_FLAGS before calling FindLAPACK
Timo Heister [Fri, 19 Apr 2019 02:17:46 +0000 (20:17 -0600)]
Merge pull request #7935 from masterleinad/fix_boost_1_70
Fix configuring with external Boost-1.70.0
Isuru Fernando [Fri, 19 Apr 2019 00:35:43 +0000 (19:35 -0500)]
CMake: Clear CMAKE_REQUIRED_FLAGS before calling FindLAPACK
CMAKE_REQUIRED_FLAGS is populated by dealii with CXXFLAGS and this
should be cleared before calling any function that calls try_compile
on a C file. FindLAPACK calls FindTHREADS.cmake which uses try_compile
on a C file.
Daniel Arndt [Thu, 18 Apr 2019 19:32:20 +0000 (21:32 +0200)]
Add links
Daniel Arndt [Thu, 18 Apr 2019 19:01:36 +0000 (21:01 +0200)]
Fix configuring with external Boost-1.70.0
Daniel Arndt [Wed, 17 Apr 2019 12:55:41 +0000 (08:55 -0400)]
Merge pull request #7914 from luca-heltai/enlarge-bounding-box
BoundingBox::extend()
Daniel Arndt [Wed, 17 Apr 2019 12:50:16 +0000 (08:50 -0400)]
Merge pull request #7915 from luca-heltai/rtree-with-mapped-vertices
Make sure rtree works with mappings that do not preserve vertices.
Daniel Arndt [Tue, 16 Apr 2019 22:20:53 +0000 (18:20 -0400)]
Merge pull request #7927 from Rombur/cuda_fix
Cuda: small fixes
Luca Heltai [Tue, 16 Apr 2019 16:42:57 +0000 (18:42 +0200)]
Merge pull request #7923 from bangerth/61
Enclose everything in step-61 into its own namespace.
Luca Heltai [Tue, 16 Apr 2019 16:41:25 +0000 (18:41 +0200)]
Merge pull request #7925 from masterleinad/avoid_fpe
Fix symengine_number_type_01 in Release mode
Bruno Turcksin [Mon, 15 Apr 2019 21:35:00 +0000 (21:35 +0000)]
Add missing instantiations
Bruno Turcksin [Mon, 15 Apr 2019 21:34:46 +0000 (21:34 +0000)]
Remove unused variables
Daniel Arndt [Mon, 15 Apr 2019 14:00:58 +0000 (16:00 +0200)]
Fix symengine_number_type_01 in Release mode
Daniel Arndt [Mon, 15 Apr 2019 01:00:11 +0000 (21:00 -0400)]
Merge pull request #7924 from bangerth/61-2
Update requirements for step-61.
Wolfgang Bangerth [Mon, 15 Apr 2019 00:16:58 +0000 (18:16 -0600)]
Update requirements for step-61.
Wolfgang Bangerth [Mon, 15 Apr 2019 00:08:40 +0000 (18:08 -0600)]
Enclose everything in step-61 into its own namespace.
Jean-Paul Pelteret [Sat, 13 Apr 2019 06:36:23 +0000 (08:36 +0200)]
Merge pull request #7917 from masterleinad/avoid_fpe
Avoid floating point exception in symengine_number_type_01
Jean-Paul Pelteret [Sat, 13 Apr 2019 06:35:55 +0000 (08:35 +0200)]
Merge pull request #7919 from drwells/add-missing-ingroup-functions
Add missing '@ingroup functions' annotations.
David Wells [Sat, 13 Apr 2019 02:42:36 +0000 (22:42 -0400)]
Add missing '@ingroup functions' annotations.
Daniel Arndt [Fri, 12 Apr 2019 17:26:49 +0000 (13:26 -0400)]
Merge pull request #7876 from jppelteret/sd-expression-math
SD: Logical operators + math operations for expression class
Daniel Arndt [Fri, 12 Apr 2019 11:51:10 +0000 (13:51 +0200)]
Avoid floating point exception in symengine_number_type_01
Luca Heltai [Fri, 12 Apr 2019 08:12:40 +0000 (10:12 +0200)]
Merge pull request #7916 from tjhei/tidy_debug_only
clang-tidy: only debug mode
Luca Heltai [Thu, 11 Apr 2019 13:52:36 +0000 (15:52 +0200)]
Enlarge BoundingBox
Timo Heister [Thu, 11 Apr 2019 22:47:35 +0000 (16:47 -0600)]
clang-tidy: only debug mode
I don't think it makes sense to also compile in release mode for the
tidy checks. This change should speed up the CI tester as well.
Daniel Arndt [Thu, 11 Apr 2019 22:25:41 +0000 (18:25 -0400)]
Merge pull request #7901 from masterleinad/smart_pointer_std_string
Use std::string in SmartPointer and Subscriptor interface
Luca Heltai [Thu, 11 Apr 2019 13:53:58 +0000 (15:53 +0200)]
Make sure rtree works with mappings that do not preserve vertices.
Luca Heltai [Thu, 11 Apr 2019 19:42:27 +0000 (21:42 +0200)]
Merge pull request #7910 from masterleinad/replace_std_make_unique
Replace std::make_unique by std_cxx14::make_unique
Daniel Arndt [Tue, 9 Apr 2019 17:50:51 +0000 (13:50 -0400)]
Use references and clean up a bit
Daniel Arndt [Tue, 9 Apr 2019 12:11:48 +0000 (14:11 +0200)]
Replace empty string comparison
Daniel Arndt [Tue, 9 Apr 2019 02:26:59 +0000 (04:26 +0200)]
Use std::string in SmartPointer and Subscriptor interface
Daniel Arndt [Thu, 11 Apr 2019 12:54:15 +0000 (14:54 +0200)]
Replace std::make_unique by std_cxx14::make_unique
Luca Heltai [Thu, 11 Apr 2019 06:43:02 +0000 (08:43 +0200)]
Merge pull request #7806 from luca-heltai/scratch_and_copy
"Reasonable" ScratchData and CopyData
Luca Heltai [Wed, 10 Apr 2019 20:35:20 +0000 (22:35 +0200)]
defgroup -> name
Luca Heltai [Wed, 10 Apr 2019 16:50:34 +0000 (18:50 +0200)]
Comments.
Jean-Paul Pelteret [Wed, 10 Apr 2019 09:19:26 +0000 (11:19 +0200)]
Merge pull request #7906 from rezarastak/filtered_iterator_doc_fix
Fixed documentation error in filtered_iterator.h
Reza Rastak [Wed, 10 Apr 2019 05:38:14 +0000 (22:38 -0700)]
Fixed documentation error in filtered_iterator.h
Luca Heltai [Tue, 9 Apr 2019 21:05:59 +0000 (23:05 +0200)]
ChangeLog
Luca Heltai [Tue, 9 Apr 2019 21:05:47 +0000 (23:05 +0200)]
ScratchData + Sacado FD+RD applied to energies
Daniel Arndt [Tue, 9 Apr 2019 21:05:41 +0000 (17:05 -0400)]
Merge pull request #7898 from tjhei/ci_quicktests
[CI]: catch failures and run quicktests
Luca Heltai [Tue, 9 Apr 2019 21:05:35 +0000 (23:05 +0200)]
ScratchData + Sacado applied to energies
Luca Heltai [Tue, 9 Apr 2019 21:05:28 +0000 (23:05 +0200)]
ScratchData with Sacado applied to Residual
Luca Heltai [Tue, 9 Apr 2019 21:05:17 +0000 (23:05 +0200)]
Test ScratchData get_values
Luca Heltai [Tue, 9 Apr 2019 21:05:08 +0000 (23:05 +0200)]
Test ScratchData for Laplacian (SIPDG)
Luca Heltai [Tue, 9 Apr 2019 21:04:56 +0000 (23:04 +0200)]
Test ScratchData for Laplacian (conforming)
Luca Heltai [Tue, 9 Apr 2019 21:04:47 +0000 (23:04 +0200)]
Test ScratchData on simple volume computation
Luca Heltai [Tue, 9 Apr 2019 21:04:36 +0000 (23:04 +0200)]
ScratchData
Luca Heltai [Tue, 9 Apr 2019 21:04:16 +0000 (23:04 +0200)]
CopyData
Luca Heltai [Tue, 9 Apr 2019 21:01:18 +0000 (23:01 +0200)]
Merge pull request #7880 from jppelteret/general_data_storage
Add a class to perform GeneralDataStorage
Timo Heister [Mon, 8 Apr 2019 19:25:30 +0000 (13:25 -0600)]
CI: catch failures
Timo Heister [Mon, 8 Apr 2019 14:17:43 +0000 (08:17 -0600)]
[CI]: run quicktests
also execute the quicktests as part of CI
Daniel Arndt [Tue, 9 Apr 2019 13:03:19 +0000 (15:03 +0200)]
Add overload for default constructors
Daniel Arndt [Tue, 9 Apr 2019 12:06:01 +0000 (08:06 -0400)]
Merge pull request #7897 from tjhei/fix_mpi_quicktests
MPI quicktests failing
Matthias Maier [Tue, 9 Apr 2019 03:05:31 +0000 (22:05 -0500)]
Merge pull request #7896 from masterleinad/update_minimum_symengine_version
Require SymEngine version 0.4
Daniel Arndt [Tue, 9 Apr 2019 01:01:35 +0000 (21:01 -0400)]
Merge pull request #7900 from kkremitzki/fix-README
Update dead LICENSE link in README
Kurt Kremitzki [Tue, 9 Apr 2019 00:52:52 +0000 (19:52 -0500)]
Update dead LICENSE link in README
Daniel Arndt [Mon, 8 Apr 2019 21:19:12 +0000 (23:19 +0200)]
Fix ambiguous function call
Timo Heister [Mon, 8 Apr 2019 14:01:39 +0000 (08:01 -0600)]
mpi quicktests fail
mpirun completes about not finding the executable. This reverts part of
Daniel Arndt [Mon, 8 Apr 2019 12:49:40 +0000 (14:49 +0200)]
Require SymEngine version 0.4
Jean-Paul Pelteret [Sun, 7 Apr 2019 19:47:27 +0000 (21:47 +0200)]
Try to reproduce GCC tester error with ambiguous constructor
Jean-Paul Pelteret [Sat, 30 Mar 2019 22:27:57 +0000 (23:27 +0100)]
Add test for symbolic math functions
Jean-Paul Pelteret [Sat, 30 Mar 2019 22:27:46 +0000 (23:27 +0100)]
Add functions to perform symbolic math operations using SD::Expression
Jean-Paul Pelteret [Sun, 7 Apr 2019 06:40:37 +0000 (08:40 +0200)]
Add alternative test output
Luca Heltai [Fri, 5 Apr 2019 17:36:52 +0000 (19:36 +0200)]
Fixed documentation.
David Wells [Sat, 6 Apr 2019 02:01:24 +0000 (22:01 -0400)]
Merge pull request #7894 from drwells/unused-var-hdf5
Silence an unused variable warning.
David Wells [Fri, 5 Apr 2019 21:07:43 +0000 (17:07 -0400)]
Silence an unused variable warning.
Luca Heltai [Fri, 5 Apr 2019 15:09:31 +0000 (17:09 +0200)]
Merge pull request #7844 from jppelteret/sd-expression
SD: Types, traits, and expression class
Martin Kronbichler [Fri, 5 Apr 2019 13:18:57 +0000 (15:18 +0200)]
Merge pull request #7889 from tjhei/hdf_no_mpi
fix hdf5 in serial
Martin Kronbichler [Fri, 5 Apr 2019 13:18:13 +0000 (15:18 +0200)]
Merge pull request #7893 from bangerth/spell
Fix a misspelled word.
Wolfgang Bangerth [Thu, 4 Apr 2019 20:34:40 +0000 (14:34 -0600)]
Fix a misspelled word.
David Wells [Thu, 4 Apr 2019 19:01:19 +0000 (15:01 -0400)]
Merge pull request #7746 from bangerth/61
More edits in the introduction of step-61.
Wolfgang Bangerth [Sat, 23 Feb 2019 00:23:55 +0000 (17:23 -0700)]
Edit the introduction of step-61.
Jean-Paul Pelteret [Thu, 4 Apr 2019 05:58:49 +0000 (07:58 +0200)]
Fix a typo in a changelog entry
Jean-Paul Pelteret [Mon, 1 Apr 2019 19:59:29 +0000 (21:59 +0200)]
Add a class to perform GeneralDataStorage
Jean-Paul Pelteret [Thu, 4 Apr 2019 05:31:56 +0000 (07:31 +0200)]
Merge pull request #7890 from masterleinad/fix_space
Fix space in error message
Daniel Arndt [Wed, 3 Apr 2019 16:28:30 +0000 (12:28 -0400)]
Fix space in error message
Timo Heister [Wed, 3 Apr 2019 14:53:59 +0000 (08:53 -0600)]
fix hdf in serial
- fix compilation
- fix warnings about unused variables
- move some variables around (smaller scope)
Denis Davydov [Wed, 3 Apr 2019 10:26:04 +0000 (12:26 +0200)]
Merge pull request #7886 from masterleinad/scalapck_werror
Test SCALAPACK with -Werror
Daniel Arndt [Wed, 3 Apr 2019 03:04:16 +0000 (05:04 +0200)]
Test SCALAPACK with -Werror
Daniel Arndt [Wed, 3 Apr 2019 01:38:16 +0000 (21:38 -0400)]
Merge pull request #7885 from davydden/feature/array_view_default
add default constructor for ArrayView and a reinit() method
Denis Davydov [Tue, 2 Apr 2019 19:56:32 +0000 (21:56 +0200)]
add default constructor for ArrayView and a reinit() method
Matthias Maier [Tue, 2 Apr 2019 18:15:52 +0000 (13:15 -0500)]
Merge pull request #7884 from davydden/config/lapack_include
set LAPACK_INCLUDE_DIRS and LAPACK_USER_INCLUDE_DIRS
Jean-Paul Pelteret [Sat, 30 Mar 2019 10:20:34 +0000 (11:20 +0100)]
Add test for SD::Expression class
Jean-Paul Pelteret [Sat, 30 Mar 2019 10:19:55 +0000 (11:19 +0100)]
Add basis for SymEngine (SD) wrappers
- Types
- Expression class
- Utilities
Jean-Paul Pelteret [Sat, 30 Mar 2019 10:18:46 +0000 (11:18 +0100)]
Add traits for SD numbers
Jean-Paul Pelteret [Wed, 20 Mar 2019 14:19:41 +0000 (15:19 +0100)]
Add SymEngine macros to config.h
Denis Davydov [Tue, 2 Apr 2019 14:11:44 +0000 (16:11 +0200)]
set LAPACK_INCLUDE_DIRS and LAPACK_USER_INCLUDE_DIRS
Wolfgang Bangerth [Tue, 2 Apr 2019 13:40:10 +0000 (07:40 -0600)]
Merge pull request #7881 from masterleinad/unify_intrinsic_headers
Unify intrinsics headers
Martin Kronbichler [Tue, 2 Apr 2019 08:22:54 +0000 (10:22 +0200)]
Merge pull request #7879 from tjhei/doxygen_fixes2
several doxygen errors and warnings
Daniel Arndt [Tue, 2 Apr 2019 03:22:36 +0000 (05:22 +0200)]
Unify intrinsics headers
Timo Heister [Mon, 1 Apr 2019 14:56:15 +0000 (08:56 -0600)]
several doxygen errors and warnings
Jean-Paul Pelteret [Mon, 1 Apr 2019 05:53:06 +0000 (07:53 +0200)]
Merge pull request #7875 from tjhei/jenkins_archive_detailedlog
CI: archive detailed.log
David Wells [Mon, 1 Apr 2019 03:49:49 +0000 (23:49 -0400)]
Merge pull request #7878 from bangerth/for
Use a range-based for loop in a couple of places.
David Wells [Sun, 31 Mar 2019 18:16:55 +0000 (14:16 -0400)]
Merge pull request #7877 from masterleinad/update_petsc_version_number
Update PETSc version compatibility
Timo Heister [Sun, 31 Mar 2019 03:26:21 +0000 (21:26 -0600)]
fix path
Timo Heister [Sat, 30 Mar 2019 17:46:23 +0000 (11:46 -0600)]
CI: archive detailed.log
Daniel Arndt [Sun, 31 Mar 2019 00:52:46 +0000 (01:52 +0100)]
Update PETSc version compatibility
David Wells [Sat, 30 Mar 2019 21:48:53 +0000 (17:48 -0400)]
Merge pull request #7873 from drwells/vector-header
Clean up the vector header a bit.
David Wells [Sat, 30 Mar 2019 21:48:30 +0000 (17:48 -0400)]
Merge pull request #7874 from drwells/underscore-guards
Remove '__' from include guards.
David Wells [Sat, 30 Mar 2019 15:39:27 +0000 (11:39 -0400)]
Remove '__' from include guards.
David Wells [Sat, 30 Mar 2019 15:28:45 +0000 (11:28 -0400)]
Clean up some headers and code samples.
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.