Go to the documentation of this file.
40 #ifndef implicitFunction_H
41 #define implicitFunction_H
86 const word& implicitFunctionType,
virtual ~implicitFunction()=default
A class for handling words, derived from Foam::string.
Base class for implicit functions.
virtual vector grad(const vector &p) const
static autoPtr< implicitFunction > New(const word &implicitFunctionType, const dictionary &dict)
declareRunTimeSelectionTable(autoPtr, implicitFunction, dict,(const dictionary &dict),(dict))
implicitFunction()=default
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
Macros to ease declaration of run-time selection tables.
virtual scalar distanceToSurfaces(const vector &p) const
TypeName("implicitFunction")
virtual scalar value(const vector &p) const