|
OpenMEEG
|
#include <operators.h>


Public Member Functions | |
| BlocksBase (const Integrator &intg) | |
| void | message (const char *op_name, const Mesh &mesh) const |
| void | message (const char *op_name, const Mesh &mesh1, const Mesh &mesh2) const |
Protected Member Functions | |
| template<typename T> | |
| void | D (const Triangles &triangles1, const Triangles &triangles2, const double coeff, T &mat) const |
Static Protected Member Functions | |
| template<typename T> | |
| static double | N (const Vertex &V1, const Vertex &V2, const Mesh &m, const T &matrix) |
| template<typename T> | |
| static double | N (const Vertex &V1, const Vertex &V2, const Mesh &m1, const Mesh &m2, const T &matrix) |
Protected Attributes | |
| const Integrator | integrator |
Definition at line 60 of file operators.h.
|
inline |
Definition at line 63 of file operators.h.
|
inline |
Definition at line 65 of file operators.h.
|
inline |
Definition at line 71 of file operators.h.
|
inlineprotected |
Definition at line 80 of file operators.h.
|
inlinestaticprotected |
Definition at line 116 of file operators.h.
|
inlinestaticprotected |
Definition at line 123 of file operators.h.
|
protected |
Definition at line 148 of file operators.h.