Set integration rule to volume elements.
More...
|
int | operator() (int, int, int) const |
|
int | operator() (int, int, int) const |
|
int | operator() (int, int, int p) const |
|
int | operator() (int, int, int order) const |
|
int | operator() (int, int, int order) const |
|
int | operator() (int, int, int order) const |
|
Set integration rule to volume elements.
Set integration rule.
This rule is used to integrate \(\nabla v \cdot \nabla u\), thus if the approximation field and the testing field are polynomials of order "p", then the rule for the exact integration is 2*(p-1).
Integration rule is order of polynomial which is calculated exactly. Finite element selects integration method based on return of this function.
- Examples
- elasticity.cpp, EshelbianPlasticity.cpp, mortar_contact_thermal.cpp, NavierStokesElement.hpp, PoissonOperators.hpp, simple_contact_thermal.cpp, simple_elasticity.cpp, simple_interface.cpp, test_cache_on_entities.cpp, testing_jacobian_of_hook_element.cpp, testing_jacobian_of_hook_scaled_with_density_element.cpp, and UnsaturatedFlow.hpp.
Definition at line 88 of file simple_interface.cpp.
◆ operator()() [1/6]
int VolRule::operator() |
( |
int |
, |
|
|
int |
, |
|
|
int |
order |
|
) |
| const |
|
inline |
◆ operator()() [2/6]
int VolRule::operator() |
( |
int |
, |
|
|
int |
, |
|
|
int |
order |
|
) |
| const |
|
inline |
◆ operator()() [3/6]
int VolRule::operator() |
( |
int |
, |
|
|
int |
, |
|
|
int |
order |
|
) |
| const |
|
inline |
◆ operator()() [4/6]
int VolRule::operator() |
( |
int |
, |
|
|
int |
, |
|
|
int |
p |
|
) |
| const |
|
inline |
◆ operator()() [5/6]
int VolRule::operator() |
( |
int |
, |
|
|
int |
, |
|
|
int |
|
|
) |
| const |
|
inline |
◆ operator()() [6/6]
int VolRule::operator() |
( |
int |
, |
|
|
int |
, |
|
|
int |
|
|
) |
| const |
|
inline |
The documentation for this struct was generated from the following files: