]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
19 years agoAdd a bunch of other publications by other people.
wolf [Tue, 28 Jun 2005 20:26:50 +0000 (20:26 +0000)]
Add a bunch of other publications by other people.

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

19 years ago.
wolf [Tue, 28 Jun 2005 16:22:54 +0000 (16:22 +0000)]
.

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

19 years agoLoosen assertion.
wolf [Tue, 28 Jun 2005 16:22:34 +0000 (16:22 +0000)]
Loosen assertion.

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

19 years agoAdd two more notes to the documentation of that function.
wolf [Tue, 28 Jun 2005 16:18:26 +0000 (16:18 +0000)]
Add two more notes to the documentation of that function.

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

19 years agoNew test.
wolf [Tue, 28 Jun 2005 16:11:38 +0000 (16:11 +0000)]
New test.

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

19 years agoNew tests.
wolf [Mon, 27 Jun 2005 21:05:25 +0000 (21:05 +0000)]
New tests.

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

19 years agoSplit a function to avoid a pointless warning in this code for 1d:
wolf [Mon, 27 Jun 2005 15:03:21 +0000 (15:03 +0000)]
Split a function to avoid a pointless warning in this code for 1d:
      else if (dim == 3)
        {
                                           // see whether the
                                           // given line is on the
                                           // given face.
          for (unsigned int l=0; l<GeometryInfo<dim>::lines_per_face; ++l)
            if (GeometryInfo<3>::face_to_cell_lines(face_index, l) == line_index)
              return true;

Both gcc and icc complain that the loop condition is always false in 1d,
missing the fact that this loop is only ever executed if dim!=1...

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

19 years agoSome compilers haven't seen <vector> yet.
wolf [Mon, 27 Jun 2005 14:42:41 +0000 (14:42 +0000)]
Some compilers haven't seen <vector> yet.

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

19 years agoadded missing std:: namespace reference where it was missing
rschulz [Mon, 27 Jun 2005 12:18:20 +0000 (12:18 +0000)]
added missing std:: namespace reference where it was missing

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

19 years agoUse FETools::hierarchic_to_lexicographic_numbering directly instead of using FETools...
hartmann [Mon, 27 Jun 2005 07:53:19 +0000 (07:53 +0000)]
Use FETools::hierarchic_to_lexicographic_numbering directly instead of using FETools::lexicographic_to_hierarchic_numbering and inverting it.

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

19 years agoUse LagrangeEquidistant::generate_complete_basis instead of creating this basis by...
hartmann [Mon, 27 Jun 2005 07:49:00 +0000 (07:49 +0000)]
Use LagrangeEquidistant::generate_complete_basis instead of creating this basis by hand.

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

19 years agoRemove a whole bunch of FE_Q_Helper functions which were required by the old implemen...
hartmann [Mon, 27 Jun 2005 07:40:14 +0000 (07:40 +0000)]
Remove a whole bunch of FE_Q_Helper functions which were required by the old implementation of the FE_Q<2>::initialize_constraints function.

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

19 years agoTotal reimplemenation of the FE_Q<2>::initialize_constraints function to be in line...
hartmann [Mon, 27 Jun 2005 07:34:54 +0000 (07:34 +0000)]
Total reimplemenation of the FE_Q<2>::initialize_constraints function to be in line with the implementation of the FE_Q<3>::initialize_constraints function. Doc updates.

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

19 years agoSimplify implementation of FE_Q<3>::initialize_constraints by using the QProjector...
hartmann [Mon, 27 Jun 2005 07:24:59 +0000 (07:24 +0000)]
Simplify implementation of FE_Q<3>::initialize_constraints by using the QProjector::project_to_subface function.

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

19 years agoUpdate.
hartmann [Mon, 27 Jun 2005 07:12:41 +0000 (07:12 +0000)]
Update.

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

19 years agovalidator
guido [Sun, 26 Jun 2005 08:42:44 +0000 (08:42 +0000)]
validator

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

19 years agodiffering files for 4.0
guido [Sat, 25 Jun 2005 09:38:37 +0000 (09:38 +0000)]
differing files for 4.0

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

19 years agodiffering files for 4.0
guido [Sat, 25 Jun 2005 09:33:10 +0000 (09:33 +0000)]
differing files for 4.0

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

19 years agoremove assertion to allow for smoother flow of tests
guido [Sat, 25 Jun 2005 09:27:02 +0000 (09:27 +0000)]
remove assertion to allow for smoother flow of tests

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

19 years agoreference to the old deal
guido [Sat, 25 Jun 2005 08:19:42 +0000 (08:19 +0000)]
reference to the old deal

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

19 years agoadd address info of authors and reference to mailing list
guido [Sat, 25 Jun 2005 08:14:17 +0000 (08:14 +0000)]
add address info of authors and reference to mailing list

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

19 years agocompatibility wrapper
guido [Sat, 25 Jun 2005 07:29:05 +0000 (07:29 +0000)]
compatibility wrapper

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

19 years agoadditional parameter for count_dofs_per_component... where is the wrapper???
guido [Sat, 25 Jun 2005 07:25:44 +0000 (07:25 +0000)]
additional parameter for count_dofs_per_component... where is the wrapper???

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

19 years agobugfix for SparsityPattern::block_read/write
guido [Fri, 24 Jun 2005 14:45:31 +0000 (14:45 +0000)]
bugfix for SparsityPattern::block_read/write

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

19 years agofix bug in SprsityPattern::block_read and block_write
guido [Fri, 24 Jun 2005 14:42:40 +0000 (14:42 +0000)]
fix bug in SprsityPattern::block_read and block_write

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

19 years agocheck block_read and block_write properly
guido [Fri, 24 Jun 2005 14:25:14 +0000 (14:25 +0000)]
check block_read and block_write properly

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

19 years agonew version of MGTools::count_dofs_per_component
guido [Thu, 23 Jun 2005 21:05:36 +0000 (21:05 +0000)]
new version of MGTools::count_dofs_per_component

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

19 years agoRemove obsolete function argument.
hartmann [Thu, 23 Jun 2005 08:09:09 +0000 (08:09 +0000)]
Remove obsolete function argument.

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

19 years agoThe FE_Q_Helper::generate_face_unit_point<2> and FE_Q_Helper::constraint_function_is_...
hartmann [Thu, 23 Jun 2005 07:55:43 +0000 (07:55 +0000)]
The FE_Q_Helper::generate_face_unit_point<2> and FE_Q_Helper::constraint_function_is_active_on_child<3> functions are not needed any more. They are now removed.

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

19 years agoAdd a sentence to the docs.
wolf [Wed, 22 Jun 2005 21:26:44 +0000 (21:26 +0000)]
Add a sentence to the docs.

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

19 years agoOne more small fix.
hartmann [Wed, 22 Jun 2005 17:09:15 +0000 (17:09 +0000)]
One more small fix.

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

19 years agoFix header and doc
hartmann [Wed, 22 Jun 2005 17:07:32 +0000 (17:07 +0000)]
Fix header and doc

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

19 years agoClean up.
hartmann [Wed, 22 Jun 2005 16:52:30 +0000 (16:52 +0000)]
Clean up.

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

19 years agoRemove TODO. Numbering of patch->neighbors coincides with the new deal.II numbering...
hartmann [Wed, 22 Jun 2005 16:26:12 +0000 (16:26 +0000)]
Remove TODO. Numbering of patch->neighbors coincides with the new deal.II numbering. Code will be simplified once the new numbering scheme is incorporated.

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

19 years agoUse GeometryInfo<dim>::face_to_cell_vertices and face_to_cell_lines functions to...
hartmann [Wed, 22 Jun 2005 16:01:13 +0000 (16:01 +0000)]
Use GeometryInfo<dim>::face_to_cell_vertices and face_to_cell_lines functions to simply implementation of the FE_Q<dim>::has_support_on_face function.

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

19 years agoUpdate.
hartmann [Wed, 22 Jun 2005 13:37:21 +0000 (13:37 +0000)]
Update.

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

19 years agoUpdate results.
hartmann [Wed, 22 Jun 2005 10:24:49 +0000 (10:24 +0000)]
Update results.

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

19 years agoOutput corrected and modified.
hartmann [Wed, 22 Jun 2005 10:21:16 +0000 (10:21 +0000)]
Output corrected and modified.

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

19 years agoUse get_new_point_on_quad as optimization of get_intermediate_points_on_quad in case...
hartmann [Wed, 22 Jun 2005 10:20:40 +0000 (10:20 +0000)]
Use get_new_point_on_quad as optimization of get_intermediate_points_on_quad in case of one point.

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

19 years agoUse get_new_point_on_quad as optimization of get_intermediate_points_on_quad in case...
hartmann [Wed, 22 Jun 2005 08:33:59 +0000 (08:33 +0000)]
Use get_new_point_on_quad as optimization of get_intermediate_points_on_quad in case of one point.

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

19 years agoCorrect and modify output.
hartmann [Wed, 22 Jun 2005 08:24:07 +0000 (08:24 +0000)]
Correct and modify output.

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

19 years ago.
wolf [Tue, 21 Jun 2005 21:35:46 +0000 (21:35 +0000)]
.

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

19 years agoTes the opposite case of _01.
wolf [Tue, 21 Jun 2005 21:35:24 +0000 (21:35 +0000)]
Tes the opposite case of _01.

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

19 years ago.
wolf [Tue, 21 Jun 2005 21:28:44 +0000 (21:28 +0000)]
.

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

19 years agoRemove unused variable.
wolf [Tue, 21 Jun 2005 18:51:54 +0000 (18:51 +0000)]
Remove unused variable.

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

19 years agostruct U has virtual functions but nonvirtual destructor. calm the compiler
wolf [Tue, 21 Jun 2005 18:45:05 +0000 (18:45 +0000)]
struct U has virtual functions but nonvirtual destructor. calm the compiler
down by providing one.

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

19 years agoFix comment.
wolf [Tue, 21 Jun 2005 18:40:45 +0000 (18:40 +0000)]
Fix comment.

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

19 years ago.
wolf [Tue, 21 Jun 2005 18:40:04 +0000 (18:40 +0000)]
.

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

19 years agoDetect gcc4.1
wolf [Tue, 21 Jun 2005 18:36:02 +0000 (18:36 +0000)]
Detect gcc4.1

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

19 years agoProperly escape square brackets.
wolf [Tue, 21 Jun 2005 18:35:13 +0000 (18:35 +0000)]
Properly escape square brackets.

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

19 years agoMissed a few places for detecting gcc4.1
wolf [Tue, 21 Jun 2005 18:32:23 +0000 (18:32 +0000)]
Missed a few places for detecting gcc4.1

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

19 years agoDetect gcc4.1
wolf [Tue, 21 Jun 2005 18:30:33 +0000 (18:30 +0000)]
Detect gcc4.1

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

19 years agoUpdate list of supported compilers.
wolf [Tue, 21 Jun 2005 17:48:30 +0000 (17:48 +0000)]
Update list of supported compilers.

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

19 years agoWork around a problem with gcc mainline.
wolf [Tue, 21 Jun 2005 16:22:37 +0000 (16:22 +0000)]
Work around a problem with gcc mainline.

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

19 years agoThe documentation of the constraints sizes m and n always used m and n the wrong...
hartmann [Tue, 21 Jun 2005 15:36:45 +0000 (15:36 +0000)]
The documentation of the constraints sizes m and n always used m and n the wrong way round.

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

19 years agoAlso wait for tgcr thread group.
wolf [Tue, 21 Jun 2005 14:44:57 +0000 (14:44 +0000)]
Also wait for tgcr thread group.

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

19 years agofunctions resorted
guido [Tue, 21 Jun 2005 08:07:26 +0000 (08:07 +0000)]
functions resorted

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

19 years agoround-off errors corrected
guido [Tue, 21 Jun 2005 07:48:46 +0000 (07:48 +0000)]
round-off errors corrected

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

19 years agoMake it compile.
hartmann [Tue, 21 Jun 2005 06:54:52 +0000 (06:54 +0000)]
Make it compile.

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

19 years agoAdd documentation.
wolf [Mon, 20 Jun 2005 21:29:52 +0000 (21:29 +0000)]
Add documentation.

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

19 years agocompute_projection_from_quadrature_points_matrix
wolf [Mon, 20 Jun 2005 21:26:48 +0000 (21:26 +0000)]
compute_projection_from_quadrature_points_matrix
compute_interpolation_to_quadrature_points_matrix

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

19 years agoNew tests.
wolf [Mon, 20 Jun 2005 21:25:53 +0000 (21:25 +0000)]
New tests.

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

19 years agoAugment docs.
wolf [Mon, 20 Jun 2005 21:13:30 +0000 (21:13 +0000)]
Augment docs.

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

19 years agoLeave another one.
wolf [Mon, 20 Jun 2005 20:42:48 +0000 (20:42 +0000)]
Leave another one.

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

19 years agoLeave a number of TODOs.
wolf [Mon, 20 Jun 2005 20:42:20 +0000 (20:42 +0000)]
Leave a number of TODOs.

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

19 years agoAdd an assertion.
wolf [Mon, 20 Jun 2005 20:20:05 +0000 (20:20 +0000)]
Add an assertion.

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

19 years agoSeveral simplifications in FETools::get_projection_matrix.
wolf [Mon, 20 Jun 2005 20:18:36 +0000 (20:18 +0000)]
Several simplifications in FETools::get_projection_matrix.

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

19 years agoFEValues can now be initialized with tria iterators, there is no need anymore
wolf [Mon, 20 Jun 2005 19:56:53 +0000 (19:56 +0000)]
FEValues can now be initialized with tria iterators, there is no need anymore
for dummy dofhandler objects.

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

19 years agoNew test.
wolf [Mon, 20 Jun 2005 19:52:16 +0000 (19:52 +0000)]
New test.

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

19 years agoTest get_projection_matrix.
wolf [Mon, 20 Jun 2005 19:49:37 +0000 (19:49 +0000)]
Test get_projection_matrix.

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

19 years agoFix typo.
wolf [Mon, 20 Jun 2005 18:07:16 +0000 (18:07 +0000)]
Fix typo.

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

19 years agoAdd a few links into the documentation for the extension ideas.
wolf [Mon, 20 Jun 2005 17:09:46 +0000 (17:09 +0000)]
Add a few links into the documentation for the extension ideas.

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

19 years agoUpdate ref.
hartmann [Fri, 17 Jun 2005 17:05:19 +0000 (17:05 +0000)]
Update ref.

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

19 years agomodified bounding box
guido [Fri, 17 Jun 2005 16:28:11 +0000 (16:28 +0000)]
modified bounding box

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

19 years agoUpdate ref.
hartmann [Fri, 17 Jun 2005 16:00:53 +0000 (16:00 +0000)]
Update ref.

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

19 years agodirectories for gcc 4.0
guido [Fri, 17 Jun 2005 15:46:45 +0000 (15:46 +0000)]
directories for gcc 4.0

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

19 years agoadd directory for gcc 4.0
guido [Fri, 17 Jun 2005 15:42:58 +0000 (15:42 +0000)]
add directory for gcc 4.0

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

19 years agocompatibility wrapper for count_dofs_per_component
guido [Fri, 17 Jun 2005 14:45:14 +0000 (14:45 +0000)]
compatibility wrapper for count_dofs_per_component

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

19 years agorounding in bounding box
guido [Fri, 17 Jun 2005 11:02:26 +0000 (11:02 +0000)]
rounding in bounding box

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

19 years agodefine static variable for all dimensions (needed by gcc 4.0.0)
guido [Fri, 17 Jun 2005 10:48:57 +0000 (10:48 +0000)]
define static variable for all dimensions (needed by gcc 4.0.0)

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

19 years agonew count_dofs_per_component
guido [Fri, 17 Jun 2005 10:43:06 +0000 (10:43 +0000)]
new count_dofs_per_component

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

19 years agoimproved version of DoFTools::count_dofs_per_component for non primitives
guido [Fri, 17 Jun 2005 10:37:50 +0000 (10:37 +0000)]
improved version of DoFTools::count_dofs_per_component for non primitives
tests for Raviart-Thomas-Elements added

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

19 years agoUpdate results.
hartmann [Fri, 17 Jun 2005 08:52:18 +0000 (08:52 +0000)]
Update results.

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

19 years agoUpdate refs.
hartmann [Fri, 17 Jun 2005 08:35:47 +0000 (08:35 +0000)]
Update refs.

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

19 years agorounding of bounding boxes
guido [Thu, 16 Jun 2005 17:21:41 +0000 (17:21 +0000)]
rounding of bounding boxes

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

19 years agouse rounding for bounding box since most of the time we will be close to the next...
guido [Thu, 16 Jun 2005 17:19:28 +0000 (17:19 +0000)]
use rounding for bounding box since most of the time we will be close to the next integer

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

19 years agoclean up
hartmann [Thu, 16 Jun 2005 11:49:29 +0000 (11:49 +0000)]
clean up

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

19 years agochild_cell_on_face, face_to_cell_vertices and face_to_cell_lines now include a new...
hartmann [Thu, 16 Jun 2005 11:06:27 +0000 (11:06 +0000)]
child_cell_on_face, face_to_cell_vertices and face_to_cell_lines now include a new face_orientation argument. This avoids aweful pieces of code including questioning face_orientation and using child_switch_tables.

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

19 years agochild_cell_on_face, face_to_cell_vertices and face_to_cell_lines now include a new...
hartmann [Thu, 16 Jun 2005 10:58:38 +0000 (10:58 +0000)]
child_cell_on_face, face_to_cell_vertices and face_to_cell_lines now include a new face_orientation argument. This avoids aweful pieces of code including questioning face_orientation and using child_switch_tables.

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

19 years agoFix a problem with gcc2.95:
wolf [Thu, 16 Jun 2005 04:02:03 +0000 (04:02 +0000)]
Fix a problem with gcc2.95:

//TODO: we should really initialize these entries as forward_edge or
backward_edge, but gcc2.95 has a bug where it zero-initializes these data
elements instead, leading to aborts later on.

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

19 years agoFix.
hartmann [Wed, 15 Jun 2005 16:38:51 +0000 (16:38 +0000)]
Fix.

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

19 years agoclean up.
hartmann [Tue, 14 Jun 2005 13:05:03 +0000 (13:05 +0000)]
clean up.

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

19 years agoclean up.
hartmann [Tue, 14 Jun 2005 10:15:21 +0000 (10:15 +0000)]
clean up.

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

19 years agohierarchic_to_lexicographic_numbering function moved to fe_tools.all_dimensions.cc...
hartmann [Tue, 14 Jun 2005 09:58:52 +0000 (09:58 +0000)]
hierarchic_to_lexicographic_numbering function moved to fe_tools.all_dimensions.cc, lexicographic_to_hierarchic_numbering now invokes hierarchic_to_lexicographic_numbering.

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

19 years agoUpdate.
hartmann [Mon, 13 Jun 2005 13:36:22 +0000 (13:36 +0000)]
Update.

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

19 years agoUpdate.
hartmann [Mon, 13 Jun 2005 13:21:30 +0000 (13:21 +0000)]
Update.

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

19 years agoMove lexicographic_to_hierarchic_numbering function from fe_tools.cc to fe_tools...
hartmann [Mon, 13 Jun 2005 13:13:56 +0000 (13:13 +0000)]
Move lexicographic_to_hierarchic_numbering function from fe_tools.cc to fe_tools.all_dimensions.cc

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

19 years agoCreate static variable for any dimension (required by gcc 4.0.0)
guido [Mon, 13 Jun 2005 12:52:50 +0000 (12:52 +0000)]
Create static variable for any dimension (required by gcc 4.0.0)

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

19 years agotest new FE_DGQ with Gauss and Gauss-Lobatto support points
guido [Mon, 13 Jun 2005 12:50:11 +0000 (12:50 +0000)]
test new FE_DGQ with Gauss and Gauss-Lobatto support points

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

19 years agotest new tensor product constructor for Quadrature
guido [Mon, 13 Jun 2005 12:49:05 +0000 (12:49 +0000)]
test new tensor product constructor for Quadrature

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