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

Local Laplace (stiffness) assembler for dune-functions basis. More...

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

Public Member Functions

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

Detailed Description

Local Laplace (stiffness) assembler for dune-functions basis.

We assume the stiffness 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

◆ LaplaceAssembler()

Dune::Fufem::LaplaceAssembler::LaplaceAssembler ( )
inline

Member Function Documentation

◆ operator()()

template<class Element , class LocalMatrix , class LocalView >
void Dune::Fufem::LaplaceAssembler::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: