|
NiHu
2.0
|
base class of all weighted residual expressions More...
#include <weighted_residual.hpp>
Public Member Functions | |
| template<class result_t > | |
| NIHU_CRTP_HELPERS result_t & | eval (result_t &result) const |
| evaluate weighted residual into matrix More... | |
base class of all weighted residual expressions
| Derived | the CRTP derived class |
Definition at line 43 of file weighted_residual.hpp.
|
inline |
evaluate weighted residual into matrix
| result_t | the result matrix type |
| [out] | result | the result matrix |
Definition at line 54 of file weighted_residual.hpp.