Skip to content
Snippets Groups Projects
Commit a5442d7d authored by Lars Bilke's avatar Lars Bilke
Browse files

Merge branch 'DoxygenFixes' into 'master'

Doxygen fixes

See merge request ogs/ogs!3474
parents 96780f6c d0b959f2
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ namespace MaterialPropertyLib ...@@ -21,7 +21,7 @@ namespace MaterialPropertyLib
* \f[ * \f[
* k = k_0 \left( \frac{1 - \phi_0}{1 - \phi} \right)^2 \left( * k = k_0 \left( \frac{1 - \phi_0}{1 - \phi} \right)^2 \left(
* \frac{\phi}{\phi_0} \right)^3, \f] where \f$k\f$ is the permeability, * \frac{\phi}{\phi_0} \right)^3, \f] where \f$k\f$ is the permeability,
* \fk_0\f$ is the initial permeability, * \f$k_0\f$ is the initial permeability,
* \f$\phi\f$ is the porosity, and * \f$\phi\f$ is the porosity, and
* \f$\phi_0\f$ is the initial porosity. * \f$\phi_0\f$ is the initial porosity.
*/ */
......
...@@ -283,7 +283,7 @@ private: ...@@ -283,7 +283,7 @@ private:
* *
* @param t Time * @param t Time
* @param dt Time increment * @param dt Time increment
* @param local_xs Nodal values of \f$x\f$ of an element of all * @param local_x Nodal values of \f$x\f$ of an element of all
* coupled processes. * coupled processes.
* @param local_b_data Right hand side vector of an element. * @param local_b_data Right hand side vector of an element.
* @param local_Jac_data Element Jacobian matrix for the Newton-Raphson * @param local_Jac_data Element Jacobian matrix for the Newton-Raphson
...@@ -308,9 +308,9 @@ private: ...@@ -308,9 +308,9 @@ private:
* *
* @param t Time * @param t Time
* @param dt Time increment * @param dt Time increment
* @param local_xs Nodal values of \f$x\f$ of an element of all * @param local_x Nodal values of \f$x\f$ of an element of all
* coupled processes. * coupled processes.
* @param local_dot_xs Nodal values of \f$\dot{x}\f$ of an element of * @param local_xdot Nodal values of \f$\dot{x}\f$ of an element of
* all coupled processes. * all coupled processes.
* @param local_b_data Right hand side vector of an element. * @param local_b_data Right hand side vector of an element.
* @param local_Jac_data Element Jacobian matrix for the Newton-Raphson * @param local_Jac_data Element Jacobian matrix for the Newton-Raphson
......
...@@ -261,9 +261,9 @@ private: ...@@ -261,9 +261,9 @@ private:
* *
* @param t Time * @param t Time
* @param dt Time increment * @param dt Time increment
* @param local_xs Nodal values of \f$x\f$ of all processes of an * @param local_x Nodal values of \f$x\f$ of all processes of an
* element. * element.
* @param local_dot_xs Nodal values of \f$\dot{x}\f$ of all processes of * @param local_xdot Nodal values of \f$\dot{x}\f$ of all processes of
* an element. * an element.
* @param local_b_data Right hand side vector of an element. * @param local_b_data Right hand side vector of an element.
* @param local_Jac_data Element Jacobian matrix for the Newton-Raphson * @param local_Jac_data Element Jacobian matrix for the Newton-Raphson
...@@ -287,9 +287,9 @@ private: ...@@ -287,9 +287,9 @@ private:
* *
* @param t Time * @param t Time
* @param dt Time increment * @param dt Time increment
* @param local_xs Nodal values of \f$x\f$ of all processes of an * @param local_x Nodal values of \f$x\f$ of all processes of an
* element. * element.
* @param local_dot_xs Nodal values of \f$\dot{x}\f$ of all processes of * @param local_xdot Nodal values of \f$\dot{x}\f$ of all processes of
* an element. * an element.
* @param local_b_data Right hand side vector of an element. * @param local_b_data Right hand side vector of an element.
* @param local_Jac_data Element Jacobian matrix for the Newton-Raphson * @param local_Jac_data Element Jacobian matrix for the Newton-Raphson
......
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