]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
16 years agonew UpdateFlags
Guido Kanschat [Fri, 12 Oct 2007 16:58:46 +0000 (16:58 +0000)]
new UpdateFlags

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

16 years agoLet real_to_standard_face_vertex (and its inverse, standard_to_real_face_vertex)...
Tobias Leicht [Fri, 12 Oct 2007 16:01:14 +0000 (16:01 +0000)]
Let real_to_standard_face_vertex (and its inverse, standard_to_real_face_vertex) return something useful also in 2D. To this end, remove an unneccessary TODO, and introduce two new Asserts.

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

16 years agoAdd the 'template' keyword when access the template member function of a template.
Wolfgang Bangerth [Fri, 12 Oct 2007 12:25:46 +0000 (12:25 +0000)]
Add the 'template' keyword when access the template member function of a template.

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

16 years agoReplace assertion by a TODO. real_to_standard_face_vertex needs to care about face_or...
Ralf Hartmann [Fri, 12 Oct 2007 12:20:28 +0000 (12:20 +0000)]
Replace assertion by a TODO. real_to_standard_face_vertex needs to care about face_orientation in 2d?!

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

16 years agoMake it compile
Ralf Hartmann [Fri, 12 Oct 2007 07:11:16 +0000 (07:11 +0000)]
Make it compile

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

16 years agoFix function name
Wolfgang Bangerth [Fri, 12 Oct 2007 03:27:04 +0000 (03:27 +0000)]
Fix function name

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

16 years agoFix the remaining bug by making sure we loop over the correct number of elements...
Wolfgang Bangerth [Thu, 11 Oct 2007 23:52:14 +0000 (23:52 +0000)]
Fix the remaining bug by making sure we loop over the correct number of elements... ts ts ts

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

16 years agoAdd the missing assertion in DataOutReader::merge ensuring that the two sources for...
Wolfgang Bangerth [Thu, 11 Oct 2007 23:45:03 +0000 (23:45 +0000)]
Add the missing assertion in DataOutReader::merge ensuring that the two sources for merging have the same vector declarations.

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

16 years agoImplement the ability to output vector fields in VTK and other formats. Currently...
Wolfgang Bangerth [Thu, 11 Oct 2007 23:33:46 +0000 (23:33 +0000)]
Implement the ability to output vector fields in VTK and other formats. Currently, only VTK makes use of this information, but other formats may in the future. Since we now have more information that we need to write into the intermediate format output files and read back in, we also need to bump the revision number of the intermediate format by one.

Currently, there are a couple of failures in the testsuite that I will have to investigate next. There is also still a missing assertion in DataOutReader::merge that I will fix soonish.

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

16 years agoRemove files that appear to be out of date
Wolfgang Bangerth [Thu, 11 Oct 2007 23:18:01 +0000 (23:18 +0000)]
Remove files that appear to be out of date

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

16 years agoRemove, it is identical to 'generic'
Wolfgang Bangerth [Thu, 11 Oct 2007 21:09:44 +0000 (21:09 +0000)]
Remove, it is identical to 'generic'

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

16 years agoRemove file -- it is not up to date anyway.
Wolfgang Bangerth [Thu, 11 Oct 2007 21:09:15 +0000 (21:09 +0000)]
Remove file -- it is not up to date anyway.

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

16 years agoFix problem of linking debug with non-debug versions
Guido Kanschat [Thu, 11 Oct 2007 16:28:49 +0000 (16:28 +0000)]
Fix problem of linking debug with non-debug versions

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

16 years agoroundoff differences
Guido Kanschat [Thu, 11 Oct 2007 16:24:25 +0000 (16:24 +0000)]
roundoff differences

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

16 years agoadjust to new structure
Guido Kanschat [Thu, 11 Oct 2007 16:24:08 +0000 (16:24 +0000)]
adjust to new structure

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

16 years agoRemove two occurances of an Assert which is not valid on general 3D meshes. The ...
Tobias Leicht [Thu, 11 Oct 2007 14:49:58 +0000 (14:49 +0000)]
Remove two occurances of an Assert which is not valid on general 3D meshes. The 'correct' form of the Assert is used in the neighbor_child_on_subface function anyway, so there is no need to repeat a clumsy test here.

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

16 years agoOn meshes with non-standard face_orientation, face_flip or face_rotation we could...
Tobias Leicht [Thu, 11 Oct 2007 13:18:37 +0000 (13:18 +0000)]
On meshes with non-standard face_orientation, face_flip or face_rotation we could not find our way back from coarse cells with fine neighbors or vice versa using the neighbor_child_on_subface and neighbor_of_coarser_neighbor functions. Change the way that neighbor_of_coarser_neighbor works, so that we now find our way back in any case. (see tests/bits/mesh_3d_21)

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

16 years agoNew test that currently fails. On meshes with non-standard face_orientation, face_fli...
Tobias Leicht [Thu, 11 Oct 2007 13:12:31 +0000 (13:12 +0000)]
New test that currently fails. On meshes with non-standard face_orientation, face_flip or face_rotation we cannot find our way back from coarse cells with fine neighbors or vice versa using the neighbor_child_on_subface and neighbor_of_coarser_neighbor functions.

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

16 years agoAdd a comment.
Wolfgang Bangerth [Wed, 10 Oct 2007 21:57:28 +0000 (21:57 +0000)]
Add a comment.

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

16 years agoSignificant cleanups.
Wolfgang Bangerth [Wed, 10 Oct 2007 21:56:11 +0000 (21:56 +0000)]
Significant cleanups.

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

16 years agoRemove a bunch of functions that are unused.
Wolfgang Bangerth [Wed, 10 Oct 2007 21:39:08 +0000 (21:39 +0000)]
Remove a bunch of functions that are unused.

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

16 years agoMove the stream objects into an internal namespace
Wolfgang Bangerth [Wed, 10 Oct 2007 19:54:12 +0000 (19:54 +0000)]
Move the stream objects into an internal namespace

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

16 years agoAdd an 'Assert (false, ExcInternalError());' to functions that are not implemented.
Wolfgang Bangerth [Wed, 10 Oct 2007 19:41:59 +0000 (19:41 +0000)]
Add an 'Assert (false, ExcInternalError());' to functions that are not implemented.

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

16 years agoRe-indent entire file.
Wolfgang Bangerth [Wed, 10 Oct 2007 19:31:02 +0000 (19:31 +0000)]
Re-indent entire file.

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

16 years agoAdd another reference.
Wolfgang Bangerth [Wed, 10 Oct 2007 16:43:00 +0000 (16:43 +0000)]
Add another reference.

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

16 years agoRename m_inverse to A_inverse, because that is what it is here.
Wolfgang Bangerth [Wed, 10 Oct 2007 15:25:28 +0000 (15:25 +0000)]
Rename m_inverse to A_inverse, because that is what it is here.

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

16 years agoRemove pressure rhs, we won't need it here...
Wolfgang Bangerth [Wed, 10 Oct 2007 02:52:25 +0000 (02:52 +0000)]
Remove pressure rhs, we won't need it here...

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

16 years agoRename variables to 'T' instead of 'S' to indicate that we are now dealing with tempe...
Wolfgang Bangerth [Wed, 10 Oct 2007 02:42:11 +0000 (02:42 +0000)]
Rename variables to 'T' instead of 'S' to indicate that we are now dealing with temperatures.

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

16 years agoGet the thing to run. Simplify a bunch of places by removing stuff that was specific...
Wolfgang Bangerth [Wed, 10 Oct 2007 02:17:43 +0000 (02:17 +0000)]
Get the thing to run. Simplify a bunch of places by removing stuff that was specific to step-21.

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

16 years agoQualify more function calls with std::
Wolfgang Bangerth [Wed, 10 Oct 2007 01:09:24 +0000 (01:09 +0000)]
Qualify more function calls with std::

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

16 years agoQualify a function call with std::
Wolfgang Bangerth [Wed, 10 Oct 2007 01:07:48 +0000 (01:07 +0000)]
Qualify a function call with std::

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

16 years agoAvoid the use of general macro names in header files. Use something prefixed by DEAL_...
Wolfgang Bangerth [Mon, 8 Oct 2007 15:21:12 +0000 (15:21 +0000)]
Avoid the use of general macro names in header files. Use something prefixed by DEAL_II_ instead, and #undef it again as soon as we can.

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

16 years agostart a short essay on update flags
Guido Kanschat [Fri, 5 Oct 2007 20:57:23 +0000 (20:57 +0000)]
start a short essay on update flags

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

16 years agomore detailed BLAS installation
Guido Kanschat [Thu, 4 Oct 2007 20:28:59 +0000 (20:28 +0000)]
more detailed BLAS installation

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

16 years agoadd testing n_blocks
Guido Kanschat [Thu, 4 Oct 2007 17:34:34 +0000 (17:34 +0000)]
add testing n_blocks

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

16 years agonumber of blocks in FESystem documented
Guido Kanschat [Thu, 4 Oct 2007 00:45:53 +0000 (00:45 +0000)]
number of blocks in FESystem documented

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

16 years agonumber of blocks in FESystem documented
Guido Kanschat [Thu, 4 Oct 2007 00:24:04 +0000 (00:24 +0000)]
number of blocks in FESystem documented

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

16 years agonumber of blocks in FESystem should be just the number of base elements times their...
Guido Kanschat [Thu, 4 Oct 2007 00:19:32 +0000 (00:19 +0000)]
number of blocks in FESystem should be just the number of base elements times their multiplicity

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

16 years agoTwo more publications, now already at 27 for this year :-)
Wolfgang Bangerth [Tue, 2 Oct 2007 14:44:00 +0000 (14:44 +0000)]
Two more publications, now already at 27 for this year :-)

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

16 years agoQualify a few accesses to an exception in the base class. This shouldn't be strictly...
Wolfgang Bangerth [Wed, 26 Sep 2007 19:46:49 +0000 (19:46 +0000)]
Qualify a few accesses to an exception in the base class. This shouldn't be strictly necessary in these functions (because they are explicit specializations not dependent on a template parameter any more) but xlC wants that anyway and so why not do it as there is no harm.

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

16 years agoApply the same fix as for the regular DoFHandler
Wolfgang Bangerth [Wed, 26 Sep 2007 16:29:56 +0000 (16:29 +0000)]
Apply the same fix as for the regular DoFHandler

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

16 years agoFix determination of memory_consumption size of a pointer variable.
Wolfgang Bangerth [Wed, 26 Sep 2007 16:28:57 +0000 (16:28 +0000)]
Fix determination of memory_consumption size of a pointer variable.

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

16 years agoRemove 'const' from the keys of a map, since they are implicitly already const. xlC...
Wolfgang Bangerth [Wed, 26 Sep 2007 16:26:34 +0000 (16:26 +0000)]
Remove 'const' from the keys of a map, since they are implicitly already const. xlC nevertheless produces an error with this construct, so give it a break.

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

16 years agoFix the memory_consumption function to account for the fact that 'faces' has been...
Wolfgang Bangerth [Wed, 26 Sep 2007 16:21:33 +0000 (16:21 +0000)]
Fix the memory_consumption function to account for the fact that 'faces' has been made a pointer

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

16 years agoUndo accidental checkin
Wolfgang Bangerth [Wed, 26 Sep 2007 16:10:46 +0000 (16:10 +0000)]
Undo accidental checkin

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

16 years agoExplicitly specify template arguments in calls to a template function in an anonymous...
Wolfgang Bangerth [Wed, 26 Sep 2007 16:10:01 +0000 (16:10 +0000)]
Explicitly specify template arguments in calls to a template function in an anonymous namespace. xlC requires this and may even be correct since functions with implicit linkage should not be considered in template argument deduction, but gcc appears to accept this anyway...

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

16 years agoSuppress a warning about array arguments out of range that may appear in dead code...
Wolfgang Bangerth [Wed, 26 Sep 2007 15:52:22 +0000 (15:52 +0000)]
Suppress a warning about array arguments out of range that may appear in dead code (like in switch(dim) clauses that aren't taken).

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

16 years agoUndo the last patch: we don't need anything to be mutable here at all since we don...
Wolfgang Bangerth [Wed, 26 Sep 2007 15:14:05 +0000 (15:14 +0000)]
Undo the last patch: we don't need anything to be mutable here at all since we don't modify the variable -- only the object the reference points to. constness isn't inherited from member functions to the pointed to object.

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

16 years agoUndo the last patch: we don't need anything to be mutable here at all since we don...
Wolfgang Bangerth [Wed, 26 Sep 2007 15:12:29 +0000 (15:12 +0000)]
Undo the last patch: we don't need anything to be mutable here at all since we don't modify the variable -- only the object the reference points to. constness isn't inherited from member functions to the pointed to object.

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

16 years agofix Kovasnzay flow
Guido Kanschat [Wed, 26 Sep 2007 04:03:31 +0000 (04:03 +0000)]
fix Kovasnzay flow

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

16 years agoUse the correct PIC flag for newer xlC versions
Wolfgang Bangerth [Wed, 26 Sep 2007 03:43:36 +0000 (03:43 +0000)]
Use the correct PIC flag for newer xlC versions

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

16 years agoProperly recognize IBM xlC
Wolfgang Bangerth [Wed, 26 Sep 2007 03:38:37 +0000 (03:38 +0000)]
Properly recognize IBM xlC

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

16 years agoThe C++ standard says that 'mutable' can't be applied to reference members, so change...
Wolfgang Bangerth [Wed, 26 Sep 2007 03:22:47 +0000 (03:22 +0000)]
The C++ standard says that 'mutable' can't be applied to reference members, so change things to a pointer instead.

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

16 years agoThe C++ standard says that 'mutable' can't be applied to reference members, so change...
Wolfgang Bangerth [Wed, 26 Sep 2007 03:16:28 +0000 (03:16 +0000)]
The C++ standard says that 'mutable' can't be applied to reference members, so change things to a pointer instead.

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

16 years agoinline all member functions of FilteredMatrix
Guido Kanschat [Tue, 25 Sep 2007 21:12:10 +0000 (21:12 +0000)]
inline all member functions of FilteredMatrix

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

17 years agonew FilteredMatrix
Guido Kanschat [Tue, 25 Sep 2007 20:21:19 +0000 (20:21 +0000)]
new FilteredMatrix

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

17 years agoproject_boundary_values for vector-valued elements
Guido Kanschat [Tue, 25 Sep 2007 19:46:29 +0000 (19:46 +0000)]
project_boundary_values for vector-valued elements

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

17 years agoRe-indent
Wolfgang Bangerth [Fri, 21 Sep 2007 20:04:15 +0000 (20:04 +0000)]
Re-indent

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

17 years agoreturn to old behavior
Guido Kanschat [Fri, 21 Sep 2007 19:08:59 +0000 (19:08 +0000)]
return to old behavior

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

17 years agoFix comments
Wolfgang Bangerth [Fri, 21 Sep 2007 14:10:06 +0000 (14:10 +0000)]
Fix comments

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

17 years agofix missing memory pool
Guido Kanschat [Fri, 21 Sep 2007 01:24:55 +0000 (01:24 +0000)]
fix missing memory pool

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

17 years agoadd default memory pool
Guido Kanschat [Fri, 21 Sep 2007 01:24:32 +0000 (01:24 +0000)]
add default memory pool

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

17 years agoFix typos.
Wolfgang Bangerth [Fri, 21 Sep 2007 01:01:52 +0000 (01:01 +0000)]
Fix typos.

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

17 years agoadd additional Hessians
Guido Kanschat [Thu, 20 Sep 2007 21:58:33 +0000 (21:58 +0000)]
add additional Hessians

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

17 years agocheck StokesLSingulartity
Guido Kanschat [Thu, 20 Sep 2007 21:27:17 +0000 (21:27 +0000)]
check StokesLSingulartity

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

17 years agoderivatives of StokesLSingularity
Guido Kanschat [Thu, 20 Sep 2007 21:26:37 +0000 (21:26 +0000)]
derivatives of StokesLSingularity

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

17 years agoFix typo.
Wolfgang Bangerth [Thu, 20 Sep 2007 21:14:15 +0000 (21:14 +0000)]
Fix typo.

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

17 years agoOutput file is valid also with previous gcc version
Wolfgang Bangerth [Wed, 19 Sep 2007 22:58:33 +0000 (22:58 +0000)]
Output file is valid also with previous gcc version

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

17 years agoPointerMatrixAux has own memory just in case
Guido Kanschat [Tue, 18 Sep 2007 22:56:02 +0000 (22:56 +0000)]
PointerMatrixAux has own memory just in case

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

17 years agooverload new_pointer_matrix_base to choose between PointerMatrix and PointerMatrixAux...
Guido Kanschat [Tue, 18 Sep 2007 22:37:55 +0000 (22:37 +0000)]
overload new_pointer_matrix_base to choose between PointerMatrix and PointerMatrixAux automatically

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

17 years agoMove implementation of default constructor into .cc file. This may help the problem...
Wolfgang Bangerth [Tue, 18 Sep 2007 16:01:42 +0000 (16:01 +0000)]
Move implementation of default constructor into .cc file. This may help the problem on Mac OS X where we get a linker error with a missing definition for the typeinfo data for dealii::Threads::internal::thread_description_base.

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

17 years agoQualify a number of calls for broken STLs
Wolfgang Bangerth [Fri, 14 Sep 2007 19:03:53 +0000 (19:03 +0000)]
Qualify a number of calls for broken STLs

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

17 years agoQualify a number of calls for broken STLs
Wolfgang Bangerth [Fri, 14 Sep 2007 19:03:05 +0000 (19:03 +0000)]
Qualify a number of calls for broken STLs

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

17 years agoProperly qualify call for broken STLs
Wolfgang Bangerth [Fri, 14 Sep 2007 18:52:14 +0000 (18:52 +0000)]
Properly qualify call for broken STLs

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

17 years agoAlso list coding conventions in the long table
Wolfgang Bangerth [Fri, 14 Sep 2007 13:35:20 +0000 (13:35 +0000)]
Also list coding conventions in the long table

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

17 years agoAdded a function to the logstream class telling the user whether a file has been...
Florian Prill [Fri, 14 Sep 2007 13:16:39 +0000 (13:16 +0000)]
Added a function to the logstream class telling the user whether a file has been attached or not.

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

17 years agoadd
Wolfgang Bangerth [Fri, 14 Sep 2007 01:11:20 +0000 (01:11 +0000)]
add

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

17 years agoRemove the last hold-outs of the term second_derivatives
Wolfgang Bangerth [Thu, 13 Sep 2007 23:52:22 +0000 (23:52 +0000)]
Remove the last hold-outs of the term second_derivatives

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

17 years agoRename the patch_second_derivatives field in the private Data structures of the DataO...
Wolfgang Bangerth [Thu, 13 Sep 2007 23:47:15 +0000 (23:47 +0000)]
Rename the patch_second_derivatives field in the private Data structures of the DataOut classes to patch_hessians, to be conforming to the new naming convention Guido introduces.

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

17 years agoAdjust order of parameters such that the output parameter comes last.
Wolfgang Bangerth [Thu, 13 Sep 2007 23:40:09 +0000 (23:40 +0000)]
Adjust order of parameters such that the output parameter comes last.

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

17 years agoReword a few things
Wolfgang Bangerth [Thu, 13 Sep 2007 23:27:58 +0000 (23:27 +0000)]
Reword a few things

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

17 years agoFix path to file
Wolfgang Bangerth [Thu, 13 Sep 2007 23:18:31 +0000 (23:18 +0000)]
Fix path to file

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

17 years agoLink to coding conventions
Wolfgang Bangerth [Thu, 13 Sep 2007 17:46:02 +0000 (17:46 +0000)]
Link to coding conventions

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

17 years agoMove the coding conventions file into the doxygen directory
Wolfgang Bangerth [Thu, 13 Sep 2007 17:43:39 +0000 (17:43 +0000)]
Move the coding conventions file into the doxygen directory

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

17 years agoRename compute_derived_quantities to two different names for the scalar and vector...
Wolfgang Bangerth [Thu, 13 Sep 2007 15:47:20 +0000 (15:47 +0000)]
Rename compute_derived_quantities to two different names for the scalar and vector case to avoid warnings about hiding the respective other function if only one is overloaded.

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

17 years agoFix vertical spacing
Wolfgang Bangerth [Thu, 13 Sep 2007 15:24:21 +0000 (15:24 +0000)]
Fix vertical spacing

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

17 years agoHessians
Guido Kanschat [Thu, 13 Sep 2007 15:18:06 +0000 (15:18 +0000)]
Hessians

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

17 years agomake legal html
Guido Kanschat [Thu, 13 Sep 2007 15:14:08 +0000 (15:14 +0000)]
make legal html

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

17 years agoUpdated step-29, now using new DataPostprocessor class to output data
Moritz Allmaras [Wed, 12 Sep 2007 23:39:11 +0000 (23:39 +0000)]
Updated step-29, now using new DataPostprocessor class to output data

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

17 years agoFix some awkward markup
Wolfgang Bangerth [Wed, 12 Sep 2007 16:48:22 +0000 (16:48 +0000)]
Fix some awkward markup

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

17 years agoFix typos and simplify. @p is not required, doxygen recognizes the names also without @p.
Ralf Hartmann [Wed, 12 Sep 2007 11:16:43 +0000 (11:16 +0000)]
Fix typos and simplify. @p is not required, doxygen recognizes the names also without @p.

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

17 years agoAdd news entry for DataPostprocessor.
Tobias Leicht [Wed, 12 Sep 2007 07:40:59 +0000 (07:40 +0000)]
Add news entry for DataPostprocessor.

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

17 years agoAdd one * to make class documentation of DataPostprocessor visible to doxygen.
Tobias Leicht [Wed, 12 Sep 2007 07:40:25 +0000 (07:40 +0000)]
Add one * to make class documentation of DataPostprocessor visible to doxygen.

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

17 years agoMake sure that doxygen can cross-link.
Ralf Hartmann [Wed, 12 Sep 2007 07:12:46 +0000 (07:12 +0000)]
Make sure that doxygen can cross-link.

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

17 years agoFix some typos.
Ralf Hartmann [Wed, 12 Sep 2007 06:31:57 +0000 (06:31 +0000)]
Fix some typos.

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

17 years agoMove an apparently misplaced command.
Wolfgang Bangerth [Wed, 12 Sep 2007 02:49:31 +0000 (02:49 +0000)]
Move an apparently misplaced command.

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

17 years agoreplaced the remaining 2nd derivatives by hessians
Guido Kanschat [Tue, 11 Sep 2007 20:22:23 +0000 (20:22 +0000)]
replaced the remaining 2nd derivatives by hessians

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

17 years agostripped tarfile
Guido Kanschat [Tue, 11 Sep 2007 15:12:17 +0000 (15:12 +0000)]
stripped tarfile

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

17 years agostart unifying names of gradients and hessians
Guido Kanschat [Tue, 11 Sep 2007 15:08:43 +0000 (15:08 +0000)]
start unifying names of gradients and hessians

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

17 years agoMoved test for grid output and input into deal.II tree.
Luca Heltai [Mon, 10 Sep 2007 15:18:37 +0000 (15:18 +0000)]
Moved test for grid output and input into deal.II tree.

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