75#ifndef implicitFunctions_composedFunctionImplicitFunction_H
76#define implicitFunctions_composedFunctionImplicitFunction_H
92class composedFunctionImplicitFunction
123 label selectFunction(
const scalarField& values)
const;
126 composedFunctionImplicitFunction
128 const composedFunctionImplicitFunction&
132 void operator=(
const composedFunctionImplicitFunction&) =
delete;
144 explicit composedFunctionImplicitFunction(
const dictionary&
dict);
Enum is a wrapper around a list of names/values that represent particular enumeration (or int) values...
A list of pointers to objects of type <T>, with allocation/deallocation management of the pointers....
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
implicitFunction()=default
Default construct.
virtual scalar distanceToSurfaces(const vector &p) const
virtual vector grad(const vector &p) const
TypeName("composedFunction")
Runtime type information.
composedFunctionImplicitFunction(const dictionary &dict)
Construct from dictionary.
virtual ~composedFunctionImplicitFunction()=default
Destructor.
virtual scalar value(const vector &p) const
Field< scalar > scalarField
Specialisation of Field<T> for scalar.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.