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

Fix various typos

parent a976d21d
Branches
No related tags found
1 merge request!140Add a CI job that runs uncrustify and checks for modifications
Pipeline #13509 passed
...@@ -337,7 +337,7 @@ assembleGradientAndHessian(const typename Basis::LocalView& localView, ...@@ -337,7 +337,7 @@ assembleGradientAndHessian(const typename Basis::LocalView& localView,
if (rc < 0) if (rc < 0)
DUNE_THROW(Dune::Exception, "ADOL-C has returned with error code " << rc << "!"); DUNE_THROW(Dune::Exception, "ADOL-C has returned with error code " << rc << "!");
for (size_t j0=0; j0<nDoubles0; j0++) //Uppper left for (size_t j0=0; j0<nDoubles0; j0++) // Upper left
embeddedHessian10[i1][j0/embeddedBlocksize0][ii1][j0%embeddedBlocksize0] = w[j0]; embeddedHessian10[i1][j0/embeddedBlocksize0][ii1][j0%embeddedBlocksize0] = w[j0];
for (size_t j1=0; j1<nDoubles1; j1++) //Upper right for (size_t j1=0; j1<nDoubles1; j1++) //Upper right
......
...@@ -276,7 +276,7 @@ namespace Dune::GFE { ...@@ -276,7 +276,7 @@ namespace Dune::GFE {
* *
* The energy is 0.5 * S * E = 0.5 * transpose(E) * Cmat * E, where * The energy is 0.5 * S * E = 0.5 * transpose(E) * Cmat * E, where
* S are the stress resultants [membrane forces, bending moments, transverse shear forces] * S are the stress resultants [membrane forces, bending moments, transverse shear forces]
* E are the components of the Green-Lagrangian strains [membrane strains, bending , tranverse shear] * E are the components of the Green-Lagrangian strains [membrane strains, bending, transverse shear]
* see for details Paper Equation 4.11,4.10 and 10.1 * see for details Paper Equation 4.11,4.10 and 10.1
*/ */
template <class Basis, template <int, typename, typename, typename> typename LocalFEFunction, typename field_type> template <class Basis, template <int, typename, typename, typename> typename LocalFEFunction, typename field_type>
......
...@@ -168,7 +168,7 @@ public: ...@@ -168,7 +168,7 @@ public:
\param rod The configuration to be computed \param rod The configuration to be computed
\param radius The rod's radius \param radius The rod's radius
\param E The rod's elastic modulus \param E The rod's elastic modulus
\param nu The rod's Poission modulus \param nu The rod's Poisson modulus
\param beginning The prescribed Dirichlet values \param beginning The prescribed Dirichlet values
\param end The prescribed Dirichlet values \param end The prescribed Dirichlet values
\param[out] rod The new rod \param[out] rod The new rod
......
...@@ -58,7 +58,7 @@ public: ...@@ -58,7 +58,7 @@ public:
return q; return q;
} }
/** \brief Return the tripel of director vectors represented by a unit quaternion /** \brief Return the triple of director vectors represented by a unit quaternion
The formulas are taken from Dichmann, Li, Maddocks, (2.6.4), (2.6.5), (2.6.6) The formulas are taken from Dichmann, Li, Maddocks, (2.6.4), (2.6.5), (2.6.6)
*/ */
......
...@@ -333,7 +333,7 @@ public: ...@@ -333,7 +333,7 @@ public:
/** \brief A class that creates sets of values of various types, to be used in unit tests /** \brief A class that creates sets of values of various types, to be used in unit tests
* *
* This is the specialization for ProducManifold<...> * This is the specialization for ProductManifold<...>
*/ */
template <typename ... TargetSpaces> template <typename ... TargetSpaces>
class ValueFactory<Dune::GFE::ProductManifold<TargetSpaces...> > class ValueFactory<Dune::GFE::ProductManifold<TargetSpaces...> >
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment