v0.14.0 |
Set integration rule to boundary elements. More...
#include <tutorials/cor-2to5/src/PoissonOperators.hpp>
Public Member Functions | |
int | operator() (int p_row, int p_col, int p_data) const |
Set integration rule to boundary elements.
This is uses to integrate values on the face. Is used to integrate \((\mathbf{n} \cdot \lambda) u\), where Lagrange multiplayer is order "p_row" and approximate function is order "p_col".
Integration rule is order of polynomial which is calculated exactly. Finite element selects integration method based on return of this function.
Definition at line 849 of file PoissonOperators.hpp.
|
inline |
Definition at line 850 of file PoissonOperators.hpp.