]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
16 years agoUpdate the time it took to compute solutions now that we renumber dofs (this improves...
bangerth [Mon, 4 Feb 2008 04:19:59 +0000 (04:19 +0000)]
Update the time it took to compute solutions now that we renumber dofs (this improves the quality of the ILU).

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

16 years agoWe don't actually have mesh-6 for 2d.
bangerth [Sun, 3 Feb 2008 05:30:28 +0000 (05:30 +0000)]
We don't actually have mesh-6 for 2d.

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

16 years agoGet images from step-31 as well.
bangerth [Sat, 2 Feb 2008 06:04:49 +0000 (06:04 +0000)]
Get images from step-31 as well.

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

16 years agoImplement inner preconditioner choice so that it works in both 2d and 3d.
bangerth [Sat, 2 Feb 2008 03:51:11 +0000 (03:51 +0000)]
Implement inner preconditioner choice so that it works in both 2d and 3d.

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

16 years agoAdd 2d output. Add a few sentences.
bangerth [Sat, 2 Feb 2008 02:58:46 +0000 (02:58 +0000)]
Add 2d output. Add a few sentences.

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

16 years agoRescale meshes.
bangerth [Sat, 2 Feb 2008 01:02:47 +0000 (01:02 +0000)]
Rescale meshes.

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

16 years agoAdd a few results.
bangerth [Fri, 1 Feb 2008 19:27:30 +0000 (19:27 +0000)]
Add a few results.

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

16 years agoUpdate number of tests
bangerth [Fri, 1 Feb 2008 14:05:35 +0000 (14:05 +0000)]
Update number of tests

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

16 years agoWrite up the lead-up of the intro.
bangerth [Fri, 1 Feb 2008 03:40:23 +0000 (03:40 +0000)]
Write up the lead-up of the intro.

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

16 years agoSome more text in the introduction.
bangerth [Thu, 31 Jan 2008 19:50:49 +0000 (19:50 +0000)]
Some more text in the introduction.

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

16 years agoMake run in 3d as well.
bangerth [Mon, 28 Jan 2008 20:50:43 +0000 (20:50 +0000)]
Make run in 3d as well.

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

16 years agoA bit more text.
bangerth [Mon, 28 Jan 2008 20:19:40 +0000 (20:19 +0000)]
A bit more text.

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

16 years agoIgnore the intermediate files this program produces.
bangerth [Mon, 28 Jan 2008 04:08:43 +0000 (04:08 +0000)]
Ignore the intermediate files this program produces.

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

16 years agoStructure documentation.
bangerth [Mon, 28 Jan 2008 04:07:14 +0000 (04:07 +0000)]
Structure documentation.

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

16 years agoMove the documentation of the solution of the Stokes system from step-22 to step-31.
bangerth [Sun, 27 Jan 2008 04:53:48 +0000 (04:53 +0000)]
Move the documentation of the solution of the Stokes system from step-22 to step-31.

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

16 years agoadd
bangerth [Sun, 27 Jan 2008 04:39:35 +0000 (04:39 +0000)]
add

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

16 years agoAdd an exception apparently forgotten.
bangerth [Sun, 27 Jan 2008 03:48:48 +0000 (03:48 +0000)]
Add an exception apparently forgotten.

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

16 years agoAdd an assertion for the right size of the component mask which apparently was forgotten.
bangerth [Sat, 26 Jan 2008 04:46:51 +0000 (04:46 +0000)]
Add an assertion for the right size of the component mask which apparently was forgotten.

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

16 years agoMoved BlockVector::memory_consumption to BlockVectorBase class.
prill [Fri, 25 Jan 2008 20:38:43 +0000 (20:38 +0000)]
Moved BlockVector::memory_consumption to BlockVectorBase class.

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

16 years agoAdded (empty) memory_consumption routines to petsc_vector_base, block_vector_base.
prill [Fri, 25 Jan 2008 20:24:39 +0000 (20:24 +0000)]
Added (empty) memory_consumption routines to petsc_vector_base, block_vector_base.

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

16 years agoAdd a TODO.
bangerth [Fri, 25 Jan 2008 16:24:12 +0000 (16:24 +0000)]
Add a TODO.

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

16 years agoAlso instantiate VectorMemory classes for PETSc vectors.
bangerth [Fri, 25 Jan 2008 16:23:01 +0000 (16:23 +0000)]
Also instantiate VectorMemory classes for PETSc vectors.

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

16 years agoMinor fix.
bangerth [Fri, 25 Jan 2008 05:23:41 +0000 (05:23 +0000)]
Minor fix.

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

16 years agoA bit more text.
bangerth [Fri, 25 Jan 2008 05:18:16 +0000 (05:18 +0000)]
A bit more text.

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

16 years agoIgnore generated and output files.
bangerth [Fri, 25 Jan 2008 00:01:28 +0000 (00:01 +0000)]
Ignore generated and output files.

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

16 years agoAdd the SPEC CPU2006 benchmark 447.dealII with 2 or 3 minor modifications to make...
bangerth [Fri, 25 Jan 2008 00:00:18 +0000 (00:00 +0000)]
Add the SPEC CPU2006 benchmark 447.dealII with 2 or 3 minor modifications to make sure it still compiles.

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

16 years agoFix generation of paths and find deal.II directory even if tests/ is not a parallel...
bangerth [Thu, 24 Jan 2008 23:54:31 +0000 (23:54 +0000)]
Fix generation of paths and find deal.II directory even if tests/ is not a parallel directory to deal.II/

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

16 years agoMove the stuff that computes no-flux constraints into the library proper.
bangerth [Thu, 24 Jan 2008 23:28:37 +0000 (23:28 +0000)]
Move the stuff that computes no-flux constraints into the library proper.

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

16 years agoMove the GrowingVectorMemory::Pool functions into the .cc file. This doesn't hurt...
bangerth [Thu, 24 Jan 2008 17:50:19 +0000 (17:50 +0000)]
Move the GrowingVectorMemory::Pool functions into the .cc file. This doesn't hurt because the pools are constructed only once per program lifetime, so they do not need to be inlined. This also allows us to move the definitions of the static variables into the .cc file which avoids that they are created more than once.

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

16 years agoFix according to current style.
bangerth [Thu, 24 Jan 2008 17:49:54 +0000 (17:49 +0000)]
Fix according to current style.

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

16 years agoeliminate excessive output and runtime
kanschat [Thu, 24 Jan 2008 17:47:53 +0000 (17:47 +0000)]
eliminate excessive output and runtime

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

16 years agoFix according to current style.
bangerth [Thu, 24 Jan 2008 17:46:44 +0000 (17:46 +0000)]
Fix according to current style.

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

16 years agochange tests according to new LogStream; cut some excessive output
kanschat [Thu, 24 Jan 2008 17:40:56 +0000 (17:40 +0000)]
change tests according to new LogStream; cut some excessive output

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

16 years agoMake the guard variable static since otherwise it doesn't help any.
bangerth [Thu, 24 Jan 2008 17:29:12 +0000 (17:29 +0000)]
Make the guard variable static since otherwise it doesn't help any.

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

16 years agoAlso lock memory pool when computing memory consumption.
bangerth [Thu, 24 Jan 2008 17:18:05 +0000 (17:18 +0000)]
Also lock memory pool when computing memory consumption.

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

16 years agoFix recent changes in how deallog wants its accuracy set.
bangerth [Thu, 24 Jan 2008 17:17:35 +0000 (17:17 +0000)]
Fix recent changes in how deallog wants its accuracy set.

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

16 years agoAdd no_flux_04.
bangerth [Thu, 24 Jan 2008 17:17:19 +0000 (17:17 +0000)]
Add no_flux_04.

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

16 years agonew colored cells in subdivided_hyper_rectangle
kanschat [Thu, 24 Jan 2008 16:39:18 +0000 (16:39 +0000)]
new colored cells in subdivided_hyper_rectangle

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

16 years agonew colored cells in subdivided_hyper_rectangle
kanschat [Thu, 24 Jan 2008 16:39:15 +0000 (16:39 +0000)]
new colored cells in subdivided_hyper_rectangle

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

16 years agoAdd two more pictures since they are so nice.
bangerth [Thu, 24 Jan 2008 16:24:58 +0000 (16:24 +0000)]
Add two more pictures since they are so nice.

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

16 years agoimprove error message if include line is corrupted
kanschat [Thu, 24 Jan 2008 16:16:10 +0000 (16:16 +0000)]
improve error message if include line is corrupted

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

16 years agoAdd two more pictures.
bangerth [Thu, 24 Jan 2008 16:01:46 +0000 (16:01 +0000)]
Add two more pictures.

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

16 years agofix bug introduced in last change
kanschat [Thu, 24 Jan 2008 06:01:20 +0000 (06:01 +0000)]
fix bug introduced in last change

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

16 years agotests must be changed for new LogStream
kanschat [Thu, 24 Jan 2008 05:48:56 +0000 (05:48 +0000)]
tests must be changed for new LogStream

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

16 years agotests must be changed for new LogStream
kanschat [Thu, 24 Jan 2008 05:31:14 +0000 (05:31 +0000)]
tests must be changed for new LogStream

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

16 years agotests must be changed for new LogStream
kanschat [Thu, 24 Jan 2008 04:59:09 +0000 (04:59 +0000)]
tests must be changed for new LogStream

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

16 years agotests must be changed for new LogStream
kanschat [Thu, 24 Jan 2008 04:45:18 +0000 (04:45 +0000)]
tests must be changed for new LogStream

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

16 years agoRemove .inst files when doing make distclean.
bangerth [Thu, 24 Jan 2008 00:35:00 +0000 (00:35 +0000)]
Remove .inst files when doing make distclean.

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

16 years agoRemove time tag from output file.
bangerth [Thu, 24 Jan 2008 00:18:43 +0000 (00:18 +0000)]
Remove time tag from output file.

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

16 years agoFix function name
bangerth [Thu, 24 Jan 2008 00:02:55 +0000 (00:02 +0000)]
Fix function name

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

16 years agoOne more test.
bangerth [Thu, 24 Jan 2008 00:02:24 +0000 (00:02 +0000)]
One more test.

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

16 years agoAdd a few words and reformat.
bangerth [Wed, 23 Jan 2008 23:56:39 +0000 (23:56 +0000)]
Add a few words and reformat.

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

16 years agoImplement VectorTools::compute_no_normal_flux_constraints.
bangerth [Wed, 23 Jan 2008 23:42:30 +0000 (23:42 +0000)]
Implement VectorTools::compute_no_normal_flux_constraints.

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

16 years agouse viscosity in StokesCosine
kanschat [Wed, 23 Jan 2008 23:28:31 +0000 (23:28 +0000)]
use viscosity in StokesCosine

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

16 years agoAdd something to a comment.
bangerth [Wed, 23 Jan 2008 22:54:12 +0000 (22:54 +0000)]
Add something to a comment.

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

16 years agoRemove step-99 which was accidentally added.
bangerth [Wed, 23 Jan 2008 20:30:11 +0000 (20:30 +0000)]
Remove step-99 which was accidentally added.

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

16 years agoadd
bangerth [Wed, 23 Jan 2008 19:14:27 +0000 (19:14 +0000)]
add

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

16 years agoOne more testcase in the same direction.
bangerth [Wed, 23 Jan 2008 16:40:04 +0000 (16:40 +0000)]
One more testcase in the same direction.

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

16 years agoDocument the special case of the constraint x_i=0.
bangerth [Wed, 23 Jan 2008 16:33:08 +0000 (16:33 +0000)]
Document the special case of the constraint x_i=0.

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

16 years agoFix the case of constraints of the form x[i]=0 which simply weren't written at all.
bangerth [Wed, 23 Jan 2008 16:28:37 +0000 (16:28 +0000)]
Fix the case of constraints of the form x[i]=0 which simply weren't written at all.

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

16 years agoDocument what the test does.
bangerth [Wed, 23 Jan 2008 16:18:45 +0000 (16:18 +0000)]
Document what the test does.

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

16 years agoTests must include ../tests.h
bangerth [Wed, 23 Jan 2008 03:20:44 +0000 (03:20 +0000)]
Tests must include ../tests.h

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

16 years agoRe-indent.
bangerth [Wed, 23 Jan 2008 00:59:54 +0000 (00:59 +0000)]
Re-indent.

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

16 years agoRework the function that computes no_normal_flux and make it work for all cases in 2d.
bangerth [Wed, 23 Jan 2008 00:21:28 +0000 (00:21 +0000)]
Rework the function that computes no_normal_flux and make it work for all cases in 2d.

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

16 years agoCheck in the benchmark that mimics three candles.
bangerth [Tue, 22 Jan 2008 23:34:03 +0000 (23:34 +0000)]
Check in the benchmark that mimics three candles.

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

16 years agonew LogStream semantics
kanschat [Tue, 22 Jan 2008 23:17:36 +0000 (23:17 +0000)]
new LogStream semantics

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

16 years agoadd Threads::this_thread_id() and make LogStream thread safe
kanschat [Tue, 22 Jan 2008 23:16:51 +0000 (23:16 +0000)]
add Threads::this_thread_id() and make LogStream thread safe

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

16 years agoAdd a default constructor to VtkFlags
bangerth [Tue, 22 Jan 2008 22:27:18 +0000 (22:27 +0000)]
Add a default constructor to VtkFlags

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

16 years agoMake the destructor of the class abstract to ensure that one can't try to instantiate...
bangerth [Tue, 22 Jan 2008 22:21:37 +0000 (22:21 +0000)]
Make the destructor of the class abstract to ensure that one can't try to instantiate an object of this type -- which currently is possible, but because this class is meant to be a base class isn't particularly useful. Improve documentation.

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

16 years agoremove unused reference to logstream.h
kanschat [Tue, 22 Jan 2008 21:06:12 +0000 (21:06 +0000)]
remove unused reference to logstream.h

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

16 years agoUpdate
bangerth [Tue, 22 Jan 2008 04:00:57 +0000 (04:00 +0000)]
Update

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

16 years agoFix up a number of html markups.
bangerth [Tue, 22 Jan 2008 03:19:13 +0000 (03:19 +0000)]
Fix up a number of html markups.

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

16 years agoRemove now stale link to the 1999 report that was removed.
bangerth [Fri, 18 Jan 2008 00:59:11 +0000 (00:59 +0000)]
Remove now stale link to the 1999 report that was removed.

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

16 years agoUndefine our own #defines
bangerth [Thu, 17 Jan 2008 23:52:58 +0000 (23:52 +0000)]
Undefine our own #defines

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

16 years agoUndefine our own #defines
bangerth [Thu, 17 Jan 2008 23:50:08 +0000 (23:50 +0000)]
Undefine our own #defines

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

16 years agoRemove the empty function we used to place into object files if the rest of the file...
bangerth [Thu, 17 Jan 2008 23:47:31 +0000 (23:47 +0000)]
Remove the empty function we used to place into object files if the rest of the file was commented out with #ifdef ... #endif. This was necessary back in the days with gcc 2.95 on Dec Alpha, but we don't use that compiler any more and the number of these systems in the wild is probably miniscule as well.

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

16 years agoUndefine #defines.
bangerth [Thu, 17 Jan 2008 22:29:39 +0000 (22:29 +0000)]
Undefine #defines.

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

16 years agoRemove. The directory wasn't populated anyway.
bangerth [Thu, 17 Jan 2008 22:25:38 +0000 (22:25 +0000)]
Remove. The directory wasn't populated anyway.

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

16 years agoRemove the old report from the doc/ directory. Instead link to the new paper availabl...
bangerth [Thu, 17 Jan 2008 22:24:06 +0000 (22:24 +0000)]
Remove the old report from the doc/ directory. Instead link to the new paper available on W's homepage, and also link to the old report at that location

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

16 years agouse new identifier in BlockMatrixArray
kanschat [Thu, 17 Jan 2008 20:22:32 +0000 (20:22 +0000)]
use new identifier in BlockMatrixArray

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

16 years agoadd optional identifier to new_pointer_matrix()
kanschat [Thu, 17 Jan 2008 20:21:35 +0000 (20:21 +0000)]
add optional identifier to new_pointer_matrix()

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

16 years agouse Quadrature::size() instead of n_quadrature_points
kanschat [Thu, 17 Jan 2008 20:15:58 +0000 (20:15 +0000)]
use Quadrature::size() instead of n_quadrature_points

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

16 years agouse Quadrature::size() instead of n_quadrature_points
kanschat [Thu, 17 Jan 2008 17:46:10 +0000 (17:46 +0000)]
use Quadrature::size() instead of n_quadrature_points

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

16 years agouse Quadrature::size() instead of n_quadrature_points
kanschat [Thu, 17 Jan 2008 17:37:37 +0000 (17:37 +0000)]
use Quadrature::size() instead of n_quadrature_points

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

16 years agoadd dependency to clean
kanschat [Thu, 17 Jan 2008 17:31:21 +0000 (17:31 +0000)]
add dependency to clean

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

16 years agoSuchet und Ihr werdet finden.
bangerth [Thu, 17 Jan 2008 16:15:52 +0000 (16:15 +0000)]
Suchet und Ihr werdet finden.

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

16 years agoClarify documentation.
bangerth [Thu, 17 Jan 2008 04:12:53 +0000 (04:12 +0000)]
Clarify documentation.

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

16 years agoGenerate instantiations using our own preprocessor, not through include files.
bangerth [Wed, 16 Jan 2008 20:41:26 +0000 (20:41 +0000)]
Generate instantiations using our own preprocessor, not through include files.

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

16 years agoAdd SERIAL_VECTORS
bangerth [Wed, 16 Jan 2008 20:40:44 +0000 (20:40 +0000)]
Add SERIAL_VECTORS

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

16 years agoAdd support for .inst.in files.
bangerth [Wed, 16 Jan 2008 20:40:25 +0000 (20:40 +0000)]
Add support for .inst.in files.

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

16 years agoIndent one line.
bangerth [Wed, 16 Jan 2008 00:48:43 +0000 (00:48 +0000)]
Indent one line.

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

16 years agoDetect Trilinos. Don't do anything with it right now.
bangerth [Wed, 16 Jan 2008 00:48:26 +0000 (00:48 +0000)]
Detect Trilinos. Don't do anything with it right now.

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

16 years agoinclude assignment operator in test
kanschat [Thu, 27 Dec 2007 19:54:08 +0000 (19:54 +0000)]
include assignment operator in test

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

16 years agoadd assignment operator to Quadrature
kanschat [Thu, 27 Dec 2007 19:53:51 +0000 (19:53 +0000)]
add assignment operator to Quadrature

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

16 years agoneed definition of QGauss since somebody added it as a default argument
kanschat [Fri, 21 Dec 2007 22:42:41 +0000 (22:42 +0000)]
need definition of QGauss since somebody added it as a default argument

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

16 years agonew colorizing scheme for subdivided_hyper_rectangle
kanschat [Thu, 20 Dec 2007 20:50:43 +0000 (20:50 +0000)]
new colorizing scheme for subdivided_hyper_rectangle

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

16 years agonew colorizing scheme for subdivided_hyper_rectangle
kanschat [Thu, 20 Dec 2007 20:50:33 +0000 (20:50 +0000)]
new colorizing scheme for subdivided_hyper_rectangle

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

16 years agosomething went wrong with the previous commit
kanschat [Mon, 17 Dec 2007 22:07:31 +0000 (22:07 +0000)]
something went wrong with the previous commit

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

16 years agomake GrowingVectorMemory not log statistics by default
kanschat [Mon, 17 Dec 2007 22:03:44 +0000 (22:03 +0000)]
make GrowingVectorMemory not log statistics by default

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

16 years agodefault memories do not print statistics anymore
kanschat [Mon, 17 Dec 2007 20:16:47 +0000 (20:16 +0000)]
default memories do not print statistics anymore

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