]>
https://gitweb.dealii.org/ - dealii.git/log
Wolfgang Bangerth [Thu, 30 Jun 2016 17:49:12 +0000 (12:49 -0500)]
Minor code cleanups.
Luca Heltai [Thu, 30 Jun 2016 10:47:20 +0000 (12:47 +0200)]
Merge pull request #2738 from bangerth/fix-typo
Fix typo.
Wolfgang Bangerth [Thu, 30 Jun 2016 04:42:42 +0000 (23:42 -0500)]
Fix typo.
Wolfgang Bangerth [Thu, 30 Jun 2016 04:32:06 +0000 (23:32 -0500)]
Merge pull request #2737 from drwells/remove-deprecated-function-templates
Avoid using deprecated base classes.
Wolfgang Bangerth [Thu, 30 Jun 2016 04:31:13 +0000 (23:31 -0500)]
Merge pull request #2736 from drwells/string_to_double-message
Fix the string_to_double error message.
David Wells [Thu, 30 Jun 2016 02:14:07 +0000 (22:14 -0400)]
Avoid using deprecated base classes.
These classes were formally deprecated in C++11.
David Wells [Thu, 30 Jun 2016 01:53:16 +0000 (21:53 -0400)]
Fix the string_to_double error message.
Wolfgang Bangerth [Wed, 29 Jun 2016 18:35:27 +0000 (13:35 -0500)]
Merge pull request #2734 from gassmoeller/make_compile_gcc_447
Fix compile for gcc 4.4.7
Rene Gassmoeller [Wed, 29 Jun 2016 18:28:43 +0000 (20:28 +0200)]
Fix compile
David Wells [Wed, 29 Jun 2016 18:19:59 +0000 (14:19 -0400)]
Merge pull request #2732 from drwells/EulerVectorType-to-VectorType-2
Prefer VectorType to EulerVectorType, part 2.
David Wells [Wed, 29 Jun 2016 18:05:10 +0000 (14:05 -0400)]
Prefer VectorType to EulerVectorType, part 2.
Mentioned in the discussion of commit
51be370b15 .
Bruno Turcksin [Wed, 29 Jun 2016 14:42:47 +0000 (10:42 -0400)]
Merge pull request #2731 from drwells/EulerVectorType-to-VectorType
Prefer VectorType to EulerVectorType.
David Wells [Wed, 29 Jun 2016 13:47:35 +0000 (09:47 -0400)]
Prefer VectorType to EulerVectorType.
This followis from the discussion in #2714 and commit
d0a0b8c916 . The
header file uses VectorType, so we should use that in the source file
too.
Denis Davydov [Tue, 28 Jun 2016 20:55:47 +0000 (22:55 +0200)]
Merge pull request #2729 from drwells/improve-cell-data-tests
Do not use mpi_initlog where initlog will do.
David Wells [Tue, 28 Jun 2016 19:23:38 +0000 (15:23 -0400)]
Do not use mpi_initlog where initlog will do.
Since these tests are run without mpi (i.e., without mpirun) mpi_initlog
is not necessary. This also fixes the tests in the case where deal.II is
configured without support for MPI.
David Wells [Tue, 28 Jun 2016 19:42:47 +0000 (15:42 -0400)]
Merge pull request #2726 from spco/constness_of_tensors
Fix constness of tensors
SAM COX [Tue, 28 Jun 2016 05:47:44 +0000 (22:47 -0700)]
Two tensors in measure() changed to const.
Bruno Turcksin [Tue, 28 Jun 2016 13:07:19 +0000 (09:07 -0400)]
Merge pull request #2727 from dealii/increase_boost_version
CMake: Require at least boost version 1.54
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
Matthias Maier [Tue, 28 Jun 2016 07:54:04 +0000 (02:54 -0500)]
Merge pull request #2725 from bangerth/add-instantiations-for-Mapping-Eulerian
Systematize instantiations for MappingQEulerian and MappingQ1Eulerian.
Matthias Maier [Tue, 28 Jun 2016 07:53:16 +0000 (02:53 -0500)]
Merge pull request #2717 from bangerth/add-instantiations-for-MappingFEField
Add instantiations for MappingFEField
Wolfgang Bangerth [Mon, 27 Jun 2016 23:32:38 +0000 (18:32 -0500)]
Systematize instantiations for MappingQEulerian and MappingQ1Eulerian.
Wolfgang Bangerth [Sat, 25 Jun 2016 06:28:30 +0000 (01:28 -0500)]
Add changelog.
Wolfgang Bangerth [Sat, 25 Jun 2016 06:26:00 +0000 (01:26 -0500)]
Instantiate class for other vector types.
Wolfgang Bangerth [Sat, 25 Jun 2016 06:25:44 +0000 (01:25 -0500)]
Make class compile with other vector types.
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
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.