예제 #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)