formulafrmEformula.hh File Reference
#include "geometry.hh"
#include "formula.hh"
#include "toolbox/sharedPointer.hh"
#include <algorithm>
#include <limits>
Go to the source code of this file.
Namespaces | |
concepts | |
Basic namespace for Concepts-2. | |
Macros | |
#define | EPS std::numeric_limits<double>::epsilon() |
Functions | |
template<uint dimC> | |
void | concepts::getChild (const typename JacobianCell< dimC >::cell &cCell, const Point< Real, dimC > &eta, const std::array< Real, std::size_t(dimC)> x0, const std::array< Real, std::size_t(dimC)> xN, const typename JacobianCell< dimC >::cell *&cld) |
Searches through the dichotomic tree cell hierachy to find the unique child cell that is defined via the local point eta in [0,1]^dimC. More... | |
Detailed Description
Formula defined from another Element formula
Definition in file formulafrmEformula.hh.
Macro Definition Documentation
◆ EPS
#define EPS std::numeric_limits<double>::epsilon() |
Definition at line 23 of file formulafrmEformula.hh.