WVCompiledConstantStratificationBackend
Own one compiled constant-stratification nonlinear-flux kernel.
Declaration
classdef (Sealed) WVCompiledConstantStratificationBackend < handleOverview
This developer-facing adapter is the MATLAB ownership boundary for
the source-only compiled preview. It validates an already-built native
provider, creates exactly one MEX kernel, and returns MATLAB-owned
[Nj,Nkl] flux arrays. It never downloads, builds, or falls back.
Construct this object through create. Callers must delete it or its
owning transform to release all FFT plans and the MEX module lock.
- Developer: true
Topics
Developer Topics
These items document internal implementation details and are not part of the primary public API.
- Compiled preview internals
capabilitiesCapability record validated during construction.createa compiled adapter for one constant-stratification transform.deletemetadataReturn JSON-safe identity, storage, and runtime metadata.nonlinearFluxEvaluate ordinary nonlinear advection in the compiled kernel.