DUNE-FEM (unstable)

Dune::Fem::StencilWrapper< DomainSpace, RangeSpace, LocalStencil > Class Template Reference

a simple wrapper class for sparsity patterns provide as vector< set< size_t > > More...

#include <dune/fem/operator/common/stencil.hh>

Public Member Functions

void fill (const DomainEntityType &dEntity, const RangeEntityType &rEntity, bool fillGhost=true)
 Create stencil entries for (dEntity,rEntity) pair. More...
 

Detailed Description

template<class DomainSpace, class RangeSpace, class LocalStencil>
class Dune::Fem::StencilWrapper< DomainSpace, RangeSpace, LocalStencil >

a simple wrapper class for sparsity patterns provide as vector< set< size_t > >

Template Parameters
DomainSpacetype of discrete function space for the domain
RangeSpacetype of discrete function space for the range

Member Function Documentation

◆ fill()

template<class DomainSpace , class RangeSpace , class LocalStencil >
void Dune::Fem::StencilWrapper< DomainSpace, RangeSpace, LocalStencil >::fill ( const DomainEntityType &  dEntity,
const RangeEntityType &  rEntity,
bool  fillGhost = true 
)
inline

Create stencil entries for (dEntity,rEntity) pair.

Parameters
[in]dEntitydomain entity
[in]rEntityrange entity
[in]fillGhostsetup stencil even for a ghost domain entity

The documentation for this class was generated from the following file:
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.111.3 (Jul 27, 22:29, 2024)