Research Article

A Computational Realization of a Semi-Lagrangian Method for Solving the Advection Equation

Pseudocode 3

if  ((indCurSqOx[1]  >=  0)  &&  (indCurSqOy[1]  >=  0))  {
do_smth();
}  else  {
do_smth_else();
}