![]() |
v0.13.0 |
Set integration rule to boundary elements. More...
#include <users_modules/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 859 of file PoissonOperators.hpp.
int PoissonExample::FaceRule::operator() | ( | int | p_row, |
int | p_col, | ||
int | p_data | ||
) | const |
Definition at line 860 of file PoissonOperators.hpp.