]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
20 years agoDisable this example program if PETSc is not installed.
wolf [Tue, 16 Mar 2004 21:12:25 +0000 (21:12 +0000)]
Disable this example program if PETSc is not installed.

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

20 years agoAdd new example program.
wolf [Tue, 16 Mar 2004 21:10:03 +0000 (21:10 +0000)]
Add new example program.

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

20 years agoUpdate docs.
wolf [Tue, 16 Mar 2004 20:37:43 +0000 (20:37 +0000)]
Update docs.

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

20 years agoImplement local_apply_boundary_values.
wolf [Tue, 16 Mar 2004 20:27:37 +0000 (20:27 +0000)]
Implement local_apply_boundary_values.

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

20 years agoinitialize fields.
wolf [Tue, 16 Mar 2004 20:24:10 +0000 (20:24 +0000)]
initialize fields.

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

20 years agoNew tests.
wolf [Tue, 16 Mar 2004 20:21:49 +0000 (20:21 +0000)]
New tests.

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

20 years agoAvoid excessive accesses to vector elements, since this really grinds PETSc to
wolf [Tue, 16 Mar 2004 20:18:01 +0000 (20:18 +0000)]
Avoid excessive accesses to vector elements, since this really grinds PETSc to
a halt. Don't know what I thought of this code in the first place anyhow...

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

20 years agoRemove obsolete ;
hartmann [Tue, 16 Mar 2004 19:23:14 +0000 (19:23 +0000)]
Remove obsolete ;

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

20 years agonew set_numbering and output_indices functions in PolynomialSpace, TensorProductPolyn...
hartmann [Tue, 16 Mar 2004 19:08:52 +0000 (19:08 +0000)]
new set_numbering and output_indices functions in PolynomialSpace, TensorProductPolynomials. New PolynomialsP class

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

20 years agoMinimize number of include lines.
hartmann [Tue, 16 Mar 2004 19:02:03 +0000 (19:02 +0000)]
Minimize number of include lines.

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

20 years agoRemove even more obsolete lines.
hartmann [Tue, 16 Mar 2004 18:53:13 +0000 (18:53 +0000)]
Remove even more obsolete lines.

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

20 years agoRemove obsolete lines.
hartmann [Tue, 16 Mar 2004 18:51:18 +0000 (18:51 +0000)]
Remove obsolete lines.

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

20 years agoDoc update and fixes for doxygen.
hartmann [Tue, 16 Mar 2004 18:50:47 +0000 (18:50 +0000)]
Doc update and fixes for doxygen.

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

20 years agoMake use of the new FE_Poly class.
hartmann [Tue, 16 Mar 2004 17:59:02 +0000 (17:59 +0000)]
Make use of the new FE_Poly class.

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

20 years agoRemove more statements left over from debugging.
wolf [Tue, 16 Mar 2004 16:55:24 +0000 (16:55 +0000)]
Remove more statements left over from debugging.

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

20 years ago.
wolf [Tue, 16 Mar 2004 16:45:58 +0000 (16:45 +0000)]
.

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

20 years agoRemove changes made when debugging.
wolf [Tue, 16 Mar 2004 16:45:05 +0000 (16:45 +0000)]
Remove changes made when debugging.

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

20 years agoMake use of the new FE_Poly class. Move some of the renumbering business to the Tenso...
hartmann [Tue, 16 Mar 2004 16:39:39 +0000 (16:39 +0000)]
Make use of the new FE_Poly class. Move some of the renumbering business to the TensorProductPolynomials class.

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

20 years agoMake use of the new FE_Poly class. Move most of renumbering business to the TensorPro...
hartmann [Tue, 16 Mar 2004 16:38:30 +0000 (16:38 +0000)]
Make use of the new FE_Poly class. Move most of renumbering business to the TensorProductPolynomials class.

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

20 years agoMake use of the new FE_Poly class.
hartmann [Tue, 16 Mar 2004 16:36:47 +0000 (16:36 +0000)]
Make use of the new FE_Poly class.

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

20 years agoNew (intermediate) FiniteElement class which allows implementation of FiniteElements...
hartmann [Tue, 16 Mar 2004 16:35:30 +0000 (16:35 +0000)]
New (intermediate) FiniteElement class which allows implementation of FiniteElements based on PolynomialSpace and TensorProductPolynomials in a unified way.

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

20 years ago.
hartmann [Tue, 16 Mar 2004 16:31:35 +0000 (16:31 +0000)]
.

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

20 years agofix.
hartmann [Tue, 16 Mar 2004 13:31:11 +0000 (13:31 +0000)]
fix.

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

20 years ago.
hartmann [Tue, 16 Mar 2004 13:27:04 +0000 (13:27 +0000)]
.

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

20 years agoSorry, wrong place.
hartmann [Tue, 16 Mar 2004 13:23:53 +0000 (13:23 +0000)]
Sorry, wrong place.

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

20 years ago.
hartmann [Tue, 16 Mar 2004 12:44:21 +0000 (12:44 +0000)]
.

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

20 years ago.
hartmann [Tue, 16 Mar 2004 12:30:38 +0000 (12:30 +0000)]
.

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

20 years agoUpdate results.
hartmann [Tue, 16 Mar 2004 12:17:45 +0000 (12:17 +0000)]
Update results.

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

20 years agoImplement missing SparseMatrix<number>::const_iterator postfix increment.
hartmann [Tue, 16 Mar 2004 11:44:21 +0000 (11:44 +0000)]
Implement missing SparseMatrix<number>::const_iterator postfix increment.

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

20 years ago.
hartmann [Tue, 16 Mar 2004 10:44:53 +0000 (10:44 +0000)]
.

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

20 years agoUpdate results.
hartmann [Tue, 16 Mar 2004 10:44:23 +0000 (10:44 +0000)]
Update results.

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

20 years agoMake it compile with icc8.0
hartmann [Tue, 16 Mar 2004 10:30:47 +0000 (10:30 +0000)]
Make it compile with icc8.0

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

20 years agoAdd missing const.
hartmann [Tue, 16 Mar 2004 09:32:52 +0000 (09:32 +0000)]
Add missing const.

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

20 years agoAdd new build targets which allow to build the tests without executing them.
hartmann [Tue, 16 Mar 2004 07:48:25 +0000 (07:48 +0000)]
Add new build targets which allow to build the tests without executing them.

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

20 years agoFix bug.
hartmann [Tue, 16 Mar 2004 07:40:20 +0000 (07:40 +0000)]
Fix bug.

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

20 years agoExtend the docs a little more.
wolf [Mon, 15 Mar 2004 23:45:29 +0000 (23:45 +0000)]
Extend the docs a little more.

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

20 years agoTODO's removed
guido [Mon, 15 Mar 2004 23:36:34 +0000 (23:36 +0000)]
TODO's removed

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

20 years agomore documentation on optimize_diagonals
guido [Mon, 15 Mar 2004 23:34:19 +0000 (23:34 +0000)]
more documentation on optimize_diagonals

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

20 years agoFix order of arguments.
wolf [Mon, 15 Mar 2004 23:31:12 +0000 (23:31 +0000)]
Fix order of arguments.

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

20 years agoFix order of arguments.
wolf [Mon, 15 Mar 2004 23:30:59 +0000 (23:30 +0000)]
Fix order of arguments.

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

20 years agoadd a comment.
wolf [Mon, 15 Mar 2004 22:55:44 +0000 (22:55 +0000)]
add a comment.

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

20 years agoImplement boundary dof removal for petsc matrices.
wolf [Mon, 15 Mar 2004 22:53:17 +0000 (22:53 +0000)]
Implement boundary dof removal for petsc matrices.

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

20 years agoPurge the use of short ints. Noone knows how many entries we are going to store in...
wolf [Mon, 15 Mar 2004 22:51:28 +0000 (22:51 +0000)]
Purge the use of short ints. Noone knows how many entries we are going to store in a row. Fix various other bugs.

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

20 years agoPurge the use of short ints. Noone knows how many entries we are going to store in...
wolf [Mon, 15 Mar 2004 22:51:14 +0000 (22:51 +0000)]
Purge the use of short ints. Noone knows how many entries we are going to store in a row.

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

20 years agoAdd a missing space.
wolf [Mon, 15 Mar 2004 22:16:33 +0000 (22:16 +0000)]
Add a missing space.

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

20 years agoAdd missing include file.
wolf [Mon, 15 Mar 2004 20:25:32 +0000 (20:25 +0000)]
Add missing include file.

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

20 years agoDo so in both places.
wolf [Mon, 15 Mar 2004 18:30:11 +0000 (18:30 +0000)]
Do so in both places.

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

20 years agoDon't use doubtful programming tricks.
wolf [Mon, 15 Mar 2004 18:29:44 +0000 (18:29 +0000)]
Don't use doubtful programming tricks.

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

20 years agoOh, another place.
wolf [Mon, 15 Mar 2004 18:28:12 +0000 (18:28 +0000)]
Oh, another place.

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

20 years agoAdd a TODO for Guido.
wolf [Mon, 15 Mar 2004 18:26:17 +0000 (18:26 +0000)]
Add a TODO for Guido.

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

20 years agoConstraintMatrix::distribute_local_to_global
wolf [Mon, 15 Mar 2004 16:56:52 +0000 (16:56 +0000)]
ConstraintMatrix::distribute_local_to_global

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

20 years agoMove an entry to the right place.
wolf [Mon, 15 Mar 2004 16:55:00 +0000 (16:55 +0000)]
Move an entry to the right place.

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

20 years agoTest ConstraintMatrix::distribute_local_to_global.
wolf [Mon, 15 Mar 2004 16:42:42 +0000 (16:42 +0000)]
Test ConstraintMatrix::distribute_local_to_global.

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

20 years agoAdd distribute_local_to_global functions.
wolf [Mon, 15 Mar 2004 16:40:48 +0000 (16:40 +0000)]
Add distribute_local_to_global functions.

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

20 years agoHave a number of reinit functions, and merge code with the constructors.
wolf [Mon, 15 Mar 2004 16:16:58 +0000 (16:16 +0000)]
Have a number of reinit functions, and merge code with the constructors.

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

20 years ago.
hartmann [Mon, 15 Mar 2004 14:28:10 +0000 (14:28 +0000)]
.

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

20 years agoAdd missing static_cast
hartmann [Mon, 15 Mar 2004 13:28:00 +0000 (13:28 +0000)]
Add missing static_cast

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

20 years ago.
hartmann [Mon, 15 Mar 2004 13:24:48 +0000 (13:24 +0000)]
.

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

20 years agoAdd tests for FE_Q_Hierarchical and FE_DGPMonomial.
hartmann [Mon, 15 Mar 2004 13:24:06 +0000 (13:24 +0000)]
Add tests for FE_Q_Hierarchical and FE_DGPMonomial.

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

20 years agoAdd tests for FE_Q_Hierarchical.
hartmann [Mon, 15 Mar 2004 13:22:13 +0000 (13:22 +0000)]
Add tests for FE_Q_Hierarchical.

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

20 years agoboost version 1-30.2 is now placed at contrib/boost/include/boost.
hartmann [Mon, 15 Mar 2004 13:01:50 +0000 (13:01 +0000)]
boost version 1-30.2 is now placed at contrib/boost/include/boost.

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

20 years agoUpdate Doxyfile from version 0.1 to 1.3.6
hartmann [Mon, 15 Mar 2004 12:37:41 +0000 (12:37 +0000)]
Update Doxyfile from version 0.1 to 1.3.6

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

20 years agoMake doxygen happy.
hartmann [Mon, 15 Mar 2004 11:54:26 +0000 (11:54 +0000)]
Make doxygen happy.

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

20 years agofile will be used after merge of split_fevalues_branch
guido [Mon, 15 Mar 2004 10:26:00 +0000 (10:26 +0000)]
file will be used after merge of split_fevalues_branch

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

20 years agoReorder include files.
wolf [Fri, 12 Mar 2004 20:26:29 +0000 (20:26 +0000)]
Reorder include files.

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

20 years agoFix doc
hartmann [Fri, 12 Mar 2004 11:57:29 +0000 (11:57 +0000)]
Fix doc

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

20 years ago.
hartmann [Fri, 12 Mar 2004 11:42:09 +0000 (11:42 +0000)]
.

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

20 years ago.
hartmann [Fri, 12 Mar 2004 10:48:56 +0000 (10:48 +0000)]
.

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

20 years agoAdd tests for FE_Q_Hierarchical and FE_DGPMonomial.
hartmann [Fri, 12 Mar 2004 10:47:43 +0000 (10:47 +0000)]
Add tests for FE_Q_Hierarchical and FE_DGPMonomial.

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

20 years agoAdd tests for FE_Q_Hierarchical.
hartmann [Fri, 12 Mar 2004 10:47:16 +0000 (10:47 +0000)]
Add tests for FE_Q_Hierarchical.

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

20 years agoAdd tests for FE_Q_Hierarchical.
hartmann [Fri, 12 Mar 2004 10:30:53 +0000 (10:30 +0000)]
Add tests for FE_Q_Hierarchical.

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

20 years agoAdd tests for FE_Q_Hierarchical and FE_DGPMonomial.
hartmann [Fri, 12 Mar 2004 10:30:11 +0000 (10:30 +0000)]
Add tests for FE_Q_Hierarchical and FE_DGPMonomial.

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

20 years agoImplementation of generate_unit_points in 1d.
hartmann [Fri, 12 Mar 2004 10:16:28 +0000 (10:16 +0000)]
Implementation of generate_unit_points in 1d.

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

20 years agoAdd new dgp_monomial_1 dgp_monomial_2 tests.
hartmann [Fri, 12 Mar 2004 10:12:28 +0000 (10:12 +0000)]
Add new dgp_monomial_1 dgp_monomial_2 tests.

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

20 years agoCheck prolongation and get_interpolation.
hartmann [Fri, 12 Mar 2004 10:09:04 +0000 (10:09 +0000)]
Check prolongation and get_interpolation.

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

20 years agoAdd tests for FE_Q_Hierarchical and FE_DGPMonomial.
hartmann [Fri, 12 Mar 2004 10:01:51 +0000 (10:01 +0000)]
Add tests for FE_Q_Hierarchical and FE_DGPMonomial.

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

20 years agoAdd tests for FE_Q_Hierarchical.
hartmann [Fri, 12 Mar 2004 10:01:25 +0000 (10:01 +0000)]
Add tests for FE_Q_Hierarchical.

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

20 years agoUpdate for 2004.
wolf [Thu, 11 Mar 2004 16:40:34 +0000 (16:40 +0000)]
Update for 2004.

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

20 years agoRename the new functions.
hartmann [Thu, 11 Mar 2004 15:25:52 +0000 (15:25 +0000)]
Rename the new functions.

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

20 years agoNew output_indices and set/get_renumbering functions according to those in the Polyno...
hartmann [Thu, 11 Mar 2004 14:55:33 +0000 (14:55 +0000)]
New output_indices and set/get_renumbering functions according to those in the PolynomialSpace class.

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

20 years agoSeveral renamings.
hartmann [Thu, 11 Mar 2004 14:51:29 +0000 (14:51 +0000)]
Several renamings.

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

20 years agoFor icc8.0 add most pickiest: -strict_ansi
hartmann [Thu, 11 Mar 2004 08:15:19 +0000 (08:15 +0000)]
For icc8.0 add most pickiest: -strict_ansi

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

20 years agoAdd a this->
wolf [Wed, 10 Mar 2004 17:13:43 +0000 (17:13 +0000)]
Add a this->

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

20 years agoAdd some this->
hartmann [Wed, 10 Mar 2004 15:12:22 +0000 (15:12 +0000)]
Add some this->

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

20 years agoUnify wording: polynomial degree rather than polynomial order
hartmann [Wed, 10 Mar 2004 09:01:01 +0000 (09:01 +0000)]
Unify wording: polynomial degree rather than polynomial order

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

20 years agoAdd some this pointers to (hopefully) make icc7.0, 7.1 happy.
hartmann [Wed, 10 Mar 2004 08:28:48 +0000 (08:28 +0000)]
Add some this pointers to (hopefully) make icc7.0, 7.1 happy.

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

20 years agoNew tests.
wolf [Tue, 9 Mar 2004 21:01:40 +0000 (21:01 +0000)]
New tests.

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

20 years agoFix copyright year.
wolf [Tue, 9 Mar 2004 17:41:27 +0000 (17:41 +0000)]
Fix copyright year.

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

20 years agoRemove unused argument.
wolf [Tue, 9 Mar 2004 17:40:55 +0000 (17:40 +0000)]
Remove unused argument.

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

20 years agoFix a number of missing std::.
wolf [Tue, 9 Mar 2004 17:38:33 +0000 (17:38 +0000)]
Fix a number of missing std::.

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

20 years agoMore stuff for subdomain handling.
wolf [Tue, 9 Mar 2004 17:33:34 +0000 (17:33 +0000)]
More stuff for subdomain handling.

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

20 years agoNew tests.
wolf [Tue, 9 Mar 2004 17:32:48 +0000 (17:32 +0000)]
New tests.

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

20 years agoAdd some missing std's.
hartmann [Tue, 9 Mar 2004 16:46:02 +0000 (16:46 +0000)]
Add some missing std's.

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

20 years agoImplementation of a FE class based on the PolynomialsP polynomial space.
hartmann [Tue, 9 Mar 2004 16:07:28 +0000 (16:07 +0000)]
Implementation of a FE class based on the PolynomialsP polynomial space.

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

20 years agoAdd missing comment delimiter.
hartmann [Tue, 9 Mar 2004 16:01:23 +0000 (16:01 +0000)]
Add missing comment delimiter.

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

20 years agoImplementation of a complete polynomial space of order k based on monomials. Makes...
hartmann [Tue, 9 Mar 2004 14:45:44 +0000 (14:45 +0000)]
Implementation of a complete polynomial space of order k based on monomials. Makes use of the PolynomialSpace class and imposes an ordering of the monomials which ensures identical ordering of Subspaces.

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

20 years agoNew functions output_indices and set_polynomial_ordering.
hartmann [Tue, 9 Mar 2004 14:39:31 +0000 (14:39 +0000)]
New functions output_indices and set_polynomial_ordering.

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

20 years agosmall fix.
hartmann [Tue, 9 Mar 2004 13:27:48 +0000 (13:27 +0000)]
small fix.

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

20 years agoFix order of compiler flags in the DEAL_II_CHECK_ABORT test. This fix is needed for...
hartmann [Tue, 9 Mar 2004 09:54:29 +0000 (09:54 +0000)]
Fix order of compiler flags in the DEAL_II_CHECK_ABORT test. This fix is needed for MIPSpro

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

20 years agoclarify
hartmann [Tue, 9 Mar 2004 08:40:35 +0000 (08:40 +0000)]
clarify

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