]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
12 years agoOne one.
bangerth [Tue, 27 Sep 2011 18:06:13 +0000 (18:06 +0000)]
One one.

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

12 years agoFix some typos, add a few explanations. Extent list of ignore files.
kronbichler [Tue, 27 Sep 2011 16:31:12 +0000 (16:31 +0000)]
Fix some typos, add a few explanations. Extent list of ignore files.

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

12 years agofix some typos
heister [Tue, 27 Sep 2011 14:01:48 +0000 (14:01 +0000)]
fix some typos

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

12 years agoSimplify a test for PETSc libraries
young [Tue, 27 Sep 2011 07:43:37 +0000 (07:43 +0000)]
Simplify a test for PETSc libraries

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

12 years agoUse cell->is_locally_owned() where possible.
bangerth [Tue, 27 Sep 2011 03:13:21 +0000 (03:13 +0000)]
Use cell->is_locally_owned() where possible.

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

12 years agoDiscuss the discretization issue.
bangerth [Tue, 27 Sep 2011 03:08:38 +0000 (03:08 +0000)]
Discuss the discretization issue.

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

12 years agoStreamline initial temperature conditions, given the discussion in the introduction.
bangerth [Mon, 26 Sep 2011 23:48:18 +0000 (23:48 +0000)]
Streamline initial temperature conditions, given the discussion in the introduction.

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

12 years agoFinish (mostly) writing the introduction.
bangerth [Mon, 26 Sep 2011 23:47:15 +0000 (23:47 +0000)]
Finish (mostly) writing the introduction.

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

12 years agoLink in step-32.
bangerth [Mon, 26 Sep 2011 23:20:26 +0000 (23:20 +0000)]
Link in step-32.

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

12 years agotest vertex patches
kanschat [Mon, 26 Sep 2011 20:44:32 +0000 (20:44 +0000)]
test vertex patches

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

12 years agoadditional output
kanschat [Mon, 26 Sep 2011 20:32:32 +0000 (20:32 +0000)]
additional output

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

12 years agoA few more sentences.
bangerth [Mon, 26 Sep 2011 19:36:36 +0000 (19:36 +0000)]
A few more sentences.

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

12 years agoRemove name of unused function argument.
bangerth [Mon, 26 Sep 2011 19:29:29 +0000 (19:29 +0000)]
Remove name of unused function argument.

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

12 years agoMake compile even without MPI.
bangerth [Mon, 26 Sep 2011 19:26:43 +0000 (19:26 +0000)]
Make compile even without MPI.

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

12 years agoRemove now outdated sections.
bangerth [Mon, 26 Sep 2011 19:25:25 +0000 (19:25 +0000)]
Remove now outdated sections.

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

12 years agoConvert the current
bangerth [Mon, 26 Sep 2011 19:03:52 +0000 (19:03 +0000)]
Convert the current
  #ifdef mpi
    MPI_Allreduce (...)
  #else
    ...
  #endif
into the more obvious
  Utilities::MPI::sum/max
statements.

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

12 years agoConvert a few places where we can now use Utilities::MPI::sum/max.
bangerth [Mon, 26 Sep 2011 18:50:03 +0000 (18:50 +0000)]
Convert a few places where we can now use Utilities::MPI::sum/max.

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

12 years agoAdd array versions of the sum/max operators.
bangerth [Mon, 26 Sep 2011 18:26:56 +0000 (18:26 +0000)]
Add array versions of the sum/max operators.

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

12 years agoAdd Utilities::MPI::max.
bangerth [Mon, 26 Sep 2011 17:54:20 +0000 (17:54 +0000)]
Add Utilities::MPI::max.

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

12 years agoOne more change to make it work.
kronbichler [Mon, 26 Sep 2011 15:49:51 +0000 (15:49 +0000)]
One more change to make it work.

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

12 years agodeclare function for cell patches
kanschat [Mon, 26 Sep 2011 15:43:31 +0000 (15:43 +0000)]
declare function for cell patches

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

12 years agoFix compilation without MPI, second part.
kronbichler [Mon, 26 Sep 2011 15:39:52 +0000 (15:39 +0000)]
Fix compilation without MPI, second part.

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

12 years agoBlockList obsolete
kanschat [Mon, 26 Sep 2011 15:26:36 +0000 (15:26 +0000)]
BlockList obsolete

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

12 years agoadd SparsityPattern::row_position
kanschat [Mon, 26 Sep 2011 15:06:23 +0000 (15:06 +0000)]
add SparsityPattern::row_position

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

12 years agoMake compile without MPI.
kronbichler [Mon, 26 Sep 2011 15:04:09 +0000 (15:04 +0000)]
Make compile without MPI.

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

12 years agoMake compile...
bangerth [Mon, 26 Sep 2011 14:16:43 +0000 (14:16 +0000)]
Make compile...

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

12 years agoMove Utilities::System::MPI_InitFinalize to Utilities::MPI::MPI_InitFinalize.
bangerth [Mon, 26 Sep 2011 13:53:32 +0000 (13:53 +0000)]
Move Utilities::System::MPI_InitFinalize to Utilities::MPI::MPI_InitFinalize.

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

12 years agoUpdate a comment that is no longer accurate.
bangerth [Mon, 26 Sep 2011 13:46:25 +0000 (13:46 +0000)]
Update a comment that is no longer accurate.

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

12 years agoMove #ifdef DEAL_II_USE_TRILINOS to before the documentation.
bangerth [Mon, 26 Sep 2011 13:33:33 +0000 (13:33 +0000)]
Move #ifdef DEAL_II_USE_TRILINOS to before the documentation.

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

12 years agoBring documentation of namespace up to date.
bangerth [Mon, 26 Sep 2011 13:33:14 +0000 (13:33 +0000)]
Bring documentation of namespace up to date.

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

12 years agoDeprecate Utilities::System::program_uses_mpi in favor of Utilities::System::job_supp...
bangerth [Mon, 26 Sep 2011 13:30:02 +0000 (13:30 +0000)]
Deprecate Utilities::System::program_uses_mpi in favor of Utilities::System::job_supports_mpi.

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

12 years agoRename Utilities::System::calculate_collective_mpi_min_max_avg to Utilities::MPI...
bangerth [Mon, 26 Sep 2011 13:20:22 +0000 (13:20 +0000)]
Rename Utilities::System::calculate_collective_mpi_min_max_avg to Utilities::MPI::min_max_avg.

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

12 years agoAdd an assertion.
bangerth [Mon, 26 Sep 2011 13:20:15 +0000 (13:20 +0000)]
Add an assertion.

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

12 years agoMove a first batch of MPI-related functions from Utilities::System to Utilities:...
bangerth [Mon, 26 Sep 2011 12:52:19 +0000 (12:52 +0000)]
Move a first batch of MPI-related functions from Utilities::System to Utilities::MPI.

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

12 years agoUpdate properties.
bangerth [Mon, 26 Sep 2011 12:36:30 +0000 (12:36 +0000)]
Update properties.

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

12 years agoImplement the new function in namespace Utilities::MPI instead. Give it a simpler...
bangerth [Mon, 26 Sep 2011 12:02:41 +0000 (12:02 +0000)]
Implement the new function in namespace Utilities::MPI instead. Give it a simpler name.

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

12 years agoGo through the multithreading section.
bangerth [Mon, 26 Sep 2011 02:54:51 +0000 (02:54 +0000)]
Go through the multithreading section.

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

12 years agoMake sure the test does not become trivial and obvious when using just one processor.
bangerth [Mon, 26 Sep 2011 02:36:04 +0000 (02:36 +0000)]
Make sure the test does not become trivial and obvious when using just one processor.

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

12 years agoFix forgotten output file.
bangerth [Mon, 26 Sep 2011 02:18:50 +0000 (02:18 +0000)]
Fix forgotten output file.

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

12 years agoAdd Utilities::System::calculate_collective_mpi_sum.
bangerth [Sun, 25 Sep 2011 22:14:04 +0000 (22:14 +0000)]
Add Utilities::System::calculate_collective_mpi_sum.

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

12 years agorestructure member function list
kanschat [Sun, 25 Sep 2011 20:23:04 +0000 (20:23 +0000)]
restructure member function list

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

12 years agoGo through the parallelization on clusters section.
bangerth [Sun, 25 Sep 2011 19:19:07 +0000 (19:19 +0000)]
Go through the parallelization on clusters section.

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

12 years agoMore cross references.
bangerth [Sun, 25 Sep 2011 19:06:31 +0000 (19:06 +0000)]
More cross references.

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

12 years agoAdd a couple entries.
bangerth [Sun, 25 Sep 2011 18:10:56 +0000 (18:10 +0000)]
Add a couple entries.

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

12 years agoRemove a global function that apparently snuck in there by accident in r23944.
bangerth [Sun, 25 Sep 2011 18:09:17 +0000 (18:09 +0000)]
Remove a global function that apparently snuck in there by accident in r23944.

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

13 years agoKeep going through the introduction.
bangerth [Sat, 24 Sep 2011 03:33:08 +0000 (03:33 +0000)]
Keep going through the introduction.

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

13 years agoAdd a paragraph.
bangerth [Sat, 24 Sep 2011 03:32:13 +0000 (03:32 +0000)]
Add a paragraph.

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

13 years agoAdd a whole bunch more.
bangerth [Fri, 23 Sep 2011 21:49:09 +0000 (21:49 +0000)]
Add a whole bunch more.

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

13 years agoAdd necessary header file.
bangerth [Fri, 23 Sep 2011 18:25:59 +0000 (18:25 +0000)]
Add necessary header file.

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

13 years agoAllow compilation when using MPI but not p4est.
bangerth [Fri, 23 Sep 2011 18:23:54 +0000 (18:23 +0000)]
Allow compilation when using MPI but not p4est.

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

13 years agoWrite the solver section.
bangerth [Fri, 23 Sep 2011 14:42:15 +0000 (14:42 +0000)]
Write the solver section.

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

13 years agoUniformly use only initials.
bangerth [Fri, 23 Sep 2011 14:32:23 +0000 (14:32 +0000)]
Uniformly use only initials.

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

13 years agoAdd two. Fix one spelling mistake.
bangerth [Fri, 23 Sep 2011 14:29:51 +0000 (14:29 +0000)]
Add two. Fix one spelling mistake.

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

13 years agoAdd publication.
kronbichler [Fri, 23 Sep 2011 14:07:30 +0000 (14:07 +0000)]
Add publication.

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

13 years agoAdd missing documentation of parameter.
bangerth [Fri, 23 Sep 2011 14:05:12 +0000 (14:05 +0000)]
Add missing documentation of parameter.

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

13 years agoAdd missing doxygen marker.
bangerth [Fri, 23 Sep 2011 14:04:23 +0000 (14:04 +0000)]
Add missing doxygen marker.

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

13 years agoTry not to confuse doxygen.
bangerth [Fri, 23 Sep 2011 14:03:10 +0000 (14:03 +0000)]
Try not to confuse doxygen.

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

13 years agoUse TrilinosWrappers::Vector::operator= instead of
bangerth [Fri, 23 Sep 2011 13:25:15 +0000 (13:25 +0000)]
Use TrilinosWrappers::Vector::operator= instead of
TrilinosWrappers::Vector::reinit (., false, true).

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

13 years agoClarify.
bangerth [Fri, 23 Sep 2011 04:19:13 +0000 (04:19 +0000)]
Clarify.

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

13 years agoA few more sentences.
bangerth [Fri, 23 Sep 2011 04:15:55 +0000 (04:15 +0000)]
A few more sentences.

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

13 years agoAdjust indentation.
bangerth [Fri, 23 Sep 2011 04:05:03 +0000 (04:05 +0000)]
Adjust indentation.

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

13 years agoIf possible use a compiler/assembler flag that allows compressing debug sections...
bangerth [Fri, 23 Sep 2011 03:54:11 +0000 (03:54 +0000)]
If possible use a compiler/assembler flag that allows compressing debug sections in object files, saving us about 230 MB of disk space.

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

13 years agoRead through the first part of this.
bangerth [Fri, 23 Sep 2011 01:12:52 +0000 (01:12 +0000)]
Read through the first part of this.

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

13 years agoMinor addition.
bangerth [Fri, 23 Sep 2011 00:48:37 +0000 (00:48 +0000)]
Minor addition.

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

13 years agoMake compile. Remove debug output.
bangerth [Fri, 23 Sep 2011 00:18:59 +0000 (00:18 +0000)]
Make compile. Remove debug output.

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

13 years agoScale the pressure variable into physical units right after
bangerth [Fri, 23 Sep 2011 00:16:15 +0000 (00:16 +0000)]
Scale the pressure variable into physical units right after
solving. Scale the initial guess right before solving.

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

13 years agoWrap everything into a namespace Step32 as was done for all other
bangerth [Fri, 23 Sep 2011 00:04:16 +0000 (00:04 +0000)]
Wrap everything into a namespace Step32 as was done for all other
tutorial programs.

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

13 years agoA modest start to documenting.
bangerth [Fri, 23 Sep 2011 00:00:22 +0000 (00:00 +0000)]
A modest start to documenting.

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

13 years agoSay something more.
bangerth [Thu, 22 Sep 2011 23:56:46 +0000 (23:56 +0000)]
Say something more.

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

13 years agoDo something that may not be strictly necessary but helpful in
bangerth [Thu, 22 Sep 2011 23:54:52 +0000 (23:54 +0000)]
Do something that may not be strictly necessary but helpful in
avoiding future errors.

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

13 years agoSimplify code since we know that it runs under MPI.
bangerth [Thu, 22 Sep 2011 23:42:56 +0000 (23:42 +0000)]
Simplify code since we know that it runs under MPI.

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

13 years agoAdd comment.
bangerth [Thu, 22 Sep 2011 23:42:16 +0000 (23:42 +0000)]
Add comment.

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

13 years agoFix variable name.
bangerth [Thu, 22 Sep 2011 13:27:18 +0000 (13:27 +0000)]
Fix variable name.

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

13 years agoMove variable declarations.
bangerth [Thu, 22 Sep 2011 13:24:39 +0000 (13:24 +0000)]
Move variable declarations.

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

13 years agoLeave a code block we may want to discuss.
bangerth [Thu, 22 Sep 2011 12:40:54 +0000 (12:40 +0000)]
Leave a code block we may want to discuss.

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

13 years agoRemove computation of divergences as debug output.
bangerth [Thu, 22 Sep 2011 12:40:07 +0000 (12:40 +0000)]
Remove computation of divergences as debug output.

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

13 years agoRemove duplicate assignment.
bangerth [Thu, 22 Sep 2011 04:01:53 +0000 (04:01 +0000)]
Remove duplicate assignment.

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

13 years agoRemove code block used for debugging.
bangerth [Thu, 22 Sep 2011 03:57:26 +0000 (03:57 +0000)]
Remove code block used for debugging.

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

13 years agoIndent by astyle. May undo that again later.
bangerth [Thu, 22 Sep 2011 03:56:27 +0000 (03:56 +0000)]
Indent by astyle. May undo that again later.

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

13 years agoMinor adjustments to make this program more similar with ASPECT before we
bangerth [Thu, 22 Sep 2011 03:02:20 +0000 (03:02 +0000)]
Minor adjustments to make this program more similar with ASPECT before we
started to implement significantly new physics there.

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

13 years agoReference step-21 at one place.
bangerth [Wed, 21 Sep 2011 19:55:43 +0000 (19:55 +0000)]
Reference step-21 at one place.

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

13 years agoFurther correction.
bangerth [Wed, 21 Sep 2011 19:52:05 +0000 (19:52 +0000)]
Further correction.

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

13 years agoGrammar fix.
bangerth [Wed, 21 Sep 2011 19:51:26 +0000 (19:51 +0000)]
Grammar fix.

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

13 years agoWell, really. If we change something in 6 of the Makefiles, I'd say we should do...
bangerth [Wed, 21 Sep 2011 15:12:54 +0000 (15:12 +0000)]
Well, really. If we change something in 6 of the Makefiles, I'd say we should do it in all of them...

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

13 years agoCleanup of computations of derivatives in Lagrange polynomial.
kronbichler [Wed, 21 Sep 2011 12:09:28 +0000 (12:09 +0000)]
Cleanup of computations of derivatives in Lagrange polynomial.

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

13 years agoRemove invalid .cc extension on targets.
kronbichler [Wed, 21 Sep 2011 08:38:41 +0000 (08:38 +0000)]
Remove invalid .cc extension on targets.

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

13 years agodocumentation of exceptions
kanschat [Tue, 20 Sep 2011 19:07:29 +0000 (19:07 +0000)]
documentation of exceptions

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

13 years agoremove unnecessary header
kanschat [Tue, 20 Sep 2011 19:00:45 +0000 (19:00 +0000)]
remove unnecessary header

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

13 years agoactually use inversion method in parameter object
kanschat [Tue, 20 Sep 2011 19:00:04 +0000 (19:00 +0000)]
actually use inversion method in parameter object

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

13 years agomake target explicit in Makefile
kanschat [Tue, 20 Sep 2011 18:59:15 +0000 (18:59 +0000)]
make target explicit in Makefile

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

13 years agoAdd one.
bangerth [Fri, 16 Sep 2011 01:02:05 +0000 (01:02 +0000)]
Add one.

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

13 years agoFix default argument.
bangerth [Thu, 15 Sep 2011 21:09:17 +0000 (21:09 +0000)]
Fix default argument.

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

13 years agoMake compile.
kronbichler [Thu, 15 Sep 2011 06:42:36 +0000 (06:42 +0000)]
Make compile.

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

13 years agoIgnore kdevelop custom include path files.
bangerth [Thu, 15 Sep 2011 05:58:54 +0000 (05:58 +0000)]
Ignore kdevelop custom include path files.

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

13 years agoSome formatting fixes.
bangerth [Thu, 15 Sep 2011 05:45:38 +0000 (05:45 +0000)]
Some formatting fixes.

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

13 years agoAlso convert MatrixCreator, MatrixTools to namespaces.
bangerth [Thu, 15 Sep 2011 05:43:25 +0000 (05:43 +0000)]
Also convert MatrixCreator, MatrixTools to namespaces.

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

13 years agoMake MatrixCreator a namespace.
bangerth [Thu, 15 Sep 2011 05:28:30 +0000 (05:28 +0000)]
Make MatrixCreator a namespace.

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

13 years agoMake GridTools, VectorTools, MGTools namespaces, rather than a class with all static...
bangerth [Wed, 14 Sep 2011 23:56:36 +0000 (23:56 +0000)]
Make GridTools, VectorTools, MGTools namespaces, rather than a class with all static member functions. Now only MatrixTools remains.

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

13 years agoFix name of test directory.
bangerth [Tue, 13 Sep 2011 15:48:31 +0000 (15:48 +0000)]
Fix name of test directory.

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

13 years agoRegenerate configure to by-pass errors with old versions of autoconf
young [Tue, 13 Sep 2011 14:57:07 +0000 (14:57 +0000)]
Regenerate configure to by-pass errors with old versions of autoconf

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