NiHu
2.0
|
a dual iterator to point to a test and a trial quadrature element More...
#include <singular_accelerator.hpp>
Public Types | |
typedef dual_iterator< iteration::diagonal, test_iterator_t, trial_iterator_t > | base_t |
the base type | |
typedef test_iterator_t::value_type | value_type |
the value type of both quadratures | |
Public Member Functions | |
singular_quadrature_iterator (test_iterator_t test, trial_iterator_t trial) | |
constructor initialising members More... | |
const value_type & | get_test_quadrature_elem (void) const |
return the test quadrature element More... | |
const value_type & | get_trial_quadrature_elem (void) const |
return the trial quadrature element More... | |
a dual iterator to point to a test and a trial quadrature element
test_iterator_t | the iterator type of the test quadrature |
trial_iterator_t | the iterator type of the trial quadrature |
Definition at line 51 of file singular_accelerator.hpp.
|
inline |
constructor initialising members
[in] | test | the test quadrature |
[in] | trial | the trial quadrature |
Definition at line 64 of file singular_accelerator.hpp.
|
inline |
return the test quadrature element
Definition at line 72 of file singular_accelerator.hpp.
|
inline |
return the trial quadrature element
Definition at line 80 of file singular_accelerator.hpp.