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

Improve documentation of LocalDensity

parent 6cdc441d
No related branches found
No related tags found
1 merge request!153Fix nonconforming interpolation
...@@ -20,11 +20,11 @@ namespace Dune::GFE { ...@@ -20,11 +20,11 @@ namespace Dune::GFE {
public: public:
/** \brief Evaluation with the current position, the deformation function, the deformation gradient, the rotation and the rotation gradient /** \brief Evaluate 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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment