the sum of two weighted residual expressions
More...
#include <weighted_residual.hpp>
|
| wr_sum (Left &&left, Right &&right) |
| constructor More...
|
|
template<class result_t > |
result_t & | eval (result_t &result) const |
| evaluate wr sum into result More...
|
|
NIHU_CRTP_HELPERS result_t & | eval (result_t &result) const |
| evaluate weighted residual into matrix More...
|
|
template<class Left, class Right>
class NiHu::wr_sum< Left, Right >
the sum of two weighted residual expressions
- Template Parameters
-
LeftDerived | the left hand side class |
RightDerived | the right hand side class |
Definition at line 117 of file weighted_residual.hpp.
◆ wr_sum()
template<class Left , class Right >
constructor
- Parameters
-
[in] | left | the left hand side wr reference |
[in] | right | the right hand side wr reference |
Definition at line 125 of file weighted_residual.hpp.
◆ eval()
template<class Left , class Right >
template<class result_t >
result_t& NiHu::wr_sum< Left, Right >::eval |
( |
result_t & |
result | ) |
const |
|
inline |
evaluate wr sum into result
- Template Parameters
-
result_t | the result matrix type |
- Parameters
-
[out] | result | the result matrix |
- Returns
- reference to the result
Definition at line 136 of file weighted_residual.hpp.
The documentation for this class was generated from the following file: