Skip to content
Snippets Groups Projects
Commit d8aad464 authored by Ansgar Burchardt's avatar Ansgar Burchardt
Browse files

[!255] [doc] correct typos [ci skip]

Merge branch 'doc/fix-typos' into 'master'

See merge request [!255]

  [!255]: Nonecore/dune-istl/merge_requests/255
parents a7db0489 5a3a3437
No related branches found
No related tags found
1 merge request!255[doc] correct typos [ci skip]
Pipeline #15141 skipped
......@@ -551,7 +551,7 @@ namespace Dune
if(verbosity_>0 && matrices_->parallelInformation().finest()->communicator().rank()==0)
std::cout<<"Building hierarchy of "<<matrices_->maxlevels()<<" levels "
<<"(inclusive coarse solver) took "<<watch.elapsed()<<" seconds."<<std::endl;
<<"(including coarse solver) took "<<watch.elapsed()<<" seconds."<<std::endl;
}
......
......@@ -216,7 +216,7 @@ namespace Dune
/**
* @brief Check whether there was a redistribution at the current level.
* @return True if there is a redistributed version of the conatainer at the current level.
* @return True if there is a redistributed version of the container at the current level.
*/
bool isRedistributed() const
{
......
......@@ -133,7 +133,7 @@ namespace Dune
maxDistance_+=dim-1;
}
/**
* @brief Get the maximal distance allowed between to nodes in a aggregate.
* @brief Get the maximal distance allowed between two nodes in a aggregate.
*
* The distance between two nodes in a aggregate is the minimal number of edges
* it takes to travel from one node to the other without leaving the aggregate.
......@@ -142,7 +142,7 @@ namespace Dune
std::size_t maxDistance() const { return maxDistance_;}
/**
* @brief Set the maximal distance allowed between to nodes in a aggregate.
* @brief Set the maximal distance allowed between two nodes in a aggregate.
*
* The distance between two nodes in a aggregate is the minimal number of edges
* it takes to travel from one node to the other without leaving the aggregate.
......
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