]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
10 years agoAn experimental branch to extend and standardise the LAPACK solver routines. branch_lapack_solver
young [Sat, 5 Apr 2014 12:28:27 +0000 (12:28 +0000)]
An experimental branch to extend and standardise the LAPACK solver routines.

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

10 years agoAvoid error when copying Table<2,bool>.
kronbichler [Sat, 5 Apr 2014 06:50:46 +0000 (06:50 +0000)]
Avoid error when copying Table<2,bool>.

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

10 years agoForgot one directory
kronbichler [Fri, 4 Apr 2014 12:38:36 +0000 (12:38 +0000)]
Forgot one directory

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

10 years agoFix DoFTools::extract_constant_modes for FE_Q_DG0
kronbichler [Fri, 4 Apr 2014 12:37:11 +0000 (12:37 +0000)]
Fix DoFTools::extract_constant_modes for FE_Q_DG0

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

10 years agoNo need for \f$...\f$, we have our own scripts that expand $...$ to exactly this.
bangerth [Thu, 3 Apr 2014 22:23:42 +0000 (22:23 +0000)]
No need for \f$...\f$, we have our own scripts that expand $...$ to exactly this.

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

10 years agoFix an aweful edit I made in the last patch.
young [Thu, 3 Apr 2014 13:18:54 +0000 (13:18 +0000)]
Fix an aweful edit I made in the last patch.

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

10 years agoAdd two standard accessors, m() and n(), and do some cleaning.
young [Thu, 3 Apr 2014 12:56:30 +0000 (12:56 +0000)]
Add two standard accessors, m() and n(), and do some cleaning.

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

10 years agoAdd Triangulation<1,spacedim>::fill_vertices_with_ghost_neighbors deleted in 32708...
kronbichler [Thu, 3 Apr 2014 06:28:55 +0000 (06:28 +0000)]
Add Triangulation<1,spacedim>::fill_vertices_with_ghost_neighbors deleted in 32708 again because the 1D part does not use the generic code.

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

10 years agoFully qualify namespace to make clang happy
kronbichler [Thu, 3 Apr 2014 05:49:08 +0000 (05:49 +0000)]
Fully qualify namespace to make clang happy

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

10 years agoUnify several copies of the same function into a single templated one. Saves a good...
bangerth [Thu, 3 Apr 2014 00:51:26 +0000 (00:51 +0000)]
Unify several copies of the same function into a single templated one. Saves a good amount of duplicated code.

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

10 years agoRemove a comment that does not provide any significant information.
bangerth [Tue, 1 Apr 2014 13:54:12 +0000 (13:54 +0000)]
Remove a comment that does not provide any significant information.

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

10 years agoAdd an assignment operator from a regular SparseMatrix.
young [Mon, 31 Mar 2014 07:14:35 +0000 (07:14 +0000)]
Add an assignment operator from a regular SparseMatrix.

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

10 years agoFix order of destruction in PreconditionAMG when temporary trilinos_matrix was used...
kronbichler [Sat, 29 Mar 2014 10:00:58 +0000 (10:00 +0000)]
Fix order of destruction in PreconditionAMG when temporary trilinos_matrix was used for construction.

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

10 years agoClarify a statement.
bangerth [Wed, 26 Mar 2014 01:51:58 +0000 (01:51 +0000)]
Clarify a statement.

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

10 years agoBe more conservative with #includes.
bangerth [Tue, 25 Mar 2014 13:01:31 +0000 (13:01 +0000)]
Be more conservative with #includes.

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

10 years agoClarify language.
bangerth [Mon, 24 Mar 2014 19:23:51 +0000 (19:23 +0000)]
Clarify language.

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

10 years agoAugment comments in several places to make them less unintelligible.
bangerth [Mon, 24 Mar 2014 19:19:55 +0000 (19:19 +0000)]
Augment comments in several places to make them less unintelligible.

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

10 years agoMake sure we return a value in a function that has a return type.
bangerth [Mon, 24 Mar 2014 19:10:08 +0000 (19:10 +0000)]
Make sure we return a value in a function that has a return type.

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

10 years agoAlso make sure we have the correct output file :-(
bangerth [Mon, 24 Mar 2014 03:15:37 +0000 (03:15 +0000)]
Also make sure we have the correct output file :-(

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

10 years agoAdjust implementation of laplace_transform to what had been documented.
bangerth [Mon, 24 Mar 2014 03:14:05 +0000 (03:14 +0000)]
Adjust implementation of laplace_transform to what had been documented.

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

10 years agoAdjust implementation of laplace_transform to what had been documented.
bangerth [Mon, 24 Mar 2014 03:13:45 +0000 (03:13 +0000)]
Adjust implementation of laplace_transform to what had been documented.

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

10 years agoFix a typo.
bangerth [Mon, 24 Mar 2014 02:39:53 +0000 (02:39 +0000)]
Fix a typo.

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

10 years agoMake detection of quadrature rule name in FE_Q/DGQArbitraryNodes more resilient for...
kronbichler [Fri, 21 Mar 2014 08:27:46 +0000 (08:27 +0000)]
Make detection of quadrature rule name in FE_Q/DGQArbitraryNodes more resilient for unknown quadrature rules

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

10 years agoClarify some language.
bangerth [Fri, 21 Mar 2014 01:56:03 +0000 (01:56 +0000)]
Clarify some language.

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

10 years agoUpdate the documentation: VisIT can read .pvtu since version 2.5.1
turcksin [Thu, 20 Mar 2014 22:13:06 +0000 (22:13 +0000)]
Update the documentation: VisIT can read .pvtu since version 2.5.1

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

10 years agoImprove error message.
bangerth [Thu, 20 Mar 2014 21:13:50 +0000 (21:13 +0000)]
Improve error message.

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

10 years agor32662 overwrote the changes in r32640, reapplied them
daniel.arndt [Thu, 20 Mar 2014 09:45:16 +0000 (09:45 +0000)]
r32662 overwrote the changes in r32640, reapplied them

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

10 years agoRemove stray occurrences of 'typename'.
bangerth [Wed, 19 Mar 2014 22:39:39 +0000 (22:39 +0000)]
Remove stray occurrences of 'typename'.

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

10 years agofix some typos
heister [Wed, 19 Mar 2014 18:49:09 +0000 (18:49 +0000)]
fix some typos

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

10 years agoSome rewording on PETSc compatibility.
young [Wed, 19 Mar 2014 18:06:01 +0000 (18:06 +0000)]
Some rewording on PETSc compatibility.

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

10 years agoRemove tested version number - encourage using latest PETSc.
young [Wed, 19 Mar 2014 14:16:00 +0000 (14:16 +0000)]
Remove tested version number - encourage using latest PETSc.

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

10 years agoDisable multithreading part in case threads are not used
kronbichler [Wed, 19 Mar 2014 13:10:36 +0000 (13:10 +0000)]
Disable multithreading part in case threads are not used

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

10 years agoupdate test
heister [Mon, 17 Mar 2014 14:43:00 +0000 (14:43 +0000)]
update test

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

10 years agoadd failing test
heister [Mon, 17 Mar 2014 14:42:23 +0000 (14:42 +0000)]
add failing test

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

10 years agoAvoid C++11-isms.
bangerth [Mon, 17 Mar 2014 12:40:31 +0000 (12:40 +0000)]
Avoid C++11-isms.

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

10 years agoDo not use 'typename' outside templates.
bangerth [Mon, 17 Mar 2014 01:08:09 +0000 (01:08 +0000)]
Do not use 'typename' outside templates.

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

10 years agoAdded support for inhomogeneous tangential and normal flow constraints
daniel.arndt [Mon, 17 Mar 2014 00:27:06 +0000 (00:27 +0000)]
Added support for inhomogeneous tangential and normal flow constraints

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

10 years agoFix a problem pointed out by Lei Qiao in one of the formulas.
bangerth [Sun, 16 Mar 2014 16:21:52 +0000 (16:21 +0000)]
Fix a problem pointed out by Lei Qiao in one of the formulas.

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

10 years agoClarify documentation.
bangerth [Sun, 16 Mar 2014 16:16:59 +0000 (16:16 +0000)]
Clarify documentation.

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

10 years agoMove TriaAccessor::parent_index to class CellAccessor since we keep this information...
bangerth [Sun, 16 Mar 2014 01:18:41 +0000 (01:18 +0000)]
Move TriaAccessor::parent_index to class CellAccessor since we keep this information only for cells. It could not have worked at any time for non-cells. Also update documentation in a couple of places.

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

10 years agoAdd a missing header file (for MS VC++) as pointed out by Helcio Mayor.
bangerth [Sat, 15 Mar 2014 12:21:33 +0000 (12:21 +0000)]
Add a missing header file (for MS VC++) as pointed out by Helcio Mayor.

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

10 years agoMake the documentation of one function slightly clearer.
bangerth [Sat, 15 Mar 2014 03:01:56 +0000 (03:01 +0000)]
Make the documentation of one function slightly clearer.

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

10 years agoAdd a test by Ross Kynch for VectorTools::project_boundary_values_curl_conforming.
bangerth [Sat, 15 Mar 2014 02:13:08 +0000 (02:13 +0000)]
Add a test by Ross Kynch for VectorTools::project_boundary_values_curl_conforming.

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

10 years agoRemove a file that is no longer needed (and hasn't been for a long time).
bangerth [Sat, 15 Mar 2014 02:05:24 +0000 (02:05 +0000)]
Remove a file that is no longer needed (and hasn't been for a long time).

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

10 years agoRewrite a piece of code that accessed an internal representation of the data used...
bangerth [Sat, 15 Mar 2014 00:06:34 +0000 (00:06 +0000)]
Rewrite a piece of code that accessed an internal representation of the data used in a vector.

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

10 years agoAvoid a problem with MS VC++ by adding a configuration check and providing a work...
bangerth [Fri, 14 Mar 2014 23:30:11 +0000 (23:30 +0000)]
Avoid a problem with MS VC++ by adding a configuration check and providing a work-around in that case.

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

10 years agoImprove some assertions
kronbichler [Fri, 14 Mar 2014 14:50:29 +0000 (14:50 +0000)]
Improve some assertions

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

10 years agoUpdate test results.
buerg [Thu, 13 Mar 2014 13:43:06 +0000 (13:43 +0000)]
Update test results.

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

10 years agoMinor documentation typo in equation
scott.miller [Thu, 13 Mar 2014 13:13:46 +0000 (13:13 +0000)]
Minor documentation typo in equation

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

10 years agoTricial crap. Toby needs the dee.
young [Wed, 12 Mar 2014 19:37:18 +0000 (19:37 +0000)]
Tricial crap. Toby needs the dee.

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

10 years agostep-7: change variable name that confused students
heister [Wed, 12 Mar 2014 17:32:37 +0000 (17:32 +0000)]
step-7: change variable name that confused students

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

10 years agofix doxygen formatting problem
heister [Wed, 12 Mar 2014 15:15:19 +0000 (15:15 +0000)]
fix doxygen formatting problem

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

10 years agoremove offensive output line
kanschat [Wed, 12 Mar 2014 15:04:27 +0000 (15:04 +0000)]
remove offensive output line

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

10 years agoadd missing include
kanschat [Wed, 12 Mar 2014 15:00:51 +0000 (15:00 +0000)]
add missing include

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

10 years agofix doxygen warning
heister [Wed, 12 Mar 2014 13:38:15 +0000 (13:38 +0000)]
fix doxygen warning

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

10 years agoFixed some problems regarding Trilinos vectors with different maps
daniel.arndt [Wed, 12 Mar 2014 13:29:25 +0000 (13:29 +0000)]
Fixed some problems regarding Trilinos vectors with different maps

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

10 years agoFix bug in project_bv_curl_conf for dim=2.
buerg [Tue, 11 Mar 2014 00:18:42 +0000 (00:18 +0000)]
Fix bug in project_bv_curl_conf for dim=2.

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

10 years agoadjust ThetaTimestepping
kanschat [Mon, 10 Mar 2014 16:06:58 +0000 (16:06 +0000)]
adjust ThetaTimestepping

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

10 years agomove Newton test and add test in compatibility mode
kanschat [Mon, 10 Mar 2014 11:36:32 +0000 (11:36 +0000)]
move Newton test and add test in compatibility mode

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

10 years agotest failed in optimized
kanschat [Mon, 10 Mar 2014 11:24:24 +0000 (11:24 +0000)]
test failed in optimized

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

10 years agointroduce AnyData, OperatorBase and test that we do not break compatibility
kanschat [Mon, 10 Mar 2014 11:07:13 +0000 (11:07 +0000)]
introduce AnyData, OperatorBase and test that we do not break compatibility

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

10 years agoProvide link to publications in 2014.
bangerth [Sun, 9 Mar 2014 03:04:04 +0000 (03:04 +0000)]
Provide link to publications in 2014.

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

10 years agoAdded tests for lac/ProductMatrix
dakshina.ilangova [Sat, 8 Mar 2014 19:44:15 +0000 (19:44 +0000)]
Added tests for lac/ProductMatrix

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

10 years agoDeleted old files product_matrix_01.cc and product_matrix_01.output
dakshina.ilangova [Sat, 8 Mar 2014 19:40:25 +0000 (19:40 +0000)]
Deleted old files product_matrix_01.cc and product_matrix_01.output

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

10 years agoSecond attempt to suppress clang warning in time_stepping.h
turcksin [Wed, 5 Mar 2014 21:03:36 +0000 (21:03 +0000)]
Second attempt to suppress clang warning in time_stepping.h

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

10 years agofix test output
heister [Wed, 5 Mar 2014 19:38:33 +0000 (19:38 +0000)]
fix test output

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

10 years agoDisable another ICC warning.
bangerth [Wed, 5 Mar 2014 15:09:09 +0000 (15:09 +0000)]
Disable another ICC warning.

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

10 years agoremove MGDoFHandler from example
kanschat [Wed, 5 Mar 2014 14:11:32 +0000 (14:11 +0000)]
remove MGDoFHandler from example

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

10 years agoTemporary fix for Issue 191, allow sadd for Trilinos vectors
daniel.arndt [Wed, 5 Mar 2014 11:48:30 +0000 (11:48 +0000)]
Temporary fix for Issue 191, allow sadd for Trilinos vectors

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

10 years agoAdd new but failing test.
bangerth [Wed, 5 Mar 2014 01:52:29 +0000 (01:52 +0000)]
Add new but failing test.

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

10 years agoAdd to documentation.
bangerth [Wed, 5 Mar 2014 00:31:34 +0000 (00:31 +0000)]
Add to documentation.

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

10 years agoFix doxygen groups
kronbichler [Tue, 4 Mar 2014 19:09:44 +0000 (19:09 +0000)]
Fix doxygen groups

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

10 years agoAdd a #include that is needed for MS VC++.
bangerth [Tue, 4 Mar 2014 15:33:58 +0000 (15:33 +0000)]
Add a #include that is needed for MS VC++.

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

10 years agoClarify an error message slightly.
bangerth [Tue, 4 Mar 2014 15:20:39 +0000 (15:20 +0000)]
Clarify an error message slightly.

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

10 years agoadd test
heister [Tue, 4 Mar 2014 14:10:02 +0000 (14:10 +0000)]
add test

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

10 years agoProvide a short description of the class and fix a grammar error.
bangerth [Tue, 4 Mar 2014 03:58:33 +0000 (03:58 +0000)]
Provide a short description of the class and fix a grammar error.

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

10 years agomake step6 compile again
heister [Mon, 3 Mar 2014 14:37:25 +0000 (14:37 +0000)]
make step6 compile again

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

10 years agomake step5 compile again
heister [Mon, 3 Mar 2014 14:36:33 +0000 (14:36 +0000)]
make step5 compile again

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

10 years agorewrap comments
heister [Mon, 3 Mar 2014 14:19:15 +0000 (14:19 +0000)]
rewrap comments

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

10 years agoimprove documentation
heister [Mon, 3 Mar 2014 14:17:58 +0000 (14:17 +0000)]
improve documentation

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

10 years agoDoc: Do not refer to external deal.ico, but use local one
maier [Mon, 3 Mar 2014 12:12:19 +0000 (12:12 +0000)]
Doc: Do not refer to external deal.ico, but use local one

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

10 years agoFix a typo. Clarify a statement.
bangerth [Mon, 3 Mar 2014 01:10:02 +0000 (01:10 +0000)]
Fix a typo. Clarify a statement.

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

10 years agoBugfix: CMake: Remove leftover code. We are able to find muparser externally :-]
maier [Sun, 2 Mar 2014 19:11:00 +0000 (19:11 +0000)]
Bugfix: CMake: Remove leftover code. We are able to find muparser externally :-]

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

10 years agoChange q_point to q_index so students do not think it is a point
kanschat [Sun, 2 Mar 2014 07:12:29 +0000 (07:12 +0000)]
Change q_point to q_index so students do not think it is a point
Do the quadrature loop in step 3 outside the loop over shape functions, thus being consistent with later steps and allowing for easier modifications;

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

10 years agoRevert "*errrr* with a dash..."
maier [Sun, 2 Mar 2014 02:33:29 +0000 (02:33 +0000)]
Revert "*errrr* with a dash..."

This reverts commit ed2ff1c166feb2e880852d2c3ea9e010d6e293ba.

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

10 years ago*errrr* with a dash...
maier [Sat, 1 Mar 2014 19:43:04 +0000 (19:43 +0000)]
*errrr* with a dash...

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

10 years agoAppend version number to soname with a dot
maier [Sat, 1 Mar 2014 18:01:36 +0000 (18:01 +0000)]
Append version number to soname with a dot

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

10 years agoRemove accidentally committed code
kronbichler [Sat, 1 Mar 2014 17:39:52 +0000 (17:39 +0000)]
Remove accidentally committed code

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

10 years agoSuppress log messages from SolverCG because the iteration numbers are too sensitive...
kronbichler [Sat, 1 Mar 2014 10:45:09 +0000 (10:45 +0000)]
Suppress log messages from SolverCG because the iteration numbers are too sensitive (and not central to this test, only needed for a reference solution)

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

10 years agoFix one more warning about hiding a local variable.
bangerth [Sat, 1 Mar 2014 03:43:35 +0000 (03:43 +0000)]
Fix one more warning about hiding a local variable.

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

10 years agoFix bug
kronbichler [Fri, 28 Feb 2014 16:05:32 +0000 (16:05 +0000)]
Fix bug

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

10 years agofix bug: ParameterHandler::read_input() would parse the last line twice which will...
heister [Fri, 28 Feb 2014 15:41:33 +0000 (15:41 +0000)]
fix bug: ParameterHandler::read_input() would parse the last line twice which will create an error if the last line in the .prm ends a section without a newline

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

10 years agofix test output
heister [Fri, 28 Feb 2014 15:39:11 +0000 (15:39 +0000)]
fix test output

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

10 years agoadd failing parameter_handler test
heister [Fri, 28 Feb 2014 15:25:33 +0000 (15:25 +0000)]
add failing parameter_handler test

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

10 years agorun test in debug mode only
heister [Fri, 28 Feb 2014 14:55:04 +0000 (14:55 +0000)]
run test in debug mode only

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

10 years agoadd simple distributed codim 1 test case
heister [Fri, 28 Feb 2014 14:49:15 +0000 (14:49 +0000)]
add simple distributed codim 1 test case

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

10 years agofix for codim one in distributed tria
heister [Fri, 28 Feb 2014 14:41:36 +0000 (14:41 +0000)]
fix for codim one in distributed tria

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

10 years agoRun one less cylce in 1D test to avoid different results in convergence rate for...
kronbichler [Fri, 28 Feb 2014 07:17:21 +0000 (07:17 +0000)]
Run one less cylce in 1D test to avoid different results in convergence rate for Intel compiler.

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

10 years agoFix comment and augment.
bangerth [Thu, 27 Feb 2014 23:02:15 +0000 (23:02 +0000)]
Fix comment and augment.

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

10 years agoFix a number of warnings produced by ICC.
bangerth [Thu, 27 Feb 2014 22:53:53 +0000 (22:53 +0000)]
Fix a number of warnings produced by ICC.

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