Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-xt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
ag-ohlberger
dune-community
dune-xt
Commits
ae495d90
Commit
ae495d90
authored
12 years ago
by
René Fritze
Browse files
Options
Downloads
Patches
Plain Diff
disable tests/examples for non-existant modules
parent
4aac7424
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dune/stuff/common/math.hh
+1
-1
1 addition, 1 deletion
dune/stuff/common/math.hh
dune/stuff/common/ranges.hh
+4
-3
4 additions, 3 deletions
dune/stuff/common/ranges.hh
with
5 additions
and
4 deletions
dune/stuff/common/math.hh
+
1
−
1
View file @
ae495d90
...
...
@@ -33,7 +33,7 @@ namespace boost {
namespace
math
{
//! isinf specialization for Dune::StraightenBlockVector
template
<
class
BlockVectorImp
,
class
DofImp
>
#if DUNE_VERSION_NEWER(DUNE_FEM, 1,
4
)
#if DUNE_VERSION_NEWER(DUNE_FEM, 1,
5
)
inline
bool
isinf
(
const
Dune
::
Fem
::
StraightenBlockVector
<
BlockVectorImp
,
DofImp
>&
x
)
{
#else
...
...
This diff is collapsed.
Click to expand it.
dune/stuff/common/ranges.hh
+
4
−
3
View file @
ae495d90
...
...
@@ -10,7 +10,8 @@
#include
<dune/grid/common/gridview.hh>
#include
<boost/serialization/static_warning.hpp>
#ifdef HAVE_DUNE_FEM
#if HAVE_DUNE_FEM
#include
<dune/fem/version.hh>
#include
<dune/fem/function/common/discretefunction.hh>
#include
<dune/fem/gridpart/common/gridpart.hh>
#endif
...
...
@@ -19,7 +20,7 @@
namespace
std
{
#if
def
HAVE_DUNE_FEM
#if HAVE_DUNE_FEM
template
<
class
DiscreteFunctionTraits
>
auto
begin
(
const
Dune
::
DiscreteFunctionInterface
<
DiscreteFunctionTraits
>&
func
)
->
decltype
(
func
.
dbegin
())
...
...
@@ -143,7 +144,7 @@ intersectionRange(const Dune::GridView<GridViewTraits>& gridview,
typename
Dune
::
GridView
<
GridViewTraits
>::
template
Codim
<
0
>
::
Entity
>
(
gridview
,
entity
);
}
#ifdef
HAVE_DUNE_FEM
#if
def
ined(
HAVE_DUNE_FEM
) && HAVE_DUNE_GRID
template
<
class
GridPartTraits
>
IntersectionRange
<
Dune
::
GridPartInterface
<
GridPartTraits
>
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment