waveVortexTransformWithResolution

Create the same transform family at a new resolution.


Declaration

 wvtNew = waveVortexTransformWithResolution(resolution)

Parameters

  • resolution positive integer spatial grid counts for the target transform

Returns

  • wvtNew transform of the same family at resolution

Discussion

Create the same transform family at a new resolution.

The returned transform preserves the physical domain, configuration, time, compatible forcing, and resolved state while converting coefficients to the requested grid size.

wvtFine = wvt.waveVortexTransformWithResolution([16 12 9]);

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