Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
amdis-core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
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
amdis
amdis-core
Merge requests
!256
Test all backends in gitlabci
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Test all backends in gitlabci
feature/test_backends
into
master
Overview
0
Commits
3
Changes
6
Merged
Praetorius, Simon
requested to merge
feature/test_backends
into
master
4 years ago
Overview
0
Commits
3
Changes
1
Expand
Closes
#16 (closed)
Edited
4 years ago
by
Praetorius, Simon
0
0
Merge request reports
Compare
version 2
version 2
d15b0ef2
4 years ago
version 1
4107aef8
4 years ago
master (base)
and
latest version
latest version
a896e522
3 commits,
4 years ago
version 2
d15b0ef2
2 commits,
4 years ago
version 1
4107aef8
1 commit,
4 years ago
Show latest version
1 file
+
2
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
test/DiscreteFunctionTest.cpp
+
2
−
0
Options
@@ -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
}
Loading