I am trying to run stimulation on an existing 3d mesh model, I have been able to read the mesh into the code and set some parameter for the stimulation, yet I got an error saying that I did not set up the electrode:
L5 : error: Empty stimulus[0] electrode def! Aborting!
In the examples, electrode was set up by mesh.block_region on the model created using the code, what should I do for external meshes?