patterns

Package Purpose: common patterns for quantities. E.g. stats, arithmetic, derivatives.

Modules

basic_arithmetic

File Purpose: basic arithmetic (e.g. parenthesis, *, +, log, abs).

basic_derivatives

File Purpose: derivatives (in one dimension at a time).

blur_loader

File purpose: blur calculations (e.g. convolution with a gaussian kernel).

caches_loader

File Purpose: caching into files / loading cached values from files

comparison_loader

File Purpose: ComparisonLoader.

fft_loader

File Purpose: fft calculations

fluids_loader

File Purpose: FluidsLoader

parenthesis_loader

File Purpose: handling parenthesis in var names.

polyfit_loader

File Purpose: fitting polynomials to values along a dimension.

stats_loader

File Purpose: statistics (e.g. mean, std, min, max).

vector_arithmetic

File Purpose: arithmetic for vectors or components.

vector_derivatives

File Purpose: vector derivatives (e.g. curl, div, grad).