Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-gfe
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
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
Sander, Oliver
dune-gfe
Merge requests
!49
Fix neumann boundary in y z
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix neumann boundary in y z
lnebel/dune-gfe:fix-neumann-boundary-in-y-z
into
master
Overview
1
Commits
1
Pipelines
5
Changes
2
Merged
Nebel, Lisa Julia
requested to merge
lnebel/dune-gfe:fix-neumann-boundary-in-y-z
into
master
4 years ago
Overview
1
Commits
1
Pipelines
5
Changes
2
Expand
0
0
Merge request reports
Viewing commit
add56cb2
Show latest version
2 files
+
26
−
14
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
add56cb2
Fix Neumann boundary in y-and-z diretion
· add56cb2
Lisa Julia Nebel
authored
4 years ago
problems/film-on-substrate.parset
+
1
−
1
Options
@@ -30,7 +30,7 @@ dirichletValues = identity-dirichlet-values
### Python predicate specifying all Dirichlet grid vertices
# x is the vertex coordinate
dirichletVerticesPredicate = "x[0] < 0.01"
dirichletVerticesPredicate = "
[
x[0] < 0.01
, x[0] < 0.01 or x[0] > 199.99, x[0] < 0.01 or x[0] > 199.99]
"
### Python predicate specifying all surfaceshell grid vertices, elements conataining these vertices will get adaptively refined
# x is the vertex coordinate
Loading