]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
10 years agoMerge from mainline.
young [Mon, 7 Apr 2014 19:41:26 +0000 (19:41 +0000)]
Merge from mainline.

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

10 years agoPatch by Denis Davydov: Add an optional argument to GridTools::laplace_transform...
bangerth [Mon, 7 Apr 2014 18:04:21 +0000 (18:04 +0000)]
Patch by Denis Davydov: Add an optional argument to GridTools::laplace_transform that indicates the local stiffness.

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

10 years agoChange the signature of approximate_derivative_tensor in hopes of convincing MS Visua...
bangerth [Mon, 7 Apr 2014 16:14:45 +0000 (16:14 +0000)]
Change the signature of approximate_derivative_tensor in hopes of convincing MS Visual C++ that everything with it is alright...

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

10 years agoBDM used wrong mapping type
kanschat [Sun, 6 Apr 2014 20:53:48 +0000 (20:53 +0000)]
BDM used wrong mapping type

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

10 years agoUpdate documentation
kronbichler [Sun, 6 Apr 2014 17:25:25 +0000 (17:25 +0000)]
Update documentation

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

10 years agoAdded tests for lac/VectorView
dakshina.ilangova [Sat, 5 Apr 2014 19:34:33 +0000 (19:34 +0000)]
Added tests for lac/VectorView

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

10 years agoAdded tests for lac/ShiftedMatrix
dakshina.ilangova [Sat, 5 Apr 2014 19:33:09 +0000 (19:33 +0000)]
Added tests for lac/ShiftedMatrix

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

10 years agoAdded tests for lac/PointerMatrix
dakshina.ilangova [Sat, 5 Apr 2014 19:31:21 +0000 (19:31 +0000)]
Added tests for lac/PointerMatrix

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

10 years agoFix undefined symbol CellAccessor<3,2>::subdomain_id that appears for some compilers...
kronbichler [Sat, 5 Apr 2014 15:03:29 +0000 (15:03 +0000)]
Fix undefined symbol CellAccessor<3,2>::subdomain_id that appears for some compilers due to r32708 by making a very simple function inline

git-svn-id: https://svn.dealii.org/trunk@32718 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 agoAllow this to work in real mode too.
young [Thu, 27 Mar 2014 11:26:13 +0000 (11:26 +0000)]
Allow this to work in real mode too.

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

10 years agoFixed whattodo in constraint_matrix; had to do with instantiation and TemporaryData...
denis.davydov [Thu, 27 Mar 2014 11:01:56 +0000 (11:01 +0000)]
Fixed whattodo in constraint_matrix; had to do with instantiation and TemporaryData class in block_matrix_base

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

10 years agoCorrect wrong logic... (bad me).
young [Thu, 27 Mar 2014 09:49:31 +0000 (09:49 +0000)]
Correct wrong logic... (bad me).

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

10 years agoCorrect instantiation of MappingQ1Euler.
young [Thu, 27 Mar 2014 09:39:38 +0000 (09:39 +0000)]
Correct instantiation of MappingQ1Euler.

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

10 years agoCowardly instantiate some specialised functions in FETools for REAL_SERIAL_VECTORS...
young [Thu, 27 Mar 2014 09:29:39 +0000 (09:29 +0000)]
Cowardly instantiate some specialised functions in FETools for REAL_SERIAL_VECTORS only. Leave another TODO.

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

10 years agoClean up function interpolate and instantiate correctly. Leave a TODO.
young [Thu, 27 Mar 2014 09:19:37 +0000 (09:19 +0000)]
Clean up function interpolate and instantiate correctly. Leave a TODO.

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

10 years agoInst. interpolate function for REAL_SERIAL_VECTOR. Add TODO.
young [Wed, 26 Mar 2014 13:40:34 +0000 (13:40 +0000)]
Inst. interpolate function for REAL_SERIAL_VECTOR. Add TODO.

git-svn-id: https://svn.dealii.org/branches/branch_petscscalar_complex@32698 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 agoMerge from mainline.
young [Tue, 25 Mar 2014 14:07:33 +0000 (14:07 +0000)]
Merge from mainline.

git-svn-id: https://svn.dealii.org/branches/branch_petscscalar_complex@32692 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 agoRemove unnecessary comment.
young [Mon, 24 Mar 2014 13:11:26 +0000 (13:11 +0000)]
Remove unnecessary comment.

git-svn-id: https://svn.dealii.org/branches/branch_petscscalar_complex@32687 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 agoWipe is_zero function, which ended up being unused.
young [Tue, 11 Mar 2014 12:56:23 +0000 (12:56 +0000)]
Wipe is_zero function, which ended up being unused.

git-svn-id: https://svn.dealii.org/branches/branch_petscscalar_complex@32641 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 agoFix a comment and let gcc complain about unused variables.
young [Mon, 10 Mar 2014 11:36:13 +0000 (11:36 +0000)]
Fix a comment and let gcc complain about unused variables.

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

10 years agoRemove two speculative comments.
young [Mon, 10 Mar 2014 11:33:15 +0000 (11:33 +0000)]
Remove two speculative comments.

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

10 years agoRemove unecessary abortion in undefined functions.
young [Mon, 10 Mar 2014 11:27:37 +0000 (11:27 +0000)]
Remove unecessary abortion in undefined functions.

git-svn-id: https://svn.dealii.org/branches/branch_petscscalar_complex@32635 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 agoRemove a question (ie. comment).
young [Mon, 10 Mar 2014 10:21:39 +0000 (10:21 +0000)]
Remove a question (ie. comment).

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

10 years agoMask max/min operations until it is clear what this means for complex numbers.
young [Mon, 10 Mar 2014 10:15:30 +0000 (10:15 +0000)]
Mask max/min operations until it is clear what this means for complex numbers.

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

10 years agoPut instances of complex or real matrices in ifdef else endif scheme.
young [Mon, 10 Mar 2014 10:05:32 +0000 (10:05 +0000)]
Put instances of complex or real matrices in ifdef else endif scheme.

git-svn-id: https://svn.dealii.org/branches/branch_petscscalar_complex@32630 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 agoA happy merge to from trunk on top of branch.
young [Thu, 6 Mar 2014 13:47:48 +0000 (13:47 +0000)]
A happy merge to from trunk on top of branch.

git-svn-id: https://svn.dealii.org/branches/branch_petscscalar_complex@32626 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 agoadopted to the recently introduced Vector<Number>::operator= (const PETScWrappers...
denis.davydov [Wed, 5 Mar 2014 16:00:24 +0000 (16:00 +0000)]
adopted to the recently introduced Vector<Number>::operator= (const PETScWrappers::MPI::Vector &) as advised by Martin Kronbichler

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

10 years agocorrected whattodo at fe_tools_interpolate
denis.davydov [Wed, 5 Mar 2014 15:53:55 +0000 (15:53 +0000)]
corrected whattodo at fe_tools_interpolate

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

10 years agofixed several problems related to the recent merge from trunk
denis.davydov [Wed, 5 Mar 2014 15:52:25 +0000 (15:52 +0000)]
fixed several problems related to the recent merge from trunk

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

10 years agofixed some problems related to introduction of templated arguments
denis.davydov [Wed, 5 Mar 2014 15:51:29 +0000 (15:51 +0000)]
fixed some problems related to introduction of templated arguments

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

10 years agomasked numerous parts of the library via instantiating for REAL_SERIAL_VECTORS only
denis.davydov [Wed, 5 Mar 2014 15:43:10 +0000 (15:43 +0000)]
masked numerous parts of the library via instantiating for REAL_SERIAL_VECTORS only

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

10 years agofixed wrong template names used to instantiate fe_values
denis.davydov [Wed, 5 Mar 2014 15:41:10 +0000 (15:41 +0000)]
fixed wrong template names used to instantiate fe_values

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

10 years agofixed numerous bugs related to constraint_matrix. Limited instantiation of distribute...
denis.davydov [Wed, 5 Mar 2014 15:38:09 +0000 (15:38 +0000)]
fixed numerous bugs related to constraint_matrix. Limited instantiation of distribute_local_to_global to appropriate pairs of vectors

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

10 years agoadded SCALARS and COMPLEX_EXTERNAL_SEQUENTIAL_VECTORS to template-arguments
denis.davydov [Wed, 5 Mar 2014 15:33:04 +0000 (15:33 +0000)]
added SCALARS and COMPLEX_EXTERNAL_SEQUENTIAL_VECTORS to template-arguments

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

10 years agoremoved back_interpolate from instantiation
denis.davydov [Wed, 5 Mar 2014 15:22:52 +0000 (15:22 +0000)]
removed back_interpolate from instantiation

git-svn-id: https://svn.dealii.org/branches/branch_petscscalar_complex@32615 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.