← Back to team overview

dolfin team mailing list archive

Arrays and pyDOLFIN

 

How do I pass a Python list to a c++ function that expects an Array?

I would like to pass a list of Dirichlet boundary conditions to an assemble function that expects an Array<DirichletBC*>& object.

Garth


Follow ups