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
446b028f
Commit
446b028f
authored
7 months ago
by
Sander, Oliver
Browse files
Options
Downloads
Patches
Plain Diff
Fix badly formulated in-code documentation
parent
d1dbef63
No related branches found
No related tags found
1 merge request
!177
Improve assembly of Cosserat shells
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dune/gfe/densities/cosseratshelldensity.hh
+1
-1
1 addition, 1 deletion
dune/gfe/densities/cosseratshelldensity.hh
dune/gfe/densities/localdensity.hh
+4
-2
4 additions, 2 deletions
dune/gfe/densities/localdensity.hh
with
5 additions
and
3 deletions
dune/gfe/densities/cosseratshelldensity.hh
+
1
−
1
View file @
446b028f
...
...
@@ -339,7 +339,7 @@ namespace Dune::GFE
/** \brief The Lamé-parameters as a function*/
std
::
function
<
Dune
::
FieldVector
<
double
,
2
>
(
Dune
::
FieldVector
<
double
,
dimWorld
>
)
>
lameF_
;
/** \brief Cosserat couple modulus
, preferably 0
*/
/** \brief Cosserat couple modulus */
double
mu_c_
;
/** \brief Length scale parameter */
...
...
This diff is collapsed.
Click to expand it.
dune/gfe/densities/localdensity.hh
+
4
−
2
View file @
446b028f
...
...
@@ -216,7 +216,8 @@ namespace Dune::GFE {
* for one factor space only.
*
* \param factor The factor space that is being asked about.
* The default value -1 means: Does any of the factors depend on the value?
* The default value -1 means: Does the density depend on the value
* of any of the factors?
*/
virtual
bool
dependsOnValue
(
int
factor
=-
1
)
const
=
0
;
...
...
@@ -226,7 +227,8 @@ namespace Dune::GFE {
* for one factor space only.
*
* \param factor The factor space that is being asked about
* The default value -1 means: Does any of the factors depend on the derivative?
* The default value -1 means: Does the density depend on the derivative
* of any of the factors?
*/
virtual
bool
dependsOnDerivative
(
int
factor
=-
1
)
const
=
0
;
};
...
...
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