Public Member Functions

pde_assembler_internal Struct Reference

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

Detailed Description

The worker class which assembles the system of linear equations ('FEM assembly core').


Member Function Documentation

void operator() ( EquationType const &  transformed_weak_form,
PDESystemType const &  pde_system,
DomainType &  domain,
LinearSystemT &  linear_system 
) const [inline]

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