Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-solvers
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
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
agnumpde
dune-solvers
Commits
24992ad6
Commit
24992ad6
authored
10 years ago
by
Jonathan Youett
Browse files
Options
Downloads
Patches
Plain Diff
Adjust include guard to Dune standards and rename DiscFuncType to VectorType
parent
e5198102
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dune/solvers/transferoperators/mandelobsrestrictor.hh
+7
-7
7 additions, 7 deletions
dune/solvers/transferoperators/mandelobsrestrictor.hh
with
7 additions
and
7 deletions
dune/solvers/transferoperators/mandelobsrestrictor.hh
+
7
−
7
View file @
24992ad6
#ifndef MANDEL_OBSTACLE_RESTRICTOR_HH
#ifndef
DUNE_SOLVERS_TRANSFEROPERATORS_
MANDEL_OBSTACLE_RESTRICTOR_HH
#define MANDEL_OBSTACLE_RESTRICTOR_HH
#define
DUNE_SOLVERS_TRANSFEROPERATORS_
MANDEL_OBSTACLE_RESTRICTOR_HH
#include
<dune/common/bitsetvector.hh>
#include
<dune/common/bitsetvector.hh>
#include
<dune/solvers/transferoperators/obstaclerestrictor.hh>
#include
<dune/solvers/transferoperators/obstaclerestrictor.hh>
#include
<dune/solvers/transferoperators/multigridtransfer.hh>
#include
<dune/solvers/transferoperators/multigridtransfer.hh>
#include
<dune/solvers/common/boxconstraint.hh>
#include
<dune/solvers/common/boxconstraint.hh>
template
<
class
DiscFunc
Type
>
template
<
class
Vector
Type
>
class
MandelObstacleRestrictor
:
public
ObstacleRestrictor
<
DiscFunc
Type
>
class
MandelObstacleRestrictor
:
public
ObstacleRestrictor
<
Vector
Type
>
{
{
typedef
typename
DiscFunc
Type
::
field_type
field_type
;
typedef
typename
Vector
Type
::
field_type
field_type
;
enum
{
blocksize
=
DiscFunc
Type
::
block_type
::
dimension
};
enum
{
blocksize
=
Vector
Type
::
block_type
::
dimension
};
public
:
public
:
...
@@ -19,7 +19,7 @@ public:
...
@@ -19,7 +19,7 @@ public:
std
::
vector
<
BoxConstraint
<
field_type
,
blocksize
>
>&
t
,
std
::
vector
<
BoxConstraint
<
field_type
,
blocksize
>
>&
t
,
const
Dune
::
BitSetVector
<
blocksize
>&
fHasObstacle
,
const
Dune
::
BitSetVector
<
blocksize
>&
fHasObstacle
,
const
Dune
::
BitSetVector
<
blocksize
>&
tHasObstacle
,
const
Dune
::
BitSetVector
<
blocksize
>&
tHasObstacle
,
const
MultigridTransfer
<
DiscFunc
Type
>&
transfer
,
const
MultigridTransfer
<
Vector
Type
>&
transfer
,
const
Dune
::
BitSetVector
<
blocksize
>&
critical
);
const
Dune
::
BitSetVector
<
blocksize
>&
critical
);
};
};
...
...
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