Skip to content

Commit 337d43a

Browse files
committed
discretization: fix Doxygen documentation
1 parent f61dd8c commit 337d43a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/discretization/stencil_solver.tpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -849,7 +849,7 @@ void DiscretizationStencilSolver<stencil_t>::assembly(const DiscretizationStenci
849849
}
850850

851851
/*!
852-
* Initialize the stencil solver.
852+
* Assembly the stencil solver.
853853
*
854854
* \param partitioned controls if the matrix is partitioned
855855
* \param communicator is the MPI communicator
@@ -862,7 +862,7 @@ void DiscretizationStencilSolver<stencil_t>::assembly(MPI_Comm communicator, boo
862862
}
863863
#else
864864
/*!
865-
* Initialize the stencil solver.
865+
* Assembly the stencil solver.
866866
*
867867
* \param assembler is the solver assembler
868868
*/
@@ -886,7 +886,7 @@ void DiscretizationStencilSolver<stencil_t>::assembly(const StencilSolverAssembl
886886
}
887887

888888
/*!
889-
* Initialize the stencil solver.
889+
* Assembly the stencil solver.
890890
*
891891
* \param partitioned controls if the matrix is partitioned
892892
* \param communicator is the MPI communicator
@@ -896,7 +896,7 @@ template<typename stencil_t>
896896
void DiscretizationStencilSolver<stencil_t>::assembly(MPI_Comm communicator, bool partitioned, const StencilSolverAssembler &assembler)
897897
#else
898898
/*!
899-
* Initialize the stencil solver.
899+
* Assembly the stencil solver.
900900
*
901901
* \param assembler is the solver assembler
902902
*/

0 commit comments

Comments
 (0)