bcube-project / Bcube.jl

MIT License
4 stars 2 forks source link

Evaluate `AbstractLazy` on arbitrary points #107

Open bmxam opened 3 months ago

bmxam commented 3 months ago

We should have a mechanism to evalutate an AbstractLary on arbitrary points in the volume. To do so, we must have a "locator" algorithm to find the cell index containing a given point. Then the current CellInfo -> CellPoint stuff can handle the rest.

The API must be defined.