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
3338c982
Commit
3338c982
authored
Oct 22, 2018
by
Praetorius, Simon
Browse files
Test for DiscreteFunctions corrected
parent
276cfed9
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/DiscreteFunctionTest.cpp
View file @
3338c982
...
...
@@ -4,14 +4,6 @@
#include
<iostream>
#include
<type_traits>
#include
<quadmath.h>
namespace
std
{
template
<
>
struct
is_arithmetic
<
__float128
>
:
true_type
{};
}
#include
<amdis/AMDiS.hpp>
#include
<amdis/ProblemStat.hpp>
#include
<amdis/Operators.hpp>
...
...
@@ -106,7 +98,7 @@ int main(int argc, char** argv)
dlocalFct
.
unbind
();
}
auto
V0
=
makeDOFVector
<
__
float
128
>
(
prob
.
globalBasis
());
auto
V0
=
makeDOFVector
<
float
>
(
prob
.
globalBasis
());
auto
v0
=
makeDOFVectorView
(
V0
);
v0
<<
expr
;
...
...
Write
Preview
Supports
Markdown
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