List of all members.
Public Member Functions |
def | inside |
Detailed Description
Definition at line 49 of file demo.py.
Member Function Documentation
Definition at line 50 of file demo.py.
00050
00051 def inside(self, x, on_boundary):
00052 return x[0] < DOLFIN_EPS or x[0] > 1.0 - DOLFIN_EPS
00053
The documentation for this class was generated from the following file: