]>
https://gitweb.dealii.org/ - dealii.git/log
Timo Heister [Tue, 21 Jan 2014 15:44:16 +0000 (15:44 +0000)]
fix broken PETScWrappers::MPI::Vector::print() in parallel
git-svn-id: https://svn.dealii.org/trunk@32280
0785d39b -7218-0410-832d-
ea1e28bc413d
Timo Heister [Tue, 21 Jan 2014 14:44:40 +0000 (14:44 +0000)]
fix another place where we should use MPI_Allreduce instead of MPI_Reduce
git-svn-id: https://svn.dealii.org/trunk@32279
0785d39b -7218-0410-832d-
ea1e28bc413d
Martin Kronbichler [Tue, 21 Jan 2014 08:30:25 +0000 (08:30 +0000)]
Test extract_row_copy, fix two bugs
git-svn-id: https://svn.dealii.org/trunk@32276
0785d39b -7218-0410-832d-
ea1e28bc413d
Martin Kronbichler [Tue, 21 Jan 2014 07:38:45 +0000 (07:38 +0000)]
Fix test
git-svn-id: https://svn.dealii.org/trunk@32275
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Tue, 21 Jan 2014 07:34:12 +0000 (07:34 +0000)]
Improve error message.
git-svn-id: https://svn.dealii.org/trunk@32274
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Tue, 21 Jan 2014 06:49:27 +0000 (06:49 +0000)]
Clear active_fe_index flags on non-active cells since they have no meaning.
git-svn-id: https://svn.dealii.org/trunk@32273
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Tue, 21 Jan 2014 06:44:34 +0000 (06:44 +0000)]
Another test.
git-svn-id: https://svn.dealii.org/trunk@32272
0785d39b -7218-0410-832d-
ea1e28bc413d
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.