]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
10 years agoDocumentation: Update forgotten change in cmake.html about default locations 946/head
Matthias Maier [Tue, 19 May 2015 20:17:53 +0000 (22:17 +0200)]
Documentation: Update forgotten change in cmake.html about default locations

10 years agoMerge pull request #939 from QiaoLei-88/unusedFunction
Luca Heltai [Mon, 18 May 2015 21:26:36 +0000 (23:26 +0200)]
Merge pull request #939 from QiaoLei-88/unusedFunction

suppress warning unused function 'get_element'

10 years agoMerge pull request #935 from nicola-giuliani/fixed-fefield
Wolfgang Bangerth [Sun, 17 May 2015 20:57:45 +0000 (15:57 -0500)]
Merge pull request #935 from nicola-giuliani/fixed-fefield

Fixed issue with MappingFEField and build_patches

10 years agoMerge pull request #940 from bangerth/remove-ala_01-test
Luca Heltai [Sun, 17 May 2015 19:57:15 +0000 (21:57 +0200)]
Merge pull request #940 from bangerth/remove-ala_01-test

Remove the ala_01 test.

10 years agoRemove the ala_01 test. 940/head
Wolfgang Bangerth [Sun, 17 May 2015 18:22:15 +0000 (13:22 -0500)]
Remove the ala_01 test.

This tests checks the construction of generic sequential vectors.
It currently fails because the sequential PETSc and Trilinos
vectors were deprecated and their corresponding typedefs in
the dealii::LinearAlgebra* namespaces removed.

10 years agosuppress warning unused function 'get_element' 939/head
Lei Qiao [Sun, 17 May 2015 17:18:54 +0000 (12:18 -0500)]
suppress warning unused function 'get_element'

10 years agoMerge pull request #931 from QiaoLei-88/step33_revise
Luca Heltai [Sat, 16 May 2015 19:05:21 +0000 (21:05 +0200)]
Merge pull request #931 from QiaoLei-88/step33_revise

Step33 revise

10 years agoRestructured test for MappingFEField. 935/head
Luca Heltai [Sat, 16 May 2015 18:53:35 +0000 (20:53 +0200)]
Restructured test for MappingFEField.

10 years agoFixed names and typedefs.
Luca Heltai [Fri, 15 May 2015 20:36:22 +0000 (22:36 +0200)]
Fixed names and typedefs.

10 years agoadded the failing test for mappingfe
nicola giuliani [Fri, 15 May 2015 15:59:09 +0000 (17:59 +0200)]
added the failing test for mappingfe

10 years agoMerge pull request #937 from bangerth/change-function-name-in-step-49
Luca Heltai [Sat, 16 May 2015 16:34:02 +0000 (18:34 +0200)]
Merge pull request #937 from bangerth/change-function-name-in-step-49

Change mesh_info() to print_mesh_info().

10 years agoChange mesh_info() to print_mesh_info(). 937/head
Wolfgang Bangerth [Sat, 16 May 2015 11:10:02 +0000 (06:10 -0500)]
Change mesh_info() to print_mesh_info().

Our function names almost always have a verb in it that indicates
what the function does. This one did not. Change it.

10 years agoMerge pull request #936 from luca-heltai/derivative-form-number
Wolfgang Bangerth [Sat, 16 May 2015 03:48:19 +0000 (22:48 -0500)]
Merge pull request #936 from luca-heltai/derivative-form-number

Added template Number to DerivativeForms.

10 years agoAdded template Number to DerivativeForms. 936/head
Luca Heltai [Fri, 15 May 2015 22:55:55 +0000 (00:55 +0200)]
Added template Number to DerivativeForms.

10 years agoMerge pull request #933 from andreamola/opencascade_bug_fix
Luca Heltai [Thu, 14 May 2015 22:19:19 +0000 (00:19 +0200)]
Merge pull request #933 from andreamola/opencascade_bug_fix

Fixed bug in opencascade/boundary_lib.cc

10 years agoMade dist const. 933/head
Luca Heltai [Thu, 14 May 2015 22:17:19 +0000 (00:17 +0200)]
Made dist const.

10 years agoUse void instead of bogus operation.
Luca Heltai [Thu, 14 May 2015 22:15:03 +0000 (00:15 +0200)]
Use void instead of bogus operation.

10 years agoMerge pull request #924 from gpitton/q_chebyshev
Wolfgang Bangerth [Thu, 14 May 2015 20:55:05 +0000 (15:55 -0500)]
Merge pull request #924 from gpitton/q_chebyshev

Added Chebyshev quadrature rules.

10 years agoMerge pull request #929 from QiaoLei-88/removeDeprecatedWrappers
Timo Heister [Thu, 14 May 2015 20:45:09 +0000 (16:45 -0400)]
Merge pull request #929 from QiaoLei-88/removeDeprecatedWrappers

remove deprecated vector wrappers

10 years agofixed documentation of get_nodes/weights member functions 924/head
Giuseppe Pitton [Thu, 14 May 2015 20:06:56 +0000 (22:06 +0200)]
fixed documentation of get_nodes/weights member functions

10 years agofixed comment on get_nodes/weights member functions
Giuseppe Pitton [Thu, 14 May 2015 20:02:15 +0000 (22:02 +0200)]
fixed comment on get_nodes/weights member functions

10 years agoFixed Wolfgang comment
Luca Heltai [Thu, 14 May 2015 20:01:52 +0000 (22:01 +0200)]
Fixed Wolfgang comment

10 years agofixed trailing whitespace
gpitton [Wed, 13 May 2015 12:24:03 +0000 (14:24 +0200)]
fixed trailing whitespace

10 years agofixed comments and static member functions
Giuseppe Pitton [Mon, 11 May 2015 19:34:07 +0000 (21:34 +0200)]
fixed comments and static member functions

fixed indentation

removed static qualifier from EndPoint ep

removed useless comments

10 years agoChebyshev quadratures. Some issues on the test output.
gpitton [Wed, 22 Apr 2015 09:26:15 +0000 (11:26 +0200)]
Chebyshev quadratures. Some issues on the test output.

acceptable Chebyshev quadrature added

fixed test

added documentation and indentation

added q_chebyshev in changes.h

10 years agofixed trailing whitespace
gpitton [Wed, 13 May 2015 12:24:03 +0000 (14:24 +0200)]
fixed trailing whitespace

10 years agoRemove unnecessary typename keywords, which cause C++03 problems
Ian Rose [Wed, 13 May 2015 02:35:57 +0000 (19:35 -0700)]
Remove unnecessary typename keywords, which cause C++03 problems

10 years agofixed comments and static member functions
Giuseppe Pitton [Mon, 11 May 2015 19:34:07 +0000 (21:34 +0200)]
fixed comments and static member functions

fixed indentation

removed static qualifier from EndPoint ep

removed useless comments

10 years agoChebyshev quadratures. Some issues on the test output.
gpitton [Wed, 22 Apr 2015 09:26:15 +0000 (11:26 +0200)]
Chebyshev quadratures. Some issues on the test output.

acceptable Chebyshev quadrature added

fixed test

added documentation and indentation

added q_chebyshev in changes.h

10 years agoremove deprecated vector wrappers 929/head
Lei Qiao [Tue, 12 May 2015 18:27:09 +0000 (13:27 -0500)]
remove deprecated vector wrappers

10 years agoMerge pull request #934 from kronbichler/master
Wolfgang Bangerth [Thu, 14 May 2015 13:01:01 +0000 (08:01 -0500)]
Merge pull request #934 from kronbichler/master

Include MueLu.hpp only in .cc file.

10 years agoInclude MueLu.hpp only in .cc file. 934/head
Martin Kronbichler [Thu, 14 May 2015 12:04:42 +0000 (14:04 +0200)]
Include MueLu.hpp only in .cc file.

10 years agofixed bug in opencascade/boundary_lib.cc causing three failed tests in the release...
Andrea Mola [Thu, 14 May 2015 10:57:45 +0000 (12:57 +0200)]
fixed bug in opencascade/boundary_lib.cc causing three failed tests in the release version of the library

10 years agoMerge pull request #930 from tjhei/mpi_min
Martin Kronbichler [Wed, 13 May 2015 20:24:44 +0000 (22:24 +0200)]
Merge pull request #930 from tjhei/mpi_min

Introduce Utilities::MPI::min

10 years agomake tests more interesting 930/head
Timo Heister [Wed, 13 May 2015 18:58:16 +0000 (14:58 -0400)]
make tests more interesting

10 years agoremove unused and deprecated header file 931/head
Lei Qiao [Wed, 13 May 2015 00:30:35 +0000 (19:30 -0500)]
remove unused and deprecated header file

10 years agosilence warning triggered by trilinos
Lei Qiao [Wed, 13 May 2015 00:27:59 +0000 (19:27 -0500)]
silence warning triggered by trilinos

10 years agoaddress comments
Timo Heister [Wed, 13 May 2015 12:23:54 +0000 (08:23 -0400)]
address comments

10 years agomake work without MPI
Timo Heister [Wed, 13 May 2015 12:17:26 +0000 (08:17 -0400)]
make work without MPI

10 years agoMerge pull request #932 from ian-r-rose/remove_unnecessary_typenames
Wolfgang Bangerth [Wed, 13 May 2015 11:05:58 +0000 (06:05 -0500)]
Merge pull request #932 from ian-r-rose/remove_unnecessary_typenames

Remove unnecessary typename keywords, which cause C++03 problems

10 years agoRemove unnecessary typename keywords, which cause C++03 problems 932/head
Ian Rose [Wed, 13 May 2015 02:35:57 +0000 (19:35 -0700)]
Remove unnecessary typename keywords, which cause C++03 problems

10 years agochangelog
Timo Heister [Tue, 12 May 2015 19:17:36 +0000 (15:17 -0400)]
changelog

10 years agorefactor code
Timo Heister [Tue, 12 May 2015 19:16:09 +0000 (15:16 -0400)]
refactor code

10 years agoadd tests for MPI::min()
Timo Heister [Tue, 12 May 2015 18:51:50 +0000 (14:51 -0400)]
add tests for MPI::min()

10 years agoimplement MPI::min()
Timo Heister [Tue, 12 May 2015 18:50:55 +0000 (14:50 -0400)]
implement MPI::min()

10 years agorename max tests
Timo Heister [Tue, 12 May 2015 18:39:13 +0000 (14:39 -0400)]
rename max tests

10 years agoMerge pull request #927 from tamiko/fix_test
Wolfgang Bangerth [Tue, 12 May 2015 12:34:51 +0000 (07:34 -0500)]
Merge pull request #927 from tamiko/fix_test

Fix linear_operator_01 test

10 years agoTestsuite: Bugfix: Add missing interface in linear_operator_01 927/head
Matthias Maier [Tue, 12 May 2015 11:29:40 +0000 (13:29 +0200)]
Testsuite: Bugfix: Add missing interface in linear_operator_01

10 years agoMerge pull request #923 from bangerth/MatrixOut-for-more-matrix-types
Martin Kronbichler [Tue, 12 May 2015 11:09:08 +0000 (13:09 +0200)]
Merge pull request #923 from bangerth/MatrixOut-for-more-matrix-types

Make MatrixOut work for Trilinos/PETSc matrices.

10 years agoMerge branch 'luca-heltai-bug-fix-linear-operator'
Matthias Maier [Mon, 11 May 2015 21:51:02 +0000 (23:51 +0200)]
Merge branch 'luca-heltai-bug-fix-linear-operator'

Closes #925

10 years agoUse operator= to set vectors to zero
Matthias Maier [Mon, 11 May 2015 21:49:56 +0000 (23:49 +0200)]
Use operator= to set vectors to zero

10 years agoFixed a bug in linear operator.
Luca Heltai [Mon, 11 May 2015 16:51:40 +0000 (18:51 +0200)]
Fixed a bug in linear operator.

10 years agoMerge pull request #882 from tamiko/add_computation
Matthias Maier [Mon, 11 May 2015 21:48:30 +0000 (23:48 +0200)]
Merge pull request #882 from tamiko/add_computation

Add a mechanism to store a partially applied computation

10 years agoBugfix: Also allow to multiply a PackagedOperation with 0 882/head
Matthias Maier [Mon, 11 May 2015 21:45:12 +0000 (23:45 +0200)]
Bugfix: Also allow to multiply a PackagedOperation with 0

10 years agofix typos
Matthias Maier [Mon, 11 May 2015 21:33:18 +0000 (23:33 +0200)]
fix typos

10 years agoadd a changes.h entry
Matthias Maier [Sun, 10 May 2015 11:40:59 +0000 (13:40 +0200)]
add a changes.h entry

10 years agoupdate documentation
Matthias Maier [Sun, 10 May 2015 12:19:27 +0000 (14:19 +0200)]
update documentation

10 years agoadd a unit test for PackagedOperation
Matthias Maier [Sun, 10 May 2015 11:35:30 +0000 (13:35 +0200)]
add a unit test for PackagedOperation

10 years agoadd forgotten variant
Matthias Maier [Sun, 10 May 2015 11:00:58 +0000 (13:00 +0200)]
add forgotten variant

10 years agosome takeouts
Matthias Maier [Wed, 6 May 2015 13:34:47 +0000 (15:34 +0200)]
some takeouts

Those variants create LinearOperator or PackagedOperation by 'guessing'
information - remove them.

10 years agoUse PointerComparison::equal
Matthias Maier [Tue, 5 May 2015 19:59:50 +0000 (21:59 +0200)]
Use PointerComparison::equal

10 years agorename 'result' to 'apply'
Matthias Maier [Tue, 5 May 2015 16:57:38 +0000 (18:57 +0200)]
rename 'result' to 'apply'

10 years agouse intermediate storage if vmult is called with same dest and src
Matthias Maier [Mon, 4 May 2015 15:26:09 +0000 (17:26 +0200)]
use intermediate storage if vmult is called with same dest and src

10 years agoAdd missing variants
Matthias Maier [Sun, 3 May 2015 14:27:49 +0000 (16:27 +0200)]
Add missing variants

10 years agorename and restructure
Matthias Maier [Sun, 3 May 2015 13:49:03 +0000 (15:49 +0200)]
rename and restructure

10 years agomake astyle happy
Matthias Maier [Fri, 1 May 2015 11:46:18 +0000 (13:46 +0200)]
make astyle happy

10 years agoAllow multiplication with matrices and creation by multiplication of matrices
Matthias Maier [Fri, 1 May 2015 11:37:15 +0000 (13:37 +0200)]
Allow multiplication with matrices and creation by multiplication of matrices

10 years agoRestructure documentation
Matthias Maier [Mon, 27 Apr 2015 10:02:29 +0000 (12:02 +0200)]
Restructure documentation

10 years ago[RFC] Add a mechanism to store a partially applied computation
Matthias Maier [Sun, 26 Apr 2015 21:36:41 +0000 (23:36 +0200)]
[RFC] Add a mechanism to store a partially applied computation

10 years agoMerge pull request #926 from bangerth/fix-indexing-error
Timo Heister [Mon, 11 May 2015 20:51:38 +0000 (16:51 -0400)]
Merge pull request #926 from bangerth/fix-indexing-error

Fix size of a temporary array.

10 years agoFix size of a temporary array. 926/head
Wolfgang Bangerth [Mon, 11 May 2015 20:46:00 +0000 (15:46 -0500)]
Fix size of a temporary array.

This was broken in the generic-FEValues patch the other day. It
manifested in an erroneous assertion in one of my students
programs while trying out what they had implemented over the
course of the semester.

10 years agoAlso make MatrixOut work for PETSc matrices. 923/head
Wolfgang Bangerth [Mon, 11 May 2015 13:40:26 +0000 (08:40 -0500)]
Also make MatrixOut work for PETSc matrices.

10 years agoMake MatrixOut also work for Trilinos matrices.
Wolfgang Bangerth [Mon, 11 May 2015 13:24:00 +0000 (08:24 -0500)]
Make MatrixOut also work for Trilinos matrices.

10 years agoMerge pull request #922 from bangerth/doc-update-28
Matthias Maier [Mon, 11 May 2015 13:12:35 +0000 (15:12 +0200)]
Merge pull request #922 from bangerth/doc-update-28

Remove some comments that were not up to date any more.

10 years agoRemove some outdated comments. 922/head
Wolfgang Bangerth [Mon, 11 May 2015 12:54:56 +0000 (07:54 -0500)]
Remove some outdated comments.

10 years agoMerge pull request #921 from tamiko/remove_superfluous_typenames
Wolfgang Bangerth [Mon, 11 May 2015 12:25:17 +0000 (07:25 -0500)]
Merge pull request #921 from tamiko/remove_superfluous_typenames

remove superfluous 'typenames', fixes for #918

10 years agoremove superfluous 'typenames', remove tabs 921/head
Matthias Maier [Mon, 11 May 2015 09:20:24 +0000 (11:20 +0200)]
remove superfluous 'typenames', remove tabs

10 years agoMerge pull request #920 from bangerth/fix-non-c++11-code
Luca Heltai [Sun, 10 May 2015 17:48:10 +0000 (19:48 +0200)]
Merge pull request #920 from bangerth/fix-non-c++11-code

Fixes for #918

10 years agoChange code so that it is also correct wherever we use generic scalar types. 920/head
Wolfgang Bangerth [Sun, 10 May 2015 14:18:14 +0000 (09:18 -0500)]
Change code so that it is also correct wherever we use generic scalar types.

10 years agoEnsure that the new generic FEValues code also compiles in non-C++11 mode.
Wolfgang Bangerth [Sun, 10 May 2015 14:07:21 +0000 (09:07 -0500)]
Ensure that the new generic FEValues code also compiles in non-C++11 mode.

10 years agoMerge pull request #918 from bangerth/davydden-generic-scalar-types-for-FEValues
Matthias Maier [Sun, 10 May 2015 12:29:53 +0000 (14:29 +0200)]
Merge pull request #918 from bangerth/davydden-generic-scalar-types-for-FEValues

Introduce generic data types for values extracted from solution vectors

10 years agoMerge pull request #919 from bangerth/fix-dynamic-sparsity-pattern-iterators-3
Matthias Maier [Sun, 10 May 2015 12:22:57 +0000 (14:22 +0200)]
Merge pull request #919 from bangerth/fix-dynamic-sparsity-pattern-iterators-3

Work around another issue with libc++.

10 years agoWork around another issue with libc++. 919/head
Wolfgang Bangerth [Sat, 9 May 2015 20:48:55 +0000 (15:48 -0500)]
Work around another issue with libc++.

The same issue we had with operator== also exists with operator<,
namely that apparently the constructor of the one-past-the-end
object does not initialize the position within the row. This
fixes the problem in essentially the same way.

This should address the remaining failures referenced in #899.

10 years agoFix a typo in a comment. 918/head
Wolfgang Bangerth [Sat, 9 May 2015 03:47:11 +0000 (22:47 -0500)]
Fix a typo in a comment.

10 years agoExpand on certain FIXMEs.
Wolfgang Bangerth [Sat, 9 May 2015 03:44:57 +0000 (22:44 -0500)]
Expand on certain FIXMEs.

10 years agoMinor cleanups.
Wolfgang Bangerth [Sat, 9 May 2015 03:36:20 +0000 (22:36 -0500)]
Minor cleanups.

10 years agoAdd some more documentation.
Wolfgang Bangerth [Sat, 9 May 2015 03:26:02 +0000 (22:26 -0500)]
Add some more documentation.

10 years agoAlso add a changelog entry.
Wolfgang Bangerth [Sat, 9 May 2015 03:10:12 +0000 (22:10 -0500)]
Also add a changelog entry.

10 years agoA few minor cleanups.
Wolfgang Bangerth [Sun, 5 Apr 2015 18:32:44 +0000 (13:32 -0500)]
A few minor cleanups.

1/ In integrate_difference(), use the correct type.
2/ In point_gradient(), return an object of the correct type.

10 years agoindentation with astyle 2.04 instead of 2.05
Denis Davydov [Fri, 3 Apr 2015 07:13:04 +0000 (09:13 +0200)]
indentation with astyle 2.04 instead of 2.05

10 years agoanother comment
Denis Davydov [Fri, 3 Apr 2015 06:50:25 +0000 (08:50 +0200)]
another comment

10 years agoAvoid a copy operation implemented by hand. This at least allows rvalue references...
Denis Davydov [Fri, 3 Apr 2015 06:44:32 +0000 (08:44 +0200)]
Avoid a copy operation implemented by hand. This at least allows rvalue references in C++11 to work if the compiler supports it.

10 years agoadded comments and FIXME
Denis Davydov [Fri, 3 Apr 2015 06:29:28 +0000 (08:29 +0200)]
added comments and FIXME

10 years agochange to a straight initialization
Denis Davydov [Fri, 3 Apr 2015 06:20:57 +0000 (08:20 +0200)]
change to a straight initialization

10 years agoindentation
Denis Davydov [Thu, 2 Apr 2015 12:48:53 +0000 (14:48 +0200)]
indentation

10 years agoupdate Allreduce operation to fit complex numbers in compute_mean_value
Denis Davydov [Thu, 2 Apr 2015 07:50:43 +0000 (09:50 +0200)]
update Allreduce operation to fit complex numbers in compute_mean_value

10 years agoWolfgang's patch which fixes tests
Denis Davydov [Thu, 2 Apr 2015 07:16:46 +0000 (09:16 +0200)]
Wolfgang's patch which fixes tests

10 years agopatched error_estimator
Denis Davydov [Wed, 4 Feb 2015 14:20:16 +0000 (15:20 +0100)]
patched error_estimator

10 years agofixed lines in fe_values.cc with += operator
Denis Davydov [Mon, 2 Mar 2015 18:08:10 +0000 (19:08 +0100)]
fixed lines in fe_values.cc with += operator

10 years agoinstantiate Vector<int>
Denis Davydov [Sun, 1 Mar 2015 17:14:10 +0000 (18:14 +0100)]
instantiate Vector<int>


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.