From 0d903033d714c994f41f24f3b82cbfc9c592751a Mon Sep 17 00:00:00 2001 From: Simon Praetorius <simon.praetorius@tu-dresden.de> Date: Fri, 27 Sep 2019 16:12:40 +0200 Subject: [PATCH] correct some small typos --- src/amdis/BiLinearForm.hpp | 2 +- src/amdis/linearalgebra/mtl/MatrixBackend.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/amdis/BiLinearForm.hpp b/src/amdis/BiLinearForm.hpp index 33cf3f00..af41ef1e 100644 --- a/src/amdis/BiLinearForm.hpp +++ b/src/amdis/BiLinearForm.hpp @@ -91,7 +91,7 @@ namespace AMDiS void assemble(RowLocalView const& rowLocalView, ColLocalView const& colLocalView); - /// Assemble all matrix operators, TODO: incooperate boundary conditions + /// Assemble all matrix operators, TODO: incorporate boundary conditions void assemble(SymmetryStructure symmetry = SymmetryStructure::unknown); protected: diff --git a/src/amdis/linearalgebra/mtl/MatrixBackend.hpp b/src/amdis/linearalgebra/mtl/MatrixBackend.hpp index 75820f54..c002b8e8 100644 --- a/src/amdis/linearalgebra/mtl/MatrixBackend.hpp +++ b/src/amdis/linearalgebra/mtl/MatrixBackend.hpp @@ -74,7 +74,7 @@ namespace AMDiS } - /// \brief Returns an update-proxy of the inserter, to inserte/update a value at + /// \brief Returns an update-proxy of the inserter, to insert/update a value at /// position (\p r, \p c) in the matrix. Need an insertionMode inserter, that can /// be created by \ref init and must be closed by \ref finish after insertion. void insert(size_type r, size_type c, value_type const& value) -- GitLab