DUNE-ACFEM (unstable)

Dune::ACFem::GridFunction::ElementMeasurePlaceholder< GridPart > Class Template Reference

A placeholder tensor which evaluates to the measure of the element after binding it. More...

#include <dune/acfem/functions/placeholders/elementmeasure.hh>

Public Member Functions

 ElementMeasurePlaceholder (const GridPart &gridPart)
 Construct an element-measure placeholder from the given grid-part.
 
void bind (const EntityType &entity)
 Bind the wrapped LocalFunction to the given entity. More...
 
const GridPartType & gridPart () const
 Return the gridPart. More...
 

Detailed Description

template<class GridPart>
class Dune::ACFem::GridFunction::ElementMeasurePlaceholder< GridPart >

A placeholder tensor which evaluates to the measure of the element after binding it.

Parameters
GridPartThe GridPart of the elements. The GridPart determines the EntityType and the FieldType.

Member Function Documentation

◆ bind()

template<class GridPart >
void Dune::ACFem::GridFunction::ElementMeasurePlaceholder< GridPart >::bind ( const EntityType &  entity)
inline

Bind the wrapped LocalFunction to the given entity.

Parameters
entityThe entity to bind to.

◆ gridPart()

template<class GridPart >
const GridPartType & Dune::ACFem::GridFunction::ElementMeasurePlaceholder< GridPart >::gridPart ( ) const
inline

Return the gridPart.

Used for construction.


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 15, 22:36, 2024)