]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
8 years agoMerge pull request #2784 from masterleinad/get_fe_by_name
Bruno Turcksin [Wed, 13 Jul 2016 16:46:58 +0000 (12:46 -0400)]
Merge pull request #2784 from masterleinad/get_fe_by_name

Allow for all FE to be returned by get_fe_by_name

8 years agoMerge pull request #2818 from tamiko/emergency_fix
Denis Davydov [Wed, 13 Jul 2016 16:39:47 +0000 (18:39 +0200)]
Merge pull request #2818 from tamiko/emergency_fix

CMake: Bugfix: Do not error out if a variable for a feature constraint is undefined

8 years agoAdd changes.h entry 2784/head
Daniel Arndt [Sun, 10 Jul 2016 21:45:28 +0000 (23:45 +0200)]
Add changes.h entry

8 years agoReplace get_fe_from_name by get_fe_by_name everywhere
Daniel Arndt [Sun, 10 Jul 2016 21:28:09 +0000 (23:28 +0200)]
Replace get_fe_from_name by get_fe_by_name everywhere

8 years agoRename test and enable test for 2d ABF
Daniel Arndt [Sun, 10 Jul 2016 21:14:56 +0000 (23:14 +0200)]
Rename test and enable test for 2d ABF

8 years agoAllow for all FE to be returned by get_fe_by_name
Daniel Arndt [Fri, 8 Jul 2016 13:23:49 +0000 (15:23 +0200)]
Allow for all FE to be returned by get_fe_by_name

8 years agoCMake: do not use CONTINUE() because it is not supported by CMake 2.8.8 2818/head
Matthias Maier [Wed, 13 Jul 2016 13:53:29 +0000 (08:53 -0500)]
CMake: do not use CONTINUE() because it is not supported by CMake 2.8.8

8 years agoCMake: Do not pollute deal.IIConfig.cmake
Matthias Maier [Tue, 12 Jul 2016 19:38:43 +0000 (14:38 -0500)]
CMake: Do not pollute deal.IIConfig.cmake

Do not pollute deal.IIConfig.cmake with bogus details about unconfigured
features.

8 years agoCMake: Bugfix: Do not error out if a variable for a feature constraint is undefined
Matthias Maier [Tue, 12 Jul 2016 18:20:17 +0000 (13:20 -0500)]
CMake: Bugfix: Do not error out if a variable for a feature constraint is undefined

8 years agoMerge pull request #2819 from tamiko/fix_a_test
Wolfgang Bangerth [Tue, 12 Jul 2016 19:37:55 +0000 (14:37 -0500)]
Merge pull request #2819 from tamiko/fix_a_test

Tests: Fix lac/linear_operator_04a

8 years agoTests: Fix lac/linear_operator_04a 2819/head
Matthias Maier [Tue, 12 Jul 2016 19:15:32 +0000 (14:15 -0500)]
Tests: Fix lac/linear_operator_04a

Always use an initialized and compressed matrix object in this test. This
avoids a regression when deal.II is compiled with 64bit mode: unitialized
trilinos objects are not guaranteed to work at all.

8 years agoMerge pull request #2756 from tamiko/clean_up_contrib
David Wells [Tue, 12 Jul 2016 14:06:54 +0000 (10:06 -0400)]
Merge pull request #2756 from tamiko/clean_up_contrib

Clean up contrib/*, split parameter_gui into own repository

8 years agoMerge pull request #2814 from davydden/tests/petsc_complex_extra_output
Matthias Maier [Tue, 12 Jul 2016 13:52:56 +0000 (08:52 -0500)]
Merge pull request #2814 from davydden/tests/petsc_complex_extra_output

Let petsc_complex/solver_real_[01|02] fail in the same way petsc/solver_[01|02] do

8 years agofix exception catch 2814/head
Denis Davydov [Tue, 12 Jul 2016 13:51:41 +0000 (15:51 +0200)]
fix exception catch

8 years agoMerge pull request #2813 from kronbichler/master
David Wells [Tue, 12 Jul 2016 13:28:55 +0000 (09:28 -0400)]
Merge pull request #2813 from kronbichler/master

Prevent FE_Bernstein from implementing nonsensical interpolation

8 years agoadd extra output for petsc_complex/solver_real_[01|02] with different whitespaces
Denis Davydov [Tue, 12 Jul 2016 13:09:10 +0000 (15:09 +0200)]
add extra output for petsc_complex/solver_real_[01|02] with different whitespaces

8 years agoMerge pull request #2812 from davydden/tests/build_tests_complex
Bruno Turcksin [Tue, 12 Jul 2016 13:04:17 +0000 (09:04 -0400)]
Merge pull request #2812 from davydden/tests/build_tests_complex

skip real-valued only PETSc build_tests

8 years agorequire real-valued PETSc examples to have DEAL_II_PETSC_WITH_COMPLEX=OFF 2812/head
Denis Davydov [Tue, 12 Jul 2016 12:53:48 +0000 (14:53 +0200)]
require real-valued PETSc examples to have DEAL_II_PETSC_WITH_COMPLEX=OFF

8 years agorename .output for tests which do not run with complex-valued PETSc
Denis Davydov [Tue, 12 Jul 2016 12:20:48 +0000 (14:20 +0200)]
rename .output for tests which do not run with complex-valued PETSc

8 years agoPrevent FE_Bernstein from implementing nonsensical interpolation 2813/head
Martin Kronbichler [Tue, 12 Jul 2016 12:19:01 +0000 (14:19 +0200)]
Prevent FE_Bernstein from implementing nonsensical interpolation

8 years agoMerge pull request #2805 from tamiko/testsuite_features_configuration
Denis Davydov [Tue, 12 Jul 2016 09:28:54 +0000 (11:28 +0200)]
Merge pull request #2805 from tamiko/testsuite_features_configuration

CMake: Support fine grained feature configuration constraints in tests

8 years agoUpdate tests 2805/head
Matthias Maier [Mon, 11 Jul 2016 14:25:09 +0000 (09:25 -0500)]
Update tests

8 years agoadd an news/changes.h entry
Matthias Maier [Mon, 11 Jul 2016 14:20:05 +0000 (09:20 -0500)]
add an news/changes.h entry

8 years agoCMake: Support fine grained feature configuration constraints in tests
Matthias Maier [Mon, 11 Jul 2016 14:14:24 +0000 (09:14 -0500)]
CMake: Support fine grained feature configuration constraints in tests

With this change it is now possible to restrict tests to fine grained
feature configurations (if we happen to export them to
deal.IIConfig.cmake).

Example:
  test.with_arpack=true.with_arpack_with_parpack=true.output

Will only be configured if arpack is detected with (working) parpack
support.

8 years agoCMake: Also check for Mumps support in PETSc, refactor slightly
Matthias Maier [Mon, 11 Jul 2016 13:49:19 +0000 (08:49 -0500)]
CMake: Also check for Mumps support in PETSc, refactor slightly

8 years agoMerge pull request #2788 from bangerth/assert-nonsingular-chart
Matthias Maier [Mon, 11 Jul 2016 16:08:11 +0000 (11:08 -0500)]
Merge pull request #2788 from bangerth/assert-nonsingular-chart

Assert nonsingular chart

8 years agoMerge pull request #2806 from bangerth/fix-changelog
Denis Davydov [Mon, 11 Jul 2016 14:43:15 +0000 (16:43 +0200)]
Merge pull request #2806 from bangerth/fix-changelog

Add Jean-Paul as one of the rightful contributors to a recent patch.

8 years agoAdd Jean-Paul as one of the rightful contributors to a recent patch. 2806/head
Wolfgang Bangerth [Mon, 11 Jul 2016 14:36:18 +0000 (09:36 -0500)]
Add Jean-Paul as one of the rightful contributors to a recent patch.

8 years agoMerge pull request #2804 from bangerth/fix-2661
David Wells [Mon, 11 Jul 2016 13:32:50 +0000 (09:32 -0400)]
Merge pull request #2804 from bangerth/fix-2661

Fix a bug in MappingQGeneric::reinit().

8 years agoadd a changes.h entry 2756/head
Matthias Maier [Wed, 6 Jul 2016 20:45:40 +0000 (15:45 -0500)]
add a changes.h entry

8 years agoUpdate documentation and build system for parameter_gui removal
Matthias Maier [Wed, 6 Jul 2016 20:39:14 +0000 (15:39 -0500)]
Update documentation and build system for parameter_gui removal

8 years agoremove header templates (no one uses them...)
Matthias Maier [Wed, 6 Jul 2016 20:26:37 +0000 (15:26 -0500)]
remove header templates (no one uses them...)

8 years agoremove obsolete scripts
Matthias Maier [Wed, 6 Jul 2016 20:25:15 +0000 (15:25 -0500)]
remove obsolete scripts

  voted obsolete by minority decision (3 developers ;-) )

8 years agoremove parameter_gui project
Matthias Maier [Wed, 6 Jul 2016 20:19:24 +0000 (15:19 -0500)]
remove parameter_gui project

The parameter GUI project has moved to
  https://github.com/dealii/parameter_gui

8 years agoAdd a test. 2804/head
Wolfgang Bangerth [Mon, 11 Jul 2016 12:46:48 +0000 (07:46 -0500)]
Add a test.

8 years agoAdd changelog entry.
Wolfgang Bangerth [Mon, 11 Jul 2016 12:46:28 +0000 (07:46 -0500)]
Add changelog entry.

8 years agoFix a bug in MappingQGeneric::reinit().
Wolfgang Bangerth [Mon, 11 Jul 2016 12:46:20 +0000 (07:46 -0500)]
Fix a bug in MappingQGeneric::reinit().

Specifically, we thought that we were on the same cell as the last call to
FEValues::reinit() and so did not re-compute information -- but the vertices
of the triangulation had been moved in between, and consequently the previously
computed data was stale.

8 years agoAssert that ChartManifolds are not singular. 2788/head
Wolfgang Bangerth [Fri, 8 Jul 2016 17:10:09 +0000 (12:10 -0500)]
Assert that ChartManifolds are not singular.

8 years agoEnsure that charts do not map from higher into lower dimensional spaces.
Wolfgang Bangerth [Fri, 8 Jul 2016 16:42:12 +0000 (11:42 -0500)]
Ensure that charts do not map from higher into lower dimensional spaces.

8 years agoMerge pull request #2797 from bangerth/add-norm-to-DerivativeForm
Martin Kronbichler [Mon, 11 Jul 2016 12:14:22 +0000 (14:14 +0200)]
Merge pull request #2797 from bangerth/add-norm-to-DerivativeForm

Add DerivativeForm::norm().

8 years agoAdd another test for complex-valued DerivativeForm objects. 2797/head
Wolfgang Bangerth [Mon, 11 Jul 2016 11:56:23 +0000 (06:56 -0500)]
Add another test for complex-valued DerivativeForm objects.

8 years agoAdd a test.
Wolfgang Bangerth [Sun, 10 Jul 2016 18:52:30 +0000 (13:52 -0500)]
Add a test.

8 years agoAdd a function DerivativeForm::norm().
Wolfgang Bangerth [Fri, 8 Jul 2016 16:43:28 +0000 (11:43 -0500)]
Add a function DerivativeForm::norm().

8 years agoMerge pull request #2748 from davydden/doc/submitting_tests_installed
Matthias Maier [Mon, 11 Jul 2016 11:11:05 +0000 (06:11 -0500)]
Merge pull request #2748 from davydden/doc/submitting_tests_installed

update documentation to show how to submit tests results for an alrea…

8 years agoMerge pull request #2803 from tamiko/fix_documentation
Denis Davydov [Mon, 11 Jul 2016 10:54:00 +0000 (12:54 +0200)]
Merge pull request #2803 from tamiko/fix_documentation

Documentation: Clarify RELDIR handling

8 years agoDocumentation: Clarify RELDIR handling 2803/head
Matthias Maier [Mon, 11 Jul 2016 10:51:27 +0000 (05:51 -0500)]
Documentation: Clarify RELDIR handling

8 years agoMerge pull request #2801 from tamiko/cmake_win_guard
David Wells [Mon, 11 Jul 2016 09:50:24 +0000 (05:50 -0400)]
Merge pull request #2801 from tamiko/cmake_win_guard

CMake: Add a guard around FIND_SYSTEM_LIBRARY for windows

8 years agoCMake: Add a guard around FIND_SYSTEM_LIBRARY for windows 2801/head
Matthias Maier [Mon, 11 Jul 2016 09:33:40 +0000 (04:33 -0500)]
CMake: Add a guard around FIND_SYSTEM_LIBRARY for windows

On Windows targets the rt library is not available and somehow we pick it
up. Thus, guard the whole configuration.

Closes #2397

8 years agoMerge pull request #2799 from tamiko/fix_a_test
Martin Kronbichler [Mon, 11 Jul 2016 08:35:13 +0000 (10:35 +0200)]
Merge pull request #2799 from tamiko/fix_a_test

Tests: Bugfix: chart_manifold_09 needs muparser

8 years agoMerge pull request #2800 from tamiko/fix_a_test_2
Martin Kronbichler [Mon, 11 Jul 2016 08:34:22 +0000 (10:34 +0200)]
Merge pull request #2800 from tamiko/fix_a_test_2

Tests: Bugfix: the test readwritevector_functor requires C++11

8 years agoTests: Bugfix: the test readwritevector_functor requires C++11 2800/head
Matthias Maier [Mon, 11 Jul 2016 08:24:19 +0000 (03:24 -0500)]
Tests: Bugfix: the test readwritevector_functor requires C++11

8 years agoTests: Bugfix: chart_manifold_09 needs muparser 2799/head
Matthias Maier [Mon, 11 Jul 2016 08:19:25 +0000 (03:19 -0500)]
Tests: Bugfix: chart_manifold_09 needs muparser

8 years agoMerge pull request #2794 from tamiko/clang-libc++
Denis Davydov [Sat, 9 Jul 2016 15:53:52 +0000 (17:53 +0200)]
Merge pull request #2794 from tamiko/clang-libc++

Tests: Provide output variants for clang with clang's libc++

8 years agoTests: Provide output variants for clang with clang's libc++ 2794/head
Matthias Maier [Sat, 9 Jul 2016 13:19:29 +0000 (08:19 -0500)]
Tests: Provide output variants for clang with clang's libc++

These test outputs heavily depend on the standard c++ library
implementation.

8 years agoMerge pull request #2792 from bangerth/add-test-2
Matthias Maier [Sat, 9 Jul 2016 10:40:12 +0000 (05:40 -0500)]
Merge pull request #2792 from bangerth/add-test-2

Add a test for contraction of complex-valued symmetric tensors.

8 years agoMerge pull request #2793 from tamiko/cmake-fix-cxxflags
Martin Kronbichler [Sat, 9 Jul 2016 10:05:03 +0000 (12:05 +0200)]
Merge pull request #2793 from tamiko/cmake-fix-cxxflags

CMake: Bugfix: Force cache update for DEAL_II_(C|CXX)_FLAGS

8 years agoCMake: Bugfix: Force cache update for DEAL_II_(C|CXX)_FLAGS 2793/head
Matthias Maier [Sat, 9 Jul 2016 09:26:25 +0000 (04:26 -0500)]
CMake: Bugfix: Force cache update for DEAL_II_(C|CXX)_FLAGS

This fixes a subtle bug:

 - We use DEAL_II_(C|CXX)_FLAGS, DEAL_II_LINKER_FLAGS internally and we
   allow users to set additional compiler/linker flags via cached variants
   of these variables (because users tend to assume every variable starts
   with DEAL_II_*).

 - But, we also allow to set CMAKE_(C|CXX)_FLAGS, etc. (not supporting this
   would be crazy).

 - Last, but not least, the environment variables CFLAGS, CXXFLAGS, LDFLAGS
   are also supported.

We support this by prepending all DEAL_II_* variables with their CMAKE_*
and environment counterparts. But for this to work we also have to force
update the cache. With this change

  CXXFLAGS="-foo" cmake -DCMAKE_CXX_FLAGS="-bar" -DDEAL_II_CXX_FLAGS="-baz" .

results in

  DEAL_II_FLAGS="[.. internal flag setup ..] -foo -bar -baz"

as intended. Reconfiguring with

  CXXFLAGS="-foo" cmake .

retains DEAL_II_FLAGS.

8 years agoAdd a test for contraction of complex-valued symmetric tensors. 2792/head
Wolfgang Bangerth [Sat, 9 Jul 2016 02:09:19 +0000 (21:09 -0500)]
Add a test for contraction of complex-valued symmetric tensors.

8 years agoMerge pull request #2791 from bangerth/add-tests
David Wells [Fri, 8 Jul 2016 22:54:17 +0000 (18:54 -0400)]
Merge pull request #2791 from bangerth/add-tests

Add tests

8 years agoAdd tests for SymmetricTensor::norm() for complex-valued tensors. 2791/head
Wolfgang Bangerth [Fri, 8 Jul 2016 21:05:19 +0000 (16:05 -0500)]
Add tests for SymmetricTensor::norm() for complex-valued tensors.

This incidentally also tests that SymmetricTensor::access_raw_entry() function.

8 years agoAdd changelog entries for the previous two commits.
Wolfgang Bangerth [Fri, 8 Jul 2016 21:04:16 +0000 (16:04 -0500)]
Add changelog entries for the previous two commits.

8 years agoFix computations in SymmetricTensor::norm() for complex-valued tensors.
Wolfgang Bangerth [Fri, 8 Jul 2016 21:04:03 +0000 (16:04 -0500)]
Fix computations in SymmetricTensor::norm() for complex-valued tensors.

8 years agoFix incorrect index check for cases of rank-4 symmetric tensors.
Wolfgang Bangerth [Fri, 8 Jul 2016 21:02:43 +0000 (16:02 -0500)]
Fix incorrect index check for cases of rank-4 symmetric tensors.

8 years agoAdd a test for MemoryConsumption of SymmetricTensor objects.
Wolfgang Bangerth [Fri, 8 Jul 2016 20:10:29 +0000 (15:10 -0500)]
Add a test for MemoryConsumption of SymmetricTensor objects.

8 years agoMerge pull request #2790 from bangerth/fix-test
Denis Davydov [Fri, 8 Jul 2016 19:24:59 +0000 (21:24 +0200)]
Merge pull request #2790 from bangerth/fix-test

Fix one test by providing more accuracy.

8 years agoMerge pull request #2789 from bangerth/fix-cxx11-issue
Denis Davydov [Fri, 8 Jul 2016 19:24:18 +0000 (21:24 +0200)]
Merge pull request #2789 from bangerth/fix-cxx11-issue

Avoid use of std::is_default_constructible.

8 years agoFix one test by providing more accuracy. 2790/head
Wolfgang Bangerth [Fri, 8 Jul 2016 18:45:56 +0000 (13:45 -0500)]
Fix one test by providing more accuracy.

8 years agoAvoid use of std::is_default_constructible. 2789/head
Wolfgang Bangerth [Fri, 8 Jul 2016 18:41:47 +0000 (13:41 -0500)]
Avoid use of std::is_default_constructible.

Some older compilers that have a -std=c++0x flag and that we deem
C++11 compatible do apparently not support std::is_default_constructible,
despite the fact that they support std::is_base_of. Therefore, avoid
the use of it. This does not matter here because just a few lines further
down, we call 'make_shared<T>()' which already requires default
constructibility, and so the user will get an error one way or the other.

While there, also ensure that we use the correct include file.

8 years agoMerge pull request #2787 from drwells/fix-petsc-compilation
Denis Davydov [Fri, 8 Jul 2016 17:04:03 +0000 (19:04 +0200)]
Merge pull request #2787 from drwells/fix-petsc-compilation

Fix compilation with PETSc.

8 years agoFix compilation with PETSc. 2787/head
David Wells [Fri, 8 Jul 2016 16:53:52 +0000 (12:53 -0400)]
Fix compilation with PETSc.

8 years agoMerge pull request #2786 from drwells/unify-petsc-exception
Denis Davydov [Fri, 8 Jul 2016 16:30:55 +0000 (18:30 +0200)]
Merge pull request #2786 from drwells/unify-petsc-exception

Unify handling of ExcPetscError.

8 years agoUnify handling of ExcPetscError. 2786/head
David Wells [Fri, 8 Jul 2016 16:16:27 +0000 (12:16 -0400)]
Unify handling of ExcPetscError.

8 years agoMerge pull request #2780 from bangerth/doc-update-68
Wolfgang Bangerth [Fri, 8 Jul 2016 11:52:37 +0000 (06:52 -0500)]
Merge pull request #2780 from bangerth/doc-update-68

Add some documentation.

8 years agoAdd some documentation. 2780/head
Wolfgang Bangerth [Fri, 8 Jul 2016 00:32:00 +0000 (19:32 -0500)]
Add some documentation.

8 years agoMerge pull request #2783 from drwells/remove-template-using-declaration
Denis Davydov [Fri, 8 Jul 2016 11:48:43 +0000 (13:48 +0200)]
Merge pull request #2783 from drwells/remove-template-using-declaration

Remove a 'using' template alias.

8 years agoMerge pull request #2782 from tjhei/add_script_documentation
David Wells [Fri, 8 Jul 2016 11:18:30 +0000 (07:18 -0400)]
Merge pull request #2782 from tjhei/add_script_documentation

rename and document scripts

8 years agoRemove a 'using' template alias. 2783/head
David Wells [Fri, 8 Jul 2016 10:40:25 +0000 (06:40 -0400)]
Remove a 'using' template alias.

This is a C++11 feature that is not compatible with some older compilers
that we would like to support (e.g., GCC 4.6 on Ubuntu 12.04).

8 years agorename and document scripts 2782/head
Timo Heister [Fri, 8 Jul 2016 10:11:10 +0000 (11:11 +0100)]
rename and document scripts

8 years agoMerge pull request #2781 from tamiko/move_tests_scripts
Timo Heister [Fri, 8 Jul 2016 08:40:24 +0000 (09:40 +0100)]
Merge pull request #2781 from tamiko/move_tests_scripts

Move tests/scripts/* to contrib/utilities/*

8 years agoMove tests/scripts/* to contrib/utilities/* 2781/head
Matthias Maier [Fri, 8 Jul 2016 08:24:59 +0000 (03:24 -0500)]
Move tests/scripts/* to contrib/utilities/*

8 years agoMerge pull request #2779 from bangerth/minor-updates-3
Denis Davydov [Fri, 8 Jul 2016 05:47:00 +0000 (07:47 +0200)]
Merge pull request #2779 from bangerth/minor-updates-3

Err on the safe side.

8 years agoErr on the safe side. 2779/head
Wolfgang Bangerth [Fri, 8 Jul 2016 00:09:31 +0000 (19:09 -0500)]
Err on the safe side.

Here, only ask for boundary_ids on faces we know actually are at the boundary.

8 years agoMerge pull request #2770 from masterleinad/schur_just_check_its
Wolfgang Bangerth [Thu, 7 Jul 2016 23:39:21 +0000 (18:39 -0500)]
Merge pull request #2770 from masterleinad/schur_just_check_its

Put an extra check to lac/schur_complement_01

8 years agoMerge pull request #2771 from drwells/split-tests/bits-02
Wolfgang Bangerth [Thu, 7 Jul 2016 23:38:55 +0000 (18:38 -0500)]
Merge pull request #2771 from drwells/split-tests/bits-02

move mapping tests from tests/bits to tests/mappings.

8 years agoMove mapping tests into their own directory. 2771/head
David Wells [Thu, 7 Jul 2016 22:54:19 +0000 (18:54 -0400)]
Move mapping tests into their own directory.

8 years agoMerge pull request #2777 from bangerth/minor-cleanups-2
David Wells [Thu, 7 Jul 2016 22:21:19 +0000 (18:21 -0400)]
Merge pull request #2777 from bangerth/minor-cleanups-2

More cleanups.

8 years agoMore cleanups. 2777/head
Wolfgang Bangerth [Thu, 7 Jul 2016 21:46:34 +0000 (16:46 -0500)]
More cleanups.

In particular, make a function argument a const reference. Also
standardize on '^T' to denote the transpose of a matrix.

8 years agoMerge pull request #2776 from bangerth/minor-cleanups
Denis Davydov [Thu, 7 Jul 2016 21:46:14 +0000 (23:46 +0200)]
Merge pull request #2776 from bangerth/minor-cleanups

Minor cleanups.

8 years agoMinor cleanups. 2776/head
Wolfgang Bangerth [Thu, 7 Jul 2016 21:45:18 +0000 (16:45 -0500)]
Minor cleanups.

In particular, make some variables 'const'. Also guard sequences of
'if (dim=...)' against unforeseen cases.

8 years agoMerge pull request #2773 from bangerth/fix-test
Matthias Maier [Thu, 7 Jul 2016 21:38:29 +0000 (16:38 -0500)]
Merge pull request #2773 from bangerth/fix-test

Fix one test by providing more accuracy.

8 years agoMerge pull request #2774 from bangerth/fix-formula
Timo Heister [Thu, 7 Jul 2016 21:21:59 +0000 (22:21 +0100)]
Merge pull request #2774 from bangerth/fix-formula

Fix a formula.

8 years agoFix a formula. 2774/head
Wolfgang Bangerth [Thu, 7 Jul 2016 21:10:00 +0000 (16:10 -0500)]
Fix a formula.

8 years agoFix one test by providing more accuracy. 2773/head
Wolfgang Bangerth [Thu, 7 Jul 2016 18:32:54 +0000 (13:32 -0500)]
Fix one test by providing more accuracy.

On my system, this test outputs 0.007813 instead of 0.007812. Put the
halfway point into the output file and let numdiff figure the rest out.

8 years agoMerge pull request #2768 from drwells/remove-pi-declarations
Wolfgang Bangerth [Thu, 7 Jul 2016 16:14:09 +0000 (11:14 -0500)]
Merge pull request #2768 from drwells/remove-pi-declarations

Use numbers::PI instead of defining a macro.

8 years agoPut an extra check to lac/schur_complement_01 2770/head
Daniel Arndt [Thu, 7 Jul 2016 15:59:35 +0000 (17:59 +0200)]
Put an extra check to lac/schur_complement_01

8 years agoMerge pull request #2765 from masterleinad/schur_just_check_its
Wolfgang Bangerth [Thu, 7 Jul 2016 15:56:17 +0000 (10:56 -0500)]
Merge pull request #2765 from masterleinad/schur_just_check_its

Just check for iterations in lac/schur_complement_01.debug

8 years agoUse numbers::PI instead of defining a macro. 2768/head
David Wells [Thu, 7 Jul 2016 15:32:36 +0000 (11:32 -0400)]
Use numbers::PI instead of defining a macro.

8 years agoMerge pull request #2766 from drwells/split-tests/bits-01
Timo Heister [Thu, 7 Jul 2016 15:19:02 +0000 (16:19 +0100)]
Merge pull request #2766 from drwells/split-tests/bits-01

 Move parameter handler tests into their own directory.

8 years agoMerge pull request #2767 from tjhei/test_without_ninja
Matthias Maier [Thu, 7 Jul 2016 15:15:29 +0000 (10:15 -0500)]
Merge pull request #2767 from tjhei/test_without_ninja

don't use ninja for testsuite

8 years agodon't use ninja for testsuite 2767/head
Timo Heister [Thu, 7 Jul 2016 15:02:14 +0000 (16:02 +0100)]
don't use ninja for testsuite

Do not pass the generator to the testsuite so that we use make instead
of ninja for the test projects. This is because calling ninja several
times in parallel for the same project will break the configuration.

This shouldn't have a performance penalty because the individual targets
are relatively simple and don't depend on more than one file.


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.