The main ViennaFEM assembler class. More...
#include <pde_assembler.hpp>
Public Member Functions | |
template<typename SystemType , typename DomainType , typename MatrixT , typename VectorT > | |
void | operator() (SystemType pde_system, DomainType &domain, MatrixT &system_matrix, VectorT &load_vector) const |
Functor interface for the assembly. |
The main ViennaFEM assembler class.
void operator() | ( | SystemType | pde_system, | |
DomainType & | domain, | |||
MatrixT & | system_matrix, | |||
VectorT & | load_vector | |||
) | const [inline] |
Functor interface for the assembly.
pde_system | The system of PDEs | |
domain | The ViennaGrid domain on which assembly is carried out | |
system_matrix | The system matrix. Can be any type supporting operator() access | |
load_vector | The load vector. Can be any type supporting operator() access |