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