]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
14 years agoUpdate.
bangerth [Mon, 25 Jan 2010 00:26:57 +0000 (00:26 +0000)]
Update.

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

14 years agoUpdate results.
bangerth [Mon, 25 Jan 2010 00:20:35 +0000 (00:20 +0000)]
Update results.

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

14 years agoFix output.
bangerth [Mon, 25 Jan 2010 00:15:56 +0000 (00:15 +0000)]
Fix output.

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

14 years agoMake it work.
bangerth [Mon, 25 Jan 2010 00:15:38 +0000 (00:15 +0000)]
Make it work.

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

14 years agoMake at least compile.
bangerth [Mon, 25 Jan 2010 00:05:22 +0000 (00:05 +0000)]
Make at least compile.

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

14 years agoFix a recently introduced bug where we started counting from too high.
bangerth [Sun, 24 Jan 2010 23:43:31 +0000 (23:43 +0000)]
Fix a recently introduced bug where we started counting from too high.

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

14 years agoWhen doing 'make clean', also remove *.inst files. Not doing so can lead to really...
bangerth [Sat, 23 Jan 2010 03:49:58 +0000 (03:49 +0000)]
When doing 'make clean', also remove *.inst files. Not doing so can lead to really awkward problems when you ^C the program that creates the *.inst files -- they end up empty, but have a newer date than the .inst.in file. Compiling everything then leads to missing symbols, but doing 'make clean ; make all' doesn't help any because the .inst files are not regenerated.

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

14 years agoRename bdry->boundary, ngbr->neighbor.
bangerth [Wed, 20 Jan 2010 20:10:21 +0000 (20:10 +0000)]
Rename bdry->boundary, ngbr->neighbor.

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

14 years agoUpdate documentation.
bangerth [Wed, 20 Jan 2010 20:04:00 +0000 (20:04 +0000)]
Update documentation.

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

14 years agoGet rid of the IntegratingAssembler class
bangerth [Wed, 20 Jan 2010 19:59:05 +0000 (19:59 +0000)]
Get rid of the IntegratingAssembler class

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

14 years agoFirst step in getting rid of the AssemblingIntegrator class and splitting its functio...
bangerth [Wed, 20 Jan 2010 14:51:53 +0000 (14:51 +0000)]
First step in getting rid of the AssemblingIntegrator class and splitting its functionality into two parts.

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

14 years agoMinor cleanup, documentation fixes.
bangerth [Wed, 20 Jan 2010 14:37:52 +0000 (14:37 +0000)]
Minor cleanup, documentation fixes.

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

14 years agoGet rid again of the DGIntegrator class and re-merge everything into
bangerth [Wed, 20 Jan 2010 13:35:12 +0000 (13:35 +0000)]
Get rid again of the DGIntegrator class and re-merge everything into
the main class.

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

14 years agoUse const references instead of copies.
bangerth [Wed, 20 Jan 2010 13:19:26 +0000 (13:19 +0000)]
Use const references instead of copies.

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

14 years agoUse function<> objects rather than hard-coded names to represent operations.
bangerth [Wed, 20 Jan 2010 13:17:19 +0000 (13:17 +0000)]
Use function<> objects rather than hard-coded names to represent operations.

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

14 years agoUse function<> objects rather than hard-coded names to represent operations.
bangerth [Wed, 20 Jan 2010 13:17:03 +0000 (13:17 +0000)]
Use function<> objects rather than hard-coded names to represent operations.

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

14 years agoRemove unused local variable.
bangerth [Wed, 20 Jan 2010 13:01:57 +0000 (13:01 +0000)]
Remove unused local variable.

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

14 years agoSimplify code slightly.
bangerth [Wed, 20 Jan 2010 13:01:27 +0000 (13:01 +0000)]
Simplify code slightly.

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

14 years agoMinor simplification.
bangerth [Wed, 20 Jan 2010 01:15:03 +0000 (01:15 +0000)]
Minor simplification.

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

14 years agoMake function more generic by taking function<> objects rather than
bangerth [Tue, 19 Jan 2010 23:36:24 +0000 (23:36 +0000)]
Make function more generic by taking function<> objects rather than
member functions with fixed name.

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

14 years agoAlso encode the library path through -rpath when linking with static libs, since...
bangerth [Tue, 19 Jan 2010 16:53:12 +0000 (16:53 +0000)]
Also encode the library path through -rpath when linking with static libs, since we also link with the TBB and that one is always shared.

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

14 years agoExtract integral parameters with get_integer().
bangerth [Sun, 17 Jan 2010 22:50:54 +0000 (22:50 +0000)]
Extract integral parameters with get_integer().

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

14 years agoMake compile again. Currently fails, however.
bangerth [Fri, 15 Jan 2010 19:11:49 +0000 (19:11 +0000)]
Make compile again. Currently fails, however.

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

14 years agoMake compile again. Currently fails, however.
bangerth [Fri, 15 Jan 2010 19:05:37 +0000 (19:05 +0000)]
Make compile again. Currently fails, however.

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

14 years agoMake compile again.
bangerth [Fri, 15 Jan 2010 19:02:30 +0000 (19:02 +0000)]
Make compile again.

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

14 years agoMake compile again.
bangerth [Fri, 15 Jan 2010 19:01:23 +0000 (19:01 +0000)]
Make compile again.

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

14 years agoGet closer to compiling again.
bangerth [Fri, 15 Jan 2010 18:44:35 +0000 (18:44 +0000)]
Get closer to compiling again.

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

14 years agoAdd missing include file.
bangerth [Fri, 15 Jan 2010 18:38:50 +0000 (18:38 +0000)]
Add missing include file.

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

14 years agoAdd a few missing include files.
bangerth [Fri, 15 Jan 2010 18:38:08 +0000 (18:38 +0000)]
Add a few missing include files.

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

14 years agoMove event.{cc,h} into base.
bangerth [Fri, 15 Jan 2010 15:01:26 +0000 (15:01 +0000)]
Move event.{cc,h} into base.

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

14 years agoRename .cc file to match .h file.
bangerth [Fri, 15 Jan 2010 14:41:52 +0000 (14:41 +0000)]
Rename .cc file to match .h file.

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

14 years agoSlight cleanup in SSOR preconditioner.
kronbichler [Fri, 15 Jan 2010 12:58:40 +0000 (12:58 +0000)]
Slight cleanup in SSOR preconditioner.

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

14 years agofix Newton stepsize output
kanschat [Fri, 15 Jan 2010 12:43:44 +0000 (12:43 +0000)]
fix Newton stepsize output

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

14 years agosome fixes
kanschat [Fri, 15 Jan 2010 12:34:47 +0000 (12:34 +0000)]
some fixes

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

14 years agoFix typo.
kronbichler [Wed, 13 Jan 2010 17:55:08 +0000 (17:55 +0000)]
Fix typo.

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

14 years agoForgot to declare function as inline.
kronbichler [Wed, 13 Jan 2010 16:29:42 +0000 (16:29 +0000)]
Forgot to declare function as inline.

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

14 years agoOne more fix when PETSc is used.
kronbichler [Wed, 13 Jan 2010 16:27:48 +0000 (16:27 +0000)]
One more fix when PETSc is used.

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

14 years agoFix PETSc error.
kronbichler [Wed, 13 Jan 2010 16:18:52 +0000 (16:18 +0000)]
Fix PETSc error.

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

14 years agoAdd a print function for Trilinos block vector.
kronbichler [Wed, 13 Jan 2010 15:57:21 +0000 (15:57 +0000)]
Add a print function for Trilinos block vector.

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

14 years agoClean up include files.
kronbichler [Wed, 13 Jan 2010 15:57:03 +0000 (15:57 +0000)]
Clean up include files.

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

14 years agorename file consistent with spelling of class
kanschat [Wed, 13 Jan 2010 15:24:42 +0000 (15:24 +0000)]
rename file consistent with spelling of class

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

14 years agoThetaTimestepping implemented and ready for testing
kanschat [Wed, 13 Jan 2010 15:21:48 +0000 (15:21 +0000)]
ThetaTimestepping implemented and ready for testing

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

14 years agoAvoid using level information explicitly as this might go wrong if anisotropic refine...
leicht [Wed, 13 Jan 2010 13:52:46 +0000 (13:52 +0000)]
Avoid using level information explicitly as this might go wrong if anisotropic refinement has been used.

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

14 years agoRemoved a call to MaTCompress (matrix); This function was never implemented in PETSc...
young [Wed, 13 Jan 2010 10:46:09 +0000 (10:46 +0000)]
Removed a call to MaTCompress (matrix); This function was never implemented in PETSc, and has been slated for removal there

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

14 years agoFix compile problems.
kronbichler [Wed, 13 Jan 2010 09:18:01 +0000 (09:18 +0000)]
Fix compile problems.

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

14 years agoset missing properties
kanschat [Wed, 13 Jan 2010 07:13:30 +0000 (07:13 +0000)]
set missing properties

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

14 years agoset missing properties
kanschat [Wed, 13 Jan 2010 07:10:56 +0000 (07:10 +0000)]
set missing properties

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

14 years agoOnly list MADDs tutorial programs if they are there.
bangerth [Tue, 12 Jan 2010 19:41:45 +0000 (19:41 +0000)]
Only list MADDs tutorial programs if they are there.

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

14 years agostart algorithms library
kanschat [Tue, 12 Jan 2010 16:56:38 +0000 (16:56 +0000)]
start algorithms library

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

14 years agoAutomatically generate deal.dox.
bangerth [Mon, 11 Jan 2010 16:31:57 +0000 (16:31 +0000)]
Automatically generate deal.dox.

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

14 years agomaking MeshWorker use data vectors
kanschat [Mon, 11 Jan 2010 08:51:37 +0000 (08:51 +0000)]
making MeshWorker use data vectors

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

14 years agoAdjust in one place to fix the formatting. A couple of minor fixes as well.
bangerth [Mon, 11 Jan 2010 03:28:33 +0000 (03:28 +0000)]
Adjust in one place to fix the formatting. A couple of minor fixes as well.

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

14 years agoadd MeshWorker module
kanschat [Sun, 10 Jan 2010 10:23:25 +0000 (10:23 +0000)]
add MeshWorker module

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

14 years agomake documentation compilable again after odd changes in 200262
kanschat [Sun, 10 Jan 2010 10:22:55 +0000 (10:22 +0000)]
make documentation compilable again after odd changes in 200262

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

14 years agoadd the steps graph to the repository. No need to regenerate it everytime
kanschat [Sun, 10 Jan 2010 09:09:08 +0000 (09:09 +0000)]
add the steps graph to the repository. No need to regenerate it everytime

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

14 years agofixed a lot of errors in block assemblers
kanschat [Sat, 9 Jan 2010 11:56:41 +0000 (11:56 +0000)]
fixed a lot of errors in block assemblers

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

14 years agoBe more careful with instantiations.
bangerth [Sat, 9 Jan 2010 00:30:33 +0000 (00:30 +0000)]
Be more careful with instantiations.

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

14 years agoInstantiate a couple functions also for MGDoFHandler arguments.
bangerth [Sat, 9 Jan 2010 00:22:03 +0000 (00:22 +0000)]
Instantiate a couple functions also for MGDoFHandler arguments.

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

14 years agoInstantiate things also for 1,2 and 2,3.
bangerth [Sat, 9 Jan 2010 00:13:01 +0000 (00:13 +0000)]
Instantiate things also for 1,2 and 2,3.

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

14 years agoMove reserve_space into the Implementation structure to reduce the number of current...
bangerth [Sat, 9 Jan 2010 00:05:33 +0000 (00:05 +0000)]
Move reserve_space into the Implementation structure to reduce the number of current linker errors one further.

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

14 years agoInstantiate functions as necessary.
bangerth [Fri, 8 Jan 2010 23:35:32 +0000 (23:35 +0000)]
Instantiate functions as necessary.

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

14 years agoMove MGDoFHandler::distribute_dofs_on_cell into a class internal::MGDoFHandler::Imple...
bangerth [Fri, 8 Jan 2010 18:37:59 +0000 (18:37 +0000)]
Move MGDoFHandler::distribute_dofs_on_cell into a class internal::MGDoFHandler::Implementation in the same way this is done for ::DoFHandler.

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

14 years agoseveral instantiations for MGDoFHandler added
janssen [Fri, 8 Jan 2010 15:17:57 +0000 (15:17 +0000)]
several instantiations for MGDoFHandler added

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

14 years agoinstantiations for MGDoFHandler added
janssen [Fri, 8 Jan 2010 15:08:34 +0000 (15:08 +0000)]
instantiations for MGDoFHandler added

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

14 years agochanged DoFHandler<dim> to DoFHandler<dim,spacedim> in all places
janssen [Fri, 8 Jan 2010 15:06:25 +0000 (15:06 +0000)]
changed DoFHandler<dim> to DoFHandler<dim,spacedim> in all places

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

14 years agoadd constructor for FESystem with four base elements
wick [Fri, 8 Jan 2010 12:41:20 +0000 (12:41 +0000)]
add constructor for FESystem with four base elements

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

14 years agoMinor edits of little things.
bangerth [Fri, 8 Jan 2010 09:13:09 +0000 (09:13 +0000)]
Minor edits of little things.

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

14 years agoSmall edits.
bangerth [Fri, 8 Jan 2010 09:12:39 +0000 (09:12 +0000)]
Small edits.

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

14 years agoUse correct (?) sign.
bangerth [Thu, 7 Jan 2010 14:40:13 +0000 (14:40 +0000)]
Use correct (?) sign.

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

14 years agoCheck size, rather than assuming that it is already correct.
bangerth [Thu, 7 Jan 2010 13:23:34 +0000 (13:23 +0000)]
Check size, rather than assuming that it is already correct.

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

14 years agoProperly size arguments to MGTools::count_dofs_per_block().
bangerth [Thu, 7 Jan 2010 13:22:34 +0000 (13:22 +0000)]
Properly size arguments to MGTools::count_dofs_per_block().

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

14 years agoUse proper forward declaration.
bangerth [Thu, 7 Jan 2010 12:07:54 +0000 (12:07 +0000)]
Use proper forward declaration.

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

14 years agoIt is now necessary to initialize an output array. Do so.
bangerth [Thu, 7 Jan 2010 11:20:05 +0000 (11:20 +0000)]
It is now necessary to initialize an output array. Do so.

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

14 years agoUMFPACK is smoother
janssen [Thu, 7 Jan 2010 10:55:45 +0000 (10:55 +0000)]
UMFPACK is smoother

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

14 years agoSuppress output unless specifically directed.
bangerth [Wed, 6 Jan 2010 17:14:25 +0000 (17:14 +0000)]
Suppress output unless specifically directed.

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

14 years agoMake things work.
bangerth [Wed, 6 Jan 2010 17:07:14 +0000 (17:07 +0000)]
Make things work.

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

14 years agorenumber_component_wise on each level
janssen [Wed, 6 Jan 2010 16:45:09 +0000 (16:45 +0000)]
renumber_component_wise on each level

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

14 years agoBetter output.
bangerth [Wed, 6 Jan 2010 16:14:23 +0000 (16:14 +0000)]
Better output.

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

14 years agoTake over patch 20101 from the distributed grids branch.
bangerth [Wed, 6 Jan 2010 16:12:57 +0000 (16:12 +0000)]
Take over patch 20101 from the distributed grids branch.

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

14 years agoBetter output.
bangerth [Wed, 6 Jan 2010 15:01:55 +0000 (15:01 +0000)]
Better output.

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

14 years agoRemove nonsensical std::flush.
bangerth [Wed, 6 Jan 2010 14:42:54 +0000 (14:42 +0000)]
Remove nonsensical std::flush.

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

14 years agogrid output
janssen [Wed, 6 Jan 2010 13:31:23 +0000 (13:31 +0000)]
grid output

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

14 years agoset_edge_matrices
janssen [Wed, 6 Jan 2010 13:25:43 +0000 (13:25 +0000)]
set_edge_matrices

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

14 years agoRemove functions and variables we don't need any more. Catch
bangerth [Wed, 6 Jan 2010 13:14:57 +0000 (13:14 +0000)]
Remove functions and variables we don't need any more. Catch
exceptions that may be thrown by nested solvers.

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

14 years agoMake sure we don't produce a memory leak.
bangerth [Wed, 6 Jan 2010 11:02:51 +0000 (11:02 +0000)]
Make sure we don't produce a memory leak.

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

14 years agoMake one function virtual.
bangerth [Wed, 6 Jan 2010 10:53:28 +0000 (10:53 +0000)]
Make one function virtual.

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

14 years agoRemove rather poinless file.
bangerth [Wed, 6 Jan 2010 10:46:37 +0000 (10:46 +0000)]
Remove rather poinless file.

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

14 years agoUse homogenous boundary values, to avoid an assertion in the
bangerth [Wed, 6 Jan 2010 10:34:24 +0000 (10:34 +0000)]
Use homogenous boundary values, to avoid an assertion in the
constraint matrix.

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

14 years agooutput removed
janssen [Wed, 6 Jan 2010 10:20:05 +0000 (10:20 +0000)]
output removed

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

14 years agoRevert Makefile.
bangerth [Wed, 6 Jan 2010 10:12:54 +0000 (10:12 +0000)]
Revert Makefile.

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

14 years agochanged MGTools::count_dofs_per_component to count_dofs_per_block
janssen [Wed, 6 Jan 2010 10:09:51 +0000 (10:09 +0000)]
changed MGTools::count_dofs_per_component to count_dofs_per_block

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

14 years agoFix one more problem.
bangerth [Wed, 6 Jan 2010 10:05:29 +0000 (10:05 +0000)]
Fix one more problem.

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

14 years agoFix output. Run one more test.
bangerth [Wed, 6 Jan 2010 10:05:16 +0000 (10:05 +0000)]
Fix output. Run one more test.

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

14 years agoFix a bug.
bangerth [Wed, 6 Jan 2010 09:59:14 +0000 (09:59 +0000)]
Fix a bug.

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

14 years agoMove functions into .cc files that are only used in these very files.
bangerth [Wed, 6 Jan 2010 09:32:48 +0000 (09:32 +0000)]
Move functions into .cc files that are only used in these very files.

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

14 years agoLocalize typedefs, rather than polluting the dealii namespace.
bangerth [Wed, 6 Jan 2010 08:41:40 +0000 (08:41 +0000)]
Localize typedefs, rather than polluting the dealii namespace.

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

14 years agoFix wrong name of template argument.
bangerth [Wed, 6 Jan 2010 08:38:31 +0000 (08:38 +0000)]
Fix wrong name of template argument.

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

14 years agochanged the reinit_vector function
janssen [Wed, 6 Jan 2010 08:13:21 +0000 (08:13 +0000)]
changed the reinit_vector function

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

14 years agoUse just implemented facilities for setting component to block mapping.
bangerth [Tue, 5 Jan 2010 17:27:49 +0000 (17:27 +0000)]
Use just implemented facilities for setting component to block mapping.

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

14 years agoAllow to say which components fit how into blocks.
bangerth [Tue, 5 Jan 2010 17:27:07 +0000 (17:27 +0000)]
Allow to say which components fit how into blocks.

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