Revisit signature of model methods representing terms in PDEs #1259
Labels
implementation - short
An issue that requires a short implementation effort.
user group
Issue to be worked on in the internal user group.
There are inconsistencies in the signature of respective methods, mostly regarding the usage of
list[pp.Grid]
,pp.SubdomainOrBoundaries
etc.See this comment for example.
Fix:
models/*.py
and check the signature of methods representing terms in some PDE or other equation.pp.SubdomainOrBoundaries
for example.The challenge lies within the nested nature of functions. F.e. a density function might call 2-3 functions internally, which also require the same signature, but overall it should be a quick fix.
The text was updated successfully, but these errors were encountered: