Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MoReFEM
CoreLibrary
MoReFEM
Commits
6e68ed33
Commit
6e68ed33
authored
Apr 04, 2016
by
GILLES Sebastien
Browse files
#881
Update ticket number associated with a \todo.
parent
87d69934
Changes
2
Show whitespace changes
Inline
Side-by-side
Sources/Operators/GlobalVariationalOperator/Private/Impl/Recursivity.hpp
View file @
6e68ed33
...
...
@@ -138,7 +138,7 @@ namespace HappyHeart
/*!
* \brief Reduce the elementary matrix to the subset that must be reported in the global matrix.
*
* Let's consider for instance a Stokes operator in a nonmonolithic way: same elementary matrix
* Let's consider for instance a Stokes operator in a non
monolithic way: same elementary matrix
* must be reported in two blocks of different sizes (said size is deduced from numbering subset
* arguments).
* Role of current function is to generate a smaller matrix that includes only the elements to report
...
...
@@ -153,9 +153,6 @@ namespace HappyHeart
};
/*!
* \brief Another struct for recursion that works in the opposite direction: the stopping condition
* is when index is 0.
...
...
Sources/Operators/GlobalVariationalOperator/Private/Impl/Recursivity.hxx
View file @
6e68ed33
...
...
@@ -231,9 +231,9 @@ namespace HappyHeart
col_unknown_list
.
push_back
(
extended_unknown_ptr
);
}
// \todo #
513
Here I assumed clearly exactly one unknown is expected for row and columm!
assert
(
row_unknown_list
.
size
()
==
1
&&
"See #
513
"
);
assert
(
col_unknown_list
.
size
()
==
1
&&
"See #
513
"
);
// \todo #
881
Here I assumed clearly exactly one unknown is expected for row and columm!
assert
(
row_unknown_list
.
size
()
==
1
&&
"See #
881
"
);
assert
(
col_unknown_list
.
size
()
==
1
&&
"See #
881
"
);
const
auto
&
unknown1
=
*
(
row_unknown_list
.
front
());
const
auto
&
unknown2
=
*
(
col_unknown_list
.
front
());
...
...
Write
Preview
Markdown
is supported
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