Neko
0.9.0
A portable framework for high-order spectral element flow simulations
|
Compression.
Data Types | |
type | cpr_t |
include information needed for compressing fields More... | |
interface | cpr_init |
Functions/Subroutines | |
subroutine | cpr_init_all (cpr, u) |
Initialize cpr. More... | |
subroutine, public | cpr_free (cpr) |
Deallocate coefficients. More... | |
subroutine | cpr_generate_specmat (cpr) |
Generate spectral tranform matrices. More... | |
subroutine | cpr_goto_space (cpr, space) |
Tranform to spectral space (using tensor product) More... | |
subroutine | cpr_truncate_wn (cpr, coef) |
Truncate the frequencies. More... | |
subroutine | sortcoeff (vsort, v, isort, nxyz) |
Sort the spectral coefficient in descending order array vsort. The original indices are stored in the isort vector. More... | |
subroutine | build_filter_tf (fx, fy, fz, kut, lx) |
create filter transfer function More... | |
real(kind=rp) function | get_elem_l2norm (elemdata, coef, space, e) |
subroutine, public cpr::cpr_free | ( | type(cpr_t), intent(inout) | cpr | ) |
|
private |
|
private |