Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LDD-for-two-phase-flow-systems
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
David Seus
LDD-for-two-phase-flow-systems
Commits
061e6abb
Commit
061e6abb
authored
Oct 9, 2020
by
David Seus
Browse files
Options
Downloads
Patches
Plain Diff
license unused code
parent
9cccc616
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
LDDsimulation/UseCaseBase.py
+0
-19
0 additions, 19 deletions
LDDsimulation/UseCaseBase.py
LDDsimulation/unused_code.py
+22
-1
22 additions, 1 deletion
LDDsimulation/unused_code.py
with
22 additions
and
20 deletions
LDDsimulation/UseCaseBase.py
deleted
100644 → 0
+
0
−
19
View file @
9cccc616
"""
base class for LDD simulation use cases.
This module defines a base class for the LDDsimulation usecases.
"""
import
dolfin
as
df
import
mshr
import
numpy
as
np
import
sympy
as
sym
import
typing
as
tp
import
functools
as
ft
import
domainPatch
as
dp
import
LDDsimulation
as
ldd
import
helpers
as
hlp
class
UseCaseBase
(
object
):
"""
Base class for LDD simulation use cases.
"""
This diff is collapsed.
Click to expand it.
LDDsimulation/unused_code.py
+
22
−
1
View file @
061e6abb
# this was part of domainPatch.DomainPatch
#!/bin/python3
"""
unused code that was retired in the LDDsimulation development.
# LICENSE #####################################################################
Copyright 2020, David Seus
david.seus[at]ians.uni-stuttgart.de
This file is part of the module LDDsimulation.
LDDsimulation is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
LDDsimulation is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with LDDsimulation. If not, see <http://www.gnu.org/licenses/>.
###############################################################################
"""
def
calc_gravity_neumann_flux
(
self
,
def
calc_gravity_neumann_flux
(
self
,
interface_index
:
int
,
interface_index
:
int
,
...
...
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