Skip to content

Wrapping User Projects

James Grogan edited this page Nov 1, 2016 · 2 revisions

User projects can have their own Python packages, which depend on PyChaste. They can be placed in the chaste/projects module of PyChaste and can be loaded as follows:

import chaste
chaste.init() # Needed if using PETSc
import chaste.projects.my_user_project
Clone this wiki locally