concepts::CCell_F< dimC > Struct Template Reference
Curved Cell struct that holds a physical non-vertex cell with a finite number of setted point evaluations. More...
#include <formulafrmEformula.hh>
Public Member Functions | |
CCell_F (const typename JacobianCell< dimC >::cell &cell, const uint cardF=2) | |
bool | operator< (CCell_F cCF) const |
bool | operator== (CCell_F cCF) const |
Public Attributes | |
const uint | cardF |
const JacobianCell< dimC >::cell & | cell |
Sequence< Point< Real, dimC > > | F |
const uint | key |
Protected Member Functions | |
void | computeF () |
virtual std::ostream & | info (std::ostream &os) const |
Returns information in an output stream. More... | |
Detailed Description
template<uint dimC>
struct concepts::CCell_F< dimC >
Curved Cell struct that holds a physical non-vertex cell with a finite number of setted point evaluations.
This is basic class is used inside the CCell_F_dist
struct. The evaluated finite number of points can be used to determine the distance of the underlying cell heuristcally to a given point, as done in the CCell_F_dist
struct.
Definition at line 196 of file formulafrmEformula.hh.
Constructor & Destructor Documentation
◆ CCell_F()
|
inline |
Definition at line 198 of file formulafrmEformula.hh.
Member Function Documentation
◆ computeF()
|
protected |
◆ info()
|
inlineprotectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
Definition at line 222 of file formulafrmEformula.hh.
◆ operator<()
|
inline |
Definition at line 209 of file formulafrmEformula.hh.
◆ operator==()
|
inline |
Definition at line 205 of file formulafrmEformula.hh.
Member Data Documentation
◆ cardF
const uint concepts::CCell_F< dimC >::cardF |
Definition at line 216 of file formulafrmEformula.hh.
◆ cell
const JacobianCell<dimC>::cell& concepts::CCell_F< dimC >::cell |
Definition at line 214 of file formulafrmEformula.hh.
◆ F
Sequence<Point<Real,dimC> > concepts::CCell_F< dimC >::F |
Definition at line 219 of file formulafrmEformula.hh.
◆ key
const uint concepts::CCell_F< dimC >::key |
Definition at line 215 of file formulafrmEformula.hh.
The documentation for this struct was generated from the following file:
- geometry/formulafrmEformula.hh