]>
https://gitweb.dealii.org/ - dealii.git/log
Wolfgang Bangerth [Tue, 14 Mar 2017 21:49:37 +0000 (15:49 -0600)]
Merge pull request #3986 from tamiko/compile_examples
CMake: Compile examples if examples component is set up
Matthias Maier [Tue, 14 Mar 2017 16:12:31 +0000 (11:12 -0500)]
CMake: Do not compile examples on Windows targets
Matthias Maier [Fri, 10 Mar 2017 16:49:08 +0000 (10:49 -0600)]
CMake: Enable example compilation by default
Matthias Maier [Sat, 18 Feb 2017 00:37:45 +0000 (18:37 -0600)]
CMake: Compile examples if examples component is set up
Matthias Maier [Thu, 9 Mar 2017 22:42:28 +0000 (16:42 -0600)]
CMake: Add an option to compile examples as well
Matthias Maier [Thu, 9 Mar 2017 23:44:37 +0000 (17:44 -0600)]
CMake: Put RUN_COMMAND macro into separate file
Further, justify this approach with references to the official cmake
wiki.
Matthias Maier [Thu, 9 Mar 2017 23:03:12 +0000 (17:03 -0600)]
Examples: Annotate dependency clause in example CMakeLists.txt files
Matthias Maier [Sat, 18 Feb 2017 02:16:37 +0000 (20:16 -0600)]
Bugfix: Let DEAL_II_INSOURCE_SETUP_TARGET add all include directories
Martin Kronbichler [Tue, 14 Mar 2017 12:11:18 +0000 (13:11 +0100)]
Merge pull request #4062 from kronbichler/adjust_test_accuracy
Relax tolerance for 'exact' integration a bit
Martin Kronbichler [Tue, 14 Mar 2017 09:37:21 +0000 (10:37 +0100)]
Relax tolerance for 'exact' integration a bit
Martin Kronbichler [Tue, 14 Mar 2017 07:49:27 +0000 (08:49 +0100)]
Merge pull request #4059 from kronbichler/vectorized_array_includes
Add forward declaration of vectorized array
Bruno Turcksin [Mon, 13 Mar 2017 00:21:54 +0000 (20:21 -0400)]
Merge pull request #4060 from kronbichler/fix_lapack_test
Avoid floating point exception in Lapack test
Martin Kronbichler [Sun, 12 Mar 2017 18:58:57 +0000 (19:58 +0100)]
Substitute multiplications by 2 by additions (strength reduction).
Martin Kronbichler [Sun, 12 Mar 2017 19:02:10 +0000 (20:02 +0100)]
Add changelog
Martin Kronbichler [Sun, 12 Mar 2017 18:59:38 +0000 (19:59 +0100)]
Test that norms on tensors of VectorizedArray work
Martin Kronbichler [Sun, 12 Mar 2017 19:16:24 +0000 (20:16 +0100)]
Avoid floating point exception in Lapack test
Martin Kronbichler [Sun, 12 Mar 2017 18:58:23 +0000 (19:58 +0100)]
Move forward declaration of VectorizedArray to more central place
Martin Kronbichler [Sat, 11 Mar 2017 06:59:08 +0000 (07:59 +0100)]
Merge pull request #4055 from nfehn/master
Ensure that the state is set correctly when applying LU factorization…
David Wells [Fri, 10 Mar 2017 16:35:02 +0000 (11:35 -0500)]
Merge pull request #4057 from masterleinad/fix_step-36_parpack_mf
arpack/step-36_parpack_mf requires p::d::Tria
Daniel Arndt [Fri, 10 Mar 2017 15:23:24 +0000 (16:23 +0100)]
arpack/step-36_parpack_mf requires p::d::Tria
Daniel Arndt [Fri, 10 Mar 2017 09:57:43 +0000 (10:57 +0100)]
Merge pull request #4052 from kronbichler/flexibility_matrix_free_operator
Allow component masks in MatrixFreeOperators::Base
Martin Kronbichler [Fri, 10 Mar 2017 06:55:05 +0000 (07:55 +0100)]
Merge pull request #4054 from kronbichler/fix_fe_values_listener
Fix disconnect of listener in FEValues
Martin Kronbichler [Wed, 8 Mar 2017 14:58:47 +0000 (15:58 +0100)]
Test for matrix-free operator masking
Martin Kronbichler [Wed, 8 Mar 2017 14:58:24 +0000 (15:58 +0100)]
Allow selection of components in MatrixFreeOperators::Base
Niklas Fehn [Thu, 9 Mar 2017 16:38:24 +0000 (17:38 +0100)]
Set state = unusable before computing the LU factorization of LAPACKFullMatrix
Niklas Fehn [Thu, 9 Mar 2017 10:21:34 +0000 (11:21 +0100)]
test has been added to verify the state of LAPACKFullMatrix after having computed the LU factorization
Martin Kronbichler [Wed, 8 Mar 2017 21:21:16 +0000 (22:21 +0100)]
Fix disconnect of listener.
Niklas Fehn [Thu, 9 Mar 2017 08:20:23 +0000 (09:20 +0100)]
Ensure that the state is set correctly when applying LU factorization to LAPACKFullMatrix.
Martin Kronbichler [Wed, 8 Mar 2017 19:34:12 +0000 (20:34 +0100)]
Merge pull request #4053 from kronbichler/limit_threads_mf_multigrid
Limit number of threads to 1 in some parallel tests.
Wolfgang Bangerth [Wed, 8 Mar 2017 17:23:30 +0000 (10:23 -0700)]
Merge pull request #4043 from kronbichler/trilinos_vector_avoid_invalid_mem_access
Reduce access to invalid communicator as much as possible.
Wolfgang Bangerth [Wed, 8 Mar 2017 17:22:07 +0000 (10:22 -0700)]
Merge pull request #4050 from kronbichler/fix_cell_similarity
Fix two subtle bugs with cell similarity
Wolfgang Bangerth [Wed, 8 Mar 2017 17:00:53 +0000 (10:00 -0700)]
Merge pull request #4034 from masterleinad/fix_detructor_throw
Fix asserts in destructors
Martin Kronbichler [Wed, 8 Mar 2017 15:05:04 +0000 (16:05 +0100)]
Limit number of threads to 1 in some parallel tests.
Martin Kronbichler [Wed, 8 Mar 2017 13:51:12 +0000 (14:51 +0100)]
Merge pull request #4040 from drwells/deprecate-swappable
Deprecate SwappableVector.
Martin Kronbichler [Wed, 8 Mar 2017 10:10:16 +0000 (11:10 +0100)]
Add additional listener to grid movement
Martin Kronbichler [Wed, 8 Mar 2017 09:36:43 +0000 (10:36 +0100)]
Add changelog
Martin Kronbichler [Wed, 8 Mar 2017 09:36:29 +0000 (10:36 +0100)]
Add test for communication patterns supported now.
Martin Kronbichler [Tue, 7 Mar 2017 17:57:15 +0000 (18:57 +0100)]
Do not duplicate the communicator in parallel triangulations
Delete unused vector memory when triangulation changes.
Martin Kronbichler [Tue, 7 Mar 2017 17:56:59 +0000 (18:56 +0100)]
Introduce function to delete all unused vectors in GrowingVectorMemory
Wolfgang Bangerth [Wed, 8 Mar 2017 04:21:01 +0000 (21:21 -0700)]
Merge pull request #4051 from drwells/fix-io-checks
Improve some IO checks
David Wells [Wed, 8 Mar 2017 02:37:28 +0000 (21:37 -0500)]
Merge pull request #4046 from nfehn/master
Add operators *= and /= to LAPACKFullMatrix
David Wells [Wed, 8 Mar 2017 01:10:38 +0000 (20:10 -0500)]
Simplify a geometrical check.
Both branches currently throw an exception, but the second message is more
descriptive.
David Wells [Wed, 8 Mar 2017 01:10:27 +0000 (20:10 -0500)]
Redo some checks to throw ExcIO.
Martin Kronbichler [Tue, 7 Mar 2017 17:25:25 +0000 (18:25 +0100)]
Add changelog
Martin Kronbichler [Tue, 7 Mar 2017 17:24:50 +0000 (18:24 +0100)]
Fix a bug in cell similarity detection with FESystem
Matthias Maier [Tue, 7 Mar 2017 18:05:23 +0000 (12:05 -0600)]
Merge pull request #4048 from jppelteret/doxygen_error_log
When doxygen fails, make a copy of the error log for debugging purposes.
Martin Kronbichler [Tue, 7 Mar 2017 17:24:31 +0000 (18:24 +0100)]
Fix a bug in cell similarity detection after GridTools::transform
Jean-Paul Pelteret [Tue, 7 Mar 2017 17:06:38 +0000 (18:06 +0100)]
When doxygen fails, make a copy of the error log for debugging purposes.
Wolfgang Bangerth [Tue, 7 Mar 2017 16:10:28 +0000 (09:10 -0700)]
Merge pull request #4047 from kronbichler/fix_more_tests_2
Fix tests without C++11
Martin Kronbichler [Tue, 7 Mar 2017 14:54:22 +0000 (15:54 +0100)]
Fix tests without C++11
Niklas Fehn [Tue, 7 Mar 2017 10:41:42 +0000 (11:41 +0100)]
Add operators *= and /= to LAPACKFullMatrix
Martin Kronbichler [Mon, 6 Mar 2017 08:17:28 +0000 (09:17 +0100)]
Reduce access to possibly invalid communicator as much as possible.
Daniel Arndt [Sun, 5 Mar 2017 15:50:36 +0000 (16:50 +0100)]
Catch throwing function in destructor
Bruno Turcksin [Mon, 6 Mar 2017 13:43:08 +0000 (08:43 -0500)]
Merge pull request #4045 from kronbichler/improve_feevaluation_doc
Extend documentation of FEEvaluation regarding threads.
Bruno Turcksin [Mon, 6 Mar 2017 13:33:12 +0000 (08:33 -0500)]
Merge pull request #4042 from kronbichler/fix_more_tests
Fix two more tests
Martin Kronbichler [Mon, 6 Mar 2017 12:56:08 +0000 (13:56 +0100)]
Merge pull request #4044 from drwells/remove-timer-from-test
Do not use a timer in a test.
Martin Kronbichler [Mon, 6 Mar 2017 12:48:37 +0000 (13:48 +0100)]
Extend documentation of FEEvaluation regarding threads.
David Wells [Mon, 6 Mar 2017 12:02:25 +0000 (07:02 -0500)]
Do not use a timer in a test.
This test tried to ensure that an algorithm ran in linear time by taking runtime
measurements: this tends to fail intermittently so remove these checks.
The test is still useful since it will time out if we regress to the old
quadratic time algorithm.
Martin Kronbichler [Mon, 6 Mar 2017 10:17:18 +0000 (11:17 +0100)]
Merge pull request #4037 from masterleinad/fix_pre_c++11
Fix pre c++11 issues
Daniel Arndt [Sun, 5 Mar 2017 21:53:49 +0000 (22:53 +0100)]
Fix pre-C++11 issues
Martin Kronbichler [Mon, 6 Mar 2017 06:59:52 +0000 (07:59 +0100)]
Provide additional 64 bit output numbers for DataOut.
Martin Kronbichler [Mon, 6 Mar 2017 06:57:24 +0000 (07:57 +0100)]
Add output file for OpenMPI 1.8.x.
Verified on two machines with different installations, using 1.8.7 and 1.8.8
Martin Kronbichler [Mon, 6 Mar 2017 06:35:46 +0000 (07:35 +0100)]
Merge pull request #4039 from drwells/use-assert-internal-error
Use Assert, not AssertThrow, with ExcInternalError.
Wolfgang Bangerth [Mon, 6 Mar 2017 00:06:46 +0000 (17:06 -0700)]
Merge pull request #4041 from drwells/update-contributing-links
Update video lecture links to point to Colorado State.
David Wells [Sun, 5 Mar 2017 23:37:51 +0000 (18:37 -0500)]
Update video lecture links to point to Colorado State.
David Wells [Sun, 5 Mar 2017 23:09:33 +0000 (18:09 -0500)]
Deprecate SwappableVector.
There are no tests for this class and it has been superceded by the
serialization classes.
David Wells [Sun, 5 Mar 2017 22:56:44 +0000 (17:56 -0500)]
Use Assert, not AssertThrow, with ExcInternalError.
Timo Heister [Sun, 5 Mar 2017 21:55:15 +0000 (16:55 -0500)]
Merge pull request #4035 from kronbichler/fix_nonmpi_tests
Enable tests to run without MPI
Martin Kronbichler [Sun, 5 Mar 2017 19:04:49 +0000 (20:04 +0100)]
Enable tests to run without MPI.
Martin Kronbichler [Sun, 5 Mar 2017 17:14:12 +0000 (18:14 +0100)]
Merge pull request #4032 from kronbichler/fix_mpi_tests
Fix multigrid/mpi tests
Timo Heister [Sun, 5 Mar 2017 16:00:44 +0000 (11:00 -0500)]
Merge pull request #4029 from kronbichler/fix_test_output_with_fma
Add output variants for builds with FMA
Martin Kronbichler [Sun, 5 Mar 2017 15:59:24 +0000 (16:59 +0100)]
Merge pull request #4033 from masterleinad/fix_unused_var
Handle more unused variables and parameters
Daniel Arndt [Sun, 5 Mar 2017 15:37:15 +0000 (16:37 +0100)]
Handle more unused variables and parameters
Martin Kronbichler [Sun, 5 Mar 2017 15:00:15 +0000 (16:00 +0100)]
Fix multigrid mpi tests by better output
Daniel Arndt [Sun, 5 Mar 2017 15:31:50 +0000 (16:31 +0100)]
Merge pull request #4031 from kronbichler/remove_unused_variables
Remove unused variables
Martin Kronbichler [Sun, 5 Mar 2017 14:35:23 +0000 (15:35 +0100)]
Remove unused variables
Daniel Arndt [Sun, 5 Mar 2017 14:05:01 +0000 (15:05 +0100)]
Merge pull request #4022 from masterleinad/add_operators_blockbase
Add MatrixFreeOperators::BlockBase
Daniel Arndt [Sun, 5 Mar 2017 11:57:41 +0000 (12:57 +0100)]
changelog entry and a test for a Stokes operator using MatrixFreeOperatorsBase
Daniel Arndt [Sat, 4 Mar 2017 19:34:40 +0000 (20:34 +0100)]
Add support for BlockVectors and block operators to MatrixFreeOperators::Base
Martin Kronbichler [Sun, 5 Mar 2017 10:24:56 +0000 (11:24 +0100)]
Merge pull request #4030 from drwells/more-cppcheck
Run cppcheck again.
David Wells [Sat, 4 Mar 2017 23:40:28 +0000 (18:40 -0500)]
Merge pull request #4028 from kronbichler/fix_tests_02
Extend test suite for non-threaded build
David Wells [Sat, 4 Mar 2017 22:25:43 +0000 (17:25 -0500)]
Mark a function as static.
This was caught by cppcheck.
David Wells [Sat, 4 Mar 2017 21:54:23 +0000 (16:54 -0500)]
Remove some unused non-public functions.
These were found by cppcheck.
David Wells [Sat, 4 Mar 2017 21:54:08 +0000 (16:54 -0500)]
Mark some header-defined functions as inline.
David Wells [Sat, 4 Mar 2017 21:51:36 +0000 (16:51 -0500)]
Reduce the scope of some variables.
This was caught by cppcheck.
David Wells [Sat, 4 Mar 2017 21:50:32 +0000 (16:50 -0500)]
Remove some empty destructors.
The compiler can generate these for us.
Martin Kronbichler [Sat, 4 Mar 2017 21:22:50 +0000 (22:22 +0100)]
Add second file output for builds with FMA
Martin Kronbichler [Sat, 4 Mar 2017 21:22:32 +0000 (22:22 +0100)]
Add second binary output for builds with FMA
Martin Kronbichler [Thu, 2 Mar 2017 14:35:30 +0000 (15:35 +0100)]
Adjust test output on Intel CPUs with FMA enabled.
Martin Kronbichler [Sat, 4 Mar 2017 20:55:07 +0000 (21:55 +0100)]
Add additional output for memory consumption test (without threads).
Martin Kronbichler [Sat, 4 Mar 2017 20:54:43 +0000 (21:54 +0100)]
Relax tolerance a for float zero slightly
Martin Kronbichler [Sat, 4 Mar 2017 20:54:16 +0000 (21:54 +0100)]
Avoid superfluous include file
Martin Kronbichler [Sat, 4 Mar 2017 20:53:56 +0000 (21:53 +0100)]
Run test with threads only
Martin Kronbichler [Sat, 4 Mar 2017 19:11:43 +0000 (20:11 +0100)]
Merge pull request #4027 from drwells/remove-extra-typename
Remove some unnecessary typenames.
David Wells [Sat, 4 Mar 2017 17:21:51 +0000 (12:21 -0500)]
Remove some unnecessary typenames.
These types are fully qualified so we do not need to prefix them with
'typename'.
Timo Heister [Sat, 4 Mar 2017 14:59:36 +0000 (09:59 -0500)]
Merge pull request #4026 from tjhei/msvc_mat_free_fix
fix matrix free compilation
Timo Heister [Sat, 4 Mar 2017 13:19:34 +0000 (08:19 -0500)]
fix matrix free compilation
MSVC complains
Timo Heister [Sat, 4 Mar 2017 12:03:06 +0000 (07:03 -0500)]
Merge pull request #4025 from kronbichler/fix_missing_include_nothreads
Add missing include file when compiling without threads.
Martin Kronbichler [Sat, 4 Mar 2017 07:27:21 +0000 (08:27 +0100)]
Add missing include file when compiling without threads.
Denis Davydov [Sat, 4 Mar 2017 07:17:20 +0000 (08:17 +0100)]
Merge pull request #4024 from kronbichler/avoid_compiler_warning
Avoid compiler warning without threads
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.