]>
https://gitweb.dealii.org/ - dealii.git/log
Wolfgang Bangerth [Tue, 29 Jul 2014 20:02:15 +0000 (15:02 -0500)]
Fix numerous doxygen markup problems.
Doxygen got bent all out of shape in various places because formulas were opened
but not closed, and a number of other markup problems as well.
Matthias Maier [Mon, 28 Jul 2014 21:12:52 +0000 (23:12 +0200)]
Merge pull request #37 from bangerth/add-patch-generators
Infrastructure functions for local problems on patches
The functions DoFTools::count_dofs_on_patch() and
DoFTools::map_global_dofs_to_patch_indices() help set up
linear systems on patches.
This is joint work with Arezou Ghesmati.
Wolfgang Bangerth [Mon, 28 Jul 2014 02:06:06 +0000 (21:06 -0500)]
Add more functions that deal with the infrastructure for solving local problems on patches around cells.
The functions DoFTools::count_dofs_on_patch() and DoFTools::map_global_dofs_to_patch_indices() help set up linear systems on patches. This is joint work with Arezou Ghesmati.
Matthias Maier [Mon, 28 Jul 2014 06:32:55 +0000 (08:32 +0200)]
Merge pull request #35 from bangerth/doc-fixes-3
Improve the documentation of VectorTools::create_point_source_vector().
Matthias Maier [Mon, 28 Jul 2014 06:31:49 +0000 (08:31 +0200)]
Merge pull request #33 from bangerth/doc-fixes
Improve the wording of an exception.
Matthias Maier [Mon, 28 Jul 2014 06:31:15 +0000 (08:31 +0200)]
Merge pull request #36 from bangerth/doc-fixes-4
Update documentation a bit.
Wolfgang Bangerth [Sun, 27 Jul 2014 21:00:55 +0000 (16:00 -0500)]
Update documentation a bit.
Reading through the documentation of some of the functions in DoFTools, there are a number of functions for which I can't quite figure out what exactly they do. This updates a couple of places, but more work remains. In particular, I have no idea from the description of what DoFTools::make_single_patch() does.
Wolfgang Bangerth [Sun, 27 Jul 2014 19:02:58 +0000 (14:02 -0500)]
Improve the documentation of VectorTools::create_point_source_vector().
The previous version of the documentation was not exactly clear as to what the 'orientation' argument actually referred to.
Guido Kanschat [Sun, 27 Jul 2014 08:35:29 +0000 (10:35 +0200)]
Merge pull request #34 from bangerth/doc-fixes-2
Update the documentation of VectorTools::project_boundary_values() to make it clearer.
Wolfgang Bangerth [Sat, 26 Jul 2014 22:05:04 +0000 (17:05 -0500)]
Update the documentation of VectorTools::project_boundary_values().
This had apparently confused a user on the mailing list earlier today, so structure the
documentation better.
Wolfgang Bangerth [Sat, 26 Jul 2014 12:58:55 +0000 (07:58 -0500)]
Improve the wording of an exception.
I ran into this exception and couldn't figure out what's wrong without looking at the source code.
Luca Heltai [Sat, 26 Jul 2014 11:20:14 +0000 (13:20 +0200)]
Merge pull request #32 from bangerth/doc-fixes
Improve documentation of the mapping cartesian class.
Luca Heltai [Sat, 26 Jul 2014 11:18:40 +0000 (13:18 +0200)]
Merge pull request #31 from bangerth/improve-error-message
Wolfgang.
This is in response to an email on the mailing list that showed an error message that wasn't particularly helpful.
Improve error message.
Wolfgang Bangerth [Sat, 26 Jul 2014 11:11:56 +0000 (06:11 -0500)]
Improve documentation.
Wolfgang Bangerth [Sat, 26 Jul 2014 10:48:05 +0000 (05:48 -0500)]
Improve error message.
This is in response to an email on the mailing list that showed an error message that wasn't particularly helpful.
Luca Heltai [Sat, 26 Jul 2014 08:22:03 +0000 (10:22 +0200)]
Merge pull request #30 from bangerth/move-reports-master
Wolfgang. This file (lost in the conversion from svn to git) was moved to http://www.dealii.org/reports.html since the actual reports are already there. This patch redirects the links there as well.
Fix links to doc/reports/index.html.
Wolfgang Bangerth [Sat, 26 Jul 2014 02:37:58 +0000 (21:37 -0500)]
Fix links to doc/reports/index.html.
This file (lost in the conversion from svn to git) was moved to http://www.dealii.org/reports.html since the actual reports are already there. This patch redirects the links there as well.
Luca Heltai [Fri, 25 Jul 2014 19:33:48 +0000 (21:33 +0200)]
Merge pull request #29 from dealii/fix-testsuite-omission
Wolfgang.
This file was apparently forgotten during the manifold branch merge. Update it to the correct output.
Wolfgang Bangerth [Fri, 25 Jul 2014 18:44:18 +0000 (13:44 -0500)]
Update a test output file.
This file was apparently forgotten during the manifold branch merge. Update it to the correct output.
Wolfgang Bangerth [Fri, 25 Jul 2014 00:35:20 +0000 (19:35 -0500)]
Merge pull request #28 from tamiko/fix_installation
Fix installation.
Matthias Maier [Thu, 24 Jul 2014 23:55:28 +0000 (01:55 +0200)]
Fix installation.
Well, it seems we forgot to update doc/CMakeLists.txt to install the new
README.md file...
Matthias Maier [Thu, 24 Jul 2014 23:00:58 +0000 (01:00 +0200)]
Merge pull request #20 from luca-heltai/pr_switch_to_markdown
Switched README to md format.
Changed the README in such a way that a markdown syntax parser
recognizes code blocks, links and title. Moved it to README.md
Luca Heltai [Wed, 23 Jul 2014 17:31:54 +0000 (19:31 +0200)]
Switched README to md format.
Implemented Matthias' suggestions.
Luca Heltai [Thu, 24 Jul 2014 22:47:08 +0000 (00:47 +0200)]
Merge pull request #26 from tamiko/fix_includes_in_steps
Matthias: This commit fixes up a regression introduced with commit
06a70ba
that removed unnecessary includes of base/multithread_info.h. Both steps
need them for multithread_info.n_threads()
Matthias Maier [Thu, 24 Jul 2014 22:21:52 +0000 (00:21 +0200)]
Add missing includes to step-17 and step-18
This commit fixes up a regression introduced with commit
06a70bad3cbbcbb6abc51e12f29e3b5dfffb928a
that removed unnecessary includes of base/multithread_info.h. Both steps
need them for multithread_info.n_threads()
Matthias Maier [Thu, 24 Jul 2014 22:12:49 +0000 (00:12 +0200)]
Merge pull request #25 from bangerth/doc-fixes-vector
Restructure documentation.
Put all member functions into one of the doxygen sections. Split
sections so that they make more sense.
Matthias Maier [Thu, 24 Jul 2014 22:11:17 +0000 (00:11 +0200)]
Merge pull request #24 from bangerth/doc-fixes
Fix doxygen formatting.
Some of the member functions in smartpointer.h did not have documentation
according to a format that doxygen would pick up.
Matthias Maier [Thu, 24 Jul 2014 22:10:15 +0000 (00:10 +0200)]
Merge pull request #23 from bangerth/fix-changelogs
Remove a file forgotten when converting the changelogs.
This file should have been removed in yesterday's conversion of the
changelogs from html to doxygen format, but I forgot to delete it. This PR
fixes the oversight.
Wolfgang Bangerth [Thu, 24 Jul 2014 20:42:04 +0000 (15:42 -0500)]
Restructure documentation.
Put all member functions into one of the doxygen sections. Split
sections so that they make more sense.
Wolfgang Bangerth [Thu, 24 Jul 2014 19:59:19 +0000 (14:59 -0500)]
Fix doxygen formatting.
Some of the member functions in smartpointer.h did not have documentation according to a format that doxygen would pick up.
Wolfgang Bangerth [Thu, 24 Jul 2014 11:42:54 +0000 (06:42 -0500)]
Remove a file forgotten when converting the changelogs.
Matthias Maier [Thu, 24 Jul 2014 08:29:59 +0000 (10:29 +0200)]
Merge pull request #21 from bangerth/convert-changelogs
Integrate old changelog files into doxygen
Convert old changelog files from straight up .html to .h files that
will be parsed by doxygen. This will make all changelog files behave
the same way.
Wolfgang Bangerth [Thu, 24 Jul 2014 02:44:05 +0000 (21:44 -0500)]
Convert old changelog files from straight up .html to .h files that will be parsed by doxygen.
This will make all changelog files behave the same way.
Luca Heltai [Wed, 23 Jul 2014 17:21:06 +0000 (19:21 +0200)]
Merge pull request #15 from bangerth/doc-fixes-2
Introduce the concept of containers-of-cells and link to it in various places.
Luca Heltai [Wed, 23 Jul 2014 17:12:36 +0000 (19:12 +0200)]
Merge pull request #13 from bangerth/doc-fixes
The previous version of the documentation basically stated why the function exists, not what it does. This is the focus of the new version. I also indented the arguments of this function and the (related) following one.
Wolfgang Bangerth [Wed, 23 Jul 2014 15:54:09 +0000 (10:54 -0500)]
Merge pull request #17 from bangerth/fix_p4est_configuration
Fix p4est configuration
Wolfgang Bangerth [Wed, 23 Jul 2014 15:44:43 +0000 (10:44 -0500)]
Add some description of when the last two IFs can happen in version
number recognition.
Wolfgang Bangerth [Wed, 23 Jul 2014 13:06:24 +0000 (08:06 -0500)]
Introduce the concept of containers-of-cells and link to it in various places.
Matthias Maier [Wed, 23 Jul 2014 10:38:22 +0000 (12:38 +0200)]
CMake: robust version extraction for P4Est
Make the version extraction in P4Est more robust: We should not rely on
the version string to define SUBMINOR and PATCH - this doesn't have to
be the case. So, always set P4EST_VERSION_SUBMINOR and
P4EST_VERSION_PATCH to "0" in FindP4EST.cmake if no valid number could
be extracted.
Wolfgang Bangerth [Wed, 23 Jul 2014 01:59:08 +0000 (20:59 -0500)]
Rewrite the documentation of DoFTools::compute_intergrid_constraints().
The previous version of the documentation basically stated why the function exists, not what it does. This is the focus of the new version. I also indented the arguments of this function and the (related) following one.
Matthias Maier [Tue, 22 Jul 2014 21:43:26 +0000 (23:43 +0200)]
Merge pull request #9 from bangerth/doc-fixes
Update documentation in include/deal.II/dofs/dof_tools.h
- Rename a documentation section to be more descriptive.
- Reshuffle some more functions and group them into appropriate categories. Not all functions are in categories yet, though, see http://www.dealii.org/developer/doxygen/deal.II/namespaceDoFTools.html
Wolfgang Bangerth [Tue, 22 Jul 2014 21:37:07 +0000 (16:37 -0500)]
Merge pull request #10 from tjhei/p4est_update
[minor] compatibility fixes for p4est 1.0
Wolfgang Bangerth [Tue, 22 Jul 2014 21:08:48 +0000 (16:08 -0500)]
Merge pull request #11 from tjhei/p4est_script
[minor] p4est-setup.sh can now also build from source directory
Timo Heister [Tue, 22 Jul 2014 11:03:24 +0000 (13:03 +0200)]
p4est-setup.sh can now also build from source directory
Timo Heister [Tue, 22 Jul 2014 10:48:37 +0000 (12:48 +0200)]
compatibility fixes for p4est 1.0
The deprecated type p4est_connect_type_t got removed in p4est >=1.0. Use
connect_type_t instead.
Wolfgang Bangerth [Mon, 21 Jul 2014 23:33:10 +0000 (18:33 -0500)]
Update documentation of this file.
- Rename a documentation section to be more descriptive.
- Reshuffle some more functions and group them into appropriate categories. Not all functions are in categories yet, though, see http://www.dealii.org/developer/doxygen/deal.II/namespaceDoFTools.html
Matthias Maier [Tue, 22 Jul 2014 13:46:28 +0000 (15:46 +0200)]
Merge pull request #8 from bangerth/add-patch-generators
Add GridTools::get_patch_around_cell().
Implement a function GridTools::get_patch_around_cell() extracts the
set of cells that surround a single cell. This is joint work with
Arezou Ghesmati.
Wolfgang Bangerth [Tue, 22 Jul 2014 12:54:03 +0000 (07:54 -0500)]
Add some documentation.
Wolfgang Bangerth [Mon, 21 Jul 2014 23:26:04 +0000 (18:26 -0500)]
Provide attribution.
Wolfgang Bangerth [Mon, 21 Jul 2014 23:16:23 +0000 (18:16 -0500)]
Joint work with Arezou Ghesmati: Add GridTools::get_patch_around_cell().
Wolfgang Bangerth [Mon, 21 Jul 2014 21:39:37 +0000 (16:39 -0500)]
Fix style issue.
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.
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.
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.
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.
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
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
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.
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.
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...
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.
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.
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.
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/* -> ./
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).
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
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/* -> ./
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.
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.
Matthias Maier [Sun, 20 Jul 2014 22:17:43 +0000 (00:17 +0200)]
Switch to git
... dedicated to the memory of CVS and SVN.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.