Skip to content
  • Kenneth Moreland's avatar
    Make cell code more consistent. · a7c33b5c
    Kenneth Moreland authored
    The functions for doing interpolations and derivatives were called
    CellInterpolate and CellDerivative, but the file names were
    Interpolate.h and Derivative. Now the files are CellInterpolate.h and
    CellDerivative.h so they are more consistent and a bit easier to find.
    
    The interpolate and derivative functions has the shape tag at end of the
    function arguments (just before the "worklet" parameter, which is just
    the error handling mechanism). However, the parametric coordinate
    functions had the shape tag at the beginning. Moved the shape tag to the
    end to be more consistent within these functions and also in other uses
    throughtout VTK-m.
    a7c33b5c