]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
13 years agoIt makes Clang happier if we forward declare things as struct instead of class if...
bangerth [Sun, 21 Aug 2011 04:17:31 +0000 (04:17 +0000)]
It makes Clang happier if we forward declare things as struct instead of class if they are in fact declared as structs.

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

13 years agoAdd docuentation.
bangerth [Sun, 21 Aug 2011 04:15:42 +0000 (04:15 +0000)]
Add docuentation.

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

13 years agoRegenerate.
bangerth [Sun, 21 Aug 2011 04:14:49 +0000 (04:14 +0000)]
Regenerate.

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

13 years agoWhen saying
bangerth [Sun, 21 Aug 2011 04:14:20 +0000 (04:14 +0000)]
When saying
  backward = backward;
this statement rarely does what one intended. Use
  this->backward = backward;
instead.

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

13 years agoDetect and configure the clang C++ frontend for LLVM.
bangerth [Sun, 21 Aug 2011 04:10:39 +0000 (04:10 +0000)]
Detect and configure the clang C++ frontend for LLVM.

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

13 years agoIt makes Clang happier if we forward declare things as struct instead of class if...
bangerth [Sun, 21 Aug 2011 04:07:38 +0000 (04:07 +0000)]
It makes Clang happier if we forward declare things as struct instead of class if they are in fact declared as structs.

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

13 years agoExplicitly use two template arguments even if one is defaulted. Clang
bangerth [Sun, 21 Aug 2011 04:05:03 +0000 (04:05 +0000)]
Explicitly use two template arguments even if one is defaulted. Clang
trips over this otherwise (incorrectly so, but it's easy to work
around anyway).

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

13 years agouse using keyword.
heister [Sun, 21 Aug 2011 04:01:52 +0000 (04:01 +0000)]
use using keyword.

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

13 years agoExplicitly use two template arguments even if one is defaulted. Clang
bangerth [Sun, 21 Aug 2011 04:01:41 +0000 (04:01 +0000)]
Explicitly use two template arguments even if one is defaulted. Clang
trips over this otherwise (incorrectly so, but it's easy to work
around anyway).

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

13 years agoIn a forward declaration, use whether a type was actually declared as
bangerth [Sun, 21 Aug 2011 04:01:14 +0000 (04:01 +0000)]
In a forward declaration, use whether a type was actually declared as
a struct or class. This makes Clang happier.

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

13 years agoExplicitly use two template arguments even if one is defaulted. Clang
bangerth [Sun, 21 Aug 2011 03:59:09 +0000 (03:59 +0000)]
Explicitly use two template arguments even if one is defaulted. Clang
trips over this otherwise (incorrectly so, but it's easy to work
around anyway).

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

13 years agoExplicitly use two template arguments even if one is defaulted. Clang
bangerth [Sun, 21 Aug 2011 03:56:48 +0000 (03:56 +0000)]
Explicitly use two template arguments even if one is defaulted. Clang
trips over this otherwise (incorrectly so, but it's easy to work
around anyway).

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

13 years agoIn a forward declaration, use whether a type was actually declared as
bangerth [Sun, 21 Aug 2011 03:55:39 +0000 (03:55 +0000)]
In a forward declaration, use whether a type was actually declared as
a struct or class. This makes Clang happier.

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

13 years agoExplicitly use two template arguments even if one is defaulted. Clang
bangerth [Sun, 21 Aug 2011 03:55:12 +0000 (03:55 +0000)]
Explicitly use two template arguments even if one is defaulted. Clang
trips over this otherwise (incorrectly so, but it's easy to work
around anyway).

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

13 years agofix error in copy constructor
heister [Sun, 21 Aug 2011 03:54:48 +0000 (03:54 +0000)]
fix error in copy constructor

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

13 years agoIn an instantiation, use whether a type was actually declared as
bangerth [Sun, 21 Aug 2011 00:47:50 +0000 (00:47 +0000)]
In an instantiation, use whether a type was actually declared as
a struct or class. This makes Clang happier.

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

13 years agoAvoid two Clang warnings.
bangerth [Sun, 21 Aug 2011 00:47:01 +0000 (00:47 +0000)]
Avoid two Clang warnings.

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

13 years agoMore of this: Qualify a call to a function in the base class with this->.
bangerth [Sun, 21 Aug 2011 00:43:11 +0000 (00:43 +0000)]
More of this: Qualify a call to a function in the base class with this->.

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

13 years agoUse new-style using declarations.
bangerth [Sun, 21 Aug 2011 00:42:52 +0000 (00:42 +0000)]
Use new-style using declarations.

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

13 years agousing typename to make clang happy
heister [Sun, 21 Aug 2011 00:39:10 +0000 (00:39 +0000)]
using typename to make clang happy

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

13 years agouse using and add a typename to make clang happy
heister [Sun, 21 Aug 2011 00:34:27 +0000 (00:34 +0000)]
use using and add a typename to make clang happy

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

13 years agoQualify a call to a function in the base class with this->.
bangerth [Sun, 21 Aug 2011 00:34:10 +0000 (00:34 +0000)]
Qualify a call to a function in the base class with this->.

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

13 years agoswap order of functions to make clang happy.
heister [Sun, 21 Aug 2011 00:30:24 +0000 (00:30 +0000)]
swap order of functions to make clang happy.

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

13 years agoUse new-style using declarations.
bangerth [Sun, 21 Aug 2011 00:23:22 +0000 (00:23 +0000)]
Use new-style using declarations.

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

13 years agoFix a real error: The copy constructor of MappingQ did not copy
bangerth [Sun, 21 Aug 2011 00:22:17 +0000 (00:22 +0000)]
Fix a real error: The copy constructor of MappingQ did not copy
n_outer but rather initialized it with garbage.

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

13 years agouse using.
heister [Sun, 21 Aug 2011 00:21:40 +0000 (00:21 +0000)]
use using.

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

13 years agomake clang happy with default template argument and use better exception.
heister [Sun, 21 Aug 2011 00:16:16 +0000 (00:16 +0000)]
make clang happy with default template argument and use better exception.

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

13 years agoIn a forward declaration, use whether a type was actually declared as
bangerth [Sun, 21 Aug 2011 00:14:40 +0000 (00:14 +0000)]
In a forward declaration, use whether a type was actually declared as
a struct or class. This makes Clang happier.

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

13 years agoqualify function call with this->
heister [Sun, 21 Aug 2011 00:12:47 +0000 (00:12 +0000)]
qualify function call with this->

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

13 years agoIt makes Clang happier if we forward declare things as struct instead of class if...
bangerth [Sun, 21 Aug 2011 00:00:54 +0000 (00:00 +0000)]
It makes Clang happier if we forward declare things as struct instead of class if they are in fact declared as structs.

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

13 years agoIn a forward declaration, use whether a type was actually declared as
bangerth [Sat, 20 Aug 2011 23:48:13 +0000 (23:48 +0000)]
In a forward declaration, use whether a type was actually declared as
a struct or class. This makes Clang happier.

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

13 years agoIn a forward declaration, use whether a type was actually declared as
bangerth [Sat, 20 Aug 2011 23:46:56 +0000 (23:46 +0000)]
In a forward declaration, use whether a type was actually declared as
a struct or class.

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

13 years agoIn a forward declaration, use whether a type was actually declared as
bangerth [Sat, 20 Aug 2011 23:46:06 +0000 (23:46 +0000)]
In a forward declaration, use whether a type was actually declared as
a struct or class.

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

13 years agouse new-style using declaration.
heister [Sat, 20 Aug 2011 23:35:52 +0000 (23:35 +0000)]
use new-style using declaration.

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

13 years agouse new-style using declaration and add comment.
heister [Sat, 20 Aug 2011 23:31:16 +0000 (23:31 +0000)]
use new-style using declaration and add comment.

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

13 years agoMake Clang's life simpler by being explicit about template arguments.
bangerth [Sat, 20 Aug 2011 23:12:39 +0000 (23:12 +0000)]
Make Clang's life simpler by being explicit about template arguments.

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

13 years agoFormat for better readability.
bangerth [Sat, 20 Aug 2011 23:03:48 +0000 (23:03 +0000)]
Format for better readability.

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

13 years agoUse new-style using declaration and document the reason.
bangerth [Sat, 20 Aug 2011 23:02:27 +0000 (23:02 +0000)]
Use new-style using declaration and document the reason.

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

13 years agoMove everything in these tutorial programs into a namespace StepXX.
bangerth [Sat, 20 Aug 2011 05:00:30 +0000 (05:00 +0000)]
Move everything in these tutorial programs into a namespace StepXX.

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

13 years agoProvide mutual cross-references regarding a comment of getting in the habit of always...
bangerth [Sat, 20 Aug 2011 04:49:44 +0000 (04:49 +0000)]
Provide mutual cross-references regarding a comment of getting in the habit of always multiplying with test functions from the left.

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

13 years agoadd trace operators
kanschat [Fri, 19 Aug 2011 13:45:18 +0000 (13:45 +0000)]
add trace operators

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

13 years agoUse the main function of previous tutorial programs.
bangerth [Fri, 19 Aug 2011 04:43:48 +0000 (04:43 +0000)]
Use the main function of previous tutorial programs.

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

13 years agoDo like in step-7: put everything into a namespace.
bangerth [Fri, 19 Aug 2011 04:42:39 +0000 (04:42 +0000)]
Do like in step-7: put everything into a namespace.

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

13 years agoDo like in step-7: put everything into a namespace.
bangerth [Fri, 19 Aug 2011 04:41:48 +0000 (04:41 +0000)]
Do like in step-7: put everything into a namespace.

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

13 years agoDo like in step-7: put everything into a namespace.
bangerth [Fri, 19 Aug 2011 04:39:39 +0000 (04:39 +0000)]
Do like in step-7: put everything into a namespace.

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

13 years agoadd timestamp to LogStream
kanschat [Thu, 18 Aug 2011 15:00:38 +0000 (15:00 +0000)]
add timestamp to LogStream

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

13 years agoRemove some outdated text.
bangerth [Wed, 17 Aug 2011 16:18:25 +0000 (16:18 +0000)]
Remove some outdated text.

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

13 years agoadded entry to changes.h
pauletti [Wed, 17 Aug 2011 14:40:15 +0000 (14:40 +0000)]
added entry to changes.h

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

13 years agoCheck of get_boundary_indicators for 1d grids
pauletti [Wed, 17 Aug 2011 14:32:46 +0000 (14:32 +0000)]
Check of get_boundary_indicators for 1d grids

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

13 years agoTrivial modification in get_boundary_indicators for 1d grids
pauletti [Wed, 17 Aug 2011 14:32:07 +0000 (14:32 +0000)]
Trivial modification in get_boundary_indicators for 1d grids

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

13 years agoOops
kanschat [Wed, 17 Aug 2011 10:48:52 +0000 (10:48 +0000)]
Oops

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

13 years agofixed documentation
kanschat [Wed, 17 Aug 2011 10:10:26 +0000 (10:10 +0000)]
fixed documentation

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

13 years agonew patches
kanschat [Wed, 17 Aug 2011 06:05:31 +0000 (06:05 +0000)]
new patches

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

13 years agocheck dimensions
kanschat [Wed, 17 Aug 2011 06:04:31 +0000 (06:04 +0000)]
check dimensions

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

13 years agoAdd proper copyright year.
bangerth [Tue, 16 Aug 2011 22:16:23 +0000 (22:16 +0000)]
Add proper copyright year.

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

13 years agoPut everything into a namespace Step7.
bangerth [Tue, 16 Aug 2011 21:35:08 +0000 (21:35 +0000)]
Put everything into a namespace Step7.

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

13 years agoMention changes to tutorial namespacing.
bangerth [Tue, 16 Aug 2011 16:29:32 +0000 (16:29 +0000)]
Mention changes to tutorial namespacing.

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

13 years agoRename main classes to Step5 and Step6.
bangerth [Tue, 16 Aug 2011 16:25:07 +0000 (16:25 +0000)]
Rename main classes to Step5 and Step6.

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

13 years agoWhen creating the plain version of tutorial programs for the website, we kept
bangerth [Tue, 16 Aug 2011 16:13:48 +0000 (16:13 +0000)]
When creating the plain version of tutorial programs for the website, we kept
appending to the previous version. Fix this: overwrite the previous version.

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

13 years agoFix incorrect markup.
bangerth [Tue, 16 Aug 2011 16:01:11 +0000 (16:01 +0000)]
Fix incorrect markup.

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

13 years agoUse a link to another function that doxygen actually understands.
bangerth [Tue, 16 Aug 2011 16:00:12 +0000 (16:00 +0000)]
Use a link to another function that doxygen actually understands.

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

13 years agoRemove a couple lines that now no longer make any sense.
bangerth [Tue, 16 Aug 2011 15:47:08 +0000 (15:47 +0000)]
Remove a couple lines that now no longer make any sense.

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

13 years agoDon't explicitly reference private vectors since doxygen won't find them.
bangerth [Tue, 16 Aug 2011 15:41:16 +0000 (15:41 +0000)]
Don't explicitly reference private vectors since doxygen won't find them.

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

13 years agoResize pictures.
bangerth [Tue, 16 Aug 2011 14:01:12 +0000 (14:01 +0000)]
Resize pictures.

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

13 years agoUse VTK instead of the now outdated GMV format. Discuss visualization a bit more...
bangerth [Tue, 16 Aug 2011 13:58:12 +0000 (13:58 +0000)]
Use VTK instead of the now outdated GMV format. Discuss visualization a bit more and re-generate the pictures.

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

13 years agoAdd a link.
bangerth [Tue, 16 Aug 2011 13:26:09 +0000 (13:26 +0000)]
Add a link.

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

13 years agoGo over some of the comments.
bangerth [Tue, 16 Aug 2011 13:12:02 +0000 (13:12 +0000)]
Go over some of the comments.

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

13 years agoFix compiler warnings eventually.
kronbichler [Tue, 16 Aug 2011 12:51:27 +0000 (12:51 +0000)]
Fix compiler warnings eventually.

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

13 years agoWork around compiler warning.
kronbichler [Tue, 16 Aug 2011 12:14:59 +0000 (12:14 +0000)]
Work around compiler warning.

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

13 years agoAvoid compiler error.
kronbichler [Tue, 16 Aug 2011 12:13:33 +0000 (12:13 +0000)]
Avoid compiler error.

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

13 years agoProvide the rest of a real introduction to step-3.
bangerth [Tue, 16 Aug 2011 03:41:39 +0000 (03:41 +0000)]
Provide the rest of a real introduction to step-3.

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

13 years agoUpdate output after Timo's patch in r24078.
bangerth [Tue, 16 Aug 2011 00:11:19 +0000 (00:11 +0000)]
Update output after Timo's patch in r24078.

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

13 years agoFix language.
bangerth [Tue, 16 Aug 2011 00:09:12 +0000 (00:09 +0000)]
Fix language.

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

13 years agoLeave markers.
bangerth [Tue, 16 Aug 2011 00:08:37 +0000 (00:08 +0000)]
Leave markers.

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

13 years agoUpdate output after Timo's patch in r24078.
bangerth [Tue, 16 Aug 2011 00:06:47 +0000 (00:06 +0000)]
Update output after Timo's patch in r24078.

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

13 years agoMove entry to the right place.
bangerth [Tue, 16 Aug 2011 00:04:46 +0000 (00:04 +0000)]
Move entry to the right place.

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

13 years agoFix invalid component access.
bangerth [Tue, 16 Aug 2011 00:02:42 +0000 (00:02 +0000)]
Fix invalid component access.

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

13 years agoadd more structure
kanschat [Mon, 15 Aug 2011 23:00:54 +0000 (23:00 +0000)]
add more structure

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

13 years agoclarify configuration an making
kanschat [Mon, 15 Aug 2011 22:33:44 +0000 (22:33 +0000)]
clarify configuration an making

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

13 years agofixed VectorTools::create_boundary_right_hand_side() with empty boundary_indicators.
heister [Mon, 15 Aug 2011 21:57:45 +0000 (21:57 +0000)]
fixed VectorTools::create_boundary_right_hand_side() with empty boundary_indicators.

Fixed: The functions VectorTools::create_boundary_right_hand_side()
called with an empty set of boundary_indicators (the default), did not apply
any boundary conditions. The empty set now applies it to all boundaries.

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

13 years agoadd colorized parameter in GridGenerator::half_hyper_shell() and update changes.h.
heister [Mon, 15 Aug 2011 19:05:31 +0000 (19:05 +0000)]
add colorized parameter in GridGenerator::half_hyper_shell() and update changes.h.

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

13 years agoStart to give step-3 a real introduction.
bangerth [Mon, 15 Aug 2011 14:31:59 +0000 (14:31 +0000)]
Start to give step-3 a real introduction.

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

13 years agoAdd a comment.
bangerth [Mon, 15 Aug 2011 13:56:41 +0000 (13:56 +0000)]
Add a comment.

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

13 years agoRemove unused variable name.
bangerth [Mon, 15 Aug 2011 13:01:27 +0000 (13:01 +0000)]
Remove unused variable name.

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

13 years agoimplement output of face elements
kanschat [Mon, 15 Aug 2011 12:28:26 +0000 (12:28 +0000)]
implement output of face elements

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

13 years agoreplace two unnecessarily virtual functions by inline
kanschat [Mon, 15 Aug 2011 12:19:02 +0000 (12:19 +0000)]
replace two unnecessarily virtual functions by inline
provide standard implementation for base_element() such that only FESystem reimplements it

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

13 years agosuppress screen output
kanschat [Mon, 15 Aug 2011 12:17:25 +0000 (12:17 +0000)]
suppress screen output

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

13 years agomore output from BlockIndices
kanschat [Mon, 15 Aug 2011 10:18:52 +0000 (10:18 +0000)]
more output from BlockIndices

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

13 years agotest emptying index set
kanschat [Mon, 15 Aug 2011 09:58:44 +0000 (09:58 +0000)]
test emptying index set

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

13 years agotest emptying index set
kanschat [Mon, 15 Aug 2011 09:57:56 +0000 (09:57 +0000)]
test emptying index set

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

13 years agonew BlockIndices functionality
kanschat [Mon, 15 Aug 2011 09:52:18 +0000 (09:52 +0000)]
new BlockIndices functionality

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

13 years agoadd push_back()
kanschat [Mon, 15 Aug 2011 09:51:24 +0000 (09:51 +0000)]
add push_back()
fix bug in reinit

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

13 years agoresolve problem with serialization
kanschat [Mon, 15 Aug 2011 09:16:02 +0000 (09:16 +0000)]
resolve problem with serialization

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

13 years agoAdd a link and other minor additions.
bangerth [Mon, 15 Aug 2011 00:37:38 +0000 (00:37 +0000)]
Add a link and other minor additions.

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

13 years agoMore on sparsity.
bangerth [Mon, 15 Aug 2011 00:22:00 +0000 (00:22 +0000)]
More on sparsity.

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

13 years agoMinor addition.
bangerth [Sun, 14 Aug 2011 23:59:13 +0000 (23:59 +0000)]
Minor addition.

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

13 years agoWarn that this is not really an a posteriori error estimator
kanschat [Sat, 13 Aug 2011 20:34:23 +0000 (20:34 +0000)]
Warn that this is not really an a posteriori error estimator

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

13 years agoAdd a comment.
bangerth [Fri, 12 Aug 2011 23:26:02 +0000 (23:26 +0000)]
Add a comment.

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

13 years agofix bug and reintroduce old constructor with "explicit"
kanschat [Fri, 12 Aug 2011 23:24:31 +0000 (23:24 +0000)]
fix bug and reintroduce old constructor with "explicit"

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

13 years agoTest new functionality also for MappingQ2.
bangerth [Fri, 12 Aug 2011 23:13:58 +0000 (23:13 +0000)]
Test new functionality also for MappingQ2.

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