deal.II version GIT relicensing-2165-gc91f007519 2024-11-20 01:40:00+00:00
|
Namespaces | |
namespace | SignedDistance |
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) |
template<int dim, typename RangeNumberType > | |
std::ostream & | operator<< (std::ostream &out, const SymbolicFunction< dim, RangeNumberType > &f) |
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.
|
inline |
Allow output using the bitwise left shift operator.
Definition at line 428 of file symbolic_function.h.