CRTP base of integral operator expressions.
More...
#include <integral_operator.hpp>
template<class Derived>
class NiHu::integral_operator_base< Derived >
CRTP base of integral operator expressions.
- Template Parameters
-
Derived | the CRTP derived class |
Definition at line 46 of file integral_operator.hpp.
◆ eval_on_fields()
template<class Derived >
template<class TestField , class TrialField , class OnSameMesh >
sub-weighted residual on a test and a trial field
- Template Parameters
-
TestField | the test field type |
TrialField | the trial field type |
- Parameters
-
[in] | test_field | the test field reference |
[in] | trial_field | the trial field reference |
- Returns
- the result submatrix
Definition at line 67 of file integral_operator.hpp.
◆ operator[]()
template<class Derived >
template<class FuncSpace >
The documentation for this class was generated from the following file: