WVCompiledConstantStratificationBackend

Own one compiled constant-stratification nonlinear-flux kernel.


Declaration

classdef (Sealed) WVCompiledConstantStratificationBackend < handle

Overview

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
    • capabilities Capability record validated during construction.
    • create a compiled adapter for one constant-stratification transform.
    • delete
    • metadata Return JSON-safe identity, storage, and runtime metadata.
    • nonlinearFlux Evaluate ordinary nonlinear advection in the compiled kernel.


This site uses Just the Docs, a documentation theme for Jekyll.