Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
amdis
amdis-core
Commits
56c073fc
Commit
56c073fc
authored
Sep 27, 2019
by
Praetorius, Simon
Browse files
Merge branch 'issue/typos' into 'master'
correct some small typos See merge request
!108
parents
eec326ae
0d903033
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/amdis/BiLinearForm.hpp
View file @
56c073fc
...
...
@@ -91,7 +91,7 @@ namespace AMDiS
void
assemble
(
RowLocalView
const
&
rowLocalView
,
ColLocalView
const
&
colLocalView
);
/// Assemble all matrix operators, TODO: inco
ope
rate boundary conditions
/// Assemble all matrix operators, TODO: inco
rpo
rate boundary conditions
void
assemble
(
SymmetryStructure
symmetry
=
SymmetryStructure
::
unknown
);
protected:
...
...
src/amdis/linearalgebra/mtl/MatrixBackend.hpp
View file @
56c073fc
...
...
@@ -74,7 +74,7 @@ namespace AMDiS
}
/// \brief Returns an update-proxy of the inserter, to insert
e
/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
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment