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

19 years agoChange of argument of the lexicographic_to_hierarchic_numbering function.
hartmann [Mon, 13 Jun 2005 11:56:31 +0000 (11:56 +0000)]
Change of argument of the lexicographic_to_hierarchic_numbering function.

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

19 years agoTo avoid code duplication, use FETools::lexicographic_to_hierarchic_numbering functio...
hartmann [Mon, 13 Jun 2005 11:49:17 +0000 (11:49 +0000)]
To avoid code duplication, use FETools::lexicographic_to_hierarchic_numbering function instead of reimplementing this functionality in FE_Q.

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

19 years agoThe lexicographic <-> hierarchic numbering functions now take a FiniteElementData...
hartmann [Mon, 13 Jun 2005 11:47:55 +0000 (11:47 +0000)]
The lexicographic <-> hierarchic numbering functions now take a FiniteElementData instead of a FE_Q object. Then this function can also be called by the FE_Q constructor.

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

19 years agoRename exe target to build for consistency.
hartmann [Mon, 13 Jun 2005 10:09:46 +0000 (10:09 +0000)]
Rename exe target to build for consistency.

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

19 years agoInclude definitions of PETSC_DIR and PETSC_ARCH for consistency to be used in the...
hartmann [Mon, 13 Jun 2005 10:04:52 +0000 (10:04 +0000)]
Include definitions of PETSC_DIR and PETSC_ARCH for consistency to be used in the variables file.

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

19 years agonew constructor for arbitrary interpolation points
guido [Fri, 10 Jun 2005 14:30:17 +0000 (14:30 +0000)]
new constructor for arbitrary interpolation points

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

19 years agonew Quadrature constructor
guido [Fri, 10 Jun 2005 13:56:39 +0000 (13:56 +0000)]
new Quadrature constructor

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

19 years agonew function for multidimensional tensor products of quadrature rules
guido [Fri, 10 Jun 2005 13:52:28 +0000 (13:52 +0000)]
new function for multidimensional tensor products of quadrature rules

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

19 years agoExtend the test cases to be used also in the case PetscScalar=float.
hartmann [Wed, 8 Jun 2005 17:18:08 +0000 (17:18 +0000)]
Extend the test cases to be used also in the case PetscScalar=float.

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

19 years agoUpdate.
hartmann [Wed, 8 Jun 2005 12:54:09 +0000 (12:54 +0000)]
Update.

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

19 years agoSupport PETSc 2.3.0
wolf [Tue, 7 Jun 2005 20:21:18 +0000 (20:21 +0000)]
Support PETSc 2.3.0

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

19 years agoRemove debug output left in by accident.
wolf [Tue, 7 Jun 2005 20:20:55 +0000 (20:20 +0000)]
Remove debug output left in by accident.

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

19 years agoSupport PETSc 2.3.0
wolf [Tue, 7 Jun 2005 20:09:27 +0000 (20:09 +0000)]
Support PETSc 2.3.0

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

19 years agoSimplify a few things.
wolf [Tue, 7 Jun 2005 18:06:30 +0000 (18:06 +0000)]
Simplify a few things.

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

19 years agoUse a proper data structure instead of signed integers and arithmetic
wolf [Tue, 7 Jun 2005 17:46:34 +0000 (17:46 +0000)]
Use a proper data structure instead of signed integers and arithmetic
on them to denote edge orientations.

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

19 years agoAdd a caution.
wolf [Tue, 7 Jun 2005 16:33:47 +0000 (16:33 +0000)]
Add a caution.

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

19 years agoRefs. moved to right place. Add new refs.
hartmann [Mon, 6 Jun 2005 16:02:13 +0000 (16:02 +0000)]
Refs. moved to right place. Add new refs.

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

19 years agoUpdate of references.
hartmann [Mon, 6 Jun 2005 16:01:33 +0000 (16:01 +0000)]
Update of references.

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

19 years agoRenamed and moved to right place.
hartmann [Mon, 6 Jun 2005 15:59:31 +0000 (15:59 +0000)]
Renamed and moved to right place.

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

19 years agoAdd a TODO.
wolf [Fri, 3 Jun 2005 20:40:19 +0000 (20:40 +0000)]
Add a TODO.

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

19 years agoFix a number of issues with signed integer multiplication that were
wolf [Fri, 3 Jun 2005 20:37:03 +0000 (20:37 +0000)]
Fix a number of issues with signed integer multiplication that were
caught by -ftrapv.

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

19 years agoGet rid of -ftrapv again, it seems to hang some tests.
wolf [Fri, 3 Jun 2005 18:19:25 +0000 (18:19 +0000)]
Get rid of -ftrapv again, it seems to hang some tests.

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

19 years agoUse -ftrapv in debug mode to make sure we catch accidental signed integer overflows.
wolf [Fri, 3 Jun 2005 16:32:42 +0000 (16:32 +0000)]
Use -ftrapv in debug mode to make sure we catch accidental signed integer overflows.

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

19 years agoUpdate.
hartmann [Fri, 3 Jun 2005 16:18:42 +0000 (16:18 +0000)]
Update.

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

19 years agoFix little typo.
wolf [Fri, 3 Jun 2005 16:11:49 +0000 (16:11 +0000)]
Fix little typo.

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

19 years agoDon't use round, use rint.
wolf [Fri, 3 Jun 2005 16:08:48 +0000 (16:08 +0000)]
Don't use round, use rint.

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

19 years agoFix incorrect date.
wolf [Fri, 3 Jun 2005 16:07:15 +0000 (16:07 +0000)]
Fix incorrect date.

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

19 years agoAdded a comment for the changes in MatrixCreator and VectorTools.
oliver [Fri, 3 Jun 2005 15:12:09 +0000 (15:12 +0000)]
Added a comment for the changes in MatrixCreator and VectorTools.

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

19 years agoImplemented support for vector valued FEs in some methods for
oliver [Fri, 3 Jun 2005 15:02:14 +0000 (15:02 +0000)]
Implemented support for vector valued FEs in some methods for
constructing RHS vectors and matrices.

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

19 years agoUpdate.
hartmann [Fri, 3 Jun 2005 10:36:27 +0000 (10:36 +0000)]
Update.

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

19 years agoNew test.
hartmann [Fri, 3 Jun 2005 10:21:16 +0000 (10:21 +0000)]
New test.

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

19 years agoUpdate.
hartmann [Fri, 3 Jun 2005 10:17:35 +0000 (10:17 +0000)]
Update.

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

19 years agoUpdate.
hartmann [Fri, 3 Jun 2005 10:03:29 +0000 (10:03 +0000)]
Update.

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

19 years agoSlightly relax tol to avoid Error0 for gcc2.95.3
hartmann [Fri, 3 Jun 2005 09:57:32 +0000 (09:57 +0000)]
Slightly relax tol to avoid Error0 for gcc2.95.3

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

19 years agoNew tests.
hartmann [Fri, 3 Jun 2005 09:17:20 +0000 (09:17 +0000)]
New tests.

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

19 years agoNo output to console.
hartmann [Fri, 3 Jun 2005 09:16:40 +0000 (09:16 +0000)]
No output to console.

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

19 years agoRemove unused variable.
hartmann [Fri, 3 Jun 2005 09:11:09 +0000 (09:11 +0000)]
Remove unused variable.

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

19 years agoMake it compile with gcc2.95.3
hartmann [Fri, 3 Jun 2005 08:36:23 +0000 (08:36 +0000)]
Make it compile with gcc2.95.3

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

19 years agoAdd docs.
wolf [Thu, 2 Jun 2005 22:02:16 +0000 (22:02 +0000)]
Add docs.

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

19 years agoDon't botch up with CFLAGS by setting -wd1572 anyway.
wolf [Thu, 2 Jun 2005 22:01:13 +0000 (22:01 +0000)]
Don't botch up with CFLAGS by setting -wd1572 anyway.

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

19 years agoImplement contraction between rank-4 tensors. Minor clean-ups.
wolf [Thu, 2 Jun 2005 15:26:46 +0000 (15:26 +0000)]
Implement contraction between rank-4 tensors. Minor clean-ups.

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

19 years agoNew test.
wolf [Thu, 2 Jun 2005 15:26:07 +0000 (15:26 +0000)]
New test.

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

19 years agoReformat.
wolf [Thu, 2 Jun 2005 13:46:49 +0000 (13:46 +0000)]
Reformat.

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

19 years agoInformation on usage added
guido [Thu, 2 Jun 2005 12:15:04 +0000 (12:15 +0000)]
Information on usage added

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

19 years agonote on double handling of faces in 3D
guido [Thu, 2 Jun 2005 11:51:27 +0000 (11:51 +0000)]
note on double handling of faces in 3D

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

19 years agodisable assertions until DataOut can use MappingCartesian
guido [Thu, 2 Jun 2005 06:44:55 +0000 (06:44 +0000)]
disable assertions until DataOut can use MappingCartesian

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

19 years agoNew tests.
wolf [Thu, 2 Jun 2005 04:29:26 +0000 (04:29 +0000)]
New tests.

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

19 years agoAvoid confusing gcc2.95 by a friend declaration of a template without a prior
wolf [Thu, 2 Jun 2005 00:28:31 +0000 (00:28 +0000)]
Avoid confusing gcc2.95 by a friend declaration of a template without a prior
declaration of the template function. This otherwise leads to completely odd
error messages.

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

19 years agoFix typo.
hartmann [Wed, 1 Jun 2005 15:49:19 +0000 (15:49 +0000)]
Fix typo.

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

19 years agoObvious workaround for gcc2.95 compiler problem.
wolf [Wed, 1 Jun 2005 14:59:00 +0000 (14:59 +0000)]
Obvious workaround for gcc2.95 compiler problem.

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

19 years agoFix another comment.
wolf [Wed, 1 Jun 2005 14:51:37 +0000 (14:51 +0000)]
Fix another comment.

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

19 years agoUpdate a number of comments.
wolf [Wed, 1 Jun 2005 14:48:40 +0000 (14:48 +0000)]
Update a number of comments.

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

19 years agoMove statement to the right place.
wolf [Wed, 1 Jun 2005 14:26:49 +0000 (14:26 +0000)]
Move statement to the right place.

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

19 years agoFix two typos (using CFLAGSO when only CFLAGS is used). Also check
wolf [Wed, 1 Jun 2005 13:58:18 +0000 (13:58 +0000)]
Fix two typos (using CFLAGSO when only CFLAGS is used). Also check
whether we can switch off warning 1572 for the icc C compiler.

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

19 years agoFix a typo ("GC" instead of "GCC" that leads to a misrecognition of
wolf [Wed, 1 Jun 2005 13:27:34 +0000 (13:27 +0000)]
Fix a typo ("GC" instead of "GCC" that leads to a misrecognition of
icc as gcc. Fix a typo in a comment.

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

19 years agoActually also detect 3.3.6 (which exists) and 3.3.7 (which then is the CVS version)
wolf [Wed, 1 Jun 2005 03:19:44 +0000 (03:19 +0000)]
Actually also detect 3.3.6 (which exists) and 3.3.7 (which then is the CVS version)

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

19 years agoDetect gcc3.3.5.
wolf [Wed, 1 Jun 2005 03:16:43 +0000 (03:16 +0000)]
Detect gcc3.3.5.

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

19 years agoGuard instantiation.
wolf [Wed, 1 Jun 2005 00:29:46 +0000 (00:29 +0000)]
Guard instantiation.

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

19 years agoUse proper data type.
wolf [Wed, 1 Jun 2005 00:28:37 +0000 (00:28 +0000)]
Use proper data type.

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

19 years agoAugment documentation.
wolf [Wed, 1 Jun 2005 00:26:08 +0000 (00:26 +0000)]
Augment documentation.

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

19 years agoNew test.
wolf [Wed, 1 Jun 2005 00:25:57 +0000 (00:25 +0000)]
New test.

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

19 years agoAdd outer_product function.
wolf [Wed, 1 Jun 2005 00:21:08 +0000 (00:21 +0000)]
Add outer_product function.

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

19 years agoDocumented last changes.
oliver [Tue, 31 May 2005 19:45:23 +0000 (19:45 +0000)]
Documented last changes.

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

19 years agoFix omitted tag.
wolf [Tue, 31 May 2005 18:59:23 +0000 (18:59 +0000)]
Fix omitted tag.

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

19 years agoAugment documentation.
wolf [Tue, 31 May 2005 18:57:33 +0000 (18:57 +0000)]
Augment documentation.

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

19 years agothrow exception if Cartesian mapping is required, but other mapping is used
guido [Tue, 31 May 2005 16:36:48 +0000 (16:36 +0000)]
throw exception if Cartesian mapping is required, but other mapping is used

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

19 years agodocumentation improved
guido [Tue, 31 May 2005 16:36:20 +0000 (16:36 +0000)]
documentation improved

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

19 years agoImplemented an option to output the solution of deformed meshes,
oliver [Tue, 31 May 2005 16:08:43 +0000 (16:08 +0000)]
Implemented an option to output the solution of deformed meshes,
which result from using the MappingQ1Eulerian class.

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

19 years agoImplemented an option to output the solution on deformed meshes, which
oliver [Tue, 31 May 2005 16:08:00 +0000 (16:08 +0000)]
Implemented an option to output the solution on deformed meshes, which
stem from a MappingQ1Eulerian.

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

19 years agoIntroduced the type of Euler vector as template parameter.
oliver [Tue, 31 May 2005 15:19:25 +0000 (15:19 +0000)]
Introduced the type of Euler vector as template parameter.

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

19 years agoIntroduced the type of the Euler vector as a template parameter.
oliver [Tue, 31 May 2005 15:18:56 +0000 (15:18 +0000)]
Introduced the type of the Euler vector as a template parameter.

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

19 years agoNew test
wolf [Tue, 31 May 2005 14:26:15 +0000 (14:26 +0000)]
New test

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

19 years agoFix author list.
wolf [Tue, 31 May 2005 14:21:31 +0000 (14:21 +0000)]
Fix author list.

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

19 years agoQProjector moved to its own header file
guido [Tue, 31 May 2005 09:09:21 +0000 (09:09 +0000)]
QProjector moved to its own header file
QProjector::project_to_line added

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

19 years agoremove obsolete mebedding matrices
guido [Tue, 31 May 2005 09:07:14 +0000 (09:07 +0000)]
remove obsolete mebedding matrices

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

19 years agoAdd a way to get the tensor identity operator.
wolf [Tue, 31 May 2005 02:24:44 +0000 (02:24 +0000)]
Add a way to get the tensor identity operator.

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

19 years ago3d gradients fixed
guido [Mon, 30 May 2005 15:45:15 +0000 (15:45 +0000)]
3d gradients fixed

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

19 years agoQGaussN removed
guido [Mon, 30 May 2005 15:45:00 +0000 (15:45 +0000)]
QGaussN removed

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

19 years agoremove obsolete quadrature rules QGaussN
guido [Mon, 30 May 2005 15:44:01 +0000 (15:44 +0000)]
remove obsolete quadrature rules QGaussN

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

19 years agochanges of the last week
guido [Mon, 30 May 2005 15:13:17 +0000 (15:13 +0000)]
changes of the last week

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

19 years agoGradients were computed wrong way round
guido [Mon, 30 May 2005 15:10:59 +0000 (15:10 +0000)]
Gradients were computed wrong way round

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

19 years agoLagrange interpolation for arbitrary points
guido [Mon, 30 May 2005 14:46:39 +0000 (14:46 +0000)]
Lagrange interpolation for arbitrary points

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

19 years agoGaussLobatto points fixed
guido [Mon, 30 May 2005 14:45:55 +0000 (14:45 +0000)]
GaussLobatto points fixed

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

19 years agopolynomial multiplication and Lagrange class started
guido [Mon, 30 May 2005 13:17:12 +0000 (13:17 +0000)]
polynomial multiplication and Lagrange class started

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

19 years agoadd tests for new nodal RT element
guido [Mon, 30 May 2005 09:08:21 +0000 (09:08 +0000)]
add tests for new nodal RT element

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

19 years agotypo in assertion fixed
guido [Mon, 30 May 2005 08:53:27 +0000 (08:53 +0000)]
typo in assertion fixed

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

19 years agoderivatives of Raviart-Thomas polynomials fixed
guido [Mon, 30 May 2005 08:53:01 +0000 (08:53 +0000)]
derivatives of Raviart-Thomas polynomials fixed

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

19 years agofix node values in 2d and accomodate for Wolfgangs project_to_all_faces in 3d
guido [Sat, 28 May 2005 22:56:37 +0000 (22:56 +0000)]
fix node values in 2d and accomodate for Wolfgangs project_to_all_faces in 3d

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

19 years agoFix a bug in the deviator.
wolf [Sat, 28 May 2005 19:05:24 +0000 (19:05 +0000)]
Fix a bug in the deviator.

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