]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
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

10 years agoSuppress a number of warnings that ICC generates.
bangerth [Thu, 27 Feb 2014 21:24:20 +0000 (21:24 +0000)]
Suppress a number of warnings that ICC generates.

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

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

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

10 years agoAdjust tolerances a avoid output differences
kronbichler [Thu, 27 Feb 2014 21:21:35 +0000 (21:21 +0000)]
Adjust tolerances a avoid output differences

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

10 years agoAvoid a few warnings produced by ICC.
bangerth [Thu, 27 Feb 2014 21:12:22 +0000 (21:12 +0000)]
Avoid a few warnings produced by ICC.

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

10 years agoFix two issues that looked like bugs (we increment a local variable when we probably...
bangerth [Thu, 27 Feb 2014 21:06:37 +0000 (21:06 +0000)]
Fix two issues that looked like bugs (we increment a local variable when we probably wanted to increment a variable in a scope further out).

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

10 years agoAvoid a warning. In this context, also realize that we take references to temporary...
bangerth [Thu, 27 Feb 2014 20:52:58 +0000 (20:52 +0000)]
Avoid a warning. In this context, also realize that we take references to temporary variables; the standard says that this can work, but it is best avoided by being explicit about the lifetime of a variable.

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

10 years agoFix a bug where we accidentally do too much work due to a variable that hides another...
bangerth [Thu, 27 Feb 2014 20:31:12 +0000 (20:31 +0000)]
Fix a bug where we accidentally do too much work due to a variable that hides another one.

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

10 years agoAvoid one more warning with ICC.
bangerth [Thu, 27 Feb 2014 20:18:41 +0000 (20:18 +0000)]
Avoid one more warning with ICC.

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

10 years agoTry to suppress a warning with clang.
turcksin [Thu, 27 Feb 2014 15:36:51 +0000 (15:36 +0000)]
Try to suppress a warning with clang.

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

10 years agoadd missing instantiations if not configuring muparser
heister [Thu, 27 Feb 2014 14:58:26 +0000 (14:58 +0000)]
add missing instantiations if not configuring muparser

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

10 years agoupdate test output
heister [Thu, 27 Feb 2014 14:44:57 +0000 (14:44 +0000)]
update test output

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

10 years agoignore FE_Nothing in FESystem logic regarding support points
heister [Thu, 27 Feb 2014 14:08:05 +0000 (14:08 +0000)]
ignore FE_Nothing in FESystem logic regarding support points

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

10 years agoleave a todo
heister [Thu, 27 Feb 2014 14:01:16 +0000 (14:01 +0000)]
leave a todo

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

10 years agoWork around a bug of gcc-4.6
kronbichler [Thu, 27 Feb 2014 13:34:29 +0000 (13:34 +0000)]
Work around a bug of gcc-4.6

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

10 years agoOne more bugfix
kronbichler [Thu, 27 Feb 2014 10:16:44 +0000 (10:16 +0000)]
One more bugfix

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

10 years agoSimplify test code
kronbichler [Thu, 27 Feb 2014 10:02:26 +0000 (10:02 +0000)]
Simplify test code

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

10 years agoFix compile error + fix severe bug introduced in r32549
kronbichler [Thu, 27 Feb 2014 06:53:10 +0000 (06:53 +0000)]
Fix compile error + fix severe bug introduced in r32549

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

10 years agoFix documentation in a number of places (pointed out by Jean Ragusa).
bangerth [Thu, 27 Feb 2014 00:16:26 +0000 (00:16 +0000)]
Fix documentation in a number of places (pointed out by Jean Ragusa).

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

10 years agoDisable another warning for Intel ICC that we trigger thousands of
bangerth [Thu, 27 Feb 2014 00:01:23 +0000 (00:01 +0000)]
Disable another warning for Intel ICC that we trigger thousands of
times and that is unavoidable.

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

10 years agoremove forgottten functionparser cmake file
heister [Wed, 26 Feb 2014 22:48:28 +0000 (22:48 +0000)]
remove forgottten functionparser cmake file

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

10 years agomerge muparser branch into mainline
heister [Wed, 26 Feb 2014 22:02:57 +0000 (22:02 +0000)]
merge muparser branch into mainline

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

10 years agoleave a comment in Function<dim>::vector_value
heister [Wed, 26 Feb 2014 18:44:38 +0000 (18:44 +0000)]
leave a comment in Function<dim>::vector_value

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

10 years agostep-22: add comment
heister [Wed, 26 Feb 2014 18:12:19 +0000 (18:12 +0000)]
step-22: add comment

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

10 years agoQualify names with std::.
bangerth [Wed, 26 Feb 2014 14:05:06 +0000 (14:05 +0000)]
Qualify names with std::.

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

10 years agoFix bug
kronbichler [Wed, 26 Feb 2014 08:48:12 +0000 (08:48 +0000)]
Fix bug

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

10 years agoAdd test for various ways of 'add' operations and ghost entries
kronbichler [Wed, 26 Feb 2014 07:17:35 +0000 (07:17 +0000)]
Add test for various ways of 'add' operations and ghost entries

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

10 years agoAvoid compilation warning
kronbichler [Tue, 25 Feb 2014 20:29:46 +0000 (20:29 +0000)]
Avoid compilation warning

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

10 years agomerge from mainline branch_muparser
heister [Tue, 25 Feb 2014 18:48:40 +0000 (18:48 +0000)]
merge from mainline

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

10 years agoFix bug
kronbichler [Tue, 25 Feb 2014 10:11:59 +0000 (10:11 +0000)]
Fix bug

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

10 years agoFix bug
kronbichler [Tue, 25 Feb 2014 08:34:20 +0000 (08:34 +0000)]
Fix bug

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

10 years agoImprove speed a little more by using add_entries in distributed version of Cuthill_Mc...
kronbichler [Tue, 25 Feb 2014 08:02:52 +0000 (08:02 +0000)]
Improve speed a little more by using add_entries in distributed version of Cuthill_McKee renumbering. Add some assertions.

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

10 years agoAugment documentation
kronbichler [Tue, 25 Feb 2014 07:48:45 +0000 (07:48 +0000)]
Augment documentation

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

10 years agoAugment documentation
kronbichler [Tue, 25 Feb 2014 07:39:34 +0000 (07:39 +0000)]
Augment documentation

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

10 years agoChange name of a class to better represent what it is doing, add inverse mass operato...
kronbichler [Mon, 24 Feb 2014 22:09:03 +0000 (22:09 +0000)]
Change name of a class to better represent what it is doing, add inverse mass operator for DG with matrix-free. Test all those new things.

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

10 years agoFix performance regression in serial.
kronbichler [Mon, 24 Feb 2014 20:27:05 +0000 (20:27 +0000)]
Fix performance regression in serial.

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

10 years agodocumentation fixes
heister [Mon, 24 Feb 2014 19:37:48 +0000 (19:37 +0000)]
documentation fixes

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

10 years agomention muparser changes
heister [Mon, 24 Feb 2014 19:34:55 +0000 (19:34 +0000)]
mention muparser changes

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

10 years agofix comment
heister [Mon, 24 Feb 2014 19:27:14 +0000 (19:27 +0000)]
fix comment

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

10 years agofix comment formatting
heister [Mon, 24 Feb 2014 19:26:45 +0000 (19:26 +0000)]
fix comment formatting

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

10 years agosmall fixes in comment wrapping script
heister [Mon, 24 Feb 2014 19:26:18 +0000 (19:26 +0000)]
small fixes in comment wrapping script

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

10 years agostep-44: fix wrong statement in comment
heister [Mon, 24 Feb 2014 19:25:54 +0000 (19:25 +0000)]
step-44: fix wrong statement in comment

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

10 years agomerge from mainline
heister [Mon, 24 Feb 2014 18:48:35 +0000 (18:48 +0000)]
merge from mainline

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

10 years agofunction_parser formatting and documentation changes
heister [Mon, 24 Feb 2014 18:46:25 +0000 (18:46 +0000)]
function_parser formatting and documentation changes

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

10 years agoupdate and add tests
heister [Mon, 24 Feb 2014 16:20:24 +0000 (16:20 +0000)]
update and add tests

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

10 years agomuparser: compatibility work
heister [Mon, 24 Feb 2014 16:19:55 +0000 (16:19 +0000)]
muparser: compatibility work

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

10 years agowork on functionparser docs
heister [Mon, 24 Feb 2014 16:19:33 +0000 (16:19 +0000)]
work on functionparser docs

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

10 years agoremove header
heister [Mon, 24 Feb 2014 14:05:46 +0000 (14:05 +0000)]
remove header

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

10 years agoremove functionparser completely, make compile without muparser too
heister [Mon, 24 Feb 2014 14:04:52 +0000 (14:04 +0000)]
remove functionparser completely, make compile without muparser too

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

10 years agoLazy initialization of projection and restriction matrices in FE_DGQ
kronbichler [Sun, 23 Feb 2014 12:50:21 +0000 (12:50 +0000)]
Lazy initialization of projection and restriction matrices in FE_DGQ

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

10 years agoThree additional theses.
bangerth [Fri, 21 Feb 2014 21:33:23 +0000 (21:33 +0000)]
Three additional theses.

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

10 years agoAvoid one more compiler warning
kronbichler [Fri, 21 Feb 2014 19:40:25 +0000 (19:40 +0000)]
Avoid one more compiler warning

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

10 years agoAvoid compiler warning
kronbichler [Fri, 21 Feb 2014 19:01:30 +0000 (19:01 +0000)]
Avoid compiler warning

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

10 years agoadd failing fe_nothing tests
heister [Fri, 21 Feb 2014 18:32:24 +0000 (18:32 +0000)]
add failing fe_nothing tests

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

10 years agoForgot a header file
kronbichler [Thu, 20 Feb 2014 16:35:41 +0000 (16:35 +0000)]
Forgot a header file

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

10 years agofix a couple more DataOut related broken tests
heister [Thu, 20 Feb 2014 15:29:59 +0000 (15:29 +0000)]
fix a couple more DataOut related broken tests

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

10 years agoAllow DoFRenumbering::Cuthill_McKee to run with distributed triangulations. Of course...
kronbichler [Thu, 20 Feb 2014 12:37:39 +0000 (12:37 +0000)]
Allow DoFRenumbering::Cuthill_McKee to run with distributed triangulations. Of course, it only produces a Cuthill-McKee-numbering within each processor's subdomain, not a global one.

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

10 years agoAvoid linker error.
kronbichler [Wed, 19 Feb 2014 22:01:00 +0000 (22:01 +0000)]
Avoid linker error.

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

10 years agoAvoid compiler warning. Improve error message for parallel vector.
kronbichler [Wed, 19 Feb 2014 21:56:11 +0000 (21:56 +0000)]
Avoid compiler warning. Improve error message for parallel vector.

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

10 years agoPatch by Mayank Sabharwal: Fix an indexing error in GridIn::read_vtk().
bangerth [Wed, 19 Feb 2014 19:44:05 +0000 (19:44 +0000)]
Patch by Mayank Sabharwal: Fix an indexing error in GridIn::read_vtk().

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

10 years agomerge from mainline
heister [Wed, 19 Feb 2014 19:41:31 +0000 (19:41 +0000)]
merge from mainline

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

10 years agoadd test for new DataOut assert
heister [Wed, 19 Feb 2014 15:01:51 +0000 (15:01 +0000)]
add test for new DataOut assert

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

10 years agofix dataout related test failures
heister [Wed, 19 Feb 2014 14:43:27 +0000 (14:43 +0000)]
fix dataout related test failures

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

10 years agochange default size of SVG output to something usable and add a few more options
kanschat [Wed, 19 Feb 2014 14:20:09 +0000 (14:20 +0000)]
change default size of SVG output to something usable and add a few more options

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

10 years agofix data out test
heister [Wed, 19 Feb 2014 12:51:46 +0000 (12:51 +0000)]
fix data out test

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

10 years agoMake it possible to allocate FEEvaluation on the heap using an AlignedVector type...
kronbichler [Wed, 19 Feb 2014 09:56:31 +0000 (09:56 +0000)]
Make it possible to allocate FEEvaluation on the heap using an AlignedVector type. It turns out that the revision 32498 must be reverted again: a shared ptr is needed to keep track of the allocated shape info in case it is copied around

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

10 years agoadd exception to DataOut::add_data_vector if DataVectorType::type_automatic can not...
heister [Tue, 18 Feb 2014 22:28:57 +0000 (22:28 +0000)]
add exception to DataOut::add_data_vector if DataVectorType::type_automatic can not uniquely determine the type

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

10 years agoForgot a few files
kronbichler [Tue, 18 Feb 2014 21:43:38 +0000 (21:43 +0000)]
Forgot a few files

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

10 years agoPut AlignedVector into its own file
kronbichler [Tue, 18 Feb 2014 21:37:44 +0000 (21:37 +0000)]
Put AlignedVector into its own file

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

10 years agosecond try to test server side includes
heister [Tue, 18 Feb 2014 17:58:24 +0000 (17:58 +0000)]
second try to test server side includes

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

10 years agoFix a typo in the documentation.
turcksin [Tue, 18 Feb 2014 16:20:11 +0000 (16:20 +0000)]
Fix a typo in the documentation.

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

10 years agoFix typo.
bangerth [Tue, 18 Feb 2014 15:51:30 +0000 (15:51 +0000)]
Fix typo.

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

10 years agoFix the TimeStepping test.
turcksin [Tue, 18 Feb 2014 14:58:47 +0000 (14:58 +0000)]
Fix the TimeStepping test.

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

10 years agochange properties
heister [Tue, 18 Feb 2014 14:52:46 +0000 (14:52 +0000)]
change properties

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

10 years agotest if server side includes work on news.html
heister [Tue, 18 Feb 2014 14:52:10 +0000 (14:52 +0000)]
test if server side includes work on news.html

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

10 years agoFix obvious oversight.
bangerth [Tue, 18 Feb 2014 04:52:54 +0000 (04:52 +0000)]
Fix obvious oversight.

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

10 years agoAdd Runge-Kutta methods for time integration.
turcksin [Tue, 18 Feb 2014 04:08:08 +0000 (04:08 +0000)]
Add Runge-Kutta methods for time integration.

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

10 years agoFix header error
kronbichler [Mon, 17 Feb 2014 20:44:00 +0000 (20:44 +0000)]
Fix header error

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

10 years agoGet rid of shared_ptr with weird deleter. Do it manually now.
kronbichler [Mon, 17 Feb 2014 12:57:17 +0000 (12:57 +0000)]
Get rid of shared_ptr with weird deleter. Do it manually now.

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

10 years agoMention change (tests for collaboration to come). Clean up interface
kronbichler [Mon, 17 Feb 2014 11:24:57 +0000 (11:24 +0000)]
Mention change (tests for collaboration to come). Clean up interface

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

10 years agoMake FEEvaluation collaborate with some data from FEValues. Cleanup of some internal...
kronbichler [Mon, 17 Feb 2014 11:22:08 +0000 (11:22 +0000)]
Make FEEvaluation collaborate with some data from FEValues. Cleanup of some internal data structures to make this possible. Implement FEEvaluationDGP for DGP elements by truncating the tensor product. Shorten a few matrix-free stress tests in debug mode.

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

10 years agoAdjust one test, augment documentation.
bangerth [Sun, 16 Feb 2014 18:21:54 +0000 (18:21 +0000)]
Adjust one test, augment documentation.

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

10 years agoPropagate exceptions from the member functions of InverseMatrixRichardson.
bangerth [Sun, 16 Feb 2014 17:55:36 +0000 (17:55 +0000)]
Propagate exceptions from the member functions of InverseMatrixRichardson.

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

10 years agoCMake: Use CMAKE_DL_LIBS instead of searching by hand
maier [Sun, 16 Feb 2014 14:38:28 +0000 (14:38 +0000)]
CMake: Use CMAKE_DL_LIBS instead of searching by hand

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

10 years agoRemove comparison operators from PointerMatrixBase and associated infrastructure...
bangerth [Sat, 15 Feb 2014 13:00:22 +0000 (13:00 +0000)]
Remove comparison operators from PointerMatrixBase and associated infrastructure. This wasn't used anywhere and was likely not working in at least some circumstances.

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

10 years agoAdd a test for ProductMatrix::vmult.
bangerth [Fri, 14 Feb 2014 20:52:51 +0000 (20:52 +0000)]
Add a test for ProductMatrix::vmult.

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

10 years agoAdd some documentation.
bangerth [Fri, 14 Feb 2014 19:46:35 +0000 (19:46 +0000)]
Add some documentation.

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

10 years agoRemove template argument from FEEvaluationBase class. It is not needed there, only...
kronbichler [Fri, 14 Feb 2014 16:58:41 +0000 (16:58 +0000)]
Remove template argument from FEEvaluationBase class. It is not needed there, only a derived class needs it. This is the first step to make FEEvaluation collaborate with some data generated by FEValues

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

10 years agoexhume lapack_templates.h.in
maier [Fri, 14 Feb 2014 13:37:13 +0000 (13:37 +0000)]
exhume lapack_templates.h.in

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

10 years agoimprove step-7: switch to vtk; less smooth solution; finer coarse mesh; more cycles...
heister [Fri, 14 Feb 2014 01:44:45 +0000 (01:44 +0000)]
improve step-7: switch to vtk; less smooth solution; finer coarse mesh; more cycles when adaptive refining; possible extensions

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

10 years agonew FE_TraceQ by Angela
maier [Thu, 13 Feb 2014 15:46:01 +0000 (15:46 +0000)]
new FE_TraceQ by Angela

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

10 years agoreport on FE_TraceQ by Angela Klewinghaus; the actual implementation will be checked...
kanschat [Thu, 13 Feb 2014 15:28:46 +0000 (15:28 +0000)]
report on FE_TraceQ by Angela Klewinghaus; the actual implementation will be checked in by Matthias

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

10 years agoRun a test on previous commit.
young [Thu, 13 Feb 2014 09:51:43 +0000 (09:51 +0000)]
Run a test on previous commit.

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

10 years agoA patch by Denis Davydov: Multiply a real tensor by a complex number.
young [Thu, 13 Feb 2014 09:51:05 +0000 (09:51 +0000)]
A patch by Denis Davydov: Multiply a real tensor by a complex number.

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

10 years agoadd python script to reformat and rewrap doxygen comments
heister [Thu, 13 Feb 2014 02:10:35 +0000 (02:10 +0000)]
add python script to reformat and rewrap doxygen comments

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

10 years agodoxygen formatting
heister [Thu, 13 Feb 2014 01:58:24 +0000 (01:58 +0000)]
doxygen formatting

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

10 years agodoxygen formatting
heister [Thu, 13 Feb 2014 01:56:27 +0000 (01:56 +0000)]
doxygen formatting

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

10 years agodoxygen formatting
heister [Thu, 13 Feb 2014 01:51:14 +0000 (01:51 +0000)]
doxygen formatting

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