-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Preliminary function to compute the spectrum * Potential improvement to spectrum computation * Add hint on enstrophy * Fix on wavenumber norm computation * Rename to better reflect its effect on oddball mode * Add tests on filter mask * Improve first half of spectral documentation * Merge common subexpressions * Extend and fix documentation * Add experimental convinience function to extract the Fourier coefficients * Unify the creation of scaling arrays * Test scaling array for norm_compensation * Add tests for coefficient extraction in 1D * Test for coefficient extration in 2D * Enhance docstring * Remove experimental function * Fix spectrum function * Export get_spectrum instead of make_incompressible * Adapt docs * Use proper links * Enhance docstring * Enhance docstring * Test the spectrum creation * Restructure docstring * Tests helper utilities for fft setup
- Loading branch information
Showing
12 changed files
with
1,257 additions
and
201 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,4 @@ | |
|
||
--- | ||
|
||
::: exponax.make_incompressible | ||
::: exponax.spectral.make_incompressible |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,12 @@ | |
|
||
--- | ||
|
||
::: exponax.ifft | ||
::: exponax.ifft | ||
|
||
--- | ||
|
||
::: exponax.get_spectrum | ||
|
||
--- | ||
|
||
::: exponax.spectral.build_scaling_array |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.