Dune-Fufem 2.11-git
Loading...
Searching...
No Matches
Dune::Fufem::MassAssembler Class Reference

Local mass assembler for dune-functions basis. More...

#include <dune/fufem/assemblers/localassemblers/massassembler.hh>

Public Member Functions

 MassAssembler ()
 
template<class Element , class LocalMatrix , class LocalView >
void operator() (const Element &element, LocalMatrix &localMatrix, const LocalView &testLocalView, const LocalView &ansatzLocalView) const
 

Detailed Description

Local mass assembler for dune-functions basis.

We assume the mass matrix to be symmetric and hence ansatz and test space to be equal! The implementation allows an arbitrary dune-functions compatible basis, as long as there is an ISTLBackend available for the resulting matrix.

Deprecated:
This class is deprecated and will be removed after 2.11. Use Dune::Fufen::Forms instead.

Constructor & Destructor Documentation

◆ MassAssembler()

Dune::Fufem::MassAssembler::MassAssembler ( )
inline

Member Function Documentation

◆ operator()()

template<class Element , class LocalMatrix , class LocalView >
void Dune::Fufem::MassAssembler::operator() ( const Element &  element,
LocalMatrix &  localMatrix,
const LocalView &  testLocalView,
const LocalView &  ansatzLocalView 
) const
inline

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