DUNE-ACFEM (2.5.1)

Dune::ACFem::DefaultBoundaryIndicator< Implementation > Struct Template Reference

Default boundary indicator: like EntireBoundaryIndicator<false> More...

#include <dune/acfem/models/boundaryindicator.hh>

+ Collaboration diagram for Dune::ACFem::DefaultBoundaryIndicator< Implementation >:

Public Member Functions

template<class Intersection >
bool applies (const Intersection &intersection) const
 Classify a boundary facet. More...
 

Detailed Description

template<class Implementation>
struct Dune::ACFem::DefaultBoundaryIndicator< Implementation >

Default boundary indicator: like EntireBoundaryIndicator<false>

Parameters
[in]answertrue to indicate that the entire boundary is taken into account, false to indicate the no part of the bounary is taken into account.

Member Function Documentation

◆ applies()

template<class Implementation >
template<class Intersection >
bool Dune::ACFem::DefaultBoundaryIndicator< Implementation >::applies ( const Intersection &  intersection) const
inline

Classify a boundary facet.

Parameters
[in]intersectionThe current intersection. It is up to the implementation to take the information from intersection (e.g. coordinates or the id from the macro triangulation).
Returns
true to indicate that intersection belongs to the boundary segment of interest.

The documentation for this struct was generated from the following file:
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.80.0 (May 2, 22:35, 2024)