]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
10 years agoCMake: Add a configuration option for mathjax
maier [Wed, 1 Jan 2014 12:42:27 +0000 (12:42 +0000)]
CMake: Add a configuration option for mathjax

git-svn-id: https://svn.dealii.org/trunk@32134 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoBugfix: Only compile bundled boost::iostreams if zlib is available
maier [Wed, 1 Jan 2014 12:17:20 +0000 (12:17 +0000)]
Bugfix: Only compile bundled boost::iostreams if zlib is available

git-svn-id: https://svn.dealii.org/trunk@32133 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoCleanup some code
kronbichler [Mon, 30 Dec 2013 16:37:35 +0000 (16:37 +0000)]
Cleanup some code

git-svn-id: https://svn.dealii.org/trunk@32130 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoFix compilation with 64 bit integers
kronbichler [Mon, 30 Dec 2013 09:06:39 +0000 (09:06 +0000)]
Fix compilation with 64 bit integers

git-svn-id: https://svn.dealii.org/trunk@32129 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoForgot to set default argument
kronbichler [Mon, 30 Dec 2013 07:43:47 +0000 (07:43 +0000)]
Forgot to set default argument

git-svn-id: https://svn.dealii.org/trunk@32128 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoOne more
kronbichler [Sun, 29 Dec 2013 21:04:05 +0000 (21:04 +0000)]
One more

git-svn-id: https://svn.dealii.org/trunk@32127 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoFix Trilinos vectors
kronbichler [Sun, 29 Dec 2013 19:52:11 +0000 (19:52 +0000)]
Fix Trilinos vectors

git-svn-id: https://svn.dealii.org/trunk@32126 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoImplement a parallel for approach for WorkStream::run when the copier function is...
bangerth [Thu, 26 Dec 2013 16:03:28 +0000 (16:03 +0000)]
Implement a parallel for approach for WorkStream::run when the copier function is empty.

git-svn-id: https://svn.dealii.org/trunk@32124 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoPatch by Valentin Zingan: Add VectorTools::interpolate_based_on_material_id.
bangerth [Thu, 26 Dec 2013 13:41:56 +0000 (13:41 +0000)]
Patch by Valentin Zingan: Add VectorTools::interpolate_based_on_material_id.

git-svn-id: https://svn.dealii.org/trunk@32123 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoupdate step-18 to write .vtu files
heister [Wed, 25 Dec 2013 18:09:10 +0000 (18:09 +0000)]
update step-18 to write .vtu files

git-svn-id: https://svn.dealii.org/trunk@32122 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoMake Clang happy: Put default parameter to declaration as is required by the standard...
maier [Wed, 25 Dec 2013 11:13:36 +0000 (11:13 +0000)]
Make Clang happy: Put default parameter to declaration as is required by the standard ([decl.fct.default] 3 + 4)

Also remove tabs and reindent parts of the file

git-svn-id: https://svn.dealii.org/trunk@32121 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoActually enable parallel run of WorkStream. Now some tests might fail from time to...
kronbichler [Wed, 25 Dec 2013 10:53:09 +0000 (10:53 +0000)]
Actually enable parallel run of WorkStream. Now some tests might fail from time to time because writing into a TrilinosWrappers::MPI::Vector is not thread-safe. Will fix that during the next days

git-svn-id: https://svn.dealii.org/trunk@32120 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoMake compile with clang
kronbichler [Wed, 25 Dec 2013 10:52:09 +0000 (10:52 +0000)]
Make compile with clang

git-svn-id: https://svn.dealii.org/trunk@32119 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoRevert r32112 "Export whether we have found bzip2."
maier [Wed, 25 Dec 2013 10:31:51 +0000 (10:31 +0000)]
Revert r32112 "Export whether we have found bzip2."

This is already present in config.h.in

git-svn-id: https://svn.dealii.org/trunk@32118 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoCMake: Workaround for a CMake bug: Add the library to the library component
maier [Tue, 24 Dec 2013 19:41:20 +0000 (19:41 +0000)]
CMake: Workaround for a CMake bug: Add the library to the library component

git-svn-id: https://svn.dealii.org/trunk@32117 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoRevert r32111. It doesn't work because when we compile boost files, we apparently...
bangerth [Tue, 24 Dec 2013 18:56:29 +0000 (18:56 +0000)]
Revert r32111. It doesn't work because when we compile boost files, we apparently have no access to the deal.II config.h file.

git-svn-id: https://svn.dealii.org/trunk@32116 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoQuicktests: Remove "build_library" target - this dependency is already implicitly...
maier [Tue, 24 Dec 2013 17:45:19 +0000 (17:45 +0000)]
Quicktests: Remove "build_library" target - this dependency is already implicitly present..

git-svn-id: https://svn.dealii.org/trunk@32115 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoCMake: Bugfix, let library and build_library depend on the debug library, too
maier [Tue, 24 Dec 2013 17:41:19 +0000 (17:41 +0000)]
CMake: Bugfix, let library and build_library depend on the debug library, too

git-svn-id: https://svn.dealii.org/trunk@32114 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoFirst step towards using parallel_for whenever the copier function is
bangerth [Tue, 24 Dec 2013 15:06:56 +0000 (15:06 +0000)]
First step towards using parallel_for whenever the copier function is
empty: defer from implementation 2 to implementation 3.

git-svn-id: https://svn.dealii.org/trunk@32113 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoExport whether we have found bzip2.
bangerth [Tue, 24 Dec 2013 14:16:41 +0000 (14:16 +0000)]
Export whether we have found bzip2.

git-svn-id: https://svn.dealii.org/trunk@32112 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoGuard these files to make sure one gets compiler errors and not just linker errors.
bangerth [Tue, 24 Dec 2013 14:15:56 +0000 (14:15 +0000)]
Guard these files to make sure one gets compiler errors and not just linker errors.

git-svn-id: https://svn.dealii.org/trunk@32111 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoCommitted test cases too quickly
kronbichler [Tue, 24 Dec 2013 10:07:14 +0000 (10:07 +0000)]
Committed test cases too quickly

git-svn-id: https://svn.dealii.org/trunk@32108 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoCMake: Unfortunately, for FindLAPACK and FindBzip2 we need a C compiler to be set...
maier [Tue, 24 Dec 2013 09:55:14 +0000 (09:55 +0000)]
CMake: Unfortunately, for FindLAPACK and FindBzip2 we need a C compiler to be set up...

git-svn-id: https://svn.dealii.org/trunk@32107 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoImplement new reinit method to Trilinos sparsity pattern that makes writing into...
kronbichler [Mon, 23 Dec 2013 22:14:25 +0000 (22:14 +0000)]
Implement new reinit method to Trilinos sparsity pattern that makes writing into matrices thread-safe.

git-svn-id: https://svn.dealii.org/trunk@32106 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoImprove error messages.
bangerth [Mon, 23 Dec 2013 19:56:17 +0000 (19:56 +0000)]
Improve error messages.

git-svn-id: https://svn.dealii.org/trunk@32105 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoConfigure as far as possible if libz or libbz2 can not be found or configured.
bangerth [Mon, 23 Dec 2013 19:55:14 +0000 (19:55 +0000)]
Configure as far as possible if libz or libbz2 can not be found or configured.

git-svn-id: https://svn.dealii.org/trunk@32104 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoIssue pointed out by Jean Ragusa: Properly parenthesize a formula.
bangerth [Mon, 23 Dec 2013 15:43:39 +0000 (15:43 +0000)]
Issue pointed out by Jean Ragusa: Properly parenthesize a formula.

git-svn-id: https://svn.dealii.org/trunk@32103 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoIssue pointed out by Jean Ragusa: No need to set system_rhs to zero, sicne the reinit...
bangerth [Mon, 23 Dec 2013 15:43:14 +0000 (15:43 +0000)]
Issue pointed out by Jean Ragusa: No need to set system_rhs to zero, sicne the reinit() immediately above it already does that.

git-svn-id: https://svn.dealii.org/trunk@32102 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoTypos
maier [Mon, 23 Dec 2013 13:51:24 +0000 (13:51 +0000)]
Typos

git-svn-id: https://svn.dealii.org/trunk@32101 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoState that these two elements are discontinuous at places where faces meet.
bangerth [Mon, 23 Dec 2013 13:23:36 +0000 (13:23 +0000)]
State that these two elements are discontinuous at places where faces meet.

git-svn-id: https://svn.dealii.org/trunk@32100 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoCMake: Improve error message
maier [Mon, 23 Dec 2013 10:05:06 +0000 (10:05 +0000)]
CMake: Improve error message

git-svn-id: https://svn.dealii.org/trunk@32099 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoCMake: Bugfix: Also change DEAL_II_USE_CXX11 to DEAL_II_WITH_CXX11 in cmake
maier [Mon, 23 Dec 2013 10:00:14 +0000 (10:00 +0000)]
CMake: Bugfix: Also change DEAL_II_USE_CXX11 to DEAL_II_WITH_CXX11 in cmake
files and in the bundled folder

git-svn-id: https://svn.dealii.org/trunk@32098 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoCMake: Organize C++11 support as a toggable feature
maier [Sun, 22 Dec 2013 18:36:41 +0000 (18:36 +0000)]
CMake: Organize C++11 support as a toggable feature

git-svn-id: https://svn.dealii.org/trunk@32097 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoCMake: Add support for bzip2.
maier [Sun, 22 Dec 2013 17:03:18 +0000 (17:03 +0000)]
CMake: Add support for bzip2.

git-svn-id: https://svn.dealii.org/trunk@32096 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoCMake: Clean up configure_boost.cmake and simplify detection logic
maier [Sun, 22 Dec 2013 15:30:55 +0000 (15:30 +0000)]
CMake: Clean up configure_boost.cmake and simplify detection logic

git-svn-id: https://svn.dealii.org/trunk@32095 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoAdd one.
bangerth [Sun, 22 Dec 2013 14:37:42 +0000 (14:37 +0000)]
Add one.

git-svn-id: https://svn.dealii.org/trunk@32094 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoRevert r32092 because it doesn't work on systems that DO have libbz2.
bangerth [Sat, 21 Dec 2013 22:23:26 +0000 (22:23 +0000)]
Revert r32092 because it doesn't work on systems that DO have libbz2.

git-svn-id: https://svn.dealii.org/trunk@32093 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoConfigure things so that we only build BOOST.Iostreams if libz and libbz2 are actuall...
bangerth [Sat, 21 Dec 2013 22:15:12 +0000 (22:15 +0000)]
Configure things so that we only build BOOST.Iostreams if libz and libbz2 are actually available.

git-svn-id: https://svn.dealii.org/trunk@32092 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoremove two dead links in documentation
heister [Sat, 21 Dec 2013 21:25:56 +0000 (21:25 +0000)]
remove two dead links in documentation

git-svn-id: https://svn.dealii.org/trunk@32090 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoAdd documentation
maier [Sat, 21 Dec 2013 17:30:44 +0000 (17:30 +0000)]
Add documentation

git-svn-id: https://svn.dealii.org/trunk@32089 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoAvoid the use of std::copy_n -- this is apparently C++11 stuff.
bangerth [Sat, 21 Dec 2013 17:14:07 +0000 (17:14 +0000)]
Avoid the use of std::copy_n -- this is apparently C++11 stuff.

git-svn-id: https://svn.dealii.org/trunk@32088 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoAdd cmake configury stuff to also build the boost::iostreams library.
bangerth [Sat, 21 Dec 2013 17:06:23 +0000 (17:06 +0000)]
Add cmake configury stuff to also build the boost::iostreams library.

git-svn-id: https://svn.dealii.org/trunk@32087 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoAdd library subdirectory, but excluding all the documentation, build, test and exampl...
bangerth [Sat, 21 Dec 2013 17:03:28 +0000 (17:03 +0000)]
Add library subdirectory, but excluding all the documentation, build, test and example subdirectories.

git-svn-id: https://svn.dealii.org/trunk@32086 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoProperly call the template arguments 'InputIterator', rather than 'ForwardIterator'.
bangerth [Sat, 21 Dec 2013 15:02:23 +0000 (15:02 +0000)]
Properly call the template arguments 'InputIterator', rather than 'ForwardIterator'.

git-svn-id: https://svn.dealii.org/trunk@32085 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoIntroduce more powerful constructors for the table classes.
bangerth [Sat, 21 Dec 2013 14:53:37 +0000 (14:53 +0000)]
Introduce more powerful constructors for the table classes.

git-svn-id: https://svn.dealii.org/trunk@32084 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoAdd another test.
bangerth [Sat, 21 Dec 2013 14:41:08 +0000 (14:41 +0000)]
Add another test.

git-svn-id: https://svn.dealii.org/trunk@32083 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoAdd new tests.
bangerth [Sat, 21 Dec 2013 14:24:01 +0000 (14:24 +0000)]
Add new tests.

git-svn-id: https://svn.dealii.org/trunk@32082 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoGeneralize TableBase::fill.
bangerth [Sat, 21 Dec 2013 13:44:29 +0000 (13:44 +0000)]
Generalize TableBase::fill.

git-svn-id: https://svn.dealii.org/trunk@32081 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoMention a class that now exists.
bangerth [Sat, 21 Dec 2013 13:25:51 +0000 (13:25 +0000)]
Mention a class that now exists.

git-svn-id: https://svn.dealii.org/trunk@32080 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoProperly qualify references to classes.
bangerth [Sat, 21 Dec 2013 13:24:23 +0000 (13:24 +0000)]
Properly qualify references to classes.

git-svn-id: https://svn.dealii.org/trunk@32079 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoMention BOOST Iostream.
bangerth [Sat, 21 Dec 2013 13:21:52 +0000 (13:21 +0000)]
Mention BOOST Iostream.

git-svn-id: https://svn.dealii.org/trunk@32078 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoAdd new test.
bangerth [Sat, 21 Dec 2013 13:17:28 +0000 (13:17 +0000)]
Add new test.

git-svn-id: https://svn.dealii.org/trunk@32077 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoQualify references to Table from within namespace internal in preparation for a patch...
bangerth [Sat, 21 Dec 2013 04:57:01 +0000 (04:57 +0000)]
Qualify references to Table from within namespace internal in preparation for a patch to come next.

git-svn-id: https://svn.dealii.org/trunk@32076 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoImprove an error message.
bangerth [Sat, 21 Dec 2013 04:56:24 +0000 (04:56 +0000)]
Improve an error message.

git-svn-id: https://svn.dealii.org/trunk@32075 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoFix typo.
bangerth [Sat, 21 Dec 2013 04:55:37 +0000 (04:55 +0000)]
Fix typo.

git-svn-id: https://svn.dealii.org/trunk@32074 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoRemove an unused variable.
bangerth [Sat, 21 Dec 2013 04:55:25 +0000 (04:55 +0000)]
Remove an unused variable.

git-svn-id: https://svn.dealii.org/trunk@32073 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoNew class InterpolatedUniformGridData.
bangerth [Sat, 21 Dec 2013 04:47:05 +0000 (04:47 +0000)]
New class InterpolatedUniformGridData.

git-svn-id: https://svn.dealii.org/trunk@32072 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoChange the name everywhere.
bangerth [Fri, 20 Dec 2013 11:31:25 +0000 (11:31 +0000)]
Change the name everywhere.

git-svn-id: https://svn.dealii.org/trunk@32070 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoChange my mind: call the new class InterpolatedTensorProductGridData instead.
bangerth [Fri, 20 Dec 2013 11:30:43 +0000 (11:30 +0000)]
Change my mind: call the new class InterpolatedTensorProductGridData instead.

git-svn-id: https://svn.dealii.org/trunk@32069 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoNew class InterpolatedTensorProductData.
bangerth [Fri, 20 Dec 2013 11:23:53 +0000 (11:23 +0000)]
New class InterpolatedTensorProductData.

git-svn-id: https://svn.dealii.org/trunk@32068 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoAlso link with boost::iostreams.
bangerth [Fri, 20 Dec 2013 08:24:48 +0000 (08:24 +0000)]
Also link with boost::iostreams.

git-svn-id: https://svn.dealii.org/trunk@32067 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoDetect in ParameterHandler::get_double/integer whenever the text of a parameter is...
bangerth [Thu, 19 Dec 2013 19:02:44 +0000 (19:02 +0000)]
Detect in ParameterHandler::get_double/integer whenever the text of a parameter is not a number.

git-svn-id: https://svn.dealii.org/trunk@32065 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoImprove documentation slightly.
bangerth [Thu, 19 Dec 2013 12:57:43 +0000 (12:57 +0000)]
Improve documentation slightly.

git-svn-id: https://svn.dealii.org/trunk@32063 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoMove to a better place.
bangerth [Wed, 18 Dec 2013 20:37:01 +0000 (20:37 +0000)]
Move to a better place.

git-svn-id: https://svn.dealii.org/trunk@32059 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agofix some xrefs
heister [Wed, 18 Dec 2013 20:27:23 +0000 (20:27 +0000)]
fix some xrefs

git-svn-id: https://svn.dealii.org/trunk@32057 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoDocument the presence of step-26.
bangerth [Wed, 18 Dec 2013 20:18:45 +0000 (20:18 +0000)]
Document the presence of step-26.

git-svn-id: https://svn.dealii.org/trunk@32054 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoFinish documenting step-26.
bangerth [Wed, 18 Dec 2013 20:18:21 +0000 (20:18 +0000)]
Finish documenting step-26.

git-svn-id: https://svn.dealii.org/trunk@32053 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoFix indentation.
bangerth [Wed, 18 Dec 2013 17:39:02 +0000 (17:39 +0000)]
Fix indentation.

git-svn-id: https://svn.dealii.org/trunk@32052 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agomove entry from changes.h to 8.0vs8.1 as it is included in 8.1
heister [Wed, 18 Dec 2013 17:38:39 +0000 (17:38 +0000)]
move entry from changes.h to 8.0vs8.1 as it is included in 8.1

git-svn-id: https://svn.dealii.org/trunk@32051 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoFix a nasty bug in DerivativeApproximation which simply did not work at all in parallel.
bangerth [Wed, 18 Dec 2013 17:30:44 +0000 (17:30 +0000)]
Fix a nasty bug in DerivativeApproximation which simply did not work at all in parallel.

git-svn-id: https://svn.dealii.org/trunk@32049 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoFix a nasty bug in DerivativeApproximation which simply did not work at all in parallel.
bangerth [Wed, 18 Dec 2013 17:30:18 +0000 (17:30 +0000)]
Fix a nasty bug in DerivativeApproximation which simply did not work at all in parallel.

git-svn-id: https://svn.dealii.org/trunk@32048 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoRemoved partial specialization of create_boundary_mass_matrix_1 for codimension 1...
heltai [Wed, 18 Dec 2013 11:43:27 +0000 (11:43 +0000)]
Removed partial specialization of create_boundary_mass_matrix_1 for codimension 1 which prevented case 2,3 to work.

git-svn-id: https://svn.dealii.org/trunk@32045 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoTest unit support points of FE_FaceQ
kronbichler [Wed, 18 Dec 2013 10:53:41 +0000 (10:53 +0000)]
Test unit support points of FE_FaceQ

git-svn-id: https://svn.dealii.org/trunk@32044 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoupdate deal.ii paper bibtex
heister [Tue, 17 Dec 2013 19:26:53 +0000 (19:26 +0000)]
update deal.ii paper bibtex

git-svn-id: https://svn.dealii.org/trunk@32043 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoFix unit support points.
kronbichler [Tue, 17 Dec 2013 18:41:31 +0000 (18:41 +0000)]
Fix unit support points.

git-svn-id: https://svn.dealii.org/trunk@32042 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoProvide a news item
maier [Tue, 17 Dec 2013 17:28:22 +0000 (17:28 +0000)]
Provide a news item

git-svn-id: https://svn.dealii.org/trunk@32040 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoHave both subscribe and unsubscribe in the .cc file. This resolves an issue recently...
bangerth [Tue, 17 Dec 2013 13:27:26 +0000 (13:27 +0000)]
Have both subscribe and unsubscribe in the .cc file. This resolves an issue recently reported on the mailing list of strange crashes where someone links with the debug library but forgets to set -DDEBUG, which leads to a mismatch between what is compiled into their application (coming from the header file) and what they link with (coming from the library) and that leads to a completely unhelpful error message. The resulting code will be slower, but subscribing and unsubscribing is fortunately not something we do all the time.

git-svn-id: https://svn.dealii.org/trunk@32039 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoRe-word a comment.
bangerth [Tue, 17 Dec 2013 08:41:52 +0000 (08:41 +0000)]
Re-word a comment.

git-svn-id: https://svn.dealii.org/trunk@32038 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoDo not perform ML tests with 64 bit indices which are not supported by ML.
kronbichler [Tue, 17 Dec 2013 07:50:38 +0000 (07:50 +0000)]
Do not perform ML tests with 64 bit indices which are not supported by ML.

git-svn-id: https://svn.dealii.org/trunk@32037 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoFix formula.
bangerth [Mon, 16 Dec 2013 21:19:30 +0000 (21:19 +0000)]
Fix formula.

git-svn-id: https://svn.dealii.org/trunk@32036 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agofix link
heister [Mon, 16 Dec 2013 20:46:35 +0000 (20:46 +0000)]
fix link

git-svn-id: https://svn.dealii.org/trunk@32034 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agofix links
heister [Mon, 16 Dec 2013 20:40:40 +0000 (20:40 +0000)]
fix links

git-svn-id: https://svn.dealii.org/trunk@32032 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoMake some progress with the documentation.
bangerth [Mon, 16 Dec 2013 20:17:46 +0000 (20:17 +0000)]
Make some progress with the documentation.

git-svn-id: https://svn.dealii.org/trunk@32031 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoDefine the constructor of LoopControl within the class so that it is emitted as a...
maier [Mon, 16 Dec 2013 18:02:35 +0000 (18:02 +0000)]
Define the constructor of LoopControl within the class so that it is emitted as a weak symbol

git-svn-id: https://svn.dealii.org/trunk@32030 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoAdd some documentation.
bangerth [Mon, 16 Dec 2013 13:10:34 +0000 (13:10 +0000)]
Add some documentation.

git-svn-id: https://svn.dealii.org/trunk@32026 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoUndo accidental check-in.
kronbichler [Mon, 16 Dec 2013 10:48:29 +0000 (10:48 +0000)]
Undo accidental check-in.

git-svn-id: https://svn.dealii.org/trunk@32025 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoFix project_boundary values for small values of function.
kronbichler [Mon, 16 Dec 2013 10:47:08 +0000 (10:47 +0000)]
Fix project_boundary values for small values of function.

git-svn-id: https://svn.dealii.org/trunk@32024 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoCMake: Improve default config; Rename Config.sample to config.sample
maier [Sun, 15 Dec 2013 19:21:56 +0000 (19:21 +0000)]
CMake: Improve default config; Rename Config.sample to config.sample

git-svn-id: https://svn.dealii.org/trunk@32023 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoCMake: Hide advanced options
maier [Sun, 15 Dec 2013 16:51:05 +0000 (16:51 +0000)]
CMake: Hide advanced options

git-svn-id: https://svn.dealii.org/trunk@32021 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agofix typo
maier [Sun, 15 Dec 2013 16:42:22 +0000 (16:42 +0000)]
fix typo

git-svn-id: https://svn.dealii.org/trunk@32020 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoCMake: Big compilation variables cleanup
maier [Sun, 15 Dec 2013 16:37:29 +0000 (16:37 +0000)]
CMake: Big compilation variables cleanup

 - Be consistent in naming: All compiler / linker flag variables and
   compile definition variables now start with DEAL_II_*

 - For compatibility: Rename the corresponding CMAKE_* variables to
   DEAL_II_* and log the fact in the configure output.

git-svn-id: https://svn.dealii.org/trunk@32019 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoReenable TBB_DO_ASSERT=1 when configuring tbb
maier [Sun, 15 Dec 2013 15:23:42 +0000 (15:23 +0000)]
Reenable TBB_DO_ASSERT=1 when configuring tbb

git-svn-id: https://svn.dealii.org/trunk@32018 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoTestsuite: Override the tbb assertion handler when TBB_DO_ASSERT is set.
maier [Sun, 15 Dec 2013 15:23:40 +0000 (15:23 +0000)]
Testsuite: Override the tbb assertion handler when TBB_DO_ASSERT is set.

The override does print the original tbb error message and after that
reenables abort_on_exception and show_stacktrace and emits a deal.II
exception.

git-svn-id: https://svn.dealii.org/trunk@32017 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoDisable debug output.
kronbichler [Sun, 15 Dec 2013 10:39:52 +0000 (10:39 +0000)]
Disable debug output.

git-svn-id: https://svn.dealii.org/trunk@32016 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agomake tests pass for now (meshworker loop needs more work)
heister [Sun, 15 Dec 2013 08:37:27 +0000 (08:37 +0000)]
make tests pass for now (meshworker loop needs more work)

git-svn-id: https://svn.dealii.org/trunk@32015 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoremove left over comments in meshworker
heister [Sun, 15 Dec 2013 08:33:37 +0000 (08:33 +0000)]
remove left over comments in meshworker

git-svn-id: https://svn.dealii.org/trunk@32014 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoRemove reference to authors@dealii.org since that address does not exist any more.
bangerth [Sun, 15 Dec 2013 08:00:17 +0000 (08:00 +0000)]
Remove reference to authors@dealii.org since that address does not exist any more.

git-svn-id: https://svn.dealii.org/trunk@32013 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoApply patch by Andrew Baker.
kronbichler [Sat, 14 Dec 2013 16:10:22 +0000 (16:10 +0000)]
Apply patch by Andrew Baker.

git-svn-id: https://svn.dealii.org/trunk@32009 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoBugfix: Do not define TBB_DO_ASSERT=1.
maier [Sat, 14 Dec 2013 13:18:09 +0000 (13:18 +0000)]
Bugfix: Do not define TBB_DO_ASSERT=1.

This is an internal definition; the original build system does not define
it for building the default library, so we shouldn't do either.

git-svn-id: https://svn.dealii.org/trunk@32006 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoadd CellID::operator<
heister [Sat, 14 Dec 2013 11:08:01 +0000 (11:08 +0000)]
add CellID::operator<

git-svn-id: https://svn.dealii.org/trunk@32005 0785d39b-7218-0410-832d-ea1e28bc413d


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.