]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
13 years agomake quadrature_point inline
kanschat [Sun, 14 Nov 2010 05:19:17 +0000 (05:19 +0000)]
make quadrature_point inline

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

13 years agouse BoomerAMG in step-40.
heister [Sat, 13 Nov 2010 13:52:16 +0000 (13:52 +0000)]
use BoomerAMG in step-40.

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

13 years agoimplement interface to BoomerAMG through PETSc.
heister [Sat, 13 Nov 2010 13:50:55 +0000 (13:50 +0000)]
implement interface to BoomerAMG through PETSc.

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

13 years agoCrap, I messed up again :-(
bangerth [Sat, 13 Nov 2010 01:38:11 +0000 (01:38 +0000)]
Crap, I messed up again :-(

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

13 years agoMove important changes up.
bangerth [Sat, 13 Nov 2010 01:04:06 +0000 (01:04 +0000)]
Move important changes up.

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

13 years agoMake sure we can compare iterator objects.
bangerth [Sat, 13 Nov 2010 01:01:55 +0000 (01:01 +0000)]
Make sure we can compare iterator objects.

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

13 years agoInstead of giving -1, let index() for vertex iterators return the global index of...
bangerth [Sat, 13 Nov 2010 00:56:20 +0000 (00:56 +0000)]
Instead of giving -1, let index() for vertex iterators return the global index of the vertex.

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

13 years agoRemove a TODO that doesn't appear connected to anything any more.
bangerth [Sat, 13 Nov 2010 00:53:13 +0000 (00:53 +0000)]
Remove a TODO that doesn't appear connected to anything any more.

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

13 years agoDisallow assignment of DoF accessors.
bangerth [Sat, 13 Nov 2010 00:51:14 +0000 (00:51 +0000)]
Disallow assignment of DoF accessors.

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

13 years agoMake sure that face iterators can be copied in 1d.
bangerth [Sat, 13 Nov 2010 00:42:56 +0000 (00:42 +0000)]
Make sure that face iterators can be copied in 1d.

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

13 years agoRemove unused variables' names.
bangerth [Fri, 12 Nov 2010 23:42:50 +0000 (23:42 +0000)]
Remove unused variables' names.

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

13 years agoAdd get_dof_indices function to DoFAccessor of faces in 1d.
bangerth [Fri, 12 Nov 2010 19:45:37 +0000 (19:45 +0000)]
Add get_dof_indices function to DoFAccessor of faces in 1d.

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

13 years agoFix type of iterator.
bangerth [Fri, 12 Nov 2010 19:19:27 +0000 (19:19 +0000)]
Fix type of iterator.

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

13 years agoWork around a compile problem in the compiler on our test machine.
bangerth [Fri, 12 Nov 2010 15:45:59 +0000 (15:45 +0000)]
Work around a compile problem in the compiler on our test machine.

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

13 years agoProvide declarations also for DoFAccessor<0,1,spacedim> to enable using vertices...
bangerth [Fri, 12 Nov 2010 14:49:05 +0000 (14:49 +0000)]
Provide declarations also for DoFAccessor<0,1,spacedim> to enable using vertices-as-faces also for DoF iterators. Most of the function bodies are still missing right now but since they are not currently needed anywhere this should not yield actual linker errors.

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

13 years agobe less strict to enable formulas with many iterations
kanschat [Fri, 12 Nov 2010 03:00:06 +0000 (03:00 +0000)]
be less strict to enable formulas with many iterations

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

13 years agoOuch -- fix two numbers that managed to completely break every single test that uses...
bangerth [Fri, 12 Nov 2010 01:10:18 +0000 (01:10 +0000)]
Ouch -- fix two numbers that managed to completely break every single test that uses 3d functionality...

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

13 years agoCorrect now outdated paragraph.
bangerth [Fri, 12 Nov 2010 00:37:29 +0000 (00:37 +0000)]
Correct now outdated paragraph.

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

13 years agoClean up previous patch: Move implementation of functions out of the class declaratio...
bangerth [Fri, 12 Nov 2010 00:23:59 +0000 (00:23 +0000)]
Clean up previous patch: Move implementation of functions out of the class declaration. Minor changes from const functions that always fail to static functions that always fail.

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

13 years agoAnnounce this:
bangerth [Fri, 12 Nov 2010 00:23:02 +0000 (00:23 +0000)]
Announce this:
  <li><p>New: There is now a class TriaAccessor<0,1,spacedim> that allows
  to write things like
  @code
    cell->face(0)->boundary_indicator();
    cell->face(1)->at_boundary();
  @endcode
  even if the cell corresponds to a one-dimensional triangulation where
  this was not previously possible.
  <br>
  (WB, 2010/11/11)
  </p></li>

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

13 years agoComment cleanup in Quadrature
kanschat [Thu, 11 Nov 2010 23:51:20 +0000 (23:51 +0000)]
Comment cleanup in Quadrature

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

13 years agoImplement face iterators also in 1d -- i.e. you can write cell->face()->at_boundary...
bangerth [Thu, 11 Nov 2010 23:35:45 +0000 (23:35 +0000)]
Implement face iterators also in 1d -- i.e. you can write cell->face()->at_boundary() and similar queries also for 1d triangulations.

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

13 years agohide calls to sub-makes
kanschat [Thu, 11 Nov 2010 21:27:55 +0000 (21:27 +0000)]
hide calls to sub-makes

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

13 years ago...and remove deleted dependency
kanschat [Thu, 11 Nov 2010 21:23:25 +0000 (21:23 +0000)]
...and remove deleted dependency

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

13 years agoRemove duplication of make functionparser
kanschat [Thu, 11 Nov 2010 21:22:55 +0000 (21:22 +0000)]
Remove duplication of make functionparser

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

13 years agoAdd a function that resets the pointer and deletes the object pointed to
kanschat [Thu, 11 Nov 2010 21:07:28 +0000 (21:07 +0000)]
Add a function that resets the pointer and deletes the object pointed to

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

13 years agoremove n_quadrature_points member variable after being deprecated for nearly 3 years
kanschat [Thu, 11 Nov 2010 20:46:11 +0000 (20:46 +0000)]
remove n_quadrature_points member variable after being deprecated for nearly 3 years

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

13 years agodo not use deprecated access to Quadrature::n_quadrature_points anymore
kanschat [Thu, 11 Nov 2010 20:11:47 +0000 (20:11 +0000)]
do not use deprecated access to Quadrature::n_quadrature_points anymore

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

13 years agoGet rid of the declaration of a specialization that now no longer exists.
bangerth [Thu, 11 Nov 2010 18:35:08 +0000 (18:35 +0000)]
Get rid of the declaration of a specialization that now no longer exists.

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

13 years agoavoid another problem in 1D
kanschat [Thu, 11 Nov 2010 18:22:14 +0000 (18:22 +0000)]
avoid another problem in 1D

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

13 years agoDisable the TriaAccessor<0,dim,spacedim> class completely.
bangerth [Thu, 11 Nov 2010 17:26:17 +0000 (17:26 +0000)]
Disable the TriaAccessor<0,dim,spacedim> class completely.

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

13 years agoModify Guido's change in r22657 so that we only really provide the
bangerth [Thu, 11 Nov 2010 17:22:43 +0000 (17:22 +0000)]
Modify Guido's change in r22657 so that we only really provide the
additional functions for TriaAccessor<0,1,spacedim>, not for the more
general class TriaAccessor<0,dim,spacedim>. This moves us in the
direction where we ask 1d cells for cell->face() which will return an
object of the kind TriaAccessor<0,1,spacedim>.

We could in principle implement the more general case as well, but
that would only be useful if we want to do get the end points of a
face in 2d, for example (TriaAccessor<0,2,spacedim>) but there is no
use for such a thing in dimension independent programming.

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

13 years agoremove mutex after several tests did not produce any clashes
kanschat [Thu, 11 Nov 2010 16:38:22 +0000 (16:38 +0000)]
remove mutex after several tests did not produce any clashes

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

13 years agoMake bits/grid_generator_01 work again.
bangerth [Thu, 11 Nov 2010 16:19:20 +0000 (16:19 +0000)]
Make bits/grid_generator_01 work again.

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

13 years agoMake compile.
bangerth [Wed, 10 Nov 2010 20:20:53 +0000 (20:20 +0000)]
Make compile.

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

13 years agoProduce some output.
bangerth [Wed, 10 Nov 2010 20:20:42 +0000 (20:20 +0000)]
Produce some output.

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

13 years agoSome more.
bangerth [Wed, 10 Nov 2010 20:06:58 +0000 (20:06 +0000)]
Some more.

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

13 years agoUse a more elegant way to do nothing.
bangerth [Wed, 10 Nov 2010 19:19:18 +0000 (19:19 +0000)]
Use a more elegant way to do nothing.

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

13 years agofix compiler errors
kanschat [Wed, 10 Nov 2010 16:24:30 +0000 (16:24 +0000)]
fix compiler errors

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

13 years agoAutomatically delete source/Makefile.dep if remaking fails
kanschat [Wed, 10 Nov 2010 16:17:23 +0000 (16:17 +0000)]
Automatically delete source/Makefile.dep if remaking fails

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

13 years agoFixed wrong numbering of degrees of freedom in interface_constraints
buerg [Wed, 10 Nov 2010 15:49:55 +0000 (15:49 +0000)]
Fixed wrong numbering of degrees of freedom in interface_constraints

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

13 years agoRemove unnecessary directory.
kronbichler [Wed, 10 Nov 2010 15:44:32 +0000 (15:44 +0000)]
Remove unnecessary directory.

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

13 years agoAvoid a few compiler warnings.
kronbichler [Wed, 10 Nov 2010 15:35:22 +0000 (15:35 +0000)]
Avoid a few compiler warnings.

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

13 years agoAvoid compiler warning on zero-sized arrays.
kronbichler [Wed, 10 Nov 2010 15:29:28 +0000 (15:29 +0000)]
Avoid compiler warning on zero-sized arrays.

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

13 years agoChange distributed and fe directories so that files are compiled only once and not...
kronbichler [Wed, 10 Nov 2010 15:21:40 +0000 (15:21 +0000)]
Change distributed and fe directories so that files are compiled only once and not for each dimension once.

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

13 years agoFixed size of interface_constraints in FE_Nedelec
buerg [Wed, 10 Nov 2010 15:13:41 +0000 (15:13 +0000)]
Fixed size of interface_constraints in FE_Nedelec

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

13 years agoRemove unnecessary include file.
kronbichler [Wed, 10 Nov 2010 15:07:55 +0000 (15:07 +0000)]
Remove unnecessary include file.

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

13 years agoTypo.
kronbichler [Wed, 10 Nov 2010 14:44:22 +0000 (14:44 +0000)]
Typo.

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

13 years agoNicer way to initialize pointer.
kronbichler [Wed, 10 Nov 2010 14:43:23 +0000 (14:43 +0000)]
Nicer way to initialize pointer.

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

13 years agoTry to allocate exact sizes for entries in close() function
kronbichler [Wed, 10 Nov 2010 14:42:37 +0000 (14:42 +0000)]
Try to allocate exact sizes for entries in close() function

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

13 years agoUpdate some more.
bangerth [Wed, 10 Nov 2010 13:57:15 +0000 (13:57 +0000)]
Update some more.

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

13 years agoOne paper that has appeared.
bangerth [Wed, 10 Nov 2010 13:38:46 +0000 (13:38 +0000)]
One paper that has appeared.

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

13 years agoUse common style.
bangerth [Wed, 10 Nov 2010 13:35:02 +0000 (13:35 +0000)]
Use common style.

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

13 years agoUpdate.
bangerth [Wed, 10 Nov 2010 13:30:15 +0000 (13:30 +0000)]
Update.

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

13 years agoPETSc::SparseMatrix now gives an error in debug mode when you try to add additional...
heister [Wed, 10 Nov 2010 13:07:07 +0000 (13:07 +0000)]
PETSc::SparseMatrix now gives an error in debug mode when you try to add additional non-zero entries.

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

13 years agoAdd necessary header files.
bangerth [Wed, 10 Nov 2010 12:34:48 +0000 (12:34 +0000)]
Add necessary header files.

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

13 years agoAdd documentation. Simplify.
bangerth [Wed, 10 Nov 2010 12:34:38 +0000 (12:34 +0000)]
Add documentation. Simplify.

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

13 years agoNew test.
bangerth [Wed, 10 Nov 2010 12:28:33 +0000 (12:28 +0000)]
New test.

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

13 years agoUse std_cxx1x::shared_ptr instead of boost::shared_ptr.
bangerth [Wed, 10 Nov 2010 12:21:37 +0000 (12:21 +0000)]
Use std_cxx1x::shared_ptr instead of boost::shared_ptr.

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

13 years agoReverted previous bug fix and removed offending code
young [Wed, 10 Nov 2010 12:05:43 +0000 (12:05 +0000)]
Reverted previous bug fix and removed offending code

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

13 years agoBug fix on missing iostream include
young [Wed, 10 Nov 2010 10:44:04 +0000 (10:44 +0000)]
Bug fix on missing iostream include

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

13 years agoUpdate publications
young [Wed, 10 Nov 2010 10:38:51 +0000 (10:38 +0000)]
Update publications

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

13 years agoset ignore flags
kanschat [Wed, 10 Nov 2010 02:17:16 +0000 (02:17 +0000)]
set ignore flags

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

13 years agoadd pseudo-functionality to 0-dim TriaAccessor and remove specialization for GridGene...
kanschat [Tue, 9 Nov 2010 20:22:29 +0000 (20:22 +0000)]
add pseudo-functionality to 0-dim TriaAccessor and remove specialization for GridGenerator::

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

13 years agoFix last patch deal with petty compiler behavior
kanschat [Tue, 9 Nov 2010 19:55:31 +0000 (19:55 +0000)]
Fix last patch deal with petty compiler behavior

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

13 years agoRename back all files in grid/ since the entire directory has now been converted...
bangerth [Tue, 9 Nov 2010 19:27:22 +0000 (19:27 +0000)]
Rename back all files in grid/ since the entire directory has now been converted and we can state in the Makefile that this is a dimension-independent directory.

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

13 years agoConvert the remaining files in this directory.
bangerth [Tue, 9 Nov 2010 18:47:03 +0000 (18:47 +0000)]
Convert the remaining files in this directory.

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

13 years agoProvide output when re-making Makefile.dep.
bangerth [Tue, 9 Nov 2010 18:46:17 +0000 (18:46 +0000)]
Provide output when re-making Makefile.dep.

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

13 years agoMore in the same direction.
bangerth [Tue, 9 Nov 2010 17:22:36 +0000 (17:22 +0000)]
More in the same direction.

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

13 years agoOne more file moved to compile-once mode.
bangerth [Tue, 9 Nov 2010 17:12:56 +0000 (17:12 +0000)]
One more file moved to compile-once mode.

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

13 years agoAdd comment to function that Guido had already checked in. Thanks! (I
bangerth [Tue, 9 Nov 2010 17:11:43 +0000 (17:11 +0000)]
Add comment to function that Guido had already checked in. Thanks! (I
had it in my tree, but had forgotten to check it in...)

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

13 years agotest cochain runs on 2D with local refinement and on 3D with global
kanschat [Tue, 9 Nov 2010 16:26:19 +0000 (16:26 +0000)]
test cochain runs on 2D with local refinement and on 3D with global

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

13 years agoMore conversions to compile only once.
bangerth [Tue, 9 Nov 2010 16:15:01 +0000 (16:15 +0000)]
More conversions to compile only once.

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

13 years agoadd outut to identify grid
kanschat [Tue, 9 Nov 2010 16:03:25 +0000 (16:03 +0000)]
add outut to identify grid

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

13 years agoRemove Makefile.dep here as well
kanschat [Tue, 9 Nov 2010 15:47:57 +0000 (15:47 +0000)]
Remove Makefile.dep here as well

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

13 years agoFirst test for integrators... failing due to program crashing in constructor of FE_Ne...
kanschat [Tue, 9 Nov 2010 15:45:13 +0000 (15:45 +0000)]
First test for integrators... failing due to program crashing in constructor of FE_Nedelec in 3D. Results being produced for 2D and 3D-P0 are good

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

13 years agoLibrary compiles again ;)
kanschat [Tue, 9 Nov 2010 15:24:56 +0000 (15:24 +0000)]
Library compiles again ;)

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

13 years agoadd option of inverting blocks with SVD
kanschat [Tue, 9 Nov 2010 15:01:03 +0000 (15:01 +0000)]
add option of inverting blocks with SVD

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

13 years agoadd local integrators and list namespaces in module
kanschat [Tue, 9 Nov 2010 15:00:06 +0000 (15:00 +0000)]
add local integrators and list namespaces in module

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

13 years agoMore steps towards compiling each file only once.
bangerth [Mon, 8 Nov 2010 20:47:09 +0000 (20:47 +0000)]
More steps towards compiling each file only once.

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

13 years agoMake sure we include "../tests.h"
bangerth [Mon, 8 Nov 2010 20:46:43 +0000 (20:46 +0000)]
Make sure we include "../tests.h"

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

13 years agoMore changes to compile only once.
bangerth [Mon, 8 Nov 2010 20:10:32 +0000 (20:10 +0000)]
More changes to compile only once.

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

13 years agoConvert yet one more file.
bangerth [Mon, 8 Nov 2010 19:36:18 +0000 (19:36 +0000)]
Convert yet one more file.

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

13 years agoConvert one more file.
bangerth [Mon, 8 Nov 2010 19:30:50 +0000 (19:30 +0000)]
Convert one more file.

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

13 years agoAnother file that needs to be compiled only once. Shaves 4 seconds off overall compil...
bangerth [Mon, 8 Nov 2010 18:22:12 +0000 (18:22 +0000)]
Another file that needs to be compiled only once. Shaves 4 seconds off overall compile time :-)

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

13 years agoremove unused directory
kanschat [Mon, 8 Nov 2010 16:20:36 +0000 (16:20 +0000)]
remove unused directory

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

13 years agoRe-generate the dependency lists for the */Makefile.dep files if any
bangerth [Mon, 8 Nov 2010 15:14:30 +0000 (15:14 +0000)]
Re-generate the dependency lists for the */Makefile.dep files if any
of the .cc files change.

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

13 years agoDo rounding explicitly.
bangerth [Mon, 8 Nov 2010 14:51:14 +0000 (14:51 +0000)]
Do rounding explicitly.

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

13 years agoMake sure online documentation shows the classes related to MPI and p4est as well.
bangerth [Mon, 8 Nov 2010 01:07:33 +0000 (01:07 +0000)]
Make sure online documentation shows the classes related to MPI and p4est as well.

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

13 years agointroduce templates for LAPACK functions
kanschat [Mon, 8 Nov 2010 00:19:59 +0000 (00:19 +0000)]
introduce templates for LAPACK functions

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

13 years agoRemove a part of the Makefile that has long been unused (in build-test-do):
bangerth [Sun, 7 Nov 2010 23:31:43 +0000 (23:31 +0000)]
Remove a part of the Makefile that has long been unused (in build-test-do):
# if test -d tests ; then \
#    @echo BEGIN MAKE TESTS OUTPUT `date -u '+%Y-%m-%d %T'` ; \
#    cd tests ; $(MAKE) report+mail ; \
#    @echo END MAKE TESTS OUTPUT `date -u '+%Y-%m-%d %T'` ; \
#    @echo ; \
#  fi

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

13 years agosome restructuring and test for SVD
kanschat [Sun, 7 Nov 2010 23:11:47 +0000 (23:11 +0000)]
some restructuring and test for SVD

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

13 years agoimplement SVD
kanschat [Sun, 7 Nov 2010 23:11:12 +0000 (23:11 +0000)]
implement SVD

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

13 years agoallow for different mail programs. I am sure we did that in earlier versions, but...
kanschat [Sun, 7 Nov 2010 21:42:02 +0000 (21:42 +0000)]
allow for different mail programs. I am sure we did that in earlier versions, but the functuonality must have been sacrificed...
now we can test on mashines without working mail again

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

13 years agoEnsure that all values we work with are finite.
bangerth [Sun, 7 Nov 2010 20:34:39 +0000 (20:34 +0000)]
Ensure that all values we work with are finite.

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

13 years agoCouple more lines.
bangerth [Sun, 7 Nov 2010 20:29:18 +0000 (20:29 +0000)]
Couple more lines.

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

13 years agoRemove targets related to a recently removed file.
bangerth [Sun, 7 Nov 2010 20:11:10 +0000 (20:11 +0000)]
Remove targets related to a recently removed file.

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

13 years agoFix a couple wrong links in the documentation.
bangerth [Sun, 7 Nov 2010 20:06:15 +0000 (20:06 +0000)]
Fix a couple wrong links in the documentation.

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

13 years agorun autoconf on previous change
kanschat [Sun, 7 Nov 2010 18:31:53 +0000 (18:31 +0000)]
run autoconf on previous change

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

13 years agoTest for new version of SVD
kanschat [Sun, 7 Nov 2010 18:25:47 +0000 (18:25 +0000)]
Test for new version of SVD

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