Loading [MathJax]/extensions/tex2jax.js
NiHu
2.0
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
Functions
Typedefs
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
~
Variables
c
d
f
i
m
n
p
q
r
s
t
v
x
Typedefs
a
b
c
d
e
f
h
i
k
l
m
n
o
p
q
r
s
t
v
w
x
y
Enumerator
d
i
j
k
l
m
n
o
p
q
r
s
t
Files
File List
File Members
All
Functions
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
integral_shortcut_concepts.hpp
1
#ifndef INTEGRAL_SHORTCUT_CONCEPTS_HPP_INCLUDED
2
#define INTEGRAL_SHORTCUT_CONCEPTS_HPP_INCLUDED
3
4
#include "../core/formalism.hpp"
5
6
namespace
NiHu
7
{
8
9
/*
10
template <class TestField, class TrialField>
11
concept Collocational = is_collocational<TestField, TrialField>::value;
12
*/
13
14
/*
15
template <class Field>
16
concept StraightLine = std::is_same<typename Field::elem_t::lset_t, line_1_shape_set>::value;
17
*/
18
19
template
<
class
Field>
20
struct
is_straight_line
:
public
std::is_same<typename Field::elem_t::lset_t, line_1_shape_set> {};
21
22
/*
23
template <class Field>
24
concept NotStraightLine = !StraightLine<Field>;
25
*/
26
27
}
28
29
30
#endif
NiHu::is_straight_line
Definition:
integral_shortcut_concepts.hpp:20
src
library
integral_shortcut_concepts.hpp
Generated on Tue Mar 18 2025 01:00:13 for NiHu by
1.8.18