#include "geometry.hh"
#include "formula.hh"
#include "toolbox/sharedPointer.hh"
#include <algorithm>
#include <limits>
Go to the source code of this file.
Classes | |
class | concepts::JacobianCell< 1 > |
class | concepts::JacobianCell< 2 > |
class | concepts::JacobianCell< 3 > |
class | concepts::TensorVertexMap< 1 > |
class | concepts::TensorVertexMap< 2 > |
class | concepts::TensorVertexMap< 3 > |
struct | concepts::CellStripeElement< dimC > |
class | concepts::CellBox< dimC > |
struct | concepts::CCell_F< dimC > |
struct | concepts::CCell_F_dist< dimC > |
class | concepts::MultiVector< 0, const ElementWithCell< Real > * > |
class | concepts::MultiVector< 0, const ElementWithCell< Cmplx > * > |
class | concepts::MultiVector< 0, concepts::Set< CellBox< 1 > > > |
class | concepts::MultiVector< 0, concepts::Set< CellBox< 2 > > > |
class | concepts::MultiVector< 0, concepts::Set< CellBox< 3 > > > |
class | concepts::MultiVector< dimC, G > |
recursive definition of the multivector More... | |
struct | concepts::CellMap< dimC, H > |
class | concepts::FFEF_Error |
class | concepts::FormulaFromElementFormula< dim, F, G > |
Namespaces | |
namespace | concepts |
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) |
Formula defined from another Element formula
Definition in file formulafrmEformula.hh.
#define EPS std::numeric_limits<double>::epsilon() |
Definition at line 22 of file formulafrmEformula.hh.