Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dumux-repositories
dumux
Commits
2d278066
Commit
2d278066
authored
Jun 15, 2021
by
Timo Koch
Browse files
[fvproblem] Fix type
parent
e1a0949b
Changes
1
Hide whitespace changes
Inline
Side-by-side
dumux/common/fvproblem.hh
View file @
2d278066
...
...
@@ -248,10 +248,10 @@ public:
* bool hasInternalDirichletConstraint(const Element& element, const SubControlVolume& scv) const;
*
* which returns a bool signifying whether the dof associated with the element/scv pair is contraint.
* If true is returned for a dof, the assembler calls problem.internalDiri
ri
chlet(element, scv).
* If true is returned for a dof, the assembler calls problem.internalDirichlet(element, scv).
* This means you have to additionally implement the following member function
*
* PrimaryVariables internalDiri
ri
chlet(const Element& element, const SubControlVolume& scv) const;
* PrimaryVariables internalDirichlet(const Element& element, const SubControlVolume& scv) const;
*
* which returns the enforced Dirichlet values the dof associated with the element/scv pair.
*/
...
...
Dennis Gläser
@DennisGlaeser
mentioned in commit
87da1004
·
Jun 28, 2021
mentioned in commit
87da1004
mentioned in commit 87da1004344094581b11d70374c65ab0a623924c
Toggle commit list
Timo Koch
@timok
mentioned in merge request
!2690 (merged)
·
Jun 28, 2021
mentioned in merge request
!2690 (merged)
mentioned in merge request !2690
Toggle commit list
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