concepts::CellStripeElement< dimC > Struct Template Reference

Cells ordered by key numbering. More...

#include <formulafrmEformula.hh>

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

Public Member Functions

 CellStripeElement (const typename JacobianCell< dimC >::cell &cell)
 
virtual bool operator< (const CellStripeElement< dimC > &sb) const
 
virtual bool operator== (const CellStripeElement< dimC > &sb) const
 

Public Attributes

const JacobianCell< dimC >::cell & cell
 
const uint key
 

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::CellStripeElement< dimC >

Cells ordered by key numbering.

This applies in the build of possible elements used, when the stripe search is setted.

Precondition
cell is a vertex cell

Definition at line 86 of file formulafrmEformula.hh.

Constructor & Destructor Documentation

◆ CellStripeElement()

template<uint dimC>
concepts::CellStripeElement< dimC >::CellStripeElement ( const typename JacobianCell< dimC >::cell cell)
inline

Definition at line 88 of file formulafrmEformula.hh.

Member Function Documentation

◆ info()

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

Returns information in an output stream.

Reimplemented from concepts::OutputOperator.

Definition at line 104 of file formulafrmEformula.hh.

◆ operator<()

template<uint dimC>
virtual bool concepts::CellStripeElement< dimC >::operator< ( const CellStripeElement< dimC > &  sb) const
inlinevirtual

Definition at line 91 of file formulafrmEformula.hh.

◆ operator==()

template<uint dimC>
virtual bool concepts::CellStripeElement< dimC >::operator== ( const CellStripeElement< dimC > &  sb) const
inlinevirtual

Definition at line 95 of file formulafrmEformula.hh.

Member Data Documentation

◆ cell

template<uint dimC>
const JacobianCell<dimC>::cell& concepts::CellStripeElement< dimC >::cell

Definition at line 99 of file formulafrmEformula.hh.

◆ key

template<uint dimC>
const uint concepts::CellStripeElement< dimC >::key

Definition at line 100 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