You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A functional API for the standard spatial operator types that we typically see in numerical methods. We will target the following methods:
Finite Difference - just a standard wrapper for FiniteDiffX
Finite Volume - needs interpolation and simple finite difference operators
Spectral Methods - just a standard wrapper for FiniteDiffX
—— Grid Operators
These are operators that are useful for finite volume methods to do grid to grid interpolation and gradients. It is also useful for finite difference/volume methods for padding and boundary conditions.
A functional API for the standard spatial operator types that we typically see in numerical methods. We will target the following methods:
FiniteDiffX
FiniteDiffX
——
Grid Operators
These are operators that are useful for finite volume methods to do grid to grid interpolation and gradients. It is also useful for finite difference/volume methods for padding and boundary conditions.
API
The text was updated successfully, but these errors were encountered: