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

19 years agoNew tests.
wolf [Sat, 28 May 2005 19:04:57 +0000 (19:04 +0000)]
New tests.

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

19 years agoFix two problems that made this not compile.
wolf [Sat, 28 May 2005 17:01:48 +0000 (17:01 +0000)]
Fix two problems that made this not compile.

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

19 years agoAdd QGauss<0>::QGauss to avoid some linker failures.
wolf [Fri, 27 May 2005 13:22:16 +0000 (13:22 +0000)]
Add QGauss<0>::QGauss to avoid some linker failures.

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

19 years agoDetect gcc 3.4.5
wolf [Fri, 27 May 2005 13:14:43 +0000 (13:14 +0000)]
Detect gcc 3.4.5

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

19 years agoFix previous version of adding blas when using petsc with static libs.
wolf [Thu, 26 May 2005 17:44:17 +0000 (17:44 +0000)]
Fix previous version of adding blas when using petsc with static libs.

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

19 years agoUse blas when using petsc with static libs.
wolf [Thu, 26 May 2005 17:34:56 +0000 (17:34 +0000)]
Use blas when using petsc with static libs.

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

19 years ago.
wolf [Thu, 26 May 2005 17:26:41 +0000 (17:26 +0000)]
.

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

19 years agoMore indentation changes.
wolf [Thu, 26 May 2005 15:40:13 +0000 (15:40 +0000)]
More indentation changes.

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

19 years agoSlight doc updates.
wolf [Thu, 26 May 2005 15:39:55 +0000 (15:39 +0000)]
Slight doc updates.

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

19 years agoMove the code to validate xrefs down one level. Replace giant command line by individ...
wolf [Thu, 26 May 2005 15:16:04 +0000 (15:16 +0000)]
Move the code to validate xrefs down one level. Replace giant command line by individual calls for each file.

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

19 years agoIn line with the usual unix philosophy, do not generate any output if
wolf [Thu, 26 May 2005 15:13:58 +0000 (15:13 +0000)]
In line with the usual unix philosophy, do not generate any output if
everything is fine.

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

19 years agoRegenerate some output files.
wolf [Wed, 25 May 2005 20:32:37 +0000 (20:32 +0000)]
Regenerate some output files.

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

19 years agoInstead of using a #ifdef in the code, only run umfpack tests from
wolf [Wed, 25 May 2005 20:28:59 +0000 (20:28 +0000)]
Instead of using a #ifdef in the code, only run umfpack tests from
Makefile if umfpack is actually configured.

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

19 years agoRemove tests from standard list.
wolf [Wed, 25 May 2005 20:27:46 +0000 (20:27 +0000)]
Remove tests from standard list.

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

19 years agoRun umfpack tests only if umfpack configured.
wolf [Wed, 25 May 2005 20:27:33 +0000 (20:27 +0000)]
Run umfpack tests only if umfpack configured.

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

19 years agoRegenerate.
wolf [Wed, 25 May 2005 20:22:05 +0000 (20:22 +0000)]
Regenerate.

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

19 years ago.
wolf [Wed, 25 May 2005 19:25:15 +0000 (19:25 +0000)]
.

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

19 years agoAdd pictures.
wolf [Wed, 25 May 2005 19:23:32 +0000 (19:23 +0000)]
Add pictures.

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

19 years agoWrite text.
wolf [Wed, 25 May 2005 19:23:19 +0000 (19:23 +0000)]
Write text.

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

19 years agoDon't output the time quite so wide.
wolf [Wed, 25 May 2005 18:36:29 +0000 (18:36 +0000)]
Don't output the time quite so wide.

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

19 years agoWe can get into write_eps from an input file, so could hit the
wolf [Wed, 25 May 2005 18:25:28 +0000 (18:25 +0000)]
We can get into write_eps from an input file, so could hit the
assertion that this isn't implemented for 3d based on dynamic
decisions. Therefore convert Assert into AssertThrow.

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

19 years agoSpecifying the output format is optional.
wolf [Wed, 25 May 2005 18:22:28 +0000 (18:22 +0000)]
Specifying the output format is optional.

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

19 years agoImprove output. There is always one parameter (the name of the executable).
wolf [Wed, 25 May 2005 18:20:50 +0000 (18:20 +0000)]
Improve output. There is always one parameter (the name of the executable).

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

19 years agoAdd formula graphics.
wolf [Wed, 25 May 2005 18:05:25 +0000 (18:05 +0000)]
Add formula graphics.

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

19 years agoGenerate the intro from the html file.
wolf [Wed, 25 May 2005 18:04:47 +0000 (18:04 +0000)]
Generate the intro from the html file.

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

19 years agoAdd intro.pdf file for better quality.
wolf [Wed, 25 May 2005 17:59:52 +0000 (17:59 +0000)]
Add intro.pdf file for better quality.

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

19 years agoMinor last fixes.
wolf [Wed, 25 May 2005 17:59:22 +0000 (17:59 +0000)]
Minor last fixes.

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

19 years agoProofread and fix.
wolf [Wed, 25 May 2005 17:41:10 +0000 (17:41 +0000)]
Proofread and fix.

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

19 years agoAdd some more documentation.
wolf [Wed, 25 May 2005 16:03:24 +0000 (16:03 +0000)]
Add some more documentation.

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

19 years agoRename the member variable 'degree' to 'rt_order', to avoid a
wolf [Wed, 25 May 2005 15:28:23 +0000 (15:28 +0000)]
Rename the member variable 'degree' to 'rt_order', to avoid a
confusion with a variabl of the same name in the base class.

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

19 years agodebugging RaviartThomasNodal
guido [Wed, 25 May 2005 09:14:10 +0000 (09:14 +0000)]
debugging RaviartThomasNodal

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

19 years agomade function compilable; compute_projection_matrices was checked in by accident...
guido [Wed, 25 May 2005 09:06:06 +0000 (09:06 +0000)]
made function compilable; compute_projection_matrices was checked in by accident and cannot be used yet.

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

19 years agoline offending gcc 4 removed
guido [Wed, 25 May 2005 08:43:04 +0000 (08:43 +0000)]
line offending gcc 4 removed

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

19 years agostill debugging
guido [Wed, 25 May 2005 05:36:35 +0000 (05:36 +0000)]
still debugging

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

19 years agoMinor changes.
wolf [Wed, 25 May 2005 03:55:30 +0000 (03:55 +0000)]
Minor changes.

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

19 years agoFix a few ``...'' by using texttt instead.
wolf [Wed, 25 May 2005 03:42:23 +0000 (03:42 +0000)]
Fix a few ``...'' by using texttt instead.

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

19 years agoFix missing parenthesis.
wolf [Wed, 25 May 2005 03:40:19 +0000 (03:40 +0000)]
Fix missing parenthesis.

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

19 years agoAvoid warning from latex2html.
wolf [Wed, 25 May 2005 03:39:01 +0000 (03:39 +0000)]
Avoid warning from latex2html.

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

19 years agoFinish text, spell check.
wolf [Wed, 25 May 2005 03:36:53 +0000 (03:36 +0000)]
Finish text, spell check.

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