diff --git a/NumLib/Fem/CoordinatesMapping/ShapeMatrices.h b/NumLib/Fem/CoordinatesMapping/ShapeMatrices.h index 2c945f23ae9b89e17c5c12e66c3c9f8fcec1f67d..4ec244f8c21b039fa119eb02e135f5267f59e9f2 100644 --- a/NumLib/Fem/CoordinatesMapping/ShapeMatrices.h +++ b/NumLib/Fem/CoordinatesMapping/ShapeMatrices.h @@ -34,9 +34,11 @@ enum class ShapeMatrixType * \brief Coordinates mapping matrices at particular location * * \tparam T_N Vector type for shape functions - * \tparam T_DNDR Matrix type for gradient of shape functions in natural - * coordinates \tparam T_J Jacobian matrix type \tparam T_DNDX Matrix - * type for gradient of shape functions in physical coordinates + * \tparam T_DNDR Matrix type for gradient of shape functions + * in natural coordinates + * \tparam T_J Jacobian matrix type + * \tparam T_DNDX Matrix type for gradient of shape functions + * in physical coordinates */ template <class T_N, class T_DNDR, class T_J, class T_DNDX> struct ShapeMatrices