]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
19 years agoSmall fix. Now it also compiles with gcc2.95.3
hartmann [Fri, 1 Jul 2005 09:36:05 +0000 (09:36 +0000)]
Small fix. Now it also compiles with gcc2.95.3

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

19 years agoFix stupid oversight.
wolf [Fri, 1 Jul 2005 00:12:58 +0000 (00:12 +0000)]
Fix stupid oversight.

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

19 years ago.
wolf [Thu, 30 Jun 2005 23:42:09 +0000 (23:42 +0000)]
.

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

19 years agoRewrite parts of the documentation
wolf [Thu, 30 Jun 2005 23:39:26 +0000 (23:39 +0000)]
Rewrite parts of the documentation

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

19 years agoAdd stack backtrace functions.
wolf [Thu, 30 Jun 2005 22:13:45 +0000 (22:13 +0000)]
Add stack backtrace functions.

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

19 years agoLink to download page for anonymous CVS.
wolf [Thu, 30 Jun 2005 21:53:44 +0000 (21:53 +0000)]
Link to download page for anonymous CVS.

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

19 years agoundeclared variable
guido [Thu, 30 Jun 2005 21:29:28 +0000 (21:29 +0000)]
undeclared variable

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

19 years agonew function DoFTools::compute_row_length_vector
guido [Thu, 30 Jun 2005 21:23:46 +0000 (21:23 +0000)]
new function DoFTools::compute_row_length_vector
Doxygen group dofs filled

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

19 years agolink 4.1 from 4.0
guido [Thu, 30 Jun 2005 21:17:39 +0000 (21:17 +0000)]
link 4.1 from 4.0

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

19 years agotest conformity
guido [Thu, 30 Jun 2005 21:17:28 +0000 (21:17 +0000)]
test conformity

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

19 years agoSuppress frames again.
wolf [Thu, 30 Jun 2005 21:05:55 +0000 (21:05 +0000)]
Suppress frames again.

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

19 years agoTest stack backtraces.
wolf [Thu, 30 Jun 2005 21:04:33 +0000 (21:04 +0000)]
Test stack backtraces.

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

19 years agoPretty print stack frames.
wolf [Thu, 30 Jun 2005 21:03:25 +0000 (21:03 +0000)]
Pretty print stack frames.

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

19 years agoRecord the stacktrace at the same time and place where we also record
wolf [Thu, 30 Jun 2005 20:56:31 +0000 (20:56 +0000)]
Record the stacktrace at the same time and place where we also record
all the other information, i.e. when called from the place where the
exception (through Assert or AssertThrow) is generated, not where it
is caught.

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

19 years agoFiniteElementData::conforming_space
guido [Thu, 30 Jun 2005 20:43:18 +0000 (20:43 +0000)]
FiniteElementData::conforming_space

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

19 years agoThere's no point to print a stacktrace in what() -- this function is
wolf [Thu, 30 Jun 2005 20:34:06 +0000 (20:34 +0000)]
There's no point to print a stacktrace in what() -- this function is
usually called at the place where an exception is caught, not where it
is triggered...

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

19 years agoSkip all backtrace frames that belong to the exception raising
wolf [Thu, 30 Jun 2005 20:28:02 +0000 (20:28 +0000)]
Skip all backtrace frames that belong to the exception raising
mechanism itself.

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

19 years agoAdd a test for backtraces.
wolf [Thu, 30 Jun 2005 20:22:03 +0000 (20:22 +0000)]
Add a test for backtraces.

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

19 years agoCheck the component of a constant function.
wolf [Thu, 30 Jun 2005 20:20:08 +0000 (20:20 +0000)]
Check the component of a constant function.

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

19 years agoAlso in another place.
wolf [Thu, 30 Jun 2005 20:17:49 +0000 (20:17 +0000)]
Also in another place.

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

19 years agoCheck the component of a constant function.
wolf [Thu, 30 Jun 2005 20:17:01 +0000 (20:17 +0000)]
Check the component of a constant function.

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

19 years agoReindent.
wolf [Thu, 30 Jun 2005 20:14:37 +0000 (20:14 +0000)]
Reindent.

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

19 years agoPrint stack trace also for Assert(), not only for AssertThrow().
wolf [Thu, 30 Jun 2005 20:12:31 +0000 (20:12 +0000)]
Print stack trace also for Assert(), not only for AssertThrow().

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

19 years agoMinor clean-up.
wolf [Thu, 30 Jun 2005 20:06:27 +0000 (20:06 +0000)]
Minor clean-up.

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

19 years agoAdd a TODO.
wolf [Thu, 30 Jun 2005 18:41:39 +0000 (18:41 +0000)]
Add a TODO.

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

19 years agoReformat comments. Fix a few typos.
wolf [Thu, 30 Jun 2005 18:32:11 +0000 (18:32 +0000)]
Reformat comments. Fix a few typos.

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

19 years agoAdd Brian's PhD thesis.
wolf [Thu, 30 Jun 2005 17:55:49 +0000 (17:55 +0000)]
Add Brian's PhD thesis.

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

19 years agoUpdate results for new umfpack version.
wolf [Thu, 30 Jun 2005 17:12:42 +0000 (17:12 +0000)]
Update results for new umfpack version.

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

19 years agoRework: bring up to our coding standards.
wolf [Thu, 30 Jun 2005 16:23:04 +0000 (16:23 +0000)]
Rework: bring up to our coding standards.

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

19 years agoadded last changes to changes.html
rschulz [Thu, 30 Jun 2005 16:21:49 +0000 (16:21 +0000)]
added last changes to changes.html

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

19 years agoChange of names in ExceptionBase. Import Umfpack 4.4.
wolf [Thu, 30 Jun 2005 16:08:00 +0000 (16:08 +0000)]
Change of names in ExceptionBase. Import Umfpack 4.4.

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

19 years agoRename functions in ExceptionBase to conform to our usual coding standards.
wolf [Thu, 30 Jun 2005 16:07:23 +0000 (16:07 +0000)]
Rename functions in ExceptionBase to conform to our usual coding standards.

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

19 years agoImport latest version 4.4
wolf [Thu, 30 Jun 2005 16:06:27 +0000 (16:06 +0000)]
Import latest version 4.4

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

19 years agoImport latest version 4.4.
wolf [Thu, 30 Jun 2005 16:04:46 +0000 (16:04 +0000)]
Import latest version 4.4.

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

19 years agoAdd ref.
hartmann [Thu, 30 Jun 2005 15:39:27 +0000 (15:39 +0000)]
Add ref.

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

19 years agoCheck StraightBoundary<3>::get_normals_at_vertices.
hartmann [Thu, 30 Jun 2005 15:29:50 +0000 (15:29 +0000)]
Check StraightBoundary<3>::get_normals_at_vertices.

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

19 years agoAll cases and faces.
hartmann [Thu, 30 Jun 2005 15:28:45 +0000 (15:28 +0000)]
All cases and faces.

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

19 years agoAdd missing std::
hartmann [Thu, 30 Jun 2005 15:27:21 +0000 (15:27 +0000)]
Add missing std::

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

19 years agoReapply the change 1.2->1.3.
wolf [Thu, 30 Jun 2005 15:19:21 +0000 (15:19 +0000)]
Reapply the change 1.2->1.3.

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

19 years agoReapply the change 1.1->1.2.
wolf [Thu, 30 Jun 2005 15:18:20 +0000 (15:18 +0000)]
Reapply the change 1.1->1.2.

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

19 years agoReapply the patch 1.3 -> 1.4
wolf [Thu, 30 Jun 2005 15:15:22 +0000 (15:15 +0000)]
Reapply the patch 1.3 -> 1.4

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

19 years agoReapply the patch 1.2 -> 1.3
wolf [Thu, 30 Jun 2005 15:14:55 +0000 (15:14 +0000)]
Reapply the patch 1.2 -> 1.3

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

19 years agoImport version 2.71
wolf [Thu, 30 Jun 2005 15:12:48 +0000 (15:12 +0000)]
Import version 2.71

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

19 years agoAdd normals_at_vertices.exe, include measure_et_al and normals_at_vertices in tests.
hartmann [Thu, 30 Jun 2005 15:11:20 +0000 (15:11 +0000)]
Add normals_at_vertices.exe, include measure_et_al and normals_at_vertices in tests.

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

19 years agoCheck StraightBoundary<3>::get_normals_at_vertices.
hartmann [Thu, 30 Jun 2005 15:10:30 +0000 (15:10 +0000)]
Check StraightBoundary<3>::get_normals_at_vertices.

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

19 years agoadded stacktrace support to ExceptionBase. added component_to_system_index to FiniteE...
rschulz [Thu, 30 Jun 2005 14:31:31 +0000 (14:31 +0000)]
added stacktrace support to ExceptionBase. added component_to_system_index to FiniteElementBase.

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

19 years agoAdd a lot of references
wolf [Thu, 30 Jun 2005 14:16:42 +0000 (14:16 +0000)]
Add a lot of references

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

19 years agoModify comments.
wolf [Thu, 30 Jun 2005 14:06:59 +0000 (14:06 +0000)]
Modify comments.

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

19 years agoOne more face_to_cell_vertices call needed for numbering independence.
hartmann [Thu, 30 Jun 2005 09:55:54 +0000 (09:55 +0000)]
One more face_to_cell_vertices call needed for numbering independence.

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

19 years agoBy using GeometryInfo<2>::face_to_cell_vertices the implementation of the CellAccesso...
hartmann [Thu, 30 Jun 2005 09:34:55 +0000 (09:34 +0000)]
By using GeometryInfo<2>::face_to_cell_vertices the implementation of the CellAccessor<2>::point_inside function is now independent of the internal numbering of points and lines.

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

19 years agoTest also point_inside in 2d.
hartmann [Thu, 30 Jun 2005 09:16:34 +0000 (09:16 +0000)]
Test also point_inside in 2d.

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

19 years agoAdd tests for point_inside in 2d.
hartmann [Thu, 30 Jun 2005 09:15:20 +0000 (09:15 +0000)]
Add tests for point_inside in 2d.

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

19 years agoAdd missing typenames.
hartmann [Thu, 30 Jun 2005 09:13:37 +0000 (09:13 +0000)]
Add missing typenames.

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

19 years agoTest point_inside function also in 2d.
hartmann [Thu, 30 Jun 2005 09:11:03 +0000 (09:11 +0000)]
Test point_inside function also in 2d.

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

19 years agoTest also point_inside in 2d.
hartmann [Thu, 30 Jun 2005 09:06:02 +0000 (09:06 +0000)]
Test also point_inside in 2d.

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

19 years agoTest point_inside function in dim=2 and dim=3.
hartmann [Thu, 30 Jun 2005 09:03:48 +0000 (09:03 +0000)]
Test point_inside function in dim=2 and dim=3.

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

19 years agoSimplify code.
hartmann [Thu, 30 Jun 2005 08:40:40 +0000 (08:40 +0000)]
Simplify code.

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

19 years agoDo not ask for internal data like vertex indices. Build the 0..7 number sequence...
hartmann [Thu, 30 Jun 2005 08:36:17 +0000 (08:36 +0000)]
Do not ask for internal data like vertex indices. Build the 0..7 number sequence required for CellData<3>::vertices directly without referring to the vertex indices of an already existing triangulation as the latter is an internal numbering which could be changed later.

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

19 years agoAdd comment on ordering of shape functions and definition of eta and zeta.
hartmann [Wed, 29 Jun 2005 15:51:35 +0000 (15:51 +0000)]
Add comment on ordering of shape functions and definition of eta and zeta.

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

19 years agogcc 4 complained
guido [Wed, 29 Jun 2005 15:49:29 +0000 (15:49 +0000)]
gcc 4 complained

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

19 years agosimplified constructor for FiniteElementBase
guido [Wed, 29 Jun 2005 15:41:20 +0000 (15:41 +0000)]
simplified constructor for FiniteElementBase

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

19 years agoAdd a TODO.
wolf [Wed, 29 Jun 2005 15:29:49 +0000 (15:29 +0000)]
Add a TODO.

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

19 years agoAdd a few more references from Ralf.
wolf [Wed, 29 Jun 2005 14:32:31 +0000 (14:32 +0000)]
Add a few more references from Ralf.

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

19 years agomissing typename
guido [Wed, 29 Jun 2005 12:49:47 +0000 (12:49 +0000)]
missing typename

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

19 years ago.
hartmann [Wed, 29 Jun 2005 12:15:49 +0000 (12:15 +0000)]
.

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

19 years agoAdd measure_et_al test.
hartmann [Wed, 29 Jun 2005 12:09:06 +0000 (12:09 +0000)]
Add measure_et_al test.

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

19 years agoTest cell->measure, center and barycenter.
hartmann [Wed, 29 Jun 2005 12:08:46 +0000 (12:08 +0000)]
Test cell->measure, center and barycenter.

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

19 years agoRemove publication referenced twice.
hartmann [Wed, 29 Jun 2005 08:30:35 +0000 (08:30 +0000)]
Remove publication referenced twice.

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

19 years agoadditional information conforming_space in FiniteElementData
guido [Tue, 28 Jun 2005 22:42:24 +0000 (22:42 +0000)]
additional information conforming_space in FiniteElementData

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

19 years agopreparing for restriction_is_additive vectors of length 1 to simplify constructor...
guido [Tue, 28 Jun 2005 22:41:26 +0000 (22:41 +0000)]
preparing for restriction_is_additive vectors of length 1 to simplify constructor calls

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

19 years agoprojection compiles, but results are wrong
guido [Tue, 28 Jun 2005 22:39:02 +0000 (22:39 +0000)]
projection compiles, but results are wrong

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

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


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.