Skip to content
Snippets Groups Projects
Commit 061e6abb authored by David Seus's avatar David Seus
Browse files

license unused code

parent 9cccc616
No related branches found
No related tags found
No related merge requests found
"""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 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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment