Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 507 Bytes

simulations.rst

File metadata and controls

27 lines (14 loc) · 507 Bytes

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