]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
18 years agoRemove unnecessary template argument of InterGridMap. Allows to DH-templatize DoFTool...
Ralf Hartmann [Mon, 27 Feb 2006 16:25:42 +0000 (16:25 +0000)]
Remove unnecessary template argument of InterGridMap. Allows to DH-templatize DoFTools::compute_intergrid_constraints in future.

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

18 years agoAdd dimension variable.
Ralf Hartmann [Mon, 27 Feb 2006 16:22:03 +0000 (16:22 +0000)]
Add dimension variable.

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

18 years agoDH templatize some more functions.
Ralf Hartmann [Mon, 27 Feb 2006 15:23:45 +0000 (15:23 +0000)]
DH templatize some more functions.

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

18 years agoFix fill function. See tests/lac/lapack_fill.
Ralf Hartmann [Mon, 27 Feb 2006 12:49:21 +0000 (12:49 +0000)]
Fix fill function. See tests/lac/lapack_fill.

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

18 years agoAdd lapack_fill test.
Ralf Hartmann [Mon, 27 Feb 2006 12:36:36 +0000 (12:36 +0000)]
Add lapack_fill test.

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

18 years ago.
Ralf Hartmann [Mon, 27 Feb 2006 12:36:03 +0000 (12:36 +0000)]
.

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

18 years agoCheck fill function.
Ralf Hartmann [Mon, 27 Feb 2006 12:34:41 +0000 (12:34 +0000)]
Check fill function.

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

18 years agoAdd a missing explicit specialization.
Wolfgang Bangerth [Mon, 27 Feb 2006 00:58:27 +0000 (00:58 +0000)]
Add a missing explicit specialization.

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

18 years agoRe-enable guards to avoid instantiation of function in 1d where it is actually
Wolfgang Bangerth [Mon, 27 Feb 2006 00:54:41 +0000 (00:54 +0000)]
Re-enable guards to avoid instantiation of function in 1d where it is actually
explicitly specialized.

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

18 years agoMake run again.
Wolfgang Bangerth [Sun, 26 Feb 2006 06:36:19 +0000 (06:36 +0000)]
Make run again.

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

18 years agoWe don't support gcc2.95 any more, so we can at least save ourselves 14.8 MB of outpu...
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

18 years agoIt did compile with gcc3.3. Make it compile with gcc.3.4.5, too.
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

18 years agoDH templatize some more functions.
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

18 years agoAdd assertions that say "you can't set an active_fe_index larger than the
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

18 years agoAvoid trying to set active_fe_indices if no fe collection is available yet.
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

18 years agoGet rid of the weird SelectFEValues class since we can now always use hp::FEValues...
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

18 years agoMake the conversion constructors of the collection classes explicit.
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

18 years agoMake the conversion (tensor product) constructor of Quadrature explicit, to avoid...
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

18 years agoRemove more comments about things that have been replaced by better alternatives.
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

18 years agoRemove now outdated comment.
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

18 years agoRemove now unnecessary include file.
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

18 years agoAdd an assertion.
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

18 years agoSimplify code.
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

18 years agoRemove unnecessary template argument.
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

18 years agoUse the correct syntax to initialize a static member variable.
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

18 years agoLimit growth of active_fe_index by the number of finite elements in
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

18 years agoRe-enable the use of DerivativeApproximation, now that the issue with
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

18 years agoFix crash_04 by avoiding the use of wicked SelectFEValues objects.
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

18 years agoCrash_04 is now fixed.
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

18 years agoFurther simplify the interface, by removing the single_quadrature hack in QCollection...
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

18 years agoAdjust the interfaces of all the collection classes to be similar, including the...
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

18 years agoBring HTML version of intro up to date.
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

18 years agoRe-add erroneously deleted files
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

18 years agoRemove old gif files
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

18 years agoUpdate notation.
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

18 years agoCommit correct output files.
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

18 years agoMention Ralf's fix for MappingQ's copy constructor.
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

18 years agoAdd check for the MappingQ copy constructor.
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

18 years agoIn the constructor create a FiniteElementData instead of a full FE_Q object to be...
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

18 years agoImplementation of copy constructor.
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

18 years agoEven simpler testcase.
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

18 years agoAn even simpler testcase that also fails.
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

18 years agoMake copy operation explicit, rather than have the compiler generate the same code...
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

18 years agoSimplify test even further
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

18 years agoSimplify test even further
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

18 years agoNew very simple test that unfortunately fails...
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

18 years agoRemove single_mapping mode, since the hp::FEValues classes are now smart
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

18 years agoAdd appropriate output files
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

18 years agoAdd a bunch of tests
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

18 years agoImplement all these reinit() functions also for non-hp iterators.
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

18 years agoLeave a todo.
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

18 years agoImplement all these reinit() functions also for non-hp iterators.
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

18 years agoReindent.
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

18 years agoDoc update.
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

18 years agoAdd new test that shows failure in DerivativeApproximation
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

18 years agoNo output to console.
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

18 years agoAdd some missing this->.
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

18 years agoCompletely rewrite the base class for the hp::FE*Values classes to allow for arbitrar...
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

18 years agoExport dimension and integral_dimension to make the life of some hp code
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

18 years agoImport the operator() that takes a TableIndices object from the base class also into...
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

18 years agoAdd another note.
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

18 years agoCheck for long double accuracy in QGauss constructor.
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

18 years agoFullMatrix and Vector::equ.
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

18 years agoImplementation of equ function for one, two and three matrices.
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

18 years agoImplementation of add function for three vectors.
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

18 years agox
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

18 years agocrash_03 is apparently also fixed.
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

18 years agoSimplify code. Use MappingQ1 per default.
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

18 years agoRemove assignment of TODO.
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

18 years agohp::StaticMappingQ1::mapping_collection
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

18 years agoUse hp::StaticMappingQ1<dim>::mapping_collection. Fix refinement indicator.
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

18 years agomapping_collection is now a SmartPointer. Remove default_mapping. Use hp::StaticMappi...
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

18 years agoNew StaticMappingQ1::mapping_collection object.
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

18 years agoStaticMappingQ1
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

18 years agoReplace local static MappingQ1 objects by global StaticMappingQ1.
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

18 years agoRemove get_default_mapping function. Use StaticMappingQ1 instead.
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

18 years agoNew StaticMappingQ1::mapping object.
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

18 years agoCreate std::pair only once.
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

18 years agoPair @code properly with @endcode.
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

18 years agoUse @code instead of @verbatim.
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

18 years agoUpdate text a bit.
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

18 years agoRemove now unused variable VS.
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

18 years agoMove most of the text found in the ExceptionBase class to the Exceptions doxygen...
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

18 years agonew generalized iterator for block matrices
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

18 years agoinherit vectors from Subscriptor
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

18 years agoGive a file to compare with. Even though the test still fails because minres is not...
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

18 years agoDoc update. Bring *Collection functions in a consistent order.
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

18 years agoMake push_back a void function to match the std.
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

18 years agoAdded comment on MinRes
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

18 years agoFixed bug that prevented block minres to work.
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

18 years agoFix file name.
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

18 years agoRe-indent braces etc.
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

18 years agoCrash02 fixed.
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

18 years agoFix hp/crash_02
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

18 years agoAdd a number of this-> qualifications.
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

18 years agoMove a little closer to making this class a non-friend of Triangulation. 3
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

18 years agoMove the 2d algorithm into 1d and 3d as well.
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

18 years agoLeave a comment on what this is good for.
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

18 years agox
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

18 years agoAvoid warning.
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


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.