Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
amdis-core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
amdis
amdis-core
Commits
56c073fc
Commit
56c073fc
authored
5 years ago
by
Praetorius, Simon
Browse files
Options
Downloads
Plain Diff
Merge branch 'issue/typos' into 'master'
correct some small typos See merge request
!108
parents
eec326ae
0d903033
No related branches found
No related tags found
1 merge request
!108
correct some small typos
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/amdis/BiLinearForm.hpp
+1
-1
1 addition, 1 deletion
src/amdis/BiLinearForm.hpp
src/amdis/linearalgebra/mtl/MatrixBackend.hpp
+1
-1
1 addition, 1 deletion
src/amdis/linearalgebra/mtl/MatrixBackend.hpp
with
2 additions
and
2 deletions
src/amdis/BiLinearForm.hpp
+
1
−
1
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
:
...
...
This diff is collapsed.
Click to expand it.
src/amdis/linearalgebra/mtl/MatrixBackend.hpp
+
1
−
1
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
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment