]>
https://gitweb.dealii.org/ - dealii.git/log
Matthias Maier [Tue, 28 Jun 2016 08:06:25 +0000 (03:06 -0500)]
CMake: Require at least boost version 1.54
In reference to #2196
closes #2199
David Wells [Mon, 27 Jun 2016 14:31:23 +0000 (10:31 -0400)]
Merge pull request #2724 from davydden/bugfix/step-27
fix a whitespace bug in step-27
Denis Davydov [Mon, 27 Jun 2016 14:27:55 +0000 (16:27 +0200)]
fix a whitespace bug in step-27
Wolfgang Bangerth [Mon, 27 Jun 2016 04:29:20 +0000 (23:29 -0500)]
Merge pull request #2723 from drwells/fix-gnuplotflags-memory
Update GnuplotFlags::memory_consumption().
David Wells [Sun, 26 Jun 2016 23:34:33 +0000 (19:34 -0400)]
Update GnuplotFlags::memory_consumption().
Commit
32d9748d4e added new fields to GnuplotFlags but did not change
the way it reported its own memory consumption.
David Wells [Sun, 26 Jun 2016 19:22:00 +0000 (15:22 -0400)]
Merge pull request #2720 from bangerth/fix-test
Fix test output.
Wolfgang Bangerth [Sun, 26 Jun 2016 17:35:34 +0000 (12:35 -0500)]
Fix test output.
Wolfgang Bangerth [Sun, 26 Jun 2016 17:19:30 +0000 (10:19 -0700)]
Merge pull request #2719 from drwells/update-newton_01-test-output
Update newton_01 test output.
David Wells [Sun, 26 Jun 2016 17:11:42 +0000 (13:11 -0400)]
Update newton_01 test output.
Commit
11c94ad5e fixed a bug where the update vector was initially
empty. This commit fixes the corresponding test output file to show that
the update vector, at the first Newton step, contains one entry and that
entry is equal to zero.
David Wells [Sun, 26 Jun 2016 16:44:32 +0000 (12:44 -0400)]
Merge pull request #2714 from bangerth/update-MappingQ1Eulerian-doc
Deprecate constructor and replace it by another one.
Wolfgang Bangerth [Sun, 26 Jun 2016 05:31:50 +0000 (22:31 -0700)]
Merge pull request #2718 from drwells/improve-step-25
Improve step 25
Wolfgang Bangerth [Sun, 26 Jun 2016 04:56:47 +0000 (23:56 -0500)]
Several matching updates in MappingQ{,1}Eulerian.
David Wells [Sat, 25 Jun 2016 23:27:45 +0000 (19:27 -0400)]
Get rid of a temporary matrix in step-25.
One can just use the action of the Laplace and mass matrices to make
this easier to understand.
David Wells [Sat, 25 Jun 2016 21:30:21 +0000 (17:30 -0400)]
Make some temporary variables const.
David Wells [Sat, 25 Jun 2016 23:27:34 +0000 (19:27 -0400)]
Fix some matrix coefficients in the step-25 intro.
The above formula has the correct sign on N. Additionally, the Laplace
matrix here is missing the coefficients.
David Wells [Sat, 25 Jun 2016 21:31:35 +0000 (17:31 -0400)]
Fix a sign error in step-25.
Credit for this fix belongs to Anup Basak, who mentioned it on the
mailing list in March 2016.
Even with the sign error the Newton solver converged to the right
solution: changing the sign only altered the solution in the fifth
decimal place.
The fixed version now only requires three, instead of four, Newton steps
in 2D.
David Wells [Sat, 25 Jun 2016 21:30:08 +0000 (17:30 -0400)]
Remove trailing whitespace.
David Wells [Sat, 25 Jun 2016 13:28:32 +0000 (09:28 -0400)]
Merge pull request #2716 from bangerth/make-conversions-explicit
Make conversion constructors of ::Vector explicit.
Wolfgang Bangerth [Sat, 25 Jun 2016 05:26:57 +0000 (00:26 -0500)]
Add changelog entry.
Wolfgang Bangerth [Sat, 25 Jun 2016 05:20:21 +0000 (00:20 -0500)]
Make conversion constructors of ::Vector explicit.
Wolfgang Bangerth [Sat, 25 Jun 2016 05:11:25 +0000 (00:11 -0500)]
Deprecate constructor and replace it by another one.
Also update the documentation in a number of places.
Wolfgang Bangerth [Sat, 25 Jun 2016 05:11:04 +0000 (00:11 -0500)]
Update documentation.
Wolfgang Bangerth [Fri, 24 Jun 2016 23:51:56 +0000 (16:51 -0700)]
Merge pull request #2705 from danshapero/sync-iterators
operator* for SynchronousIterators
danshapero [Fri, 24 Jun 2016 18:14:50 +0000 (11:14 -0700)]
Added entry to changes.h
danshapero [Fri, 24 Jun 2016 01:56:08 +0000 (18:56 -0700)]
derivative approximation uses operator* of SynchronousIterators
danshapero [Thu, 23 Jun 2016 21:34:30 +0000 (14:34 -0700)]
Using operator* in examples with SynchronousIterator
danshapero [Thu, 23 Jun 2016 21:31:31 +0000 (14:31 -0700)]
Added operator* to SynchronousIterators
Wolfgang Bangerth [Fri, 24 Jun 2016 20:23:02 +0000 (13:23 -0700)]
Merge pull request #2710 from drwells/gnuplot-general-axis-labels
Implement different names for gnuplot output axes.
David Wells [Wed, 7 Oct 2015 23:08:29 +0000 (19:08 -0400)]
Implement different names for gnuplot output axes.
Users can now specify the labels instead of being stuck with 'x', 'y',
and 'z'.
Denis Davydov [Fri, 24 Jun 2016 09:05:50 +0000 (11:05 +0200)]
Merge pull request #2709 from kronbichler/master
Fix two tests that failed due to my commits
Martin Kronbichler [Fri, 24 Jun 2016 09:00:47 +0000 (11:00 +0200)]
Fix two tests that failed due to my commits
Denis Davydov [Fri, 24 Jun 2016 06:38:54 +0000 (08:38 +0200)]
Merge pull request #2708 from kronbichler/master
Prefer std::abs over std::fabs.
Martin Kronbichler [Fri, 24 Jun 2016 06:32:11 +0000 (08:32 +0200)]
Prefer std::abs over std::fabs.
Martin Kronbichler [Fri, 24 Jun 2016 05:53:47 +0000 (07:53 +0200)]
Merge pull request #2698 from kronbichler/master
Place new points for MappingQ along manifold
Martin Kronbichler [Wed, 22 Jun 2016 19:46:28 +0000 (21:46 +0200)]
Remove unnecessary code. Adjust test output.
Bruno Turcksin [Fri, 24 Jun 2016 01:34:12 +0000 (21:34 -0400)]
Merge pull request #2707 from bangerth/avoid-warning
Avoid some warnings in case we don't have GSL available.
Wolfgang Bangerth [Fri, 24 Jun 2016 01:23:38 +0000 (20:23 -0500)]
Avoid some warnings in case we don't have GSL available.
Bruno Turcksin [Thu, 23 Jun 2016 21:56:10 +0000 (17:56 -0400)]
Merge pull request #2706 from bangerth/add-missing-file
Add missing file.
Wolfgang Bangerth [Thu, 23 Jun 2016 21:39:21 +0000 (16:39 -0500)]
Add missing file.
Matthias Maier [Thu, 23 Jun 2016 20:03:58 +0000 (15:03 -0500)]
Merge pull request #2700 from bangerth/instantiate-symmetric-tensor
Instantiate the SymmetricTensor class and all of its members.
Martin Kronbichler [Thu, 23 Jun 2016 20:01:07 +0000 (22:01 +0200)]
Merge pull request #2603 from davydden/feature/series_expansion
expansion into orthogonal series on the reference element and step-27 bugfix/update
Matthias Maier [Thu, 23 Jun 2016 19:59:14 +0000 (14:59 -0500)]
Merge pull request #2699 from bangerth/make-symmetric-tensor-compile
Make all functions of SymmetricTensor compile.
Bruno Turcksin [Thu, 23 Jun 2016 18:44:06 +0000 (14:44 -0400)]
Merge pull request #2702 from bangerth/no-inline-for-declarations
Remove 'inline' tag on declarations.
Wolfgang Bangerth [Thu, 23 Jun 2016 18:41:58 +0000 (13:41 -0500)]
Remove 'inline' tag on declarations.
There is no point marking a *declaration* as inline, since there is no
definition that could actually be inlined. My compiler also complains
about it.
Denis Davydov [Thu, 23 Jun 2016 18:15:14 +0000 (20:15 +0200)]
Merge pull request #2686 from drwells/add-contributing-file
Add a file describing how to contribute.
Wolfgang Bangerth [Thu, 23 Jun 2016 17:24:28 +0000 (12:24 -0500)]
Instantiate the SymmetricTensor class and all of its members.
In particular, also instantiate the static member variables. This is in analogy to #2667.
Wolfgang Bangerth [Thu, 23 Jun 2016 17:14:26 +0000 (12:14 -0500)]
Make all functions of SymmetricTensor compile.
It turns out that some of the functions of SymmetricTensor did either not compile outright,
did not compile for rank==4, or did not compile if the underlying scalar is a complex
number. Make things work.
David Wells [Thu, 16 Jun 2016 01:47:27 +0000 (21:47 -0400)]
Add a file describing how to contribute.
Denis Davydov [Fri, 13 May 2016 20:14:27 +0000 (22:14 +0200)]
introduce FESeries namespace and use it in step-27
The namespace provides two classes to perform expansion into
orthogonal series: Fourier and Legendre. Additionally
auxiliary functions to process expansion coefficients and
do linear regression are implemented. It appears that there
was a bug in step-27, nammely k-vectors should have a
2\pi multiplier instead of \pi. This was fixed and step-27
was updated.
Martin Kronbichler [Wed, 22 Jun 2016 16:12:22 +0000 (18:12 +0200)]
Place new points for MappingQ along manifold
Denis Davydov [Wed, 22 Jun 2016 12:05:53 +0000 (14:05 +0200)]
Merge pull request #2697 from kronbichler/master
Avoid using deprecated functionality
Martin Kronbichler [Wed, 22 Jun 2016 11:58:32 +0000 (13:58 +0200)]
Avoid using deprecated functionality
Martin Kronbichler [Tue, 21 Jun 2016 20:40:36 +0000 (22:40 +0200)]
Merge pull request #2690 from tjhei/fix_dsp_begin_performance
fix DynamicSparsityPattern::begin(row) performance
Timo Heister [Tue, 21 Jun 2016 20:12:10 +0000 (13:12 -0700)]
address comment
Timo Heister [Fri, 17 Jun 2016 21:58:10 +0000 (14:58 -0700)]
fix DynamicSparsityPattern::begin(row) performance, add IndexSet::at
begin(row) and end(row) would search through all empty rows leading to
quadratic complexity when iterating row by row as it is done in the
construction of PETSc's SparseMatrix.
Fix this by finding the closest locally owned row using a binary search
and then only iterate over the locally owned set.
Wolfgang Bangerth [Mon, 20 Jun 2016 23:55:15 +0000 (16:55 -0700)]
Merge pull request #2694 from davydden/doxygen/trilinos_direct_solver
fix doxygen in TrilinosWrappers::SolverDirect
Denis Davydov [Mon, 20 Jun 2016 22:35:02 +0000 (00:35 +0200)]
fix doxygen in TrilinosWrappers::SolverDirect
Wolfgang Bangerth [Mon, 20 Jun 2016 16:14:25 +0000 (11:14 -0500)]
Merge pull request #2692 from masterleinad/fix_for_intel
Fix whitespace in template arguments for intel compiler
Daniel Arndt [Mon, 20 Jun 2016 16:09:34 +0000 (18:09 +0200)]
fix whitespace in template arguments for intel compiler
Wolfgang Bangerth [Sun, 19 Jun 2016 02:26:08 +0000 (21:26 -0500)]
Merge pull request #2590 from tjhei/step-56
step-55: Parallel Stokes
Wolfgang Bangerth [Sat, 18 Jun 2016 21:07:59 +0000 (16:07 -0500)]
Merge pull request #2683 from davydden/update/parpack_asserts
Update/parpack asserts
Timo Heister [Fri, 17 Jun 2016 20:46:36 +0000 (13:46 -0700)]
change commented out define
Timo Heister [Fri, 17 Jun 2016 20:42:56 +0000 (13:42 -0700)]
changelog, link step-55
Timo Heister [Fri, 17 Jun 2016 20:32:05 +0000 (13:32 -0700)]
add step-55
Denis Davydov [Thu, 16 Jun 2016 13:43:56 +0000 (15:43 +0200)]
Merge pull request #2689 from kronbichler/master
Second fix for compilation of #2615 without MPI.
Martin Kronbichler [Thu, 16 Jun 2016 13:40:54 +0000 (15:40 +0200)]
Second fix for compilation of #2615 without MPI.
Bruno Turcksin [Thu, 16 Jun 2016 11:53:51 +0000 (07:53 -0400)]
Merge pull request #2687 from drwells/document-make-indent
Improve documentation of 'make indent'.
Denis Davydov [Thu, 16 Jun 2016 10:15:30 +0000 (12:15 +0200)]
Merge pull request #2688 from kronbichler/master
Avoid undefined symbols with Trilinos but without MPI.
Martin Kronbichler [Thu, 16 Jun 2016 10:12:16 +0000 (12:12 +0200)]
Avoid undefined symbols with Trilinos but without MPI.
David Wells [Thu, 16 Jun 2016 02:10:48 +0000 (22:10 -0400)]
Improve documentation of 'make indent'.
This useful feature was added in
401f124203 (March 2016) but not
mentioned in the documentation at that time.
Bruno Turcksin [Wed, 15 Jun 2016 20:03:17 +0000 (16:03 -0400)]
Merge pull request #2685 from tjhei/step-56-support
add step-56 financial support
Bruno Turcksin [Wed, 15 Jun 2016 20:02:09 +0000 (16:02 -0400)]
Merge pull request #2684 from kronbichler/master
Fix compilation without MPI
Timo Heister [Wed, 15 Jun 2016 19:57:26 +0000 (15:57 -0400)]
add step-56 financial support
Martin Kronbichler [Wed, 15 Jun 2016 19:38:51 +0000 (21:38 +0200)]
Fix compilation without MPI
Bruno Turcksin [Wed, 15 Jun 2016 12:09:43 +0000 (08:09 -0400)]
Merge pull request #2615 from kronbichler/redesign_parallel_vector
Make parallel vector derive from VectorSpaceVector
Denis Davydov [Wed, 15 Jun 2016 09:21:52 +0000 (11:21 +0200)]
parpack: change two Assert so that LinearOperator can be used for mass_matrix
Denis Davydov [Wed, 15 Jun 2016 09:14:49 +0000 (11:14 +0200)]
parpack: switch solver related Asserts to AssertThrow; minor clean-up of in-code comments
Martin Kronbichler [Wed, 15 Jun 2016 08:47:50 +0000 (10:47 +0200)]
Mention change
Martin Kronbichler [Wed, 15 Jun 2016 08:47:22 +0000 (10:47 +0200)]
Use new namespace qualifications of distributed vectors in library
Martin Kronbichler [Tue, 14 Jun 2016 16:54:32 +0000 (18:54 +0200)]
Add LinearAlgebra::distributed::BlockVector
Wolfgang Bangerth [Tue, 14 Jun 2016 17:18:07 +0000 (12:18 -0500)]
Merge pull request #2682 from davydden/update/parpack_doxygen
parpack: add missing doxygen build
Martin Kronbichler [Sun, 12 Jun 2016 09:15:28 +0000 (11:15 +0200)]
Fix bug with PETSc
Martin Kronbichler [Sat, 11 Jun 2016 20:24:52 +0000 (22:24 +0200)]
Fix according to review
Martin Kronbichler [Sat, 11 Jun 2016 20:24:15 +0000 (22:24 +0200)]
Allow non-unique split of elements in source map
Martin Kronbichler [Sat, 11 Jun 2016 20:23:41 +0000 (22:23 +0200)]
Also allow MPI::sum on complex numbers
Martin Kronbichler [Wed, 18 May 2016 15:46:32 +0000 (17:46 +0200)]
Make parallel vector derive from VectorSpaceVector
Denis Davydov [Tue, 14 Jun 2016 15:00:45 +0000 (17:00 +0200)]
parpack: build doxygen
Denis Davydov [Tue, 14 Jun 2016 15:03:38 +0000 (17:03 +0200)]
Merge pull request #2680 from davydden/update/parpack
parpack: update documentation and fix Exception
Denis Davydov [Tue, 14 Jun 2016 09:00:47 +0000 (11:00 +0200)]
parpack: add set_initial_vector() for Krylov subspace
Denis Davydov [Tue, 14 Jun 2016 08:47:51 +0000 (10:47 +0200)]
parpack: update documentation and fix Exception
Bruno Turcksin [Wed, 8 Jun 2016 12:02:16 +0000 (08:02 -0400)]
Merge pull request #2675 from bangerth/fix-test
Fix test. Also add changelog.
Wolfgang Bangerth [Wed, 8 Jun 2016 11:46:26 +0000 (06:46 -0500)]
Fix test. Also add changelog.
Bruno Turcksin [Tue, 7 Jun 2016 14:03:39 +0000 (10:03 -0400)]
Merge pull request #2673 from bangerth/reorder-operations
First call the signal, then destroy the object.
Timo Heister [Tue, 7 Jun 2016 14:00:07 +0000 (15:00 +0100)]
Merge pull request #2669 from tjhei/parallel_fe_field
fix FEFieldFunction in parallel
Wolfgang Bangerth [Tue, 7 Jun 2016 13:55:56 +0000 (09:55 -0400)]
Merge pull request #2672 from drwells/remove-extra-stars
Remove some extra '*'s in comments.
Wolfgang Bangerth [Tue, 7 Jun 2016 13:53:07 +0000 (08:53 -0500)]
First call the signal, then destroy the object.
David Wells [Mon, 6 Jun 2016 04:04:03 +0000 (00:04 -0400)]
Remove some extra '*'s in comments.
The issue in GeometryInfo was mixed up a long time ago (
26a550a449 , May
2006) due to an issue with mixing tabs and spaces.
The issue in ParameterHandler also showed up long ago (
f428c75299 ,
November 2000) and it is not clear why the indentation script made this
error.
Timo Heister [Tue, 7 Jun 2016 12:34:07 +0000 (13:34 +0100)]
changelog entry
Timo Heister [Mon, 6 Jun 2016 15:44:56 +0000 (16:44 +0100)]
fix FEFieldFunction in parallel
This fixes ExcPointNotAvailableHere() thrown from several places inside
FEFieldFunction, because we assert that the cell is locally owned. This
is not true, because we can happen to look at a ghost cell. Of course it
is totally fine to evaluate function values on ghost cells if we have a
ghosted solution vector.
Triggering all code paths in the test is somewhat tricky, because we
need find_active_cell_around_point to return a ghost cell.
Bruno Turcksin [Tue, 7 Jun 2016 12:23:56 +0000 (08:23 -0400)]
Merge pull request #2671 from bangerth/reorder-operations
Reorder operations.
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.