]>
https://gitweb.dealii.org/ - dealii.git/log
Guido 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
Wolfgang 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
Wolfgang 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
Wolfgang 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
Wolfgang 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
Guido 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
Wolfgang 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
Guido 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
Guido 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
Guido 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
Guido 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
Guido 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
Guido 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
Wolfgang 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
Guido 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
Wolfgang 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
Wolfgang 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
Guido 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
Wolfgang 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
Wolfgang 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
Wolfgang 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
Wolfgang 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
Wolfgang 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
Guido 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
Guido 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
Markus 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
Martin 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
Martin 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
Martin 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
Martin 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
Markus 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
Martin 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
Martin 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
Martin 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
Martin 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
Wolfgang 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
Wolfgang 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
Wolfgang 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
Wolfgang 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
Timo 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
Wolfgang 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
Wolfgang 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
Wolfgang 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
Wolfgang 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
Toby D. 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
Toby D. 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
Toby D. 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
Guido 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
Guido 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
Guido 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
Wolfgang 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
Wolfgang 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
Wolfgang 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
Wolfgang 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
Wolfgang 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
Wolfgang 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
Guido 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
Wolfgang 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
Guido 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
Guido 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
Guido 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
Guido 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
Guido 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
Guido 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
Wolfgang 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
Wolfgang 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
Wolfgang 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
Wolfgang 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
Wolfgang 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
Wolfgang 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
Guido 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
Wolfgang 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
Wolfgang 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
Wolfgang 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
Guido 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
Wolfgang 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
Guido 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
Guido 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
Guido 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
Wolfgang 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
Wolfgang 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
Wolfgang 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
Wolfgang 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
Guido 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
Guido 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
Wolfgang 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
Guido 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
Wolfgang 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
Wolfgang 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
Wolfgang 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
Wolfgang 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
Guido 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
Wolfgang 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
Wolfgang 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
Guido 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
Toby D. 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
Wolfgang 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
Wolfgang 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
Markus 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
Markus 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
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.