Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/2dfunction #73

Merged
merged 13 commits into from
Sep 6, 2024
Merged

Feature/2dfunction #73

merged 13 commits into from
Sep 6, 2024

Conversation

whaeck
Copy link
Member

@whaeck whaeck commented Jul 30, 2024

This PR adds the following:

  • a generic interface for a 2D function z = f(x,y). It does not define a domain like the 1D function did and currently only defined the evaluate() and call operator.
  • the interpolation objects were updated to add 2D versions using functions
  • the interpolation::Table was removed since it served no real purpose and the code was moved to the SingleTableBase class (this represents a base class for tabulated data using a single interpolation region)
  • the name of FunctionBase was changed into OneDimensionalFunctionBase
  • single interpolation region objects for 2D tabulated x,f(y) functions were added

The next PR will add the equivalent of InterpolationTable for x,f(y) data.

whaeck added a commit that referenced this pull request Aug 30, 2024
@whaeck whaeck mentioned this pull request Aug 30, 2024
@whaeck whaeck merged commit 0808410 into develop Sep 6, 2024
8 checks passed
@whaeck whaeck deleted the feature/2dfunction branch September 6, 2024 19:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants