]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
19 years agoOptimize certain issues.
Wolfgang Bangerth [Mon, 4 Apr 2005 19:00:10 +0000 (19:00 +0000)]
Optimize certain issues.

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

19 years agoAdd missing .output file.
Wolfgang Bangerth [Mon, 4 Apr 2005 18:54:15 +0000 (18:54 +0000)]
Add missing .output file.

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

19 years agoInitialize a variable because operator new might throw and we'd be left with
Wolfgang Bangerth [Mon, 4 Apr 2005 18:52:45 +0000 (18:52 +0000)]
Initialize a variable because operator new might throw and we'd be left with
an invalid initial value.

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

19 years agoMake the default value of preset_nonzero_locations = true.
Wolfgang Bangerth [Mon, 4 Apr 2005 18:40:20 +0000 (18:40 +0000)]
Make the default value of preset_nonzero_locations = true.

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

19 years ago // for some reason, it does not
Wolfgang Bangerth [Mon, 4 Apr 2005 18:30:43 +0000 (18:30 +0000)]
                                       // for some reason, it does not
                                           // seem to be possible to force
                                           // actual allocation of actual
                                           // entries by using the last
                                           // arguments to the call above. if
                                           // we don't initialize the entries
                                           // like in the following loop, then
                                           // the program is unbearably slow
                                           // because elements are allocated
                                           // and accessed in random order,
                                           // which is not what PETSc likes

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

19 years agoUse MatMPIAIJSetPreallocationCSR
Wolfgang Bangerth [Mon, 4 Apr 2005 15:17:26 +0000 (15:17 +0000)]
Use MatMPIAIJSetPreallocationCSR

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

19 years agofind out umfpack version
Guido Kanschat [Sun, 3 Apr 2005 14:34:24 +0000 (14:34 +0000)]
find out umfpack version

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

19 years agoinclude previous LDFLAGS
Guido Kanschat [Sun, 3 Apr 2005 14:21:36 +0000 (14:21 +0000)]
include previous LDFLAGS

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

19 years agoCheck for UMFPACK version
Guido Kanschat [Sun, 3 Apr 2005 14:01:05 +0000 (14:01 +0000)]
Check for UMFPACK version

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

19 years agotry accessing UMFPACK version
Guido Kanschat [Sun, 3 Apr 2005 13:39:42 +0000 (13:39 +0000)]
try accessing UMFPACK version

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

19 years agoallow vector valued elements
Guido Kanschat [Sun, 3 Apr 2005 12:41:53 +0000 (12:41 +0000)]
allow vector valued elements

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

19 years agofix path for doxygen examples and temporarily remove tests
Guido Kanschat [Sun, 3 Apr 2005 12:40:01 +0000 (12:40 +0000)]
fix path for doxygen examples and temporarily remove tests

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

19 years agoAdd additional libraries
Guido Kanschat [Sun, 3 Apr 2005 07:55:39 +0000 (07:55 +0000)]
Add additional libraries

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

19 years agochange some features in build-test to meet parser requirements
Guido Kanschat [Sun, 3 Apr 2005 06:42:06 +0000 (06:42 +0000)]
change some features in build-test to meet parser requirements

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

19 years agoFix typo.
Wolfgang Bangerth [Thu, 31 Mar 2005 18:59:50 +0000 (18:59 +0000)]
Fix typo.

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

19 years agoFunction parser Test suite.
Luca Heltai [Thu, 31 Mar 2005 17:31:27 +0000 (17:31 +0000)]
Function parser Test suite.

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

19 years agocompute embedding using FETools
Guido Kanschat [Thu, 31 Mar 2005 16:58:18 +0000 (16:58 +0000)]
compute embedding using FETools

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

19 years agoAdded a couple of missing this->
Luca Heltai [Thu, 31 Mar 2005 09:43:26 +0000 (09:43 +0000)]
Added a couple of missing this->

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

19 years agoFunction parser bug correction and string parsing for vector valued functions.
Luca Heltai [Thu, 31 Mar 2005 09:32:29 +0000 (09:32 +0000)]
Function parser bug correction and string parsing for vector valued functions.

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

19 years agoAdded functionality to the initialize method. Fixed a bug that prevented non
Luca Heltai [Thu, 31 Mar 2005 09:23:15 +0000 (09:23 +0000)]
Added functionality to the initialize method. Fixed a bug that prevented non
vector valued functions to work properly. Corrected destructor.

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

19 years agoargument list reformatted for narrower screens
Guido Kanschat [Wed, 30 Mar 2005 23:34:43 +0000 (23:34 +0000)]
argument list reformatted for narrower screens

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

19 years agoOpen text in correct frame.
Wolfgang Bangerth [Wed, 30 Mar 2005 18:56:04 +0000 (18:56 +0000)]
Open text in correct frame.

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

19 years agoUndo previous checkin since it doesn't lead to anything better readable with the...
Wolfgang Bangerth [Wed, 30 Mar 2005 18:52:25 +0000 (18:52 +0000)]
Undo previous checkin since it doesn't lead to anything better readable with the long titles.

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

19 years agoCompress menu.
Wolfgang Bangerth [Wed, 30 Mar 2005 18:46:38 +0000 (18:46 +0000)]
Compress menu.

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

19 years agoOuch!
Guido Kanschat [Wed, 30 Mar 2005 18:17:46 +0000 (18:17 +0000)]
Ouch!

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

19 years agoeigenvalues
Guido Kanschat [Wed, 30 Mar 2005 18:11:36 +0000 (18:11 +0000)]
eigenvalues

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

19 years agooperator* doesn't do complete contractions of tensors of rank 4 any more.
Wolfgang Bangerth [Wed, 30 Mar 2005 17:30:10 +0000 (17:30 +0000)]
operator* doesn't do complete contractions of tensors of rank 4 any more.

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

19 years agodebug suffix is added by make_dependencies
Guido Kanschat [Wed, 30 Mar 2005 16:53:38 +0000 (16:53 +0000)]
debug suffix is added by make_dependencies

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

19 years agoMake enter function in preconditioner accessible
Guido Kanschat [Tue, 29 Mar 2005 23:57:59 +0000 (23:57 +0000)]
Make enter function in preconditioner accessible

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

19 years agoFix forgotten specialization.
Wolfgang Bangerth [Tue, 29 Mar 2005 23:55:44 +0000 (23:55 +0000)]
Fix forgotten specialization.

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

19 years agoFix testcase. Also verify the output for the 2x2x2x2 case,
Wolfgang Bangerth [Tue, 29 Mar 2005 23:53:49 +0000 (23:53 +0000)]
Fix testcase. Also verify the output for the 2x2x2x2 case,

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

19 years agoFix testcase.
Wolfgang Bangerth [Tue, 29 Mar 2005 23:53:30 +0000 (23:53 +0000)]
Fix testcase.

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

19 years agoAdd a test for distributivity of multiplication.
Wolfgang Bangerth [Tue, 29 Mar 2005 23:45:53 +0000 (23:45 +0000)]
Add a test for distributivity of multiplication.

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

19 years ago.
Wolfgang Bangerth [Tue, 29 Mar 2005 23:43:20 +0000 (23:43 +0000)]
.

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

19 years agoNew test.
Wolfgang Bangerth [Tue, 29 Mar 2005 23:42:28 +0000 (23:42 +0000)]
New test.

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

19 years agoAdd docs.
Wolfgang Bangerth [Tue, 29 Mar 2005 23:32:47 +0000 (23:32 +0000)]
Add docs.

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

19 years agoRemove global operator* and replace it by a member operator that is at
Wolfgang Bangerth [Tue, 29 Mar 2005 23:32:01 +0000 (23:32 +0000)]
Remove global operator* and replace it by a member operator that is at
least 2 orders of magnitude faster.

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

19 years agoAdd some docs.
Wolfgang Bangerth [Tue, 29 Mar 2005 22:49:37 +0000 (22:49 +0000)]
Add some docs.

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

19 years agoAdd a few double_contract functions.
Wolfgang Bangerth [Tue, 29 Mar 2005 22:48:47 +0000 (22:48 +0000)]
Add a few double_contract functions.

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

19 years agoAdd double contraction operator* for tensors of rank 4 and 2.
Wolfgang Bangerth [Tue, 29 Mar 2005 22:20:12 +0000 (22:20 +0000)]
Add double contraction operator* for tensors of rank 4 and 2.

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

19 years agoMove a few functions into the general file.
Wolfgang Bangerth [Tue, 29 Mar 2005 22:17:36 +0000 (22:17 +0000)]
Move a few functions into the general file.

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

19 years agoMore tests.
Wolfgang Bangerth [Tue, 29 Mar 2005 22:16:59 +0000 (22:16 +0000)]
More tests.

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

19 years agoAdd a double_contract function.
Wolfgang Bangerth [Tue, 29 Mar 2005 21:50:41 +0000 (21:50 +0000)]
Add a double_contract function.

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

19 years ago.
Wolfgang Bangerth [Tue, 29 Mar 2005 21:46:36 +0000 (21:46 +0000)]
.

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

19 years agoNew testcase comparing symmetric tensors and asymmetric ones.
Wolfgang Bangerth [Tue, 29 Mar 2005 21:46:16 +0000 (21:46 +0000)]
New testcase comparing symmetric tensors and asymmetric ones.

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

19 years agoFinish accessors for fourth order tensors. Add a cautionary note to
Wolfgang Bangerth [Tue, 29 Mar 2005 21:27:18 +0000 (21:27 +0000)]
Finish accessors for fourth order tensors. Add a cautionary note to
the docs.

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

19 years agoAdd default arguments necessary for certain template tricks in SymmetricTensor.
Wolfgang Bangerth [Tue, 29 Mar 2005 21:27:04 +0000 (21:27 +0000)]
Add default arguments necessary for certain template tricks in SymmetricTensor.

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

19 years agoNew testcase.
Wolfgang Bangerth [Tue, 29 Mar 2005 21:24:59 +0000 (21:24 +0000)]
New testcase.

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

19 years agocopyright
Guido Kanschat [Tue, 29 Mar 2005 21:20:43 +0000 (21:20 +0000)]
copyright

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

19 years agotop matter
Guido Kanschat [Tue, 29 Mar 2005 21:15:57 +0000 (21:15 +0000)]
top matter

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

19 years agoformatted
Guido Kanschat [Tue, 29 Mar 2005 20:37:07 +0000 (20:37 +0000)]
formatted

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

19 years agoimages in classes
Guido Kanschat [Tue, 29 Mar 2005 20:30:27 +0000 (20:30 +0000)]
images in classes

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

19 years agocompressed
Guido Kanschat [Tue, 29 Mar 2005 20:20:15 +0000 (20:20 +0000)]
compressed

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

19 years agocompressed
Guido Kanschat [Tue, 29 Mar 2005 20:18:35 +0000 (20:18 +0000)]
compressed

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

19 years agoRewrite the entire accessor stuff so that we can also handle higher
Wolfgang Bangerth [Tue, 29 Mar 2005 18:53:50 +0000 (18:53 +0000)]
Rewrite the entire accessor stuff so that we can also handle higher
order tensors. Doesn't work for rank-4 tensors right now, though...

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

19 years agoRename variable.
Wolfgang Bangerth [Tue, 29 Mar 2005 16:44:29 +0000 (16:44 +0000)]
Rename variable.

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

19 years agodo not extend to end of line
Guido Kanschat [Tue, 29 Mar 2005 16:27:05 +0000 (16:27 +0000)]
do not extend to end of line

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

19 years agoQualify calls to n_rows()
Wolfgang Bangerth [Tue, 29 Mar 2005 16:08:58 +0000 (16:08 +0000)]
Qualify calls to n_rows()

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

19 years agoAdd doc.
Wolfgang Bangerth [Tue, 29 Mar 2005 15:47:20 +0000 (15:47 +0000)]
Add doc.

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

19 years agoMove closer to general symmetric tensors.
Wolfgang Bangerth [Tue, 29 Mar 2005 15:46:41 +0000 (15:46 +0000)]
Move closer to general symmetric tensors.

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

19 years agoMove table indices out into their own file, since they are now used elsewhere
Wolfgang Bangerth [Tue, 29 Mar 2005 15:45:17 +0000 (15:45 +0000)]
Move table indices out into their own file, since they are now used elsewhere
as well.

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

19 years agoAllow sorting of table indices.
Wolfgang Bangerth [Tue, 29 Mar 2005 15:38:14 +0000 (15:38 +0000)]
Allow sorting of table indices.

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

19 years agoeigenvalues
Guido Kanschat [Tue, 29 Mar 2005 03:08:00 +0000 (03:08 +0000)]
eigenvalues

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

19 years agoadjust copyright after last changes
Guido Kanschat [Tue, 29 Mar 2005 00:49:28 +0000 (00:49 +0000)]
adjust copyright after last changes

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

19 years agocopyright and divider lines
Guido Kanschat [Tue, 29 Mar 2005 00:48:42 +0000 (00:48 +0000)]
copyright and divider lines

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

19 years agocopyright and divider lines
Guido Kanschat [Tue, 29 Mar 2005 00:46:37 +0000 (00:46 +0000)]
copyright and divider lines

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

19 years agocopyright and divider lines
Guido Kanschat [Tue, 29 Mar 2005 00:38:49 +0000 (00:38 +0000)]
copyright and divider lines

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

19 years agoCopyright 2005
Guido Kanschat [Tue, 29 Mar 2005 00:33:27 +0000 (00:33 +0000)]
Copyright 2005

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

19 years agoadjust copyright after last changes
Guido Kanschat [Tue, 29 Mar 2005 00:32:19 +0000 (00:32 +0000)]
adjust copyright after last changes

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

19 years agocopyright and divider lines
Guido Kanschat [Tue, 29 Mar 2005 00:29:22 +0000 (00:29 +0000)]
copyright and divider lines

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

19 years agoadjust copyright after last changes
Guido Kanschat [Tue, 29 Mar 2005 00:24:18 +0000 (00:24 +0000)]
adjust copyright after last changes

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

19 years agocopyright and divider lines
Guido Kanschat [Tue, 29 Mar 2005 00:04:22 +0000 (00:04 +0000)]
copyright and divider lines

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

19 years agocriterion changed
Guido Kanschat [Tue, 29 Mar 2005 00:04:15 +0000 (00:04 +0000)]
criterion changed

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

19 years agocopyright and divider lines
Guido Kanschat [Mon, 28 Mar 2005 23:37:00 +0000 (23:37 +0000)]
copyright and divider lines

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

19 years agoA few more renamed in preparation to rank-4 tensors.
Wolfgang Bangerth [Mon, 28 Mar 2005 23:17:56 +0000 (23:17 +0000)]
A few more renamed in preparation to rank-4 tensors.

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

19 years agoMore renames.
Wolfgang Bangerth [Mon, 28 Mar 2005 23:15:16 +0000 (23:15 +0000)]
More renames.

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

19 years agoRename Accessor.
Wolfgang Bangerth [Mon, 28 Mar 2005 23:14:39 +0000 (23:14 +0000)]
Rename Accessor.

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

19 years agoImplement a few things about rank-4 tensors.
Wolfgang Bangerth [Mon, 28 Mar 2005 23:08:13 +0000 (23:08 +0000)]
Implement a few things about rank-4 tensors.

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

19 years agooutput reduced
Guido Kanschat [Mon, 28 Mar 2005 23:06:33 +0000 (23:06 +0000)]
output reduced

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

19 years agoCheck copyright lines against log
Guido Kanschat [Mon, 28 Mar 2005 23:05:37 +0000 (23:05 +0000)]
Check copyright lines against log

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

19 years agoAdd doc. Rename one variable.
Wolfgang Bangerth [Mon, 28 Mar 2005 23:04:35 +0000 (23:04 +0000)]
Add doc. Rename one variable.

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

19 years agoFactor some code out.
Wolfgang Bangerth [Mon, 28 Mar 2005 23:03:32 +0000 (23:03 +0000)]
Factor some code out.

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

19 years agoRename one field.
Wolfgang Bangerth [Mon, 28 Mar 2005 22:39:03 +0000 (22:39 +0000)]
Rename one field.

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

19 years ago.
Wolfgang Bangerth [Mon, 28 Mar 2005 22:18:19 +0000 (22:18 +0000)]
.

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

19 years agoAdd a second testcase.
Wolfgang Bangerth [Mon, 28 Mar 2005 22:17:28 +0000 (22:17 +0000)]
Add a second testcase.

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

19 years agoAdd docs.
Wolfgang Bangerth [Mon, 28 Mar 2005 22:06:58 +0000 (22:06 +0000)]
Add docs.

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

19 years agoAdd new test for symmetric tensors.
Wolfgang Bangerth [Mon, 28 Mar 2005 22:06:40 +0000 (22:06 +0000)]
Add new test for symmetric tensors.

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

19 years agoGet a few issues with constness right.
Wolfgang Bangerth [Mon, 28 Mar 2005 22:06:00 +0000 (22:06 +0000)]
Get a few issues with constness right.

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

19 years agoAdd missing include file.
Wolfgang Bangerth [Mon, 28 Mar 2005 21:58:03 +0000 (21:58 +0000)]
Add missing include file.

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

19 years agoConvert to new-style format with tests_x.
Wolfgang Bangerth [Mon, 28 Mar 2005 21:51:32 +0000 (21:51 +0000)]
Convert to new-style format with tests_x.

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

19 years agoAdd scalar product between symmetric tensors.
Wolfgang Bangerth [Mon, 28 Mar 2005 21:40:01 +0000 (21:40 +0000)]
Add scalar product between symmetric tensors.

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

19 years agoadd class name to subscription
Guido Kanschat [Mon, 28 Mar 2005 21:20:55 +0000 (21:20 +0000)]
add class name to subscription

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

19 years agoadding functions
Guido Kanschat [Mon, 28 Mar 2005 21:19:33 +0000 (21:19 +0000)]
adding functions

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

19 years agoAdd accessors. Add a few more functions.
Wolfgang Bangerth [Mon, 28 Mar 2005 19:05:28 +0000 (19:05 +0000)]
Add accessors. Add a few more functions.

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

19 years agoclass name in SmartPointer
Guido Kanschat [Mon, 28 Mar 2005 17:49:28 +0000 (17:49 +0000)]
class name in SmartPointer

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

19 years agoforgotten ,
Guido Kanschat [Mon, 28 Mar 2005 17:45:05 +0000 (17:45 +0000)]
forgotten ,

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

19 years agoAdd a class implementing symmetric tensors of rank 2.
Wolfgang Bangerth [Mon, 28 Mar 2005 17:41:32 +0000 (17:41 +0000)]
Add a class implementing symmetric tensors of rank 2.

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

19 years agoadd classname to SmartPointer
Guido Kanschat [Mon, 28 Mar 2005 17:40:11 +0000 (17:40 +0000)]
add classname to SmartPointer

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

19 years agoAdd a class implementing symmetric tensors of rank 2.
Wolfgang Bangerth [Mon, 28 Mar 2005 17:31:03 +0000 (17:31 +0000)]
Add a class implementing symmetric tensors of rank 2.

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

19 years agoReword the documentation that seems to be a left-over from 1997.
Wolfgang Bangerth [Mon, 28 Mar 2005 17:27:54 +0000 (17:27 +0000)]
Reword the documentation that seems to be a left-over from 1997.

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