]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
12 years agoCommit Sven's latest version.
bangerth [Fri, 13 Apr 2012 08:24:21 +0000 (08:24 +0000)]
Commit Sven's latest version.

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

12 years agoThrow an exception if someone initializes an FEValues object with a quadrature formul...
bangerth [Fri, 13 Apr 2012 07:51:20 +0000 (07:51 +0000)]
Throw an exception if someone initializes an FEValues object with a quadrature formula that has no quadrature points. This can happen, more by accident, if one uses fe.unit_support_points as quadrature points and happens to try to do that with a non-interpolating element such as FE_DGP. If one later accesses fe_values.shape_value(i,q) for q=0...dofs_per_cell the resulting error message is completely unintelligible (it complains about an out-of-bounds access to some strange table). Better catch these sorts of cases up front.

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

12 years agoUpdate with Sven Wetterauer's minimal surface equation problem.
bangerth [Thu, 12 Apr 2012 08:09:38 +0000 (08:09 +0000)]
Update with Sven Wetterauer's minimal surface equation problem.

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

12 years agoPatch suggest by Jennifer Worthen: Add missing breaks in a switch statement.
bangerth [Tue, 10 Apr 2012 19:34:34 +0000 (19:34 +0000)]
Patch suggest by Jennifer Worthen: Add missing breaks in a switch statement.

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

12 years agoOnly print a message if something actually happened.
bangerth [Tue, 10 Apr 2012 10:33:31 +0000 (10:33 +0000)]
Only print a message if something actually happened.

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

12 years agoFix a type oversight.
bangerth [Tue, 10 Apr 2012 08:36:09 +0000 (08:36 +0000)]
Fix a type oversight.

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

12 years agoAdd a TODO.
bangerth [Tue, 10 Apr 2012 08:35:35 +0000 (08:35 +0000)]
Add a TODO.

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

12 years agoAdd an explict cast.
bangerth [Tue, 10 Apr 2012 08:33:48 +0000 (08:33 +0000)]
Add an explict cast.

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

12 years agoRemove -ftemplate-depth-128 from the list of flags.
bangerth [Sun, 8 Apr 2012 16:20:28 +0000 (16:20 +0000)]
Remove  -ftemplate-depth-128 from the list of flags.

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

12 years agoAvoid some warnings due to type mismatches.
bangerth [Sun, 8 Apr 2012 15:58:05 +0000 (15:58 +0000)]
Avoid some warnings due to type mismatches.

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

12 years agoDelete boost 1.46.1.
kronbichler [Sat, 7 Apr 2012 18:58:37 +0000 (18:58 +0000)]
Delete boost 1.46.1.

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

12 years agoDelete boost 1.46.1 and link in the new version 1.49.0.
kronbichler [Sat, 7 Apr 2012 18:58:04 +0000 (18:58 +0000)]
Delete boost 1.46.1 and link in the new version 1.49.0.

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

12 years agoApply previously applied patches to boost.
kronbichler [Sat, 7 Apr 2012 18:55:35 +0000 (18:55 +0000)]
Apply previously applied patches to boost.

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

12 years agoAdd boost-1.49.0.
kronbichler [Sat, 7 Apr 2012 18:14:54 +0000 (18:14 +0000)]
Add boost-1.49.0.

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

12 years agoCleanup some tests.
kronbichler [Sat, 7 Apr 2012 17:06:22 +0000 (17:06 +0000)]
Cleanup some tests.

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

12 years agoremove unused variable
kanschat [Thu, 5 Apr 2012 16:11:42 +0000 (16:11 +0000)]
remove unused variable

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

12 years agoset neighbor geometry data on request
kanschat [Thu, 5 Apr 2012 15:53:34 +0000 (15:53 +0000)]
set neighbor geometry data on request

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

12 years agoadd missing documentation
kanschat [Thu, 5 Apr 2012 15:28:46 +0000 (15:28 +0000)]
add missing documentation

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

12 years agoadd matrix integrators
kanschat [Wed, 4 Apr 2012 19:37:47 +0000 (19:37 +0000)]
add matrix integrators

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

12 years agoMake compile again.
kronbichler [Wed, 4 Apr 2012 18:11:40 +0000 (18:11 +0000)]
Make compile again.

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

12 years agoPatch by Jason Sheldon: Generalize FESystem::clone.
bangerth [Wed, 4 Apr 2012 07:06:33 +0000 (07:06 +0000)]
Patch by Jason Sheldon: Generalize FESystem::clone.

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

12 years agoPatch by Jason Sheldon: Add one missing instantiation.
bangerth [Wed, 4 Apr 2012 07:06:10 +0000 (07:06 +0000)]
Patch by Jason Sheldon: Add one missing instantiation.

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

12 years agouse safe threshold
kanschat [Tue, 3 Apr 2012 20:24:56 +0000 (20:24 +0000)]
use safe threshold

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

12 years agoadd some statistics
kanschat [Tue, 3 Apr 2012 20:24:22 +0000 (20:24 +0000)]
add some statistics

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

12 years agoadd coarse grid solver based on SVD
kanschat [Tue, 3 Apr 2012 18:45:11 +0000 (18:45 +0000)]
add coarse grid solver based on SVD

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

12 years agoOnly include documented objects into the online documentation
kanschat [Tue, 3 Apr 2012 18:44:25 +0000 (18:44 +0000)]
Only include documented objects into the online documentation

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

12 years agointroduce a doxygen comment for LAPACK
kanschat [Tue, 3 Apr 2012 00:57:20 +0000 (00:57 +0000)]
introduce a doxygen comment for LAPACK

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

12 years agomake documentation more precise
kanschat [Tue, 3 Apr 2012 00:33:32 +0000 (00:33 +0000)]
make documentation more precise

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

12 years agoChange documentation a bit
kanschat [Tue, 3 Apr 2012 00:15:05 +0000 (00:15 +0000)]
Change documentation a bit

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

12 years agonew IndexSet to count the contact constraints
frohne [Mon, 2 Apr 2012 22:53:21 +0000 (22:53 +0000)]
new IndexSet to count the contact constraints

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

12 years agoFix documentation
kanschat [Mon, 2 Apr 2012 20:56:52 +0000 (20:56 +0000)]
Fix documentation

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

12 years agocheck in before more accidents happen with reformatting
kanschat [Mon, 2 Apr 2012 20:53:57 +0000 (20:53 +0000)]
check in before more accidents happen with reformatting

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

12 years agoFix duplicate instantiation.
bangerth [Mon, 2 Apr 2012 20:12:33 +0000 (20:12 +0000)]
Fix duplicate instantiation.

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

12 years agoImprove graphical output.
bangerth [Mon, 2 Apr 2012 17:29:52 +0000 (17:29 +0000)]
Improve graphical output.

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

12 years agoAdd a TODO.
bangerth [Mon, 2 Apr 2012 15:25:05 +0000 (15:25 +0000)]
Add a TODO.

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

12 years agoFix which indices are allowed into the active set.
bangerth [Mon, 2 Apr 2012 15:23:16 +0000 (15:23 +0000)]
Fix which indices are allowed into the active set.

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

12 years agoClean up.
frohne [Mon, 2 Apr 2012 15:06:44 +0000 (15:06 +0000)]
Clean up.

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

12 years agoSet properties.
bangerth [Mon, 2 Apr 2012 13:41:28 +0000 (13:41 +0000)]
Set properties.

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

12 years agoSet properties.
bangerth [Mon, 2 Apr 2012 13:35:46 +0000 (13:35 +0000)]
Set properties.

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

12 years agoSet up auxiliary files.
bangerth [Mon, 2 Apr 2012 13:34:57 +0000 (13:34 +0000)]
Set up auxiliary files.

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

12 years agoAdd a link to the wikipedia article.
bangerth [Mon, 2 Apr 2012 13:27:41 +0000 (13:27 +0000)]
Add a link to the wikipedia article.

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

12 years agoAdd step-41.
bangerth [Mon, 2 Apr 2012 13:20:23 +0000 (13:20 +0000)]
Add step-41.

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

12 years agoChange intro according to what Joerg proposed.
bangerth [Mon, 2 Apr 2012 13:05:57 +0000 (13:05 +0000)]
Change intro according to what Joerg proposed.

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

12 years agoInitial version of elasto-plastic contact problem
frohne [Mon, 2 Apr 2012 13:00:37 +0000 (13:00 +0000)]
Initial version of elasto-plastic contact problem

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

12 years agoAdd ability to call ConstraintMatrix::set_zero for parallel vectors.
frohne [Mon, 2 Apr 2012 12:35:26 +0000 (12:35 +0000)]
Add ability to call ConstraintMatrix::set_zero for parallel vectors.

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

12 years agoUpdate output files.
bangerth [Mon, 2 Apr 2012 08:35:44 +0000 (08:35 +0000)]
Update output files.

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

12 years agoMinor markup-fix.
bangerth [Sat, 31 Mar 2012 10:45:12 +0000 (10:45 +0000)]
Minor markup-fix.

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

12 years agoImplement writing an index into the latex representation of parameter trees. For...
bangerth [Sat, 31 Mar 2012 10:41:51 +0000 (10:41 +0000)]
Implement writing an index into the latex representation of parameter trees. For large parameter files this gives a way to search for individual parameters when printing all of their information into a manual. For reference, the ASPECT manual currently lists 14 pages of run-time parameters.

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

12 years agoConvert tabs into spaces so that editors with different notions how many spaces a...
bangerth [Sat, 31 Mar 2012 09:23:59 +0000 (09:23 +0000)]
Convert tabs into spaces so that editors with different notions how many spaces a tab corresponds to still all show our carefully indented code correctly.

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

12 years agoConvert tabs into spaces so that editors with different notions how many spaces a...
bangerth [Sat, 31 Mar 2012 08:37:04 +0000 (08:37 +0000)]
Convert tabs into spaces so that editors with different notions how many spaces a tab corresponds to still all show our carefully indented code correctly.

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

12 years agoConvert tabs into spaces so that editors with different notions how many spaces a...
bangerth [Fri, 30 Mar 2012 21:44:32 +0000 (21:44 +0000)]
Convert tabs into spaces so that editors with different notions how many spaces a tab corresponds to still all show our carefully indented code correctly.

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

12 years agoFix indentation.
bangerth [Fri, 30 Mar 2012 21:27:51 +0000 (21:27 +0000)]
Fix indentation.

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

12 years agofixed a small bug
kanschat [Fri, 30 Mar 2012 19:13:54 +0000 (19:13 +0000)]
fixed a small bug

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

12 years agoAdd a couple of assertions.
bangerth [Thu, 29 Mar 2012 11:08:59 +0000 (11:08 +0000)]
Add a couple of assertions.

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

12 years agoRemove PETSC_DEV macro in configure.in and re-generated config.h.in.
bangerth [Mon, 26 Mar 2012 18:59:21 +0000 (18:59 +0000)]
Remove PETSC_DEV macro in configure.in and re-generated config.h.in.

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

12 years agoFix image number.
bangerth [Sun, 25 Mar 2012 15:49:25 +0000 (15:49 +0000)]
Fix image number.

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

12 years agoShrink image.
bangerth [Sun, 25 Mar 2012 15:42:23 +0000 (15:42 +0000)]
Shrink image.

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

12 years agoAdd.
bangerth [Sun, 25 Mar 2012 15:41:30 +0000 (15:41 +0000)]
Add.

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

12 years agotypo
kanschat [Fri, 23 Mar 2012 22:40:54 +0000 (22:40 +0000)]
typo

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

12 years agocompute the norm of the divergence
kanschat [Fri, 23 Mar 2012 22:04:50 +0000 (22:04 +0000)]
compute the norm of the divergence

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

12 years agowe indeed checked for a wrong flag here
kanschat [Fri, 23 Mar 2012 21:56:27 +0000 (21:56 +0000)]
we indeed checked for a wrong flag here

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

12 years agoadd a function to copy from a transposed matrix
kanschat [Fri, 23 Mar 2012 21:55:11 +0000 (21:55 +0000)]
add a function to copy from a transposed matrix

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

12 years agofix documentation
kanschat [Fri, 23 Mar 2012 17:50:52 +0000 (17:50 +0000)]
fix documentation

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

12 years agoMore documentation.
bangerth [Fri, 23 Mar 2012 10:57:49 +0000 (10:57 +0000)]
More documentation.

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

12 years agoAugment documentation.
bangerth [Fri, 23 Mar 2012 09:21:39 +0000 (09:21 +0000)]
Augment documentation.

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

12 years agoFix incorrect description of variables.
bangerth [Thu, 22 Mar 2012 10:06:46 +0000 (10:06 +0000)]
Fix incorrect description of variables.

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

12 years agoProvide a target 'all' in all Makefiles that simply builds the application. This...
bangerth [Tue, 20 Mar 2012 19:08:56 +0000 (19:08 +0000)]
Provide a target 'all' in all Makefiles that simply builds the application. This is not strictly necessary, but it is standard for many projects to have such a target, and Eclipse for example automatically does 'make all' before it runs an executable -- which currently of course fails, and then sometimes simply leads to running an executable that isn't up to date. Since this is easily avoided, do so throughout.

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

12 years agoConvert tabs into spaces so that editors with different notions how many spaces a...
bangerth [Tue, 20 Mar 2012 18:56:09 +0000 (18:56 +0000)]
Convert tabs into spaces so that editors with different notions how many spaces a tab corresponds to still all show our carefully indented code correctly.

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

12 years agoAdded missing function (detected by Martin Kronbichler)
pauletti [Tue, 20 Mar 2012 18:09:14 +0000 (18:09 +0000)]
Added missing function (detected by Martin Kronbichler)

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

12 years agoUpdate ./configure so that it gets the change to configure.in in r25300.
bangerth [Tue, 20 Mar 2012 16:12:02 +0000 (16:12 +0000)]
Update ./configure so that it gets the change to configure.in in r25300.

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

12 years agoSet properties.
bangerth [Tue, 20 Mar 2012 16:07:27 +0000 (16:07 +0000)]
Set properties.

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

12 years agoRemove accidentally checked in executables.
bangerth [Tue, 20 Mar 2012 16:06:21 +0000 (16:06 +0000)]
Remove accidentally checked in executables.

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

12 years agoAdjust test output for the fact that we now run these tests with --with-lapack.
bangerth [Tue, 20 Mar 2012 16:03:57 +0000 (16:03 +0000)]
Adjust test output for the fact that we now run these tests with --with-lapack.

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

12 years agoAdd an instantiation.
bangerth [Mon, 19 Mar 2012 19:00:11 +0000 (19:00 +0000)]
Add an instantiation.

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

12 years agoUpdate mark-up.
bangerth [Mon, 19 Mar 2012 18:47:19 +0000 (18:47 +0000)]
Update mark-up.

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

12 years agotest for lapack eigenvalue solver for symmetric matrices with additional options...
willems [Mon, 19 Mar 2012 13:57:10 +0000 (13:57 +0000)]
test for lapack eigenvalue solver for symmetric matrices with additional options included

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

12 years agoeigenvalue solver for symmetric LAPACK matrices included. This eigensolver in particu...
willems [Mon, 19 Mar 2012 13:55:09 +0000 (13:55 +0000)]
eigenvalue solver for symmetric LAPACK matrices included. This eigensolver in particular includes the option of specifying the accuracy used for computing eigenvalues. Additionally, an interval in which eigenvalues are computed can be specified

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

12 years agoinclude header to fix compilation in certain configurations (thanks Pearl Flath)
heister [Mon, 19 Mar 2012 13:44:29 +0000 (13:44 +0000)]
include header to fix compilation in certain configurations (thanks Pearl Flath)

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

12 years agoAugment documentation.
bangerth [Mon, 19 Mar 2012 12:43:36 +0000 (12:43 +0000)]
Augment documentation.

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

12 years agoRemove appearance of PETSC_DEV
young [Sun, 18 Mar 2012 18:41:56 +0000 (18:41 +0000)]
Remove appearance of PETSC_DEV

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

12 years agoStop petsc-dev from complaining about unknown nonzero off-diagonal entries.
young [Sat, 17 Mar 2012 16:01:07 +0000 (16:01 +0000)]
Stop petsc-dev from complaining about unknown nonzero off-diagonal entries.

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

12 years agoDocumentation update
kanschat [Fri, 16 Mar 2012 16:38:20 +0000 (16:38 +0000)]
Documentation update

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

12 years agotests Assembler::MGMatrixSimple
kanschat [Wed, 14 Mar 2012 17:31:45 +0000 (17:31 +0000)]
tests Assembler::MGMatrixSimple

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

12 years agolocal blocks for Assembler::MGMatrixSimple
kanschat [Wed, 14 Mar 2012 17:30:50 +0000 (17:30 +0000)]
local blocks for Assembler::MGMatrixSimple

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

12 years agoRemove a test that shows a user error rather than a problem in the library.
bangerth [Wed, 14 Mar 2012 17:03:35 +0000 (17:03 +0000)]
Remove a test that shows a user error rather than a problem in the library.

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

12 years agoTwo more typos.
bangerth [Wed, 14 Mar 2012 16:47:47 +0000 (16:47 +0000)]
Two more typos.

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

12 years agoReindent and simplify.
bangerth [Wed, 14 Mar 2012 16:45:14 +0000 (16:45 +0000)]
Reindent and simplify.

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

12 years agoFix typo and remove documentation of deprecated class
kanschat [Wed, 14 Mar 2012 15:59:41 +0000 (15:59 +0000)]
Fix typo and remove documentation of deprecated class

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

12 years agoCorrected typo.
goll [Wed, 14 Mar 2012 14:02:03 +0000 (14:02 +0000)]
Corrected typo.

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

12 years agotest correct local block association
kanschat [Tue, 13 Mar 2012 15:42:31 +0000 (15:42 +0000)]
test correct local block association

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

12 years agoremove debug output
kanschat [Tue, 13 Mar 2012 15:40:50 +0000 (15:40 +0000)]
remove debug output

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

12 years agoFix glitch with blockwise numbering
kanschat [Tue, 13 Mar 2012 15:29:46 +0000 (15:29 +0000)]
Fix glitch with blockwise numbering

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

12 years agoand add assertions
kanschat [Tue, 13 Mar 2012 00:28:44 +0000 (00:28 +0000)]
and add assertions

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

12 years agoadd add function like for sparse matrix
kanschat [Tue, 13 Mar 2012 00:27:20 +0000 (00:27 +0000)]
add add function like for sparse matrix

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

12 years agotest initialize_info and reinit
kanschat [Mon, 12 Mar 2012 23:58:08 +0000 (23:58 +0000)]
test initialize_info and reinit

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

12 years agomissing deal.II prefix added
kanschat [Mon, 12 Mar 2012 23:21:27 +0000 (23:21 +0000)]
missing deal.II prefix added

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

12 years agostart testing new block functionality
kanschat [Mon, 12 Mar 2012 23:15:56 +0000 (23:15 +0000)]
start testing new block functionality

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

12 years agoadd initialization of local blocks
kanschat [Mon, 12 Mar 2012 22:56:34 +0000 (22:56 +0000)]
add initialization of local blocks

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

12 years agoadd function to output debugging information
kanschat [Mon, 12 Mar 2012 22:55:40 +0000 (22:55 +0000)]
add function to output debugging information

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

12 years agoimplement new block structure in DoFInfo
kanschat [Mon, 12 Mar 2012 13:43:15 +0000 (13:43 +0000)]
implement new block structure in DoFInfo

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