formula.hh File Reference

#include <functional>
#include "basics/debug.hh"
#include "toolbox/dynArray.hh"
#include "toolbox/hashMap.hh"
#include "toolbox/set.hh"
#include "formula/piecewiseFormula.hh"
#include "formula/elementFormulaContainer.hh"
#include "basics/cloneable.hh"
#include "basics/operations.hh"
#include "cell.hh"
#include "mesh.hh"

Go to the source code of this file.

Classes

class  concepts::CurvatureElementFormula
 Formula for the curvature or their derivatives on edges in 2D. More...
 
class  concepts::Formula< F >
 Interface for a formula. More...
 
class  concepts::PiecewiseFormula< F >::FormulaFactor
 
class  concepts::OpAdd< F >
 
class  concepts::Operation< F >
 
class  concepts::OpMult< F >
 
class  concepts::OpRecipr< F >
 
class  concepts::PiecewiseConstDynArrayFormula< F >
 Piecewise constant function defined by attributes, base on dynamic array. More...
 
class  concepts::PiecewiseConstFormula< F >
 Piecewise constant function defined by the attribute of a cell. More...
 
class  concepts::PiecewiseConstImportFormula< F >
 Piecewise constant function defined by attributes, imported from a file. More...
 
class  concepts::PiecewiseElementFormula< F, G >
 Piecewise defined function defined by attributes. More...
 
class  concepts::PiecewiseFormula< F >
 Piecewise defined function defined by attributes. More...
 
class  concepts::PiecewiseFormula0< F >
 Piecewise defined function, which consists of a formula and a default value. More...
 
class  concepts::PiecewiseFormulaCombine< F, G, H, I >
 Combines two piecewise defined formulas with an operation, e.g. More...
 
class  concepts::PiecewiseFormulaFun< F, G >
 Piecewise defined function as an analytical function of another piecewiese defined function. More...
 

Namespaces

 concepts
 Basic namespace for Concepts-2.
 

Detailed Description

Formulas. Formulas defined on the cells.

Definition in file formula.hh.

Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich