cs481-ekh / s24-meshers

MIT License
0 stars 0 forks source link

Build the Polynomial Interpolator in Python #69

Closed paulvxx closed 3 months ago

paulvxx commented 4 months ago

Relates to #16.

[ ] - The interpolator should take in the parameters row, col, interp_weights, Nf Nc as input [ ] - The interpolator should find a good polynomial basis to up sample the points on the 2d grid (undoing the coarsening)

paulvxx commented 4 months ago

[t:110]

paulvxx commented 4 months ago

[t:70]

paulvxx commented 4 months ago

Note: It takes a lot of time to replicated code because you need to understand and compare lines of code (not just building the whole thing and testing, it should be done manually and incrementally)

[t:90]

paulvxx commented 4 months ago

[t:60]

paulvxx commented 4 months ago

[t:60]

paulvxx commented 3 months ago

[t:90]

paulvxx commented 3 months ago

[t:25]

paulvxx commented 3 months ago

[t:70]

paulvxx commented 3 months ago

[t:120]

paulvxx commented 3 months ago

[t:15]

paulvxx commented 3 months ago

[t:100]

paulvxx commented 3 months ago

[t:65]