Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
amdis
amdis-core
Commits
a896e522
Commit
a896e522
authored
Dec 22, 2020
by
Praetorius, Simon
Browse files
restrict test to istl backend
parent
d15b0ef2
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/DiscreteFunctionTest.cpp
View file @
a896e522
...
...
@@ -300,6 +300,7 @@ void test2(Grid& grid, BasisFactory&& basis)
template
<
class
GridView
>
void
test3
(
GridView
const
&
gridView
)
{
#if AMDIS_BACKEND == AMDIS_BACKEND_ISTL
using
namespace
Dune
::
Functions
::
BasisFactory
;
auto
blockedBasis
=
makeBasis
(
gridView
,
power
<
2
>
(
lagrange
<
2
>
()));
...
...
@@ -316,6 +317,7 @@ void test3(GridView const& gridView)
ISTLBlockVector
<
double
>
vec4
(
flatBasis
);
DiscreteFunction
u4
{
vec4
,
flatBasis
};
#endif
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment