Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
OGSTools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
ogs
OpenGeoSys Tools
OGSTools
Commits
5348fd9c
Commit
5348fd9c
authored
2 months ago
by
Julian Heinze
Browse files
Options
Downloads
Patches
Plain Diff
remove unnecessary comments
parent
47f3c289
No related branches found
No related tags found
1 merge request
!240
feflowlib: rename boundary conditions to subdomains
Pipeline
#27335
failed
2 months ago
Stage: .pre
Stage: test
Stage: maintenance
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ogstools/feflowlib/feflow_model.py
+1
-3
1 addition, 3 deletions
ogstools/feflowlib/feflow_model.py
with
1 addition
and
3 deletions
ogstools/feflowlib/feflow_model.py
+
1
−
3
View file @
5348fd9c
...
...
@@ -78,8 +78,6 @@ class FeflowModel:
:return: Dictionary (dict) of boundary meshes, with name as key and mesh as value.
"""
# ToDo: Introduce this behaviour to feflowlib.tools with a type.
# And return type of name for cell and pt BC should be the same not possix Path...
_subdomains
=
_tools
.
extract_point_boundary_conditions
(
self
.
mesh
)
if
self
.
dimension
==
3
and
(
...
...
@@ -148,7 +146,7 @@ class FeflowModel:
# For later functions of the converter, material properties are needed.
# For this reason, a defaultdict is returned with no material properties in
# this case.
# ToDo: return a dict of all properties with a warning!
# ToDo: return a dict of all
possible material
properties with a warning!
material_properties
=
defaultdict
(
str
)
material_properties
[
"
undefined
"
]
=
(
f
"
Material properties are only saved on the mesh for this process:
'
{
process
}
'"
,
...
...
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