YASK--Yet Another Stencil Kit: a domain-specific language and framework to create high-performance stencil code for implementing finite-difference methods and similar applications.
k2 = h * f(t(i) + h/2, y(:, i) + k1/2); k3 = h * f(t(i) + h/2, y(:, i) + k2/2); k4 = h * f(t(i) + h, y(:, i) + k3); ...
ABSTRACT: A system of ordinary differential equations (ODEs) is produced by the semi-discretize method of discretizing the advection diffusion equation (ADE). Runge-Kutta methods of the second and ...
Unele rezultate au fost ascunse, deoarece pot fi inaccesibile pentru dvs.
Afișați rezultatele inaccesibile