Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dumux
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
dumux-repositories
dumux
Commits
10a984e9
Commit
10a984e9
authored
3 years ago
by
Hanchuan Wu
Browse files
Options
Downloads
Plain Diff
Merge branch 'cherry-pick-
a997fc21
' into 'releases/3.4'
Merge branch 'feature/fix-typo' into 'master' See merge request
!2690
parents
14cfda5d
87da1004
No related branches found
No related tags found
1 merge request
!2690
Merge branch 'feature/fix-typo' into 'master'
Pipeline
#5548
failed
3 years ago
Stage: trigger
Stage: downstream modules
Pipeline: dumux
#5551
Pipeline: dumux
#5550
Pipeline: dumux
#5549
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dumux/common/fvproblem.hh
+2
-2
2 additions, 2 deletions
dumux/common/fvproblem.hh
with
2 additions
and
2 deletions
dumux/common/fvproblem.hh
+
2
−
2
View file @
10a984e9
...
...
@@ -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.
*/
...
...
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