dune-pdelab  2.4.1
Public Member Functions | List of all members
Dune::PDELab::AssemblerInterface Class Reference

The global assembler which performs the traversing of the integration parts. More...

#include <dune/pdelab/gridoperator/common/assembler.hh>

Public Member Functions

template<class LocalAssemblerEngine >
void assemble (LocalAssemblerEngine &local_assembler_engine)
 

Detailed Description

The global assembler which performs the traversing of the integration parts.

The global assembler does only provide the local function spaces and the integration parts. It does not perform the actual integration or modify any of the assembling objects like the pattern, residual, and jacobian matrix.

Member Function Documentation

template<class LocalAssemblerEngine >
void Dune::PDELab::AssemblerInterface::assemble ( LocalAssemblerEngine local_assembler_engine)

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