Skip to content

Interpolation for 1D Slices #14

@jfields7

Description

@jfields7

The interpolator in PyCompOSE uses cubic splines when computing things like beta-equilibrium slices for initial data, but our evolution codes generally use linear interpolation. This can create inconsistencies between the initial data and the actual evolution which present themselves as small temperature violations.

Should we consider having an option for doing linear interpolation, perhaps making it the default? I personally tend to be opposed to doing high-order interpolation with tables as is because it's hard to enforce monotonicity where it's needed, but I don't know if there are other strong opinions about this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions