]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
13 years agoAnnounce one-library changes.
bangerth [Wed, 27 Oct 2010 12:33:31 +0000 (12:33 +0000)]
Announce one-library changes.

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

13 years agoNever test for equality of floating point numbers
kanschat [Wed, 27 Oct 2010 02:52:22 +0000 (02:52 +0000)]
Never test for equality of floating point numbers

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

13 years agolibrary compiles again
kanschat [Wed, 27 Oct 2010 00:22:26 +0000 (00:22 +0000)]
library compiles again

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

13 years agoadd constraints in 3D... hopefully
kanschat [Wed, 27 Oct 2010 00:11:18 +0000 (00:11 +0000)]
add constraints in 3D... hopefully

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

13 years agoLink in step-40.
bangerth [Tue, 26 Oct 2010 20:14:23 +0000 (20:14 +0000)]
Link in step-40.

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

13 years agoTypo fix.
bangerth [Tue, 26 Oct 2010 20:11:50 +0000 (20:11 +0000)]
Typo fix.

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

13 years agoBetter way of writing the legend.
bangerth [Tue, 26 Oct 2010 20:05:30 +0000 (20:05 +0000)]
Better way of writing the legend.

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

13 years agoallow for QR method in PreconditionBlockBase
kanschat [Tue, 26 Oct 2010 19:56:35 +0000 (19:56 +0000)]
allow for QR method in PreconditionBlockBase

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

13 years agofix TAGS
kanschat [Tue, 26 Oct 2010 19:44:29 +0000 (19:44 +0000)]
fix TAGS

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

13 years agoMove some template functions into the .cc file. There is a problem that in static...
bangerth [Tue, 26 Oct 2010 19:43:59 +0000 (19:43 +0000)]
Move some template functions into the .cc file. There is a problem that in static lib mode, these functions reference a static member variable that is only defined later (though it is declared earlier) and for whatever reason the variable only gets internal linkage, leading to linker errors with static libs.

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

13 years agoRegenerate.
bangerth [Tue, 26 Oct 2010 19:35:21 +0000 (19:35 +0000)]
Regenerate.

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

13 years agoEnsure we build deal.II with shared libs when using p4est (which is always built...
bangerth [Tue, 26 Oct 2010 19:31:45 +0000 (19:31 +0000)]
Ensure we build deal.II with shared libs when using p4est (which is always built with shared libs at the moment).

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

13 years agoBe explicit about namespaces.
bangerth [Tue, 26 Oct 2010 19:22:32 +0000 (19:22 +0000)]
Be explicit about namespaces.

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

13 years agoOne other rename to avoid multiple compilation.
bangerth [Tue, 26 Oct 2010 18:59:08 +0000 (18:59 +0000)]
One other rename to avoid multiple compilation.

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

13 years agoRemove a bunch of header files that we don't really need.
bangerth [Tue, 26 Oct 2010 18:20:22 +0000 (18:20 +0000)]
Remove a bunch of header files that we don't really need.

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

13 years agoRename to avoid duplicate symbol linker errors.
bangerth [Tue, 26 Oct 2010 18:14:57 +0000 (18:14 +0000)]
Rename to avoid duplicate symbol linker errors.

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

13 years agoMore cleanup from the big switch-over.
bangerth [Tue, 26 Oct 2010 15:36:48 +0000 (15:36 +0000)]
More cleanup from the big switch-over.

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

13 years agoMake sure a file with instantiations for 1d, 2d and 3d is compiled only once.
bangerth [Tue, 26 Oct 2010 15:32:52 +0000 (15:32 +0000)]
Make sure a file with instantiations for 1d, 2d and 3d is compiled only once.

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

13 years agoUse shared-lib-suffix instead of hard-coding .so.
bangerth [Tue, 26 Oct 2010 15:20:49 +0000 (15:20 +0000)]
Use shared-lib-suffix instead of hard-coding .so.

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

13 years agorun autoconf on the last changes
kanschat [Tue, 26 Oct 2010 15:17:52 +0000 (15:17 +0000)]
run autoconf on the last changes

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

13 years agoAdd parenthetical remark.
bangerth [Tue, 26 Oct 2010 15:06:58 +0000 (15:06 +0000)]
Add parenthetical remark.

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

13 years agoremove dependency on Make.global_options from master makefile
kanschat [Tue, 26 Oct 2010 14:12:13 +0000 (14:12 +0000)]
remove dependency on Make.global_options from master makefile

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

13 years agoFix misspelled HTML tag.
bangerth [Tue, 26 Oct 2010 12:47:04 +0000 (12:47 +0000)]
Fix misspelled HTML tag.

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

13 years agoFix doxygen tag.
bangerth [Tue, 26 Oct 2010 12:46:19 +0000 (12:46 +0000)]
Fix doxygen tag.

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

13 years agoProvide name for the group.
bangerth [Tue, 26 Oct 2010 12:45:42 +0000 (12:45 +0000)]
Provide name for the group.

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

13 years agoMore adjustments.
bangerth [Tue, 26 Oct 2010 12:42:07 +0000 (12:42 +0000)]
More adjustments.

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

13 years agoAdjust to new directory structure.
bangerth [Tue, 26 Oct 2010 12:40:06 +0000 (12:40 +0000)]
Adjust to new directory structure.

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

13 years agoFix typo.
bangerth [Tue, 26 Oct 2010 02:46:38 +0000 (02:46 +0000)]
Fix typo.

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

13 years agoMake an unused variable anonymous.
bangerth [Mon, 25 Oct 2010 23:51:42 +0000 (23:51 +0000)]
Make an unused variable anonymous.

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

13 years agoUpdate paths.
bangerth [Mon, 25 Oct 2010 23:44:47 +0000 (23:44 +0000)]
Update paths.

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

13 years agoLink with p4est if necessary.
bangerth [Mon, 25 Oct 2010 23:42:35 +0000 (23:42 +0000)]
Link with p4est if necessary.

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

13 years agoMake sure things compile also with distributed meshes.
bangerth [Mon, 25 Oct 2010 23:32:14 +0000 (23:32 +0000)]
Make sure things compile also with distributed meshes.

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

13 years agoMake the various Makefile.dep files dependent only on what they really need.
bangerth [Mon, 25 Oct 2010 23:26:38 +0000 (23:26 +0000)]
Make the various Makefile.dep files dependent only on what they really need.

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

13 years agoBe even faster in computing things.
bangerth [Mon, 25 Oct 2010 23:09:59 +0000 (23:09 +0000)]
Be even faster in computing things.

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

13 years agoIgnore Makefile.dep.
bangerth [Mon, 25 Oct 2010 23:00:56 +0000 (23:00 +0000)]
Ignore Makefile.dep.

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

13 years agoShave 4 seconds off the startup time of previously 17 seconds by using
bangerth [Mon, 25 Oct 2010 22:59:30 +0000 (22:59 +0000)]
Shave 4 seconds off the startup time of previously 17 seconds by using
singly-expanded variables.

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

13 years agoAdd an entry.
bangerth [Mon, 25 Oct 2010 22:30:58 +0000 (22:30 +0000)]
Add an entry.

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

13 years agoRe-arrange files into a more uniform directory structure that has top-level include...
bangerth [Mon, 25 Oct 2010 22:29:30 +0000 (22:29 +0000)]
Re-arrange files into a more uniform directory structure that has top-level include/ and source/ directories. Re-write the build infrastructure in such a way that it builds only a single library for debug and optimized mode each, rather than the 5 we have so far.

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

13 years agoRe-arrange files into a more uniform directory structure that has top-level include...
bangerth [Mon, 25 Oct 2010 22:26:17 +0000 (22:26 +0000)]
Re-arrange files into a more uniform directory structure that has top-level include/ and source/ directories. Re-write the build infrastructure in such a way that it builds only a single library for debug and optimized mode each, rather than the 5 we have so far.

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

13 years agoActually make it work.
bangerth [Mon, 25 Oct 2010 16:52:01 +0000 (16:52 +0000)]
Actually make it work.

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

13 years agoDon't just test for the existence of std::thread but also whether it works.
bangerth [Mon, 25 Oct 2010 16:41:24 +0000 (16:41 +0000)]
Don't just test for the existence of std::thread but also whether it works.

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

13 years agoUpdate references to distributed paper.
bangerth [Mon, 25 Oct 2010 16:09:35 +0000 (16:09 +0000)]
Update references to distributed paper.

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

13 years agoAdd Patterns::FileName and Patterns::DirectoryName.
bangerth [Mon, 25 Oct 2010 13:59:04 +0000 (13:59 +0000)]
Add Patterns::FileName and Patterns::DirectoryName.

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

13 years agoImprove documentation of timer class: we actually do sum up times of children.. Inclu...
kronbichler [Mon, 25 Oct 2010 10:30:22 +0000 (10:30 +0000)]
Improve documentation of timer class: we actually do sum up times of children.. Include restart function as we say in the class documentation.

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

13 years agoMake sure output is correct.
bangerth [Mon, 25 Oct 2010 00:31:25 +0000 (00:31 +0000)]
Make sure output is correct.

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

13 years agoAdjust output file name.
bangerth [Mon, 25 Oct 2010 00:29:57 +0000 (00:29 +0000)]
Adjust output file name.

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

13 years agoAdd something to the output.
bangerth [Mon, 25 Oct 2010 00:27:38 +0000 (00:27 +0000)]
Add something to the output.

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

13 years agofix the same typo again :(
kanschat [Sun, 24 Oct 2010 22:59:36 +0000 (22:59 +0000)]
fix the same typo again :(

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

13 years agoOnly run MPI directory if we have configured for both MPI and P4EST.
bangerth [Sun, 24 Oct 2010 22:52:31 +0000 (22:52 +0000)]
Only run MPI directory if we have configured for both MPI and P4EST.

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

13 years agohp-constraints and regular constraints for 3D in FE_Nedelec disabled until implementa...
kanschat [Sun, 24 Oct 2010 21:38:53 +0000 (21:38 +0000)]
hp-constraints and regular constraints for 3D in FE_Nedelec disabled until implementation is correct

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

13 years agoAdjust call to new name of a function.
bangerth [Sun, 24 Oct 2010 19:49:37 +0000 (19:49 +0000)]
Adjust call to new name of a function.

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

13 years agoAdd a file forgotten in r22461.
bangerth [Sun, 24 Oct 2010 19:47:27 +0000 (19:47 +0000)]
Add a file forgotten in r22461.

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

13 years agoMake sure we don't even try to refine anisotropically in case of distributed meshes.
bangerth [Sun, 24 Oct 2010 19:40:28 +0000 (19:40 +0000)]
Make sure we don't even try to refine anisotropically in case of distributed meshes.

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

13 years agoAdd a note on anisotropic refinement.
bangerth [Sun, 24 Oct 2010 19:00:39 +0000 (19:00 +0000)]
Add a note on anisotropic refinement.

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

13 years agoSeparate out a few things that should or should not be dimension dependent.
bangerth [Sun, 24 Oct 2010 18:55:58 +0000 (18:55 +0000)]
Separate out a few things that should or should not be dimension dependent.

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

13 years agofix interface constraints in 2D and disable in 3D
kanschat [Sun, 24 Oct 2010 18:27:59 +0000 (18:27 +0000)]
fix interface constraints in 2D and disable in 3D

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

13 years agotesting Nedelec and RT
kanschat [Sun, 24 Oct 2010 18:10:43 +0000 (18:10 +0000)]
testing Nedelec and RT

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

13 years agosome cleaning up
kanschat [Sun, 24 Oct 2010 17:35:52 +0000 (17:35 +0000)]
some cleaning up

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

13 years agowhy not use dofs_per_face?
kanschat [Sun, 24 Oct 2010 17:34:40 +0000 (17:34 +0000)]
why not use dofs_per_face?

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

13 years agouse SmartPointer instead of a reference in member variable
kanschat [Sun, 24 Oct 2010 17:32:21 +0000 (17:32 +0000)]
use SmartPointer instead of a reference in member variable

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

13 years agoMention step-40.
bangerth [Sun, 24 Oct 2010 16:39:46 +0000 (16:39 +0000)]
Mention step-40.

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

13 years agoOne more sentence.
bangerth [Sun, 24 Oct 2010 16:17:45 +0000 (16:17 +0000)]
One more sentence.

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

13 years agoMention step-40.
bangerth [Sun, 24 Oct 2010 16:16:54 +0000 (16:16 +0000)]
Mention step-40.

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

13 years agoExplain numbers.
bangerth [Sun, 24 Oct 2010 16:08:50 +0000 (16:08 +0000)]
Explain numbers.

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

13 years agoReference step-40.
bangerth [Sun, 24 Oct 2010 16:07:35 +0000 (16:07 +0000)]
Reference step-40.

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

13 years agoMove a utility function out of a class that had only a single (static) member and...
bangerth [Sun, 24 Oct 2010 15:30:42 +0000 (15:30 +0000)]
Move a utility function out of a class that had only a single (static) member and into the surrounding namespace.

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

13 years agoRemove x-branch_distributed_grids/ prefix.
bangerth [Sun, 24 Oct 2010 04:46:00 +0000 (04:46 +0000)]
Remove x-branch_distributed_grids/ prefix.

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

13 years agoPut something into common/Make.global_options that indicates whether we use MPI....
bangerth [Sun, 24 Oct 2010 04:32:56 +0000 (04:32 +0000)]
Put something into common/Make.global_options that indicates whether we use MPI. If so, use it in tests/Makefile.

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

13 years agoComplete reference.
bangerth [Sun, 24 Oct 2010 04:05:36 +0000 (04:05 +0000)]
Complete reference.

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

13 years agoList distributed branch.
bangerth [Sun, 24 Oct 2010 04:03:40 +0000 (04:03 +0000)]
List distributed branch.

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

13 years agoOne more link.
bangerth [Sun, 24 Oct 2010 04:02:23 +0000 (04:02 +0000)]
One more link.

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

13 years agoList distributed branch.
bangerth [Sun, 24 Oct 2010 04:01:02 +0000 (04:01 +0000)]
List distributed branch.

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

13 years agoDisable distributed_grids if not using p4est.
bangerth [Sun, 24 Oct 2010 03:47:24 +0000 (03:47 +0000)]
Disable distributed_grids if not using p4est.

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

13 years agomerge tests from branch distributed up to r22431
heister [Sat, 23 Oct 2010 21:46:46 +0000 (21:46 +0000)]
merge tests from branch distributed up to r22431

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

13 years agomore compilation fixes.
heister [Sat, 23 Oct 2010 19:07:29 +0000 (19:07 +0000)]
more compilation fixes.

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

13 years agomore compilation fixes.
heister [Sat, 23 Oct 2010 18:38:48 +0000 (18:38 +0000)]
more compilation fixes.

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

13 years agothis should have not gone in there...
heister [Sat, 23 Oct 2010 17:21:32 +0000 (17:21 +0000)]
this should have not gone in there...

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

13 years agofix when not using distributed meshes.
heister [Sat, 23 Oct 2010 17:02:06 +0000 (17:02 +0000)]
fix when not using distributed meshes.

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

13 years agofix when not using distributed meshes.
heister [Sat, 23 Oct 2010 16:58:39 +0000 (16:58 +0000)]
fix when not using distributed meshes.

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

13 years agofix warning.
heister [Sat, 23 Oct 2010 16:52:05 +0000 (16:52 +0000)]
fix warning.

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

13 years agofix compiler error.
heister [Sat, 23 Oct 2010 16:44:14 +0000 (16:44 +0000)]
fix compiler error.

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

13 years agofix compiler error when compiling without p4est
heister [Sat, 23 Oct 2010 16:43:51 +0000 (16:43 +0000)]
fix compiler error when compiling without p4est

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

13 years agomake step-40 compile
heister [Sat, 23 Oct 2010 15:39:06 +0000 (15:39 +0000)]
make step-40 compile

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

13 years agomake steo-32 compile
heister [Sat, 23 Oct 2010 15:30:30 +0000 (15:30 +0000)]
make steo-32 compile

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

13 years agomerge branch distributed_grids up to rev 22429.
heister [Sat, 23 Oct 2010 13:41:09 +0000 (13:41 +0000)]
merge branch distributed_grids up to rev 22429.

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

13 years agoSlightly modified the intro to step-36 to clarify that SlepcInitialize initializes...
young [Fri, 22 Oct 2010 14:34:52 +0000 (14:34 +0000)]
Slightly modified the intro to step-36 to clarify that SlepcInitialize initializes the PETSc interface too

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

13 years agosecond try to prepare merging.
heister [Thu, 21 Oct 2010 16:21:09 +0000 (16:21 +0000)]
second try to prepare merging.

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

13 years agoAdjust output after Pradeep's changes.
bangerth [Thu, 21 Oct 2010 16:11:33 +0000 (16:11 +0000)]
Adjust output after Pradeep's changes.

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

13 years agoRemove unnecessary parameter.
bangerth [Thu, 21 Oct 2010 16:09:13 +0000 (16:09 +0000)]
Remove unnecessary parameter.

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

13 years agoMake things compile and link.
bangerth [Thu, 21 Oct 2010 16:04:27 +0000 (16:04 +0000)]
Make things compile and link.

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

13 years agoMake compile.
bangerth [Thu, 21 Oct 2010 15:59:43 +0000 (15:59 +0000)]
Make compile.

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

13 years agoclose </sup> tag
kanschat [Thu, 21 Oct 2010 15:46:12 +0000 (15:46 +0000)]
close </sup> tag

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

13 years agoAdd description_init to parameter_handler
rao [Thu, 21 Oct 2010 15:37:51 +0000 (15:37 +0000)]
Add description_init to parameter_handler

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

13 years agoInitialized merge tracking via "svnmerge" with revisions "1-22416" from
heister [Thu, 21 Oct 2010 15:29:13 +0000 (15:29 +0000)]
Initialized merge tracking via "svnmerge" with revisions "1-22416" from
http://www.dealii.org/svn/dealii/branches/branch_distributed_grids/deal.II
(I hope this works correctly)

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

13 years agochange output to gnuplot
kanschat [Thu, 21 Oct 2010 15:25:40 +0000 (15:25 +0000)]
change output to gnuplot

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

13 years agomore tests on infinite and divide by zero
kanschat [Thu, 21 Oct 2010 14:08:18 +0000 (14:08 +0000)]
more tests on infinite and divide by zero

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

13 years agoAllow Compressed*SparsityPattern::add() also with const unsigned int *
heister [Thu, 21 Oct 2010 13:18:12 +0000 (13:18 +0000)]
Allow Compressed*SparsityPattern::add() also with const unsigned int *

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

13 years agohanging node constraints work now with new FETools::compute_face_embedding_matrices
kanschat [Wed, 20 Oct 2010 22:20:46 +0000 (22:20 +0000)]
hanging node constraints work now with new FETools::compute_face_embedding_matrices

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

13 years agoseparate normal and tangential components for vector elements
kanschat [Wed, 20 Oct 2010 22:20:05 +0000 (22:20 +0000)]
separate normal and tangential components for vector elements

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

13 years agoenable fill_fe_subface_values with Nedelec transformation
kanschat [Wed, 20 Oct 2010 16:48:00 +0000 (16:48 +0000)]
enable fill_fe_subface_values with Nedelec transformation

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