]>
https://gitweb.dealii.org/ - dealii.git/log
Wolfgang Bangerth [Fri, 24 Feb 2006 18:16:47 +0000 (18:16 +0000)]
We don't support gcc2.95 any more, so we can at least save ourselves 14.8 MB of output files for that particular compiler.
git-svn-id: https://svn.dealii.org/trunk@12502
0785d39b -7218-0410-832d-
ea1e28bc413d
Ralf Hartmann [Fri, 24 Feb 2006 17:37:44 +0000 (17:37 +0000)]
It did compile with gcc3.3. Make it compile with gcc.3.4.5, too.
git-svn-id: https://svn.dealii.org/trunk@12501
0785d39b -7218-0410-832d-
ea1e28bc413d
Ralf Hartmann [Fri, 24 Feb 2006 17:27:38 +0000 (17:27 +0000)]
DH templatize some more functions.
git-svn-id: https://svn.dealii.org/trunk@12500
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Fri, 24 Feb 2006 17:20:52 +0000 (17:20 +0000)]
Add assertions that say "you can't set an active_fe_index larger than the
number of finite elements in the collection"
git-svn-id: https://svn.dealii.org/trunk@12499
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Fri, 24 Feb 2006 17:20:13 +0000 (17:20 +0000)]
Avoid trying to set active_fe_indices if no fe collection is available yet.
git-svn-id: https://svn.dealii.org/trunk@12498
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Fri, 24 Feb 2006 16:43:23 +0000 (16:43 +0000)]
Get rid of the weird SelectFEValues class since we can now always use hp::FEValues, irrespective of whether we actually have a hp::DoFHandler or not.
git-svn-id: https://svn.dealii.org/trunk@12497
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Fri, 24 Feb 2006 16:42:34 +0000 (16:42 +0000)]
Make the conversion constructors of the collection classes explicit.
git-svn-id: https://svn.dealii.org/trunk@12496
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Fri, 24 Feb 2006 16:41:54 +0000 (16:41 +0000)]
Make the conversion (tensor product) constructor of Quadrature explicit, to avoid funny surprises that for example it is allowed to assign a Quadrature<1> to a QCollection<3>.
git-svn-id: https://svn.dealii.org/trunk@12495
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Fri, 24 Feb 2006 16:23:09 +0000 (16:23 +0000)]
Remove more comments about things that have been replaced by better alternatives.
git-svn-id: https://svn.dealii.org/trunk@12494
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Fri, 24 Feb 2006 16:22:30 +0000 (16:22 +0000)]
Remove now outdated comment.
git-svn-id: https://svn.dealii.org/trunk@12493
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Fri, 24 Feb 2006 16:01:59 +0000 (16:01 +0000)]
Remove now unnecessary include file.
git-svn-id: https://svn.dealii.org/trunk@12492
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Fri, 24 Feb 2006 15:54:53 +0000 (15:54 +0000)]
Add an assertion.
git-svn-id: https://svn.dealii.org/trunk@12491
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Fri, 24 Feb 2006 15:45:40 +0000 (15:45 +0000)]
Simplify code.
git-svn-id: https://svn.dealii.org/trunk@12490
0785d39b -7218-0410-832d-
ea1e28bc413d
Ralf Hartmann [Fri, 24 Feb 2006 13:16:09 +0000 (13:16 +0000)]
Remove unnecessary template argument.
git-svn-id: https://svn.dealii.org/trunk@12489
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Fri, 24 Feb 2006 02:28:35 +0000 (02:28 +0000)]
Use the correct syntax to initialize a static member variable.
git-svn-id: https://svn.dealii.org/trunk@12488
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Thu, 23 Feb 2006 21:57:11 +0000 (21:57 +0000)]
Limit growth of active_fe_index by the number of finite elements in
the list. Also output the active_fe_index fields.
git-svn-id: https://svn.dealii.org/trunk@12487
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Thu, 23 Feb 2006 21:53:08 +0000 (21:53 +0000)]
Re-enable the use of DerivativeApproximation, now that the issue with
that class is resolved (see hp/crash_04)
git-svn-id: https://svn.dealii.org/trunk@12486
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Thu, 23 Feb 2006 21:48:18 +0000 (21:48 +0000)]
Fix crash_04 by avoiding the use of wicked SelectFEValues objects.
git-svn-id: https://svn.dealii.org/trunk@12485
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Thu, 23 Feb 2006 21:46:43 +0000 (21:46 +0000)]
Crash_04 is now fixed.
git-svn-id: https://svn.dealii.org/trunk@12484
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Thu, 23 Feb 2006 21:18:34 +0000 (21:18 +0000)]
Further simplify the interface, by removing the single_quadrature hack in QCollection, and letting all the *Collection::operator[] functions be inline in the header file.
git-svn-id: https://svn.dealii.org/trunk@12483
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Thu, 23 Feb 2006 21:14:28 +0000 (21:14 +0000)]
Adjust the interfaces of all the collection classes to be similar, including the availability of a conversion and a copy constructor. With these two constructors, we can now use an hp::FEValues object everywhere, irrespective of whether we use ::DoFHandler or hp::DoFHandler.
git-svn-id: https://svn.dealii.org/trunk@12482
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Thu, 23 Feb 2006 20:50:18 +0000 (20:50 +0000)]
Bring HTML version of intro up to date.
git-svn-id: https://svn.dealii.org/trunk@12481
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Thu, 23 Feb 2006 20:46:11 +0000 (20:46 +0000)]
Re-add erroneously deleted files
git-svn-id: https://svn.dealii.org/trunk@12480
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Thu, 23 Feb 2006 20:43:10 +0000 (20:43 +0000)]
Remove old gif files
git-svn-id: https://svn.dealii.org/trunk@12479
0785d39b -7218-0410-832d-
ea1e28bc413d
Ralf Hartmann [Thu, 23 Feb 2006 17:14:18 +0000 (17:14 +0000)]
Update notation.
git-svn-id: https://svn.dealii.org/trunk@12478
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Thu, 23 Feb 2006 16:57:20 +0000 (16:57 +0000)]
Commit correct output files.
git-svn-id: https://svn.dealii.org/trunk@12477
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Thu, 23 Feb 2006 16:55:51 +0000 (16:55 +0000)]
Mention Ralf's fix for MappingQ's copy constructor.
git-svn-id: https://svn.dealii.org/trunk@12476
0785d39b -7218-0410-832d-
ea1e28bc413d
Ralf Hartmann [Thu, 23 Feb 2006 14:36:54 +0000 (14:36 +0000)]
Add check for the MappingQ copy constructor.
git-svn-id: https://svn.dealii.org/trunk@12475
0785d39b -7218-0410-832d-
ea1e28bc413d
Ralf Hartmann [Thu, 23 Feb 2006 14:36:03 +0000 (14:36 +0000)]
In the constructor create a FiniteElementData instead of a full FE_Q object to be given to lexicographic_to_hierarchic_numbering. Add implementation of copy constructor.
git-svn-id: https://svn.dealii.org/trunk@12474
0785d39b -7218-0410-832d-
ea1e28bc413d
Ralf Hartmann [Thu, 23 Feb 2006 14:34:50 +0000 (14:34 +0000)]
Implementation of copy constructor.
git-svn-id: https://svn.dealii.org/trunk@12473
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Thu, 23 Feb 2006 02:58:05 +0000 (02:58 +0000)]
Even simpler testcase.
git-svn-id: https://svn.dealii.org/trunk@12472
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Thu, 23 Feb 2006 02:38:33 +0000 (02:38 +0000)]
An even simpler testcase that also fails.
git-svn-id: https://svn.dealii.org/trunk@12471
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Thu, 23 Feb 2006 02:27:46 +0000 (02:27 +0000)]
Make copy operation explicit, rather than have the compiler generate the same code implicitly
git-svn-id: https://svn.dealii.org/trunk@12470
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Thu, 23 Feb 2006 02:25:46 +0000 (02:25 +0000)]
Simplify test even further
git-svn-id: https://svn.dealii.org/trunk@12469
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Thu, 23 Feb 2006 02:25:18 +0000 (02:25 +0000)]
Simplify test even further
git-svn-id: https://svn.dealii.org/trunk@12468
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Thu, 23 Feb 2006 02:22:11 +0000 (02:22 +0000)]
New very simple test that unfortunately fails...
git-svn-id: https://svn.dealii.org/trunk@12467
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Thu, 23 Feb 2006 01:23:56 +0000 (01:23 +0000)]
Remove single_mapping mode, since the hp::FEValues classes are now smart
enough to detect these cases themselves.
git-svn-id: https://svn.dealii.org/trunk@12466
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Thu, 23 Feb 2006 01:15:06 +0000 (01:15 +0000)]
Add appropriate output files
git-svn-id: https://svn.dealii.org/trunk@12465
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Thu, 23 Feb 2006 01:13:17 +0000 (01:13 +0000)]
Add a bunch of tests
git-svn-id: https://svn.dealii.org/trunk@12464
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Thu, 23 Feb 2006 01:00:19 +0000 (01:00 +0000)]
Implement all these reinit() functions also for non-hp iterators.
git-svn-id: https://svn.dealii.org/trunk@12463
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Thu, 23 Feb 2006 01:00:07 +0000 (01:00 +0000)]
Leave a todo.
git-svn-id: https://svn.dealii.org/trunk@12462
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Thu, 23 Feb 2006 00:59:35 +0000 (00:59 +0000)]
Implement all these reinit() functions also for non-hp iterators.
git-svn-id: https://svn.dealii.org/trunk@12461
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Wed, 22 Feb 2006 16:34:03 +0000 (16:34 +0000)]
Reindent.
git-svn-id: https://svn.dealii.org/trunk@12460
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Wed, 22 Feb 2006 16:33:24 +0000 (16:33 +0000)]
Doc update.
git-svn-id: https://svn.dealii.org/trunk@12459
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Wed, 22 Feb 2006 15:46:22 +0000 (15:46 +0000)]
Add new test that shows failure in DerivativeApproximation
git-svn-id: https://svn.dealii.org/trunk@12458
0785d39b -7218-0410-832d-
ea1e28bc413d
Ralf Hartmann [Wed, 22 Feb 2006 08:21:14 +0000 (08:21 +0000)]
No output to console.
git-svn-id: https://svn.dealii.org/trunk@12457
0785d39b -7218-0410-832d-
ea1e28bc413d
Ralf Hartmann [Wed, 22 Feb 2006 07:41:20 +0000 (07:41 +0000)]
Add some missing this->.
git-svn-id: https://svn.dealii.org/trunk@12456
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Wed, 22 Feb 2006 07:00:03 +0000 (07:00 +0000)]
Completely rewrite the base class for the hp::FE*Values classes to allow for arbitrary combinations of finite elements, quadrature objects, and mappings.
git-svn-id: https://svn.dealii.org/trunk@12455
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Wed, 22 Feb 2006 06:41:51 +0000 (06:41 +0000)]
Export dimension and integral_dimension to make the life of some hp code
easier (requires less template arguments)
git-svn-id: https://svn.dealii.org/trunk@12454
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Wed, 22 Feb 2006 04:30:53 +0000 (04:30 +0000)]
Import the operator() that takes a TableIndices object from the base class also into the derived classes.
git-svn-id: https://svn.dealii.org/trunk@12453
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Wed, 22 Feb 2006 04:00:26 +0000 (04:00 +0000)]
Add another note.
git-svn-id: https://svn.dealii.org/trunk@12452
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Tue, 21 Feb 2006 21:36:35 +0000 (21:36 +0000)]
Check for long double accuracy in QGauss constructor.
git-svn-id: https://svn.dealii.org/trunk@12451
0785d39b -7218-0410-832d-
ea1e28bc413d
Ralf Hartmann [Tue, 21 Feb 2006 17:17:40 +0000 (17:17 +0000)]
FullMatrix and Vector::equ.
git-svn-id: https://svn.dealii.org/trunk@12450
0785d39b -7218-0410-832d-
ea1e28bc413d
Ralf Hartmann [Tue, 21 Feb 2006 17:08:42 +0000 (17:08 +0000)]
Implementation of equ function for one, two and three matrices.
git-svn-id: https://svn.dealii.org/trunk@12449
0785d39b -7218-0410-832d-
ea1e28bc413d
Ralf Hartmann [Tue, 21 Feb 2006 17:07:34 +0000 (17:07 +0000)]
Implementation of add function for three vectors.
git-svn-id: https://svn.dealii.org/trunk@12448
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Tue, 21 Feb 2006 16:35:00 +0000 (16:35 +0000)]
x
git-svn-id: https://svn.dealii.org/trunk@12447
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Tue, 21 Feb 2006 16:30:58 +0000 (16:30 +0000)]
crash_03 is apparently also fixed.
git-svn-id: https://svn.dealii.org/trunk@12446
0785d39b -7218-0410-832d-
ea1e28bc413d
Ralf Hartmann [Tue, 21 Feb 2006 15:53:43 +0000 (15:53 +0000)]
Simplify code. Use MappingQ1 per default.
git-svn-id: https://svn.dealii.org/trunk@12445
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Tue, 21 Feb 2006 15:47:16 +0000 (15:47 +0000)]
Remove assignment of TODO.
git-svn-id: https://svn.dealii.org/trunk@12444
0785d39b -7218-0410-832d-
ea1e28bc413d
Ralf Hartmann [Tue, 21 Feb 2006 15:44:20 +0000 (15:44 +0000)]
hp::StaticMappingQ1::mapping_collection
git-svn-id: https://svn.dealii.org/trunk@12443
0785d39b -7218-0410-832d-
ea1e28bc413d
Ralf Hartmann [Tue, 21 Feb 2006 15:24:53 +0000 (15:24 +0000)]
Use hp::StaticMappingQ1<dim>::mapping_collection. Fix refinement indicator.
git-svn-id: https://svn.dealii.org/trunk@12442
0785d39b -7218-0410-832d-
ea1e28bc413d
Ralf Hartmann [Tue, 21 Feb 2006 15:23:29 +0000 (15:23 +0000)]
mapping_collection is now a SmartPointer. Remove default_mapping. Use hp::StaticMappingQ1<dim>::mapping_collection instead.
git-svn-id: https://svn.dealii.org/trunk@12441
0785d39b -7218-0410-832d-
ea1e28bc413d
Ralf Hartmann [Tue, 21 Feb 2006 15:22:10 +0000 (15:22 +0000)]
New StaticMappingQ1::mapping_collection object.
git-svn-id: https://svn.dealii.org/trunk@12440
0785d39b -7218-0410-832d-
ea1e28bc413d
Ralf Hartmann [Tue, 21 Feb 2006 14:15:58 +0000 (14:15 +0000)]
StaticMappingQ1
git-svn-id: https://svn.dealii.org/trunk@12439
0785d39b -7218-0410-832d-
ea1e28bc413d
Ralf Hartmann [Tue, 21 Feb 2006 12:54:48 +0000 (12:54 +0000)]
Replace local static MappingQ1 objects by global StaticMappingQ1.
git-svn-id: https://svn.dealii.org/trunk@12438
0785d39b -7218-0410-832d-
ea1e28bc413d
Ralf Hartmann [Tue, 21 Feb 2006 12:53:52 +0000 (12:53 +0000)]
Remove get_default_mapping function. Use StaticMappingQ1 instead.
git-svn-id: https://svn.dealii.org/trunk@12437
0785d39b -7218-0410-832d-
ea1e28bc413d
Ralf Hartmann [Tue, 21 Feb 2006 12:53:06 +0000 (12:53 +0000)]
New StaticMappingQ1::mapping object.
git-svn-id: https://svn.dealii.org/trunk@12436
0785d39b -7218-0410-832d-
ea1e28bc413d
Ralf Hartmann [Tue, 21 Feb 2006 07:49:55 +0000 (07:49 +0000)]
Create std::pair only once.
git-svn-id: https://svn.dealii.org/trunk@12435
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Tue, 21 Feb 2006 05:27:53 +0000 (05:27 +0000)]
Pair @code properly with @endcode.
git-svn-id: https://svn.dealii.org/trunk@12434
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Tue, 21 Feb 2006 05:23:13 +0000 (05:23 +0000)]
Use @code instead of @verbatim.
git-svn-id: https://svn.dealii.org/trunk@12433
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Tue, 21 Feb 2006 05:14:51 +0000 (05:14 +0000)]
Update text a bit.
git-svn-id: https://svn.dealii.org/trunk@12432
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Tue, 21 Feb 2006 03:20:39 +0000 (03:20 +0000)]
Remove now unused variable VS.
git-svn-id: https://svn.dealii.org/trunk@12431
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Tue, 21 Feb 2006 03:08:50 +0000 (03:08 +0000)]
Move most of the text found in the ExceptionBase class to the Exceptions doxygen module.
git-svn-id: https://svn.dealii.org/trunk@12430
0785d39b -7218-0410-832d-
ea1e28bc413d
Guido Kanschat [Mon, 20 Feb 2006 17:15:59 +0000 (17:15 +0000)]
new generalized iterator for block matrices
git-svn-id: https://svn.dealii.org/trunk@12429
0785d39b -7218-0410-832d-
ea1e28bc413d
Guido Kanschat [Mon, 20 Feb 2006 17:13:49 +0000 (17:13 +0000)]
inherit vectors from Subscriptor
git-svn-id: https://svn.dealii.org/trunk@12428
0785d39b -7218-0410-832d-
ea1e28bc413d
Ralf Hartmann [Mon, 20 Feb 2006 12:29:20 +0000 (12:29 +0000)]
Give a file to compare with. Even though the test still fails because minres is not equipped to deal with block systems.
git-svn-id: https://svn.dealii.org/trunk@12427
0785d39b -7218-0410-832d-
ea1e28bc413d
Ralf Hartmann [Mon, 20 Feb 2006 09:30:23 +0000 (09:30 +0000)]
Doc update. Bring *Collection functions in a consistent order.
git-svn-id: https://svn.dealii.org/trunk@12426
0785d39b -7218-0410-832d-
ea1e28bc413d
Ralf Hartmann [Mon, 20 Feb 2006 08:59:29 +0000 (08:59 +0000)]
Make push_back a void function to match the std.
git-svn-id: https://svn.dealii.org/trunk@12425
0785d39b -7218-0410-832d-
ea1e28bc413d
Luca Heltai [Mon, 20 Feb 2006 03:54:42 +0000 (03:54 +0000)]
Added comment on MinRes
git-svn-id: https://svn.dealii.org/trunk@12424
0785d39b -7218-0410-832d-
ea1e28bc413d
Luca Heltai [Mon, 20 Feb 2006 00:44:10 +0000 (00:44 +0000)]
Fixed bug that prevented block minres to work.
git-svn-id: https://svn.dealii.org/trunk@12423
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Sun, 19 Feb 2006 22:47:46 +0000 (22:47 +0000)]
Fix file name.
git-svn-id: https://svn.dealii.org/trunk@12422
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Sun, 19 Feb 2006 18:39:15 +0000 (18:39 +0000)]
Re-indent braces etc.
git-svn-id: https://svn.dealii.org/trunk@12421
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Sun, 19 Feb 2006 18:37:59 +0000 (18:37 +0000)]
Crash02 fixed.
git-svn-id: https://svn.dealii.org/trunk@12420
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Sun, 19 Feb 2006 18:37:38 +0000 (18:37 +0000)]
Fix hp/crash_02
git-svn-id: https://svn.dealii.org/trunk@12419
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Sat, 18 Feb 2006 05:46:02 +0000 (05:46 +0000)]
Add a number of this-> qualifications.
git-svn-id: https://svn.dealii.org/trunk@12418
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Sat, 18 Feb 2006 05:37:57 +0000 (05:37 +0000)]
Move a little closer to making this class a non-friend of Triangulation. 3
places left...
git-svn-id: https://svn.dealii.org/trunk@12417
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Sat, 18 Feb 2006 05:25:08 +0000 (05:25 +0000)]
Move the 2d algorithm into 1d and 3d as well.
git-svn-id: https://svn.dealii.org/trunk@12416
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Sat, 18 Feb 2006 05:10:34 +0000 (05:10 +0000)]
Leave a comment on what this is good for.
git-svn-id: https://svn.dealii.org/trunk@12415
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Sat, 18 Feb 2006 05:08:26 +0000 (05:08 +0000)]
x
git-svn-id: https://svn.dealii.org/trunk@12414
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Sat, 18 Feb 2006 05:07:38 +0000 (05:07 +0000)]
Avoid warning.
git-svn-id: https://svn.dealii.org/trunk@12413
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Sat, 18 Feb 2006 04:48:42 +0000 (04:48 +0000)]
Revert to a default of zero for active_fe_index.
git-svn-id: https://svn.dealii.org/trunk@12412
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Sat, 18 Feb 2006 04:45:01 +0000 (04:45 +0000)]
Make things run in 1d, 2d, 3d
git-svn-id: https://svn.dealii.org/trunk@12411
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Sat, 18 Feb 2006 04:43:30 +0000 (04:43 +0000)]
Doc reindentation.
git-svn-id: https://svn.dealii.org/trunk@12410
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Sat, 18 Feb 2006 01:10:43 +0000 (01:10 +0000)]
A few more small changes
git-svn-id: https://svn.dealii.org/trunk@12409
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Sat, 18 Feb 2006 01:09:37 +0000 (01:09 +0000)]
Export a little more data to un-make hp::DoFHandler a friend (not quite there yet, but almost).
git-svn-id: https://svn.dealii.org/trunk@12408
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Sat, 18 Feb 2006 00:55:21 +0000 (00:55 +0000)]
This test can now be made to actually work
git-svn-id: https://svn.dealii.org/trunk@12407
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Sat, 18 Feb 2006 00:46:50 +0000 (00:46 +0000)]
Same for 3d.
git-svn-id: https://svn.dealii.org/trunk@12406
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Sat, 18 Feb 2006 00:45:49 +0000 (00:45 +0000)]
Add new crashing test
git-svn-id: https://svn.dealii.org/trunk@12405
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Sat, 18 Feb 2006 00:43:21 +0000 (00:43 +0000)]
Many more assertions.
git-svn-id: https://svn.dealii.org/trunk@12404
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Fri, 17 Feb 2006 22:39:00 +0000 (22:39 +0000)]
Liberally sprinkle some assertions.
git-svn-id: https://svn.dealii.org/trunk@12403
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.