waveVortexTransformWithResolution
Create the same transform family at a new resolution.
Declaration
wvtNew = waveVortexTransformWithResolution(resolution)
Parameters
resolutionpositive integer spatial grid counts for the target transform
Returns
wvtNewtransform of the same family atresolution
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]);