Skip to content
Snippets Groups Projects
Commit 446b028f authored by Sander, Oliver's avatar Sander, Oliver
Browse files

Fix badly formulated in-code documentation

parent d1dbef63
No related branches found
No related tags found
1 merge request!177Improve assembly of Cosserat shells
......@@ -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 */
......
......@@ -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;
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment