Пример #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)
Пример #2
0
Файл: expr.py Проект: 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)