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
555b389d
Commit
555b389d
authored
5 years ago
by
oliver.sander_at_tu-dresden.de
Browse files
Options
Downloads
Patches
Plain Diff
Import 'restrict' method for bit fields from the base class
parent
5cde3121
No related branches found
No related tags found
No related merge requests found
Pipeline
#18259
passed
5 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dune/solvers/transferoperators/truncatedcompressedmgtransfer.hh
+3
-0
3 additions, 0 deletions
...olvers/transferoperators/truncatedcompressedmgtransfer.hh
with
3 additions
and
0 deletions
dune/solvers/transferoperators/truncatedcompressedmgtransfer.hh
+
3
−
0
View file @
555b389d
...
@@ -45,6 +45,9 @@ public:
...
@@ -45,6 +45,9 @@ public:
/** \brief Default constructor */
/** \brief Default constructor */
using
Base
::
Base
;
using
Base
::
Base
;
/** \brief Import method for restricting bit fields */
using
Base
::
restrict
;
/** \brief Restrict level fL of f and store the result in level cL of t */
/** \brief Restrict level fL of f and store the result in level cL of t */
void
restrict
(
const
VectorType
&
f
,
VectorType
&
t
)
const
override
;
void
restrict
(
const
VectorType
&
f
,
VectorType
&
t
)
const
override
;
...
...
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