#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 JacobianCell< dimC >::cell & | cell |
const uint | key |
const uint | cardF |
Sequence< Point< Real, dimC > > | F |
Protected Member Functions | |
virtual std::ostream & | info (std::ostream &os) const |
Returns information in an output stream. | |
void | computeF () |
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.
|
inline |
Definition at line 198 of file formulafrmEformula.hh.
|
inlineprotectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
Definition at line 222 of file formulafrmEformula.hh.
|
inline |
Definition at line 209 of file formulafrmEformula.hh.
|
inline |
Definition at line 205 of file formulafrmEformula.hh.
const uint concepts::CCell_F< dimC >::cardF |
Definition at line 216 of file formulafrmEformula.hh.
const JacobianCell<dimC>::cell& concepts::CCell_F< dimC >::cell |
Definition at line 214 of file formulafrmEformula.hh.
Definition at line 219 of file formulafrmEformula.hh.
const uint concepts::CCell_F< dimC >::key |
Definition at line 215 of file formulafrmEformula.hh.