Esempio n. 1
0
 def ufl_domain(
         self):  # TODO: Deprecate this and use extract_unique_domain(expr)
     "Return the single unique domain this expression is defined on, or throw an error."
     from ufl.domain import extract_unique_domain
     return extract_unique_domain(self)
Esempio n. 2
0
File: expr.py Progetto: FEniCS/ufl
 def ufl_domain(self):  # TODO: Deprecate this and use extract_unique_domain(expr)
     "Return the single unique domain this expression is defined on, or throw an error."
     from ufl.domain import extract_unique_domain
     return extract_unique_domain(self)