]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
14 years agoMake one function virtual.
Wolfgang 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.
Wolfgang 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
Wolfgang 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
Baerbel Jannsen [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.
Wolfgang 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
Baerbel Jannsen [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.
Wolfgang 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.
Wolfgang 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.
Wolfgang 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.
Wolfgang 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.
Wolfgang 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.
Wolfgang 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
Baerbel Jannsen [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.
Wolfgang 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.
Wolfgang 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

14 years agoProperly indent.
Wolfgang Bangerth [Tue, 5 Jan 2010 17:22:15 +0000 (17:22 +0000)]
Properly indent.

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

14 years agoMove the reinit_vector functions into an internal namespace. These are not supposed...
Wolfgang Bangerth [Tue, 5 Jan 2010 17:07:42 +0000 (17:07 +0000)]
Move the reinit_vector functions into an internal namespace. These are not supposed to be called from user code.

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

14 years agofixed the same bug in MGTools::count_dofs_per_block as occured in DoFTools::count_dof...
Baerbel Jannsen [Tue, 5 Jan 2010 15:58:02 +0000 (15:58 +0000)]
fixed the same bug in MGTools::count_dofs_per_block as occured in DoFTools::count_dofs_per_block

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

14 years agoFix one problem.
Wolfgang Bangerth [Tue, 5 Jan 2010 15:52:30 +0000 (15:52 +0000)]
Fix one problem.

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

14 years agoMinor cleanups.
Wolfgang Bangerth [Tue, 5 Jan 2010 15:25:20 +0000 (15:25 +0000)]
Minor cleanups.

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

14 years agoClean up a little bit.
Wolfgang Bangerth [Tue, 5 Jan 2010 15:08:51 +0000 (15:08 +0000)]
Clean up a little bit.

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

14 years agoMake it at least compile with a Schur complement based smoother. Doesn't run
Wolfgang Bangerth [Tue, 5 Jan 2010 13:52:18 +0000 (13:52 +0000)]
Make it at least compile with a Schur complement based smoother. Doesn't run
right now, though.

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

14 years agosome initialize functions added to handle different smoothers on each level
Baerbel Jannsen [Tue, 5 Jan 2010 13:50:48 +0000 (13:50 +0000)]
some initialize functions added to handle different smoothers on each level

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

14 years agodocumentation added
Baerbel Jannsen [Tue, 5 Jan 2010 10:16:05 +0000 (10:16 +0000)]
documentation added

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

14 years agoentry added to section lac
Baerbel Jannsen [Tue, 5 Jan 2010 10:12:47 +0000 (10:12 +0000)]
entry added to section lac

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

14 years agocopy the functions least_squares for BlockVectors
Baerbel Jannsen [Tue, 5 Jan 2010 10:02:05 +0000 (10:02 +0000)]
copy the functions least_squares for BlockVectors

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

14 years agochange the smoother for the multigrid
Baerbel Jannsen [Tue, 5 Jan 2010 09:55:39 +0000 (09:55 +0000)]
change the smoother for the multigrid

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

14 years agoMake compile with newer gccs.
Wolfgang Bangerth [Tue, 5 Jan 2010 09:17:28 +0000 (09:17 +0000)]
Make compile with newer gccs.

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

14 years agoAdd functions that can add multiple lines all at once.
Wolfgang Bangerth [Tue, 5 Jan 2010 09:00:45 +0000 (09:00 +0000)]
Add functions that can add multiple lines all at once.

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

14 years agoAdd a few assertions.
Wolfgang Bangerth [Mon, 4 Jan 2010 16:18:06 +0000 (16:18 +0000)]
Add a few assertions.

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

14 years agoAdd documentation.
Wolfgang Bangerth [Mon, 4 Jan 2010 15:25:57 +0000 (15:25 +0000)]
Add documentation.

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

14 years agoAdd a function.
Wolfgang Bangerth [Mon, 4 Jan 2010 14:52:36 +0000 (14:52 +0000)]
Add a function.

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

14 years agoLet inner preconditioner say that it is the inner preconditioner.
Wolfgang Bangerth [Mon, 4 Jan 2010 13:23:33 +0000 (13:23 +0000)]
Let inner preconditioner say that it is the inner preconditioner.

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

14 years agoDelete files specific to step-22. Rename step-22.cc into step-42.cc.
Wolfgang Bangerth [Mon, 4 Jan 2010 13:10:10 +0000 (13:10 +0000)]
Delete files specific to step-22. Rename step-22.cc into step-42.cc.

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

14 years agoNew tutorial step 42 created
Baerbel Jannsen [Mon, 4 Jan 2010 13:08:22 +0000 (13:08 +0000)]
New tutorial step 42 created

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

14 years agonew multigrid
Guido Kanschat [Sun, 3 Jan 2010 15:52:10 +0000 (15:52 +0000)]
new multigrid

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

14 years agosimplify example
Guido Kanschat [Sun, 3 Jan 2010 15:50:43 +0000 (15:50 +0000)]
simplify example

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

14 years agoClarify.
Wolfgang Bangerth [Tue, 22 Dec 2009 13:30:33 +0000 (13:30 +0000)]
Clarify.

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

14 years agoRandomly found a missing reference to SLEPc in the README. So a note for this has...
Toby D. Young [Tue, 22 Dec 2009 12:15:30 +0000 (12:15 +0000)]
Randomly found a missing reference to SLEPc in the README. So a note for this has been added with this patch.

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

14 years agoUse correct variable name.
Wolfgang Bangerth [Tue, 22 Dec 2009 05:10:06 +0000 (05:10 +0000)]
Use correct variable name.

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

14 years agoGenerate deal.dox automatically.
Wolfgang Bangerth [Mon, 21 Dec 2009 17:28:13 +0000 (17:28 +0000)]
Generate deal.dox automatically.

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

14 years agoRoll a few options from deal.dox into options.dox.
Wolfgang Bangerth [Mon, 21 Dec 2009 16:48:10 +0000 (16:48 +0000)]
Roll a few options from deal.dox into options.dox.

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

14 years agoMake things useful in 2d as well.
Wolfgang Bangerth [Fri, 18 Dec 2009 13:49:39 +0000 (13:49 +0000)]
Make things useful in 2d as well.

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

14 years agoImplement extract_dofs for hp::DoFHandler. Make DoFRenumbering::component_wise actual...
Martin Kronbichler [Fri, 18 Dec 2009 12:52:37 +0000 (12:52 +0000)]
Implement extract_dofs for hp::DoFHandler. Make DoFRenumbering::component_wise actually working for hp elements.

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

14 years agoAlso add the -mmacosx-min-version flag to LDFLAGS.
Wolfgang Bangerth [Wed, 16 Dec 2009 18:18:09 +0000 (18:18 +0000)]
Also add the -mmacosx-min-version flag to LDFLAGS.

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

14 years agoMove RPATH check into the section for shared libs. Use -mmacos-version-min if necessary.
Wolfgang Bangerth [Wed, 16 Dec 2009 15:19:37 +0000 (15:19 +0000)]
Move RPATH check into the section for shared libs. Use -mmacos-version-min if necessary.

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

14 years agoMove tests that currently fail to the 'fail/' directory.
Wolfgang Bangerth [Tue, 15 Dec 2009 05:07:07 +0000 (05:07 +0000)]
Move tests that currently fail to the 'fail/' directory.

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

14 years agoRegenerate.
Wolfgang Bangerth [Tue, 15 Dec 2009 04:58:26 +0000 (04:58 +0000)]
Regenerate.

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

14 years agoDetect gcc 4.6.
Wolfgang Bangerth [Tue, 15 Dec 2009 04:57:45 +0000 (04:57 +0000)]
Detect gcc 4.6.

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

14 years agoUse 'test -f' instead of 'test -e'.
Wolfgang Bangerth [Tue, 15 Dec 2009 04:37:40 +0000 (04:37 +0000)]
Use 'test -f' instead of 'test -e'.

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

14 years agoSet executable property.
Wolfgang Bangerth [Tue, 15 Dec 2009 03:46:07 +0000 (03:46 +0000)]
Set executable property.

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

14 years agoAlso instantiate members of DoFRenumbering::boost for hp::DoFHandler.
Wolfgang Bangerth [Mon, 14 Dec 2009 21:56:38 +0000 (21:56 +0000)]
Also instantiate members of DoFRenumbering::boost for hp::DoFHandler.

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

14 years agoAlso instantiate members of DoFRenumbering::boost for hp::DoFHandler.
Wolfgang Bangerth [Mon, 14 Dec 2009 21:56:26 +0000 (21:56 +0000)]
Also instantiate members of DoFRenumbering::boost for hp::DoFHandler.

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

14 years agoFix comment.
Wolfgang Bangerth [Mon, 14 Dec 2009 21:43:22 +0000 (21:43 +0000)]
Fix comment.

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

14 years agoMention changes in DoFTools.
Martin Kronbichler [Mon, 14 Dec 2009 10:51:47 +0000 (10:51 +0000)]
Mention changes in DoFTools.

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

14 years agoAccording to the documentation of DoFTools::distribute_cell_to_dof_vector, the old...
Martin Kronbichler [Mon, 14 Dec 2009 10:41:53 +0000 (10:41 +0000)]
According to the documentation of DoFTools::distribute_cell_to_dof_vector, the old content in dof components that are not selected will not be changed. This has been implemented with r20238. The new result file respects this when entering a second round of distribute_cell_to_dof_vector on a different component.

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

14 years agoMention MPI.
Wolfgang Bangerth [Sun, 13 Dec 2009 16:53:57 +0000 (16:53 +0000)]
Mention MPI.

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

14 years agoDocument Trilinos-10 installation.
Wolfgang Bangerth [Sat, 12 Dec 2009 05:02:48 +0000 (05:02 +0000)]
Document Trilinos-10 installation.

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

14 years agoDisable an assertion on systems that have a compiler bug.
Wolfgang Bangerth [Fri, 11 Dec 2009 18:09:14 +0000 (18:09 +0000)]
Disable an assertion on systems that have a compiler bug.

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

14 years agoSimplify one more function with the internal extract_dofs_by_component function.
Martin Kronbichler [Fri, 11 Dec 2009 16:33:04 +0000 (16:33 +0000)]
Simplify one more function with the internal extract_dofs_by_component function.

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

14 years agoSimplify testcase.
Wolfgang Bangerth [Fri, 11 Dec 2009 15:53:22 +0000 (15:53 +0000)]
Simplify testcase.

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

14 years agoFix a couple typos.
Wolfgang Bangerth [Fri, 11 Dec 2009 14:16:34 +0000 (14:16 +0000)]
Fix a couple typos.

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

14 years agoAdd a test to detect a bug on some Darwin systems where dynamic casts don't work.
Wolfgang Bangerth [Fri, 11 Dec 2009 13:54:46 +0000 (13:54 +0000)]
Add a test to detect a bug on some Darwin systems where dynamic casts don't work.

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

14 years agoAvoid warnings.
Wolfgang Bangerth [Fri, 11 Dec 2009 04:46:22 +0000 (04:46 +0000)]
Avoid warnings.

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

14 years agoMention new boost.
Wolfgang Bangerth [Fri, 11 Dec 2009 01:19:47 +0000 (01:19 +0000)]
Mention new boost.

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

14 years agoAvoid compiler warnings.
Wolfgang Bangerth [Fri, 11 Dec 2009 01:16:12 +0000 (01:16 +0000)]
Avoid compiler warnings.

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

14 years agoAvoid compiler warning.
Wolfgang Bangerth [Fri, 11 Dec 2009 01:13:00 +0000 (01:13 +0000)]
Avoid compiler warning.

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

14 years agoUse boost 1.41.
Wolfgang Bangerth [Fri, 11 Dec 2009 01:08:21 +0000 (01:08 +0000)]
Use boost 1.41.

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

14 years agoImport boost 1.41.
Wolfgang Bangerth [Fri, 11 Dec 2009 01:06:50 +0000 (01:06 +0000)]
Import boost 1.41.

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

14 years agoOne more output file that is different now with the corrected counting of dofs per...
Martin Kronbichler [Thu, 10 Dec 2009 16:17:50 +0000 (16:17 +0000)]
One more output file that is different now with the corrected counting of dofs per component.

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

14 years agoFix include file.
Martin Kronbichler [Wed, 9 Dec 2009 18:18:37 +0000 (18:18 +0000)]
Fix include file.

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

14 years agoFix output of tests that produced wrong results with the old counting function of...
Martin Kronbichler [Wed, 9 Dec 2009 18:18:12 +0000 (18:18 +0000)]
Fix output of tests that produced wrong results with the old counting function of DoFs on certain components.

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

14 years agoCleanup of operator = (double).
Martin Kronbichler [Wed, 9 Dec 2009 18:12:05 +0000 (18:12 +0000)]
Cleanup of operator = (double).

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

14 years agoCorrect counting of dofs per component. Improve speed of counting dofs per component...
Martin Kronbichler [Wed, 9 Dec 2009 18:11:22 +0000 (18:11 +0000)]
Correct counting of dofs per component. Improve speed of counting dofs per component. Correct bug in extract_constant_modes.

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

14 years agoFix stupid bug in operator=(double).
Martin Kronbichler [Wed, 9 Dec 2009 10:29:32 +0000 (10:29 +0000)]
Fix stupid bug in operator=(double).

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

14 years agoFix error with IndexSet.
Martin Kronbichler [Tue, 8 Dec 2009 17:07:06 +0000 (17:07 +0000)]
Fix error with IndexSet.

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

14 years agoImplement an interface row_begin and row_end that all the non-blocked sparsity patter...
Martin Kronbichler [Tue, 8 Dec 2009 16:02:22 +0000 (16:02 +0000)]
Implement an interface row_begin and row_end that all the non-blocked sparsity patterns share. This simplifies some copy_from functions, where we now only need one implementation and no specializations. Also use an empty IndexSet for CompressedSimpleSparsity when we work in serial.

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

14 years agoAdd an initialization function of a Trilinos AMG preconditioner with Teuchos::Paramet...
Martin Kronbichler [Tue, 8 Dec 2009 08:19:24 +0000 (08:19 +0000)]
Add an initialization function of a Trilinos AMG preconditioner with Teuchos::ParameterList for setting all the ML parameters.

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

14 years agoConditionalize the workaround for the Trilinos crash on not being on Mac OS X.
Wolfgang Bangerth [Tue, 8 Dec 2009 04:28:19 +0000 (04:28 +0000)]
Conditionalize the workaround for the Trilinos crash on not being on Mac OS X.

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

14 years agomake base class public
Guido Kanschat [Mon, 7 Dec 2009 22:39:12 +0000 (22:39 +0000)]
make base class public

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

14 years agoadd missing clone to FE_FaceQ
Guido Kanschat [Mon, 7 Dec 2009 21:18:36 +0000 (21:18 +0000)]
add missing clone to FE_FaceQ

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

14 years agoFix include guard.
Wolfgang Bangerth [Fri, 4 Dec 2009 15:12:15 +0000 (15:12 +0000)]
Fix include guard.

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

14 years agoSet svn properties on hp/fe_nothing_03. Do not output the results of deal.II/mesh_wor...
Martin Kronbichler [Fri, 4 Dec 2009 14:48:02 +0000 (14:48 +0000)]
Set svn properties on hp/fe_nothing_03. Do not output the results of deal.II/mesh_worker_01.

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

14 years agoFix the distclean command.
Martin Kronbichler [Fri, 4 Dec 2009 11:49:50 +0000 (11:49 +0000)]
Fix the distclean command.

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

14 years agoAvoid compiler warning.
Martin Kronbichler [Fri, 4 Dec 2009 08:45:54 +0000 (08:45 +0000)]
Avoid compiler warning.

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

14 years agoMake sure it also compiles :-(
Wolfgang Bangerth [Thu, 3 Dec 2009 23:16:26 +0000 (23:16 +0000)]
Make sure it also compiles :-(

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

14 years agoOptimize get_view a bit.
Wolfgang Bangerth [Thu, 3 Dec 2009 23:15:55 +0000 (23:15 +0000)]
Optimize get_view a bit.

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

14 years agoFix bug.
Wolfgang Bangerth [Wed, 2 Dec 2009 19:24:48 +0000 (19:24 +0000)]
Fix bug.

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

14 years agostep 39 running
Guido Kanschat [Wed, 2 Dec 2009 04:12:15 +0000 (04:12 +0000)]
step 39 running

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

14 years agoMark an input argument as const.
Wolfgang Bangerth [Mon, 30 Nov 2009 20:04:54 +0000 (20:04 +0000)]
Mark an input argument as const.

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

14 years agoMeshWorker::Assembler::MGMatrixSimple bug fixed
Guido Kanschat [Sat, 28 Nov 2009 04:42:33 +0000 (04:42 +0000)]
MeshWorker::Assembler::MGMatrixSimple bug fixed

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

14 years agoMake output look more uniform.
Wolfgang Bangerth [Fri, 27 Nov 2009 17:05:45 +0000 (17:05 +0000)]
Make output look more uniform.

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

14 years agoFix problem in debug mode with block matrices. Further simplify the data structures...
Martin Kronbichler [Fri, 27 Nov 2009 14:35:22 +0000 (14:35 +0000)]
Fix problem in debug mode with block matrices. Further simplify the data structures for collecting the local constraints.

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

14 years agoApply changes from the distributed grid branch: Improve functions in IndexSet. Constr...
Martin Kronbichler [Thu, 26 Nov 2009 12:28:34 +0000 (12:28 +0000)]
Apply changes from the distributed grid branch: Improve functions in IndexSet. Constructor for ConstraintMatrix with IndexSet. Rewrote code for local_to_global functions in order to make it more accessible. Provide some shortcut for deal.II matrices.

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

14 years agoMake program compile with gcc4.4.
Martin Kronbichler [Wed, 25 Nov 2009 19:01:30 +0000 (19:01 +0000)]
Make program compile with gcc4.4.

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

14 years agoSmall fix in collective add operation that does not crash when writing non-existing...
Martin Kronbichler [Wed, 25 Nov 2009 16:46:01 +0000 (16:46 +0000)]
Small fix in collective add operation that does not crash when writing non-existing entries.

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

14 years agoL-shaped domain again
Guido Kanschat [Wed, 25 Nov 2009 06:49:06 +0000 (06:49 +0000)]
L-shaped domain again

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

14 years agoadd group MeshWorker
Guido Kanschat [Wed, 25 Nov 2009 06:46:09 +0000 (06:46 +0000)]
add group MeshWorker

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

14 years agoconsistency bug removed
Guido Kanschat [Wed, 25 Nov 2009 06:45:10 +0000 (06:45 +0000)]
consistency bug removed

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

14 years agoadd FE_FaceQ and FE_PolyFace for testing
Guido Kanschat [Wed, 25 Nov 2009 05:22:16 +0000 (05:22 +0000)]
add FE_FaceQ and FE_PolyFace for testing

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