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
be6b3002
Unverified
Commit
be6b3002
authored
4 years ago
by
René Fritze
Browse files
Options
Downloads
Patches
Plain Diff
fix typos
parent
45746a45
No related branches found
No related tags found
2 merge requests
!41
Fix compilation with icc, several other changes
,
!39
Make functions copyable
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dune/xt/functions/interfaces/function.hh
+2
-2
2 additions, 2 deletions
dune/xt/functions/interfaces/function.hh
with
2 additions
and
2 deletions
dune/xt/functions/interfaces/function.hh
+
2
−
2
View file @
be6b3002
...
@@ -65,7 +65,7 @@ class FunctionAsGridFunctionWrapper;
...
@@ -65,7 +65,7 @@ class FunctionAsGridFunctionWrapper;
* These functions do not depend on a grid, but only on the dimensions and fields of their domain and range.
* These functions do not depend on a grid, but only on the dimensions and fields of their domain and range.
* See in particular RangeReturnTypeSelector and DerivativeRangeReturnTypeSelector for the interpretation of a
* See in particular RangeReturnTypeSelector and DerivativeRangeReturnTypeSelector for the interpretation of a
* function and its derivatives, and GridFunctionInterface for functions which may have discontinuities between
* function and its derivatives, and GridFunctionInterface for functions which may have discontinuities between
* entites (as in: which are double-valued on intersections).
* entit
i
es (as in: which are double-valued on intersections).
*
*
* To turn a function into a function which is localizable w.r.t. a GridView of matching dimension (e.g.,
* To turn a function into a function which is localizable w.r.t. a GridView of matching dimension (e.g.,
* to visualize it or to use it in a discretization scheme), use as_grid_function to obtain a const reference to
* to visualize it or to use it in a discretization scheme), use as_grid_function to obtain a const reference to
...
@@ -153,7 +153,7 @@ public:
...
@@ -153,7 +153,7 @@ public:
/**
/**
* \brief Returns a (shallow) copy of the function.
* \brief Returns a (shallow) copy of the function.
* actual implementation work is delegated to the private `copy_as_function_impl`
* actual implementation work is delegated to the private `copy_as_function_impl`
* combined with hiding `copy_as_function` in der
v
ived classes, this allows us the a
* combined with hiding `copy_as_function` in derived classes, this allows us the a
* unique_ptr with correct type at all levels of the polymorphic hierarchy
* unique_ptr with correct type at all levels of the polymorphic hierarchy
*
*
* \note This is intended to be cheap, so make sure to share resources (but in a thread-safe way)!
* \note This is intended to be cheap, so make sure to share resources (but in a thread-safe way)!
...
...
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