NiHu  2.0
NiHu::assembly< TestSpace, TrialSpace, OnSameMesh > Class Template Reference

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...
 

Detailed Description

template<class TestSpace, class TrialSpace, class OnSameMesh>
class NiHu::assembly< TestSpace, TrialSpace, OnSameMesh >

assemble result matrix from field wr submatrices

Template Parameters
TestSpacethe test function space
TrialSpacethe trial function space

Definition at line 39 of file assembly.hpp.

Member Function Documentation

◆ eval_into()

template<class TestSpace , class TrialSpace , class OnSameMesh >
template<class result_t , class Operator >
static result_t& NiHu::assembly< TestSpace, TrialSpace, OnSameMesh >::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 
)
inlinestatic

evaluate weighted residual into result matrix

Template Parameters
result_tthe result matrix type
Operatorthe operator type
Parameters
[out]resultthe result matrix reference
[in]opreference to the integral operator
[in]test_spacereference to the test function space
[in]trial_spacereference to the trial function space

Definition at line 137 of file assembly.hpp.


The documentation for this class was generated from the following file: