Peano
CentralDifferencePartial2D.h File Reference

Go to the source code of this file.

Namespaces

 math
 
 math::differentiation
 
 math::differentiation::numeric_3D
 
 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. More...
 
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. More...
 
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. More...