]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
10 years agoMerge from trunk.
turcksin [Fri, 11 Apr 2014 18:15:10 +0000 (18:15 +0000)]
Merge from trunk.

git-svn-id: https://svn.dealii.org/branches/branch_paralution@32768 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoAdjust serialization output after switch from std::vector to AlignedVector in TableBase.
kronbichler [Fri, 11 Apr 2014 14:35:41 +0000 (14:35 +0000)]
Adjust serialization output after switch from std::vector to AlignedVector in TableBase.

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

10 years agoUpdate output.
bangerth [Fri, 11 Apr 2014 12:53:15 +0000 (12:53 +0000)]
Update output.

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

10 years agoReorder output slightly so that the big whitespace block comes *after*, not
bangerth [Fri, 11 Apr 2014 12:52:50 +0000 (12:52 +0000)]
Reorder output slightly so that the big whitespace block comes *after*, not
*before* the timing summary, thereby marking the summary to the *previous*,
not the *next* time step.

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

10 years agoUpdate output.
bangerth [Fri, 11 Apr 2014 12:50:47 +0000 (12:50 +0000)]
Update output.

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

10 years agoadd failing test
heister [Fri, 11 Apr 2014 11:40:23 +0000 (11:40 +0000)]
add failing test

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

10 years agoMark up a comment in such a way that it appears as part of the code.
bangerth [Fri, 11 Apr 2014 01:13:54 +0000 (01:13 +0000)]
Mark up a comment in such a way that it appears as part of the code.

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

10 years agoSort. Add a missing year.
bangerth [Fri, 11 Apr 2014 00:09:07 +0000 (00:09 +0000)]
Sort. Add a missing year.

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

10 years agoAdd one.
bangerth [Thu, 10 Apr 2014 16:25:31 +0000 (16:25 +0000)]
Add one.

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

10 years agoFix grammar error.
bangerth [Thu, 10 Apr 2014 16:20:01 +0000 (16:20 +0000)]
Fix grammar error.

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

10 years agoAvoid default template argument for function template which requires c++11.
kronbichler [Thu, 10 Apr 2014 12:30:12 +0000 (12:30 +0000)]
Avoid default template argument for function template which requires c++11.

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

10 years agoRemove a variable declaration that has been unused for a long time.
young [Thu, 10 Apr 2014 10:19:20 +0000 (10:19 +0000)]
Remove a variable declaration that has been unused for a long time.

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

10 years agoChexk reinit() and m() and n() do not break.
young [Thu, 10 Apr 2014 09:07:37 +0000 (09:07 +0000)]
Chexk reinit() and m() and n() do not break.

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

10 years agoAllow LAAPCKFullMatrix to be reinitialised (reset state).
young [Thu, 10 Apr 2014 09:06:33 +0000 (09:06 +0000)]
Allow LAAPCKFullMatrix to be reinitialised (reset state).

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

10 years agoQualify a number of names fully to make MS VS++ happy.
bangerth [Wed, 9 Apr 2014 21:33:07 +0000 (21:33 +0000)]
Qualify a number of names fully to make MS VS++ happy.

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

10 years agoFix grammar error (thanks, Hung-Chieh).
bangerth [Wed, 9 Apr 2014 20:51:51 +0000 (20:51 +0000)]
Fix grammar error (thanks, Hung-Chieh).

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

10 years agoSimplify code by keeping some functions as templates, rather than specializing them.
bangerth [Wed, 9 Apr 2014 18:54:30 +0000 (18:54 +0000)]
Simplify code by keeping some functions as templates, rather than specializing them.

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

10 years agoRemove a comment that is apparently no longer accurate.
bangerth [Wed, 9 Apr 2014 15:43:22 +0000 (15:43 +0000)]
Remove a comment that is apparently no longer accurate.

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

10 years agoFix an oversight
kronbichler [Wed, 9 Apr 2014 10:02:32 +0000 (10:02 +0000)]
Fix an oversight

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

10 years agoFix bug in memory consumption of AlignedVector and in some other places. Mention...
kronbichler [Wed, 9 Apr 2014 09:44:44 +0000 (09:44 +0000)]
Fix bug in memory consumption of AlignedVector and in some other places. Mention change in Table class and use the table in step-37

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

10 years agoForgot to update test output
kronbichler [Wed, 9 Apr 2014 09:22:14 +0000 (09:22 +0000)]
Forgot to update test output

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

10 years agoRename tests for AlignedVector as aligned_vector_xx, add a test for a bool vector
kronbichler [Wed, 9 Apr 2014 09:21:14 +0000 (09:21 +0000)]
Rename tests for AlignedVector as aligned_vector_xx, add a test for a bool vector

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

10 years agoCleanup TableBase implementation from internal AlignedVectorSet/Move functions
kronbichler [Wed, 9 Apr 2014 08:42:47 +0000 (08:42 +0000)]
Cleanup TableBase implementation from internal AlignedVectorSet/Move functions

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

10 years agoupdate documentation fo FE_BDM
kanschat [Wed, 9 Apr 2014 07:47:32 +0000 (07:47 +0000)]
update documentation fo FE_BDM

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

10 years agocopy RT tests for BDM
kanschat [Wed, 9 Apr 2014 07:45:14 +0000 (07:45 +0000)]
copy RT tests for BDM

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

10 years agoUse a more explicit namespace to help MS VC.
turcksin [Tue, 8 Apr 2014 23:55:33 +0000 (23:55 +0000)]
Use a more explicit namespace to help MS VC.

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

10 years agoFix a coefficient in the Butcher tableau of DOPRI.
turcksin [Tue, 8 Apr 2014 23:39:29 +0000 (23:39 +0000)]
Fix a coefficient in the Butcher tableau of DOPRI.

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

10 years agoUse AlignedVector instead of std::vector as data container for TableBase. It uses...
kronbichler [Tue, 8 Apr 2014 20:33:01 +0000 (20:33 +0000)]
Use AlignedVector instead of std::vector as data container for TableBase. It uses more memory for Table<N,bool> but let's first see if everything goes smooth with this type.

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

10 years agoupdate test output
heister [Tue, 8 Apr 2014 13:50:25 +0000 (13:50 +0000)]
update test output

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

10 years agoremove obsolete test
heister [Tue, 8 Apr 2014 13:46:53 +0000 (13:46 +0000)]
remove obsolete test

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

10 years agoundo r29864 that introduced (level-)subdomain checks in operator< for cell iterators.
heister [Tue, 8 Apr 2014 13:46:39 +0000 (13:46 +0000)]
undo r29864 that introduced (level-)subdomain checks in operator< for cell iterators.

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

10 years agodo not rely on cell::operator< comparing subdomain ids in meshworker::loop for ghost...
heister [Tue, 8 Apr 2014 13:19:50 +0000 (13:19 +0000)]
do not rely on cell::operator< comparing subdomain ids in meshworker::loop for ghost faces but do the check manually

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

10 years agoadd another test for parallel meshworker for ghost faces
heister [Tue, 8 Apr 2014 13:06:33 +0000 (13:06 +0000)]
add another test for parallel meshworker for ghost faces

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

10 years agoFix spelling. Doh!
bangerth [Tue, 8 Apr 2014 03:00:45 +0000 (03:00 +0000)]
Fix spelling. Doh!

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

10 years agoWork some more to get MS VC to like the code.
bangerth [Mon, 7 Apr 2014 23:17:04 +0000 (23:17 +0000)]
Work some more to get MS VC to like the code.

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

10 years agoAdd a test that currently fails.
bangerth [Mon, 7 Apr 2014 20:42:02 +0000 (20:42 +0000)]
Add a test that currently fails.

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

10 years agoCall reorder_cells() in merge_triangulations(), though this does not help for the...
bangerth [Mon, 7 Apr 2014 19:28:01 +0000 (19:28 +0000)]
Call reorder_cells() in merge_triangulations(), though this does not help for the current case.

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

10 years agoRemove stray default arguments
kronbichler [Mon, 7 Apr 2014 19:02:54 +0000 (19:02 +0000)]
Remove stray default arguments

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

10 years agoPatch by Denis Davydov: Add an optional argument to GridTools::laplace_transform...
bangerth [Mon, 7 Apr 2014 18:04:21 +0000 (18:04 +0000)]
Patch by Denis Davydov: Add an optional argument to GridTools::laplace_transform that indicates the local stiffness.

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

10 years agoChange the signature of approximate_derivative_tensor in hopes of convincing MS Visua...
bangerth [Mon, 7 Apr 2014 16:14:45 +0000 (16:14 +0000)]
Change the signature of approximate_derivative_tensor in hopes of convincing MS Visual C++ that everything with it is alright...

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

10 years agoBDM used wrong mapping type
kanschat [Sun, 6 Apr 2014 20:53:48 +0000 (20:53 +0000)]
BDM used wrong mapping type

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

10 years agoUpdate documentation
kronbichler [Sun, 6 Apr 2014 17:25:25 +0000 (17:25 +0000)]
Update documentation

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

10 years agoAdded tests for lac/VectorView
dakshina.ilangova [Sat, 5 Apr 2014 19:34:33 +0000 (19:34 +0000)]
Added tests for lac/VectorView

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

10 years agoAdded tests for lac/ShiftedMatrix
dakshina.ilangova [Sat, 5 Apr 2014 19:33:09 +0000 (19:33 +0000)]
Added tests for lac/ShiftedMatrix

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

10 years agoAdded tests for lac/PointerMatrix
dakshina.ilangova [Sat, 5 Apr 2014 19:31:21 +0000 (19:31 +0000)]
Added tests for lac/PointerMatrix

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

10 years agoFix undefined symbol CellAccessor<3,2>::subdomain_id that appears for some compilers...
kronbichler [Sat, 5 Apr 2014 15:03:29 +0000 (15:03 +0000)]
Fix undefined symbol CellAccessor<3,2>::subdomain_id that appears for some compilers due to r32708 by making a very simple function inline

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

10 years agoAvoid error when copying Table<2,bool>.
kronbichler [Sat, 5 Apr 2014 06:50:46 +0000 (06:50 +0000)]
Avoid error when copying Table<2,bool>.

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

10 years agoForgot one directory
kronbichler [Fri, 4 Apr 2014 12:38:36 +0000 (12:38 +0000)]
Forgot one directory

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

10 years agoFix DoFTools::extract_constant_modes for FE_Q_DG0
kronbichler [Fri, 4 Apr 2014 12:37:11 +0000 (12:37 +0000)]
Fix DoFTools::extract_constant_modes for FE_Q_DG0

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

10 years agoNo need for \f$...\f$, we have our own scripts that expand $...$ to exactly this.
bangerth [Thu, 3 Apr 2014 22:23:42 +0000 (22:23 +0000)]
No need for \f$...\f$, we have our own scripts that expand $...$ to exactly this.

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

10 years agoFix an aweful edit I made in the last patch.
young [Thu, 3 Apr 2014 13:18:54 +0000 (13:18 +0000)]
Fix an aweful edit I made in the last patch.

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

10 years agoAdd two standard accessors, m() and n(), and do some cleaning.
young [Thu, 3 Apr 2014 12:56:30 +0000 (12:56 +0000)]
Add two standard accessors, m() and n(), and do some cleaning.

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

10 years agoAdd Triangulation<1,spacedim>::fill_vertices_with_ghost_neighbors deleted in 32708...
kronbichler [Thu, 3 Apr 2014 06:28:55 +0000 (06:28 +0000)]
Add Triangulation<1,spacedim>::fill_vertices_with_ghost_neighbors deleted in 32708 again because the 1D part does not use the generic code.

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

10 years agoFully qualify namespace to make clang happy
kronbichler [Thu, 3 Apr 2014 05:49:08 +0000 (05:49 +0000)]
Fully qualify namespace to make clang happy

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

10 years agoUnify several copies of the same function into a single templated one. Saves a good...
bangerth [Thu, 3 Apr 2014 00:51:26 +0000 (00:51 +0000)]
Unify several copies of the same function into a single templated one. Saves a good amount of duplicated code.

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

10 years agoRemove a comment that does not provide any significant information.
bangerth [Tue, 1 Apr 2014 13:54:12 +0000 (13:54 +0000)]
Remove a comment that does not provide any significant information.

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

10 years agoAdd an assignment operator from a regular SparseMatrix.
young [Mon, 31 Mar 2014 07:14:35 +0000 (07:14 +0000)]
Add an assignment operator from a regular SparseMatrix.

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

10 years agoFix order of destruction in PreconditionAMG when temporary trilinos_matrix was used...
kronbichler [Sat, 29 Mar 2014 10:00:58 +0000 (10:00 +0000)]
Fix order of destruction in PreconditionAMG when temporary trilinos_matrix was used for construction.

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

10 years agoClarify a statement.
bangerth [Wed, 26 Mar 2014 01:51:58 +0000 (01:51 +0000)]
Clarify a statement.

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

10 years agoBe more conservative with #includes.
bangerth [Tue, 25 Mar 2014 13:01:31 +0000 (13:01 +0000)]
Be more conservative with #includes.

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

10 years agoClarify language.
bangerth [Mon, 24 Mar 2014 19:23:51 +0000 (19:23 +0000)]
Clarify language.

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

10 years agoAugment comments in several places to make them less unintelligible.
bangerth [Mon, 24 Mar 2014 19:19:55 +0000 (19:19 +0000)]
Augment comments in several places to make them less unintelligible.

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

10 years agoMake sure we return a value in a function that has a return type.
bangerth [Mon, 24 Mar 2014 19:10:08 +0000 (19:10 +0000)]
Make sure we return a value in a function that has a return type.

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

10 years agoAlso make sure we have the correct output file :-(
bangerth [Mon, 24 Mar 2014 03:15:37 +0000 (03:15 +0000)]
Also make sure we have the correct output file :-(

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

10 years agoAdjust implementation of laplace_transform to what had been documented.
bangerth [Mon, 24 Mar 2014 03:14:05 +0000 (03:14 +0000)]
Adjust implementation of laplace_transform to what had been documented.

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

10 years agoAdjust implementation of laplace_transform to what had been documented.
bangerth [Mon, 24 Mar 2014 03:13:45 +0000 (03:13 +0000)]
Adjust implementation of laplace_transform to what had been documented.

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

10 years agoFix a typo.
bangerth [Mon, 24 Mar 2014 02:39:53 +0000 (02:39 +0000)]
Fix a typo.

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

10 years agoMake detection of quadrature rule name in FE_Q/DGQArbitraryNodes more resilient for...
kronbichler [Fri, 21 Mar 2014 08:27:46 +0000 (08:27 +0000)]
Make detection of quadrature rule name in FE_Q/DGQArbitraryNodes more resilient for unknown quadrature rules

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

10 years agoClarify some language.
bangerth [Fri, 21 Mar 2014 01:56:03 +0000 (01:56 +0000)]
Clarify some language.

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

10 years agoUpdate the documentation: VisIT can read .pvtu since version 2.5.1
turcksin [Thu, 20 Mar 2014 22:13:06 +0000 (22:13 +0000)]
Update the documentation: VisIT can read .pvtu since version 2.5.1

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

10 years agoImprove error message.
bangerth [Thu, 20 Mar 2014 21:13:50 +0000 (21:13 +0000)]
Improve error message.

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

10 years agoMerge from trunk.
turcksin [Thu, 20 Mar 2014 20:57:13 +0000 (20:57 +0000)]
Merge from trunk.

git-svn-id: https://svn.dealii.org/branches/branch_paralution@32675 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agor32662 overwrote the changes in r32640, reapplied them
daniel.arndt [Thu, 20 Mar 2014 09:45:16 +0000 (09:45 +0000)]
r32662 overwrote the changes in r32640, reapplied them

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

10 years agoRemove stray occurrences of 'typename'.
bangerth [Wed, 19 Mar 2014 22:39:39 +0000 (22:39 +0000)]
Remove stray occurrences of 'typename'.

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

10 years agofix some typos
heister [Wed, 19 Mar 2014 18:49:09 +0000 (18:49 +0000)]
fix some typos

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

10 years agoSome rewording on PETSc compatibility.
young [Wed, 19 Mar 2014 18:06:01 +0000 (18:06 +0000)]
Some rewording on PETSc compatibility.

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

10 years agoRemove tested version number - encourage using latest PETSc.
young [Wed, 19 Mar 2014 14:16:00 +0000 (14:16 +0000)]
Remove tested version number - encourage using latest PETSc.

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

10 years agoDisable multithreading part in case threads are not used
kronbichler [Wed, 19 Mar 2014 13:10:36 +0000 (13:10 +0000)]
Disable multithreading part in case threads are not used

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

10 years agoupdate test
heister [Mon, 17 Mar 2014 14:43:00 +0000 (14:43 +0000)]
update test

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

10 years agoadd failing test
heister [Mon, 17 Mar 2014 14:42:23 +0000 (14:42 +0000)]
add failing test

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

10 years agoAvoid C++11-isms.
bangerth [Mon, 17 Mar 2014 12:40:31 +0000 (12:40 +0000)]
Avoid C++11-isms.

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

10 years agoDo not use 'typename' outside templates.
bangerth [Mon, 17 Mar 2014 01:08:09 +0000 (01:08 +0000)]
Do not use 'typename' outside templates.

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

10 years agoAdded support for inhomogeneous tangential and normal flow constraints
daniel.arndt [Mon, 17 Mar 2014 00:27:06 +0000 (00:27 +0000)]
Added support for inhomogeneous tangential and normal flow constraints

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

10 years agoFix a problem pointed out by Lei Qiao in one of the formulas.
bangerth [Sun, 16 Mar 2014 16:21:52 +0000 (16:21 +0000)]
Fix a problem pointed out by Lei Qiao in one of the formulas.

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

10 years agoClarify documentation.
bangerth [Sun, 16 Mar 2014 16:16:59 +0000 (16:16 +0000)]
Clarify documentation.

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

10 years agoMove TriaAccessor::parent_index to class CellAccessor since we keep this information...
bangerth [Sun, 16 Mar 2014 01:18:41 +0000 (01:18 +0000)]
Move TriaAccessor::parent_index to class CellAccessor since we keep this information only for cells. It could not have worked at any time for non-cells. Also update documentation in a couple of places.

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

10 years agoAdd a missing header file (for MS VC++) as pointed out by Helcio Mayor.
bangerth [Sat, 15 Mar 2014 12:21:33 +0000 (12:21 +0000)]
Add a missing header file (for MS VC++) as pointed out by Helcio Mayor.

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

10 years agoMake the documentation of one function slightly clearer.
bangerth [Sat, 15 Mar 2014 03:01:56 +0000 (03:01 +0000)]
Make the documentation of one function slightly clearer.

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

10 years agoAdd a test by Ross Kynch for VectorTools::project_boundary_values_curl_conforming.
bangerth [Sat, 15 Mar 2014 02:13:08 +0000 (02:13 +0000)]
Add a test by Ross Kynch for VectorTools::project_boundary_values_curl_conforming.

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

10 years agoRemove a file that is no longer needed (and hasn't been for a long time).
bangerth [Sat, 15 Mar 2014 02:05:24 +0000 (02:05 +0000)]
Remove a file that is no longer needed (and hasn't been for a long time).

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

10 years agoRewrite a piece of code that accessed an internal representation of the data used...
bangerth [Sat, 15 Mar 2014 00:06:34 +0000 (00:06 +0000)]
Rewrite a piece of code that accessed an internal representation of the data used in a vector.

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

10 years agoAvoid a problem with MS VC++ by adding a configuration check and providing a work...
bangerth [Fri, 14 Mar 2014 23:30:11 +0000 (23:30 +0000)]
Avoid a problem with MS VC++ by adding a configuration check and providing a work-around in that case.

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

10 years agoImprove some assertions
kronbichler [Fri, 14 Mar 2014 14:50:29 +0000 (14:50 +0000)]
Improve some assertions

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

10 years agoUpdate test results.
buerg [Thu, 13 Mar 2014 13:43:06 +0000 (13:43 +0000)]
Update test results.

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

10 years agoMinor documentation typo in equation
scott.miller [Thu, 13 Mar 2014 13:13:46 +0000 (13:13 +0000)]
Minor documentation typo in equation

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

10 years agoTricial crap. Toby needs the dee.
young [Wed, 12 Mar 2014 19:37:18 +0000 (19:37 +0000)]
Tricial crap. Toby needs the dee.

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

10 years agostep-7: change variable name that confused students
heister [Wed, 12 Mar 2014 17:32:37 +0000 (17:32 +0000)]
step-7: change variable name that confused students

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

10 years agofix doxygen formatting problem
heister [Wed, 12 Mar 2014 15:15:19 +0000 (15:15 +0000)]
fix doxygen formatting problem

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

10 years agoremove offensive output line
kanschat [Wed, 12 Mar 2014 15:04:27 +0000 (15:04 +0000)]
remove offensive output line

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

10 years agoadd missing include
kanschat [Wed, 12 Mar 2014 15:00:51 +0000 (15:00 +0000)]
add missing include

git-svn-id: https://svn.dealii.org/trunk@32644 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.