-
Notifications
You must be signed in to change notification settings - Fork 109
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
More boundary conditions for quadratic B-splines #9
Commits on Dec 26, 2014
-
Fix OnCell behavior for Quadratic{Flat}
Tomas Lycken committedDec 26, 2014 Configuration menu - View commit details
-
Copy full SHA for e3a54e7 - Browse repository at this point
Copy the full SHA e3a54e7View commit details -
Tomas Lycken committed
Dec 26, 2014 Configuration menu - View commit details
-
Copy full SHA for eab1f6b - Browse repository at this point
Copy the full SHA eab1f6bView commit details -
First attempt at linear bc/extrap for B2
Tomas Lycken committedDec 26, 2014 Configuration menu - View commit details
-
Copy full SHA for a592b30 - Browse repository at this point
Copy the full SHA a592b30View commit details -
Tomas Lycken committed
Dec 26, 2014 Configuration menu - View commit details
-
Copy full SHA for 9a6e413 - Browse repository at this point
Copy the full SHA 9a6e413View commit details -
Infrastructure for padding the equation system
The extra equations from the boundary conditions will not always allow indexing as we did before, by e.g. doing cm_d = cp_d at the lower boundary for some BC:s. In order to generalize better, we instead pad the equation system with one line for each extra equation to allow more general BC specs. This had the advantage of significantly simplifying some of the code (and, even better, some of the concepts) required to implement new functionality, so even though some of the underlying infrastructure is now more complicated than before, new contributors will hopefully have a lower threshold to start adding features.
Tomas Lycken committedDec 26, 2014 Configuration menu - View commit details
-
Copy full SHA for 901192b - Browse repository at this point
Copy the full SHA 901192bView commit details -
Implement a few more BC:s + whitespace and test fixes
Tomas Lycken committedDec 26, 2014 Configuration menu - View commit details
-
Copy full SHA for fa8597d - Browse repository at this point
Copy the full SHA fa8597dView commit details -
Fix some issues after rebasing
Tomas Lycken committedDec 26, 2014 Configuration menu - View commit details
-
Copy full SHA for 61aab26 - Browse repository at this point
Copy the full SHA 61aab26View commit details -
Free BC for Quadratic B-splines
Tomas Lycken committedDec 26, 2014 Configuration menu - View commit details
-
Copy full SHA for 60fe887 - Browse repository at this point
Copy the full SHA 60fe887View commit details -
Tomas Lycken committed
Dec 26, 2014 Configuration menu - View commit details
-
Copy full SHA for 3d732f8 - Browse repository at this point
Copy the full SHA 3d732f8View commit details -
Export aux methods with info about interp type
Tomas Lycken committedDec 26, 2014 Configuration menu - View commit details
-
Copy full SHA for ca4028a - Browse repository at this point
Copy the full SHA ca4028aView commit details -
Notebook with visualizations of behavior
Tomas Lycken committedDec 26, 2014 Configuration menu - View commit details
-
Copy full SHA for cbede84 - Browse repository at this point
Copy the full SHA cbede84View commit details
Commits on Dec 27, 2014
-
Fix one (of several) problems with multidim interpol.
This fixes one of the bugs leading to the errors shown in [this comment][1], but there's (at least) one remaining off-by-one error... [1]: #9 (comment)
Tomas Lycken committedDec 27, 2014 Configuration menu - View commit details
-
Copy full SHA for 7797dde - Browse repository at this point
Copy the full SHA 7797ddeView commit details -
Fix broken size implementation (resolves #14)
Tomas Lycken committedDec 27, 2014 Configuration menu - View commit details
-
Copy full SHA for 224621a - Browse repository at this point
Copy the full SHA 224621aView commit details
Commits on Dec 29, 2014
-
Fix broken multidimensional interpolation
Tomas Lycken committedDec 29, 2014 Configuration menu - View commit details
-
Copy full SHA for 1caf957 - Browse repository at this point
Copy the full SHA 1caf957View commit details -
Rename LinearBC -> Line (with typealias Natural)
Tomas Lycken committedDec 29, 2014 Configuration menu - View commit details
-
Copy full SHA for ad9ac84 - Browse repository at this point
Copy the full SHA ad9ac84View commit details -
Tomas Lycken committed
Dec 29, 2014 Configuration menu - View commit details
-
Copy full SHA for b62cb23 - Browse repository at this point
Copy the full SHA b62cb23View commit details -
Tomas Lycken committed
Dec 29, 2014 Configuration menu - View commit details
-
Copy full SHA for 1437812 - Browse repository at this point
Copy the full SHA 1437812View commit details -
Tomas Lycken committed
Dec 29, 2014 Configuration menu - View commit details
-
Copy full SHA for ebf038d - Browse repository at this point
Copy the full SHA ebf038dView commit details -
Added 2D example to IJulia notebook
Tomas Lycken committedDec 29, 2014 Configuration menu - View commit details
-
Copy full SHA for c94432d - Browse repository at this point
Copy the full SHA c94432dView commit details
Commits on Dec 30, 2014
-
Disable Grid tests for now, since they're so brittle
Tomas Lycken committedDec 30, 2014 Configuration menu - View commit details
-
Copy full SHA for 1fa3fe9 - Browse repository at this point
Copy the full SHA 1fa3fe9View commit details -
Non-randomized tests for on-grid evaluation
Tomas Lycken committedDec 30, 2014 Configuration menu - View commit details
-
Copy full SHA for e54edfb - Browse repository at this point
Copy the full SHA e54edfbView commit details -
Tomas Lycken committed
Dec 30, 2014 Configuration menu - View commit details
-
Copy full SHA for 7f71a69 - Browse repository at this point
Copy the full SHA 7f71a69View commit details -
Fix BoundsError in linear interpolation
Tomas Lycken committedDec 30, 2014 Configuration menu - View commit details
-
Copy full SHA for f86ce88 - Browse repository at this point
Copy the full SHA f86ce88View commit details -
Tomas Lycken committed
Dec 30, 2014 Configuration menu - View commit details
-
Copy full SHA for 99e05e3 - Browse repository at this point
Copy the full SHA 99e05e3View commit details