]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
12 years agoMove around a couple functions and create a new documentation section.
Wolfgang Bangerth [Mon, 23 Apr 2012 13:59:13 +0000 (13:59 +0000)]
Move around a couple functions and create a new documentation section.

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

12 years agoMark a function as const that doesn't touch the current object.
Wolfgang Bangerth [Mon, 23 Apr 2012 13:51:47 +0000 (13:51 +0000)]
Mark a function as const that doesn't touch the current object.

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

12 years agoMove things to the right year.
Wolfgang Bangerth [Sun, 22 Apr 2012 02:22:29 +0000 (02:22 +0000)]
Move things to the right year.

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

12 years agoadded Richardson's MSc thesis to publications
Andrew McBride [Thu, 19 Apr 2012 07:43:39 +0000 (07:43 +0000)]
added Richardson's  MSc thesis to publications

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

12 years agoadded MSc thesis to publications
Andrew McBride [Thu, 19 Apr 2012 07:34:49 +0000 (07:34 +0000)]
added MSc thesis to publications

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

12 years agofixed punctuation in paper description
Andrew McBride [Wed, 18 Apr 2012 18:11:28 +0000 (18:11 +0000)]
fixed punctuation in paper description

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

12 years agoadded a publication
Andrew McBride [Wed, 18 Apr 2012 18:08:00 +0000 (18:08 +0000)]
added a publication

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

12 years agoUpdate an entry.
Wolfgang Bangerth [Wed, 18 Apr 2012 14:30:42 +0000 (14:30 +0000)]
Update an entry.

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

12 years agoStep-44: Updated a result image (normalised runtimes) and the relevant text.
Jean-Paul Pelteret [Sun, 15 Apr 2012 19:57:30 +0000 (19:57 +0000)]
Step-44: Updated a result image (normalised runtimes) and the relevant text.

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

12 years agoSubstitute projection-based interpolation on edges by a direct calculation.
Markus Buerg [Sun, 15 Apr 2012 10:34:48 +0000 (10:34 +0000)]
Substitute projection-based interpolation on edges by a direct calculation.

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

12 years agoAdd missing instantiation.
Markus Buerg [Sun, 15 Apr 2012 07:16:29 +0000 (07:16 +0000)]
Add missing instantiation.

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

12 years agoMinor edit.
Wolfgang Bangerth [Fri, 13 Apr 2012 12:49:54 +0000 (12:49 +0000)]
Minor edit.

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

12 years agoUpdate pictures.
Wolfgang Bangerth [Fri, 13 Apr 2012 09:57:42 +0000 (09:57 +0000)]
Update pictures.

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

12 years agoSimplify generating output.
Wolfgang Bangerth [Fri, 13 Apr 2012 09:55:05 +0000 (09:55 +0000)]
Simplify generating output.

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

12 years agoImplement the framework for a line search but only return 0.1. Getting a proper line...
Wolfgang Bangerth [Fri, 13 Apr 2012 09:30:41 +0000 (09:30 +0000)]
Implement the framework for a line search but only return 0.1. Getting a proper line search to converge turns out to be difficult and will be left as an exercise.

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

12 years agoCommit Sven's latest version.
Wolfgang 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...
Wolfgang 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.
Wolfgang 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.
Wolfgang 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.
Wolfgang 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.
Wolfgang 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.
Wolfgang 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.
Wolfgang 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.
Wolfgang 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.
Wolfgang 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.
Martin 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.
Martin 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.
Martin 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.
Martin 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.
Martin 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
Guido 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
Guido 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
Guido 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
Guido 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.
Martin 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.
Wolfgang 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.
Wolfgang 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
Guido 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
Guido 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
Guido 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
Guido 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
Guido 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
Guido 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
Guido 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
Joerg 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
Guido 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
Guido 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.
Wolfgang 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.
Wolfgang 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.
Wolfgang 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.
Wolfgang 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.
Joerg 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.
Wolfgang 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.
Wolfgang 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.
Wolfgang 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.
Wolfgang 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.
Wolfgang 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.
Wolfgang 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
Joerg 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.
Joerg 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.
Wolfgang 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.
Wolfgang 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...
Wolfgang 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...
Wolfgang 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...
Wolfgang 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...
Wolfgang 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.
Wolfgang 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
Guido 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.
Wolfgang 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.
Wolfgang 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.
Wolfgang 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.
Wolfgang 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.
Wolfgang 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
Guido 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
Guido 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
Guido 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
Guido 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
Guido 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.
Wolfgang 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.
Wolfgang 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.
Wolfgang 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...
Wolfgang 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...
Wolfgang 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)
Sebastian 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.
Wolfgang 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.
Wolfgang 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.
Wolfgang 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.
Wolfgang 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.
Wolfgang 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.
Wolfgang 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)
Timo 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.
Wolfgang 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
Toby D. 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.
Toby D. 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
Guido 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
Guido 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
Guido 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.
Wolfgang 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


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.