v2.0.0
Loading...
Searching...
No Matches
fwd_bem_model.cpp File Reference

BEM model implementation — FIFF I/O for layered surfaces and pre-inverted potential-solution matrices, IP-approach setup, and the dipole-field/potential evaluators that drive the BEM forward solver. More...

#include "fwd_bem_model.h"
#include "fwd_bem_solution.h"
#include "fwd_eeg_sphere_model.h"
#include <mne/mne_surface.h>
#include <mne/mne_triangle.h>
#include <mne/mne_source_space.h>
#include "fwd_comp_data.h"
#include <memory>
#include "fwd_thread_arg.h"
#include <fiff/fiff_stream.h>
#include <fiff/fiff_named_matrix.h>
#include <QFile>
#include <QList>
#include <QThread>
#include <QtConcurrent>
#include <math.h>
#include <Eigen/Dense>
Include dependency graph for fwd_bem_model.cpp:

Go to the source code of this file.

Classes

struct  FWDLIB::SurfExpl
struct  FWDLIB::MethodExpl
struct  FWDLIB::FrameNameRec
 Lookup record mapping a FIFF coordinate frame integer ID to its human-readable name. More...

Namespaces

namespace  FWDLIB
 Forward modelling — BEM solver, spherical models, sensor/coil definitions and the lead-field assembly that links current dipoles to MEG/EEG sensor readings.

Macros

#define _USE_MATH_DEFINES

Functions

const QString mne_coord_frame_name_40 (int frame)
double arsinh (double x)

Detailed Description

BEM model implementation — FIFF I/O for layered surfaces and pre-inverted potential-solution matrices, IP-approach setup, and the dipole-field/potential evaluators that drive the BEM forward solver.

SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2017-2026 MNE-CPP Authors

Author
Christoph Dinh chris.nosp@m.toph.nosp@m..dinh.nosp@m.@mne.nosp@m.-cpp..nosp@m.org; 1DIce lars..nosp@m.debo.nosp@m.r@tu-.nosp@m.ilme.nosp@m.nau.d.nosp@m.e; Lorenz Esch loren.nosp@m.z.es.nosp@m.ch@tu.nosp@m.-ilm.nosp@m.enau..nosp@m.de; Ruben Doerfel doerf.nosp@m.elru.nosp@m.ben@a.nosp@m.ol.c.nosp@m.om; Juan GPC jgarc.nosp@m.iapr.nosp@m.ieto@.nosp@m.mgh..nosp@m.harva.nosp@m.rd.e.nosp@m.du; Gabriel Motta gabri.nosp@m.elbe.nosp@m.nmott.nosp@m.a@gm.nosp@m.ail.c.nosp@m.om
Since
0.1.0
Date
March 2017

Definition in file fwd_bem_model.cpp.

Macro Definition Documentation

◆ _USE_MATH_DEFINES

#define _USE_MATH_DEFINES

Definition at line 43 of file fwd_bem_model.cpp.

Function Documentation

◆ arsinh()

double arsinh ( double x)
inline

Definition at line 1515 of file fwd_bem_model.cpp.

◆ mne_coord_frame_name_40()

const QString mne_coord_frame_name_40 ( int frame)

Definition at line 123 of file fwd_bem_model.cpp.