]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
11 years agoCount down, not up.
Wolfgang Bangerth [Wed, 3 Jul 2013 12:56:01 +0000 (12:56 +0000)]
Count down, not up.

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

11 years agoAdapt the first three tests in tests/umfpack to test for the transpose as well.
Matthias Maier [Wed, 3 Jul 2013 09:01:46 +0000 (09:01 +0000)]
Adapt the first three tests in tests/umfpack to test for the transpose as well.

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

11 years agoImplement SparseDirectUMFPACK::Tvmult
Matthias Maier [Wed, 3 Jul 2013 09:01:45 +0000 (09:01 +0000)]
Implement SparseDirectUMFPACK::Tvmult

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

11 years agoBugfix: Fix a meaningless comparison
Matthias Maier [Wed, 3 Jul 2013 09:01:44 +0000 (09:01 +0000)]
Bugfix: Fix a meaningless comparison

"i != -1", where i is an unsigned int is always true - there is no implicit
cast of '-1' to unsigned char. It has to read "i != (unsigned char) -1"

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

11 years agoPatch by Denis Davydov: Add Tensor extractors for FEValues objects.
Wolfgang Bangerth [Tue, 2 Jul 2013 21:08:25 +0000 (21:08 +0000)]
Patch by Denis Davydov: Add Tensor extractors for FEValues objects.

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

11 years agoList Denis Davydov and expand on Martin Steigemann's entry.
Wolfgang Bangerth [Tue, 2 Jul 2013 19:44:10 +0000 (19:44 +0000)]
List Denis Davydov and expand on Martin Steigemann's entry.

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

11 years agoUse a non-recursive version of the unroll function.
Wolfgang Bangerth [Tue, 2 Jul 2013 19:36:17 +0000 (19:36 +0000)]
Use a non-recursive version of the unroll function.

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

11 years agoPatch by Denis Davydov: Provide functions to unroll and re-roll indices of Tensor...
Wolfgang Bangerth [Tue, 2 Jul 2013 19:10:53 +0000 (19:10 +0000)]
Patch by Denis Davydov: Provide functions to unroll and re-roll indices of Tensor, much the same as we already have for SymmetricTensor. Add test.

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

11 years agoPatch by Denis Davydov: Provide functions to unroll and re-roll indices of Tensor...
Wolfgang Bangerth [Tue, 2 Jul 2013 19:10:38 +0000 (19:10 +0000)]
Patch by Denis Davydov: Provide functions to unroll and re-roll indices of Tensor, much the same as we already have for SymmetricTensor.

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

11 years agoPatch by Denis Davydov: Add TableIndices::operator[] in a non-const version. Add...
Wolfgang Bangerth [Tue, 2 Jul 2013 18:32:54 +0000 (18:32 +0000)]
Patch by Denis Davydov: Add TableIndices::operator[] in a non-const version. Add tests.

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

11 years agoPatch by Denis Davydov: Add TableIndices::operator[] in a non-const version.
Wolfgang Bangerth [Tue, 2 Jul 2013 18:32:38 +0000 (18:32 +0000)]
Patch by Denis Davydov: Add TableIndices::operator[] in a non-const version.

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

11 years agoUndo previous change to this file -- the variable needs to be public
Wolfgang Bangerth [Tue, 2 Jul 2013 16:54:23 +0000 (16:54 +0000)]
Undo previous change to this file -- the variable needs to be public
after all...

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

11 years agoFix typo not caught because I committed MPI code but didn't compile
Wolfgang Bangerth [Tue, 2 Jul 2013 16:51:51 +0000 (16:51 +0000)]
Fix typo not caught because I committed MPI code but didn't compile
for MPI :-(

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

11 years agoMark a field that we don't use as private.
Wolfgang Bangerth [Tue, 2 Jul 2013 15:39:24 +0000 (15:39 +0000)]
Mark a field that we don't use as private.

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

11 years agoSet file properties.
Wolfgang Bangerth [Tue, 2 Jul 2013 15:29:57 +0000 (15:29 +0000)]
Set file properties.

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

11 years agoPatch by Martin Steigemann: implement parallel::distributed::Triangulation::copy_tria...
Wolfgang Bangerth [Tue, 2 Jul 2013 15:29:20 +0000 (15:29 +0000)]
Patch by Martin Steigemann: implement parallel::distributed::Triangulation::copy_triangulation. Add corresponding test.

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

11 years agoPatch by Martin Steigemann: implement parallel::distributed::Triangulation::copy_tria...
Wolfgang Bangerth [Tue, 2 Jul 2013 15:28:54 +0000 (15:28 +0000)]
Patch by Martin Steigemann: implement parallel::distributed::Triangulation::copy_triangulation.

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

11 years agoUpdate publications Wick
Thomas Wick [Mon, 1 Jul 2013 19:01:29 +0000 (19:01 +0000)]
Update publications Wick

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

11 years agoUpdate references.
Wolfgang Bangerth [Mon, 1 Jul 2013 14:14:13 +0000 (14:14 +0000)]
Update references.

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

11 years agoFix grammar error.
Wolfgang Bangerth [Mon, 1 Jul 2013 14:09:11 +0000 (14:09 +0000)]
Fix grammar error.

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

11 years agowork on multigrid tests
Timo Heister [Mon, 1 Jul 2013 08:50:03 +0000 (08:50 +0000)]
work on multigrid tests

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

11 years agoCMake: Improve build type handling in DEAL_II_INVOKE_AUTOPILOT and DEAL_II_INITIALIZE...
Matthias Maier [Sat, 29 Jun 2013 15:56:25 +0000 (15:56 +0000)]
CMake: Improve build type handling in DEAL_II_INVOKE_AUTOPILOT and DEAL_II_INITIALIZE_CACHED_VARIABLES

  - only display "make release" and "make debug" if it is possible to
    change build types

  - forcefully change build type to a sane value in
    DEAL_II_INITIALIZE_CACHED_VARIABLES instead of bailing out

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

11 years agoIndent one line.
Wolfgang Bangerth [Sat, 29 Jun 2013 02:19:34 +0000 (02:19 +0000)]
Indent one line.

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

11 years agoAdd test.
Wolfgang Bangerth [Sat, 29 Jun 2013 02:19:30 +0000 (02:19 +0000)]
Add test.

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

11 years agofix error
Timo Heister [Fri, 28 Jun 2013 10:42:29 +0000 (10:42 +0000)]
fix error

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

11 years agoUndo r29899. I now know where to look.
Wolfgang Bangerth [Fri, 28 Jun 2013 03:41:24 +0000 (03:41 +0000)]
Undo r29899. I now know where to look.

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

11 years agoRe-enable the functionality previously reverted in 24748. This didn't work back then...
Wolfgang Bangerth [Thu, 27 Jun 2013 23:16:41 +0000 (23:16 +0000)]
Re-enable the functionality previously reverted in 24748. This didn't work back then, and it's likely not going to work now, but I need a baseline of tests that fail.

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

11 years agoYet one more header file missing.
Wolfgang Bangerth [Thu, 27 Jun 2013 23:14:39 +0000 (23:14 +0000)]
Yet one more header file missing.

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

11 years agoAdd another necessary header file.
Wolfgang Bangerth [Thu, 27 Jun 2013 21:45:59 +0000 (21:45 +0000)]
Add another necessary header file.

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

11 years agoMove test to a directory where it is only run whenever we actually have the parallel...
Wolfgang Bangerth [Thu, 27 Jun 2013 20:45:46 +0000 (20:45 +0000)]
Move test to a directory where it is only run whenever we actually have the parallel distributed stuff around.

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

11 years agoCorrect name of header file...
Wolfgang Bangerth [Thu, 27 Jun 2013 19:24:41 +0000 (19:24 +0000)]
Correct name of header file...

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

11 years agoDo include config.h or get into trouble if this is the first file you include.
Wolfgang Bangerth [Thu, 27 Jun 2013 19:24:23 +0000 (19:24 +0000)]
Do include config.h or get into trouble if this is the first file you include.

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

11 years agoDisable some MPI-only code if we haven't configured to use MPI.
Wolfgang Bangerth [Thu, 27 Jun 2013 16:09:46 +0000 (16:09 +0000)]
Disable some MPI-only code if we haven't configured to use MPI.

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

11 years agoremoved some -Wunused-variable from lac/trilinos_sparse_matrix.h for the optimized...
Uwe Koecher [Tue, 25 Jun 2013 08:28:51 +0000 (08:28 +0000)]
removed some -Wunused-variable from lac/trilinos_sparse_matrix.h for the optimized version

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

11 years agomake documentation more compact
Guido Kanschat [Tue, 25 Jun 2013 08:14:21 +0000 (08:14 +0000)]
make documentation more compact

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

11 years agodefault argument to refine_global
Guido Kanschat [Tue, 25 Jun 2013 08:13:35 +0000 (08:13 +0000)]
default argument to refine_global

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

11 years agoadd comments
Guido Kanschat [Tue, 25 Jun 2013 08:12:49 +0000 (08:12 +0000)]
add comments

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

11 years agostep-50: better solver tolerance
Timo Heister [Tue, 25 Jun 2013 06:57:33 +0000 (06:57 +0000)]
step-50: better solver tolerance

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

11 years agofix more parallel multigrid issues
Timo Heister [Tue, 25 Jun 2013 06:44:20 +0000 (06:44 +0000)]
fix more parallel multigrid issues

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

11 years agofix MGConstrainedDofs if n_levels!=n_global_levels
Timo Heister [Tue, 25 Jun 2013 06:40:27 +0000 (06:40 +0000)]
fix MGConstrainedDofs if n_levels!=n_global_levels

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

11 years agocompress comments
Guido Kanschat [Tue, 25 Jun 2013 06:38:19 +0000 (06:38 +0000)]
compress comments

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

11 years agostep-50: use n_global_levels
Timo Heister [Tue, 25 Jun 2013 06:26:03 +0000 (06:26 +0000)]
step-50: use n_global_levels

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

11 years agoreduce example
Guido Kanschat [Mon, 24 Jun 2013 16:08:05 +0000 (16:08 +0000)]
reduce example

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

11 years agoonly test with 4 cpus
Timo Heister [Mon, 24 Jun 2013 16:02:18 +0000 (16:02 +0000)]
only test with 4 cpus

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

11 years agoidentifying problem with make flux sparsity pattern edge
Guido Kanschat [Mon, 24 Jun 2013 16:01:26 +0000 (16:01 +0000)]
identifying problem with make flux sparsity pattern edge

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

11 years agochange wrong assertions
Guido Kanschat [Mon, 24 Jun 2013 15:12:05 +0000 (15:12 +0000)]
change wrong assertions

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

11 years agostep 39 test with local refinement on a single processor
Guido Kanschat [Mon, 24 Jun 2013 14:14:08 +0000 (14:14 +0000)]
step 39 test with local refinement on a single processor

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

11 years agostep-50: correct parallel error estimation; breaks solver
Timo Heister [Mon, 24 Jun 2013 13:50:36 +0000 (13:50 +0000)]
step-50: correct parallel error estimation; breaks solver

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

11 years agostep 39 test works on 4 cpus
Guido Kanschat [Mon, 24 Jun 2013 13:38:45 +0000 (13:38 +0000)]
step 39 test works on 4 cpus

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

11 years agolocalize flux sparsity pattern on refinement edges
Guido Kanschat [Mon, 24 Jun 2013 13:38:21 +0000 (13:38 +0000)]
localize flux sparsity pattern on refinement edges

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

11 years agoupdate test
Timo Heister [Mon, 24 Jun 2013 13:29:59 +0000 (13:29 +0000)]
update test

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

11 years agonew filtered iterator LocallyOwnedLevelCell
Guido Kanschat [Mon, 24 Jun 2013 13:25:09 +0000 (13:25 +0000)]
new filtered iterator LocallyOwnedLevelCell

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

11 years agobetter eof handling in CellId
Timo Heister [Mon, 24 Jun 2013 13:23:19 +0000 (13:23 +0000)]
better eof handling in CellId

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

11 years agostep 39 test runs on distributed triangulation with one subdomain
Guido Kanschat [Mon, 24 Jun 2013 13:18:07 +0000 (13:18 +0000)]
step 39 test runs on distributed triangulation with one subdomain

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

11 years agonew filtered iterator LocallyOwnedLevelCell
Guido Kanschat [Mon, 24 Jun 2013 13:17:37 +0000 (13:17 +0000)]
new filtered iterator LocallyOwnedLevelCell

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

11 years agotest ordering and SVG subdomain output on lower levels
Guido Kanschat [Mon, 24 Jun 2013 11:44:08 +0000 (11:44 +0000)]
test ordering and SVG subdomain output on lower levels

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

11 years agoavoid calling subdomain_id() for inactive cells
Guido Kanschat [Mon, 24 Jun 2013 10:40:24 +0000 (10:40 +0000)]
avoid calling subdomain_id() for inactive cells

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

11 years agoimprove test
Timo Heister [Mon, 24 Jun 2013 10:07:17 +0000 (10:07 +0000)]
improve test

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

11 years agoon our way...
Guido Kanschat [Mon, 24 Jun 2013 10:00:53 +0000 (10:00 +0000)]
on our way...

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

11 years agoremove warning
Timo Heister [Mon, 24 Jun 2013 09:56:41 +0000 (09:56 +0000)]
remove warning

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

11 years agoremove multigrid
Guido Kanschat [Mon, 24 Jun 2013 09:46:18 +0000 (09:46 +0000)]
remove multigrid

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

11 years agototal ordering across processors
Guido Kanschat [Mon, 24 Jun 2013 09:45:06 +0000 (09:45 +0000)]
total ordering across processors

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

11 years agoupdate test
Timo Heister [Mon, 24 Jun 2013 09:31:20 +0000 (09:31 +0000)]
update test

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

11 years agoupdate test
Timo Heister [Mon, 24 Jun 2013 09:05:29 +0000 (09:05 +0000)]
update test

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

11 years agostart new test for parallel meshworker; results are not verified yet
Guido Kanschat [Mon, 24 Jun 2013 09:00:31 +0000 (09:00 +0000)]
start new test for parallel meshworker; results are not verified yet

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

11 years agoadd tests
Timo Heister [Mon, 24 Jun 2013 08:26:03 +0000 (08:26 +0000)]
add tests

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

11 years agoadd CellId CellAccessor::id()
Timo Heister [Mon, 24 Jun 2013 08:25:48 +0000 (08:25 +0000)]
add CellId CellAccessor::id()

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

11 years agoadd missing diagonals
Guido Kanschat [Mon, 24 Jun 2013 07:03:49 +0000 (07:03 +0000)]
add missing diagonals

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

11 years agoalso print diagonal element at end of line
Guido Kanschat [Mon, 24 Jun 2013 07:03:16 +0000 (07:03 +0000)]
also print diagonal element at end of line

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

11 years agoresort diagonals in output
Guido Kanschat [Mon, 24 Jun 2013 06:58:28 +0000 (06:58 +0000)]
resort diagonals in output

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

11 years agooops
Guido Kanschat [Mon, 24 Jun 2013 06:55:30 +0000 (06:55 +0000)]
oops

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

11 years agoAllow for resorting of diagonal
Guido Kanschat [Mon, 24 Jun 2013 06:54:03 +0000 (06:54 +0000)]
Allow for resorting of diagonal

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

11 years agochange output for compatibility with less well done trilinos matrix print function
Guido Kanschat [Mon, 24 Jun 2013 06:25:43 +0000 (06:25 +0000)]
change output for compatibility with less well done trilinos matrix print function

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

11 years agoadd missing forward declaration
Guido Kanschat [Mon, 24 Jun 2013 06:14:38 +0000 (06:14 +0000)]
add missing forward declaration

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

11 years agofix results for system
Guido Kanschat [Sun, 23 Jun 2013 16:49:56 +0000 (16:49 +0000)]
fix results for system

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

11 years agobuild matrices for continuous and discontinuous elements
Guido Kanschat [Sun, 23 Jun 2013 16:41:28 +0000 (16:41 +0000)]
build matrices for continuous and discontinuous elements

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

11 years agoadjust comparison file
Guido Kanschat [Sun, 23 Jun 2013 15:25:02 +0000 (15:25 +0000)]
adjust comparison file

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

11 years agoremove duplicate target
Guido Kanschat [Sun, 23 Jun 2013 15:22:22 +0000 (15:22 +0000)]
remove duplicate target

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

11 years agoBy default only run tests for configured features.
Guido Kanschat [Sun, 23 Jun 2013 15:19:55 +0000 (15:19 +0000)]
By default only run tests for configured features.

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

11 years agoDo not put testing unconfigured features on the list.
Guido Kanschat [Sun, 23 Jun 2013 15:12:18 +0000 (15:12 +0000)]
Do not put testing unconfigured features on the list.

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

11 years agoScott's second patch
Guido Kanschat [Sun, 23 Jun 2013 14:40:05 +0000 (14:40 +0000)]
Scott's second patch

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

11 years agoDoxygen already inherits documentation from parent classes
Matthias Maier [Thu, 20 Jun 2013 20:12:51 +0000 (20:12 +0000)]
Doxygen already inherits documentation from parent classes

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

11 years agoAdd a test for ConstantTensorFunctions
Matthias Maier [Thu, 20 Jun 2013 18:46:49 +0000 (18:46 +0000)]
Add a test for ConstantTensorFunctions

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

11 years agoCMake: Use -Og for debug builds with gcc if available
Matthias Maier [Thu, 20 Jun 2013 17:46:10 +0000 (17:46 +0000)]
CMake: Use -Og for debug builds with gcc if available

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

11 years agoReindent
Matthias Maier [Thu, 20 Jun 2013 11:19:53 +0000 (11:19 +0000)]
Reindent

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

11 years agoImplement ConstantTensorFunction<rank,dim> and ZeroTensorFunction<rank,dim>
Matthias Maier [Thu, 20 Jun 2013 11:19:52 +0000 (11:19 +0000)]
Implement ConstantTensorFunction<rank,dim> and ZeroTensorFunction<rank,dim>

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

11 years agoRenindent comments in function.h
Matthias Maier [Thu, 20 Jun 2013 11:19:51 +0000 (11:19 +0000)]
Renindent comments in function.h

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

11 years agoupdate error message
Timo Heister [Tue, 18 Jun 2013 19:06:41 +0000 (19:06 +0000)]
update error message

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

11 years agoAvoid inserting elements already present in index set
Martin Kronbichler [Mon, 17 Jun 2013 14:00:28 +0000 (14:00 +0000)]
Avoid inserting elements already present in index set

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

11 years agoFix two typos.
Martin Kronbichler [Mon, 17 Jun 2013 05:33:43 +0000 (05:33 +0000)]
Fix two typos.

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

11 years agoupdate output location
Timo Heister [Mon, 17 Jun 2013 04:47:47 +0000 (04:47 +0000)]
update output location

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

11 years agodocumentation improvements (thanks Oleh Krehel)
Timo Heister [Mon, 17 Jun 2013 03:06:27 +0000 (03:06 +0000)]
documentation improvements (thanks Oleh Krehel)

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

11 years agofix test output (this was wrong for a long time)
Timo Heister [Sun, 16 Jun 2013 20:26:00 +0000 (20:26 +0000)]
fix test output (this was wrong for a long time)

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

11 years agoadd to changelog
Timo Heister [Sun, 16 Jun 2013 20:08:51 +0000 (20:08 +0000)]
add to changelog

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

11 years agomerge fix for BlockSparsityPattern::column_number to mainline
Timo Heister [Sun, 16 Jun 2013 20:07:38 +0000 (20:07 +0000)]
merge fix for BlockSparsityPattern::column_number to mainline

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

11 years agoDocument global_dof_index.
Wolfgang Bangerth [Sun, 16 Jun 2013 14:17:16 +0000 (14:17 +0000)]
Document global_dof_index.

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

11 years agoDocument global_dof_index.
Wolfgang Bangerth [Sun, 16 Jun 2013 14:12:24 +0000 (14:12 +0000)]
Document global_dof_index.

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

11 years agoDocument global_dof_index.
Wolfgang Bangerth [Sun, 16 Jun 2013 14:09:39 +0000 (14:09 +0000)]
Document global_dof_index.

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

11 years agoFix bug.
Martin Kronbichler [Fri, 14 Jun 2013 06:19:20 +0000 (06:19 +0000)]
Fix bug.

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

11 years agoShortcut in smoother. Fix typo.
Martin Kronbichler [Thu, 13 Jun 2013 14:20:12 +0000 (14:20 +0000)]
Shortcut in smoother. Fix typo.

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