Running simulations

The simulators module provides solvers for the neuronal activity.

Given a previously simulated mesh in mesh_folder, the user can set some parameters of the simulator and run the simulation in a few lines.

To run a simulation with default parameters, one can simply run:

_ = neuronmi.simulate_emi(mesh_folder)

Changing simulation parameters

TODO

Other solvers

TODO