mne.make_bem_solution

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

Create a BEM solution using the linear collocation approach.

Parameters:

surfs : list of dict

The BEM surfaces to use (from make_bem_model)

verbose : bool, str, int, or None

If not None, override default verbose level (see mne.verbose() and Logging documentation for more).

Returns:

bem : instance of ConductorModel

The BEM solution.

Notes

New in version 0.10.0.