Thread Previous • Date Previous • Date Next • Thread Next |
Hi, Is it currently possible to set the boundary condition search specification in PyDOLFIN? in cpp DirichletBC bc(function, mesh, subdomain, geometric); in PyDOLFIN bc = DirichletBC(function, mesh, subdomain, geometric) this gives NameError: name 'geometric' is not defined (same for pointwise) Jake
Thread Previous • Date Previous • Date Next • Thread Next |