OpenMEEG
|
File containing the integral operators. More...
#include <iostream>
#include <iomanip>
#include <vector.h>
#include <matrix.h>
#include <symmatrix.h>
#include <symm_block_matrix.h>
#include <sparse_matrix.h>
#include <geometry.h>
#include <integrator.h>
#include <analytics.h>
#include <logger.h>
#include <progressbar.h>
Go to the source code of this file.
Classes | |
class | OpenMEEG::BlocksBase |
class | OpenMEEG::DiagonalBlock |
class | OpenMEEG::PartialBlock |
class | OpenMEEG::NonDiagonalBlock |
class | OpenMEEG::HeadMatrixBlocks< BlockType > |
Namespaces | |
namespace | OpenMEEG |
Functions | |
void | OpenMEEG::operatorFerguson (const Vect3 &, const Mesh &, Matrix &, const unsigned &, const double) |
void | OpenMEEG::operatorDipolePotDer (const Dipole &, const Mesh &, Vector &, const double, const Integrator &) |
void | OpenMEEG::operatorDipolePot (const Dipole &, const Mesh &, Vector &, const double, const Integrator &) |
File containing the integral operators.
Definition in file operators.h.