Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-istl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
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
Core Modules
dune-istl
Commits
ecd3e639
Commit
ecd3e639
authored
8 years ago
by
Christian Engwer
Browse files
Options
Downloads
Patches
Plain Diff
[doc] explicitly structure the doxygen groups
parent
356af7ed
No related branches found
No related tags found
1 merge request
!79
Feature/cleanup of eigenvalue solver docs
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/doxygen/modules.txt
+14
-8
14 additions, 8 deletions
doc/doxygen/modules.txt
dune/istl/solvers.hh
+0
-3
0 additions, 3 deletions
dune/istl/solvers.hh
with
14 additions
and
11 deletions
doc/doxygen/modules.txt
+
14
−
8
View file @
ecd3e639
/**
@defgroup ISTL Iterative Solvers Template Library (ISTL)
@brief Iterative Solvers supporting block recursive matrix and
vector classes at compile time.
The Iterative Solver Template Library applies generic programming
in C++ to the
The Iterative Solver Template Library applies generic programming
in C++ to the
domain of iterative solvers of linear systems stemming
from finite element discretizations. Those discretizations exhibit a
lot of structure, e.g:
...
...
@@ -13,7 +13,7 @@
<ol>
<li>Certain discretizations for systems of PDEs or higher order
methods result in matrices where individual entries are replaced by
small blocks, say of size \f$2\times 2\f$ or \f$4\times 4\f$.
small blocks, say of size \f$2\times 2\f$ or \f$4\times 4\f$.
Dense blocks of different sizes
e.g. arise in \f$hp\f$ Discontinuous Galerkin discretization methods.
It is straightforward and
...
...
@@ -30,13 +30,19 @@
Our matrix
and vector interface supports a block recursive structure. Each
sparse matrix entry can itself be either a sparse or a small
sparse matrix entry can itself be either a sparse or a small
dense matrix.
The solvers use this recursive block structure via template meta
The solvers use this recursive block structure via template meta
programming at compile time.
ISTL consists of the \ref ISTL_SPMV "matrix and vector API" and
ISTL consists of the \ref ISTL_SPMV "matrix and vector API" and
the \ref ISTL_Solvers "solvers" which use the \ref ISTL_Prec preconditioners.
*/
/** @defgroup ISTL_Solvers Iterative Solvers
@ingroup ISTL
*/
/** @defgroup ISTL_Comm Communication Interface
@ingroup ISTL
*/
This diff is collapsed.
Click to expand it.
dune/istl/solvers.hh
+
0
−
3
View file @
ecd3e639
...
...
@@ -25,9 +25,6 @@
#include
<dune/common/typetraits.hh>
namespace
Dune
{
/** @defgroup ISTL_Solvers Iterative Solvers
@ingroup ISTL
*/
/** @addtogroup ISTL_Solvers
@{
*/
...
...
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