]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
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

10 years agoadd meshworker tests
Timo Heister [Fri, 3 Jan 2014 10:15:57 +0000 (10:15 +0000)]
add meshworker tests

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

10 years agomeshworker loop: use LoopControl, add cells_first flag, fix logic, deprecate old...
Timo Heister [Fri, 3 Jan 2014 10:13:47 +0000 (10:13 +0000)]
meshworker loop: use LoopControl, add cells_first flag, fix logic, deprecate old functions

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

10 years agoupdate publications html page
Timo Heister [Fri, 3 Jan 2014 10:01:50 +0000 (10:01 +0000)]
update publications html page

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

10 years agoremove arraycolsep in documentation because mathjax can not deal with it
Timo Heister [Fri, 3 Jan 2014 09:35:53 +0000 (09:35 +0000)]
remove arraycolsep in documentation because mathjax can not deal with it

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

10 years agoCMake: Add a configuration option for mathjax
Matthias 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
Matthias 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
Martin 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
Martin 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
Martin 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
Martin 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
Martin 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...
Wolfgang 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.
Wolfgang 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
Timo 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...
Matthias 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...
Martin 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
Martin 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."
Matthias 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
Matthias 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...
Wolfgang 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...
Matthias 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
Matthias 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
Wolfgang 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.
Wolfgang 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.
Wolfgang 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
Martin 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


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.