]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
16 years agoPrepare for using adaptive meshes. Fix computation of time step size.
Wolfgang Bangerth [Wed, 17 Oct 2007 21:10:28 +0000 (21:10 +0000)]
Prepare for using adaptive meshes. Fix computation of time step size.

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

16 years agoCompute the time step the correct way.
Wolfgang Bangerth [Wed, 17 Oct 2007 19:48:48 +0000 (19:48 +0000)]
Compute the time step the correct way.

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

16 years agoUse a more interesting geometry. Precondition the DGQ0 mass matrix, which while diago...
Wolfgang Bangerth [Wed, 17 Oct 2007 19:45:08 +0000 (19:45 +0000)]
Use a more interesting geometry. Precondition the DGQ0 mass matrix, which while diagonal, still needs a number of CG iterations on non-uniform meshes.

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

16 years agoRevert to using DG elements for the temperature field.
Wolfgang Bangerth [Wed, 17 Oct 2007 16:38:45 +0000 (16:38 +0000)]
Revert to using DG elements for the temperature field.

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

16 years agoUse umfpack as a (very good) preconditioner. Improve screen output.
Wolfgang Bangerth [Wed, 17 Oct 2007 15:19:06 +0000 (15:19 +0000)]
Use umfpack as a (very good) preconditioner. Improve screen output.

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

16 years agoMake computations even faster. Produce better output file names that sort more easily...
Wolfgang Bangerth [Wed, 17 Oct 2007 14:32:51 +0000 (14:32 +0000)]
Make computations even faster. Produce better output file names that sort more easily, also create output for the first time step by assigning it number 0.

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

16 years agoMake code much faster by using less accuracy and better preconditioners. Remove some...
Wolfgang Bangerth [Wed, 17 Oct 2007 14:29:29 +0000 (14:29 +0000)]
Make code much faster by using less accuracy and better preconditioners. Remove some debug output

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

16 years agoReference the new feature used in step-22
Wolfgang Bangerth [Wed, 17 Oct 2007 01:15:04 +0000 (01:15 +0000)]
Reference the new feature used in step-22

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

16 years agoReference the new feature used in step-22
Wolfgang Bangerth [Wed, 17 Oct 2007 01:13:37 +0000 (01:13 +0000)]
Reference the new feature used in step-22

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

16 years agoupdate output
Wolfgang Bangerth [Wed, 17 Oct 2007 01:04:55 +0000 (01:04 +0000)]
update output

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

16 years agoAdd a new testcase.
Wolfgang Bangerth [Wed, 17 Oct 2007 01:01:45 +0000 (01:01 +0000)]
Add a new testcase.

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

16 years agoFix a bug: in 1d, vector ranges can well contain only a single element.
Wolfgang Bangerth [Wed, 17 Oct 2007 00:59:01 +0000 (00:59 +0000)]
Fix a bug: in 1d, vector ranges can well contain only a single element.

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

16 years agoAvoid the use of head -10, it is deprecated. Use head -n 10 instead.
Wolfgang Bangerth [Wed, 17 Oct 2007 00:03:20 +0000 (00:03 +0000)]
Avoid the use of head -10, it is deprecated. Use head -n 10 instead.

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

16 years agoDocument the new feature of being able to output vector components.
Wolfgang Bangerth [Sun, 14 Oct 2007 23:03:53 +0000 (23:03 +0000)]
Document the new feature of being able to output vector components.

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

16 years agoFix a bug where we don't keep track of counters properly.
Wolfgang Bangerth [Sun, 14 Oct 2007 23:00:11 +0000 (23:00 +0000)]
Fix a bug where we don't keep track of counters properly.

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

16 years agoFix an obvious oversight.
Wolfgang Bangerth [Sun, 14 Oct 2007 05:33:30 +0000 (05:33 +0000)]
Fix an obvious oversight.

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

16 years agoAdd the possibility to identify certain output components as vectors. Still has to...
Wolfgang Bangerth [Sun, 14 Oct 2007 05:25:26 +0000 (05:25 +0000)]
Add the possibility to identify certain output components as vectors. Still has to be tested and used in step-22, but getting there.

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

16 years agoRe-organize some things. In particular, remove the common functions and constructors...
Wolfgang Bangerth [Sun, 14 Oct 2007 01:28:54 +0000 (01:28 +0000)]
Re-organize some things. In particular, remove the common functions and constructors for postprocessor and no-postprocessor -- this actually made things a bit more complicated than necessary because we had to deal with two sources of data at the same time, where only one is used at any given time. Make our lives simpler by splitting things up. This will also make things simpler when we finally add the vector data stuff in a next step.

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

16 years agoImplement the data structures to deal with vector-valued output.
Wolfgang Bangerth [Sat, 13 Oct 2007 05:03:05 +0000 (05:03 +0000)]
Implement the data structures to deal with vector-valued output.

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

16 years agoUndo accidental changes
Wolfgang Bangerth [Sat, 13 Oct 2007 04:55:53 +0000 (04:55 +0000)]
Undo accidental changes

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

16 years agoBreak an overly long line.
Wolfgang Bangerth [Sat, 13 Oct 2007 02:20:28 +0000 (02:20 +0000)]
Break an overly long line.

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

16 years agoFix a bug where we didn't properly read to the end of the line when we should have...
Wolfgang Bangerth [Sat, 13 Oct 2007 02:16:26 +0000 (02:16 +0000)]
Fix a bug where we didn't properly read to the end of the line when we should have. Add testsuite files.

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

16 years agoupdate Kovasznay output
Guido Kanschat [Fri, 12 Oct 2007 20:56:55 +0000 (20:56 +0000)]
update Kovasznay output

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

16 years agoRemove the project_back_temperature function as we don't need it here (unlike for...
Wolfgang Bangerth [Fri, 12 Oct 2007 18:02:17 +0000 (18:02 +0000)]
Remove the project_back_temperature function as we don't need it here (unlike for step-21)

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

16 years agoDefault to debug mode again...
Wolfgang Bangerth [Fri, 12 Oct 2007 17:55:31 +0000 (17:55 +0000)]
Default to debug mode again...

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

16 years agoMake it work for the most part.
Wolfgang Bangerth [Fri, 12 Oct 2007 17:55:14 +0000 (17:55 +0000)]
Make it work for the most part.

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

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

17 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

17 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

17 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

17 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

17 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

17 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


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.