mne.make_bem_solution

mne.make_bem_solution(surfs, verbose=None)[source]

Create a BEM solution using the linear collocation approach.

Parameters
surfslist of dict

The BEM surfaces to use (from mne.make_bem_model()).

verbosebool, str, int, or None

If not None, override default verbose level (see mne.verbose() and Logging documentation for more). If used, it should be passed as a keyword-argument only.

Returns
beminstance of ConductorModel

The BEM solution.

Notes

New in version 0.10.0.