From 357208ae32cf8285983498329308e66c776e16a7 Mon Sep 17 00:00:00 2001
From: guido
- deal.II emerged from the work at the + deal.II emerged from work at the Numerical Methods Group of the University of Heidelberg, which is at the forefront of adaptive finite element methods and error @@ -64,9 +64,9 @@
- Handling of locally refined grids, including algorithms to - adaptively refine them, using error indicators and - estimators. + Handling of locally refined grids, including different adaptive + refinement strategies based on local error indicators and + error estimators.
@@ -76,7 +76,9 @@
- Extensive documentation: about 200 pages of tutorials, + Extensive documentation: all documentation is available online + in a logical tree structure to allow fast access to the information + you need. In a printed version it comprises about 200 pages of tutorials, several reports, and far more than 1,000 pages of programming interface documentation with explanations of all classes, functions, and variables. @@ -85,11 +87,15 @@
Modern software techniques that make access to the complex data structures and algorithms as transparent as possible. + The use of object oriented programming allows for program + structures similar to the structures in mathematical analysis.
Fast algorithms that enable you to solve problems with up to several millions of degrees of freedom quickly. + As opposed to programming symbolic algebra packages the penalty + for readability is low.
-- 2.39.5