CubbyFlow::CustomScalarField< N > Member List

This is the complete list of members for CubbyFlow::CustomScalarField< N >, including all inherited members.

CustomScalarField(std::function< double(const Vector< double, N > &)> customFunction, double derivativeResolution=1e-3)CubbyFlow::CustomScalarField< N >
CustomScalarField(std::function< double(const Vector< double, N > &)> customFunction, std::function< Vector< double, N >(const Vector< double, N > &)> customGradientFunction, double derivativeResolution=1e-3)CubbyFlow::CustomScalarField< N >
CustomScalarField(std::function< double(const Vector< double, N > &)> customFunction, std::function< Vector< double, N >(const Vector< double, N > &)> customGradientFunction, std::function< double(const Vector< double, N > &)> customLaplacianFunction)CubbyFlow::CustomScalarField< N >
Field()=defaultCubbyFlow::Field< N >
Field(const Field &)=defaultCubbyFlow::Field< N >
Field(Field &&) noexcept=defaultCubbyFlow::Field< N >
GetBuilder()CubbyFlow::CustomScalarField< N >static
Gradient(const Vector< double, N > &x) const overrideCubbyFlow::CustomScalarField< N >virtual
Laplacian(const Vector< double, N > &x) const overrideCubbyFlow::CustomScalarField< N >virtual
operator=(const ScalarField &)=defaultCubbyFlow::ScalarField< N >
operator=(ScalarField &&) noexcept=defaultCubbyFlow::ScalarField< N >
CubbyFlow::Field::operator=(const Field &)=defaultCubbyFlow::Field< N >
CubbyFlow::Field::operator=(Field &&) noexcept=defaultCubbyFlow::Field< N >
Sample(const Vector< double, N > &x) const overrideCubbyFlow::CustomScalarField< N >virtual
Sampler() const overrideCubbyFlow::CustomScalarField< N >virtual
ScalarField()=defaultCubbyFlow::ScalarField< N >
ScalarField(const ScalarField &)=defaultCubbyFlow::ScalarField< N >
ScalarField(ScalarField &&) noexcept=defaultCubbyFlow::ScalarField< N >
~Field()=defaultCubbyFlow::Field< N >virtual
~ScalarField() override=defaultCubbyFlow::ScalarField< N >