|
NiHu
2.0
|
assemble result matrix from field wr submatrices More...
#include <assembly.hpp>
Static Public Member Functions | |
| template<class result_t , class Operator > | |
| static result_t & | eval_into (result_t &result, integral_operator_base< Operator > const &op, function_space_base< TestSpace > const &test_space, function_space_base< TrialSpace > const &trial_space) |
| evaluate weighted residual into result matrix More... | |
assemble result matrix from field wr submatrices
| TestSpace | the test function space |
| TrialSpace | the trial function space |
Definition at line 39 of file assembly.hpp.
|
inlinestatic |
evaluate weighted residual into result matrix
| result_t | the result matrix type |
| Operator | the operator type |
| [out] | result | the result matrix reference |
| [in] | op | reference to the integral operator |
| [in] | test_space | reference to the test function space |
| [in] | trial_space | reference to the trial function space |
Definition at line 137 of file assembly.hpp.