]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
10 years agoFix instantiation issue with FlatManifold properly 63/head
Matthias Maier [Thu, 7 Aug 2014 11:07:45 +0000 (13:07 +0200)]
Fix instantiation issue with FlatManifold properly

This commit reverts the quick fix in commit 982b0683.

This commit closes #56

The issue why we encountered unresolved references to
dealii::FlatManifold<3, 2>::FlatManifold(dealii::Point<2, double>, double)
etc. was due to boilerplate instantiations of Triangulation::get_manifold
for cases with spacedim < dim (in order to make TriaAccessor happy).

This commit fixes the issue by using a nullptr-dereference in order to
return an invalid object - the specific code throws an error message before
that and should actually not be reachable at all.

10 years agoMerge pull request #60 from bangerth/fix-instantiations
Luca Heltai [Thu, 7 Aug 2014 08:21:18 +0000 (10:21 +0200)]
Merge pull request #60 from bangerth/fix-instantiations

Eric Heien reports that he can't compile deal.II on one Mac machine with missing
symbols. I think we just forgot to instantiate them.

10 years agoFix missing instantiations. 60/head
Wolfgang Bangerth [Thu, 7 Aug 2014 05:40:59 +0000 (00:40 -0500)]
Fix missing instantiations.

Eric Heien reports that he can't compile deal.II on one Mac machine with missing
symbols. I think we just forgot to instantiate them.

10 years agoMerge pull request #59 from tjhei/fix_latex_formula
Wolfgang Bangerth [Wed, 6 Aug 2014 22:30:13 +0000 (17:30 -0500)]
Merge pull request #59 from tjhei/fix_latex_formula

fix error in latex formula

10 years agoMerge pull request #58 from tjhei/fix_doxygen_generation
Wolfgang Bangerth [Wed, 6 Aug 2014 22:28:59 +0000 (17:28 -0500)]
Merge pull request #58 from tjhei/fix_doxygen_generation

Fix steps no longer in doxygen documentation

10 years agofix error in latex formula 59/head
Timo Heister [Wed, 6 Aug 2014 22:06:23 +0000 (18:06 -0400)]
fix error in latex formula

eqnarray can not have more than two &s.

10 years agoadd steps back to doxygen 58/head
Timo Heister [Wed, 6 Aug 2014 21:37:20 +0000 (17:37 -0400)]
add steps back to doxygen

This fixes the bug introduced in 17479c593.

10 years agoMerge pull request #57 from luca-heltai/hot_fix_manifold
Matthias Maier [Wed, 6 Aug 2014 20:53:42 +0000 (22:53 +0200)]
Merge pull request #57 from luca-heltai/hot_fix_manifold

Fix missing instantiations introduced with merges 6a36497 and
commit bfe1138.

This closes #56

10 years agoInstantiated all possible Manifolds, FlatManifolds and ManifoldCharts 57/head
Luca Heltai [Wed, 6 Aug 2014 19:31:14 +0000 (21:31 +0200)]
Instantiated all possible Manifolds, FlatManifolds and ManifoldCharts

10 years agoMerge pull request #54 from luca-heltai/cylindrical_manifold
Wolfgang Bangerth [Wed, 6 Aug 2014 14:35:03 +0000 (09:35 -0500)]
Merge pull request #54 from luca-heltai/cylindrical_manifold

CylindricalManifold implementation

10 years agoMade CylindricalManifold derived from Manifold instead of FlatManifold. 54/head
Luca Heltai [Wed, 6 Aug 2014 14:32:12 +0000 (16:32 +0200)]
Made CylindricalManifold derived from Manifold instead of FlatManifold.

10 years agoMerge pull request #55 from bangerth/tutorial-fixes
Martin Kronbichler [Wed, 6 Aug 2014 14:25:27 +0000 (16:25 +0200)]
Merge pull request #55 from bangerth/tutorial-fixes

Write the steps in lowercase.

10 years agoRemove a duplicate section (thanks to Martin Kronbichler for pointing it out). 55/head
Wolfgang Bangerth [Wed, 6 Aug 2014 14:22:12 +0000 (09:22 -0500)]
Remove a duplicate section (thanks to Martin Kronbichler for pointing it out).

10 years agoWrite the steps in lowercase.
Wolfgang Bangerth [Wed, 6 Aug 2014 13:44:37 +0000 (08:44 -0500)]
Write the steps in lowercase.

This way, the filter script can replace them automatically with references to
the corresponding pages for each of the tutorial programs. This does not
currently work on http://dealii.org/developer/doxygen/deal.II/Tutorial.html .

10 years agoAdded cylindrical Manifold and two tests.
Luca Heltai [Wed, 6 Aug 2014 12:56:16 +0000 (14:56 +0200)]
Added cylindrical Manifold and two tests.

10 years agoMerge pull request #50 from luca-heltai/manifold_id_step0
Luca Heltai [Wed, 6 Aug 2014 12:33:08 +0000 (14:33 +0200)]
Merge pull request #50 from luca-heltai/manifold_id_step0

This is the first backward compatible version of the manifold id branch. Four methods were added to a class named Manifold, which contains a subset of the Boundary methods. Boundary is now derived from FlatManifold. This fixes issue #27.

10 years agoFixed spelling and indentation. 50/head
Luca Heltai [Mon, 4 Aug 2014 13:26:23 +0000 (15:26 +0200)]
Fixed spelling and indentation.

Replied to most comments by Wolfgang.

Fixed constness of sub_manifold in ManifoldChart, fixed a few comments.

Fixed constness in a few places.

Removed references for simple doubles, and removed empty lines.

Added back references to quad when they are arguments of get_new_point

Made get_default_quadrature query itself the manifold when vertices are not available on subobjects.

Fixed instatiations for invalid Triangulations.

Fixed last reference, and failing test.

Some changes to the documentation.

10 years agoAdded tolerance to FlatManifold
Luca Heltai [Mon, 4 Aug 2014 08:21:46 +0000 (10:21 +0200)]
Added tolerance to FlatManifold

Added corner case to test flat_manifold_03

Fixed spherical manifold in 3D. This is a bit of a hack, but I don't knonw how else to do this...

10 years agoAdded buggy spherical manifold.
Luca Heltai [Fri, 1 Aug 2014 09:08:04 +0000 (11:08 +0200)]
Added buggy spherical manifold.

Fixed compilation bug on Mac.

Modified tests for spherical manifold.

10 years agoFixed documentation, and made default behavior do what we say it does.
Luca Heltai [Mon, 28 Jul 2014 13:16:36 +0000 (15:16 +0200)]
Fixed documentation, and made default behavior do what we say it does.

Fixed compilation bug in manifold.cc

Added instantiations of ManifoldChart, and fixed a little bug.

Fixed instantiation bug, and tolerance error.

10 years agoMade the default Manifold objects inside Triangulation be Manifold. Now get_boundary...
Luca Heltai [Mon, 28 Jul 2014 12:54:25 +0000 (14:54 +0200)]
Made the default Manifold objects inside Triangulation be Manifold. Now get_boundary and get_manifold do different things.

10 years agoFixed indentation of almost all comments in tria.cc
Luca Heltai [Mon, 28 Jul 2014 10:10:52 +0000 (12:10 +0200)]
Fixed indentation of almost all comments in tria.cc

10 years agoAdded manifold, copying over the old concept, but retaining dim. Made Boundary<dim...
Luca Heltai [Fri, 25 Jul 2014 21:05:27 +0000 (23:05 +0200)]
Added manifold, copying over the old concept, but retaining dim. Made Boundary<dim,spacedim> derived from Manifold<dim,spacedim>.

Added specific instantiations for invalid accessors. Moved get_default_quadrature into an anonymous namespace.

Made Boundary derived from FlatManifold, and made sure that nothing broke. Added get_new_point_on_cell/hex. Made get_new_point_on_quad not throw an exception in 2d.

Created Manifolds namespace, and made specialization of get_new_point_on_hex only in 3d, instead of multiple specializations for when dim not equal 3.

Added test flat_manifold_01

Fixed 2d problems.

Fixed 3d. Now all tests work, except from machine precision errors.

Added a new test for flat manifold checks on faces.

Completed documentation of manifold and tria_boundary.

Removed commented out functions from Boundary<dim,spacedim>, whose default has been moved to Manifold<dim,spacedim>

Fixed periodicity of FlatManifold, and added a test for it.

Fixed comment on periodicity.

Removed commented instantiations.

10 years agoMerge pull request #52 from kronbichler/master
Martin Kronbichler [Wed, 6 Aug 2014 06:48:46 +0000 (08:48 +0200)]
Merge pull request #52 from kronbichler/master

New initialize method for Trilinos AMG preconditioner with Epetra_RowMatrix

10 years agoList change in doc/news/changes.h 52/head
Martin Kronbichler [Wed, 6 Aug 2014 06:47:11 +0000 (08:47 +0200)]
List change in doc/news/changes.h

10 years agoImprove documentation
Martin Kronbichler [Wed, 6 Aug 2014 06:41:53 +0000 (08:41 +0200)]
Improve documentation

10 years agoCorrect return type of n_global_rows for 32 bit integers.
Martin Kronbichler [Wed, 6 Aug 2014 06:30:42 +0000 (08:30 +0200)]
Correct return type of n_global_rows for 32 bit integers.

10 years agoMerge branch 'master' of https://github.com/dealii/dealii
Martin Kronbichler [Wed, 6 Aug 2014 06:29:00 +0000 (08:29 +0200)]
Merge branch 'master' of https://github.com/dealii/dealii

10 years agoMerge pull request #45 from guidokanschat/doxygen_cleanup
Timo Heister [Wed, 6 Aug 2014 03:57:54 +0000 (23:57 -0400)]
Merge pull request #45 from guidokanschat/doxygen_cleanup

Some cleanup of doxygen issues:
simplify doxygen input path
reduce warnings from thousands to hundreds as long as major code is undocumented
fix displayed include paths in doxygen output
fix some of the warnings

10 years agoMerge pull request #53 from bangerth/fix-nedelec-interpolation-matrix
Timo Heister [Wed, 6 Aug 2014 03:54:03 +0000 (23:54 -0400)]
Merge pull request #53 from bangerth/fix-nedelec-interpolation-matrix

Patch by Alexander Grayver: Fix face interpolation between FE_Nedelec elements.

This patch fixes a bug in the FE_Nedelec::get_face_interpolation_matrix related to the wrong indexing of the DoFs located on element faces. This patch ensures that the code produces an interpolation matrix with full column rank meaning that all DoFs of the FE with lower order are constrained.

10 years agoPatch by Alexander Grayver: Fix face interpolation between FE_Nedelec elements. 53/head
Wolfgang Bangerth [Wed, 6 Aug 2014 03:14:06 +0000 (22:14 -0500)]
Patch by Alexander Grayver: Fix face interpolation between FE_Nedelec elements.

This patch fixes a bug in the FE_Nedelec::get_face_interpolation_matrix related to the wrong indexing of the DoFs located on element faces. This patch ensures that the code produces an interpolation matrix with full column rank meaning that all DoFs of the FE with lower order are constrained.

10 years agoImprove the documentation for the new initialize methods.
Martin Kronbichler [Tue, 5 Aug 2014 19:42:53 +0000 (21:42 +0200)]
Improve the documentation for the new initialize methods.

10 years agosimplify doxygen input path 45/head
Guido Kanschat [Fri, 1 Aug 2014 17:12:29 +0000 (19:12 +0200)]
simplify doxygen input path
reduce warnings from thousands to hundreds as long as major code is undocumented
fix displayed include paths in doxygen output
fix some of the warnings

10 years agoImplement new initialize method for Trilinos AMG preconditioner: It can be based...
Martin Kronbichler [Tue, 5 Aug 2014 15:56:55 +0000 (17:56 +0200)]
Implement new initialize method for Trilinos AMG preconditioner: It can be based on an Epetra_RowMatrix object. We can use this code path for the standard initialize method with TrilinosWrappers::SparseMatrix as well.

10 years agoMerge pull request #51 from tjhei/fix_data_attach
Matthias Maier [Mon, 4 Aug 2014 20:30:28 +0000 (22:30 +0200)]
Merge pull request #51 from tjhei/fix_data_attach

fix, test, document Triangulation::register_data_attach

 * fix a bug in an assertion
 * add a test
 * document how the CellStatus in the callback function works

10 years agoadd documentation to register_data_attach 51/head
Timo Heister [Mon, 4 Aug 2014 19:41:04 +0000 (15:41 -0400)]
add documentation to register_data_attach

10 years agoadd test
Timo Heister [Mon, 4 Aug 2014 19:23:41 +0000 (15:23 -0400)]
add test

10 years agofix wrong assert in notify_ready_to_unpack
Timo Heister [Mon, 4 Aug 2014 19:23:30 +0000 (15:23 -0400)]
fix wrong assert in notify_ready_to_unpack

The offset will always be >=4 because we store the CellStatus in the
data sent to p4est in front of the user data. This means the smallest
offset will 4, no matter how much data is attached.

10 years agoMerge pull request #49 from bangerth/fix-instantiation
Martin Kronbichler [Sat, 2 Aug 2014 15:52:22 +0000 (17:52 +0200)]
Merge pull request #49 from bangerth/fix-instantiation

Fix an instantiation.

10 years agoFix an instantiation. 49/head
Wolfgang Bangerth [Sat, 2 Aug 2014 11:34:06 +0000 (06:34 -0500)]
Fix an instantiation.

The existing instantiation works, but is not in line with the actual
declaration of the function. This may or may not be the problem with
the failing tests here http://cdash.kyomu.43-1.org/viewTest.php?onlyfailed&buildid=10664
that result from a missing instantiation.

10 years agoMerge pull request #48 from bangerth/doc-fixes-5
Matthias Maier [Sat, 2 Aug 2014 08:43:04 +0000 (10:43 +0200)]
Merge pull request #48 from bangerth/doc-fixes-5

Fix an outdated reference to fparser. Add a link.

10 years agoMerge pull request #47 from tamiko/address_testsuite_issues
Wolfgang Bangerth [Sat, 2 Aug 2014 08:41:56 +0000 (03:41 -0500)]
Merge pull request #47 from tamiko/address_testsuite_issues

This pull_request addresses several minor issues with the testsuite:

10 years agoMore fixes with references that are now outdated. 48/head
Wolfgang Bangerth [Sat, 2 Aug 2014 08:40:50 +0000 (03:40 -0500)]
More fixes with references that are now outdated.

10 years agoFix an outdated reference to fparser. Add a link.
Wolfgang Bangerth [Sat, 2 Aug 2014 08:32:00 +0000 (03:32 -0500)]
Fix an outdated reference to fparser. Add a link.

10 years agoTestsuite: Also use '<>=,' as numdiff separators 47/head
Matthias Maier [Sat, 2 Aug 2014 08:31:43 +0000 (10:31 +0200)]
Testsuite: Also use '<>=,' as numdiff separators

This commit addresses issue #38: We have several tests in which numdiff
fails to recognize a number, because the output contains some unknown
delimiters, such as one of "<>=,".

10 years agoTestsuite: Update a comment
Matthias Maier [Sat, 2 Aug 2014 08:26:19 +0000 (10:26 +0200)]
Testsuite: Update a comment

10 years agoTestsuite: Move forgotten file to correct location
Matthias Maier [Sat, 2 Aug 2014 08:23:50 +0000 (10:23 +0200)]
Testsuite: Move forgotten file to correct location

All testsuite stuff is now under ./tests. Consequently,
macro_pickup_tests.cmake should also be moved.

10 years agoMerge pull request #46 from Rombur/time_step_petsc
Wolfgang Bangerth [Fri, 1 Aug 2014 23:05:03 +0000 (18:05 -0500)]
Merge pull request #46 from Rombur/time_step_petsc

Add empty virtual destructors for TimeStepping and RungeKutta.

10 years agoAdd empty virtual destructors for TimeStepping and RungeKutta. 46/head
Bruno Turcksin [Fri, 1 Aug 2014 22:56:16 +0000 (17:56 -0500)]
Add empty virtual destructors for TimeStepping and RungeKutta.

10 years agoMerge pull request #43 from guidokanschat/new_multigrid_tests
Wolfgang Bangerth [Fri, 1 Aug 2014 22:27:07 +0000 (17:27 -0500)]
Merge pull request #43 from guidokanschat/new_multigrid_tests

Fix logical problems in MGConstrainedDoFs and rewrite step 16

10 years agoFix minor issues in multigrid tests 43/head
Guido Kanschat [Fri, 1 Aug 2014 13:05:03 +0000 (15:05 +0200)]
Fix minor issues in multigrid tests

10 years agoUpdate documentation of step 16
Guido Kanschat [Thu, 31 Jul 2014 16:46:04 +0000 (18:46 +0200)]
Update documentation of step 16

10 years agoMerge pull request #44 from oneliefleft/master
Guido Kanschat [Fri, 1 Aug 2014 05:29:29 +0000 (07:29 +0200)]
Merge pull request #44 from oneliefleft/master

Correct a minor violation of coding standards in Petsc wrappers

10 years agoFix a typo... 44/head
oneliefleft [Fri, 1 Aug 2014 01:43:06 +0000 (01:43 +0000)]
Fix a typo...

10 years agoCorrect a minor violation of coding standards.
oneliefleft [Fri, 1 Aug 2014 01:35:15 +0000 (01:35 +0000)]
Correct a minor violation of coding standards.

10 years agoall existing multigrid tests verified with fixed MGConstrainedDoFs
Guido Kanschat [Thu, 31 Jul 2014 13:27:03 +0000 (15:27 +0200)]
all existing multigrid tests verified with fixed MGConstrainedDoFs
new test for Neumann data

10 years agouse new logic in multigrid assemblers and switch step 16 to MeshWorker
Guido Kanschat [Thu, 31 Jul 2014 12:35:40 +0000 (14:35 +0200)]
use new logic in multigrid assemblers and switch step 16 to MeshWorker

10 years agoimplement deprecated get_refinement_edge_boundary_indices()
Timo Heister [Thu, 31 Jul 2014 12:02:12 +0000 (14:02 +0200)]
implement deprecated get_refinement_edge_boundary_indices()

10 years agoFixing problems with MGConstrainedDoFs
Guido Kanschat [Thu, 31 Jul 2014 11:23:16 +0000 (13:23 +0200)]
Fixing problems with MGConstrainedDoFs

10 years agoMerge pull request #42 from tamiko/fix_cxx11_setup
Martin Kronbichler [Thu, 31 Jul 2014 07:17:29 +0000 (09:17 +0200)]
Merge pull request #42 from tamiko/fix_cxx11_setup

CMake: Fix various bugs in check_01_cxx_features

10 years agoCMake: Fix various bugs in check_01_cxx_features 42/head
Matthias Maier [Thu, 31 Jul 2014 06:59:12 +0000 (08:59 +0200)]
CMake: Fix various bugs in check_01_cxx_features

This commit fixes a typo of the "-std=c++0x" fallback found by Chad Balen
(mailing list).

Furthermore, the fallback logic was also broken (as reported by Wolfgang).

10 years agoMerge pull request #40 from bangerth/doc-fixes
Timo Heister [Tue, 29 Jul 2014 21:12:37 +0000 (23:12 +0200)]
Merge pull request #40 from bangerth/doc-fixes

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.

10 years agoMerge pull request #39 from bangerth/add-patch-generators-2
Timo Heister [Tue, 29 Jul 2014 20:46:10 +0000 (22:46 +0200)]
Merge pull request #39 from bangerth/add-patch-generators-2

Rename DoFTools::map_global_to_patch_dof_indices() to get_dofs_on_patch().

Follow Timo's suggestion and revert the mapping from map_global_to_patch_dof_indices(). Consequently, also rename the function to get_dofs_on_patch(). Adjust the test.

10 years agoFix numerous doxygen markup problems. 40/head
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.

10 years agoRename DoFTools::map_global_to_patch_dof_indices() to get_dofs_on_patch(). 39/head
Wolfgang Bangerth [Tue, 29 Jul 2014 14:29:12 +0000 (09:29 -0500)]
Rename DoFTools::map_global_to_patch_dof_indices() to get_dofs_on_patch().

Follow Timo's suggestion and revert the mapping from map_global_to_patch_dof_indices().
Consequently, also rename the function to get_dofs_on_patch(). Adjust the test.

10 years agoMerge pull request #37 from bangerth/add-patch-generators
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.

10 years agoAdd more functions that deal with the infrastructure for solving local problems on... 37/head
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.

10 years agoMerge pull request #35 from bangerth/doc-fixes-3
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().

10 years agoMerge pull request #33 from bangerth/doc-fixes
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.

10 years agoMerge pull request #36 from bangerth/doc-fixes-4
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.

10 years agoUpdate documentation a bit. 36/head
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.

10 years agoImprove the documentation of VectorTools::create_point_source_vector(). 35/head
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.

10 years agoMerge pull request #34 from bangerth/doc-fixes-2
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.

10 years agoUpdate the documentation of VectorTools::project_boundary_values(). 34/head
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.

10 years agoImprove the wording of an exception. 33/head
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.

10 years agoMerge pull request #32 from bangerth/doc-fixes
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.

10 years agoMerge pull request #31 from bangerth/improve-error-message
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.

10 years agoImprove documentation. 32/head
Wolfgang Bangerth [Sat, 26 Jul 2014 11:11:56 +0000 (06:11 -0500)]
Improve documentation.

10 years agoImprove error message. 31/head
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.

10 years agoMerge pull request #30 from bangerth/move-reports-master
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.

10 years agoFix links to doc/reports/index.html. 30/head
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.

10 years agoMerge pull request #29 from dealii/fix-testsuite-omission
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.

10 years agoUpdate a test output file. 29/head
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.

10 years agoMerge pull request #28 from tamiko/fix_installation
Wolfgang Bangerth [Fri, 25 Jul 2014 00:35:20 +0000 (19:35 -0500)]
Merge pull request #28 from tamiko/fix_installation

Fix installation.

10 years agoFix installation. 28/head
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...

10 years agoMerge pull request #20 from luca-heltai/pr_switch_to_markdown
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

10 years agoSwitched README to md format. 20/head
Luca Heltai [Wed, 23 Jul 2014 17:31:54 +0000 (19:31 +0200)]
Switched README to md format.

Implemented Matthias' suggestions.

10 years agoMerge pull request #26 from tamiko/fix_includes_in_steps
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()

10 years agoAdd missing includes to step-17 and step-18 26/head
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()

10 years agoMerge pull request #25 from bangerth/doc-fixes-vector
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.

10 years agoMerge pull request #24 from bangerth/doc-fixes
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.

10 years agoMerge pull request #23 from bangerth/fix-changelogs
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.

10 years agoRestructure documentation. 25/head
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.

10 years agoFix doxygen formatting. 24/head
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.

10 years agoRemove a file forgotten when converting the changelogs. 23/head
Wolfgang Bangerth [Thu, 24 Jul 2014 11:42:54 +0000 (06:42 -0500)]
Remove a file forgotten when converting the changelogs.

10 years agoMerge pull request #21 from bangerth/convert-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.

10 years agoConvert old changelog files from straight up .html to .h files that will be parsed... 21/head
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.

10 years agoMerge pull request #15 from bangerth/doc-fixes-2
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.

10 years agoMerge pull request #13 from bangerth/doc-fixes
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.

10 years agoMerge pull request #17 from bangerth/fix_p4est_configuration
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


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.