Reference documentation for deal.II version 9.0.0
|
Classes | |
class | Bessel1 |
class | ConstantFunction |
class | CosineFunction |
class | CosineGradFunction |
class | CSpline |
class | CutOffFunctionBase |
class | CutOffFunctionCinfty |
class | CutOffFunctionLinfty |
class | CutOffFunctionW1 |
class | ExpFunction |
class | FEFieldFunction |
class | FlowFunction |
class | FourierCosineFunction |
class | FourierCosineSum |
class | FourierSineFunction |
class | FourierSineSum |
class | InterpolatedTensorProductGridData |
class | InterpolatedUniformGridData |
class | JumpFunction |
class | Kovasznay |
class | LSingularityFunction |
class | LSingularityGradFunction |
class | Monomial |
class | ParsedFunction |
class | PillowFunction |
class | PoisseuilleFlow |
class | Polynomial |
class | Q1WedgeFunction |
class | SlitHyperSingularityFunction |
class | SlitSingularityFunction |
class | Spherical |
class | SquareFunction |
class | StokesCosine |
class | StokesLSingularity |
class | ZeroFunction |
Functions | |
static ::ExceptionBase & | ExcCSplineEmpty (int arg1) |
static ::ExceptionBase & | ExcCSplineSizeMismatch (int arg1, int arg2) |
static ::ExceptionBase & | ExcCSplineOrder (int arg1, double arg2, double arg3) |
static ::ExceptionBase & | ExcCSplineRange (double arg1, double arg2, double arg3) |
Namespace implementing some concrete classes derived from the Function class that describe actual functions. This is rather a collection of classes that we have needed for our own programs once and thought might be useful to others as well at some point.