OpenMEEG
|
#include <operators.h>
Public Member Functions | |
NonDiagonalBlock (const Mesh &m1, const Mesh &m2, const Integrator &intg) | |
template<typename T > | |
void | set_S_block (const double coeff, T &matrix) |
template<typename T > | |
void | set_N_block (const double coeff, T &matrix) const |
template<typename T > | |
void | set_D_block (const double coeff, T &matrix) const |
template<typename T > | |
void | set_Dstar_block (const double coeff, T &matrix) const |
template<typename T > | |
void | S (const double coeff, T &matrix) const |
template<typename T > | |
void | N (const double coeff, T &matrix) const |
template<typename T > | |
void | D (const double coeff, T &matrix) const |
template<typename T > | |
void | Dstar (const double coeff, T &matrix) const |
![]() | |
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 |
Additional Inherited Members | |
![]() | |
template<typename T > | |
void | D (const Triangles &triangles1, const Triangles &triangles2, const double coeff, T &mat) const |
![]() | |
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) |
![]() | |
const Integrator | integrator |
Definition at line 329 of file operators.h.
|
inline |
Definition at line 357 of file operators.h.
Definition at line 360 of file operators.h.
Definition at line 368 of file operators.h.
Definition at line 371 of file operators.h.
Definition at line 377 of file operators.h.
Definition at line 387 of file operators.h.
Definition at line 424 of file operators.h.
Definition at line 435 of file operators.h.
Definition at line 441 of file operators.h.