Skip to content

domain checking #9

@tpapp

Description

@tpapp

Evaluation of basis functions and linear combinations should support various forms of domain checking, eg

  1. no checking (as currently done), this will just error because of acos for Chebyshev
  2. strict checking (terminate with an informative DomainError
  3. "soft" extrapolation: when within a small distance of boundaries, just use the boundary value (mostly for dealing with floating point error)

Cf #7, a refactor should implement both.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions