]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
10 years agoLeave a comment to clarify things.
Wolfgang Bangerth [Tue, 21 Jan 2014 06:39:18 +0000 (06:39 +0000)]
Leave a comment to clarify things.

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

10 years agoFix the same problem again in another location.
Wolfgang Bangerth [Tue, 21 Jan 2014 06:31:36 +0000 (06:31 +0000)]
Fix the same problem again in another location.

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

10 years agoFix a recently introduced problem with SolutionTransfer.
Wolfgang Bangerth [Tue, 21 Jan 2014 06:20:58 +0000 (06:20 +0000)]
Fix a recently introduced problem with SolutionTransfer.

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

10 years agoPatch by Mihai: Also extend the ability to deal with explicit FE spaces to set_dof_va...
Wolfgang Bangerth [Tue, 21 Jan 2014 03:45:06 +0000 (03:45 +0000)]
Patch by Mihai: Also extend the ability to deal with explicit FE spaces to set_dof_values_by_interpolation.

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

10 years agoAdd extract_row_copy method to chunk sparse matrix since iterators are very slow
Martin Kronbichler [Mon, 20 Jan 2014 20:01:30 +0000 (20:01 +0000)]
Add extract_row_copy method to chunk sparse matrix since iterators are very slow

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

10 years agoAllow use of AssertDimension without 'using namespace dealii'
Martin Kronbichler [Mon, 20 Jan 2014 16:40:32 +0000 (16:40 +0000)]
Allow use of AssertDimension without 'using namespace dealii'

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

10 years agoSlightly extend full matrix interface.
Toby D. Young [Mon, 20 Jan 2014 12:05:00 +0000 (12:05 +0000)]
Slightly extend full matrix interface.

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

10 years agoSimplify exchange of data in Trilinos sparse matrix reinit: Can use the nonlocal_grap...
Martin Kronbichler [Mon, 20 Jan 2014 12:03:12 +0000 (12:03 +0000)]
Simplify exchange of data in Trilinos sparse matrix reinit: Can use the nonlocal_graph directly. Apparently, I would need another entry point into distribute_sparsity_pattern to fix the deal.II transfer.

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

10 years agoSimplify exchange of data in Trilinos sparse matrix reinit: Can use the nonlocal_grap...
Martin Kronbichler [Mon, 20 Jan 2014 12:03:00 +0000 (12:03 +0000)]
Simplify exchange of data in Trilinos sparse matrix reinit: Can use the nonlocal_graph directly. Apparently, I would need another entry point into distribute_sparsity_pattern to fix the deal.II transfer.

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

10 years agoNeed to add a few more entries to non-local part of sparsity pattern for MeshWorker...
Martin Kronbichler [Mon, 20 Jan 2014 09:01:13 +0000 (09:01 +0000)]
Need to add a few more entries to non-local part of sparsity pattern for MeshWorker assembly. Now the reason for failing MG tests is a wrong prolongation matrix where some non-local rows get lost

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

10 years agoFix failure of multigrid on some OpenMPI versions
Martin Kronbichler [Mon, 20 Jan 2014 08:59:59 +0000 (08:59 +0000)]
Fix failure of multigrid on some OpenMPI versions

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

10 years agoTry to fix some tests by adding more elements to sparsity pattern over processor...
Martin Kronbichler [Sun, 19 Jan 2014 22:06:41 +0000 (22:06 +0000)]
Try to fix some tests by adding more elements to sparsity pattern over processor boundaries

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

10 years agoDo not create non-local graph when there are no ghost rows specified.
Martin Kronbichler [Sun, 19 Jan 2014 21:53:50 +0000 (21:53 +0000)]
Do not create non-local graph when there are no ghost rows specified.

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

10 years agoFix 64 bit bug
Martin Kronbichler [Sun, 19 Jan 2014 20:59:03 +0000 (20:59 +0000)]
Fix 64 bit bug

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

10 years agoCorrect test output
Martin Kronbichler [Sun, 19 Jan 2014 20:54:54 +0000 (20:54 +0000)]
Correct test output

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

10 years agoAllow constant modes for FE_RaviartThomas and FE_Nedelec.
Martin Kronbichler [Sun, 19 Jan 2014 19:54:31 +0000 (19:54 +0000)]
Allow constant modes for FE_RaviartThomas and FE_Nedelec.

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

10 years agoFix extract_constant_modes for FE_DGP etc.
Martin Kronbichler [Sun, 19 Jan 2014 14:29:09 +0000 (14:29 +0000)]
Fix extract_constant_modes for FE_DGP etc.

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

10 years agoFix at least one issue with my commit: The flux sparsity pattern needs to include...
Martin Kronbichler [Sat, 18 Jan 2014 22:41:19 +0000 (22:41 +0000)]
Fix at least one issue with my commit: The flux sparsity pattern needs to include other-other coupling when using MeshWorker

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

10 years agoNew tests.
Wolfgang Bangerth [Sat, 18 Jan 2014 19:30:44 +0000 (19:30 +0000)]
New tests.

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

10 years agoImplement more functionality for get_interpolated_dof_values.
Wolfgang Bangerth [Sat, 18 Jan 2014 19:30:26 +0000 (19:30 +0000)]
Implement more functionality for get_interpolated_dof_values.

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

10 years agoFix warning
Martin Kronbichler [Sat, 18 Jan 2014 16:46:56 +0000 (16:46 +0000)]
Fix warning

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

10 years agoUse thread-safe path for Trilinos matrix assembly also when initializing with a Compr...
Martin Kronbichler [Sat, 18 Jan 2014 16:22:14 +0000 (16:22 +0000)]
Use thread-safe path for Trilinos matrix assembly also when initializing with a CompressedSimpleSparsityPattern

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

10 years agoadd test for all_zero
Timo Heister [Fri, 17 Jan 2014 22:49:20 +0000 (22:49 +0000)]
add test for all_zero

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

10 years agofix all_zero() for PETSc vectors. add documentation for Trilinos as well.
Timo Heister [Fri, 17 Jan 2014 22:46:29 +0000 (22:46 +0000)]
fix all_zero() for PETSc vectors. add documentation for Trilinos as well.

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

10 years agoDisallow calling some functions in the hp context on non-active cells.
Wolfgang Bangerth [Fri, 17 Jan 2014 22:02:15 +0000 (22:02 +0000)]
Disallow calling some functions in the hp context on non-active cells.

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

10 years agoDisallow calling some functions in the hp context on non-active cells.
Wolfgang Bangerth [Fri, 17 Jan 2014 22:02:02 +0000 (22:02 +0000)]
Disallow calling some functions in the hp context on non-active cells.

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

10 years agoImprove error message.
Wolfgang Bangerth [Fri, 17 Jan 2014 20:56:08 +0000 (20:56 +0000)]
Improve error message.

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

10 years agofix typo
Timo Heister [Fri, 17 Jan 2014 17:07:34 +0000 (17:07 +0000)]
fix typo

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

10 years agoCapitalize 'stokes'.
Wolfgang Bangerth [Fri, 17 Jan 2014 16:48:45 +0000 (16:48 +0000)]
Capitalize 'stokes'.

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

10 years agoFix typo.
Toby D. Young [Fri, 17 Jan 2014 12:54:48 +0000 (12:54 +0000)]
Fix typo.

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

10 years agoImprove comments
Martin Kronbichler [Fri, 17 Jan 2014 07:52:11 +0000 (07:52 +0000)]
Improve comments

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

10 years agoInitialize Trilinos parallel matrices with additional relevant set in order to allow...
Martin Kronbichler [Fri, 17 Jan 2014 07:26:11 +0000 (07:26 +0000)]
Initialize Trilinos parallel matrices with additional relevant set in order to allow for multiple threads to write into the matrix (even though we don't use this functionality right now).

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

10 years agoFix quadratic complexity in number of ranges in two methods. Do not directly insert...
Martin Kronbichler [Thu, 16 Jan 2014 12:40:23 +0000 (12:40 +0000)]
Fix quadratic complexity in number of ranges in two methods. Do not directly insert into an IndexSet with MGTools::extract_inner_interface_dofs.

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

10 years agoFix typo.
Wolfgang Bangerth [Wed, 15 Jan 2014 22:25:37 +0000 (22:25 +0000)]
Fix typo.

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

10 years agomake it more clear the hyper_L works in 2d and 3d.
Timo Heister [Wed, 15 Jan 2014 21:22:52 +0000 (21:22 +0000)]
make it more clear the hyper_L works in 2d and 3d.

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

10 years agoFix tests/fe/crash_01.cc.
Markus Buerg [Wed, 15 Jan 2014 20:16:19 +0000 (20:16 +0000)]
Fix tests/fe/crash_01.cc.

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

10 years agoFully qualify a name to make MS VC++ happy.
Wolfgang Bangerth [Wed, 15 Jan 2014 16:44:10 +0000 (16:44 +0000)]
Fully qualify a name to make MS VC++ happy.

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

10 years agoTry not to confuse MS VC by having this:
Wolfgang Bangerth [Wed, 15 Jan 2014 16:43:16 +0000 (16:43 +0000)]
Try not to confuse MS VC by having this:

estimate (...,
          const Function<spacedim>                   */*coefficient*/,
          ...)

where MSVC gets tripped up by the */ thinking it closes a comment.

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

10 years agoAlso import the DataOutBase::Patch name into DataOutInterface to make MS VC
Wolfgang Bangerth [Wed, 15 Jan 2014 16:34:36 +0000 (16:34 +0000)]
Also import the DataOutBase::Patch name into DataOutInterface to make MS VC
happy.

Fix a couple of minor editorial warts.

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

10 years agoFully qualify a namespace to make MS VC++ happy.
Wolfgang Bangerth [Wed, 15 Jan 2014 02:51:28 +0000 (02:51 +0000)]
Fully qualify a namespace to make MS VC++ happy.

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

10 years agoUse double instead of float in one place to avoid a MS VC++ warning.
Wolfgang Bangerth [Wed, 15 Jan 2014 02:48:08 +0000 (02:48 +0000)]
Use double instead of float in one place to avoid a MS VC++ warning.

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

10 years agoDo not name an unused variable.
Wolfgang Bangerth [Wed, 15 Jan 2014 02:46:51 +0000 (02:46 +0000)]
Do not name an unused variable.

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

10 years agomake the test fail for real
Timo Heister [Tue, 14 Jan 2014 18:05:27 +0000 (18:05 +0000)]
make the test fail for real

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

10 years agoadd failing test
Timo Heister [Tue, 14 Jan 2014 18:05:04 +0000 (18:05 +0000)]
add failing test

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

10 years agoPrevent MSVC from #defining min and max as macros.
Wolfgang Bangerth [Tue, 14 Jan 2014 16:29:20 +0000 (16:29 +0000)]
Prevent MSVC from #defining min and max as macros.

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

10 years agoAvoid invalid cast from one to another DoFHandler type.
Wolfgang Bangerth [Tue, 14 Jan 2014 16:08:14 +0000 (16:08 +0000)]
Avoid invalid cast from one to another DoFHandler type.

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

10 years agoMatch names of template arguments. This appears to confuse MSVC otherwise...
Wolfgang Bangerth [Mon, 13 Jan 2014 23:31:29 +0000 (23:31 +0000)]
Match names of template arguments. This appears to confuse MSVC otherwise...

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

10 years agoAdded interpolate instantiation for codimension one.
Luca Heltai [Mon, 13 Jan 2014 16:45:57 +0000 (16:45 +0000)]
Added interpolate instantiation for codimension one.

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

10 years agoadd two useful fields
Guido Kanschat [Mon, 13 Jan 2014 12:13:32 +0000 (12:13 +0000)]
add two useful fields

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

10 years agoadd remesh event
Guido Kanschat [Sun, 12 Jan 2014 16:23:52 +0000 (16:23 +0000)]
add remesh event

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

10 years agoRevert to r32190.
Markus Buerg [Sat, 11 Jan 2014 15:59:02 +0000 (15:59 +0000)]
Revert to r32190.

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

10 years agoRevert to r32190.
Markus Buerg [Sat, 11 Jan 2014 15:57:13 +0000 (15:57 +0000)]
Revert to r32190.

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

10 years agoavoid deprecated functions
Guido Kanschat [Sat, 11 Jan 2014 15:07:41 +0000 (15:07 +0000)]
avoid deprecated functions

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

10 years agofix warning about ambiguous else branch
Timo Heister [Sat, 11 Jan 2014 01:52:06 +0000 (01:52 +0000)]
fix warning about ambiguous else branch

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

10 years agoRestore accidently deleted function.
Markus Buerg [Fri, 10 Jan 2014 23:01:52 +0000 (23:01 +0000)]
Restore accidently deleted function.

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

10 years agoCompute hessians for FE_Nedelec correctly.
Markus Buerg [Fri, 10 Jan 2014 22:35:44 +0000 (22:35 +0000)]
Compute hessians for FE_Nedelec correctly.

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

10 years agoIt does not make sense to test WorkStream with both empty worker and copier. Adjust...
Martin Kronbichler [Fri, 10 Jan 2014 20:19:13 +0000 (20:19 +0000)]
It does not make sense to test WorkStream with both empty worker and copier. Adjust the test case.

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

10 years agoremove warning (comment within comment)
Timo Heister [Fri, 10 Jan 2014 14:16:36 +0000 (14:16 +0000)]
remove warning (comment within comment)

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

10 years agoFix comments left-over from the testcase from which these were generated.
Wolfgang Bangerth [Thu, 9 Jan 2014 22:41:53 +0000 (22:41 +0000)]
Fix comments left-over from the testcase from which these were generated.

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

10 years agoremove typename that shouldn't be there
Timo Heister [Thu, 9 Jan 2014 19:21:22 +0000 (19:21 +0000)]
remove typename that shouldn't be there

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

10 years agoFix another comment that was no longer accurate.
Wolfgang Bangerth [Thu, 9 Jan 2014 03:37:14 +0000 (03:37 +0000)]
Fix another comment that was no longer accurate.

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

10 years agoFix a comment that is wrong because it was simply copy-pasted.
Wolfgang Bangerth [Thu, 9 Jan 2014 03:16:55 +0000 (03:16 +0000)]
Fix a comment that is wrong because it was simply copy-pasted.

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

10 years agoMention previous changes.
Wolfgang Bangerth [Thu, 9 Jan 2014 00:28:34 +0000 (00:28 +0000)]
Mention previous changes.

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

10 years agoFix the same bug in one more place.
Wolfgang Bangerth [Thu, 9 Jan 2014 00:18:50 +0000 (00:18 +0000)]
Fix the same bug in one more place.

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

10 years agoFix more bugs...
Wolfgang Bangerth [Thu, 9 Jan 2014 00:11:48 +0000 (00:11 +0000)]
Fix more bugs...

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

10 years agoFix more bugs.
Wolfgang Bangerth [Thu, 9 Jan 2014 00:02:39 +0000 (00:02 +0000)]
Fix more bugs.

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

10 years agoFix a testcase by Minh Do-Quang: DataOut also got with FE_Nothing elements.
Wolfgang Bangerth [Wed, 8 Jan 2014 23:32:11 +0000 (23:32 +0000)]
Fix a testcase by Minh Do-Quang: DataOut also got with FE_Nothing elements.

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

10 years agoFix a testcase by Minh Do-Quang: FESystem got a bit confused with FE_Nothing elements.
Wolfgang Bangerth [Wed, 8 Jan 2014 22:54:05 +0000 (22:54 +0000)]
Fix a testcase by Minh Do-Quang: FESystem got a bit confused with FE_Nothing elements.

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

10 years agoAdd one.
Wolfgang Bangerth [Wed, 8 Jan 2014 02:40:27 +0000 (02:40 +0000)]
Add one.

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

10 years agofix typo
Timo Heister [Tue, 7 Jan 2014 13:57:17 +0000 (13:57 +0000)]
fix typo

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

10 years agoMake compile with 64 bit integers.
Martin Kronbichler [Tue, 7 Jan 2014 08:23:15 +0000 (08:23 +0000)]
Make compile with 64 bit integers.

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

10 years agoFix bug in project_boundary_values_curl_conforming also for higher-order case.
Markus Buerg [Sun, 5 Jan 2014 23:45:35 +0000 (23:45 +0000)]
Fix bug in project_boundary_values_curl_conforming also for higher-order case.

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

10 years agoFix bug in project_boundary_values_curl_conforming.
Markus Buerg [Sun, 5 Jan 2014 23:39:01 +0000 (23:39 +0000)]
Fix bug in project_boundary_values_curl_conforming.

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

10 years agoDocument deprecations
Guido Kanschat [Sat, 4 Jan 2014 23:40:41 +0000 (23:40 +0000)]
Document deprecations

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

10 years agotest results fixed
Guido Kanschat [Sat, 4 Jan 2014 23:27:48 +0000 (23:27 +0000)]
test results fixed
old code was wrong, new code is hopefully better

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

10 years agorework MGConstrainedDofs to use IndexSet as the datastructure
Timo Heister [Sat, 4 Jan 2014 23:24:03 +0000 (23:24 +0000)]
rework MGConstrainedDofs to use IndexSet as the datastructure

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

10 years agosimplify logic
Guido Kanschat [Sat, 4 Jan 2014 23:23:43 +0000 (23:23 +0000)]
simplify logic

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

10 years agois_boundary_index() returns false if no boundary indices are set
Guido Kanschat [Sat, 4 Jan 2014 23:12:47 +0000 (23:12 +0000)]
is_boundary_index() returns false if no boundary indices are set

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

10 years agoMGTools::make_boundary_list can work on ghost cells too
Timo Heister [Sat, 4 Jan 2014 09:26:17 +0000 (09:26 +0000)]
MGTools::make_boundary_list can work on ghost cells too

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

10 years agotypo
Timo Heister [Fri, 3 Jan 2014 18:03:48 +0000 (18:03 +0000)]
typo

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

10 years agoremove one big field
Guido Kanschat [Fri, 3 Jan 2014 17:49:10 +0000 (17:49 +0000)]
remove one big field

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

10 years agoremove if with identical code in both branches
Guido Kanschat [Fri, 3 Jan 2014 17:48:41 +0000 (17:48 +0000)]
remove if with identical code in both branches

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

10 years agosimplify again
Guido Kanschat [Fri, 3 Jan 2014 16:30:11 +0000 (16:30 +0000)]
simplify again

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

10 years agoadd comment
Timo Heister [Fri, 3 Jan 2014 13:54:05 +0000 (13:54 +0000)]
add comment

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

10 years agoremove superfluous boundary logic
Timo Heister [Fri, 3 Jan 2014 13:52:50 +0000 (13:52 +0000)]
remove superfluous boundary logic

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

10 years agosimplify test
Timo Heister [Fri, 3 Jan 2014 13:50:27 +0000 (13:50 +0000)]
simplify test

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

10 years agoadd test to check meshworker boundary terms
Timo Heister [Fri, 3 Jan 2014 13:48:18 +0000 (13:48 +0000)]
add test to check meshworker boundary terms

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

10 years agomeshworker: only assemble boundary terms for own cells
Timo Heister [Fri, 3 Jan 2014 13:47:57 +0000 (13:47 +0000)]
meshworker: only assemble boundary terms for own cells

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

10 years agoremove dead code
Timo Heister [Fri, 3 Jan 2014 13:34:19 +0000 (13:34 +0000)]
remove dead code

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

10 years agoadd documentation of level_cell
Guido Kanschat [Fri, 3 Jan 2014 13:34:16 +0000 (13:34 +0000)]
add documentation of level_cell

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

10 years agofix parallel mg test
Timo Heister [Fri, 3 Jan 2014 13:31:55 +0000 (13:31 +0000)]
fix parallel mg test

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

10 years agohandle artificial cells in DofInfoBox
Timo Heister [Fri, 3 Jan 2014 13:30:18 +0000 (13:30 +0000)]
handle artificial cells in DofInfoBox

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

10 years agoremove default argument
Guido Kanschat [Fri, 3 Jan 2014 12:16:21 +0000 (12:16 +0000)]
remove default argument

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

10 years agoadd new test
Timo Heister [Fri, 3 Jan 2014 12:02:03 +0000 (12:02 +0000)]
add new test

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

10 years agoupdate meshworker tests
Timo Heister [Fri, 3 Jan 2014 11:49:35 +0000 (11:49 +0000)]
update meshworker tests

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

10 years agomeshworker: work on logic for ghost faces
Timo Heister [Fri, 3 Jan 2014 11:48:05 +0000 (11:48 +0000)]
meshworker: work on logic for ghost faces

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

10 years agoMake new function default
Guido Kanschat [Fri, 3 Jan 2014 11:47:30 +0000 (11:47 +0000)]
Make new function default

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

10 years agoremove deprecated constructor
Guido Kanschat [Fri, 3 Jan 2014 11:15:53 +0000 (11:15 +0000)]
remove deprecated constructor

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

10 years agomeshworker loop: own_faces=both with hanging nodes not supported
Timo Heister [Fri, 3 Jan 2014 10:36:49 +0000 (10:36 +0000)]
meshworker loop: own_faces=both with hanging nodes not supported

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

10 years agoNote that both side processing is not implemetned for hanging nodes
Guido Kanschat [Fri, 3 Jan 2014 10:29:59 +0000 (10:29 +0000)]
Note that both side processing is not implemetned for hanging nodes

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