]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
10 years agoMerge pull request #6 from bangerth/remove-multithread_info.h-includes
Matthias Maier [Mon, 21 Jul 2014 15:44:16 +0000 (17:44 +0200)]
Merge pull request #6 from bangerth/remove-multithread_info.h-includes

Remove #includes of multithread_info.h in files that don't need it.

10 years agoMerge pull request #5 from bangerth/doc-fixes
Matthias Maier [Mon, 21 Jul 2014 15:43:02 +0000 (17:43 +0200)]
Merge pull request #5 from bangerth/doc-fixes

Augment documentation.

The documentation of MultithreadInfo was unintelligible. It was also
incomplete in some places.

10 years agoRemove #includes of multithread_info.h in files that don't need it. 6/head
Wolfgang Bangerth [Mon, 21 Jul 2014 15:03:10 +0000 (10:03 -0500)]
Remove #includes of multithread_info.h in files that don't need it.

10 years agoAugment documentation. 5/head
Wolfgang Bangerth [Mon, 21 Jul 2014 12:58:42 +0000 (07:58 -0500)]
Augment documentation.

The documentation of MultithreadInfo was unintelligible. It was also
incomplete in some places.

10 years agoMerge pull request #4 from tamiko/fix_mesh_converter_tests
Wolfgang Bangerth [Mon, 21 Jul 2014 12:21:00 +0000 (07:21 -0500)]
Merge pull request #4 from tamiko/fix_mesh_converter_tests

Testsuite: Fix path in mesh_converter tests

10 years agoMerge pull request #3 from tamiko/fix_svn_keywords
Wolfgang Bangerth [Mon, 21 Jul 2014 12:20:39 +0000 (07:20 -0500)]
Merge pull request #3 from tamiko/fix_svn_keywords

Cleanup populated svn keywords

10 years agoTestsuite: Fix path in mesh_converter tests 4/head
Matthias Maier [Mon, 21 Jul 2014 07:35:51 +0000 (09:35 +0200)]
Testsuite: Fix path in mesh_converter tests

There was a forgotten path that still pointed to
./cmake/scripts/normalize.pl in the mesh_converter tests. Fix this.

10 years agoCleanup populated svn keywords 3/head
Matthias Maier [Mon, 21 Jul 2014 07:19:07 +0000 (09:19 +0200)]
Cleanup populated svn keywords

It seems that we had a lot of leftovers of accidentally populated $ID
svn keywords.

10 years agoMerge pull request #2 from bangerth/replay-svn-revisions-33204-to-33205
Matthias Maier [Mon, 21 Jul 2014 06:49:22 +0000 (08:49 +0200)]
Merge pull request #2 from bangerth/replay-svn-revisions-33204-to-33205

Fix references to publications.html.

These revisions were apparently lost in the svn to git conversion because
the svn repo was still live when the conversion was already happening...

10 years agoReplay svn revisions 33204 and 33205.
Wolfgang Bangerth [Mon, 21 Jul 2014 03:05:52 +0000 (22:05 -0500)]
Replay svn revisions 33204 and 33205.

These revisions were apparently lost in the svn-to-git conversion.

10 years agoMerge pull request #1 from bangerth/fix-publications.html-references
Matthias Maier [Mon, 21 Jul 2014 06:31:06 +0000 (08:31 +0200)]
Merge pull request #1 from bangerth/fix-publications.html-references

Fix references to publications.html.

References should now go to the entire window, not the 'body' frame.

10 years agoFix references to publications.html. 1/head
Wolfgang Bangerth [Mon, 21 Jul 2014 02:23:56 +0000 (21:23 -0500)]
Fix references to publications.html.

References should now go to the entire window, not the 'body' frame.

10 years agoMerge branch 'port_to_new_layout'
Matthias Maier [Sun, 20 Jul 2014 23:13:47 +0000 (01:13 +0200)]
Merge branch 'port_to_new_layout'

Coming from SVN times with the ability to checkout only subdirectories we
had a split into to distinct subdirectories:

  deal.II/  -  containing sources
  tests/    -  with the testsuite

Given the fact that with git a checkout of a subdirectory is no longer
possible we decided to remove this split. Therefore, the contents of
deal.II/* is moved to the repository root:

  deal.II/*  ->  ./

10 years agoTestsuite: Cleanup testsuite configure and driver
Matthias Maier [Sun, 20 Jul 2014 22:55:06 +0000 (00:55 +0200)]
Testsuite: Cleanup testsuite configure and driver

This commit removes the artificial split of testsuite scripts from the
actual testsuite (that was necessary to support minimalistic buildtests
without ./tests subdirectory).

10 years agoTestsuite: Port to new repository layout
Matthias Maier [Thu, 17 Jul 2014 23:20:26 +0000 (01:20 +0200)]
Testsuite: Port to new repository layout

Update run_testsuite.cmake and all places in the build system to the new
file system layout. Remove TESTS_DIR and hardwire ${CMAKE_SOURCE_DIR}/tests

10 years agoRearrange repository layout
Matthias Maier [Sun, 20 Jul 2014 22:38:50 +0000 (00:38 +0200)]
Rearrange repository layout

Coming from SVN times with the ability to checkout only subdirectories we
had a split into to distinct subdirectories:

  deal.II/  -  containing sources
  tests/    -  with the testsuite

Given the fact that with git a checkout of a subdirectory is no longer
possible we decided to remove this split. Therefore, the contents of
deal.II/* is moved to the repository root:

  deal.II/*  ->  ./

10 years agoMerge branch 'port_testsuite_to_git'
Matthias Maier [Sun, 20 Jul 2014 22:36:57 +0000 (00:36 +0200)]
Merge branch 'port_testsuite_to_git'

Testsuite: Port to git

Update run_testsuite.cmake to commit git specific branch, commit, and
author information instead of svn branch and revision number.

10 years agoTestsuite: Port to git
Matthias Maier [Thu, 17 Jul 2014 17:27:26 +0000 (19:27 +0200)]
Testsuite: Port to git

Update run_testsuite.cmake to commit git specific branch, commit, and
author information instead of svn branch and revision number.

10 years agoSwitch to git
Matthias Maier [Sun, 20 Jul 2014 22:17:43 +0000 (00:17 +0200)]
Switch to git

... dedicated to the memory of CVS and SVN.

10 years agoIn string_to_int, strip spaces at the front and back as we used to do.
Wolfgang Bangerth [Sun, 20 Jul 2014 19:24:26 +0000 (19:24 +0000)]
In string_to_int, strip spaces at the front and back as we used to do.

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

10 years agoDetect errors in Utilities::string_to_int.
Wolfgang Bangerth [Sat, 19 Jul 2014 12:44:08 +0000 (12:44 +0000)]
Detect errors in Utilities::string_to_int.

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

10 years agoDetect errors in Utilities::string_to_int.
Wolfgang Bangerth [Sat, 19 Jul 2014 12:43:59 +0000 (12:43 +0000)]
Detect errors in Utilities::string_to_int.

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

10 years agoCMake: Do not export -Wl,--as-needed to the user config
Matthias Maier [Sat, 19 Jul 2014 06:32:02 +0000 (06:32 +0000)]
CMake: Do not export -Wl,--as-needed to the user config

This commit tries to address issue 235 by removing -Wl,--as-needed from
DEAL_II_LINKER_FLAGS prior to configuration of deal.II's project
config so that -Wl,--as-needed doesn't show up any more on user side.

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

10 years agoRemove another unused function.
Wolfgang Bangerth [Fri, 18 Jul 2014 23:59:11 +0000 (23:59 +0000)]
Remove another unused function.

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

10 years agoRemove functions that are not needed (and didn't do anything on top of that).
Wolfgang Bangerth [Fri, 18 Jul 2014 23:57:02 +0000 (23:57 +0000)]
Remove functions that are not needed (and didn't do anything on top of that).

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

10 years agoAdded template to function, and made GridOut::write work also in codimension one.
Luca Heltai [Fri, 18 Jul 2014 15:59:55 +0000 (15:59 +0000)]
Added template to function, and made GridOut::write work also in codimension one.

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

10 years agoCompute unit face support points of FE_TraceQ
Martin Kronbichler [Thu, 17 Jul 2014 21:36:31 +0000 (21:36 +0000)]
Compute unit face support points of FE_TraceQ

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

10 years agosome tests had rather large output. oops.
Timo Heister [Thu, 17 Jul 2014 15:49:49 +0000 (15:49 +0000)]
some tests had rather large output. oops.

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

10 years agofix last commit
Timo Heister [Thu, 17 Jul 2014 15:20:00 +0000 (15:20 +0000)]
fix last commit

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

10 years agotestsuite: also log the two filenames in diff in one line for scripting reasons
Timo Heister [Thu, 17 Jul 2014 15:18:12 +0000 (15:18 +0000)]
testsuite: also log the two filenames in diff in one line for scripting reasons

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

10 years agoadjust test output
Guido Kanschat [Thu, 17 Jul 2014 13:47:13 +0000 (13:47 +0000)]
adjust test output

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

10 years agoFixed another call to KSPSetOperators
Luca Heltai [Thu, 17 Jul 2014 12:19:04 +0000 (12:19 +0000)]
Fixed another call to KSPSetOperators

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

10 years agoCMake: Bugfix: Generate options for test subprojects as a list
Matthias Maier [Thu, 17 Jul 2014 07:34:24 +0000 (07:34 +0000)]
CMake: Bugfix: Generate options for test subprojects as a list

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

10 years agoCMake: The obligatory bugfix...
Matthias Maier [Wed, 16 Jul 2014 21:44:43 +0000 (21:44 +0000)]
CMake: The obligatory bugfix...

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

10 years agoCMake: Port to version 3.0.0, part 3.
Matthias Maier [Wed, 16 Jul 2014 21:11:20 +0000 (21:11 +0000)]
CMake: Port to version 3.0.0, part 3.

Quick fix for new lexer rules (tm)

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

10 years agoCMake: Port to version 3.0.0, part 2.
Matthias Maier [Wed, 16 Jul 2014 21:11:16 +0000 (21:11 +0000)]
CMake: Port to version 3.0.0, part 2.

This commit removes the testsuite subproject regeneration callback and
cleans up the relevant code

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

10 years agoAdd a forgotten entry.
Wolfgang Bangerth [Wed, 16 Jul 2014 11:26:40 +0000 (11:26 +0000)]
Add a forgotten entry.

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

10 years agoUpdate it a bit.
Wolfgang Bangerth [Tue, 15 Jul 2014 21:53:17 +0000 (21:53 +0000)]
Update it a bit.

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

10 years agoImprove documentation of step-52.
Bruno Turcksin [Tue, 15 Jul 2014 15:52:04 +0000 (15:52 +0000)]
Improve documentation of step-52.

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

10 years agoAddress issue #228 (https://code.google.com/p/dealii/issues/detail?id=228): Teach...
Wolfgang Bangerth [Tue, 15 Jul 2014 02:24:32 +0000 (02:24 +0000)]
Address issue #228 (https://code.google.com/p/dealii/issues/detail?id=228): Teach GridReordering::reorder_cells() to use the vertex numbering that we have used every since deal.II 5.2. Remove the code for this from grid_generator.cc and instead call reorder_cells() from there with the flag set.

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

10 years agoCopy Luca's example from tests/manifold/manifold_06.cc.
Wolfgang Bangerth [Tue, 15 Jul 2014 01:35:06 +0000 (01:35 +0000)]
Copy Luca's example from tests/manifold/manifold_06.cc.

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

10 years agoDo not write copies of the output to /tmp.
Wolfgang Bangerth [Mon, 14 Jul 2014 23:04:24 +0000 (23:04 +0000)]
Do not write copies of the output to /tmp.

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

10 years agoReindent files according to our usual style.
Wolfgang Bangerth [Mon, 14 Jul 2014 22:59:39 +0000 (22:59 +0000)]
Reindent files according to our usual style.

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

10 years agoTests for the previous commit.
Wolfgang Bangerth [Mon, 14 Jul 2014 22:55:53 +0000 (22:55 +0000)]
Tests for the previous commit.

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

10 years agoAlso provide GridOut::write_vtu().
Wolfgang Bangerth [Mon, 14 Jul 2014 22:55:47 +0000 (22:55 +0000)]
Also provide GridOut::write_vtu().

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

10 years agoTests for the previous commit.
Wolfgang Bangerth [Mon, 14 Jul 2014 22:20:47 +0000 (22:20 +0000)]
Tests for the previous commit.

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

10 years agoProvide a function GridOut::write_vtk().
Wolfgang Bangerth [Mon, 14 Jul 2014 22:20:35 +0000 (22:20 +0000)]
Provide a function GridOut::write_vtk().

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

10 years agoClarify a piece of documentation that was pretty much unintelligible before.
Wolfgang Bangerth [Mon, 14 Jul 2014 22:08:41 +0000 (22:08 +0000)]
Clarify a piece of documentation that was pretty much unintelligible before.

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

10 years agoThe GridOut::Svg class does not implement functions to declare and parse parameters...
Wolfgang Bangerth [Mon, 14 Jul 2014 21:24:59 +0000 (21:24 +0000)]
The GridOut::Svg class does not implement functions to declare and parse parameters. Remove the declarations (currently commented out anyway) to avoid confusion.

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

10 years agoAdded set_manifold with two arguments.
Luca Heltai [Mon, 14 Jul 2014 15:54:06 +0000 (15:54 +0000)]
Added set_manifold with two arguments.

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

10 years agoAdjust type.
Wolfgang Bangerth [Mon, 14 Jul 2014 14:38:50 +0000 (14:38 +0000)]
Adjust type.

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

10 years agoStart a new tutorial on geometry.
Wolfgang Bangerth [Mon, 14 Jul 2014 14:37:56 +0000 (14:37 +0000)]
Start a new tutorial on geometry.

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

10 years agoMove entry to the right place.
Wolfgang Bangerth [Mon, 14 Jul 2014 11:08:08 +0000 (11:08 +0000)]
Move entry to the right place.

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

10 years agoFixed memory consumption test in realease mode.
Luca Heltai [Mon, 14 Jul 2014 10:25:31 +0000 (10:25 +0000)]
Fixed memory consumption test in realease mode.

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

10 years agoFix bug
Martin Kronbichler [Mon, 14 Jul 2014 09:10:06 +0000 (09:10 +0000)]
Fix bug

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

10 years agoIntegrated branch manifold_id_intermediated into trunk.
Luca Heltai [Mon, 14 Jul 2014 08:35:14 +0000 (08:35 +0000)]
Integrated branch manifold_id_intermediated into trunk.

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

10 years agoMerged from trunk.
Luca Heltai [Mon, 14 Jul 2014 08:03:55 +0000 (08:03 +0000)]
Merged from trunk.

git-svn-id: https://svn.dealii.org/branches/branch_manifold_id_intermediate@33157 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoFixed failing tests due to manifold id being an int.
Luca Heltai [Mon, 14 Jul 2014 06:52:09 +0000 (06:52 +0000)]
Fixed failing tests due to manifold id being an int.

git-svn-id: https://svn.dealii.org/branches/branch_manifold_id_intermediate@33156 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoFixed get_boundary/manifold_ids. Removed all references to get_boundary in tria.cc
Luca Heltai [Sun, 13 Jul 2014 22:10:51 +0000 (22:10 +0000)]
Fixed get_boundary/manifold_ids. Removed all references to get_boundary in tria.cc

git-svn-id: https://svn.dealii.org/branches/branch_manifold_id_intermediate@33155 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoMerged from trunk.
Luca Heltai [Sun, 13 Jul 2014 22:09:46 +0000 (22:09 +0000)]
Merged from trunk.

git-svn-id: https://svn.dealii.org/branches/branch_manifold_id_intermediate@33154 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoFix some fallout from changing the size of manifold_id.
Wolfgang Bangerth [Sun, 13 Jul 2014 18:54:31 +0000 (18:54 +0000)]
Fix some fallout from changing the size of manifold_id.

git-svn-id: https://svn.dealii.org/branches/branch_manifold_id_intermediate@33153 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoArg...
Wolfgang Bangerth [Sun, 13 Jul 2014 18:38:58 +0000 (18:38 +0000)]
Arg...

git-svn-id: https://svn.dealii.org/branches/branch_manifold_id_intermediate@33152 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoMake it compile.
Wolfgang Bangerth [Sun, 13 Jul 2014 18:34:51 +0000 (18:34 +0000)]
Make it compile.

git-svn-id: https://svn.dealii.org/branches/branch_manifold_id_intermediate@33151 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoMore documentation updates.
Wolfgang Bangerth [Sun, 13 Jul 2014 18:14:05 +0000 (18:14 +0000)]
More documentation updates.

git-svn-id: https://svn.dealii.org/branches/branch_manifold_id_intermediate@33150 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoEnlarge manifold_id to unsigned int, as discussed on the mailing list.
Wolfgang Bangerth [Sun, 13 Jul 2014 18:13:43 +0000 (18:13 +0000)]
Enlarge manifold_id to unsigned int, as discussed on the mailing list.

git-svn-id: https://svn.dealii.org/branches/branch_manifold_id_intermediate@33149 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoLeave a note.
Wolfgang Bangerth [Sun, 13 Jul 2014 17:54:47 +0000 (17:54 +0000)]
Leave a note.

git-svn-id: https://svn.dealii.org/branches/branch_manifold_id_intermediate@33148 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoMinor comment updates.
Wolfgang Bangerth [Sun, 13 Jul 2014 14:15:37 +0000 (14:15 +0000)]
Minor comment updates.

git-svn-id: https://svn.dealii.org/branches/branch_manifold_id_intermediate@33147 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoIndent something.
Wolfgang Bangerth [Sun, 13 Jul 2014 13:06:00 +0000 (13:06 +0000)]
Indent something.

git-svn-id: https://svn.dealii.org/branches/branch_manifold_id_intermediate@33146 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoReshuffle items to have them sorted in alphabetical order.
Wolfgang Bangerth [Sun, 13 Jul 2014 12:21:51 +0000 (12:21 +0000)]
Reshuffle items to have them sorted in alphabetical order.

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

10 years agoupdate readme.html to refer to muparser
Timo Heister [Sat, 12 Jul 2014 20:46:44 +0000 (20:46 +0000)]
update readme.html to refer to muparser

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

10 years agoAdd test for previous commit.
Wolfgang Bangerth [Sat, 12 Jul 2014 12:58:01 +0000 (12:58 +0000)]
Add test for previous commit.

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

10 years agoWork around a bug in PETSc whereby PETSc does not zero-initialize ghost elements...
Wolfgang Bangerth [Sat, 12 Jul 2014 12:57:51 +0000 (12:57 +0000)]
Work around a bug in PETSc whereby PETSc does not zero-initialize ghost elements of a vector.

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

10 years agoProvide more links to video lectures.
Wolfgang Bangerth [Fri, 11 Jul 2014 22:49:55 +0000 (22:49 +0000)]
Provide more links to video lectures.

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

10 years agoAnnotate some of the programs with links to the video lectures.
Wolfgang Bangerth [Fri, 11 Jul 2014 22:17:53 +0000 (22:17 +0000)]
Annotate some of the programs with links to the video lectures.

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

10 years agoFix a bug when using 64bit indices.
Bruno Turcksin [Fri, 11 Jul 2014 17:06:38 +0000 (17:06 +0000)]
Fix a bug when using 64bit indices.

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

10 years agoGo through the rest of the introduction, the results section and some of the program...
Wolfgang Bangerth [Fri, 11 Jul 2014 02:42:41 +0000 (02:42 +0000)]
Go through the rest of the introduction, the results section and some of the program. Make minor adjustments.

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

10 years agoRemove a file we have not needed for a long time.
Wolfgang Bangerth [Fri, 11 Jul 2014 02:42:35 +0000 (02:42 +0000)]
Remove a file we have not needed for a long time.

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

10 years agoGroup functions for more readable documentation.
Wolfgang Bangerth [Fri, 11 Jul 2014 02:42:30 +0000 (02:42 +0000)]
Group functions for more readable documentation.

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

10 years agoUpdate documentation in a couple of places. Remove some code duplication.
Wolfgang Bangerth [Fri, 11 Jul 2014 02:42:25 +0000 (02:42 +0000)]
Update documentation in a couple of places. Remove some code duplication.

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

10 years agoReindent script files
Matthias Maier [Thu, 10 Jul 2014 14:34:02 +0000 (14:34 +0000)]
Reindent script files

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

10 years agoMinor edits.
Wolfgang Bangerth [Wed, 9 Jul 2014 19:15:31 +0000 (19:15 +0000)]
Minor edits.

git-svn-id: https://svn.dealii.org/branches/branch_manifold_id_intermediate@33130 0785d39b-7218-0410-832d-ea1e28bc413d

10 years ago"geometrical" does not exist as a word :-)
Wolfgang Bangerth [Wed, 9 Jul 2014 18:52:07 +0000 (18:52 +0000)]
"geometrical" does not exist as a word :-)

git-svn-id: https://svn.dealii.org/branches/branch_manifold_id_intermediate@33129 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoMinor edits.
Wolfgang Bangerth [Wed, 9 Jul 2014 17:10:47 +0000 (17:10 +0000)]
Minor edits.

git-svn-id: https://svn.dealii.org/branches/branch_manifold_id_intermediate@33128 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoMinor edits.
Wolfgang Bangerth [Wed, 9 Jul 2014 17:10:31 +0000 (17:10 +0000)]
Minor edits.

git-svn-id: https://svn.dealii.org/branches/branch_manifold_id_intermediate@33127 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoMake sure to generate all necessary symbols
Martin Kronbichler [Wed, 9 Jul 2014 14:46:35 +0000 (14:46 +0000)]
Make sure to generate all necessary symbols

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

10 years agoAugment documentation.
Wolfgang Bangerth [Wed, 9 Jul 2014 13:05:58 +0000 (13:05 +0000)]
Augment documentation.

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

10 years agoReindent.
Wolfgang Bangerth [Wed, 9 Jul 2014 12:57:33 +0000 (12:57 +0000)]
Reindent.

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

10 years agoAdd notes for MUMPS.
Wolfgang Bangerth [Wed, 9 Jul 2014 12:57:07 +0000 (12:57 +0000)]
Add notes for MUMPS.

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

10 years agoDocument how to compile Trilinos with direct solvers.
Wolfgang Bangerth [Wed, 9 Jul 2014 11:57:03 +0000 (11:57 +0000)]
Document how to compile Trilinos with direct solvers.

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

10 years agoDocument how to compile Trilinos with direct solvers.
Wolfgang Bangerth [Wed, 9 Jul 2014 11:54:27 +0000 (11:54 +0000)]
Document how to compile Trilinos with direct solvers.

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

10 years agoExtend comment of direct solver class
Martin Kronbichler [Wed, 9 Jul 2014 10:17:13 +0000 (10:17 +0000)]
Extend comment of direct solver class

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

10 years agoUse alias to refer to multithreaded methods.
Martin Kronbichler [Wed, 9 Jul 2014 08:57:26 +0000 (08:57 +0000)]
Use alias to refer to multithreaded methods.

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

10 years agoTry to avoid differences in roundoff by using weaker tolerance for Bicgstab solver
Martin Kronbichler [Wed, 9 Jul 2014 08:33:16 +0000 (08:33 +0000)]
Try to avoid differences in roundoff by using weaker tolerance for Bicgstab solver

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

10 years agoPatch by Uwe Koecher: select among Trilinos solvers
Martin Kronbichler [Wed, 9 Jul 2014 08:01:15 +0000 (08:01 +0000)]
Patch by Uwe Koecher: select among Trilinos solvers

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

10 years agoDocument which basic linear algebra functions are currently multithreaded.
Martin Kronbichler [Tue, 8 Jul 2014 08:19:47 +0000 (08:19 +0000)]
Document which basic linear algebra functions are currently multithreaded.

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

10 years agoMove the publications site to the top-level of dealii.org to provide it with a more...
Wolfgang Bangerth [Mon, 7 Jul 2014 10:55:27 +0000 (10:55 +0000)]
Move the publications site to the top-level of dealii.org to provide it with a more 'corporate' feel.

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

10 years agoFix markup.
Wolfgang Bangerth [Mon, 7 Jul 2014 10:52:15 +0000 (10:52 +0000)]
Fix markup.

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

10 years agoAdd one.
Wolfgang Bangerth [Mon, 7 Jul 2014 09:11:03 +0000 (09:11 +0000)]
Add one.

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

10 years agoUpdate comment
Martin Kronbichler [Mon, 7 Jul 2014 08:33:06 +0000 (08:33 +0000)]
Update comment

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

10 years agoFixed a couple of call changes for PETSc 3.5.0
Fahad Alrashed [Sat, 5 Jul 2014 17:57:10 +0000 (17:57 +0000)]
Fixed a couple of call changes for PETSc 3.5.0

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