Skip to content
Snippets Groups Projects
Commit 358828c7 authored by Elias Pipping's avatar Elias Pipping
Browse files

[Cleanup] Kill comment

parent ef039d44
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ class MyBlockProblem : /* NOT PUBLIC */ BlockNonlinearGSProblem<ConvexProblem> { ...@@ -35,7 +35,7 @@ class MyBlockProblem : /* NOT PUBLIC */ BlockNonlinearGSProblem<ConvexProblem> {
size_t static const block_size = ConvexProblem::block_size; size_t static const block_size = ConvexProblem::block_size;
size_t static const coarse_block_size = block_size; size_t static const coarse_block_size = block_size;
/** \brief Solves one local system using a modified gradient method */ /** \brief Solves one local system */
class IterateObject; class IterateObject;
struct Linearization { struct Linearization {
...@@ -232,7 +232,7 @@ class MyBlockProblem<ConvexProblem>::IterateObject { ...@@ -232,7 +232,7 @@ class MyBlockProblem<ConvexProblem>::IterateObject {
return; return;
} }
/** \brief Minimise a local problem using a modified gradient method /** \brief Minimise a local problem
* \param[out] ui The solution * \param[out] ui The solution
* \param m Block number * \param m Block number
* \param ignore Set of degrees of freedom to leave untouched * \param ignore Set of degrees of freedom to leave untouched
......
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