Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-gfe
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Sander, Oliver
dune-gfe
Commits
7dd53bf8
Commit
7dd53bf8
authored
9 months ago
by
Sander, Oliver
Browse files
Options
Downloads
Patches
Plain Diff
Improve documentation of LocalDensity
parent
6cdc441d
No related branches found
No related tags found
1 merge request
!153
Fix nonconforming interpolation
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dune/gfe/densities/localdensity.hh
+3
-3
3 additions, 3 deletions
dune/gfe/densities/localdensity.hh
with
3 additions
and
3 deletions
dune/gfe/densities/localdensity.hh
+
3
−
3
View file @
7dd53bf8
...
@@ -20,11 +20,11 @@ namespace Dune::GFE {
...
@@ -20,11 +20,11 @@ namespace Dune::GFE {
public:
public:
/** \brief Evaluat
ion with the current position, the deformation function, the deformation gradient, the rotation and the rotation gradient
/** \brief Evaluat
e the density for a given value and first derivative
*
*
* \param x The current position
* \param x The current position
* \param value The
deformation at the current position
* \param value The
value of the integrand at x
* \param derivative The derivative of the
deformation at the current position
* \param derivative The derivative of the
integrand at x
*/
*/
virtual
field_type
operator
()
(
const
Position
&
x
,
virtual
field_type
operator
()
(
const
Position
&
x
,
const
TargetSpace
&
value
,
const
TargetSpace
&
value
,
...
...
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