Dune::Copasi
Toggle main menu visibility
Main Page
Related Pages
Topics
Namespaces
Namespace List
Namespace Members
All
a
c
d
f
g
h
i
m
o
p
Functions
Variables
Typedefs
Enumerations
Concepts
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
u
w
~
Variables
_
b
c
e
g
i
m
n
o
p
r
s
t
v
w
x
y
z
Typedefs
a
c
e
f
g
m
r
s
t
v
Enumerations
Files
File List
File Members
All
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
Concepts
Loading...
Searching...
No Matches
dune
copasi
solver
istl
concepts.hh
Go to the documentation of this file.
1
#ifndef DUNE_COPASI_SOLVER_ISTL_CONCEPTS_HH
2
#define DUNE_COPASI_SOLVER_ISTL_CONCEPTS_HH
3
4
#include <dune/istl/solver.hh>
5
#include <dune/istl/preconditioner.hh>
6
7
8
namespace
Dune::Copasi::ISTL::Concept
{
9
10
template
<
class
O>
11
concept
LinearOperator
= std::derived_from<O,Dune::LinearOperator<typename O::domain_type, typename O::range_type>>;
12
13
template
<
class
O>
14
concept
AssembledLinearOperator
= std::derived_from<O,Dune::AssembledLinearOperator<typename O::matrix_type, typename O::domain_type, typename O::range_type>>;
15
16
}
// Dune::Copasi::ISTL::Concept
8
namespace
Dune::Copasi::ISTL::Concept
{
…
}
17
18
#endif
// DUNE_COPASI_SOLVER_ISTL_CONCEPTS_HH
Dune::Copasi::ISTL::Concept::AssembledLinearOperator
Definition
concepts.hh:14
Dune::Copasi::ISTL::Concept::LinearOperator
Definition
concepts.hh:11
Dune::Copasi::ISTL::Concept
Definition
concepts.hh:8
Generated by
1.10.0