#include <operators.h>
|
| 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 |
|
|
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 |
|
bool | verbose = true |
|
Definition at line 318 of file operators.h.
◆ NonDiagonalBlock()
OpenMEEG::NonDiagonalBlock::NonDiagonalBlock |
( |
const Mesh & |
m1, |
|
|
const Mesh & |
m2, |
|
|
const Integrator & |
intg |
|
) |
| |
|
inline |
◆ set_S_block()
template<typename T >
void OpenMEEG::NonDiagonalBlock::set_S_block |
( |
const double |
coeff, |
|
|
T & |
matrix |
|
) |
| |
|
inline |
◆ set_N_block()
template<typename T >
void OpenMEEG::NonDiagonalBlock::set_N_block |
( |
const double |
coeff, |
|
|
T & |
matrix |
|
) |
| const |
|
inline |
◆ set_D_block()
template<typename T >
void OpenMEEG::NonDiagonalBlock::set_D_block |
( |
const double |
coeff, |
|
|
T & |
matrix |
|
) |
| const |
|
inline |
◆ set_Dstar_block()
template<typename T >
void OpenMEEG::NonDiagonalBlock::set_Dstar_block |
( |
const double |
coeff, |
|
|
T & |
matrix |
|
) |
| const |
|
inline |
◆ S()
template<typename T >
void OpenMEEG::NonDiagonalBlock::S |
( |
const double |
coeff, |
|
|
T & |
matrix |
|
) |
| const |
|
inline |
◆ N()
template<typename T >
void OpenMEEG::NonDiagonalBlock::N |
( |
const double |
coeff, |
|
|
T & |
matrix |
|
) |
| const |
|
inline |
◆ D()
template<typename T >
void OpenMEEG::NonDiagonalBlock::D |
( |
const double |
coeff, |
|
|
T & |
matrix |
|
) |
| const |
|
inline |
◆ Dstar()
template<typename T >
void OpenMEEG::NonDiagonalBlock::Dstar |
( |
const double |
coeff, |
|
|
T & |
matrix |
|
) |
| const |
|
inline |
The documentation for this class was generated from the following file:
- /builddir/build/BUILD/openmeeg-2.5.5/OpenMEEG/include/operators.h