concepts::CCell_F_dist< dimC > Struct Template Reference

Struct that provides a CCell_F object together with a heuristic distance between given point $P$ to the finite number of physical points of the underlying cell. More...

#include <formulafrmEformula.hh>

Inheritance diagram for concepts::CCell_F_dist< dimC >:
concepts::OutputOperator

Public Member Functions

 CCell_F_dist (const CCell_F< dimC > &ccF, const Point< Real, dimC > &P)
 
bool operator< (CCell_F_dist ccF_d) const
 
bool operator== (CCell_F_dist ccF_d) const
 

Public Attributes

const CCell_F< dimC > & ccF
 
Real dist_2
 

Protected Member Functions

virtual std::ostream & info (std::ostream &os) const
 Returns information in an output stream. More...
 

Detailed Description

template<uint dimC>
struct concepts::CCell_F_dist< dimC >

Struct that provides a CCell_F object together with a heuristic distance between given point $P$ to the finite number of physical points of the underlying cell.

Definition at line 235 of file formulafrmEformula.hh.

Constructor & Destructor Documentation

◆ CCell_F_dist()

template<uint dimC>
concepts::CCell_F_dist< dimC >::CCell_F_dist ( const CCell_F< dimC > &  ccF,
const Point< Real, dimC > &  P 
)
inline

Definition at line 236 of file formulafrmEformula.hh.

Member Function Documentation

◆ info()

template<uint dimC>
virtual std::ostream& concepts::CCell_F_dist< dimC >::info ( std::ostream &  os) const
inlineprotectedvirtual

Returns information in an output stream.

Reimplemented from concepts::OutputOperator.

Definition at line 255 of file formulafrmEformula.hh.

◆ operator<()

template<uint dimC>
bool concepts::CCell_F_dist< dimC >::operator< ( CCell_F_dist< dimC >  ccF_d) const
inline

Definition at line 247 of file formulafrmEformula.hh.

◆ operator==()

template<uint dimC>
bool concepts::CCell_F_dist< dimC >::operator== ( CCell_F_dist< dimC >  ccF_d) const
inline

Definition at line 243 of file formulafrmEformula.hh.

Member Data Documentation

◆ ccF

template<uint dimC>
const CCell_F<dimC>& concepts::CCell_F_dist< dimC >::ccF

Definition at line 250 of file formulafrmEformula.hh.

◆ dist_2

template<uint dimC>
Real concepts::CCell_F_dist< dimC >::dist_2

Definition at line 252 of file formulafrmEformula.hh.


The documentation for this struct was generated from the following file:
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich