Peano
Loading...
Searching...
No Matches
CentralDifferencePartial2D.h File Reference

Go to the source code of this file.

Namespaces

namespace  math
namespace  math::differentiation
namespace  math::differentiation::numeric_3D
namespace  math::differentiation::numeric_3D::central_difference

Functions

auto math::differentiation::numeric_3D::central_difference::partialX (auto f, const auto x, const auto y, const auto t)
 Approximates the partial derivative ∂f/∂x of a function f(x, y, t) using central differences.
auto math::differentiation::numeric_3D::central_difference::partialY (auto f, const auto x, const auto y, const auto t)
 Approximates the partial derivative ∂f/∂y of a function f(x, y, t) using central differences.
auto math::differentiation::numeric_3D::central_difference::partialT (auto f, const auto x, const auto y, const auto t)
 Approximates the partial derivative ∂f/∂t of a function f(x, y, t) using central differences.