vtk-m2/examples/oscillator/inputs/periodic-64.osc
Sebastien Jourdain 4192b9a1d8 Add a point-oscillator filter + example
The oscillator is a simple analytical source of time-varying data.
It provides a function value at each point that is computed as a
sum of Gaussian kernels -- each with a specified position, amplitude,
frequency, and phase.
2018-07-18 09:33:06 -04:00

10 lines
354 B
Plaintext

# type center r omega0 zeta
periodic 16 16 16 8 3.14
periodic 16 16 48 8 3.14
periodic 16 48 16 8 3.14
periodic 16 48 48 8 3.14
periodic 48 16 16 8 3.14
periodic 48 16 48 8 3.14
periodic 48 48 16 8 3.14
periodic 48 48 48 8 3.14