Skip to main content

Module kernels

Module kernels 

Source
Expand description

Memory kernels for integro-differential equations.

Common kernel types used in viscoelasticity, heat conduction with memory, and other memory-dependent phenomena.

Author: Moussa Leblouba Date: 5 March 2026 Modified: 2 May 2026

Structs§

ExponentialKernel
Exponential kernel: K(τ) = a * exp(-b * τ).
MittagLefflerKernel
Mittag-Leffler kernel (for fractional derivatives).
PowerLawKernel
Power-law kernel: K(τ) = a * τ^(-α).
PronyKernel
Prony series (Sum of Exponentials) kernel.

Traits§

Kernel
Trait for memory kernels K(τ) where τ = t - s.