]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
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

13 years agoFix end-of-group marker.
bangerth [Sun, 7 Nov 2010 18:21:55 +0000 (18:21 +0000)]
Fix end-of-group marker.

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

13 years agochange default back to just running tests without producing report (the old behavior)
kanschat [Sun, 7 Nov 2010 18:11:29 +0000 (18:11 +0000)]
change default back to just running tests without producing report (the old behavior)

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

13 years agoExtend documentation.
bangerth [Sun, 7 Nov 2010 16:50:34 +0000 (16:50 +0000)]
Extend documentation.

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

13 years agoMake compile again.
bangerth [Sat, 6 Nov 2010 06:11:09 +0000 (06:11 +0000)]
Make compile again.

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

13 years agoMake sure we also build ../include/deal.II/lac/lapack_templates.h in time.
bangerth [Sat, 6 Nov 2010 05:00:20 +0000 (05:00 +0000)]
Make sure we also build ../include/deal.II/lac/lapack_templates.h in time.

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

13 years agoRemove a mark of todos that I had long taken care of.
bangerth [Sat, 6 Nov 2010 04:59:22 +0000 (04:59 +0000)]
Remove a mark of todos that I had long taken care of.

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

13 years agocheck for more LAPACK
kanschat [Fri, 5 Nov 2010 18:33:01 +0000 (18:33 +0000)]
check for more LAPACK

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

13 years agoMake sure we build the .inst files as well.
bangerth [Fri, 5 Nov 2010 18:15:58 +0000 (18:15 +0000)]
Make sure we build the .inst files as well.

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

13 years agoPatch by Matrin Kronbichler: Make things work with Trilinos 9 again.
bangerth [Fri, 5 Nov 2010 16:58:28 +0000 (16:58 +0000)]
Patch by Matrin Kronbichler: Make things work with Trilinos 9 again.

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

13 years agostart some work on SVD
kanschat [Fri, 5 Nov 2010 15:30:06 +0000 (15:30 +0000)]
start some work on SVD

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

13 years agoA very minor correction to configure --help
young [Fri, 5 Nov 2010 11:32:00 +0000 (11:32 +0000)]
A very minor correction to configure --help

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

13 years agoEnsure that we only rebuild those parts of the Makefile that are really necessary...
bangerth [Fri, 5 Nov 2010 06:53:25 +0000 (06:53 +0000)]
Ensure that we only rebuild those parts of the Makefile that are really necessary. This didnt

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

13 years agoAdd a sentence.
bangerth [Thu, 4 Nov 2010 17:32:18 +0000 (17:32 +0000)]
Add a sentence.

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

13 years agoMore updated test results.
buerg [Thu, 4 Nov 2010 09:55:58 +0000 (09:55 +0000)]
More updated test results.

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

13 years agoFix typo in FE_Nedelec
buerg [Thu, 4 Nov 2010 07:08:55 +0000 (07:08 +0000)]
Fix typo in FE_Nedelec

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

13 years agoUpdate output: the location of the error message has moved from the .h file to the...
bangerth [Thu, 4 Nov 2010 06:45:04 +0000 (06:45 +0000)]
Update output: the location of the error message has moved from the .h file to the .cc file in r22506.

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

13 years agoMake sure we don't call GridTools::partition_triangulation on
bangerth [Thu, 4 Nov 2010 04:09:04 +0000 (04:09 +0000)]
Make sure we don't call GridTools::partition_triangulation on
parallel::distributed::Triangulation objects.

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

13 years agoRemove now no longer used third Makefile template.
bangerth [Thu, 4 Nov 2010 03:27:07 +0000 (03:27 +0000)]
Remove now no longer used third Makefile template.

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

13 years agoDocumentation fixes.
bangerth [Thu, 4 Nov 2010 03:26:37 +0000 (03:26 +0000)]
Documentation fixes.

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

13 years agoBring in synch with the Makefile.small template.
bangerth [Thu, 4 Nov 2010 03:26:19 +0000 (03:26 +0000)]
Bring in synch with the Makefile.small template.

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

13 years agoRevamp the whole business.
bangerth [Thu, 4 Nov 2010 03:21:24 +0000 (03:21 +0000)]
Revamp the whole business.

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

13 years agoUpdates for test results.
buerg [Wed, 3 Nov 2010 15:22:57 +0000 (15:22 +0000)]
Updates for test results.

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