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

add LDDsimulation._eval_sources() method

parent e0289916
No related branches found
No related tags found
No related merge requests found
...@@ -135,6 +135,7 @@ class LDDsimulation(object): ...@@ -135,6 +135,7 @@ class LDDsimulation(object):
self._init_interfaces() self._init_interfaces()
self._init_subdomains() self._init_subdomains()
self._init_initial_values() self._init_initial_values()
self._eval_sources()
## Private methods ## Private methods
def _init_meshes_and_markers(self, subdomain_def_points: tp.List[tp.List[df.Point]] = None,# def _init_meshes_and_markers(self, subdomain_def_points: tp.List[tp.List[df.Point]] = None,#
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment