FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
Static Public Member Functions | List of all members

Special case of assigning partial derivatives of a scalar field to a one-dimensional result type, i.e. More...

#include <FiniteDifferences.hpp>

Static Public Member Functions

template<Dims_t Dims, class DifferenceType >
static void assign (MultiArray< Dims, double > &result, const MultiIndex< Dims > &Index, int EvalDim, const DifferenceType &DT)
 

Detailed Description

Special case of assigning partial derivatives of a scalar field to a one-dimensional result type, i.e.

this is a one-dimensoinal derivative.

Todo:
Dims is a template parameter; probably doesnt make sense and should rather be fixed to be 1.