Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-common
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Timo Koch
dune-common
Commits
d4a042b2
Commit
d4a042b2
authored
19 years ago
by
Oliver Sander
Browse files
Options
Downloads
Patches
Plain Diff
added some links
[[Imported from SVN: r3677]]
parent
797d1b31
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/devel/features.wml
+21
-7
21 additions, 7 deletions
doc/devel/features.wml
with
21 additions
and
7 deletions
doc/devel/features.wml
+
21
−
7
View file @
d4a042b2
...
...
@@ -17,12 +17,23 @@ and refers you to more detailed documentation.
Each is geared towards a different purpose.
</p>
<ul>
<li>
<b>
SGrid:
</b>
A structured grid in n space dimensions
</li>
<li>
<b>
YaspGrid:
</b>
A structured parallel grid in n space dimensions
</li>
<li>
<b>
UGGrid:
</b>
The grid manager of the UG toolbox
</li>
<li>
<b>
AlbertaGrid:
</b>
The grid manager of the Alberta toolbox
</li>
<li>
<b>
OneDGrid:
</b>
A sequential locally adaptive grid in one space dimension
</li>
<li>
<b>
Alu3dGrid:
</b>
3d nonconforming grid
</li>
<li>
<a
href=
"$(ROOT)/doxygen/html/classDune_1_1SGrid.html"
>
SGrid:
</a>
A structured grid in n space dimensions
</li>
<li>
<a
href=
"$(ROOT)/doxygen/html/classDune_1_1YaspGrid.html"
>
YaspGrid:
</a>
A structured parallel grid in n space dimensions
</li>
<li>
<a
href=
"$(ROOT)/doxygen/html/classDune_1_1UGGrid.html"
>
UGGrid:
</a>
The grid manager of the UG toolbox
</li>
<li>
<a
href=
"$(ROOT)/doxygen/html/classDune_1_1AlbertaGrid.html"
>
AlbertaGrid:
</a>
The grid manager of the Alberta toolbox
</li>
<li>
<a
href=
"$(ROOT)/doxygen/html/classDune_1_1OneDGrid.html"
>
OneDGrid:
</a>
A sequential locally adaptive grid in one space dimension
</li>
<li>
<a
href=
"$(ROOT)/doxygen/html/classDune_1_1ALU3dGrid.html"
>
ALU3dGrid:
</a>
A 3d hexahedral and tetrahedral grid with nonconforming refinement
</li>
</ul>
</li>
<br>
...
...
@@ -31,7 +42,10 @@ and refers you to more detailed documentation.
DUNE contains ISTL (the Iterative Solver Template Library) for powerful
linear algebra. The main features are:
<ul>
<li>
Abstractions for block matrices and block vectors
</li>
<li>
Abstractions for block matrices
(e.g.
<a
href=
"$(ROOT)/doxygen/html/classDune_1_1BCRSMatrix.html"
>
compressed row storage
</a>
and
<a
href=
"$(ROOT)/doxygen/html/classDune_1_1BDMatrix.html"
>
block diagonal
</a>
)
and
<a
href=
"$(ROOT)/doxygen/html/classDune_1_1BlockVector.html"
>
block vectors
</a>
</li>
<li>
Block structure arbitrarily nestable
</li>
<li>
High performance through generic programming
</li>
<li>
Expression templates for BLAS1 routines
</li>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment