]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
9 years agoRemove fields from Mapping::InternalDataBase. 1328/head
Wolfgang Bangerth [Tue, 11 Aug 2015 22:19:19 +0000 (17:19 -0500)]
Remove fields from Mapping::InternalDataBase.

It turns out that all of the non-is_first_cell/clear_first_cell() member
variables of Mapping::InternalDataBase are only referenced in Mapping
member functions that are unused throughout the rest of the library.
While they were public, they took an internal object as argument, so
were almost certainly not used anywhere by anyone. Consequently,
zap the fields and the functions that use them.

9 years agoMerge pull request #1324 from thingishness/doc_update
Wolfgang Bangerth [Tue, 11 Aug 2015 15:02:49 +0000 (10:02 -0500)]
Merge pull request #1324 from thingishness/doc_update

Added change to changes.h

9 years agoUsed proper doxygen syntax for cross-link 1324/head
Jason P. Sheldon [Tue, 11 Aug 2015 13:51:42 +0000 (09:51 -0400)]
Used proper doxygen syntax for cross-link

9 years agoAdded change to changes.h
Jason P. Sheldon [Tue, 11 Aug 2015 13:40:07 +0000 (09:40 -0400)]
Added change to changes.h

9 years agoMerge pull request #1322 from maieneuro/modify_hessian_to_analytical
Wolfgang Bangerth [Tue, 11 Aug 2015 13:17:03 +0000 (08:17 -0500)]
Merge pull request #1322 from maieneuro/modify_hessian_to_analytical

Modify hessian computations from numerical to analytical differentiation

9 years agoreplaced test reference output with more accurate values 1322/head
Maien Hamed [Tue, 11 Aug 2015 10:24:59 +0000 (12:24 +0200)]
replaced test reference output with more accurate values

9 years agoModify hessian computations from numerical to analytical differentiation
Maien Hamed [Mon, 10 Aug 2015 21:16:06 +0000 (23:16 +0200)]
Modify hessian computations from numerical to analytical differentiation

9 years agoMerge pull request #1320 from bangerth/doc-update-25
Bruno Turcksin [Mon, 10 Aug 2015 20:20:28 +0000 (15:20 -0500)]
Merge pull request #1320 from bangerth/doc-update-25

Update documentation of CellAccessor::active_cell_index().

9 years agoUpdate documentation of CellAccessor::active_cell_index(). 1320/head
Wolfgang Bangerth [Mon, 10 Aug 2015 20:13:47 +0000 (15:13 -0500)]
Update documentation of CellAccessor::active_cell_index().

9 years agoMerge pull request #1285 from thingishness/master
Martin Kronbichler [Mon, 10 Aug 2015 10:01:58 +0000 (12:01 +0200)]
Merge pull request #1285 from thingishness/master

New function for mapping to project transformed point to face

9 years agoMerge pull request #1316 from bangerth/further-FEValues-cleanups-7
Martin Kronbichler [Mon, 10 Aug 2015 09:53:30 +0000 (11:53 +0200)]
Merge pull request #1316 from bangerth/further-FEValues-cleanups-7

Remove is_first_cell().

9 years agoRemove is_first_cell(). 1316/head
Wolfgang Bangerth [Sun, 9 Aug 2015 21:27:23 +0000 (16:27 -0500)]
Remove is_first_cell().

The InternalDataBase::is_first_cell() function is now no longer used
(though the value it returns is still internally used in
current_update_flags()). Remove the function.

9 years agoMerge pull request #1315 from bangerth/further-FEValues-cleanups-6
Martin Kronbichler [Sun, 9 Aug 2015 19:49:41 +0000 (21:49 +0200)]
Merge pull request #1315 from bangerth/further-FEValues-cleanups-6

Do initialization early.

9 years agoDo initialization early. 1315/head
Wolfgang Bangerth [Sun, 9 Aug 2015 18:10:30 +0000 (13:10 -0500)]
Do initialization early.

Previously, FESystem delayed initializing the base element's data
objects until we first visited fill_fe_values(). Do this earlier:
when the base element's data objects are first created.

This involves a change in the update flags being used. I think that
there is some confusion about update flags anyway, since we should
always be using update_each. The change made here passes the testsuite,
so I believe it is correct. It is likely also easier to understand
than what the old code did.

9 years agoMerge pull request #1313 from QiaoLei-88/RemoveExtraRef
Guido Kanschat [Sun, 9 Aug 2015 14:05:01 +0000 (16:05 +0200)]
Merge pull request #1313 from QiaoLei-88/RemoveExtraRef

remove an extra @ref in document of AssertThrow

9 years agoMerge pull request #1311 from kronbichler/master
Guido Kanschat [Sun, 9 Aug 2015 13:56:03 +0000 (15:56 +0200)]
Merge pull request #1311 from kronbichler/master

Also compute gradients of Jacobians on faces

9 years agoMerge pull request #1281 from bangerth/doxygen-updates
Timo Heister [Sun, 9 Aug 2015 07:37:17 +0000 (02:37 -0500)]
Merge pull request #1281 from bangerth/doxygen-updates

Fix a variety of doxygen problems.

9 years agoremove an extra @ref in documentation of AssertThrow 1313/head
Lei Qiao [Sun, 9 Aug 2015 05:41:38 +0000 (00:41 -0500)]
remove an extra @ref in documentation of AssertThrow

9 years agoAlso compute gradients of Jacobians on faces 1311/head
Martin Kronbichler [Sat, 8 Aug 2015 20:28:39 +0000 (22:28 +0200)]
Also compute gradients of Jacobians on faces

9 years agoMerge pull request #1307 from bangerth/further-FEValues-cleanups-5
Martin Kronbichler [Sat, 8 Aug 2015 19:37:09 +0000 (21:37 +0200)]
Merge pull request #1307 from bangerth/further-FEValues-cleanups-5

Don't derive FE::InternalDataBase from Mapping::InternalDataBase.

9 years agoMerge pull request #1304 from drwells/update-step-14
Wolfgang Bangerth [Sat, 8 Aug 2015 19:36:35 +0000 (14:36 -0500)]
Merge pull request #1304 from drwells/update-step-14

Update step 14

9 years agoExclude a particular directory if it doesn't exist. 1281/head
Wolfgang Bangerth [Thu, 6 Aug 2015 22:24:07 +0000 (17:24 -0500)]
Exclude a particular directory if it doesn't exist.

9 years agoFix latex problems.
Wolfgang Bangerth [Thu, 6 Aug 2015 11:51:07 +0000 (06:51 -0500)]
Fix latex problems.

9 years agoFix invalid references.
Wolfgang Bangerth [Thu, 6 Aug 2015 11:50:12 +0000 (06:50 -0500)]
Fix invalid references.

9 years agoRemove a comment that is now outdated. 1307/head
Wolfgang Bangerth [Sat, 8 Aug 2015 12:48:50 +0000 (07:48 -0500)]
Remove a comment that is now outdated.

9 years agoNo longer derive InternalDataBase from Subscriptor.
Wolfgang Bangerth [Sat, 8 Aug 2015 02:59:02 +0000 (21:59 -0500)]
No longer derive InternalDataBase from Subscriptor.

This is no longer necessary now that we store unique_ptrs to them.

9 years agoUse a std_cxx11::unique_ptr in FEValues.
Wolfgang Bangerth [Sat, 8 Aug 2015 02:58:21 +0000 (21:58 -0500)]
Use a std_cxx11::unique_ptr in FEValues.

Specifically, use it for the internal data objects of mapping and
finite element. These pointers are internally created and used in the
FEValues class. They are not shared by any external interface. Using
a unique_ptr ensures no memory leaks.

9 years agoAdd memory consumption function for std_cxx11::unique_ptr.
Wolfgang Bangerth [Sat, 8 Aug 2015 02:56:48 +0000 (21:56 -0500)]
Add memory consumption function for std_cxx11::unique_ptr.

9 years agoMerge pull request #1309 from QiaoLei-88/docAssert
Matthias Maier [Sat, 8 Aug 2015 18:33:11 +0000 (13:33 -0500)]
Merge pull request #1309 from QiaoLei-88/docAssert

Specify when Assert* will be active in immediate documentation more explicitly

9 years agoSpecify when Assert* will be active in immediate documentation 1309/head
Lei Qiao [Sat, 8 Aug 2015 16:20:37 +0000 (11:20 -0500)]
Specify when Assert* will be active in immediate documentation

9 years agoChange step-14 to resemble step-13 more closely. 1304/head
David Wells [Fri, 7 Aug 2015 19:37:40 +0000 (15:37 -0400)]
Change step-14 to resemble step-13 more closely.

Step-13 calls the error per cell in the Kelly error estimator
estimated_error_per_cell, not estimated_error.

Step-13 arranges the code creating the right hand side and system matrix in a
slightly different way.

Step-13 sets different member variables as protected.

9 years agoRemoved an unneeded constructor and comment.
David Wells [Fri, 24 Jul 2015 18:08:46 +0000 (14:08 -0400)]
Removed an unneeded constructor and comment.

9 years agoRemove step-14 workaround for an old GCC version.
David Wells [Fri, 24 Jul 2015 18:02:36 +0000 (14:02 -0400)]
Remove step-14 workaround for an old GCC version.
I believe this was a 2.96 issue that has long since been fixed.

9 years agoUse unique_ptrs in step-14.
David Wells [Fri, 24 Jul 2015 17:59:34 +0000 (13:59 -0400)]
Use unique_ptrs in step-14.

This replaces some SmartPointers that referred to heap-allocated objects that
were not properly deleted as well as some plain pointers.

9 years agoSimplify the WorkStream parts of step-14.
David Wells [Fri, 24 Jul 2015 17:56:48 +0000 (13:56 -0400)]
Simplify the WorkStream parts of step-14.
This makes it more like step-13, which is one of the goals of this
example program.

9 years agoRemove unneeded friend declarations in step-14.
David Wells [Fri, 24 Jul 2015 15:35:34 +0000 (11:35 -0400)]
Remove unneeded friend declarations in step-14.

9 years agoRemove some workarounds in step-14 for GCC 2.96.
David Wells [Fri, 24 Jul 2015 15:29:28 +0000 (11:29 -0400)]
Remove some workarounds in step-14 for GCC 2.96.

9 years agoUpdate the step-14 output values.
David Wells [Fri, 7 Aug 2015 21:42:39 +0000 (17:42 -0400)]
Update the step-14 output values.

These are the values printed by step-14 on the master branch at this time.

9 years agoDo not derive FE::InternalDataBase from Mapping::InternalDataBase.
Wolfgang Bangerth [Sat, 8 Aug 2015 02:26:41 +0000 (21:26 -0500)]
Do not derive FE::InternalDataBase from Mapping::InternalDataBase.

It turns out that FiniteElement::InternalDataBase does not actually need any
of the fields of the class it was previously derived from (other than the
is_first_cell/clear_first_cell mechanism, see #1305). So break the inheritance
and have these two classes be completely unrelated.

9 years agoMerge pull request #1306 from QiaoLei-88/docInSmartPointer
Wolfgang Bangerth [Sat, 8 Aug 2015 02:22:01 +0000 (21:22 -0500)]
Merge pull request #1306 from QiaoLei-88/docInSmartPointer

fix typos in documentation in SmartPointer.

9 years agofix typos in documentation in SmartPointer. 1306/head
Lei Qiao [Fri, 7 Aug 2015 23:50:58 +0000 (18:50 -0500)]
fix typos in documentation in SmartPointer.

9 years agoMinor cleanups.
Wolfgang Bangerth [Fri, 7 Aug 2015 22:16:52 +0000 (17:16 -0500)]
Minor cleanups.

9 years agoMerge pull request #1299 from alistairbntl/master
Guido Kanschat [Fri, 7 Aug 2015 21:46:02 +0000 (23:46 +0200)]
Merge pull request #1299 from alistairbntl/master

Improved polynomial_bdm documentation.

9 years agoModified polynomial_bdm documentation. 1299/head
Alistair Bentley [Fri, 7 Aug 2015 07:32:14 +0000 (03:32 -0400)]
Modified polynomial_bdm documentation.

 - added additional details about source references
 - added additional details about properties of bdm elements
 - added a general description of the structure for 2D and 3D
   bdm polynomials.
 - added additional details about degrees of freedom

9 years agoChanged function name and added test 1285/head
Jason Sheldon [Fri, 7 Aug 2015 19:46:52 +0000 (15:46 -0400)]
Changed function name and added test

9 years agoMerge pull request #1302 from kronbichler/fix_find_cell_tests
Martin Kronbichler [Fri, 7 Aug 2015 18:57:46 +0000 (20:57 +0200)]
Merge pull request #1302 from kronbichler/fix_find_cell_tests

Fix find_cell tests by avoiding ambiguity in point

9 years agoMerge pull request #1296 from jhineman/fix-readme.md
Matthias Maier [Fri, 7 Aug 2015 17:23:52 +0000 (12:23 -0500)]
Merge pull request #1296 from jhineman/fix-readme.md

Added how to build from repository.

9 years agoAdded how to build from repository. 1296/head
Jay Hineman [Thu, 6 Aug 2015 22:23:02 +0000 (18:23 -0400)]
Added how to build from repository.

9 years agoMerge pull request #1301 from kronbichler/master
Wolfgang Bangerth [Fri, 7 Aug 2015 16:59:16 +0000 (11:59 -0500)]
Merge pull request #1301 from kronbichler/master

Fix easy BDM tests

9 years agoFix find_cell tests by avoiding ambiguity in point 1302/head
Martin Kronbichler [Fri, 7 Aug 2015 16:28:47 +0000 (18:28 +0200)]
Fix find_cell tests by avoiding ambiguity in point

9 years agoFix easy BDM tests 1301/head
Martin Kronbichler [Fri, 7 Aug 2015 15:39:01 +0000 (17:39 +0200)]
Fix easy BDM tests

9 years agoMerge pull request #1300 from bangerth/further-FEValues-cleanups-4
Martin Kronbichler [Fri, 7 Aug 2015 14:21:14 +0000 (16:21 +0200)]
Merge pull request #1300 from bangerth/further-FEValues-cleanups-4

Let the FE classes use FE::InternalDataBase instead of Mapping::InternalDataBase.

9 years agoLet the FE classes use FE::InternalDataBase instead of Mapping::InternalDataBase. 1300/head
Wolfgang Bangerth [Fri, 7 Aug 2015 14:13:54 +0000 (09:13 -0500)]
Let the FE classes use FE::InternalDataBase instead of Mapping::InternalDataBase.

For historical reasons, FiniteElement::InternalDataBase is derived from
Mapping::InternalDataBase, but all of the finite element classes need to
use the former. However, we currently pass around pointers to the latter.
There is no good reason for doing so other than 'we can'. Fix this: store
and pass around pointers to FiniteElement::InternalDataBase.

9 years agoMerge pull request #1292 from tjhei/distribute_after_sol_transf
Matthias Maier [Fri, 7 Aug 2015 04:48:41 +0000 (23:48 -0500)]
Merge pull request #1292 from tjhei/distribute_after_sol_transf

distribute() after solution transfer

9 years agoMerge pull request #1293 from krishanusen25/master
Wolfgang Bangerth [Thu, 6 Aug 2015 23:25:28 +0000 (18:25 -0500)]
Merge pull request #1293 from krishanusen25/master

added parameter description to FEValuesBase::shape_grad

9 years agoMerge pull request #1298 from ArielPino/improve-doc2
Wolfgang Bangerth [Thu, 6 Aug 2015 23:16:02 +0000 (18:16 -0500)]
Merge pull request #1298 from ArielPino/improve-doc2

Fixed typo: simplifiy to simplify in step 18

9 years agoFixed typo: simplifiy to simplify in step 18 1298/head
Ariel [Thu, 6 Aug 2015 23:47:09 +0000 (17:47 -0600)]
Fixed typo: simplifiy to simplify in step 18

9 years agoedited fe_values::shape_grad 1293/head
krishanusen25 [Thu, 6 Aug 2015 22:24:20 +0000 (17:24 -0500)]
edited fe_values::shape_grad

9 years agoMerge pull request #1288 from bangerth/fix-test
Timo Heister [Thu, 6 Aug 2015 22:23:49 +0000 (17:23 -0500)]
Merge pull request #1288 from bangerth/fix-test

Fix test.

9 years agoAlso adjust 64-bit numbers. 1288/head
Wolfgang Bangerth [Thu, 6 Aug 2015 22:14:24 +0000 (17:14 -0500)]
Also adjust 64-bit numbers.

9 years agoMerge pull request #1291 from nnama/fix-error
Timo Heister [Thu, 6 Aug 2015 22:12:42 +0000 (17:12 -0500)]
Merge pull request #1291 from nnama/fix-error

Fixed an error in further extension suggestions

9 years agoMerge pull request #1295 from tamiko/windows_fixes_2
Timo Heister [Thu, 6 Aug 2015 22:03:18 +0000 (17:03 -0500)]
Merge pull request #1295 from tamiko/windows_fixes_2

Windows fixes 2

9 years agoFixed a typo in assert
Jason Sheldon [Thu, 6 Aug 2015 20:48:08 +0000 (16:48 -0400)]
Fixed a typo in assert

9 years agoAdded asserts to mapping fnc for cases when dim=1 or dim>3
Jason Sheldon [Thu, 6 Aug 2015 17:57:53 +0000 (13:57 -0400)]
Added asserts to mapping fnc for cases when dim=1 or dim>3

9 years agoAdded function to mapping that transforms a real point to unit and then projects...
Jason Sheldon [Thu, 6 Aug 2015 16:47:36 +0000 (12:47 -0400)]
Added function to mapping that transforms a real point to unit and then projects to a face

9 years agoCMake: Do not automatically include testsuite subproject on Windows 1295/head
Matthias Maier [Thu, 6 Aug 2015 21:43:02 +0000 (16:43 -0500)]
CMake: Do not automatically include testsuite subproject on Windows

9 years agoadded parameter description
krishanusen25 [Thu, 6 Aug 2015 20:31:43 +0000 (15:31 -0500)]
added parameter description

9 years agoWindows porting: Minor namespace changes
Matthias Maier [Thu, 6 Aug 2015 20:26:09 +0000 (15:26 -0500)]
Windows porting: Minor namespace changes

9 years agoCMake: Prevent bundled boost from (dl)opening itself on Windows
Matthias Maier [Thu, 6 Aug 2015 20:18:39 +0000 (15:18 -0500)]
CMake: Prevent bundled boost from (dl)opening itself on Windows

9 years agodistribute() after solution transfer 1292/head
Timo Heister [Thu, 6 Aug 2015 20:20:20 +0000 (15:20 -0500)]
distribute() after solution transfer

several examples forgot to call ConstraintMatrix::distribute() after a
SolutionTransfer, which is required to get a conforming interpolated
solution.

9 years agoMerge pull request #1290 from guidokanschat/bdm_3d_2
Matthias Maier [Thu, 6 Aug 2015 20:08:41 +0000 (15:08 -0500)]
Merge pull request #1290 from guidokanschat/bdm_3d_2

BDM<3>:: missing test results and more support points

9 years agoFix indentation as well. 1291/head
Nitesh [Thu, 6 Aug 2015 20:05:58 +0000 (16:05 -0400)]
Fix indentation as well.

9 years agotest results and more support points 1290/head
Guido Kanschat [Thu, 6 Aug 2015 19:32:13 +0000 (21:32 +0200)]
test results and more support points

9 years agoFixed an error in further extension suggestions
Nitesh [Thu, 6 Aug 2015 19:51:37 +0000 (15:51 -0400)]
Fixed an error in further extension suggestions

9 years agoMerge pull request #1289 from drwells/fix-compression-c++11-test
Wolfgang Bangerth [Thu, 6 Aug 2015 19:08:07 +0000 (14:08 -0500)]
Merge pull request #1289 from drwells/fix-compression-c++11-test

Fix the test related to the last commit

9 years agoFix a test to run in C++11 mode. 1289/head
David Wells [Thu, 6 Aug 2015 18:55:53 +0000 (14:55 -0400)]
Fix a test to run in C++11 mode.
The implementation was fixed in a previous commit.

9 years agoMerge pull request #1286 from kronbichler/master
Wolfgang Bangerth [Thu, 6 Aug 2015 18:38:21 +0000 (13:38 -0500)]
Merge pull request #1286 from kronbichler/master

Make compile without C++11.

9 years agoFix test.
Wolfgang Bangerth [Thu, 6 Aug 2015 18:35:02 +0000 (13:35 -0500)]
Fix test.

This was broken by #1247. I only have 32-bit testing set up. 64-bit output
still has to be fixed, but will have to wait. This at least gets us one step
further.

9 years agoMerge pull request #1284 from tjhei/fix_has_hanging
Martin Kronbichler [Thu, 6 Aug 2015 18:06:14 +0000 (20:06 +0200)]
Merge pull request #1284 from tjhei/fix_has_hanging

fix Tria::has_hanging_nodes

9 years agoMake compile without C++11. 1286/head
Martin Kronbichler [Thu, 6 Aug 2015 18:03:35 +0000 (20:03 +0200)]
Make compile without C++11.

9 years agofix Tria::has_hanging_nodes 1284/head
Timo Heister [Thu, 6 Aug 2015 15:07:00 +0000 (10:07 -0500)]
fix Tria::has_hanging_nodes

- Avoid using MPI::Bool (requires c++ mpi)
- do not use MPI commands directly
- clean up code, document more

9 years agoMerge pull request #1275 from bangerth/further-FEValues-cleanups-3
Martin Kronbichler [Thu, 6 Aug 2015 13:44:16 +0000 (15:44 +0200)]
Merge pull request #1275 from bangerth/further-FEValues-cleanups-3

Get rid of FEValuesData.

9 years agoMerge pull request #1283 from bangerth/fix-warning-2
Martin Kronbichler [Thu, 6 Aug 2015 13:42:14 +0000 (15:42 +0200)]
Merge pull request #1283 from bangerth/fix-warning-2

Avoid a warning.

9 years agoAvoid a warning. 1283/head
Wolfgang Bangerth [Thu, 6 Aug 2015 13:22:51 +0000 (08:22 -0500)]
Avoid a warning.

9 years agoMerge pull request #1270 from tamiko/windows_fixes
Wolfgang Bangerth [Thu, 6 Aug 2015 11:34:04 +0000 (06:34 -0500)]
Merge pull request #1270 from tamiko/windows_fixes

Windows fixes

9 years agoGet rid of FEValuesData. 1275/head
Wolfgang Bangerth [Thu, 6 Aug 2015 11:19:16 +0000 (06:19 -0500)]
Get rid of FEValuesData.

Remove the remnants of this class and instead derive FEValuesBase
from the previous base classes of FEValuesData.

9 years agoMerge pull request #1271 from bangerth/doc-update-32
Martin Kronbichler [Thu, 6 Aug 2015 07:50:07 +0000 (09:50 +0200)]
Merge pull request #1271 from bangerth/doc-update-32

Fix erroneous wrap of compound word.

9 years agoMerge pull request #1274 from jdannberg/typo_fix
Martin Kronbichler [Thu, 6 Aug 2015 07:49:24 +0000 (09:49 +0200)]
Merge pull request #1274 from jdannberg/typo_fix

fix typo

9 years agoMerge pull request #1177 from drwells/q1-dimension-dependent
Martin Kronbichler [Thu, 6 Aug 2015 07:48:34 +0000 (09:48 +0200)]
Merge pull request #1177 from drwells/q1-dimension-dependent

[WIP] Q1 dimension-dependent real-to-unit transforms

9 years agoWindows porting: Minor refactoring to make MSVC happy 1270/head
Matthias Maier [Wed, 5 Aug 2015 22:12:04 +0000 (17:12 -0500)]
Windows porting: Minor refactoring to make MSVC happy

Those are minor code changes necessary to compile the library with MSVC.

9 years agofix typo 1274/head
Juliane Dannberg [Thu, 6 Aug 2015 03:22:08 +0000 (22:22 -0500)]
fix typo

9 years agoMerge pull request #1247 from drwells/zlib-compression-level-flags
Wolfgang Bangerth [Thu, 6 Aug 2015 02:11:45 +0000 (21:11 -0500)]
Merge pull request #1247 from drwells/zlib-compression-level-flags

Let the user specify the zlib compression level.

9 years agoEmpty FEValuesData and move the only two members to the derived class.
Wolfgang Bangerth [Thu, 6 Aug 2015 02:00:37 +0000 (21:00 -0500)]
Empty FEValuesData and move the only two members to the derived class.

9 years agoMerge pull request #1245 from guidokanschat/bdm_3d
Wolfgang Bangerth [Thu, 6 Aug 2015 01:42:44 +0000 (20:42 -0500)]
Merge pull request #1245 from guidokanschat/bdm_3d

BDM elements in 3D

9 years agoFix erroneous wrap of compound word. 1271/head
Wolfgang Bangerth [Thu, 6 Aug 2015 01:16:31 +0000 (20:16 -0500)]
Fix erroneous wrap of compound word.

9 years agoMerge pull request #1269 from drwells/documentation-fixes
Matthias Maier [Wed, 5 Aug 2015 22:46:34 +0000 (17:46 -0500)]
Merge pull request #1269 from drwells/documentation-fixes

Documentation fixes (part 3)

9 years agoMerge pull request #1260 from rrgrove6/master
Matthias Maier [Wed, 5 Aug 2015 22:43:38 +0000 (17:43 -0500)]
Merge pull request #1260 from rrgrove6/master

Improved error message in component_mask.h

9 years agoFixed @bangerth's comment 1260/head
Ryan Grove [Wed, 5 Aug 2015 22:16:47 +0000 (18:16 -0400)]
Fixed @bangerth's comment

9 years agoRemove a note mentioning removed options. 1269/head
David Wells [Tue, 4 Aug 2015 02:24:21 +0000 (22:24 -0400)]
Remove a note mentioning removed options.
This option did not survive the transition to CMake.

9 years agoUpdate Chebyshev documentation name.
David Wells [Sun, 2 Aug 2015 17:03:12 +0000 (13:03 -0400)]
Update Chebyshev documentation name.
Note that PETSc switched the name from Chebychev to Chebyshev in version 3.3.


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.