The worker class which assembles the system of linear equations ('FEM assembly core'). More...
#include <assembler.hpp>
Public Member Functions | |
| template<typename EquationType , typename PDESystemType , typename DomainType , typename LinearSystemT > | |
| void | operator() (EquationType const &transformed_weak_form, PDESystemType const &pde_system, DomainType &domain, LinearSystemT &linear_system) const |
The worker class which assembles the system of linear equations ('FEM assembly core').
| void operator() | ( | EquationType const & | transformed_weak_form, | |
| PDESystemType const & | pde_system, | |||
| DomainType & | domain, | |||
| LinearSystemT & | linear_system | |||
| ) | const [inline] |
1.7.1